/***********************/
/* Air b prestation CSS*/
/***********************/

/* -------------------------------- 
Color used
-------------------------------- */




/* -------------------------------- 

GLOBAL

-------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.display-navbar1-2{
  display: none;
}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  overflow-x:hidden;
  background-color:#927378;
  box-shadow:0 5px 26px rgba(0, 0, 0, .8);
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

a{
  text-decoration: none;
}

.img-rep {
  /* replace text with image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.global-margin{
  margin-left: 200px;
}

.mouse-scroll{
  margin-left: 100px;
}



/*************************/
  /*couleur du point en cours*/
  .v-vert-nav a.active::before, .no-touch .v-vert-nav a:hover::before {
    background-color: #d7084e; /*color*/
  }

/*************************/

/* -------------------------------- 

Navigation trigger - visible on small devices only

-------------------------------- */
.bavt {
  display: block;
  position: fixed;
  z-index: 2;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 5em; /* arrondi le boutton responsive*/
  background:#d7084e;/*color*/
  /* reset button style */
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #fff;
  outline: none;
}

.bavt span {
  /* central dot */
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #fff;/*color*/
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}
.bavt span::before, .bavt span::after {
  /* bottom and top dots */
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: inherit;
}
.bavt span::before {
  top: -9px;
}
.bavt span::after {
  bottom: -9px;
}


/* -------------------------------- 

Vertical navigation

-------------------------------- */
/*le menu ouvert responsive*/
.v-vert-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: auto;
  transform: scale(0);
  transform-origin: right bottom;
  transition: transform 0.2s;
  border-radius: 0.25em;
  background-color: rgba(0, 0, 0, 0.7);/*color*/
}

.v-vert-nav a {
  display: block;
  padding: 1em;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid rgba(58, 44, 65, 0.1);
}

.v-vert-nav a:hover{
  color: #d7084e;
}

.v-vert-nav.open {
  transform: scale(1);
  -webkit-overflow-scrolling: touch;
}
.v-vert-nav.open + .bavt {
  background-color: transparent;
}
.v-vert-nav.open + .bavt span {
  background-color: rgba(58, 44, 65, 0);
}
.v-vert-nav.open + .bavt span::before, .v-vert-nav.open + .bavt span::after {
  /* transform dots in 'X' icon */
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.v-vert-nav.open + .bavt span::before {
  transform: rotate(45deg);
  top: 1px;
}
.v-vert-nav.open + .bavt span::after {
  transform: rotate(135deg);
  bottom: 0;
}

/* -------------------------------- 

Content Sections - basic style

-------------------------------- */
/*couleur du background */
.v-sect {
  /* vertically align its content*/
  display: table;
  width: 100%;
  height: 100vh;
  /*couleur des background pair*/
  background: #a2afc0;/*color*/
}

/*couleur des background impair*/
.v-sect:nth-of-type(even) {
  background-color: #47334e;/*color*/
}

.v-sect > div {
  /* vertically align <div> inside <section> */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}



.btn-godown{
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 20px;
  width: 44px;
  height: 44px;
  /*background: url(../img/cd-arrow-bottom.svg) no-repeat center center;*/
}

/* -------------------------------- 

no-js

-------------------------------- */
.no-js .bavt {
  display: none;
}

.no-js .v-vert-nav {
  position: static;
  height: auto;
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  transform: scale(1);
}
.no-js .v-vert-nav::before {
  display: none;
}
.no-js .v-vert-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.no-js .v-vert-nav li {
  display: inline-block;
  float: left;
}
.no-js .v-vert-nav a {
  padding: 0 1em;
  margin: 1.5em 1em;
  color: #eaf2e3;
}
.no-js .v-vert-nav a.active {
  color: #c0a672;
}
.no-js .v-vert-nav a::after, .no-js .v-vert-nav a::before {
  display: none;
}
.no-js .v-vert-nav .label {
  transform: translateX(0);
}

/************************************/
/************ Scroller mouse *******/
/***************** Logo ************/
/*************************************/

.mouse-scroll{
  opacity: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #fff;/* couleur du texte scroll */
}

/*couleur de la fleche*/
#arrow-mouse{
  font-size: 30px;
  color : #ff9c24;/*color*/
}

