@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Catamaran');

@import url('https://fonts.googleapis.com/css2?family=Tilt+Prism&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@550&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');



*::-webkit-scrollbar,

*::-webkit-scrollbar-thumb {

  width: 5px;

  border-radius: 13px;

  background-color: none;

}



*::-webkit-scrollbar-thumb {        

  box-shadow: inset 0 0 0 1px;

  background-color: hsl(0, 0%, 0%, 0.9);

}





:root{

  --principal_color: #cb9a78;

  --second_color: #2d180f;



  --logo_color: #fcc561;



  --grey_color: #b2b4b4;

  --marron_color:#32160c;

  --marron_grey_color: #a7998c;

  --marron_white_color: #dfdcd2;



  --beige_smoke_color: #b17f5d;

  --beige_ligth_color: #bd9470;



  --searchcolor: black;

}



* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



html, body {

  

  margin: 0;

  padding: 0;

  font-family: 'Catamaran', sans-serif;

}

body {
  background-color: #f9f9f9;
}



.nav{

  height: 80px;

}

.search{

  width: 300px;

  margin-left: auto;

  padding-top: 20px;

  margin-right: 90px;

  display: flex;

  align-items: center;

}



.search input{

  background-color: white;

  color: black;

  width: 300px;

  border: 2px solid white;

  padding: 10px;

  border-radius: 30px;

}



.search input[type="search"]:focus {

  outline: none;

}



/* Enleve la croix bleu pour toi les navigateurs */

.search input[type="search"]::-webkit-search-cancel-button,

.search input[type="search"]::-webkit-search-decoration,

.search input[type="search"]::-webkit-search-results-button,

.search input[type="search"]::-webkit-search-results-decoration {

  -webkit-appearance: none;

}



.search input[type="search"]::-moz-search-cancel-button,

.search input[type="search"]::-moz-search-decoration {

  -moz-appearance: none;

}



.search input[type="search"]::-ms-clear {

  display: none;

}



.search input[type="search"]::-ms-reveal {

  display: none;

}



.search input[type="search"]::-ms-clear,

.search input[type="search"]::-ms-reveal {

  -ms-appearance: none;

}



.search input[type="search"]::-webkit-search-cancel-button,

.search input[type="search"]::-webkit-search-decoration,

.search input[type="search"]::-webkit-search-results-button,

.search input[type="search"]::-webkit-search-results-decoration,

.search input[type="search"]::-moz-search-cancel-button,

.search input[type="search"]::-moz-search-decoration,

.search input[type="search"]::-ms-clear,

.search input[type="search"]::-ms-reveal {

  appearance: none;

}





.search i{

  position: absolute;

  margin-left: 250px;

}



/* ---------------------------------------------------------------------------------- */



.ctnhdr{

  height: 500px;

  background-image: url(../image/massageflou.jpg);

  background-position-x: 50%;

  background-position-y: 53%;

  background-repeat: no-repeat;

  background-size: cover;

}

