html, body {
    margin: 0;
    padding: 0;
    font-family: 'roboto';
}

/* SECTION PRODUIT*/
.dropdown-list {
    display: flex;
}
.dropdown-content .dropdown-row .dropdown-column .dropdown-ul .dropdown-list .section-produit {
    width: 380px;
    height: 150px;
    background-color: transparent
}
.section-produit-image{
    width: 150px;
    height: 100px;
    padding-top: 5%;
    float: left;
}
.dropdown-content .dropdown-row .dropdown-column .dropdown-ul .dropdown-list .section-produit img{
    width: 100%;
    height: 100%;
}
.section-produit-texte{
    width: 200px;
    float: right;
}
.section-produit-texte .section-produit-categorie{
    color: #ba8054;
}
/* SECTION PRODUIT*/

h2{
    color: #ca8d5e;
    font-size: 2em;
    text-align: center;
    margin-top: 3%;
    text-shadow: 1px 1px 2px rgb(222, 222, 222);
}
/* lineup class and keyframes */
h2 {
    animation: 2s anim-lineUp ease-out;
  }
  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(80%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }

#pourquoi .barre {
    margin-top: -2%;
    margin-left: 37%;
    font-weight: lighter;
    color: #797979;
}
.savoir-faire-texte  .barre{
    margin-top: -2%;
    margin-left: 39%;
    font-weight: lighter;
    color: #797979;
}
#partenaires  .barre{
    margin-top: -2%;
    margin-left: 44%;
    text-align: left;
    font-weight: lighter;
    color: #797979;
}
a{
    text-decoration: none;
}
li{
    list-style-type: none;
}
/*          NAV MOBILE  */

.navbarmobile{
    display: none;
}

.navbarmobilelogo{
    display: none;
}
/*          NAV         */

.navbar{
    position: fixed;
    display:flex;
    top:0em;
    left: 0em;
    right: 0em;
    width: 100%;
    height: 80px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    color: #091723;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.navbar .logo{
    float: left;
    width: 10%;
    height: 100%;
}
.navbar .icons{
    float:right;
    width:15%;
    padding: 10px 10px;
}
.navbar .icons a{
    padding: 10px 10px;
}
.navbar .menu {
    background-color: transparent;
    display: flex;
    width: 60%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
    
}
.navbar .menu a {
    color: black;
    cursor:pointer;
}
.navbar .menu .nav-link.active:after { 
    content: "";
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    width: 0px;
    background-color: #295881;
    border-radius: 3px;
    padding: 0%;
    display: block;
    width:50%; 
    transition: all 0.4s;
  }

.nav-link-active:after { 
    content: "";
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    width: 0px;
    background-color: #295881;
    border-radius: 3px;
    padding: 0%;
    display: block;
    width:50%; 
    transition: all 0.4s;
  }

.navbar .menu .nav-link:after,  .navbar .menu .dropdown-simple .nav-link:after, .navbar .menu .dropdown .nav-link:after ,.menu .dropdown-simple .dropdown-content .dropdown-row .dropdown-column ul li a:after{ 
    content: "";
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    width: 0px;
    background-color: #295881;
    border-radius: 3px;
    padding: 0%;
  }
.navbar .menu > .nav-link:hover::after {
    display: block;
    width:50%; 
    transition: all 0.4s;
  }
.dropdown-list a:hover{
    color:#15436b;
    font-weight: bold;
}
.navbar .menu .nav-link:hover::after, .navbar .menu .dropdown-simple .nav-link:hover::after, .navbar .menu .dropdown .nav-link:hover::after {
    display: block;
    width:50%; 
    transition: all 0.4s;
}
.menu .dropdown-simple .dropdown-content .dropdown-row .dropdown-column ul li a:hover::after{
    display: block;
    width:50%; 
    transition: all 0.4s;
  }
.menu ul, li {
    display: inline;
    padding: 10px;
}
.dropdown, .dropdown-simple{
    padding: 10px;
}
.dropdown-simple-column ul{
    margin: 0;
    padding: 0;
    display: block;
}
.dropdown .dropdown-btn{
    padding-left: 10px;
}
.dropdown-simple .dropdown-content {
    transition-duration: 30s;
    margin-top: 10px;
    padding: 10px;
}
.dropdown .dropdown-content {
    transition-duration: 30s;
    margin-top: 10px;
    padding: 10px;
    width: 100% !important;;
    float: left;
    background-color: #797979;
}
.dropdown-row{
    width: 100% !important;
}
.dropdown-column {
    width: 100% !important;
    display: flex;
}

.dropdown-simple .dropdown-content {
    position: absolute;
    display: none;
}
.dropdown .dropdown-content {
    position: absolute;
    display: none;
}

.dropdown-simple:hover .dropdown-content {
    display: block;
    width: 20% !important;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.dropdown:hover .dropdown-content {
    display: block;
    width: 100% !important;
    background-color: #fff;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.search-bar {
    color: #091723;
    float: left;
    margin-left: 5%;
    height: 60px;
   }

.search-bar-form{
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
}

.search-bar-input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}

.search-bar .fa{
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

.search-bar-form:hover{
    width: 280px;
    cursor: pointer;
}

.search-bar-form:hover input{
    display: grid;
    background-color: #e0e0e0;
}

.search-bar-form:hover .fa{
    background: #15436b;
    color: white;
}
.suggestion {
    display: grid;
    margin-top: -2%;
    width: 100%;
    height: 20px;
    padding-left: 4px;
}
.suggestion li {
    display: grid;
    background-color: #fff;
    width: 90%;
    height: 20px;
}
.suggestion li:first-child {
    margin-top: 15%;
}
.suggestion li:only-child{
    margin-top: 15%;
}
.suggestion li:last-child {
    border-radius: 0px 0px 10px 10px;
}
.suggestion li:hover {
    background-color: #e1e0e0;
}

.menu-icon .fa, .menu-icon-phone .fa {
    color: #000000;
    box-sizing: border-box;
    padding: 14px;
    width: 42.5px;
    height: 42.5px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}
.menu-icon .fa:hover,.menu-icon-phone .fa:hover{
    box-sizing: border-box;
    padding: 14px;
    width: 42.5px;
    height: 42.5px;
    background: #15436b;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}
.menu-icon-phone + div {
    display: none;
}
.menu-icon-phone:hover + div {
    position: absolute;
    display: block;
    color: #ffffff;
    font-size: larger;
    padding: 10px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    background-color: #15436b;
    border-radius: 5px;
}

/*          NAV FIN        */

/*          CAROUSEL         */
#contact-pop-up-div-tel{
    position: absolute;
    background: #ba8054;
    top: 15%;
    width: 200px; 
    left: -200px;
    height: 40px;
    transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
  }
  .contact-pop-up-div-tel-icon{
    position: absolute;
    left: 200px;
    width: 40px;
    height: 39px;
    background: #ba8054;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    border-radius: 0% 25% 25% 0%;
    color: #fff;
    text-align: center;
  }
  .contact-pop-up-div-tel-hover{
    padding: 10px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    color: #fff;
  }
  #contact-pop-up-div-tel:hover{
    left: 0px;
  }
  #contact-pop-up-div-fb{
    position: absolute;
    background: #ba8054;
    margin-top: 10%;
    width: 40px; 
    height: 40px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    border-radius: 0% 25% 25% 0%;
    color: #fff;
  }
.carousel {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 60px;
}

.carousel-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-image {
    position: static;
    opacity: 100;
}

.carousel-image {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-image img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-control {
    cursor: pointer;
    display: none;
    font-size: 0;
    height: 0;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
    display: block;
}

.carousel-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
}

.carousel-buttons li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-button {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 50px;
}

.carousel-button:hover {
    color: #295881;
}
.carousel-button:active {
    color: #295881;
}

#carousel-1:checked ~ .control-1 ~ .carousel-buttons li:nth-child(1) .carousel-button,
#carousel-2:checked ~ .control-2 ~ .carousel-buttons li:nth-child(2) .carousel-button,
#carousel-3:checked ~ .control-3 ~ .carousel-buttons li:nth-child(3) .carousel-button {
    color: #295881;
}

#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

.carousel-frosted {
    list-style: none;
    margin: auto;
    padding: auto;
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    text-align: center;
    width: 600px;
    height: 300px;
    background-color: rgba(199, 199, 199, 0.50);  
    backdrop-filter: blur(5px);
    border-radius: 15px ;
}
.ciseau{
    margin-top: -8%;
}
.frosted-div-title{
    text-transform: uppercase;
    color: #295881;
    font-size: 3em;
    font-weight: 900;
    text-shadow: 
    0 0.025em 0 rgb(255, 255, 255),
    0 0.045em 0 rgb(255, 255, 255),
    0 0.05em 0 rgb(255, 255, 255);
}
.frosted-div-subtitle{
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-size: 1em;
}
.frosted-div-buttons{
    display: inline-block;
    align-items: center;
    text-align: center;
    width: 260px;
}
.div-brown-button {
    float:left;
    text-align: center;
    background-color:  #ba8054;
    text-transform: uppercase;
    width: 120px;
    height: 30px;
    border-radius: 15px ;
    padding-top: 5%;
}
.div-blue-button {
    float:right;
    text-align: center;
    background-color: #295881;
    text-transform: uppercase;
    width: 120px;
    height: 30px;
    border-radius: 15px ;
    padding-top: 5%;
}
.div-blue-button a, .div-brown-button a{
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.div-blue-button a:visited, .div-brown-button a:visited{
    color: #fff;
    text-decoration: none;
    text-align: center;
}

/*          CAROUSEL  FIN       */


/*          POURQUOI       */
#pourquoi{
    width: 100%;
    height: 300px;
}

.pourquoi-div-1{
    width: 30%;
    height: 200px;
    display: inline-block;
    margin-left: 5%;
}
.pourquoi-div-2{
    width: 30%;
    height: 200px;
    display: inline-block;
}
.pourquoi-div-3{
    width: 30%;
    height: 200px;
    display: inline-block;
}

.pourquoi-div-1 img, .pourquoi-div-2 img, .pourquoi-div-3 img{
    width: 80px;
    height: 80px;
    margin-top: 10%;
    margin-left: 5%;
    float: left;
}
.pourquoi-div-1 p, .pourquoi-div-2 p, .pourquoi-div-3 p{
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 1.5em;
}

.pourquoi-div-1:hover, .pourquoi-div-2:hover, .pourquoi-div-3:hover{
    background-color: rgba(199, 199, 199, 0.15);  
        backdrop-filter: blur(5px);
}

/*          POURQUOI FIN       */

/*          SAVOIR-FAIRE         */

#savoir-faire{
    margin-top: 2%;
    height: 600px;
}
.savoir-faire-texte{
    float: left;
    margin-left: 5%;
    width: 45%;
    height: 200px;
}
.savoir-faire-texte p{
    font-size: 20px;
    text-align: center;
}
.savoir-faire-image{
    float: right;
    width: 45%;
    height: 300px;
}
.savoir-faire-button{
    margin-left: 40%;
    float: left; 
}
.savoir-faire-image-rotate1{
    position: relative;
    top:25px;
    left:100px;
    width:300px;
    height:200px;
    z-index:-4;
}
.savoir-faire-image-rotate2{
    top:-25px;
    left:50px;
    width:300px;
    height:200px;
    z-index:5;
    transform: rotate(-15deg);
}
.savoir-faire-image-rotate3{
    position: relative;
    top:-150px;
    left:200px;
    width:300px;
    height:200px;
    z-index:6;
    transform: rotate(20deg);
}
/*          SAVOIR-FAIRE FIN        */

/* PARTENAIRES */
#partenaires{
    text-align: center;
    margin: 0%;
    padding: 0%;
}
#partenaires h3{
    font-size: 20px;
}
.gallery-control{
    float:left;
  }
.gallery-control-left{
    float:left;
}
.gallery-control-right{
    float:right;
}
.row{
    width:85%;
    padding:0;
    padding-left: 1%;
    overflow:hidden;
    margin:auto;
  }
.row-items{
    background-color: #ffffff;
    width:98%;
    margin-left: 8%;
    margin: auto;
    padding: auto;
    transition:0.5s;
  }
.item{
    background-color: #ffffff;
    width:300px;
    width: 240px;
    float:left;
    display:inline;
    margin:0 2px;
  }
.clear{
    clear:both;
  }
.controls{
    width:100%;
    margin:auto;
  }
button{
    border:none;
    padding:10px 30px;
    background-color: #ffffff;
    font-weight:bold;
    outline:none;
    border-radius:3px;
    height:100px;
    position:relative;
    padding-bottom: 18%;
  }

/* PARTENAIRES FIN*/