.name-scr {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}


.scroll-icon {
  margin-left: auto;
  margin-right: auto;
  box-shadow:0 5px 26px rgba(0, 0, 0, .3);
  display: block;
  height: 3.5em;
  width: 2em;
  /* couleur du contour de la souris*/
  border: .15em solid #ff9c24;/*color*/
  border-radius: 1em;
  margin-bottom: 10px;
}

@-webkit-keyframes scroll_1 {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-0.6em); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(0.6em); }
  100% { transform: translateY(0); }
}
@keyframes scroll_1 {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-0.6em); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(0.6em); }
  100% { transform: translateY(0); }
}
.scroll-icon__wheel-outer {
  display: block;
  position: absolute;
  left: 50%;
  top: .6em;
  height: 1em;
  width: .3em;
  margin-left: -.15em;
  border-radius: .4em;
  overflow: hidden;
}

.scroll-icon__wheel-inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #fff;
  animation: scroll_1 2.75s ease-in-out infinite;
}



/************************************/
/************************************/
/************************************/
/************************************/
/************************************/
/********** Menu Hamburger **********/
/************************************/
/************************************/
/************************************/
/************************************/

#placement-button{
  display: block;
  position: relative;
  top: 5%;
  left: 90%;
  width: 100vh;
}


#logo, .nav-bar-hamb, #hamburger-content li {
    display: inline-block;
}

#logo {
    background-color: #2196F3;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.nav-bar-hamb {
    font-size: 20px;
    display: inline-block;
    line-height: 15px; /* l'espace entre chaque partie du menu*/
    vertical-align: top;
}



.button {
    text-transform: uppercase;
    float: right;
    margin-top: -16px;
    line-height: 84px;
    height: 84px;
    text-decoration: none;
    padding: 0 16px;
  text-decoration:underline;
}

/*lebouton hamburger*/

#hamburger, #hamburger-content {
    display: none;
}


#hamburger-button {
    color: #fff;
    display: block;
    position: fixed;
    z-index: 3;
    top: 30px;
    right: 7%;
    height: 44px;
    width: 44px;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
}

#hamburger-button span{
    font-size: 50px;
    color: #d7084e;
    font-weight: bold;
    border: 1px solid #fff;
    padding-left: 4px;
    padding-right: 4px;
}


#hamburger-button span:hover{
    color: #fff;
}


#hamburger-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#hamburger-sidebar {
    display: none;
    position: fixed;
    width: 80%;/*place en pourcentage de la place occupé par le volet qui pop sur l'écran*/
    z-index: 20;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 4px solid #fff;
    background-color: #357591; /* couleur de l'arrière plan du volet qui pop*/
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .2s ease-out;
}

#hamburger-sidebar li {
    display: block;
}

#hamburger-sidebar-header {
    background: url(/img/logo/logo5.png) center; /*Emplacement du background du volet qui pop */
    background-size: cover;
    height: 220px;
}

#hamburger-sidebar-body {
    padding: 16px 8px;
}

#hamburger-sidebar-body li:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 16px;
    width: 32px; /* taille du cadre de l'icone a l'interieur du volet hamburger*/
    height: 32px;
}

#hamburger-sidebar-body .button {
    margin-top: 16px;
    text-align: center;
    float: none;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px;
}


/************** END humberger ****************/




/************************************/
/************************************/
/************************************/
/********************/
/* NAv barre 2 */
/*********************/
/************************************/
/************************************/
/************************************/

.bar-nav2{
  background-color:#357591; /* color*/
  position: fixed;
  display:none;
  float: left;
  height: 100vh;
  width:200px;
  box-shadow:0 5px 26px rgba(0, 0, 0, .8);
  overflow:auto;/*lift*/
  border-right: 4px solid #f9f9f9;/*color*/
}

