html, body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(images/bougie_spa_flou.JPEG);
    background-repeat: no-repeat;
    background-size: cover;
}

a{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}
a:hover{
    color: #000;
}
ul, li{
    list-style: none;
    font-size: 18px;
}
button{
    border-style: none;
    background-color: #ebded4;
}
/*PARTIE 1*/
.logo{
    width: 200px;
    margin-left: 30px;
}
.logoInstitut{
    margin-left: 20px;
}
.infos {
   font-size: 14px; 
   color: #ebded4;
   line-height: 0em;
   height: 1em;
   margin-left: 40px;
}
.info_1{
    padding-top: 25%;
}
.adresse{
    margin-top: 3%;
    margin-left: 40px;
    color: #ebded4;
}
.bi-envelope-at{
    font-size: 16px;
}
.email{
    width: 199px;
    margin-left: 40px;
    margin-bottom: 5px;
}
.background{
    background-color: transparent;
}
.btn{
    border: 0;
    color: #fff;
    line-height: 2;
    text-align: center;
    text-shadow: 1px, 1px, 1px #000;
    border-radius: 10px;
    background-color: rgba(177, 132 , 45 ,1);
    background-image: linear-gradient(to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
    );
    box-shadow: 
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
.btn:hover{
    background-color: rgb(215, 171, 82);
    color:#000
}
.btn:active{
    box-shadow: 
    inset -2px -2px 3px rgba(255, 255, 255, 0.6)
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.planity-top{
    margin-top: 35%;
}
.planity{
width: 250px;
margin-top: 4px;
padding: 5px;
}
.prestation{
    text-align: center;
    margin-top: 20%;
}
.BtnPrestation{
   font-size: 17px; 
}
.ville{
    font-size: 15px;
}
/*PARTIE 2*/
.container, .container-fluid{
    color: #fff;
}

h1 {
    letter-spacing: 3px;
    font-size: 30px;
    padding-left: 16%;
    margin-top: 5%;
    text-shadow: 2px 3px #000;
}

h2{
    letter-spacing: 2px;
    font-size: 27px;
    padding-left: 23%;
    margin-bottom: 45px;
    text-shadow: 2px 3px #000;
}
h3{
    letter-spacing: 2px;
    text-align: center;
    font-size: 26px;
}
h4{
    text-align: center;
    font-size: 23px;
    padding-bottom: 20px;
}
.text-1{
    text-align: center;
    line-height: 1em;
    text-shadow: 2px 2px #000;
    font-size: 19px;
    letter-spacing: 1px;
}

.offreTitre{
    border:1px solid #000;
    background-color: #ebded4;
    color: #000;
    margin-bottom: 8%;
    margin-top: 8%;
    padding-top: 20px;
    border-radius: 100px;
    box-shadow: 5px 5px 15px #000;
}
.offreTexte{
    padding-left: 5%;
}
.btnOffre{
    text-align: center;
    margin-bottom: 15px;
}
.offre_1{
    width: 200px;
}

/* PARTIE 3*/
.pPartie3{
    text-align: center;
    font-size: 18px;
    margin-bottom: 3%;
    margin-top: 2%;
}
.ColorMarque{
    color: rgba(177, 132 , 45 ,1);
    font-size: 18px;
    font-weight: 600;
}
.imgMarques{
    text-align: center;
}
.sothys{
    margin-right: 10px;
    border-radius: 20px;
    width: 110px;
}
.baija{
    border-radius: 20px;
    width: 110px;
}
.LPG{
    margin-left: 10px;
    border-radius: 20px;
    width: 110px;
}
.nougatine{
    margin-left: 10px;
    border-radius: 20px;
    height: 110px;
}
.textShadow{
    text-shadow: 2px 3px #000;
}
.h3Spa{
    margin-top: 40px;
    margin-bottom: 30px;
}
.pFin{
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
}