/* CONSEILS DEBUT*/
.slider-container {
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.slider {
    width: 100%;
    height: 400px;
    margin: 20px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.slides {
    display: flex;
    overflow-x: scroll;
    position: relative;
    scroll-behavior: smooth;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 400px;
    margin-right: 0px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    transform-origin: center center;
    transform: scale(1);
    scroll-snap-align: center;
}
.slide:nth-of-type(even) {
    background-color: rgb(194, 137, 72);
}
.slide__image {
    margin-left: 0%;
    width:40%;
    height: 250px;
    background-color: #295881;
    border-radius: 20px;
    color:rgb(255, 255, 255);
    text-align: left;
}
.slide__image img {
    margin-left: 0%;
    width: 100%;
    height: 100%;
    background-color: #295881;
    border-radius: 20px;
    color:rgb(255, 255, 255);
    text-align: left;
}
.slide__text {
    margin-left: 5%;
    width: 45%;
    height: 250px;
    background-color: #295881;
    border-radius: 20px;
    color:rgb(255, 255, 255);
    text-align: left;
}
.slide_text_title {
    font-size: 48px;
    margin-left: 5%;
}
.slide_text_paragraph{
    margin-left: 5%;
    color: #fff;
    width: 80%;
    font-size: 20px;
}
.slide a {
    position: absolute;
    top: 45%;
}

a.slide__prev {
    left: 0%;
}

a.slide__next{
    right: 0%;
}

.fa-long-arrow-right, .fa-long-arrow-left{
    color:#295881;
}
/* CONSEILS FIN*/


/* LOCALISATION */
#localisation{
    text-align: center;
    margin: 0%;
    padding: 0%;
    
}
#localisation h3{
    font-size: 24px;
}
#localisation   .barre{
    font-size: 20px;
    margin-top: -1.5%;
    margin-left: 45.5%;
    text-align: left;
    font-weight: lighter;
    color: #797979;
}
.menu-localisation {
    display: flex;
    margin: auto;
    padding: auto;
    gap: 0em;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #ba8054;
    width: 90%;
    height: 80px;
    border-radius: 50px;
   }
.menu-localisation li:hover {
    border-radius: 5px;
    transition: 2s ease;
   }
.menu-localisation li {
        padding: 25px 14px;
   }
.menu-localisation li a {
    overflow: hidden;
  }
 
.menu-localisation li a:after { 
    content: "";
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    width: 0px;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 0%;
  }
.menu-localisation li a:hover::after { 
    width:50%; 
    transition: all 0.4s;
  }
.menu-localisation li a:hover::after { 
    width:50%; 
    transition: all 0.4s;
  }
.localisation-links li  {
    color: #ffffff;
    margin: auto;
    padding: auto;
   }
.localisation-links a {
    color: #ffffff;
   }
.localisation-contenu{
       margin: auto;
       padding: auto;
       width: 90%;
       height: 400px;
   }
    
#map{
    margin-top: 3%;
       width: 50%;
       height: 450px;
       float: left;
       background-color: #ffffff;
   }
.localisation-texte{
    margin-top: 3%;
    width: 45%;
    height: 100%;
    float: right;
   }

.localisation-texte h4 {
    font-size: 24px;
    text-align: left;
    }
.localisation-texte img,  .localisation-texte img{
    width: 20%;
    height: 100px;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 10%;
    float:left;
}

.adresse {
    width: 100%;
    height: 50%;   
}
.coordonnees {
    width: 100%;
    height: 50%;
}

.adresse-image {
    float: left;
    height: 100%;
    width: 30%;
}

.adresse-image img {
    float: left;
    height: 45%;
    width: 60%;
}
.adresse-texte {
    text-align: left;
    width: 60%;
    height: 100%;
    margin-left: 40%;
}

.coordonnees-image {
    float: left;
    height: 100%;
    width: 30%;
}

.coordonnees-image img{
    float: left;
    height: 50%;
    width: 50%;
    padding-top: 10%;
}

.coordonnees-texte {
    text-align: left;
    width: 60%;
    height: 100%;
    padding-top: 2%;
    margin-left: 40%;
}
.map-button {
    text-align: center;
    background-color: #ba8054;
    text-transform: uppercase;
    width: 220px;
    height: 30px;
    padding-top: 2%;

}
.map-button a{
    color: #ffffff;
    letter-spacing: 1px;
    }
    
/* LOCALISATION FIN */

 /* FOOTER */
    footer {
        margin-top: 10%;
        padding: 1%;
        background-color: #222222;
        height: 300px;
        width: 100%;
        color:#ffffff;
    }

    .footer-1{
        display: flex;
    }
    .block-1{
        width: 20%;
        margin-right: 2%;
    }

    .block-2, .block-3, .block-4, .block-5{
        width: 18%;
        margin-right: 1%;
    }

    .footer-2{
        width: 100%;
        text-align: center;
    }
    .footer-2 a{
        color:#ffffff;
    }

/* FOOTER FIN */


input[type=checkbox]{
    display: none;
   } 
.hamburger {
    display: none;
    font-size: 24px;
    left: 11em;
    color: #15436b;
    font-size: 18px;
   }
.hamburger:hover{
    text-decoration: underline;
   }
.logo-mobile {
    display:none;
}

#partenaires-media {
    display: none;
    width: 90%;
    height: 350px;
    background-color: #e1e0e0;
}

/* PAGE SAVOIR FAIRE DEBUT*/
#priorite{
    margin-top: 2%;
    height: 750px;
}
.priorite-texte-1  .barre{
    margin-top: -2%;
    margin-left: 25%;
    font-weight: lighter;
    color: #797979;
}
.priorite-texte-1  h4 {
    font-weight: bold;
    font-size: 1.5em;
}
.priorite-texte-1, .priorite-texte-2{
    float: left;
    margin-left: 5%;
    width: 50%;
    height: 350px;
}
.priorite-texte-1 p,.priorite-texte-2 p{
    font-size: 20px;
    text-align: left;
}
.priorite-image-1, .priorite-image-2{
    float: right;
    width: 45%;
    height: 300px;
}

.priorite-image-contenu {
    height: 300px;
}
.priorite-image-1 .priorite-image-contenu img{
    margin-top: 10%;
    margin-left: 10%;
    width: 75%;
    height: 80%;
}
.priorite-image-contenu img{
    margin-left: 10%;
    width: 75%;
    height: 80%;
}

.style1{
    border: 0;
    clear:both;
    display:block;
    width: 80%;               
    background-color:#b5b5b5;
    height: 0.5px;
}
.slide_text_title {
    font-size: 48px;
    margin-left: 2%;
}
.slide_text_title-2 {
    font-size: 24px;
}
.slide_text_title, .slide_text_title-2 {
    display: inline;
}
.slide_text_paragraph-2{
    margin-top: 6%;
    margin-left: 5%;
    color: #fff;
    width: 80%;
    font-size: 20px;
}

#conseils .barre , #specialiste-literie-et-plus .barre{
    margin-top: -2%;
    margin-left: 37%;
    font-weight: lighter;

}

#specialiste-literie-et-plus {
    width: 100%;
    height: 850px;
    text-align: left ;
    margin-bottom: 5%;
}

#specialiste-literie-et-plus h4{
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 5%;
}

#specialiste-literie-et-plus p {
    padding-left: 5%;
    font-size: 1.2em;
    padding-left: 5%;
    padding-right: 10%;
}

#specialiste-literie-et-plus img {
    width: 100%;
    opacity: 0.5;
    height: 380px;
}
#literie-plus {
    height: 200px;
}
#literie-plus  .barre{
    margin-top: -1.5%;
    margin-left: 35.5%;
    font-weight: lighter;
    color: #797979;
}
.literie-plus-texte {
    float: left;
    margin-left: 5%;
    width: 70%;
    height: 100%;
}
.literie-plus-bouton{
    position: relative;
    float: left;
    width: 20%;
    height: 70%;
}

.literie-plus-bouton .div-blue-button{ 
    float:right;
    text-align: center;
    background-color: #295881;
    text-transform: uppercase;
    width: 120px;
    height: 30px;
    border-radius: 15px ;
}

/* PAGE SAVOIR FAIRE FIN*/


/* PAGE FAUTEUIL RELAXATION DEBUT*/

#introduction-fauteuil .barre{
    margin-top: -2%;
    margin-left: 27%;
    font-weight: lighter;

}

#introduction-fauteuil {
    width: 100%;
    height: 80%;
    text-align: left ;
    margin-bottom: 5%;
}

#introduction-fauteuil h4{
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 5%;
}

#introduction-fauteuil p {
    padding-left: 5%;
    font-size: 1.2em;
    padding-left: 5%;
    padding-right: 10%;
}

#introduction-fauteuil img {
    width: 100%;
}

.carousel_second {
    position: relative;
    width: 95%;
    margin: auto;
    margin-top: 5%;
}

.carousel_second-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel_second-open:checked + .carousel_second-item {
    position: static;
    opacity: 100%;
}

.carousel_second-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel_second-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel_second-control {
    background: rgba(47, 99, 143, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel_second-control.prev {
    left: 2%;
}

.carousel_second-control.next {
    right: 2%;
}

.carousel_second-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel_second-1:checked ~ .control-1,
#carousel_second-2:checked ~ .control-2,
#carousel_second-3:checked ~ .control-3,
#carousel_second-4:checked ~ .control-4,
#carousel_second-5:checked ~ .control-5,
#carousel_second-6:checked ~ .control-6,
#carousel_second-7:checked ~ .control-7,
#carousel_second-8:checked ~ .control-8 {
    display: block;
}

.carousel_second-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel_second-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel_second-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel_second-bullet:hover {
    color: #aaaaaa;
}

#carousel_second-1:checked ~ .control-1 ~ .carousel_second-indicators li:nth-child(1) .carousel_second-bullet,
#carousel_second-2:checked ~ .control-2 ~ .carousel_second-indicators li:nth-child(2) .carousel_second-bullet,
#carousel_second-3:checked ~ .control-3 ~ .carousel_second-indicators li:nth-child(3) .carousel_second-bullet,
#carousel_second-4:checked ~ .control-4 ~ .carousel_second-indicators li:nth-child(4) .carousel_second-bullet,
#carousel_second-5:checked ~ .control-5 ~ .carousel_second-indicators li:nth-child(5) .carousel_second-bullet,
#carousel_second-6:checked ~ .control-6 ~ .carousel_second-indicators li:nth-child(6) .carousel_second-bullet,
#carousel_second-7:checked ~ .control-7 ~ .carousel_second-indicators li:nth-child(7) .carousel_second-bullet,
#carousel_second-8:checked ~ .control-8 ~ .carousel_second-indicators li:nth-child(8) .carousel_second-bullet {
    color: #428bca;
}


#version-fauteuil .barre{
    margin-top: -2%;
    margin-left: 22%;
    font-weight: lighter;

}

#version-fauteuil {
    width: 100%;
    height: 80%;
    text-align: left ;
    margin-bottom: 5%;
    background-color: #ffffff;
}
.version-fautueil-container {
    width: 95%;
    height: 500px;
    margin: auto;
}
.version-fautueil-image {
    width: 45%;
    height: 100%;
    float: left;
}
.version-fautueil-image2 {
    width: 45%;
    height: 100%;
    float: right;
}
.version-fautueil-texte {
    width: 50%;
    height: 100%;
    float: right;
    text-align: left;
    font-size: 1.3em;
}
.version-fautueil-texte2 {
    margin-left: 1%;
    width: 50%;
    height: 100%;
    float: left;
    text-align: left;
    font-size: 1.3em;
}
.reveal {
    position: relative;
    opacity: 0;
  }
  .reveal.active {
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom 1s ease-in;
  }
  .active.fade-left {
    animation: fade-left 1s ease-in;
  }
  .active.fade-right {
    animation: fade-right 1s ease-in;
  }
  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

.carousel_mini {
    position: relative;
    width: 95%;
    margin: auto;

}

.carousel_mini-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel_mini-open:checked + .carousel_mini-item {
    position: static;
    opacity: 100%;
}

.carousel_mini-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel_mini-item img {
    display: block;
    height: auto;
    max-width: 100%;
    height: 400px;
    border-radius: 10px;
}