.bar-nav2 a:hover{
  text-decoration:underline;
}

.logo-p img{
  display:block;
  margin-top: 10%;
  margin-bottom: 10%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bar-nav2 li{
  margin-bottom:10px;
  margin-left: 10px;
  margin-right: 10px;
}



.bar-nav2 a{
  color: #fff;
  font-size: 17px;
}


.bar-nav2 a:hover{
  color: #d7084e;
}

.icon-menu-bar-nav2{
  font-size: 20px;
  vertical-align:middle;
}

.separateur-menu{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;/*s'ajoute au bar-nav2 li margin left 10+15 = 25px */
}

.separateur-list{
   border-top: 2px solid; /*color*/
   padding-top: 20px;
}

.separateur-list h3{
  font-size:14px;
}

.icon-separateur-list{
  color:#a2afc0;
}

.social-m{
  position: relative;
  top : 0;
  display:block;
  margin-top: 10px;
  padding: 15px;
  text-align: center;
  box-shadow:0 5px 26px rgba(0, 0, 0, .8);
  border-top: 2px solid;
  border-bottom: 2px solid;
  background-color: #927378;
}

.social-m a{
   font-size: 30px;
}


.social-m a:hover{
   font-size: 30px;
}

.num-tel-nav-bar{

}

.nav-bar-separateur1{
  display:block;
  position: relative;
  text-align: center;
  margin-top:15px;
  margin-bottom:20px;
  width: 60px;
  border-top: 2px solid #fca90f;/*color*/
  left: 50%;
  transform: translateX(-60%)
}

.nav-bar-separateur2{
  display:block;
  border-top: 2px solid;/*color*/
}

.nav-bar-separateur3{
  display:block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  box-shadow:0 5px 26px rgba(0, 0, 0, .8);
  border-top: 2px solid #fca90f;/*color*/
}

.nav-bar-separateur4{
  display:block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  border-bottom: 2px solid #fca90f;/*color*/
}

/************************************/
/************************************/
/************************************/
/************************************/
/*********** SEARCH BAR**************/
/************************************/
/************************************/
/************************************/
/************************************/
.search-bar{
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.bar-nav2.is-focus {
  background-color: #fca90f; /*color*/
}

@import url(https://fonts.googleapis.com/css?family=Montserrat);
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes color-1 {
  0% {
    background-color: #EB73B9;
  }
  100% {
    background-color: #17EAD9;
  }
}
@keyframes color-1 {
  0% {
    background-color: #EB73B9;
  }
  100% {
    background-color: #17EAD9;
  }
}
::-moz-selection {
  background: #6078EA;
  color: white;
  text-shadow: none;
}
::selection {
  background: #6078EA;
  color: white;
  text-shadow: none;
}

::-webkit-selection {
  background: #6078EA;
  color: white;
  text-shadow: none;
}

.title-container {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title-container .title {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  margin: 0;
  color: #6078EA;
}

.title-container .title-down {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  margin: 0;
  color: #6078EA;
}

.is-focus .title-container .title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.is-type .title-container .title-down {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.is-type .title-container .title {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.field-container {
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  width: auto;
  height: 40px !important;
}

.icons-container {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.icon-close {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 75%;
  height: 75%;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  border-radius: 50%;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.25s ease, -webkit-transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.icon-close:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid transparent;
  border-top-color: #6078EA;
  border-left-color: #6078EA;
  border-bottom-color: #6078EA;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.icon-close .x-up {
  position: relative;
  width: 100%;
  height: 50%;
}
.icon-close .x-up:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 3px;
  width: 50%;
  height: 2px;
  background-color: #6078EA;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.icon-close .x-up:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0px;
  width: 50%;
  height: 2px;
  background-color: #6078EA;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.icon-close .x-down {
  position: relative;
  width: 100%;
  height: 50%;
}
.icon-close .x-down:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 50%;
  height: 2px;
  background-color: #6078EA;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.icon-close .x-down:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 1px;
  width: 50%;
  height: 2px;
  background-color: #6078EA;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-type .icon-close:before {
  opacity: 1;
  -webkit-animation: spin 0.85s infinite;
          animation: spin 0.85s infinite;
}
.is-type .icon-close .x-up:before, .is-type .icon-close .x-up:after {
  -webkit-animation: color-1 0.85s infinite;
          animation: color-1 0.85s infinite;
}
.is-type .icon-close .x-up:after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.is-type .icon-close .x-down:before, .is-type .icon-close .x-down:after {
  -webkit-animation: color-1 0.85s infinite;
          animation: color-1 0.85s infinite;
}
.is-type .icon-close .x-down:before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.is-type .icon-close .x-down:after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.icon-search {
  position: relative;
  top: 5px;
  left: 8px;
  width: 50%;
  height: 50%;
  opacity: 1;
  border-radius: 50%;
  border: 3px solid #c7d0f8;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.25s ease, -webkit-transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.icon-search:after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -2px;
  width: 4px;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 10px;
  background-color: #c7d0f8;
}

.field {
  border: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 10px 20px !important;
  background: white !important;
  border-radius: 3px !important;
  box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1) !important;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.field:focus {
  outline: none;
  box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);
}
.field:focus + .icons-container .icon-close {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.field:focus + .icons-container .icon-search {
  opacity: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
/***********END SEARCH BAR**************/
.button-gen{
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 10px;
  text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
  -webkit-border-radius: 8.513513513513514px;
  -moz-border-radius: 8.513513513513514px;
  border-radius: 8.513513513513514px;
  background: rgb(53, 117, 145);
  background: -moz-linear-gradient(59deg, rgb(53, 117, 145) 100%, rgb(250, 20, 20) 0%);
  background: -webkit-linear-gradient(59deg, rgb(53, 117, 145) 100%, rgb(250, 20, 20) 0%);
  background: -o-linear-gradient(59deg, rgb(53, 117, 145) 100%, rgb(250, 20, 20) 0%);
  background: -ms-linear-gradient(59deg, rgb(53, 117, 145) 100%, rgb(250, 20, 20) 0%);
  background: linear-gradient(329deg, rgb(53, 117, 145) 100%, rgb(250, 20, 20) 0%);
  -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
}

.button-gen:hover{
  color: #d7084e;
}

/*************SECTION0******************/
#section0{
  display:none;
}

/*************SECTION1******************/

#section1{
  background-image:url(/img/background/section1/background-04-03.jpg);
  background-repeat:no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.text-section1 {
  width: 90%;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 15px rgba(0,0,0,.5), 0 0 10px rgba(0,0,0,.5);
}

.text-section1 h1, h2{
  display: inline-block;
  margin-top: 10px;
  font-size: 3rem;
}

.para-section1 {
  font-size: 1.5rem;
  margin: 1em auto 0;
  line-height: 1.6;
  width: 90%;
  max-width: 680px;
  text-align:justify;
  color: #fff;
}

#section1 em{
  color: #ff9c24;
}

.add-for-background-sec1 p{
  padding: 20px;
  background-image:url(/img/background/section1/background-text-01.png);
  background-repeat:no-repeat;
  background-position: right bottom;
  background-size: cover;
}
.add-for-background-sec1{
 text-shadow: 2px 2px 15px #000000, 2px 2px 15px #000000, 2px 2px 15px #000000;
}

.add-for-background-sec1-scroll{
  text-shadow: 2px 2px 15px #000000, 2px 2px 15px #000000, 2px 2px 15px #000000;
}

/*************SECTION2******************/

.part-logo-wedding{
  height: 300px;
  background-image:url(/img/design/background-banniere-mariage01-300.jpg);
  background-repeat:no-repeat;
  background-size: cover;
}

.square-white-wedding{
  display: inline-block;
  text-align: center;
  height: 150px;
  width: 120px;
  background-color: #fff;
  box-shadow:0 5px 26px rgba(0, 0, 0, .8);
  opacity: 0.9;
  margin-top: 150px;
  transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
  margin-left: 30px;
}

.icon-square-white-wedding{
  font-size: 60px;
  color: #ff9c24;
  margin-top: 30px;
}

.icon-square-white-wedding:hover{
  color: #d7084e;
}

.square-white-wedding h3{
  font-size: 20px;
  margin-top: 10px;
  color: #357591;
  font-weight: bold;
}

.square-white-wedding h3:hover{
  color: #d7084e;
}

.square-white-wedding a{

}

.square-white-wedding a:hover{

}

#section2 em{
  color: #ff9c24;
}


/*************SECTION3******************/
#section3{
  
    background-image:url(/img/design/background-banniere-cuisine3.png);
    background-repeat:no-repeat;
    background-position: left;
}

.list-section3{
  margin-top: 20px;
  padding-left: 80px;
  width: 510px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
}

.list-section3-content ul{
  text-align: left;
}

.list-section3-content li{
  margin-top: 10px;
}


.list-section3-content a{
  color: #47324f;
}

.list-section3-content a:hover{
  color: #d7084e;
}

.icon-list-section3{
  color:#ff9c24 ;
}

.add-for-background-sec3{
   text-shadow: 2px 2px 15px #000000, 2px 2px 15px #000000, 2px 2px 15px #000000;
}

#section3 em{
  color: #ff9c24;
}


/*************SECTION4******************/
#section4{
  background-image:url(/img/background/section4/background7.png);
  background-repeat:no-repeat;
  background-position: right bottom;
}