.logo{

  background-image: url(../image/logo.png);

  background-size:contain;

  background-repeat: no-repeat;

  width: 400px;

  height: 180px;

  position: absolute;

}
@media screen and (min-width: 1920px){

    #title1{
  
      line-height: 0.8;
  
      font-weight: 400;
  
      color: #ffffff !important;
  
      font-family: 'Playfair Display', serif !important;
  
      position: absolute;
  
      font-size: 9rem;
  
      letter-spacing: 15px;
  
      margin: 0px 0px 0 620px;
  
  
  
    }
  
  
  
    #title2{
  
      line-height: 0.8;
  
      font-weight: 400;
  
      color: #ffffff !important;
  
      font-family: 'Playfair Display', serif !important;
  
      position: absolute;
  
      font-size: 8rem;
  
      letter-spacing: 10px;
  
      margin: 160px 0px 0 1020px;
  
      word-spacing: -30px;
  
  
  
    }
  
  
  
    #title3{
  
      line-height: 0.8;
  
      font-weight: 400;
  
      color: #ffffff !important;
  
      font-family: 'Playfair Display', serif !important;
  
      font-size: 2.5rem;
  
      margin: 350px 0px 0 0px;
  
      display: flex;
  
      align-items: center;
  
      justify-content: center;
  
  
  
    }
  
    #map4{
  
      display: none;
  
    }
  
  }


  
  @media screen and (max-width: 1920px){
  
    #title1{
  
      line-height: 0.8;
  
      font-weight: 400;
  
      color: #ffffff !important;
  
      font-family: 'Playfair Display', serif !important;
  
      position: absolute;
  
      font-size: 7rem;
  
      letter-spacing: 15px;
  
      margin: 0px 0px 0 550px;
  
    
  
    }
  
    
  
    #title2{
  
      line-height: 0.8;
  
      font-weight: 400;
  
      color: #ffffff !important;
  
      font-family: 'Playfair Display', serif !important;
  
      position: absolute;
  
      font-size: 6rem;
  
      letter-spacing: 10px;
  
      margin: 160px 0px 0 720px;
  
      word-spacing: -30px;
  
    
  
    }
  
    #title3{
  
      line-height: 0.8;
  
      font-weight: 400;
  
      color: #ffffff !important;
  
      font-family: 'Playfair Display', serif !important;
  
      font-size: 2.5rem;
  
      margin: 350px 0px 0 0px;
  
      display: flex;
  
      align-items: center;
  
      justify-content: center;
  
  
  
    }
  
    .page2{
  
      margin-top: 150px;
  
    }
  
    #map4{
  
      display: none;
  
    }
  
  }


  @media screen and (min-width: 1600px){
  
    #nav-icon4 span{
  
      background: white !important; 
  
    }
  
    .containermassada{
  
      margin-bottom: 580px;
  
    }
  
    .wrapper { /* Bouton */
  
      padding-top: 8px;
  
      height: 60px;
  
      width: 100%;
  
      display: flex;
  
      flex-direction: column;
  
      align-items: center;
  
      background-color: hsla(0, 0%, 47%, 0.2);
  
      backdrop-filter: blur(10px);
  
      border-radius: 25px;
  
      padding-bottom: 15px; /* Position du texte dans le bouton */
  
      font-size: 14px;
  
      font-family: 'Open Sans',sans-serif;
  
      font-weight: 300;
  
    }
  
    .containermassada{
  
      margin-right: 10px;
  
      right: 10px; /* Espace entre bord droit et bouton */
  
      bottom: 50px;
  
      background-color: hsla(0, 0%, 58%, 0.1);
  
      backdrop-filter: blur(10px);
  
      width: 570px;
  
      border-radius: 25px;
  
    }
  
    .nontxt{
  
      margin-left: 337px;
  
    }
  
  }


@media screen and (max-width: 1600px){
  
    #nav-icon4 span{
  
      background: white !important; 
  
    }
  
    .contenue{
  
      scale: 80%;
  
    }
  
  
  
    .nontxt{
  
      margin-left: 280px;
  
      margin-right: 1px;
  
    }
  
  
  
    .wrapper { /* Bouton */
      height: 60px;
      width: 570px;
      padding-top: 10px;
      padding-left: 40px;
      background-color: hsla(0, 0%, 47%, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 25px;
      font-size: 10px;
      font-family: 'Open Sans',sans-serif;
      font-weight: 300;
    }
  
    .containermassada{
  
      margin-right: 10px;
  
      right: 10px; /* Espace entre bord droit et bouton */
  
      bottom: 50px;
  
      background-color: hsla(0, 0%, 58%, 0.1);
  
      backdrop-filter: blur(4px);
  
      width: 570px;
  
      border-radius: 25px;
  
    }
  
    
  
    #title1{
  
      line-height: 0.8;
  
      font-weight: 400;
  
      color: #ffffff !important;
  
      font-family: 'Playfair Display', serif !important;
  
      position: absolute;
  
      font-size: 6rem;
  
      letter-spacing: 15px;
  
    }
  
    
  
    #title2{
  
      line-height: 0.8;
  
      font-weight: 400;
  
      color: #ffffff !important;
  
      font-family: 'Playfair Display', serif !important;
  
      position: absolute;
  
      font-size: 5rem;
  
      letter-spacing: 10px;
  
      word-spacing: -30px;
  
    }
  
    #title3{
  
      line-height: 0.8;
  
      font-weight: 400;
  
      color: var(--beige_smoke_color) !important;
  
      background-color: hsl(0, 0%, 100%, 0.8);
  
      height: 50px;
  
      font-family: 'Popins', serif !important;
  
      font-size: 2rem;
  
      margin: 350px 0px 0 0px;
  
      display: flex;
  
      align-items: center;
  
      justify-content: center;
  
  
  
    }
  
    .page2{
  
     max-height: 400px;
  
     margin-top: 20px;
  
    }
  
    .containermassada{
  
      margin-bottom: 500px;
  
    }
  
  } 



  

