*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: sans-serif;
    background-color: white;

}

p {
    color:#000;
    line-height: 1.9;
}
/*Animation */
header {
    
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    background-color: #2978b5;

}

.loader-overlay {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007B94;
    z-index: 999;
    transform: scaleX(0);
    border-left: 3px white solid;

}
.loader-overlay.two {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    transform: scaleX(0);

}
nav{
    height: 10vh;
    text-align: right;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    display: flex;
 background: transparent;
    background-size: 150% 300%;
    background-position: left top;
    color: #000;

    
}
.icon {
    display: none;
}
nav img {
    height: 75%;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
   
    padding-left: 5%;
    position: relative;
}
.logo-link {
    display: flex;
    align-items: center;
    height: 100%;
}
.logo img{
    position: absolute;
    z-index: 2;
}
.logo::after{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    transform-origin: bottom;
    z-index: 0;
}
.nav-links {
    display: flex;
    list-style-type: none;
    width: 40%;
    height: 100%;
    align-items: center;
    margin-left: auto;
    justify-content: space-around;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin: 5px;
    
}

a {
    color: #000;
   letter-spacing: 0.15em;
    position: relative;
  }
  .nav-links a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: white;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    bottom: -3px;
  }
  a:hover:after { 
    width: 100%; 
    left: 0; 
    bottom: -3px;
  }

@media screen and (max-width: 768px) {
 
    .line{
        width: 30px;
        height: 3px;
        background: white;
        margin: 5px;
        transition: all 0.6s ;
    }
    nav{
        position: relative;
    }
    .hamburger {
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 999;
        transition: all 2.6s ;
    }
    .nav-links{
        position: fixed;
        background-color: white;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(10px at 90% -40%);
        -webkit-clip-path: circle(10px at 90% -10%);
        transition: all 1s ease-out;
        z-index: 3;
    }
    
    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(100 0px at 90% -10%);
        pointer-events: all;
        background-color:white;
        z-index: 998;
        margin-top: 10VH;
        padding: 5rem 0;
        justify-content: inherit;
    }
    .hamburger.open .line {
    
     margin: 0px;
    }
    .hamburger.open .line:first-child {
       
        transform: rotateZ(-41deg);
        position: absolute;
       }
       .hamburger.open .line:nth-child(+2){
       
        display: none;
    
       
       }
       .hamburger.open .line:last-child {
       
        transform: rotateZ(41deg);
       
       }
    
    .nav-links.open .icon{
        display: inherit;
    }
    .nav-links li{
        opacity: 0;
    }
    .nav-links li a{ 
        font-size: 25px;
    }
    .nav-links li:nth-child(1){ 
       transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(2){ 
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(3){ 
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li.fade{
        opacity: 1;
        display: flex;
    }
    .nav-links li.fade a{
       color: #000;
    }
    .product .itemBox {
       
        width: 300px;
        height: 300px;
        position: relative;
        margin: 5px;
    }
}



/* end menu*/

.titre{
    height: 100vh;
    background: url('img/bastos.jpg');
    background-size: cover ;
    background-position-x: 55%;
    background-position-y: 80%;
    position: relative;

}
.titre::after {
    position: absolute;
    justify-content: '';
    content: '';
    background: rgba(12, 26, 88, 0.264) ;

background-blend-mode: normal,color;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 0;
    
}
.titre .btn a::after{
    position: initial;
    display: none;
}
.titre .imgBx img{
    
    
height: 80vh;
  bottom: 0;
  left: 0;
  
   
}
.titre .imgBx{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
}

.layer{
    height: 100Vh;
    background-size: cover;
    top: 0;

}
.landing-text{
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-20%, -40%)!important;
    width: auto;
    text-align: left;
    z-index: 0;
    display: flex;
    flex-direction: column;
        
}
.landing-text h1,
.landing-text h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: var(--yellow);
    display: inline;
    margin-right: 20px;
    position: relative;
    color: #fff;
    text-shadow: 0 -16px 32px #00000052;
    
}

.landing-text h6{
    font-size: 1.5rem;
     font-family: Arial, Helvetica, sans-serif;
     line-height: 15px;   
      text-shadow: 0 -16px 32px #00000052;
 
    color: white;
}




/* menu end */




a{
    text-decoration: none;
  }
