@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
	--my-color-gris:#f3f5f8;
	--my-color-gris-fonce:#3d535f;
	--my-color-jaune:#ffe800;
}
body{
    position: absolute;
    padding: 0;    
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
   /* background-color: #989c71;*/
   max-width: 100%;
   width: 100%;

    
}

body,.corps,.menu,footer{
    margin: auto;
}

header{
    display: flex;
    position:relative;
    background-color: #061a30;
    border-bottom: solid 5px #5e5005;
    z-index: 5;
    width: 100%;
    height: 300px;

}
header div.adresse{
    text-transform:capitalize;
    font-size: 1rem;    
    font-weight: 5;
    border:solid 5px #5e5005;
    color: #b19708;
    /*background-color: #0062ff;*/
    display:inline-block;
    padding: 2px;
    border-radius: 32px;
    
}

.menu{
    width: 100%;
    position:sticky;
    height: auto;
    top: 300px;   
    background-color: darkgray;
    z-index: 3;
    padding:15px;
    border-bottom: #5e5005;
}
.menu ul{
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    margin: 10px;
    
}
.menu ul li a{
    text-decoration:none;
    font-size: 1.5rem;
    text-transform:capitalize;
    color: #222;
}

header .image-header{
    
    /*background-color: #ffe800;
}
.image-header .img-header{
    text-align: center;
   /* background-color: #f3f5f8;*/
    margin: auto;
}
.soins h2{
    top: 10px;
    text-align: center;
}

.menu-pro:hover{
    border-top: 5px solid #4C8;
    background-color: rgba(64,200,130,0.15);
}
.menu-ind:hover{
    border-top: 5px solid #f1dc4f;
    background-color: rgba(241,211,79,0.15);
}
.menu-ct:hover{
    border-top: 5px solid #0070BB;
    background-color: rgba(000,112,192,0.15);
}
.menu-pr:hover{
    border-top: 5px solid  #e44d26;
    background-color: rgba(228, 77, 38, 0.15);
    }
.corps{
    top: 0px;
    display: flex;
    position: relative;
    max-width: 100%;
    width: 100%;
   /* background-color: darkslateblue;*/
    margin: auto;
    height: 650px;
    background-color: #333;
}
.caly{
     top: 0px;
    display: flex;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: auto;
    height: 650px;
    background-color:rgba(94, 37, 59, 0.514);
    
}
.salons img.salon2-img{
    height: 50px;
    width: 100%;
    background-color: white;
}
.corps h3{
    color: #ffff;
    font-size: 1.5rem;
    bottom: 50%;
    
}
.corps h1{
   font-size: 1.6rem;
    text-transform: uppercase;
    position: absolute;
    left: 5%;
    top: 42%;
    color:#fff ;
    width: 40%;
    

}
.salon3 img.salon3-img{
    width: 400px;
    height: 630px;
    border-top-right-radius: 45%;
}


.salon1 img.salon1-img{
    position:relative;
    top: 19%;
    left: 35%;
    height: 600px;
    width: 600px;
    border-radius: 50%;
    background-color:darkgray;
    border-top-right-radius:0 ;
}
.salon2 img.salon2-img{
    width: 500px;
    height: 630px;
    border-top-left-radius: 50%;
}


a:-webkit-any-link {
    color:#007aff;
    cursor: pointer;
}
#textDefil{
    color: #b19708;
}
.image-header{
    text-align: center;
    /*background-color: #f3f5f8;*/
    width: 75%;
}
footer{
    display: flex;
    width: 100%;
    height: 0%;
    font-size: 1.2rem;
    text-align: center;
    padding: 45px 0;
    background-color:#061a30;
       
}
.salon{
    position: relative;
    font-size: 1rem;
    text-align:justify;
    width: 50%;
    right: -10%;
}
.salon3 img.salon3-img{
    background-color: #007aff;
}

.foot a{
    color: #b19708;
    list-style-type: none;
    text-decoration: none;
}
.foot2 {
    color:#b19708;
}

h3{
    color:#b19708;
}
.reseaux img{
    height: 80px;
    padding: 10px;
}
.soins{
    position: absolute;
    margin: auto;
    background-color: #756172;
}
.soin1{
    position: relative;
    display: flex;
    width: 100%;
    padding: 25px;
    top: 25px;
}

.bain{
    width: 600px;
    height: 350px;
    top: 10px;
    border-top-right-radius: 25%;
    border-top-left-radius: 25%;
}
.massage{
    width: 600px;
    height: 350px;
    top: 10px;
    border-top-right-radius: 25%;
    border-top-left-radius: 25%;
}
.relax{
    width: 600px;
    height: 350px;
    top: 10px;
    border-top-right-radius: 25%;
    border-top-left-radius: 25%;
}
.soin2{
    position: relative;
    display: flex;
    width: 100%;
    padding: 25px;
    top: 25px;
}
.soin3{
     position: relative;
    display: flex;
    width: 100%;
    padding: 25px;
    top: 25px;
}
.soin4{
    position: relative;
    display: flex;
    width: 100%;
}
.soins h2{
    text-transform: uppercase;
    font-size: 2.6rem;    
    font-weight: 900;
    border:solid 5px #fff;
    color: #113549;
    /*background-color: #0062ff;*/
    display:inline-block;
    padding: 2px 15px;
    border-radius: 32px;
}
p{
    text-align: justify;
}
form{
    border: solid 2px #ddd;
    width:45% ;
    padding: 15px;
    background-color: #6e6956af;
    border-radius: 2rem;

}
form input[type='text'],form input[type='email'],form textarea{
     padding: 8px;
     font-size: 1.2rem;
     width: 40%;
     border: solid 2px #ddd;
     margin: 6px 0;
    }
form input[type='submit']{
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: capitalize;
    border: none;
    background-color:#fff;
    color:#a9c24e;
    padding: 8px 20px;
    border-radius: 2rem;
}

.whatsapp{
    display: flex;
    justify-content: center;
    justify-items: center;
}
.whatsapp img.logo{
    height: 52px;
    justify-items: center;
}
.whatsapp span.phone{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
div.form{
    position: relative;
}
div.form form {
    position: absolute;
    bottom: 10%;
    left: 40%;
}

section h2{
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    color: #0062ff;
}

section p{
    font-size: 1.4rem;
}