@font-face {
	font-family: 'Bankai';
	src: url(./Bankai\ Demo\ Version.otf)
}

*{
    margin: 0;
    padding: 0;
    letter-spacing:0.1em;
    font-family: 'EB Garamond', serif;
}
#largeur-max{
    max-width: 2000px;
    width: 100%;
} 

header {
    height: 100vh;
    width: 100%;
    
}
#desktop {
    height: 100vh;
   
}


#desktop > video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
header > nav{
    position: absolute;
    bottom: 0px;
    height: 90px;
    width: 100%;
    background-color: #9B5855;
    display: flex;
    justify-content: space-around;
    
}

h1{
    font-family: 'Bankai', serif;
    font-size: 7em;
    text-align: center;
    width: 100%;
    position: absolute;
    color: white;
    bottom: 80px;
}
#logo{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;

}


header > nav > ul{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

header > nav > ul > li{
    height: 100%;
    list-style-type: none;
    
}

#mobil{
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: all 1.5s;
    transform-origin: bottom;
}
#menu-mobil{
    float: right;
    background-color: #B49051;
    display: flex;
    justify-content: space-around;
    width:calc(100% - 50px);
   
}

.icon{
    height: 40px;
    padding: 0 10px;
  }
.nav-image{
    height: 30px;
    padding: 5px 0;
}
#burger{
    float: left;
    width: 50px;
    height: 100%;
    background-color:#9B5855;
    cursor: pointer;
}
#burger > img{
    position: absolute;
    height: 30px;
    left: 10px;
    top: 10px;
    width: 30px;
}

#croix {
    color: #FCFF38;
    text-transform: uppercase;
   font-weight: bold; 
   height: 0;
   width: 30px;
   position: absolute;
   font-size: 1.5em;
   overflow: hidden;
}

#croix2
{
    color: #FCFF38;
   text-transform: uppercase;
   font-weight: bold; 
   height: 0;
   width: 30px;
   position: absolute;
   font-size: 1.5em;
   overflow: hidden;
   
}

#fleche{
    height: 0;
   width: 30px;
   position: absolute;
   overflow: hidden;
}

#prestations{
    display: flex;
    align-items: center;
    line-height: 90px;
    text-decoration: none;
    list-style: none;
    text-transform: uppercase;
    color: #FCFF38;
    font-size: 1.5em;
    width: 320px;
    padding-left: -40px;
    transition: 1s;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    transition: 0.3s;
}

#triangle{
    width: 30px;
    display: none;
    height: 60px;
    margin-left: 10px;
}

#triangle > img{
    width:30px;
    height: 30px;
    transform: rotate(180deg);
    padding-top: 5px;
    
}
header > nav > ul > li > a{
    display: block;
    line-height: 90px;
    text-decoration: none;
    list-style: none;
    text-transform: uppercase;
    color: #FCFF38;
    font-size: 1.5em;
    padding: 0 20px;
    transition: 1s;
    font-weight: bold;
}



header > nav > ul > li:hover >a{
   background-color: #A8549A;
   cursor: pointer;
}

#prestations > p{
    cursor: pointer;
    width: 100%;
}
#prestations > ul > li >a{
    display: block;
    line-height: 90px; 
}
#prestations > ul > li{
    width: 100%;
}




#sousmenu{
    transform: scale(0);
    transform-origin: bottom center;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: -450px;
    background-color:#A8549A ;
    opacity: .8;
}

#sousmenu li{
    transition: all 300ms ease-in-out;
    list-style-type: none;
    width: 320px;
    text-align: center;
    transition: 1s;
    
}

#sousmenu a{
    color: #FCFF38;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    
}

#prestations:hover  #sousmenu li {
    transform: scale(1);
  }
#prestations:hover  #sousmenu {
    transform: scale(1);
  }

  #sousmenu li:hover{
    background-color: #9B5855;
  }

  
  @media (max-width: 1430px){
    #prestations{
        font-size: 1.2em;
    }
    header > nav > ul > li > a{
        font-size: 1.2em;
    }
}
@media (max-width: 1260px){
    header > nav > ul > li > a{
        padding: 0 5px;
    }
    #sousmenu li{
        width: 300px;
    }
    #prestations{
        width: 300px;
    }
}

@media (max-width: 1060px){
    #prestations{
        font-size: 1em;
    }
    header > nav > ul > li > a{
        font-size: 1em;
    }
}

@media (max-width: 960px) {
    #desktop > video {
        display: none;
    }
    #desktop{
        background: url(./img/vue-profil-jolie-jeune-femme-qui-equilibre-son-energie-lors-seance-reiki-dans-clinique-sante-spa_662251-1994.webp) center center / cover no-repeat ;
    }
    #prestations{
        font-size: 0.7em;
    }
    header > nav > ul > li > a{
        font-size: 0.7em;
    }
    #sousmenu li{
        width: 200px;
    }
    #prestations{
        width: 200px;
    }
}
@media screen and (max-width: 700px){
#mobil{
        height: 40px;
    }

