/* ---------- HEADER ---------- */
header {
    min-height: 90px;
    background: rgb(255, 255, 255);
    border-bottom: 2px solid #e8ba6d;
    box-shadow: 0 2px 20px 3px #c4c4c4;
    display: flex;
    justify-content: space-around;

}
.langue{
    text-decoration: none;
    color: #e8ba6d;
    font-size: 13px;
    font-style: italic;
    order: 3;
}
.langue:hover{
    text-decoration: none;
    color: black;
}
.imgParimis {margin-left: 40px; order: 1; margin: 5px;}
.menuHeader {
    margin: 52px;
    height: 30px;
    text-align: center;
    word-spacing: 15px;
    font-size: 22px;
    order: 2;
}
.aMenuHeader {text-decoration: none; color: #000000; font-family: 'Open Sans Condensed', sans-serif;}
.aMenuHeader:hover{
    text-decoration: none;
    color: #93192a;
}
.reservation {background: #d2c1b4; padding: 5px 8px 18px 8px;}

.menuBurger {display: none;}
/* ---------- FIN HEADER ---------- */




.contenu {display: flex; flex-direction: column-reverse; margin-top: 25px;}
/* ---------- COLONNE DROITE ---------- */
.colDroite {
    width: 100%; 
    font-family: 'Open Sans Condensed', sans-serif;
    display: flex;
    justify-content: space-around;
}

.contact {margin: 30px 0 100px 0;}
.aContact {
    margin-left: 25px; 
    font-size: 25px; 
    text-decoration: none;
    color:black;
}
.aContact:hover {text-decoration: none; color: #93192a;}
.mail, .tel {
    color: #93192a; 
    margin-left: 5px; 
    font-size: 20px;
}
.avis {
    margin: 10px;
    margin-bottom: 100px;
    padding: 10px;
    border: 2px dashed #93192a;
    width: 300px;
    text-align: center;
}
.consultezAvis {
    text-decoration: none;
    color: #000000;
    font-size: 22px;
    text-decoration: underline;
}
.consultezAvis:hover {text-decoration: none; color: #93192a; cursor: pointer;}
.avisMmeChic {font-size: 18px;}

.saisirRecherche {margin-left: 5px; font-size: 12px; padding: 7px;}
.recherche {
    background: #c4c4c4;
    color: #fff;
    border: #fff;
    padding: 2px;
    font-size: 14px;
}
.recherche:hover {background: #e8ba6d;}
/* ---------- FIN COLONNE DROITE ---------- */




/* ---------- CONAINER ---------- */
h1 {
    text-align: center;
    margin: 30px 0 30px 0;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
}
.h1Detail {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 15px 0; 
    width: 600px;
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    border-top: 2px solid #93192a;
}
.slideTaille {width: 600px; margin: 0 auto;}

.flex{ 
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 80px;
}
/* ------- zone prestation ------- */

.pPresentation{
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    text-align: justify;
    width: 350px;

}
.decouvrezPrestations{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 35px;

}
.prestationsSoins{
    width: 370px;
    margin: 0 auto;
}
.caseSoin{
    background: #93192a;
    text-align: center;
}
.typeSoin{
    text-decoration: none;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
}
.typeSoin:hover{
    text-decoration: none;
    text-decoration: underline;
    color: #fff;

}
.detailSoin{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
}
.soin{
    text-align: center;
}
.prix{
    text-align: right;
}
/* ------- fin zone prestation ------- */

.reservationSpa{
    margin: 0 auto;
    margin-top: 50px;
    padding: 50px 0 50px 0;
    width: 400px;
    text-align: center;
    border: 1px solid #e8ba6d;
    margin-bottom: 50px;
    font-family: 'EB Garamond', serif; font-size: 23px;
}

/* ---------- FIN CONTAINER ---------- */












/* ---------- FOOTER ---------- */
footer {
    min-height: 145px;
    background: white;
    border-top: 2px solid #e8ba6d;  
    border-bottom: 2px solid #fff;  
    box-shadow: 0 2px 20px 3px #c4c4c4;
    
}
.flexFooter {
    width: 767.98px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.lienFooter {
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 17px;
    margin: 50px 124px 15px 30px;
    order:1;
}
.aBasDePage {text-decoration: none; color: black;}
.aBasDePage:hover {text-decoration: none;color: #93192a;}

/* -- newsletter -- */
.newsLetter {order:2; padding-top: 80px;}
.suivezNous {font-family: 'EB Garamond', serif; font-size: 23px;}
.NewsLetter {font-size: 37px;}
.zoneDeSaisis {
    border: none;
    border-bottom: #e8ba6d;
    font-size: 12px;
    width: 230px;
}
.sinsrire {
    background: #e8bb6db9;
    border: none;
    border-radius: 10%;
    font-family: 'Open Sans Condensed', sans-serif;
}
/* -- fin newsletter-- */

.contenant {margin: 0 auto; order: 3;}
.reseauSociaux {text-align: center; margin-right: 4px;}
.copy{
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 15px;
    margin-top: 20px;
}
/* ---------- FIN FOOTER ---------- */