.carousel_mini-control {
    background: rgba(206, 206, 206, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel_mini-control.prev {
    left: 2%;
}

.carousel_mini-control.next {
    right: 2%;
}

.carousel_mini-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel_mini-1:checked ~ .control-1,
#carousel_mini-2:checked ~ .control-2,
#carousel_mini-3:checked ~ .control-3,
#carousel_mini-4:checked ~ .control-4,
#carousel_mini-5:checked ~ .control-5,
#carousel_mini-6:checked ~ .control-6,
#carousel_mini-7:checked ~ .control-7,
#carousel_mini-8:checked ~ .control-8 {
    display: block;
}

.carousel_mini-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel_mini-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel_mini-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel_mini-bullet:hover {
    color: #aaaaaa;
}

#carousel_mini-1:checked ~ .control-1 ~ .carousel_mini-indicators li:nth-child(1) .carousel_mini-bullet,
#carousel_mini-2:checked ~ .control-2 ~ .carousel_mini-indicators li:nth-child(2) .carousel_mini-bullet,
#carousel_mini-3:checked ~ .control-3 ~ .carousel_mini-indicators li:nth-child(3) .carousel_mini-bullet,
#carousel_mini-4:checked ~ .control-4 ~ .carousel_mini-indicators li:nth-child(4) .carousel_mini-bullet,
#carousel_mini-5:checked ~ .control-5 ~ .carousel_mini-indicators li:nth-child(5) .carousel_mini-bullet,
#carousel_mini-6:checked ~ .control-6 ~ .carousel_mini-indicators li:nth-child(6) .carousel_mini-bullet,
#carousel_mini-7:checked ~ .control-7 ~ .carousel_mini-indicators li:nth-child(7) .carousel_mini-bullet,
#carousel_mini-8:checked ~ .control-8 ~ .carousel_mini-indicators li:nth-child(8) .carousel_mini-bullet {
    color: #428bca;
}
.img-slider {
    position: relative;
    width: 100%;
    height: 80%;
}
.img-slider .slider-container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: slider 6s infinite;
}
.img-slider .slider-container .slide {
    position: relative;
    width: 33.33333333%;
    height: 100%;
    float: left;
    overflow: hidden
}
.img-slider .slider-container .slide img {
  display: block;
  width: 100%;
  height: 100%
}
@keyframes slider {
    0%, 25%, 100%{left: 0}
    
    30%, 55%{left: -100%}
    
    60%, 85%{left: -200%}
}
#version-fautueil-slider{
    margin:0 auto;
    width:100%;
    height: 100%;
    overflow:hidden;
  }
  
  .version-fautueil-slides {
    height: 100%;
    overflow:hidden;
    animation-name:fade;
    animation-duration:1s;
    display:none;
  }
  .version-fautueil-slides img {
    width: 100%;
    height: 80%;
    border-radius: 10px;
  }
  @media (max-width:600px){
  #version-fautueil-slider{
      width:100%;
    }
  }

#choix-fauteuil .barre{
    margin-top: -2%;
    margin-left: 38%;
    font-weight: lighter;
}

#choix-fauteuil {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left ;
    margin-bottom: 15%;
    background-color: #ffffff;
}
#choix-fauteuil .choix-fauteuil-content {
    width: 95%;
    height: 55%;
    margin: auto;
    text-align: left;
    font-size: 1.2em;
}
.choix-fautueil-content h2 {
    text-align: left;
}
.choix-fautueil-container {
    width: 95%;
    height: 40%;
    margin-bottom: 5%;
    margin: auto;
}
.choix-fautueil-image {
    width: 45%;
    height: 100%;
    float: left;
}

.choix-fautueil-texte {
    width: 50%;
    height: 100%;
    float: right;
    text-align: right;
    font-size: 1.3em;
}
.choix-fautueil-texte h2{
    text-align: right;
}
.choix-fautueil-texte p{
    text-align: left;
}
.choix_carousel_mini {
    position: relative;
    width: 95%;
    margin: auto;

}
.choix-fautueil-texte h3{
    margin-right: 8%;
    font-weight: lighter;
}

.choix_carousel_mini-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.choix_carousel_mini-open:checked + .choix_carousel_mini-item {
    position: static;
    opacity: 100%;
}

.choix_carousel_mini-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.choix_carousel_mini-item img {
    display: block;
    height: auto;
    max-width: 100%;
    height: 400px;
    border-radius: 10px;
}

.choix_carousel_mini-control {
    background: rgba(206, 206, 206, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.choix_carousel_mini-control.prev {
    left: 2%;
}

.choix_carousel_mini-control.next {
    right: 2%;
}

.choix_carousel_mini-control:hover {
    background: #15436b;
    color: #fff;
}

#choix_carousel_mini-1:checked ~ .control-1,
#choix_carousel_mini-2:checked ~ .control-2,
#choix_carousel_mini-3:checked ~ .control-3,
#choix_carousel_mini-4:checked ~ .control-4,
#choix_carousel_mini-5:checked ~ .control-5,
#choix_carousel_mini-6:checked ~ .control-6,
#choix_carousel_mini-7:checked ~ .control-7,
#choix_carousel_mini-8:checked ~ .control-8 {
    display: block;
}

.choix_carousel_mini-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.choix_carousel_mini-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.choix_carousel_mini-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.choix_carousel_mini-bullet:hover {
    color: #aaaaaa;
}

#choix_carousel_mini-1:checked ~ .control-1 ~ .choix_carousel_mini-indicators li:nth-child(1) .choix_carousel_mini-bullet,
#choix_carousel_mini-2:checked ~ .control-2 ~ .choix_carousel_mini-indicators li:nth-child(2) .choix_carousel_mini-bullet,
#choix_carousel_mini-3:checked ~ .control-3 ~ .choix_carousel_mini-indicators li:nth-child(3) .choix_carousel_mini-bullet,
#choix_carousel_mini-4:checked ~ .control-4 ~ .choix_carousel_mini-indicators li:nth-child(4) .choix_carousel_mini-bullet,
#choix_carousel_mini-5:checked ~ .control-5 ~ .choix_carousel_mini-indicators li:nth-child(5) .choix_carousel_mini-bullet,
#choix_carousel_mini-6:checked ~ .control-6 ~ .choix_carousel_mini-indicators li:nth-child(6) .choix_carousel_mini-bullet,
#choix_carousel_mini-7:checked ~ .control-7 ~ .choix_carousel_mini-indicators li:nth-child(7) .choix_carousel_mini-bullet,
#choix_carousel_mini-8:checked ~ .control-8 ~ .choix_carousel_mini-indicators li:nth-child(8) .choix_carousel_mini-bullet {
    color: #428bca;
}
.carousel_third {
    position: relative;
    width: 95%;
    margin-left: 3%;
    margin-top: 15%;
}

.carousel_third-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel_third-open:checked + .carousel_third-item {
    position: static;
    opacity: 100%;
}

.carousel_third-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel_third-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel_third-control {
    background: rgba(47, 99, 143, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel_third-control.prev {
    left: 2%;
}

.carousel_third-control.next {
    right: 2%;
}

.carousel_third-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel_third-1:checked ~ .control-1,
#carousel_third-2:checked ~ .control-2,
#carousel_third-3:checked ~ .control-3,
#carousel_third-4:checked ~ .control-4,
#carousel_third-5:checked ~ .control-5,
#carousel_third-6:checked ~ .control-6,
#carousel_third-7:checked ~ .control-7,
#carousel_third-8:checked ~ .control-8 {
    display: block;
}

.carousel_third-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel_third-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel_third-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel_third-bullet:hover {
    color: #aaaaaa;
}

#carousel_third-1:checked ~ .control-1 ~ .carousel_third-indicators li:nth-child(1) .carousel_third-bullet,
#carousel_third-2:checked ~ .control-2 ~ .carousel_third-indicators li:nth-child(2) .carousel_third-bullet,
#carousel_third-3:checked ~ .control-3 ~ .carousel_third-indicators li:nth-child(3) .carousel_third-bullet,
#carousel_third-4:checked ~ .control-4 ~ .carousel_third-indicators li:nth-child(4) .carousel_third-bullet,
#carousel_third-5:checked ~ .control-5 ~ .carousel_third-indicators li:nth-child(5) .carousel_third-bullet,
#carousel_third-6:checked ~ .control-6 ~ .carousel_third-indicators li:nth-child(6) .carousel_third-bullet,
#carousel_third-7:checked ~ .control-7 ~ .carousel_third-indicators li:nth-child(7) .carousel_third-bullet,
#carousel_third-8:checked ~ .control-8 ~ .carousel_third-indicators li:nth-child(8) .carousel_third-bullet {
    color: #428bca;
}

#fauteuil-a-domicile {
    margin: auto;
    width: 95%;
}
#fauteuil-a-domicile p{
    margin-left: 5%;
    width: 70%;
    float: left;
}
#fauteuil-a-domicile .div-blue-button{
    margin-top: 2%;
    margin-left: 2%;
    width: 10%;
    float: left;
    padding-top: 1%;
}
#fauteuil-a-domicile .div-blue-button a{
    padding-top: 0%;
    text-align: right;
}
.choix-fauteuil-content-image {
    width: 80%;
    height: 80%;
    margin-left: 10%;
}

/* PAGE FAUTEUIL RELAXATION FIN*/


/* PAGE CHAMBRE ENFANTS DEBUT*/

#introduction-chambre-enfants .barre{
    margin-top: -2%;
    margin-left: 35%;
    font-weight: lighter;

}

#introduction-chambre-enfants {
    width: 100%;
    height: 80%;
    text-align: left ;
    margin-bottom: 5%;
}

#introduction-chambre-enfants h4{
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 5%;
}

#introduction-chambre-enfants p {
    padding-left: 5%;
    font-size: 1.2em;
    padding-left: 5%;
    padding-right: 10%;
}

#introduction-chambre-enfants img {
    width: 100%;
}

.carousel_second {
    position: relative;
    width: 95%;
    margin: auto;
    margin-top: 5%;
}

.carousel_second {
    position: relative;
    width: 95%;
    margin: auto;
    margin-top: 5%;
}

.carousel_second-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel_second-open:checked + .carousel_second-item {
    position: static;
    opacity: 100%;
}

.carousel_second-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel_second-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel_second-control {
    background: rgba(47, 99, 143, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel_second-control.prev {
    left: 2%;
}

.carousel_second-control.next {
    right: 2%;
}

.carousel_second-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel_second-1:checked ~ .control-1,
#carousel_second-2:checked ~ .control-2,
#carousel_second-3:checked ~ .control-3,
#carousel_second-4:checked ~ .control-4,
#carousel_second-5:checked ~ .control-5,
#carousel_second-6:checked ~ .control-6,
#carousel_second-7:checked ~ .control-7,
#carousel_second-8:checked ~ .control-8 {
    display: block;
}

.carousel_second-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel_second-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel_second-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel_second-bullet:hover {
    color: #aaaaaa;
}

#carousel_second-1:checked ~ .control-1 ~ .carousel_second-indicators li:nth-child(1) .carousel_second-bullet,
#carousel_second-2:checked ~ .control-2 ~ .carousel_second-indicators li:nth-child(2) .carousel_second-bullet,
#carousel_second-3:checked ~ .control-3 ~ .carousel_second-indicators li:nth-child(3) .carousel_second-bullet,
#carousel_second-4:checked ~ .control-4 ~ .carousel_second-indicators li:nth-child(4) .carousel_second-bullet,
#carousel_second-5:checked ~ .control-5 ~ .carousel_second-indicators li:nth-child(5) .carousel_second-bullet,
#carousel_second-6:checked ~ .control-6 ~ .carousel_second-indicators li:nth-child(6) .carousel_second-bullet,
#carousel_second-7:checked ~ .control-7 ~ .carousel_second-indicators li:nth-child(7) .carousel_second-bullet,
#carousel_second-8:checked ~ .control-8 ~ .carousel_second-indicators li:nth-child(8) .carousel_second-bullet {
    color: #428bca;
}


#version-chambre-enfants .barre{
    margin-top: -2%;
    margin-left: 22%;
    font-weight: lighter;

}

#version-chambre-enfants {
    width: 100%;
    height: 80%;
    text-align: left ;
    margin-bottom: 5%;
    background-color: #ffffff;
}
.version-chambre-enfants-container {
    width: 95%;
    height: 500px;
    margin: auto;
}
.version-chambre-enfants-image {
    width: 45%;
    height: 100%;
    float: left;
}
.version-chambre-enfants-image2 {
    width: 45%;
    height: 100%;
    float: right;
}
.version-chambre-enfants-texte {
    width: 50%;
    height: 100%;
    float: right;
    text-align: left;
    font-size: 1.3em;
}
.version-chambre-enfants-texte2 {
    margin-left: 1%;
    width: 50%;
    height: 100%;
    float: left;
    text-align: left;
    font-size: 1.3em;
}
.reveal {
    position: relative;
    opacity: 0;
  }
  .reveal.active {
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom 1s ease-in;
  }
  .active.fade-left {
    animation: fade-left 1s ease-in;
  }
  .active.fade-right {
    animation: fade-right 1s ease-in;
  }
  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .carousel_mini_ch_enfants {
    position: relative;
    width: 95%;
    margin: auto;

}

.carousel_mini_ch_enfants-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel_mini_ch_enfants-open:checked + .carousel_mini_ch_enfants-item {
    position: static;
    opacity: 100%;
}

.carousel_mini_ch_enfants-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel_mini_ch_enfants-item img {
    display: block;
    height: auto;
    max-width: 100%;
    height: 400px;
    border-radius: 10px;
}