h1{
    font-size: 4em;
}

#menu{
    position: absolute;
    overflow: hidden;
    height: 0;
    transform: all 1s;
}

#menu.active{
height: 100vh;
z-index: 99;
justify-content: space-around;
align-items: center;
    
    
}
#menu.active > ul{
    flex-direction: column;
    align-items: center;
}

#menu.active > ul >li{
    width: 100%;
}

#menu.active > ul >li > a{
    text-align: center;
}

#menu.active #croix{
    top: 10px;
    right: 10px;
    height: 30px;
    cursor: pointer;
}

#sousmenu{
    position: absolute;
    overflow: hidden;
    height: 0;
    transform: all 1s;
}

#sousmenu.active{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 1;
    z-index: 200;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    padding: 0;
    display: flex;
    flex-direction: column;
    cursor: de;
}
#sousmenu.active > ul{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: block;  
    width: 100%;

}

#sousmenu.active > ul > li{
    display: block;
}
#sousmenu.active > ul > li > a{
    height: 90px;
    display: block;
}

#sousmenu.active #croix2{
    top: -5px;
    right: 10px;
    height: 30px;
    cursor: pointer;
    overflow:visible;
}

#sousmenu.active #fleche{
    top: 10px;
    left: 10px;
    height: 30px;
    cursor: pointer;
    overflow:visible;
}

#fleche > img{
    height: 30px;
    width: 30px;
}

#prestations{
    padding-left: 40px;
   
}
#prestations>p{
    width:auto;
}
#prestations>p:hover{
    
    background-color:transparent;
    cursor:default;
    
}


#triangle{
    display: block;
    cursor: pointer;
    padding: 0 10px;
    background-color: #A8549A;
    opacity: 0.8;
    border-radius: 25%;
}
}

/*section1*/
/*section1*/
/*section1*/
/*section1*/
/*section1*/
/*section1*/
/*section1*/
/*section1*/
/*section1*/
/*section1*/
/*section1*/


#section1{
    background-color: #B0BF3B;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.presentation{
    margin: 50px;
    width: 450px;
    height: 850px;
    position: relative;

}

.circle{
    
    height: 450px;
    width: 450px;
    object-fit: cover;
    border-radius: 50%;
    align-items: center;
    transition: all 0.5s;
}

.presentation:hover .circle{
    transform: scale(1.1);

}


.description{
    text-align: center;
    margin-top: 30px;
    color: #6F372A;
}

.titre{
    font-size: 2em;
    color: #6F372A;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
}

.titre::after{
        
    content: '';
    position: absolute;
    width: 30%;
    display: block;
    height: 5px;
    background-color: #6F372A;
    bottom: -5px; 
    transition: all 0.5s;
}

.presentation:hover .titre::after{
    width: 60%;
}

.text{
    margin-top: 30px;
    font-size: 1.5em;
}

.decouvrir{
    height: 40px;
    width: 400px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    left: 25px;
    bottom: 10px;
    background-color: #6F372A;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    border: none;
    transition: all 0.5s;
}
.decouvrir:hover{
    opacity: 0.9;
    scale: 1.1;
}

.ronde{
    display: flex;
}

@media screen and (max-width: 700px){

    .presentation{
        width: 300px;   
    }
    .circle{
        height: 280px;
        width: 280px;
        margin: 0 auto;
        

    }
    .decouvrir{
        width: 250px;
        left: 25px;
        bottom: 0px;
        margin-top: 20px;
    }

    .titre{
        font-size: 1.5em;
        text-decoration: none;
    }


    
    .text{
        margin-top: 30px;
        font-size: 1em;
    }

    .presentation{
        height: 550px;
        margin-top: 20px
        
    }
   ;


}

#section2{
height: auto;
background-color: #D9B19A;

}

#figures{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    color: #1F5002;
    padding-top: 20px;
    text-decoration:underline ;
}


.sevises{
    height: 350px;
    width: 350px;
    margin: 40px 60px;
    position: relative;
    transition: all 1s;
    box-sizing: border-box;
    
    --outline: 2px solid white;
    overflow: hidden;
}

.sevises:hover{
    margin-top: 35px;
    background-color: #000000;
    overflow: hidden;
    outline: var(--outline);
    outline-offset: -20px;
   
}

.sevises > img{
    transition: all 0.5s;
}

.sevises:hover >img{
    opacity: 0.5;
    height: 105%;
    width: 105%;

}


.image{
    height: 350px;
    width: 350px;
    object-fit: cover;
    
}

.lien{
    position: absolute;
    top: 130px;
    text-align: center;
    width: 350px;
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
    transition: all 0.5s;
}

.sevises:hover .lien{
    top: 150px;
}

@media screen and (max-width: 700px){
    .sevises{
        height: 250px;
        width: 250px;
        
    }

    .image{
        height: 250px;
        width: 250px;
    }

    .lien{
        top: 125px;
        width: 250px;
        font-size: 1.1em;
    }

}