.btn-cont{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
   margin-top: 50px;
    height: 100%;
}
.btn  {
    padding: 15px 20px;
    background: #0061a8 ;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
   border: none;
   box-shadow: 0 8px 8px -5px rgba(14, 14, 14, 0.596);

}
.btn:first-child {
    margin-right: 20px;
}

.btn:hover {
    background-color: #8ab6d6;
    color: white;
  
    

}
  

  
  
  /* BUTTON 1 */
  
  


/* a propos*/
#about{
    position: relative;
    overflow-x: hidden;
  
    
}


.about{
    width: 90%;
    min-height: 100vh;  
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    align-items: center;
    margin: auto;
    overflow-x: hidden;
   
}


.about .content{
    max-width: 50%;
  
}

.about .content h2{
  font-size: 3em;
  color: #000;
  margin-top: 100px;
  margin-bottom: 20px;
}

.about .content span{
    margin-top: 2px;
    font-size: 1.2em;
    color: #000;
    background: white;
    line-height: 30px;
  }
  
.about  img{
  height: auto;
 width: 100%;
 position: relative;
 box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
 
  }

  

  .icon{
     height: 40px;
  }




/* about spécialité*/

/* about*/

  .tittle {
      margin-left: 50%;
      z-index: 44;
      margin-bottom: 50px;
  }
  .tittle .btn {
      margin-bottom: 30px;
  }
  .tittle h2{

      color: #000;
      text-align: left;
      font-size: 3em;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      margin-bottom: 40px ;
  }
    



 /* Form*/





    /* Form*/

    .containerform{
        position: relative;
        width: 100%;
        height: 600px;
        background-color: #0061a8;
        display: flex;
        align-items: center;
      

    }
    .containerform .formbx {
       
        width:50%;
        display: flex;
        justify-content: center;
       flex-direction: column;
        flex-wrap: wrap;
     align-items: center;

     
    
}