.carousel_mini_ch_enfants-control {
    background: rgba(206, 206, 206, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel_mini_ch_enfants-control.prev {
    left: 2%;
}

.carousel_mini_ch_enfants-control.next {
    right: 2%;
}

.carousel_mini_ch_enfants-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel_mini_ch_enfants-1:checked ~ .control-1,
#carousel_mini_ch_enfants-2:checked ~ .control-2,
#carousel_mini_ch_enfants-3:checked ~ .control-3,
#carousel_mini_ch_enfants-4:checked ~ .control-4,
#carousel_mini_ch_enfants-5:checked ~ .control-5,
#carousel_mini_ch_enfants-6:checked ~ .control-6,
#carousel_mini_ch_enfants-7:checked ~ .control-7,
#carousel_mini_ch_enfants-8:checked ~ .control-8 {
    display: block;
}

.carousel_mini_ch_enfants-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel_mini_ch_enfants-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel_mini_ch_enfants-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel_mini_ch_enfants-bullet:hover {
    color: #aaaaaa;
}

#carousel_mini_ch_enfants-1:checked ~ .control-1 ~ .carousel_mini_ch_enfants_ch_enfants-indicators li:nth-child(1) .carousel_mini_ch_enfants_ch_enfants-bullet,
#carousel_mini_ch_enfants_ch_enfants-2:checked ~ .control-2 ~ .carousel_mini_ch_enfants_ch_enfants-indicators li:nth-child(2) .carousel_mini_ch_enfants_ch_enfants-bullet,
#carousel_mini_ch_enfants_ch_enfants-3:checked ~ .control-3 ~ .carousel_mini_ch_enfants_ch_enfants-indicators li:nth-child(3) .carousel_mini_ch_enfants_ch_enfants-bullet,
#carousel_mini_ch_enfants_ch_enfants-4:checked ~ .control-4 ~ .carousel_mini_ch_enfants_ch_enfants-indicators li:nth-child(4) .carousel_mini_ch_enfants_ch_enfants-bullet,
#carousel_mini_ch_enfants_ch_enfants-5:checked ~ .control-5 ~ .carousel_mini_ch_enfants_ch_enfants-indicators li:nth-child(5) .carousel_mini_ch_enfants_ch_enfants-bullet,
#carousel_mini_ch_enfants_ch_enfants-6:checked ~ .control-6 ~ .carousel_mini_ch_enfants_ch_enfants-indicators li:nth-child(6) .carousel_mini_ch_enfants_ch_enfants-bullet,
#carousel_mini_ch_enfants_ch_enfants-7:checked ~ .control-7 ~ .carousel_mini_ch_enfants_ch_enfants-indicators li:nth-child(7) .carousel_mini_ch_enfants_ch_enfants-bullet,
#carousel_mini_ch_enfants_ch_enfants-8:checked ~ .control-8 ~ .carousel_mini_ch_enfants_ch_enfants-indicators li:nth-child(8) .carousel_mini_ch_enfants_ch_enfants-bullet {
    color: #428bca;
}

#carousel-manuel {
    position: relative;
    width: 95%;
    margin: auto;
    margin-top: 5%;
}

.carousel-manuel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Show the opened item div */
.carousel-manuel-open:checked + .carousel-manuel-item {
    position: static; /* top bottom left right values won't affect the div c-m-item */
    opacity: 100%;
}

/* Fade and hide the div not checked */
.carousel-manuel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-manuel-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-manuel-control {
    background: rgba(47, 99, 143, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel-manuel-control.prev {
    left: 2%;
}

.carousel-manuel-control.next {
    right: 2%;
}

.carousel-manuel-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel-manuel-1:checked ~ .control-1,
#carousel-manuel-2:checked ~ .control-2,
#carousel-manuel-3:checked ~ .control-3,
#carousel-manuel-4:checked ~ .control-4,
#carousel-manuel-5:checked ~ .control-5,
#carousel-manuel-6:checked ~ .control-6,
#carousel-manuel-7:checked ~ .control-7,
#carousel-manuel-8:checked ~ .control-8 {
    display: block;
}

.carousel-manuel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel-manuel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-manuel-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-manuel-bullet:hover {
    color: #aaaaaa;
}

#carousel-manuel-1:checked ~ .control-1 ~ .carousel-manuel-indicators li:nth-child(1) .carousel-manuel-bullet,
#carousel-manuel-2:checked ~ .control-2 ~ .carousel-manuel-indicators li:nth-child(2) .carousel-manuel-bullet,
#carousel-manuel-3:checked ~ .control-3 ~ .carousel-manuel-indicators li:nth-child(3) .carousel-manuel-bullet,
#carousel-manuel-4:checked ~ .control-4 ~ .carousel-manuel-indicators li:nth-child(4) .carousel-manuel-bullet,
#carousel-manuel-5:checked ~ .control-5 ~ .carousel-manuel-indicators li:nth-child(5) .carousel-manuel-bullet,
#carousel-manuel-6:checked ~ .control-6 ~ .carousel-manuel-indicators li:nth-child(6) .carousel-manuel-bullet,
#carousel-manuel-7:checked ~ .control-7 ~ .carousel-manuel-indicators li:nth-child(7) .carousel-manuel-bullet,
#carousel-manuel-8:checked ~ .control-8 ~ .carousel-manuel-indicators li:nth-child(8) .carousel-manuel-bullet {
    color: #428bca;
}

#carousel2-manuel {
    position: relative;
    width: 95%;
    margin: auto;
    margin-top: 5%;
}

.carousel2-manuel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Show the opened item div */
.carousel2-manuel-open:checked + .carousel2-manuel-item {
    position: static; /* top bottom left right values won't affect the div c-m-item */
    opacity: 100%;
}

/* Fade and hide the div not checked */
.carousel2-manuel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel2-manuel-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel2-manuel-control {
    background: rgba(47, 99, 143, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel2-manuel-control.prev {
    left: 2%;
}

.carousel2-manuel-control.next {
    right: 2%;
}

.carousel2-manuel-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel2-manuel-1:checked ~ .control-1,
#carousel2-manuel-2:checked ~ .control-2,
#carousel2-manuel-3:checked ~ .control-3,
#carousel2-manuel-4:checked ~ .control-4,
#carousel2-manuel-5:checked ~ .control-5,
#carousel2-manuel-6:checked ~ .control-6,
#carousel2-manuel-7:checked ~ .control-7,
#carousel2-manuel-8:checked ~ .control-8 {
    display: block;
}

.carousel2-manuel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel2-manuel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel2-manuel-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel2-manuel-bullet:hover {
    color: #aaaaaa;
}

#carousel2-manuel-1:checked ~ .control-1 ~ .carousel2-manuel-indicators li:nth-child(1) .carousel2-manuel-bullet,
#carousel2-manuel-2:checked ~ .control-2 ~ .carousel2-manuel-indicators li:nth-child(2) .carousel2-manuel-bullet,
#carousel2-manuel-3:checked ~ .control-3 ~ .carousel2-manuel-indicators li:nth-child(3) .carousel2-manuel-bullet,
#carousel2-manuel-4:checked ~ .control-4 ~ .carousel2-manuel-indicators li:nth-child(4) .carousel2-manuel-bullet,
#carousel2-manuel-5:checked ~ .control-5 ~ .carousel2-manuel-indicators li:nth-child(5) .carousel2-manuel-bullet,
#carousel2-manuel-6:checked ~ .control-6 ~ .carousel2-manuel-indicators li:nth-child(6) .carousel2-manuel-bullet,
#carousel2-manuel-7:checked ~ .control-7 ~ .carousel2-manuel-indicators li:nth-child(7) .carousel2-manuel-bullet,
#carousel2-manuel-8:checked ~ .control-8 ~ .carousel2-manuel-indicators li:nth-child(8) .carousel2-manuel-bullet {
    color: #428bca;
}


/* PAGE CHAMBRE ENFANTS FIN*/

/* PAGE LIT RABATTABLES DEBUT */

#introduction-lit-rabattables .barre{
    margin-top: -1.5%;
    margin-left: 39.7%;
    font-weight: lighter;

}

#introduction-lit-rabattables {
    width: 100%;
    height: 80%;
    text-align: left ;
    margin-bottom: 0%;
}

#introduction-lit-rabattables h4{
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 5%;
}

#introduction-lit-rabattables p {
    padding-left: 5%;
    font-size: 1.2em;
    padding-left: 5%;
    padding-right: 10%;
}

#introduction-lit-rabattables img {
    width: 100%;
}

#largeur-couchage .barre{
    margin-top: -1.5%;
    margin-left: 37%;
    font-weight: lighter;

}

#largeur-couchage {
    width: 100%;
    height: 40%;
    text-align: left ;
    padding-top: 5%;
    margin-bottom: 1%;
    background-color: #ffffff;
}
.largeur-couchage-container {
    width: 95%;
    height: 500px;
    margin: auto;
}
.largeur-couchage-image {
    width: 45%;
    height: 100%;
    float: left;
}
.largeur-couchage-image2 {
    width: 45%;
    height: 100%;
    margin-bottom: 5%;
    margin-right: 2%;
    float: left;
}
.lits-rabattable-texte {
    width: 50%;
    height: 100%;
    float: left;
    text-align: left;
    font-size: 1.3em;
    
}
.lits-rabattable-carousel-mini {
    position: relative;
    width: 95%;
    margin: auto;

}

.lits-rabattable-carousel-mini-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.lits-rabattable-carousel-mini-open:checked + .lits-rabattable-carousel-mini-item {
    position: static;
    opacity: 100%;
}

.lits-rabattable-carousel-mini-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.lits-rabattable-carousel-mini-item img {
    display: block;
    max-width: 100%;
    height: 20%;
    border-radius: 10px;
}

.lits-rabattable-carousel-mini-control {
    background: rgba(206, 206, 206, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.lits-rabattable-carousel-mini-control.prev {
    left: 0%;
}

.lits-rabattable-carousel-mini-control.next {
    right: 0%;
}

.lits-rabattable-carousel-mini-control:hover {
    background: #15436b;
    color: #fff;
}

#lits-rabattable-carousel-mini-1:checked ~ .control-1,
#lits-rabattable-carousel-mini-2:checked ~ .control-2,
#lits-rabattable-carousel-mini-3:checked ~ .control-3,
#lits-rabattable-carousel-mini-4:checked ~ .control-4,
#lits-rabattable-carousel-mini-5:checked ~ .control-5,
#lits-rabattable-carousel-mini-6:checked ~ .control-6,
#lits-rabattable-carousel-mini-7:checked ~ .control-7,
#lits-rabattable-carousel-mini-8:checked ~ .control-8 {
    display: block;
}

.lits-rabattable-carousel-mini-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.lits-rabattable-carousel-mini-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.lits-rabattable-carousel-mini-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.lits-rabattable-carousel-mini-bullet:hover {
    color: #aaaaaa;
}

#lits-rabattable-carousel-mini-1:checked ~ .control-1 ~ .lits-rabattable-carousel-mini-indicators li:nth-child(1) .lits-rabattable-carousel-mini-bullet,
#lits-rabattable-carousel-mini-2:checked ~ .control-2 ~ .lits-rabattable-carousel-mini-indicators li:nth-child(2) .lits-rabattable-carousel-mini-bullet,
#lits-rabattable-carousel-mini-3:checked ~ .control-3 ~ .lits-rabattable-carousel-mini-indicators li:nth-child(3) .lits-rabattable-carousel-mini-bullet,
#lits-rabattable-carousel-mini-4:checked ~ .control-4 ~ .lits-rabattable-carousel-mini-indicators li:nth-child(4) .lits-rabattable-carousel-mini-bullet,
#lits-rabattable-carousel-mini-5:checked ~ .control-5 ~ .lits-rabattable-carousel-mini-indicators li:nth-child(5) .lits-rabattable-carousel-mini-bullet,
#lits-rabattable-carousel-mini-6:checked ~ .control-6 ~ .lits-rabattable-carousel-mini-indicators li:nth-child(6) .lits-rabattable-carousel-mini-bullet,
#lits-rabattable-carousel-mini-7:checked ~ .control-7 ~ .lits-rabattable-carousel-mini-indicators li:nth-child(7) .lits-rabattable-carousel-mini-bullet,
#lits-rabattable-carousel-mini-8:checked ~ .control-8 ~ .lits-rabattable-carousel-mini-indicators li:nth-child(8) .lits-rabattable-carousel-mini-bullet {
    color: #428bca;
}