.texte-prst{

  margin-top: 150px;

  margin-left: 500px;

  margin-right: 650px;

}





.massada{

  color: var(--principal_color);

  cursor: pointer;

  text-decoration:underline;

}  



.page2{

  height: 540px;

}





img {

  width: 70%;

  margin-left: 82.5px;

}



.massada-texte{

  padding: 20px;

  font-weight: normal;

}



ul{

  padding: 30px;

  letter-spacing: normal;

}



.details-box {

  display: flex;

  align-items: center;

  margin-bottom: 20px;

}











#btn1 {



  rotate: 180deg;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 40px;

  cursor: pointer;

  transition: all 0.5s ease;

  padding: 0;

  margin: 0;

}



a{

  text-decoration: none;

}



#btn1:hover ion-icon {

  animation: upAndDown 0.3s alternate infinite;

  color: #e5c070;

}



@keyframes upAndDown {

  0% {

      transform: translateY(3px);

  }

  100% {

      transform: translateY(-3px);

  }

}



#details {

  margin-top: 20px;

  line-height: 1.6;

  font-weight: bold;

  text-align: justify;

  height: auto;

  max-height: 0;

  overflow: hidden;

  transition: max-height 0.3s ease;

}



/*-----------------------------------FOOTER-------------------------------------------*/



.basdepage{

  height: 100px;

}



.footerctn{

  height: 400px;

  max-width: 100%;

}

.row{

  display: flex;

  flex-wrap: wrap;

}

ul{

  font-size: 20px;

  list-style: none;

}

.footer{

  background-color: #cfaf9b;

  padding-top:  70px;

}

.footer-col{

  border-right: 2px solid white;

  padding-left: 20%;

  width: 50%;

}

.footer-col3{

  padding-left: 8%;

  width: 50%;

}

.footer-text{

color: #24262b;

padding: 0 15px;

}

.footer-col h4{

font-size: 18px;

color: black;

text-transform: capitalize;

margin-bottom: 20px;

font-weight: 500;

position: relative;

}

.footer-col h4::before{

  content: '';

  position: absolute;

  left:0;

  bottom: -10px;

  background-color: white;

  height: 2px;

  box-sizing: border-box;

  width: 50px;

}

.footer-col ul li:not(:last-child){

  margin-bottom: 10px;

}

.footer-col ul li a{

  font-size: 16px;

  text-transform: capitalize;

  color: #ffffff;

  text-decoration: none;

  font-weight: 300;

  color: #d8d8d8;

  display: block;

  transition: all 0.3s ease;

}

.footer-col ul li a:hover{

  color: #ffffff;



}

.footer-text a{

  color: #eeeeee

}

.footer-text a:hover{

  color: #686868;

}

.footer-col ul li a:hover{

  color: #ffffff;



}

.footer-col .social-links a{

display: inline-block;

height: 40px;

width: 40px;

background-color: rgba(255,255,255,0.2);

margin:0 10px 10px 0;

text-align: center;

line-height: 40px;

border-radius: 50%;

color: #ffffff;

transition: all 0.5s ease;

}

.footer-col .social-links a:hover{

color: #cfaf9b;

background-color: #ffffff;

}

.wrapper{

  display: block;

}

#msdinfo{

  display: none;

}

.cu_text_c{
  text-align: center;
  color: #757575;
  padding-top: 20px;
}

/*adapte supports*/