#section4 h2{

  width: 90%;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.4;
  color: #fff;

  display: inline-block;
  margin-top: 10px;
  font-size: 3rem;

}

#section4 a:hover{
  color:#d7084e ;
}

.content-wrapper h2,p{
  z-index: 10;
}


/* liens infos */
.all_contact{
  display: block;
}

.block-contact{
  margin-top: 30px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  color:#cdc5b4;
  border-radius:3px;  
  border-color:#fff;
  border-width:2px;
  border-style:solid;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 20px;
}

.block-contact p{
  text-align: left;
}

.ico-all_contact{
  font-size: 40px;
  text-align: left;
  float: left;
  margin-top: -10px;
  margin-left: 20px;
  margin-right:20px;
  color: #ff9c24;
}

.ico-all_contact2{
  font-size: 40px;
  text-align: left;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  margin-right:20px;
  color: #ff9c24;
}

.block-contact a{
  color:#fff;
  margin-top: -200px;
}


/*tous les liens*/
.lien-liste{
  display:block;
  width: 100%;
}

.lien-liste ul{
  margin: 40px;
  text-align: left;
}

.lien-liste li{
  text-align: left;
  margin-bottom: 10px;
}

.onelist{
  display: inline-block;
}

.onelist{
  display: inline-block; 
}