#sens-couchage {
    width: 100%;
    height: 80%;
    text-align: left ;
    margin-bottom: 15%;
    margin-top: 5%;
    background-color: #ffffff;
}
#sens-couchage .barre{
    margin-top: -2%;
    margin-left: 30%;
    font-weight: lighter;

}
.sens-couchage-container {
    width: 95%;
    height: 235px;
    margin: auto;
}
.sens-couchage-image {
    width: 45%;
    height: 100%;
    float: right;
}
.sens-couchage-texte {
    width: 50%;
    height: 100%;
    float: left;
    text-align: left;
    font-size: 1.3em;
}
.sens-couchage-carousel-mini {
    position: relative;
    width: 95%;
    margin: auto;

}

.sens-couchage-carousel-mini-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sens-couchage-carousel-mini-open:checked + .sens-couchage-carousel-mini-item {
    position: static;
    opacity: 100%;
}

.sens-couchage-carousel-mini-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.sens-couchage-carousel-mini-item img {
    display: block;
    max-width: 100%;
    height: 20%;
    border-radius: 10px;
}

.sens-couchage-carousel-mini-control {
    background: rgba(206, 206, 206, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.sens-couchage-carousel-mini-control.prev {
    left: 0%;
}

.sens-couchage-carousel-mini-control.next {
    right: 0%;
}

.sens-couchage-carousel-mini-control:hover {
    background: #15436b;
    color: #fff;
}

#sens-couchage-carousel-mini-1:checked ~ .control-1,
#sens-couchage-carousel-mini-2:checked ~ .control-2,
#sens-couchage-carousel-mini-3:checked ~ .control-3,
#sens-couchage-carousel-mini-4:checked ~ .control-4,
#sens-couchage-carousel-mini-5:checked ~ .control-5,
#sens-couchage-carousel-mini-6:checked ~ .control-6,
#sens-couchage-carousel-mini-7:checked ~ .control-7,
#sens-couchage-carousel-mini-8:checked ~ .control-8 {
    display: block;
}

.sens-couchage-carousel-mini-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.sens-couchage-carousel-mini-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.sens-couchage-carousel-mini-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.sens-couchage-carousel-mini-bullet:hover {
    color: #aaaaaa;
}

#sens-couchage-carousel-mini-1:checked ~ .control-1 ~ .sens-couchage-carousel-mini-indicators li:nth-child(1) .sens-couchage-carousel-mini-bullet,
#sens-couchage-carousel-mini-2:checked ~ .control-2 ~ .sens-couchage-carousel-mini-indicators li:nth-child(2) .sens-couchage-carousel-mini-bullet,
#sens-couchage-carousel-mini-3:checked ~ .control-3 ~ .sens-couchage-carousel-mini-indicators li:nth-child(3) .sens-couchage-carousel-mini-bullet,
#sens-couchage-carousel-mini-4:checked ~ .control-4 ~ .sens-couchage-carousel-mini-indicators li:nth-child(4) .sens-couchage-carousel-mini-bullet,
#sens-couchage-carousel-mini-5:checked ~ .control-5 ~ .sens-couchage-carousel-mini-indicators li:nth-child(5) .sens-couchage-carousel-mini-bullet,
#sens-couchage-carousel-mini-6:checked ~ .control-6 ~ .sens-couchage-carousel-mini-indicators li:nth-child(6) .sens-couchage-carousel-mini-bullet,
#sens-couchage-carousel-mini-7:checked ~ .control-7 ~ .sens-couchage-carousel-mini-indicators li:nth-child(7) .sens-couchage-carousel-mini-bullet,
#sens-couchage-carousel-mini-8:checked ~ .control-8 ~ .sens-couchage-carousel-mini-indicators li:nth-child(8) .sens-couchage-carousel-mini-bullet {
    color: #428bca;
}
.lits-rabattable-carousel-mini2-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.lits-rabattable-carousel-mini2-open:checked + .lits-rabattable-carousel-mini2-item {
    position: static;
    opacity: 100%;
}

.lits-rabattable-carousel-mini2-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.lits-rabattable-carousel-mini2-item img {
    display: block;
    max-width: 100%;
    height: 20%;
    border-radius: 10px;
}

.lits-rabattable-carousel-mini2-control {
    background: rgba(206, 206, 206, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.lits-rabattable-carousel-mini2-control.prev {
    left: 0%;
}

.lits-rabattable-carousel-mini2-control.next {
    right: 0%;
}

.lits-rabattable-carousel-mini2-control:hover {
    background: #15436b;
    color: #fff;
}

#lits-rabattable-carousel-mini2-1:checked ~ .control-1,
#lits-rabattable-carousel-mini2-2:checked ~ .control-2,
#lits-rabattable-carousel-mini2-3:checked ~ .control-3,
#lits-rabattable-carousel-mini2-4:checked ~ .control-4,
#lits-rabattable-carousel-mini2-5:checked ~ .control-5,
#lits-rabattable-carousel-mini2-6:checked ~ .control-6,
#lits-rabattable-carousel-mini2-7:checked ~ .control-7,
#lits-rabattable-carousel-mini2-8:checked ~ .control-8 {
    display: block;
}

.lits-rabattable-carousel-mini2-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.lits-rabattable-carousel-mini2-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.lits-rabattable-carousel-mini2-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.lits-rabattable-carousel-mini2-bullet:hover {
    color: #aaaaaa;
}

#lits-rabattable-carousel-mini2-1:checked ~ .control-1 ~ .lits-rabattable-carousel-mini2-indicators li:nth-child(1) .lits-rabattable-carousel-mini2-bullet,
#lits-rabattable-carousel-mini2-2:checked ~ .control-2 ~ .lits-rabattable-carousel-mini2-indicators li:nth-child(2) .lits-rabattable-carousel-mini2-bullet,
#lits-rabattable-carousel-mini2-3:checked ~ .control-3 ~ .lits-rabattable-carousel-mini2-indicators li:nth-child(3) .lits-rabattable-carousel-mini2-bullet,
#lits-rabattable-carousel-mini2-4:checked ~ .control-4 ~ .lits-rabattable-carousel-mini2-indicators li:nth-child(4) .lits-rabattable-carousel-mini2-bullet,
#lits-rabattable-carousel-mini2-5:checked ~ .control-5 ~ .lits-rabattable-carousel-mini2-indicators li:nth-child(5) .lits-rabattable-carousel-mini2-bullet,
#lits-rabattable-carousel-mini2-6:checked ~ .control-6 ~ .lits-rabattable-carousel-mini2-indicators li:nth-child(6) .lits-rabattable-carousel-mini2-bullet,
#lits-rabattable-carousel-mini2-7:checked ~ .control-7 ~ .lits-rabattable-carousel-mini2-indicators li:nth-child(7) .lits-rabattable-carousel-mini2-bullet,
#lits-rabattable-carousel-mini2-8:checked ~ .control-8 ~ .lits-rabattable-carousel-mini2-indicators li:nth-child(8) .lits-rabattable-carousel-mini2-bullet {
    color: #428bca;
}
.sens-couchage-carousel-mini3 {
    position: relative;
    width: 95%;
    margin: auto;

}

.sens-couchage-carousel-mini3-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sens-couchage-carousel-mini3-open:checked + .sens-couchage-carousel-mini3-item {
    position: static;
    opacity: 100%;
}

.sens-couchage-carousel-mini3-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.sens-couchage-carousel-mini3-item img {
    display: block;
    max-width: 100%;
    height: 20%;
    border-radius: 10px;
}

.sens-couchage-carousel-mini3-control {
    background: rgba(206, 206, 206, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.sens-couchage-carousel-mini3-control.prev {
    left: 0%;
}

.sens-couchage-carousel-mini3-control.next {
    right: 0%;
}

.sens-couchage-carousel-mini3-control:hover {
    background: #15436b;
    color: #fff;
}

#sens-couchage-carousel-mini3-1:checked ~ .control-1,
#sens-couchage-carousel-mini3-2:checked ~ .control-2,
#sens-couchage-carousel-mini3-3:checked ~ .control-3,
#sens-couchage-carousel-mini3-4:checked ~ .control-4,
#sens-couchage-carousel-mini3-5:checked ~ .control-5,
#sens-couchage-carousel-mini3-6:checked ~ .control-6,
#sens-couchage-carousel-mini3-7:checked ~ .control-7,
#sens-couchage-carousel-mini3-8:checked ~ .control-8 {
    display: block;
}

.sens-couchage-carousel-mini3-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.sens-couchage-carousel-mini3-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.sens-couchage-carousel-mini3-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.sens-couchage-carousel-mini3-bullet:hover {
    color: #aaaaaa;
}

#sens-couchage-carousel-mini3-1:checked ~ .control-1 ~ .sens-couchage-carousel-mini3-indicators li:nth-child(1) .sens-couchage-carousel-mini3-bullet,
#sens-couchage-carousel-mini3-2:checked ~ .control-2 ~ .sens-couchage-carousel-mini3-indicators li:nth-child(2) .sens-couchage-carousel-mini3-bullet,
#sens-couchage-carousel-mini3-3:checked ~ .control-3 ~ .sens-couchage-carousel-mini3-indicators li:nth-child(3) .sens-couchage-carousel-mini3-bullet,
#sens-couchage-carousel-mini3-4:checked ~ .control-4 ~ .sens-couchage-carousel-mini3-indicators li:nth-child(4) .sens-couchage-carousel-mini3-bullet,
#sens-couchage-carousel-mini3-5:checked ~ .control-5 ~ .sens-couchage-carousel-mini3-indicators li:nth-child(5) .sens-couchage-carousel-mini3-bullet,
#sens-couchage-carousel-mini3-6:checked ~ .control-6 ~ .sens-couchage-carousel-mini3-indicators li:nth-child(6) .sens-couchage-carousel-mini3-bullet,
#sens-couchage-carousel-mini3-7:checked ~ .control-7 ~ .sens-couchage-carousel-mini3-indicators li:nth-child(7) .sens-couchage-carousel-mini3-bullet,
#sens-couchage-carousel-mini3-8:checked ~ .control-8 ~ .sens-couchage-carousel-mini3-indicators li:nth-child(8) .sens-couchage-carousel-mini3-bullet {
    color: #428bca;
}
.lits-rabattable-carousel-mini4-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.lits-rabattable-carousel-mini4-open:checked + .lits-rabattable-carousel-mini4-item {
    position: static;
    opacity: 100%;
}

.lits-rabattable-carousel-mini4-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.lits-rabattable-carousel-mini4-item img {
    display: block;
    max-width: 100%;
    height: 20%;
    border-radius: 10px;
}

.lits-rabattable-carousel-mini4-control {
    background: rgba(206, 206, 206, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.lits-rabattable-carousel-mini4-control.prev {
    left: 0%;
}

.lits-rabattable-carousel-mini4-control.next {
    right: 0%;
}

.lits-rabattable-carousel-mini4-control:hover {
    background: #15436b;
    color: #fff;
}

#lits-rabattable-carousel-mini4-1:checked ~ .control-1,
#lits-rabattable-carousel-mini4-2:checked ~ .control-2,
#lits-rabattable-carousel-mini4-3:checked ~ .control-3,
#lits-rabattable-carousel-mini4-4:checked ~ .control-4,
#lits-rabattable-carousel-mini4-5:checked ~ .control-5,
#lits-rabattable-carousel-mini4-6:checked ~ .control-6,
#lits-rabattable-carousel-mini4-7:checked ~ .control-7,
#lits-rabattable-carousel-mini4-8:checked ~ .control-8 {
    display: block;
}

.lits-rabattable-carousel-mini4-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.lits-rabattable-carousel-mini4-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.lits-rabattable-carousel-mini4-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.lits-rabattable-carousel-mini4-bullet:hover {
    color: #aaaaaa;
}

#lits-rabattable-carousel-mini4-1:checked ~ .control-1 ~ .lits-rabattable-carousel-mini4-indicators li:nth-child(1) .lits-rabattable-carousel-mini4-bullet,
#lits-rabattable-carousel-mini4-2:checked ~ .control-2 ~ .lits-rabattable-carousel-mini4-indicators li:nth-child(2) .lits-rabattable-carousel-mini4-bullet,
#lits-rabattable-carousel-mini4-3:checked ~ .control-3 ~ .lits-rabattable-carousel-mini4-indicators li:nth-child(3) .lits-rabattable-carousel-mini4-bullet,
#lits-rabattable-carousel-mini4-4:checked ~ .control-4 ~ .lits-rabattable-carousel-mini4-indicators li:nth-child(4) .lits-rabattable-carousel-mini4-bullet,
#lits-rabattable-carousel-mini4-5:checked ~ .control-5 ~ .lits-rabattable-carousel-mini4-indicators li:nth-child(5) .lits-rabattable-carousel-mini4-bullet,
#lits-rabattable-carousel-mini4-6:checked ~ .control-6 ~ .lits-rabattable-carousel-mini4-indicators li:nth-child(6) .lits-rabattable-carousel-mini4-bullet,
#lits-rabattable-carousel-mini4-7:checked ~ .control-7 ~ .lits-rabattable-carousel-mini4-indicators li:nth-child(7) .lits-rabattable-carousel-mini4-bullet,
#lits-rabattable-carousel-mini4-8:checked ~ .control-8 ~ .lits-rabattable-carousel-mini4-indicators li:nth-child(8) .lits-rabattable-carousel-mini4-bullet {
    color: #428bca;
}
#style-couchage .barre{
    margin-top: -2%;
    margin-left: 30%;
    font-weight: lighter;
}