@media screen and (min-width: 1600px){

  #map1{

    display: block;

  }

  #map2{

      display: none;

  }

  #map3{

    display: none;

  }

  #map4{

    display: none;

  }

  .space{

    width: 2%;

  }

  .footer-col2{

      width: 150px;

      background-color: none;

  }

  #title1{

    margin: 0px 0px 0 730px;

  }

  #title2{

    margin: 170px 0px 0 950px;

  }

}



@media screen and (max-width: 1600px){

  #map1{

    display: none;

  }

  #map2{

      display: block;

  }

  #map3{

    display: none;

  }

  #map4{

    display: none;

  }

  .space{

    display: none;

  }

  .footer-col2{

      width: 100px;

      background-color: none;

  }

  #title1{

    margin: 60px 0px 0 370px;

  }

  #title2{

    margin: 170px 0px 0 600px;

  }

}

@media screen and (max-width: 768px){

  .ctnhdr{

    height: 430px;

  }

  .wrapper{

    display: none;

  }



  #msdblock{

    display: flex; /* Utiliser flexbox pour centrer l'image */

    justify-content: center; /* Centrer horizontalement */

    align-items: center; /* Centrer verticalement */

    margin-bottom: 100px;

  }

  #msdinfo img{

    margin-left: 13%;

  }

  #msdinfo{

    background-color: rgba(191, 191, 191, 0.1);

    border-radius: 20px;

    border: 1px solid #c1bba5;

    display: block;

    width: 650px;

  }

  #title1{

    margin: 50px 0px 0 60px;

    font-size: 5rem;

    letter-spacing: 15px;

  }

  #title2{

    margin: 150px 0px 0 250px;

    font-size: 4rem;

    letter-spacing: 10px;

    word-spacing: -20px;

  }

  #title3{

    line-height: 0.8;

    font-weight: 400;

    color: var(--beige_smoke_color) !important;

    background-color: hsl(0, 0%, 100%, 0.8);

    height: 50px;

    font-family: 'Popins', serif !important;

    font-size: 1.5rem;

    text-align: center;

    margin: 280px 0px 0 0px;

    display: flex;

    align-items: center;

    justify-content: center;



  }

  .footer-col{

    padding-left: 5%;

  }

  .footer-col h4{

    font-size: 20px;

  }

  .footer-text{

    font-size: 18px;

  }

  #map1{

    display: none;

  }

  #map2{

      display: none;

  }

  #map3{

    display: block;

  }

  #map4{

    display: none;

  }  

}



@media screen and (max-width: 480px){



  .search{

    display: none;

  }

  .logo{

    width: 200px;

    height: 100px;

  }

  .ctnhdr{

    height: 300px;

  }

  #title1{

    margin: 30px 0px 0 40px;

    font-size: 50px;

    letter-spacing: 4px;

  }

  #title2{

    margin: 90px 0px 0 70px;

    font-size: 40px;

    letter-spacing: 4px;

    word-spacing: -10px;

  }

  #title3{

    line-height: 0.8;

    font-weight: 400;

    color: var(--beige_smoke_color) !important;

    background-color: hsl(0, 0%, 100%, 0.8);

    height: 50px;

    font-family: 'Popins', serif !important;

    font-size: 22px;

    text-align: center;

    margin: 150px 0px 0 0px;

    display: flex;

    align-items: center;

    justify-content: center;



  }

  .table-container{

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 0px;

  }

  #msdblock{

    display: flex; /* Utiliser flexbox pour centrer l'image */

    justify-content: center; /* Centrer horizontalement */

    align-items: center; /* Centrer verticalement */

    margin-bottom: 100px;

  }

  #msdinfo{

    background-color: rgba(191, 191, 191, 0.1);

    border-radius: 20px;

    border: 1px solid #c1bba5;

    display: block;

    width: 400px;

  }

  

  #map1{

    display: none;

  }

  #map2{

      display: none;

  }

  #map3{

    display: block;

  }

  #map4{

    display: none;

  }

  .footer{

    background-color: #cfaf9b;

    padding-top: 70px;

    height: 600px;

  }

  .footer-text{

    margin-left: -20px;

  }

  .footer-col{

    border-right: none;

    padding-left: 10%;

    width: 100%;

  }

  .footer-col3{

    padding-left: 10%;

  }

} 