/*section3*/
/*section3*/
/*section3*/
/*section3*/
/*section3*/
/*section3*/
/*section3*/
/*section3*/
/*section3*/
/*section3*/
/*section3*/
/*section3*/
/*section3*/
/*section3*/
#section3{
    display: flex;
    flex-wrap: wrap;
}

#fomulaire{
    float: left;
    width: 50%;
    background-color: #E0796D;
}
#carte{
    width: 50%;
    height: 970px;
    max-height: 1200px;
    overflow: hidden;
  
}
#carte-heigth{
    height: 100%;
    width: 100%;
}

#fomulaire > h2{
    color: #200F4A;
}
#fomulaire > form{
    color: #200F4A;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

#choix-hf{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}

.checkbox{
    padding: 10px 0;
}

.sex{
    color: #fff;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
}

.grand {
    position: absolute;
    top: 8px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color:#E0796D;
    box-sizing:border-box;
    border: #200F4A 5px solid;
}
input[type=checkbox] {
    visibility: hidden;
}

.grand:after {
    content: "";
    position: absolute;
    display: none;
}

.sex input:checked ~ .grand:after {
    display: block;
}

.sex .grand:after {
    left: 8px;
    bottom: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.selecteur{
    margin: 40px 0;
    width: 400px;
}

.select
 {
    width: 400px;
    height: 50px;
    border: 1px solid #E0796D;
    border-bottom: #200F4A 5px solid;
    font-size: 1em;
    text-transform: uppercase;
    color: #ffffffff;
    font-weight: bold;
    background-color:#E0796D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("./img/Polygon\ 4.png") 90% / 5% no-repeat;
      }
select::-ms-expand {
    display: none;
  }
  .select-text-blanc{
    display: none;
  }
  option{
    color: #3b2d2d4d;
  }

  .texte{
    margin-top: 20px;
    width: 400px;
    position: relative;
  }

  .info{
    width: 400px;
    height: 50px;
    border: 1px solid #E0796D;
    border-bottom: #200F4A 5px solid;
    font-size: 1em;
    text-transform: uppercase;
    color: #ffffffff;
    font-weight: bold;
    background-color:#E0796D;
    caret-color: #200F4A;
    caret-shape:block;

  }

  .ligne{
    position: absolute;
    top: 45px;
    left: -5px;
    height: 42px;
  }

 
  @keyframes opacity {
    0%   { opacity: 0; }
    100% { opacity: 1; }
  }

  .cursor{
    height: 42px;
    width: 5px;
    opacity: 0;
    animation: opacity 1s ease-in-out infinite;

  }

  #rdv {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
  }

  .rendez-vous{
    width: 200px;
    font-size: 0.7em;
    
  }

  .selecteur-small{
    width: 200px;
  }

  #envoyer{
    height: 60px;
    width: 300px;
    background-color: #200F4A;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 60px 0;
    cursor: pointer;
    transition: all 0.5s;
  }

  #envoyer:hover{
    opacity: 0.8;
    transform: scale(1.1);
  }

  #clear{
    clear: both;
    }





@media screen and (max-width: 1360px){
    #fomulaire{
        width: 100%;
    }

    #carte{
        width: 100%;
        height: 600px !important;
    }

}

@media screen and (max-width: 700px){
    #carte{
        height: 300px !important;
    }
    #fomulaire > h2{
        width: 300px;
        font-size: 1.2em;
        letter-spacing: 0em;
    }
    #fomulaire > form{
        font-size: 1.2em;
        letter-spacing: 0em;
    }

    .grand {
  top: 0;
}
.select
 {
    width: 280px;
    height: 30px;
}
.info{
    width: 280px;
    height: 30px;
}

#rdv{
    justify-content: flex-start;
    flex-direction: column;
}
.texte{
    width: 280px;
}

.selecteur{
    width: 280px;
}

.ligne{
    top: 30px;
    left: -5px;
    height: 1.2em;   
}

.cursor{
    height: 1.2em;
}
#envoyer {
    height: 40px;
    width: 250px;
}
}


/*footer*/
/*footer*/
/*footer*/
/*footer*/
/*footer*/
/*footer*/
/*footer*/
/*footer*/
/*footer*/
/*footer*/
/*footer*/
/*footer*/
/*footer*/
/*footer*/





footer{
    background-color: #D6CC38;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#logo2{
    height: 500px;
    margin-top: 30px;
}
#lotus-blue{
    height: 250px;
    width:250px;
    overflow: hidden;
}

#adresse{
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
    color: #823F0F;
}
#menu-footer > li{
    list-style-type: none;
}

#menu-footer > li > a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 2em;
    font-weight: bold;
    color: #823F0F
}

#insta{
    margin-left: 15px;
}

@media screen and (max-width: 700px){
footer{
    flex-direction: column
}
#adresse{
    margin-bottom: 30px;
    font-size: 1.5em;
}

#menu-footer{
    display: none;
}
#réseaux{
    display: flex;
    justify-content: space-around;
    width: 50%;
    align-items: center;
}

}