#style-couchage {
    width: 100%;
    height: 80%;
    text-align: left ;
    margin-bottom: 5%;
}

#style-couchage p {
    font-size: 1.2em;
    text-align: center;
}

#choix-couchage .barre{
    margin-top: -2%;
    margin-left: 31%;
    font-weight: lighter;

}

#choix-couchage {
    width: 100%;
    height: 80%;
    text-align: left ;
    padding-top: 5%;
    margin-bottom: 5%;
}

#choix-couchage p {
    font-size: 1.2em;
    text-align: center;
}
#carousel3-manuel {
    position: relative;
    width: 95%;
    margin: auto;
    margin-top: 5%;
}

.carousel3-manuel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Show the opened item div */
.carousel3-manuel-open:checked + .carousel3-manuel-item {
    position: static; /* top bottom left right values won't affect the div c-m-item */
    opacity: 100%;
}

/* Fade and hide the div not checked */
.carousel3-manuel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel3-manuel-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel3-manuel-control {
    background: rgba(47, 99, 143, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel3-manuel-control.prev {
    left: 2%;
}

.carousel3-manuel-control.next {
    right: 2%;
}

.carousel3-manuel-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel3-manuel-1:checked ~ .control-1,
#carousel3-manuel-2:checked ~ .control-2,
#carousel3-manuel-3:checked ~ .control-3,
#carousel3-manuel-4:checked ~ .control-4,
#carousel3-manuel-5:checked ~ .control-5,
#carousel3-manuel-6:checked ~ .control-6,
#carousel3-manuel-7:checked ~ .control-7,
#carousel3-manuel-8:checked ~ .control-8 {
    display: block;
}

.carousel3-manuel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel3-manuel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel3-manuel-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel3-manuel-bullet:hover {
    color: #aaaaaa;
}

#carousel3-manuel-1:checked ~ .control-1 ~ .carousel3-manuel-indicators li:nth-child(1) .carousel3-manuel-bullet,
#carousel3-manuel-2:checked ~ .control-2 ~ .carousel3-manuel-indicators li:nth-child(2) .carousel3-manuel-bullet,
#carousel3-manuel-3:checked ~ .control-3 ~ .carousel3-manuel-indicators li:nth-child(3) .carousel3-manuel-bullet,
#carousel3-manuel-4:checked ~ .control-4 ~ .carousel3-manuel-indicators li:nth-child(4) .carousel3-manuel-bullet,
#carousel3-manuel-5:checked ~ .control-5 ~ .carousel3-manuel-indicators li:nth-child(5) .carousel3-manuel-bullet,
#carousel3-manuel-6:checked ~ .control-6 ~ .carousel3-manuel-indicators li:nth-child(6) .carousel3-manuel-bullet,
#carousel3-manuel-7:checked ~ .control-7 ~ .carousel3-manuel-indicators li:nth-child(7) .carousel3-manuel-bullet,
#carousel3-manuel-8:checked ~ .control-8 ~ .carousel3-manuel-indicators li:nth-child(8) .carousel3-manuel-bullet {
    color: #428bca;
}


#possibilite-couchage {
    width: 100%;
    height: 80%;
    padding-top: 2%;
    margin-bottom: 1%;
}

#possibilite-couchage p {
    font-size: 1.2em;
    text-align: center;
}
#carousel4-manuel {
    position: relative;
    width: 95%;
    margin: auto;
    margin-top: 5%;
}

.carousel4-manuel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Show the opened item div */
.carousel4-manuel-open:checked + .carousel4-manuel-item {
    position: static; /* top bottom left right values won't affect the div c-m-item */
    opacity: 100%;
}

/* Fade and hide the div not checked */
.carousel4-manuel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel4-manuel-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel4-manuel-control {
    background: rgba(47, 99, 143, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel4-manuel-control.prev {
    left: 2%;
}

.carousel4-manuel-control.next {
    right: 2%;
}

.carousel4-manuel-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel4-manuel-1:checked ~ .control-1,
#carousel4-manuel-2:checked ~ .control-2,
#carousel4-manuel-3:checked ~ .control-3,
#carousel4-manuel-4:checked ~ .control-4,
#carousel4-manuel-5:checked ~ .control-5,
#carousel4-manuel-6:checked ~ .control-6,
#carousel4-manuel-7:checked ~ .control-7,
#carousel4-manuel-8:checked ~ .control-8 {
    display: block;
}

.carousel4-manuel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel4-manuel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel4-manuel-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel4-manuel-bullet:hover {
    color: #aaaaaa;
}

#carousel4-manuel-1:checked ~ .control-1 ~ .carousel4-manuel-indicators li:nth-child(1) .carousel4-manuel-bullet,
#carousel4-manuel-2:checked ~ .control-2 ~ .carousel4-manuel-indicators li:nth-child(2) .carousel4-manuel-bullet,
#carousel4-manuel-3:checked ~ .control-3 ~ .carousel4-manuel-indicators li:nth-child(3) .carousel4-manuel-bullet,
#carousel4-manuel-4:checked ~ .control-4 ~ .carousel4-manuel-indicators li:nth-child(4) .carousel4-manuel-bullet,
#carousel4-manuel-5:checked ~ .control-5 ~ .carousel4-manuel-indicators li:nth-child(5) .carousel4-manuel-bullet,
#carousel4-manuel-6:checked ~ .control-6 ~ .carousel4-manuel-indicators li:nth-child(6) .carousel4-manuel-bullet,
#carousel4-manuel-7:checked ~ .control-7 ~ .carousel4-manuel-indicators li:nth-child(7) .carousel4-manuel-bullet,
#carousel4-manuel-8:checked ~ .control-8 ~ .carousel4-manuel-indicators li:nth-child(8) .carousel4-manuel-bullet {
    color: #428bca;
}
/* PAGE LIT RABATTABLES FIN */

@media (max-width: 768px) {
    .logo-mobile {
        position: fixed;
        display: block;
    }
    .logo-mobile img {
        width: 50%;
        margin-left: 2%;
    }
    /*          NAV MOBILE  */

    .navbarmobilelogo{
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .navbarmobilelogo img{
        width: 50%;
    }

    .navbarmobile{
        display: flex;
        color: black;
        padding: 10px;
        text-align: center;
    }
    .navbarmobile img{
        width: 70%;
    }
    .navbarmobile ul {
        list-style-type: none;
        padding: 0;
    }
    .navbarmobile li {
        margin: 10px 0;
    }
    .navbarmobile a {
        color: black;
    }
    .navbarmobile .categorie {
        font-weight: bold;
        cursor: pointer;
    }
    .navbarmobile .sous-categorie {
        margin-left: 20px;
        display: none;
    }
    .navbar {
        width: 100%;
        display: none;
        background-color: #ffffff;
    }
    .navbar .logo {
        width:0%;
        height: 0%;
    }
    .navbar .logo img {
        width:100%;
        height: 100%;
    }
    .navbar .icons {
        display: none;
        width: 1%;
        float: left;
    }
    .navbar .menu {
        display:none;
    }
    .search-bar {
        display:grid;
        position: absolute;
        background-color: transparent;
        color: #091723;
        left:80%;
        top: 15%;
        height: 20%;
        width:5%;
    }
    form{
        position: relative;
        top: 50%;
        left: 0%;
        transform: translate(-50%,-50%);
        transition: all 1s;
        width: 50px;
        height: 50px;
        background: white;
        box-sizing: border-box;
        border-radius: 25px;
        border: 4px solid white;
        padding: 5px;
    }

    input{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;;
        height: 42.5px;
        line-height: 30px;
        outline: 0;
        border: 0;
        display: none;
        font-size: 1em;
        border-radius: 20px;
        padding: 0 20px;
    }

    .search-bar .fa{
        background-color: #295881;
        box-sizing: border-box;
        padding: 10px;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50%;
        color: #ffffff;
        text-align: center;
        font-size: 1.0em;
        transition: all 1s;
    }

    form:hover{
        width: 300px;
        cursor: pointer;
    }

    form:hover input{
        display: block;
        background-color: #e0e0e0;
    }

    form:hover .fa{
        background: #15436b;
        color: white;
    }
    .nav-links-icon{
        background-color: transparent;
        display: grid;
        margin-left: 30%;
    }
    .nav-links-icon .fa{
        margin: auto;
        padding: auto;
        color: #000000;
        box-sizing: border-box;
        padding: 12px;
        width: 42.5px;
        height: 42.5px;
        background: #ffffff;
        border-radius: 50%;
        text-align: center;
        font-size: 1.2em;
        transition: all 1s;
    }
    .menu:first-child {
        display: none;
    }
    .icons {
        display: none;
    }
    .hamburger {
        position: absolute;
        width: 10%;
        display: flex;
    }
    .dropdown:hover .dropdown-content {
        display: block;
        width: 100% !important;
        background-color: #fff;
        overflow-y: scroll;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }
    input[type=checkbox]:checked ~ .menu{
        justify-content: center;
        width: 100%;
        height: 380px;
        display: grid;
        margin-top: 90%;
        background-color: #ececec;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }
    input[type=checkbox]:checked ~ .menu .dropdown-simple{
        padding: 0px;
        width: 100%;
        display: flex;
    }
    input[type=checkbox]:checked ~ .menu .dropdown{
        padding: 0px;
        width: 100%;
        display: block;
    }
    input[type=checkbox]:checked ~ .menu .dropdown:hover .dropdown-content{
        display: block;
    }
    input[type=checkbox]:checked ~ .menu .nav-links{
        display: block;
    }
    .navbar .menu .nav-link.active{ 
        color: #15436b;
    }
    .navbar .menu .nav-link.active:after { 
        content: "";
        margin-left: auto;
        margin-right: auto;
        height: 0px;
        width: 0px;
        background-color: #295881;
        border-radius: 3px;
        padding: 0%;
        width:50%; 
        transition: all 0.4s;
    }
    .navbar .menu .nav-link:hover::after , .navbar .menu .dropdown .nav-link:hover::after, .navbar .menu .dropdown-simple .nav-link:hover::after { 
        display: none;
    }
    .navbar .menu .nav-link:hover , .navbar .menu .dropdown .nav-link:hover, .navbar .menu .dropdown-simple .nav-link:hover { 
        color: #15436b;
        font-size: 18px;
        font-weight: bold;
        transition: 0.5s;
    }
    .dropdown-simple .dropdown-content .dropdown-row .dropdown-column ul li a:hover{
        width: 100px;
        color: #15436b;
        padding: 0px;
        font-weight: bold;
        transition: 0.7s;
    }
   
    /* CAROUSEL */
    .carousel-frosted {
        list-style: none;
        margin: auto;
        padding: auto;
        position: absolute;
        bottom: 25%;
        left: 0;
        right: 0;
        text-align: center;
        width: 240px;
        height: 73px;
        background-color: rgba(199, 199, 199, 0.15);  
        backdrop-filter: blur(5px);
        border-radius: 15px ;
    }
    .frosted-div-title{
        text-transform: uppercase;
        color: #295881;
        font-size: 1em;
        font-weight: 900;
        text-shadow: 
        0 0.025em 0 rgb(255, 255, 255),
        0 0.045em 0 rgb(255, 255, 255),
        0 0.05em 0 rgb(255, 255, 255);
    }
    .frosted-div-subtitle{
        color: #fff;
        font-style: italic;
        font-weight: bold;
        font-size: 0.75em;
    }
    .frosted-div-buttons{
        display: inline-block;
        align-items: center;
        text-align: center;
        width: 180px;
    }
    .div-brown-button {
        float:left;
        text-align: center;
        background-color:  #ba8054;
        text-transform: uppercase;
        width: 80px;
        height: 15px;
        border-radius: 15px ;
        padding-bottom: 5%;
    }
    .div-blue-button {
        float:right;
        text-align: center;
        background-color: #295881;
        text-transform: uppercase;
        width: 80px;
        height: 15px;
        border-radius: 15px ;
        padding-bottom: 5%;
    }
    .div-blue-button a, .div-brown-button a{
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 0.65em;
    }
    .div-blue-button a:visited, .div-brown-button a:visited{
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 0.65em;
    }
    .carousel-button {
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 30px;
    }
    #contact-pop-up-div-tel{
        position: absolute;
        background: #ba8054;
        margin-top: 5%;
        width: 200px; 
        left: -200px;
        height: 30px;
        text-align: center;
        transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -webkit-transition: left 0.4s ease-in-out;
      }
      .contact-pop-up-div-tel-icon{
        position: absolute;
        left: 200px;
        width: 32px;
        height: 32px;
        background: #ba8054;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
        border-radius: 0% 25% 25% 0%;
        color: rgb(255, 255, 255);
        text-align: center;
    }
      
    .contact-pop-up-div-tel-hover {
        padding: 10px;
        height: 10px;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        color: #fff;
    }
    #contact-pop-up-div-tel:hover {
        left: 0px;
    }
    #contact-pop-up-div-fb {
        position: absolute;
        background: #ba8054;
        margin-top: 20%;
        width: 32px; 
        height: 32px;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
        border-radius: 0% 25% 25% 0%;
        color: #fff;
    }
    
    #pourquoi{
        height: 400px;
        margin-bottom: 5%;
    }
    .pourquoi-div-1{
        width: 90%;
        height: 100px;
        margin-left: 5%;
        margin-right: 5%;
        display: block;
    }
    .pourquoi-div-2{
        width: 90%;
        height: 100px;
        margin-left: 5%;
        margin-right: 5%;
        display: block;
    }
    .pourquoi-div-3{
        width: 90%;
        height: 100px;
        margin-left: 5%;
        margin-right: 5%;
        display: block;

    }
    
    .pourquoi-div-1 img, .pourquoi-div-2 img, .pourquoi-div-3 img{
        width: 40px;
        height: 40px;
        margin-top: 5%;
        margin-left: 5%;
        text-align: center;
    }
    .pourquoi-div-1 p, .pourquoi-div-2 p, .pourquoi-div-3 p{
        text-align: center;
        color: rgb(0, 0, 0);
        font-weight: 400;
        font-size: 1em;
    }
    .pourquoi-div-1:hover, .pourquoi-div-2:hover, .pourquoi-div-3:hover{
        background-color: rgba(199, 199, 199, 0.15);  
        backdrop-filter: blur(5px);
    }

    /*          SAVOIR-FAIRE         */

    #savoir-faire{
        margin-top: 10%;
        height: 600px;
    }
    .savoir-faire-texte{
        margin-left: 5%;
        width: 95%;
        height: 65%;
    }
    .savoir-faire-texte p{
        font-size: 15px;
        text-align: left;
    }
    .savoir-faire-image{
        width: 100%;
    }
    .savoir-faire-button{
        margin-left: 40%;
        float: left; 
    }
    .savoir-faire-image-rotate1{
        position: relative;
        top:25px;
        margin-left:20%;
        width:100px;
        height:100px;
        z-index:-1;
    }
    .savoir-faire-image-rotate1 img{
        width:200px;
        height:120px;
    }
    .savoir-faire-image-rotate2{
        top:25px;
        margin-left:20%;
        width:100px;
        height:80px;
        z-index:-2;
        transform: rotate(0deg);
    }
    .savoir-faire-image-rotate2 img{
        width:200px;
        height:120px;
    }
    .savoir-faire-image-rotate3{
        position: relative;
        top:-5px;
        margin-left:-5%;
        width:100px;
        height:500px;
        transform: rotate(0deg);
    }
    .savoir-faire-image-rotate3 img{
        width:200px;
        height:100px;
    }


    /* LOCALISATION */
    .localisation-contenu {
        display: grid;
        height: 50%;
    }
    #map{
        margin-left: 5%;
        padding: auto;
        width: 100%;
        height: 300px;
    }
    iframe {
          width: 80%;
          height: 300px;
    }
    .menu-localisation {
        display: flex;
        margin: auto;
        padding: auto;
        gap: 0em;
        color: #ffffff;
        text-align: center;
        background-color: #ba8054;
        width: 80%;
        height: 55px;
        border-radius: 50px;
    }
    .localisation-texte{
        margin-left: 5%;
        width: 100%;
        height: 400px;
    }
    .adresse-image {
        float: left;
        height: 100%;
        width: 30%;
    }
    
    .adresse-image img {
        float: left;
        height: 50%;
        width: 50%;
        padding-left: 10%;
    }
    .adresse-texte {
        text-align: left;
        width: 60%;
        height: 100%;
        margin-left: 40%;
    }
    
    .coordonnees-image {
        float: left;
        height: 100%;
        width: 30%;
    }
    
    .coordonnees-image img{
        float: left;
        height: 40%;
        width: 50%;
        padding-left: 10%;
    }
    
    .coordonnees-texte {
        text-align: left;
        width: 60%;
        height: 100%;
        padding-top: 2%;
        margin-left: 40%;
    }
    .map-button {
        text-align: center;
        background-color: #ba8054;
        text-transform: uppercase;
        width: 220px;
        height: 30px;
        padding-top: 2%;
    
    }
    .map-button a{
        color: #ffffff;
        letter-spacing: 1px;
        }

    /* LOCALISATION FIN */
    /* CONSEILS DEBUT*/
    .slider-container {
        margin-top: 5%;
        background: rgb(255, 255, 255);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30%;
    }

    .slider {
        width: 100%;
        height: 30%;
        margin: 5%;
        text-align: center;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
    }
    .slides {
        display: flex;
        overflow-x: scroll;
        position: relative;
        scroll-behavior: smooth;
        overflow: hidden;
    }

    .slide {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 100%;
        height: 30%;
        margin-right: 0px;
        box-sizing: border-box;
        background: rgb(250, 246, 212);
        transform-origin: center center;
        transform: scale(1);
        scroll-snap-align: center;
    }
    .slide:nth-of-type(even) {
        background-color: rgb(194, 137, 72);
    }
    .slide__text {
        margin-left: 50%;
        width: 50%;
        height: 200px;
        background-color: #295881;
        border-radius: 20px;
        color:rgb(255, 255, 255);
        text-align: left;
    }
    .slide_text_title {
        font-size: 25px;
        margin-left: 5%;
    }
    .slide_text_paragraph{
        margin-left: 5%;
        color: #fff;
        width: 80%;
        font-size: 15px;
    }
    .slide a {
        position: absolute;
        top: 45%;
    }

    a.slide__prev {
        left: 28%;
        display: none;
    }

    a.slide__next{
        top: 5%;
        right: 5%;
    }

    .fa-long-arrow-right{
        color:#fff;
    }
    /*          CONSEILS FIN            */


    /*          PARTENAIRES             */
    #partenaires {
        display: none;
    }
    #partenaires-media {
        display: block;
    }
      
    /* PARTENAIRES FIN*/


