/* ---------- 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;}

.parimis {margin-left: 60px; order:1; margin: 10px;}

.menuHeader {
    word-spacing: 50px;
    height: 30px;
    font-size: 23px;
    margin-top: 54px;
    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 51px 8px;}

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




.contenu {display: flex; margin-top: 25px;}
/* ---------- COL DROITE ---------- */
.colDroite {width: 250px; font-family: 'Open Sans Condensed', sans-serif;}

.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;
}
.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;}
.mmcChic {text-align: right;}

.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 COL 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: 750px;
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    border-top: 2px solid #93192a;
}
.slideTaille {width: 700px; margin: 0 auto;}

.flex{ 
    display: flex;
    justify-content: space-around;
    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{
    padding: 50px 0 50px 0;
    width: 400px;
    text-align: center;
    border: 1px solid #93192a;
    margin-bottom: 50px;
    font-family: 'EB Garamond', serif; font-size: 23px;
}

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














/* ---------- FOOTER ---------- */
footer {
    background: #ffffff;
    min-height: 145px;
    border-top: 2px solid #e8ba6d;  
    border-bottom: 2px solid #fff;  
    box-shadow: 0 2px 20px 3px #c4c4c4;
}
.flexFooter{
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.lienFooter {
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 17px;
    margin: 50px 300px 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 ---------- */