.form-card{
    display: flex;
        justify-content: center;
       flex-direction: column;
        flex-wrap: wrap;
     align-items: center;
    background: #8ab6d6;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    backdrop-filter: blur( 10.0px );
    -webkit-backdrop-filter: blur( 10.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 50px;
}

.form-card a {
    font-size: 20px;
    color: white;
}

.containerform  h2{ 
color: white;
font-weight: 500;
font-size: 2em;
text-transform: uppercase;
letter-spacing: 2px; 
margin-bottom: 40px;
    top: 10px;
 
}

.cat_circle {
  border: 3px solid #007B94;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.cat_circle img {
    height: auto;
    width: 70%;
}

    
    .containerform .imgBx{
        position: relative;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
    .containerform .imgBx img{
        position: absolute;
       width: 50%;
    max-height: 90%;
     bottom: 0;
     right: 0;
        
    }
    .containerform .imgBx:before
    {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        transform-origin: bottom;
        border-left: white 2px solid;


    }
    .containerform .formbx form  p
    {
        float: right;
      
        color: #111;
    }

.map {
    background: url(img/marie-rouilly-DA3_xqEqolc-unsplash.jpg);
    height: auto;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}



/* Animation */
.intro-text {
    
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s all ease-in-out;
}
.intro-block {
 
    transform: translateX(-200px);
    transition: 0.8s all ease-in-out;
    opacity: 0;

}
.intro-img {
 
    transform: translateX(900px);
    transition: 1s all ease-in-out;
    opacity: 0;

}

.slide-right {
    transform: translateX(0px);
    opacity: 1;
}
.slide-left {
    transform: translateX(0px);
    opacity: 1;
}
.intro-appear{
opacity: 1;
transform: translateY(0px);
}



/* gallery.html  */
.about {
    
    position: relative;
}

.gallery {
        margin: 10vh auto;
    padding-top: 60px ;
}
.gallery ul{
    display: flex;
    margin-bottom: 40px;
    color: white;
    justify-content: center;
    flex-flow: row wrap;
}
.gallery ul li {
        list-style: none;
        background: #8ab6d6;
        padding: 10px 20px;
        letter-spacing: 1px;
        cursor: pointer;
        margin: 5px;
        display: flex;
        align-items: center;
    }

.gallery li.active {
    background-color: white;
    color: #000000;
    border:#0061a8 3px solid;
    

}
.gallery .tittle {
    width: 100%;
    text-align: center ;
    margin: auto;
}
.gallery .tittle h2 {
   
    text-align: center ;
 
}
.gallery .product  {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery .product .itemBox {
    width: 48%;
    max-height: 500px;
    margin: 1%;
}
.gallery .product .itemBox img{
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.about .product {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    

    position: relative;
min-height: 100vh;
padding-top: 10rem;
padding-bottom: 15rem;
}
.about .product::after {
    position: absolute;
    width: 50%;
    height: 100%;
    content: '';
    background: #FFF;
    right: 0px;
    z-index: 0;
}
.about .product .itemBox {

  
    height: 100%;
display: flex;
position: relative;

  ;

}
.about .product .itemBox.chambre{
    width: 40%;
}
.about .product .itemBox.cuisine{
    width: 35%;
}
.about .product .itemBox.salledebain{
    width: 25%;
}
.about .product .itemBox.chambre img {

    width: 100%;
    height: 550px;
    position: absolute;
    margin: 10px;
    z-index: 999;
    left: 0%;
    top: -300px;
    object-fit: cover;
    box-shadow: 0 10px 10px -5px;
}
.about .product .itemBox.cuisine img {
    width: 100%;
    height: 350px;
    position: absolute;
    margin: 10px;
    z-index: 999;
    left: 0%;
    top: -30px;
    object-fit: cover;
    box-shadow: 0 10px 10px -5px;
}
.about .product .itemBox.salledebain img{

    width: 100%;
    height: 350px;
    position: relative;
    margin: 10px;
    z-index: 999;
    left: -100px;

    object-fit: cover;
    box-shadow: 0 10px 10px -5px;
}

/* FOOTER */
footer{

    width: 100%;
display: flex;
color: white;
padding: 2rem 0;
flex-flow: row wrap;
align-items: center;
background-color: #2978b5;
position: relative;
z-index: 10;

}
footer img {
    height: 90px;
    
}
footer ul {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
}
footer a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.footer-right {
     display: flex;
     flex-flow: row wrap;
     flex-basis: 100%;
     justify-content: center;
     align-items: center;
}
.footer-right > * {
  margin-right: 1.25em;
  

}
.footer-box {
    border-left: 1px solid #007B94;
    padding: 0em 2em;
}
.footer-box h2 {
    margin-bottom: 10px;
}
.footer-box li {
    margin-bottom: 5px;
}


.copyright{

    text-align: center;
    padding: 2rem 0;
    position: relative;
    margin-top: 30px;
    padding: 0 2em;
    color: #fff;

}

.copyright p{
    font-size: 16px;
  color: #fff;
    
}




/* MEDIAS QUERRYS */





/* MEDIAS QUERRYS */



/* MEDIAS QUERRYS */



@media screen and (max-width: 700px) { 
  
  
    .about .product {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
.nav-list{
    list-style:  none;
    width: 100%;
    height: 100%;
  
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    
}


.navigation-menu {

    position: fixed;
    align-items: center;
    background: white; 
    z-index: 1;
   
   
}


.top-nav ul li {
   
    font-size: 10px;
    color: hsl(0,0%,70%); 
    line-height: 30px;
    margin-top: 20px;
    padding: 20px;
   

}




.landing-text h1{
    font-size: 40px;
  
}
.landing-text{
    top: 50%;
    left: 50%;

}

.btn{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.btn a{
    
    margin: 20px;
}

        /* about */

.about
{
width: 100%;
 padding: 0px 15px 0px 15px;
 margin: auto;
 text-align: justify;
    display: flex ;
    flex-direction: column;
    
    

    
    }
  

        .about .content{
            max-width: 90%;
        
  
          
        }
        
        .about .content h2{
          font-size: 2.5em;
          color: #000;
          margin-top: 40px;
          margin-bottom: 20px;
        }
        
        .about .content span{
            margin-top: 2px;
            font-size: 1.3em;
            color: #000;
            background: white;
            line-height: 30px;
            
          }
          
        .about  img{
          position: relative;
         height: 25%;
         margin-bottom: 80px;
         bottom: 30px;
         max-width: 90%;
       
          }
        .about svg{
            display: none;
        }
          .wawe {
            display: none;
          }
          
      
        .image-gallery{
            display: flex;
            flex-direction: column;
        }
       /* about*/

  .tittle {
      margin-left: 0px;
  }
  .tittle h2{
 
    
      text-align: center;
      padding: 20px;
      font-size: 2em;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      margin: auto;
     
  }
    
  .about .product .itemBox.chambre img {
    width: 100%;
    height: 550px;
    position: absolute;
    margin: 10px;
    z-index: 999;
    left: 0%;
    top: 0px; 
    object-fit: cover;
    box-shadow: 0 10px 10px -5px;
}
.about .product .itemBox.salledebain {
    width: 95%;
}
.about .product .itemBox.chambre {
    width: 95%;
    display: none;
}
.about .product .itemBox.cuisine {
    width: 95%;
    display: none;
}
.about .product .itemBox.salledebain img {
    width: 100%;
    height: 350px;
    position: relative;
    margin: 10px;
    z-index: 999;
    right: 0px;
    left: auto;
    object-fit: cover;
    box-shadow: 0 10px 10px -5px;
}


/* FORM */

.containerform{
    position: relative;
    width: 100%;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
  

}
.containerform .formbx {
   
    width: 90%;
    display: flex;
    justify-content: center;
    height: 100%;
 align-items: center;

 

}


.containerform .imgBx{
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
.containerform .imgBx img{
    position: absolute;

max-height: 100%;
 bottom: 0;
 right: 0;
    
}
.containerform .imgBx:before
{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: bottom;



}




        /* gallery html*/
        #index-gallery{
            display: flex;
            flex-direction: column;
        
            margin: 10px;
        }
        .gallery-img {
            margin-top: 15px;
        }
      
        .footer-right {
            flex-direction: column;
        }
     


  /* iphone 5 */

    /* iphone 5 */

    
.menu-toggler{
    position: absolute;
    top: 2em;
    right: 2rem;
    width: 4rem;
    height: 3rem;
    display: flex;
  
    
}

.nav-list{
    display: flex;
    flex-direction: column;
}
.navigation-button{
    will-change: transform;
    display: flex;
    align-items: right;
    justify-content: center;
    flex-wrap: wrap;
  position: fixed;
    z-index: 1;
    top: 40px;
    right: 12px;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}
.bar{
    width: 100%;
    height: 7px;
    background: white;
    border-radius: .8rem;
    
}



.navigation-menu {

    position: fixed;
    align-items: center;
    background: white; 
    z-index: 1;
   
}


.navigation-menu ul li {
   
    font-size: 15px;
    color: hsl(0,0%,70%); 
    line-height: 100px;
    margin: 3px;
    padding: 10px;
   

}

.landing-text  h1,
.landing-text h2{
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  
}

.landing-text h6{
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  
}
.btn{
    display: flex;
    flex-direction: column;
    margin: 0px;
}
.btn a{
    
    margin: 20px;
}
.landing-text{
   
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;

}
.block-img.intro-img {
    margin-top: 50px;
}
        /* about */

.about
{

 width: 100%;
    display: flex ;
    flex-direction: column;
    padding: 0px 15px 0px 15px;

    
    }
   
       


        .about .content{
            max-width: 90%;
            margin-bottom: 1px;
           
          
        }
        
        .about .content h2{
          font-size: 2em;
          color: #000;
         
          margin-bottom: 20px;
        }
        
        .about .content span{
            margin-top: 2px;
            font-size: 1em;
            color: #000;
            background: white;
            line-height: 30px;
       
          }
          
        .about  img{
          position: relative;
         height: 20%;
         margin-bottom: 50px;
        bottom: 10px;
          }
        
          
       


       
        .image-gallery{
            display: flex;
            flex-direction: column;
        }
       /* about*/
       .about{
        width: 100%;
         top: 0px;
       
      }
     
      .tittle .btn {
          margin: auto;
          margin-bottom: 20px;
      }
    
   

    .containerform{
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;

        display: flex;
        flex-direction: column;
        align-items: center;
        background: white;
      

    }

    .containerform .formbx {
       
        width: 90%;
        display: flex;
        justify-content: center;
        height: 100%;
 
     align-items: center;
    
}


.form-card {

    padding: 0px 0px;
    width: 100%;
    padding: 20px 0;
}
.form-card h2{
font-size: 1.4em;
}
.form-card a {
    font-size: 16px;
}
    
    
    .containerform .imgBx{
        position: relative;
        width: 100%;
        
        overflow: hidden;
    }
    .containerform .imgBx img{
        height: auto;
        width: auto;
        
    }


 
        /* gallery html*/
        #index-gallery {
            display: flex;
            flex-direction: column;
            margin: 10px;
        }

        .gallery-img {
            margin-top: 15px;
        }

        .footer-right {
            align-items: flex-start;
            min-height: 70vh;
            justify-content: space-around;

        }
        .footer-box{
            padding-right: 0px;
        }
}




     