/* PAGE SAVOIR FAIRE DEBUT*/

#priorite{
    margin-top: 2%;
    height: 750px;
}
.priorite-texte-1  .barre{
    margin-top: -2%;
    margin-left: 25%;
    font-weight: lighter;
    color: #797979;
}
.priorite-texte-1  h4 {
    font-weight: bold;
    font-size: 1.5em;
}
.priorite-texte-1, .priorite-texte-2{
    float: left;
    margin-left: 5%;
    width: 100%;
    height: 350px;
}
.priorite-texte-1 p,.priorite-texte-2 p{
    font-size: 16px;
    text-align: left;
}
.priorite-image-1, .priorite-image-2{
    width: 90%;
    height: 300px;
}

.priorite-image-contenu {
    height: 300px;
}
.priorite-image-1 .priorite-image-contenu img{
    margin-top: 10%;
    margin-left: 10%;
    width: 75%;
    height: 80%;
}
.priorite-image-contenu img{
    margin-left: 10%;
    width: 75%;
    height: 80%;
}

.style1{
    border: 0;
    clear:both;
    display:block;
    width: 80%;               
    background-color:#b5b5b5;
    height: 0.5px;
}
.slide_text_title {
    font-size: 24px;
    margin-left: 2%;
}
.slide_text_title-2 {
    font-size: 18px;
}
.slide_text_title, .slide_text_title-2 {
    display: inline;
}
.slide_text_paragraph-2{
    margin-top: 6%;
    margin-left: 5%;
    color: #fff;
    width: 80%;
    font-size: 12px;
}

#conseils .barre , #specialiste-literie-et-plus .barre{
    margin-top: -2%;
    margin-left: 37%;
    font-weight: lighter;

}

#specialiste-literie-et-plus {
    width: 100%;
    height: 80%;
    text-align: left ;
    margin-bottom: 10%;
}

#specialiste-literie-et-plus h4{
    font-weight: bold;
    font-size: 1em;
    padding-left: 5%;
}

#specialiste-literie-et-plus p {
    padding-left: 5%;
    font-size: 1em;
    padding-left: 5%;
    padding-right: 10%;
}

#specialiste-literie-et-plus img {
    width: 100%;
    opacity: 0.5;
    height: 380px;
}
#literie-plus {
    height: 400px;
}
.literie-plus-texte {
    margin-left: 5%;
    width: 100%;
    height: 40%;
}

.literie-plus-bouton .div-blue-button{ 
    float:left;
    text-align: center;
    background-color: #295881;
    text-transform: uppercase;
    width: 120px;
    height: 30px;
    border-radius: 15px ;
    margin-left: 30%;
}

/* FOOTER */
    footer {
        margin-top: 10%;
        padding: 1%;
        background-color: #222222;
        font-size: 14px;
        height: 250px;
        width: 100%;
        color:#ffffff;
    }

    .footer-1{
    display: flex;
    }
    .block-1{
    display: none;
    }

    .block-2, .block-3, .block-4, .block-5{
        width: 20%;
        margin-right: 5%;
    }

    .footer-2{
    width: 100%;
    text-align: center;
    }
    .footer-2 a{
        color:#ffffff;
    }

    /* FOOTER FIN */
/* PAGE SAVOIR FAIRE FIN*/

/* PAGE FAUTEUIL RELAXATION DEBUT*/

#introduction-fauteuil .barre{
    margin-top: -2%;
    margin-left: 39%;
    font-weight: lighter;

}

#introduction-fauteuil {
    width: 100%;
    height: 80%;
    text-align: left ;
    margin-bottom: 5%;
}
h2 {
    font-size: 1.2em;
}
p {
    font-size: 1em;
}
h4{
    font-size: 1.1em;
}
#introduction-fauteuil h4{
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 5%;
}

#introduction-fauteuil p {
    padding-left: 5%;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 1em;
}

#introduction-fauteuil img {
    width: 100%;
}

.carousel_second {
    position: relative;
    width: 95%;
    margin: auto;
    margin-top: 5%;
}

.carousel_second-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel_second-open:checked + .carousel_second-item {
    position: static;
    opacity: 100%;
}

.carousel_second-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel_second-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel_second-control {
    background: rgba(47, 99, 143, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    height: 35px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 35px;
    z-index: 1;
}

.carousel_second-control.prev {
    left: 2%;
}

.carousel_second-control.next {
    right: 2%;
}

.carousel_second-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel_second-1:checked ~ .control-1,
#carousel_second-2:checked ~ .control-2,
#carousel_second-3:checked ~ .control-3,
#carousel_second-4:checked ~ .control-4,
#carousel_second-5:checked ~ .control-5,
#carousel_second-6:checked ~ .control-6,
#carousel_second-7:checked ~ .control-7,
#carousel_second-8:checked ~ .control-8 {
    display: block;
}

.carousel_second-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel_second-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel_second-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel_second-bullet:hover {
    color: #aaaaaa;
}

#carousel_second-1:checked ~ .control-1 ~ .carousel_second-indicators li:nth-child(1) .carousel_second-bullet,
#carousel_second-2:checked ~ .control-2 ~ .carousel_second-indicators li:nth-child(2) .carousel_second-bullet,
#carousel_second-3:checked ~ .control-3 ~ .carousel_second-indicators li:nth-child(3) .carousel_second-bullet,
#carousel_second-4:checked ~ .control-4 ~ .carousel_second-indicators li:nth-child(4) .carousel_second-bullet,
#carousel_second-5:checked ~ .control-5 ~ .carousel_second-indicators li:nth-child(5) .carousel_second-bullet,
#carousel_second-6:checked ~ .control-6 ~ .carousel_second-indicators li:nth-child(6) .carousel_second-bullet,
#carousel_second-7:checked ~ .control-7 ~ .carousel_second-indicators li:nth-child(7) .carousel_second-bullet,
#carousel_second-8:checked ~ .control-8 ~ .carousel_second-indicators li:nth-child(8) .carousel_second-bullet {
    color: #428bca;
}


#version-fauteuil .barre{
    margin-top: -2%;
    margin-left: 9%;
    font-weight: lighter;

}

#version-fauteuil {
    width: 100%;
    height: 80%;
    text-align: left ;
    margin-bottom: 5%;
    background-color: #ffffff;
}
.version-fautueil-container {
    width: 95%;
    height: 500px;
    margin: auto;
}
.version-fautueil-image {
    width: 45%;
    height: 40%;
    float: left;
}
.version-fautueil-image2 {
    width: 100%;
    height: 50%;
}
.version-fautueil-texte {
    width: 50%;
    height: 100%;
    float: right;
    text-align: left;
    font-size: 1em;
}
.version-fautueil-texte2 {
    margin-left: 1%;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 1em;
}
.reveal {
    position: relative;
    opacity: 0;
  }
  .reveal.active {
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom 1s ease-in;
  }
  .active.fade-left {
    animation: fade-left 1s ease-in;
  }
  .active.fade-right {
    animation: fade-right 1s ease-in;
  }
  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