.onelist a{
  font-size: 20px;
  color: #fff;
}

.nav-bar-separateur3{
  display:block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  box-shadow:0 5px 26px rgba(0, 0, 0, .8);
  border-top: 2px solid #fca90f;/*color*/
}

.ico-onelist{
  font-size: 20px;
  color: #ff9c24;
}

.ico-onelist2{
   color:#47334e;
}

.rectif-margin{
  margin-left: -20px;
}

.display-h1-sect1{
  display: block;
}

.display-h1-sect1-2{
  display: none;
}



/*********************** lowis machine à glace **********************/

.separateur-section01{
  border: 2px solid #ff9c24;
  margin-bottom: 30px;
}

.section1-01{
    background-color: #a2afbf;  
}

.inside-sect-01{
    margin: 50px;
    background-color: #47334e;
    border: 5px solid #fff;
}

.para-section-01{
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}

.img-lowis{
  display:block;
}


.subdive-img-lowis{
  display: inline-block;
  width: 250px;
  padding: 20px;
  border: 2px solid #fff;
  margin: 30px;
}

.subdive-img-lowis p{
  margin-top: 10px;
  text-align: left;
}

.subdive-img-lowis em{
  color:#ff9c24 ;
}


/****************************************************************************************************/
/****************************************************************************************************/
/****************************************************************************************************/
/****************************************************************************************************/
/****************************************************************************************************/
/******************************************** RESPONSIVE ********************************************/
/****************************************************************************************************/
/****************************************************************************************************/
/****************************************************************************************************/
/****************************************************************************************************/




/*************************************************************************************/
/****************************************min 1920 **********************************/
/*************************************************************************************/
/*************************************************************************************/

@media (min-width:1920px){
    html{
        width: 1920px;
        margin-left: auto;
        margin-right: auto;
        }
}

/*************************************************************************************/
/****************************************min 1600 **********************************/
/*************************************************************************************/
/*************************************************************************************/
@media (min-width:1600px){
    html{
        margin-left: auto;
        margin-right: auto;
        }
}

/*************************************************************************************/
/****************************************max 1200 *************************************/
/*************************************************************************************/
/*************************************************************************************/
@media only screen and (max-width: 1200px) 
{
  .square-white-wedding{
    margin-left: 10px;
    width: 100px;
  }
}


/*************************************************************************************/
/****************************************max 900 **********************************/
/*************************************************************************************/
/*************************************************************************************/
@media only screen and (max-width: 900px) 
{
  
  .part-logo-wedding{
    height:auto;
    background-image: none;
    background-size:unset;
  }

  .square-white-wedding{
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    transform: translateY(0%); /* tiré de la moitié de sa propre hauteur */
  }
}

/*************************************************************************************/
/****************************************max 800 **********************************/
/*************************************************************************************/
/*************************************************************************************/
@media only screen and (max-width: 800px) 
{
  
  .part-logo-wedding{
    height:auto;
    background-image: none;
    background-size:unset;
  }

  .global-margin{
    margin-left: 0px;
  }

  .mouse-scroll{
    margin-left: 0px;
  }

  .onelist li{
    text-align: left;
    margin-bottom: 20px;
  }

  /***************************/
  /***************************/
  /***************************/
  /***** hamburger Menu ******/
  /***************************/
  /***************************/
  /***************************/

  #hamburger, #hamburger-content {
    display: inline;
  }
  
  #hamburger-content {
        display: none;
    }

    #hamburger-button, #hamburger-sidebar,
    .hamburger-activated #hamburger-overlay {
        display: block;
    }

    .hamburger-activated #hamburger-sidebar {
        transform: translateX(0);
    }
  
  #hamburger a{
    color:#fff;/* color */
  }
  
  #hamburger a:hover{
    color:#d7084e; /* color */
  }

  .nav-bar-hamb ul{
    width: auto;
  }

  .separateur-menu-resp{
    margin-top: 0px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding-bottom: 40px;
  }

 .separateur-menu-res ul li h3{
    margin-left: 40px;
  }

  
.social-m-resp{
  margin-left: auto;
  margin-right: auto;
  top : 0;
  display:block;
  margin-top: 10px;
  padding: 15px;
  text-align: center;
}

.social-m-resp a{
   font-size: 40px;
   margin-left:20px;
}

.icon-social-m-resp{
  color: #ff9c24;
}

.icon-social-m-resp:hover{
  color: #d7084e;
}


  /****** EnD hamburger******/
}