.carousel_mini {
    position: relative;
    width: 95%;
    margin: auto;

}

.carousel_mini-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel_mini-open:checked + .carousel_mini-item {
    position: static;
    opacity: 100%;
}

.carousel_mini-item {
    margin-top: 50%;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel_mini-item img {
    display: block;
    height: auto;
    max-width: 100%;
    height: 200px;
    border-radius: 10px;
}

.carousel_mini-control {
    background: rgba(206, 206, 206, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 65%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel_mini-control.prev {
    left: 2%;
}

.carousel_mini-control.next {
    right: 2%;
}

.carousel_mini-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel_mini-1:checked ~ .control-1,
#carousel_mini-2:checked ~ .control-2,
#carousel_mini-3:checked ~ .control-3,
#carousel_mini-4:checked ~ .control-4,
#carousel_mini-5:checked ~ .control-5,
#carousel_mini-6:checked ~ .control-6,
#carousel_mini-7:checked ~ .control-7,
#carousel_mini-8:checked ~ .control-8 {
    display: block;
}

.carousel_mini-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel_mini-indicators li {
    display: inline-block;
    margin: 0 0px;
}

.carousel_mini-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: flex;
    font-size: 15px;
}

.carousel_mini-bullet:hover {
    color: #aaaaaa;
}

#carousel_mini-1:checked ~ .control-1 ~ .carousel_mini-indicators li:nth-child(1) .carousel_mini-bullet,
#carousel_mini-2:checked ~ .control-2 ~ .carousel_mini-indicators li:nth-child(2) .carousel_mini-bullet,
#carousel_mini-3:checked ~ .control-3 ~ .carousel_mini-indicators li:nth-child(3) .carousel_mini-bullet,
#carousel_mini-4:checked ~ .control-4 ~ .carousel_mini-indicators li:nth-child(4) .carousel_mini-bullet,
#carousel_mini-5:checked ~ .control-5 ~ .carousel_mini-indicators li:nth-child(5) .carousel_mini-bullet,
#carousel_mini-6:checked ~ .control-6 ~ .carousel_mini-indicators li:nth-child(6) .carousel_mini-bullet,
#carousel_mini-7:checked ~ .control-7 ~ .carousel_mini-indicators li:nth-child(7) .carousel_mini-bullet,
#carousel_mini-8:checked ~ .control-8 ~ .carousel_mini-indicators li:nth-child(8) .carousel_mini-bullet {
    color: #428bca;
}
.img-slider {
    position: relative;
    width: 100%;
    height: 80%;
}
.img-slider .slider-container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: slider 6s infinite;
}
.img-slider .slider-container .slide {
    position: relative;
    width: 33.33333333%;
    height: 100%;
    float: left;
    overflow: hidden
}
.img-slider .slider-container .slide img {
  display: block;
  width: 100%;
  height: 100%
}
@keyframes slider {
    0%, 25%, 100%{left: 0}
    
    30%, 55%{left: -100%}
    
    60%, 85%{left: -200%}
}
#version-fautueil-slider{
    margin:0 auto;
    width:100%;
    height: 100%;
    overflow:hidden;
  }
  
  .version-fautueil-slides {
    height: 100%;
    overflow:hidden;
    animation-name:fade;
    animation-duration:1s;
    display:none;
  }
  .version-fautueil-slides img {
    width: 100%;
    height: 80%;
    border-radius: 10px;
  }
  @media (max-width:600px){
  #version-fautueil-slider{
      width:100%;
    }
  }

#choix-fauteuil .barre{
    margin-top: -2%;
    margin-left: 38%;
    font-weight: lighter;
}

#choix-fauteuil {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left ;
    margin-bottom: 15%;
    background-color: #ffffff;
}
#choix-fauteuil .choix-fauteuil-content {
    width: 95%;
    height: 65%;
    margin: auto;
    text-align: left;
    font-size: 1em;
}
.choix-fautueil-content h2 {
    text-align: left;
}
.choix-fautueil-container {
    width: 95%;
    height: 80%;
    margin-bottom: 5%;
    margin: auto;
}
.choix-fautueil-image {
    width: 45%;
    height: 100%;
    float: left;
}

.choix-fautueil-texte {
    width: 50%;
    height: 100%;
    float: right;
    text-align: right;
    font-size: 1em;
}
.choix-fautueil-texte h2{
    text-align: right;
}
.choix-fautueil-texte p{
    text-align: left;
}
.choix_carousel_mini {
    position: relative;
    width: 95%;
    margin: auto;

}
.choix-fautueil-texte h3{
    margin-right: 8%;
    font-weight: lighter;
}

.choix_carousel_mini-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.choix_carousel_mini-open:checked + .choix_carousel_mini-item {
    position: static;
    opacity: 100%;
}

.choix_carousel_mini-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.choix_carousel_mini-item img {
    display: block;
    height: auto;
    max-width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-top: 65%;
}

.choix_carousel_mini-control {
    background: rgba(206, 206, 206, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 65%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 35px;
    z-index: 1;
}

.choix_carousel_mini-control.prev {
    left: 2%;
}

.choix_carousel_mini-control.next {
    right: 2%;
}

.choix_carousel_mini-control:hover {
    background: #15436b;
    color: #fff;
}

#choix_carousel_mini-1:checked ~ .control-1,
#choix_carousel_mini-2:checked ~ .control-2,
#choix_carousel_mini-3:checked ~ .control-3,
#choix_carousel_mini-4:checked ~ .control-4,
#choix_carousel_mini-5:checked ~ .control-5,
#choix_carousel_mini-6:checked ~ .control-6,
#choix_carousel_mini-7:checked ~ .control-7,
#choix_carousel_mini-8:checked ~ .control-8 {
    display: block;
}

.choix_carousel_mini-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.choix_carousel_mini-indicators li {
    display: inline-block;
    margin: 0 0px;
}

.choix_carousel_mini-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 15px;
}

.choix_carousel_mini-bullet:hover {
    color: #aaaaaa;
}

#choix_carousel_mini-1:checked ~ .control-1 ~ .choix_carousel_mini-indicators li:nth-child(1) .choix_carousel_mini-bullet,
#choix_carousel_mini-2:checked ~ .control-2 ~ .choix_carousel_mini-indicators li:nth-child(2) .choix_carousel_mini-bullet,
#choix_carousel_mini-3:checked ~ .control-3 ~ .choix_carousel_mini-indicators li:nth-child(3) .choix_carousel_mini-bullet,
#choix_carousel_mini-4:checked ~ .control-4 ~ .choix_carousel_mini-indicators li:nth-child(4) .choix_carousel_mini-bullet,
#choix_carousel_mini-5:checked ~ .control-5 ~ .choix_carousel_mini-indicators li:nth-child(5) .choix_carousel_mini-bullet,
#choix_carousel_mini-6:checked ~ .control-6 ~ .choix_carousel_mini-indicators li:nth-child(6) .choix_carousel_mini-bullet,
#choix_carousel_mini-7:checked ~ .control-7 ~ .choix_carousel_mini-indicators li:nth-child(7) .choix_carousel_mini-bullet,
#choix_carousel_mini-8:checked ~ .control-8 ~ .choix_carousel_mini-indicators li:nth-child(8) .choix_carousel_mini-bullet {
    color: #428bca;
}
.carousel_third {
    position: relative;
    width: 95%;
    margin-left: 3%;
    margin-top: 15%;
}

.carousel_third-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel_third-open:checked + .carousel_third-item {
    position: static;
    opacity: 100%;
}

.carousel_third-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel_third-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel_third-control {
    background: rgba(47, 99, 143, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel_third-control.prev {
    left: 2%;
}

.carousel_third-control.next {
    right: 2%;
}

.carousel_third-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel_third-1:checked ~ .control-1,
#carousel_third-2:checked ~ .control-2,
#carousel_third-3:checked ~ .control-3,
#carousel_third-4:checked ~ .control-4,
#carousel_third-5:checked ~ .control-5,
#carousel_third-6:checked ~ .control-6,
#carousel_third-7:checked ~ .control-7,
#carousel_third-8:checked ~ .control-8 {
    display: block;
}

.carousel_third-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel_third-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel_third-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel_third-bullet:hover {
    color: #aaaaaa;
}

#carousel_third-1:checked ~ .control-1 ~ .carousel_third-indicators li:nth-child(1) .carousel_third-bullet,
#carousel_third-2:checked ~ .control-2 ~ .carousel_third-indicators li:nth-child(2) .carousel_third-bullet,
#carousel_third-3:checked ~ .control-3 ~ .carousel_third-indicators li:nth-child(3) .carousel_third-bullet,
#carousel_third-4:checked ~ .control-4 ~ .carousel_third-indicators li:nth-child(4) .carousel_third-bullet,
#carousel_third-5:checked ~ .control-5 ~ .carousel_third-indicators li:nth-child(5) .carousel_third-bullet,
#carousel_third-6:checked ~ .control-6 ~ .carousel_third-indicators li:nth-child(6) .carousel_third-bullet,
#carousel_third-7:checked ~ .control-7 ~ .carousel_third-indicators li:nth-child(7) .carousel_third-bullet,
#carousel_third-8:checked ~ .control-8 ~ .carousel_third-indicators li:nth-child(8) .carousel_third-bullet {
    color: #428bca;
}

#fauteuil-a-domicile {
    margin: auto;
    width: 95%;
}
#fauteuil-a-domicile p{
    margin-left: 5%;
    width: 70%;
    float: left;
}
#fauteuil-a-domicile .div-blue-button{
    margin-top: 10%;
    margin-left: 2%;
    width: 15%;
    float: left;
    padding-top: 3%;
}
#fauteuil-a-domicile .div-blue-button a{
    padding-top: 0%;
    text-align: right;
}
#carousel-manuel2 {
    position: relative;
    width: 95%;
    margin: auto;
    margin-top: 5%;
}

.carousel-manuel2-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Show the opened item div */
.carousel-manuel2-open:checked + .carousel-manuel2-item {
    position: static; /* top bottom left right values won't affect the div c-m-item */
    opacity: 100%;
}

/* Fade and hide the div not checked */
.carousel-manuel2-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-manuel2-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-manuel2-control {
    background: rgba(47, 99, 143, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 1;
}

.carousel-manuel2-control.prev {
    left: 2%;
}

.carousel-manuel2-control.next {
    right: 2%;
}

.carousel-manuel2-control:hover {
    background: #15436b;
    color: #fff;
}

#carousel-manuel2-1:checked ~ .control-1,
#carousel-manuel2-2:checked ~ .control-2,
#carousel-manuel2-3:checked ~ .control-3,
#carousel-manuel2-4:checked ~ .control-4,
#carousel-manuel2-5:checked ~ .control-5,
#carousel-manuel2-6:checked ~ .control-6,
#carousel-manuel2-7:checked ~ .control-7,
#carousel-manuel2-8:checked ~ .control-8 {
    display: block;
}

.carousel-manuel2-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.carousel-manuel2-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-manuel2-bullet {
    color: rgb(225, 225, 225);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-manuel2-bullet:hover {
    color: #aaaaaa;
}

#carousel-manuel2-1:checked ~ .control-1 ~ .carousel-manuel2-indicators li:nth-child(1) .carousel-manuel2-bullet,
#carousel-manuel2-2:checked ~ .control-2 ~ .carousel-manuel2-indicators li:nth-child(2) .carousel-manuel2-bullet,
#carousel-manuel2-3:checked ~ .control-3 ~ .carousel-manuel2-indicators li:nth-child(3) .carousel-manuel2-bullet,
#carousel-manuel2-4:checked ~ .control-4 ~ .carousel-manuel2-indicators li:nth-child(4) .carousel-manuel2-bullet,
#carousel-manuel2-5:checked ~ .control-5 ~ .carousel-manuel2-indicators li:nth-child(5) .carousel-manuel2-bullet,
#carousel-manuel2-6:checked ~ .control-6 ~ .carousel-manuel2-indicators li:nth-child(6) .carousel-manuel2-bullet,
#carousel-manuel2-7:checked ~ .control-7 ~ .carousel-manuel2-indicators li:nth-child(7) .carousel-manuel2-bullet,
#carousel-manuel2-8:checked ~ .control-8 ~ .carousel-manuel2-indicators li:nth-child(8) .carousel-manuel2-bullet {
    color: #428bca;
}


/* PAGE FAUTEUIL RELAXATION FIN*/

}