/*************************************************************************************/
/****************************************min 800 **********************************/
/*************************************************************************************/
/*************************************************************************************/
@media only screen and (min-width: 800px) 
{
  .bavt {
    display: none;
  }

  .bar-nav2{
    display:block;
  }

  .img-top-sec0-500{
    display:none;
  }


  /**************/
  .v-vert-nav {
    /* reset style */
    right: 0;
    top: 0;
    bottom: auto;
    height: 100vh;
    width: 90px;
    max-width: none;
    max-height: none;
    transform: scale(1);
    background-color: transparent;
    /* vertically align its content*/
    display: table;
  }

  .v-vert-nav::before {
    /* this is the navigation background */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 4px solid;
    background: rgba(0, 0, 0, 0.8);/*color*/
    box-shadow:0 5px 26px rgba(0, 0, 0, .8);
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  .no-touch .v-vert-nav:hover::before, .touch .v-vert-nav::before {
    transform: translateX(0);
  }
  .v-vert-nav ul {
    /* vertically align <ul> inside <nav>*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .v-vert-nav a {
    position: relative;
    padding: 3em 0 0;
    margin: 1.4em auto;
    border-bottom: none;
    font-size: 1.2rem;
    color: #eaf2e3;
  }
  .v-vert-nav a.active {
    color: #eaf2e3;
  }
  .v-vert-nav a::before, .v-vert-nav a::after {
    /* used to create the filled circle and the background icon */
    content: '';
    position: absolute;
    left: 50%;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
  .v-vert-nav a::before {
    /* filled circle */
    /*couleur des cercles ici*/
    top: 0;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #eaf2e3; /*color*/
    transform: translateX(-50%) scale(0.25);
    transition: transform 0.4s, background-color 0.2s;
  }
  .v-vert-nav a::after {
    /* icon */
    opacity: 0;
    top: 8px;
    height: 16px;
    width: 16px;
    /*background: url(../img/cd-nav-icons.svg) no-repeat;*/
    transform: translateX(-50%) scale(0);
    transition: transform 0.4s 0s, opacity 0.1s 0.3s;
  }

  .v-vert-nav li:first-of-type a::after {
    /* change icon using image sprites */
    background-position: 0px -48px;
    /* fix bug with transitions - set scale(0.01) rather than scale(0) */
    transform: translateX(-50%) translateY(4.5em) scale(0.01);
  }
  .v-vert-nav li:first-of-type a::before {
    transform: translateX(-50%) translateY(4.5em) scale(0.25);
  }
  .v-vert-nav li:nth-of-type(2) a::after {
    background-position: 0px -32px;
    transform: translateX(-50%) translateY(1.5em) scale(0.01);
  }
  .v-vert-nav li:nth-of-type(2) a::before {
    transform: translateX(-50%) translateY(1.5em) scale(0.25);
  }
  .v-vert-nav li:nth-of-type(3) a::after {
    background-position: 0px -16px;
    transform: translateX(-50%) translateY(-1.5em) scale(0.01);
  }
  .v-vert-nav li:nth-of-type(3) a::before {
    transform: translateX(-50%) translateY(-1.5em) scale(0.25);
  }
  .v-vert-nav li:nth-of-type(4) a::after {
    background-position: 0px 0px;
    transform: translateX(-50%) translateY(-4.5em) scale(0.01);
  }
  .v-vert-nav li:nth-of-type(4) a::before {
    transform: translateX(-50%) translateY(-4.5em) scale(0.25);
  }
  .v-vert-nav .label {
    display: block;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  .no-touch .v-vert-nav:hover a::before, .no-touch .v-vert-nav:hover a::after, .touch .v-vert-nav li:nth-of-type(n) a::before, .touch .v-vert-nav li:nth-of-type(n) a::after {
    transform: translateX(-50%) scale(1);
    /* set a rotation to fix bug on Firefox - http://gielberkers.com/how-to-fix-shaking-css-transitions-in-firefox/ */
    -moz-transform: translateX(-50%) scale(1) rotate(0.02deg);
  }
  .no-touch .v-vert-nav:hover a::after, .touch .v-vert-nav a::after {
    opacity: 1;
    transition: transform 0.4s, opacity 0s;
  }
  .no-touch .v-vert-nav:hover .label, .touch .v-vert-nav .label {
    transform: translateX(0);
  }
  /**************/
}


/*************************************************************************************/
/*******************************ENTRE 767 et 769 *************************************/
/*************************************************************************************/
/*************************************************************************************/

@media screen and (min-device-width: 767px) and (max-device-width: 769px) { 
   .v-vert-nav::before {
    border-left: 0px solid;
    background: rgba(0, 0, 0, 0);/*color*/
    box-shadow:none;
  }
}


/*************************************************************************************/
/****************************************max 800 *************************************/
/*************************************************************************************/
/*************************************************************************************/
@media only screen and (max-width: 800px) 
{
  .scroll-icon{
    display: none;
  }
  
.display-navb1{
  display:block;
}

.img-top-sec0-500{
    display:none;
}

  /************** Section 0 ****************/
  #section0{
    height: 100%;
    display:block;
    background-color: #47324f;
  }
  
  .separateur-mobile01{
    width: 120px;
    border-bottom: 3px solid #ff9c24;
    margin-left: auto;
    margin-right: auto;
  }

  .button-gen{
    margin-bottom: 30px;
  }

  .display-navbar1-2{
    display: block;
  }

  .display-navbar1{
    display: none;
  }
  
  .content-logo-responsive{
    margin-top: 30px;
    display: block;
    position: static;
  }

  .logo-responsive{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    opacity: 0.9;
    z-index: 0;
  }
  
  .sect0-ul{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top:50px;
    font-size: 16px;
  }

  .sect0-ul li{
    margin-top: 10px;
    text-align: left;
    font-size: 20px;
  }

  .add-mobile-div-sect0 a{
    color: #fff;
  }

  .sect0-ul a:hover{
    color: #d7084e;
  }
  
  .text-section0{
    text-transform: none;
  }


  .text-section0 p{
    width: 400px;
    font-size: 18px;
    text-transform: none;
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .para-section0{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .add-mobile-div-sect0 h1{
    margin-top:20px;
    font-size: 30px;
    text-transform: none;

  }

  .add-mobile-div-sect0 em{
    color: #4ea1dc;
    text-transform: none;
  }

  .add-mobile-div-sect0 b{
    margin-top:50px;
    color: #ee3520;
  }

  .add-mobilescrollsect0{
    margin-bottom: 20px;
  }

  #arrow-mouse2{
    font-size: 40px;
    color : #ff9c24;/*color*/
  }
  
  .img-top-sec0{
    width: 100%;
  }

  /************** Section 1 ****************/
  #section1{
    background-image:url(/img/background/section1/background-01-mobile.jpg);
    background-repeat:no-repeat;
    background-position: right bottom;
    background-size: cover;
  }

  .disable-mouse{
    display: none;
  }

  .display-h1-sect1{
    display: none;
  }

  .display-h1-sect1-2{
    display: block;
  }
  
  .text-section1 {
    text-transform: none;
  }

  .text-section1 h2{
    text-transform: uppercase;
  }

  .text-section1 h1{
    font-size: 25px;
  }
  
}

/*************************************************************************************/
/****************************************max 600 *************************************/
/*************************************************************************************/
/*************************************************************************************/
@media only screen and (max-width: 600px) 
{
  .list-section3{
    padding-left: 0px;
    font-size: 20px;
    width: auto;
  }

  .list-section3-content li{
    margin-top: 20px;
  }

  #section3{
    background-image:none;
  }
}



/*************************************************************************************/
/****************************************max 480 *************************************/
/*************************************************************************************/
/*************************************************************************************/
@media only screen and (max-width: 480px) 
{
  .block-contact{
    width:auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  #hamburger-button span{
      font-size: 35px;
  }
  
  .text-section0 p{
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }
}

/*************************************************************************************/
/****************************************max 415 *************************************/
/*************************************************************************************/
/*************************************************************************************/
@media only screen and (max-width: 415px) 
{
  .para-section1 {
    text-align:center;
  }
}

/*************************************************************************************/
/****************************************max 300 *************************************/
/*************************************************************************************/
/*************************************************************************************/
@media only screen and (max-width: 300px) 
{
  .sect0-ul{
    z-index: 10;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

  
/******************************* END *************************/
/*

Lis / help / codepen:
https://codyhouse.co/license
https://codepen.io/Annushka_V/pen/PZEZZW
;

*/