.navbar{
background:#f6f4ef;
}

body{
font-family:'Playfair Display', serif;

}

/* NAVBAR */

.navbar-nav .nav-link{
color:#2f5a4a;
font-size:18px;
font-weight:500;
margin:0 10px;
position:relative;
}

.navbar-nav .nav-link:hover{
color:#2f8f63;
}

/* soulignement page active */

.navbar-nav .nav-link.active::after{
content:"";
position:absolute;
left:0;
bottom:-6px;
width:100%;
height:2px;
background:#2f5a4a;
}

.contact-nav a{
color:#2f5a4a;
text-decoration:none;
}

/* HERO */

.hero-section{
padding-top:120px;
}

.hero-title{
font-size:40px;
line-height:1.1;
color:#2f5a4a;
}

.hero-box{
background:#dde2da;
padding:40px;
border-radius:90px;
max-width:1200px;
margin:auto;
color:#2f5a4a;
font-size:17px;
line-height:1.7;
}

/* MASSAGE */

.massage-section{
padding-top:100px;
padding-bottom:100px;
}

.massage-title{
font-size:48px;
color:#2f5a4a;
margin-bottom:10px;
}

.massage-subtitle{
color:#2f5a4a;
font-size:18px;
max-width:600px;
margin:auto;
}

.massage-name{
margin-top:25px;
font-size:28px;
color:#2f5a4a;
}

.massage-text{
max-width:420px;
margin:auto;
color:#2f5a4a;
line-height:1.6;
}

.price{
font-weight:500;
display:block;
margin-top:5px;
}

/* MOBILE */

@media (max-width:768px){

.hero-title{
font-size:38px;
}

.hero-box{
padding:30px;
border-radius:40px;
}

.massage-title{
font-size:32px;
}

}

.tarifs-section{

background:#2f6b4d;
padding-top:40px;
padding-bottom:40px;
color:white;

}

.tarifs-title{

font-size: 40px;
line-height:1.1;
font-weight:500;
margin-bottom:20px;

}

.title-line{

width:70px;
height:2px;
background:white;

}

.tarifs-list{

margin-bottom:40px;
font-size:18px;
line-height:1.8;

}

.tarifs-list li{

margin-bottom:5px;
font-size: 16px;

}

.tarifs-text{

font-size:16px;
max-width:600px;
line-height:1.7;

}

@media (max-width:768px){

.tarifs-title{
font-size:36px;
margin-bottom:30px;
}

.tarifs-list{
font-size:17px;
}

.tarifs-text{
font-size:15px;
}

}

.map-section{

background:#f6f4ef;
padding-top:100px;
padding-bottom:100px;

}

.map-container{

border:2px solid #2f5a4a;
border-radius:5px;
overflow:hidden;

}

.map-container iframe{

width:100%;
height:500px;
border:0;

}


@media (max-width:768px){

.map-container iframe{

height:350px;

}

}

.contact-section{

background:#f6f4ef;
padding:20px 0;

}

.contact-header h2{

font-size:48px;
color:#2f5a4a;
margin-bottom:20px;

}

.contact-header p{

max-width:700px;
margin:auto;
color:#2f5a4a;
font-size:17px;
line-height:1.6;
margin-bottom:60px;

}

.contact-form{

max-width:700px;
margin:auto;

}

.contact-form label{

color:#2f5a4a;
margin-bottom:8px;
display:block;

}

.form-control{

border:1px solid #9fb3a8;
border-radius:4px;
padding:14px;
font-size:16px;

}

.form-control:focus{

border-color:#2f5a4a;
box-shadow:none;

}

.btn-contact{

width:100%;
background:#1f4d34;
color:white;
border:none;
padding:16px;
border-radius:6px;
font-size:18px;

}

.btn-contact:hover{

background:#163b29;

}

.hidden{
display:none;
}



.site-footer{

background:#f6f4ef;
padding-top:30px;
padding-bottom:20px;
border-top:1px solid #2f5a4a;

}

.footer-logo{

height:40px;
margin-bottom:20px;

}

.footer-text{

color:#2f5a4a;
font-size:14px;
max-width:320px;
line-height:1.6;

}

.footer-title{

color:#2f5a4a;
font-size:20px;
margin-bottom:15px;

}

.footer-phone{

color:#2f5a4a;
text-decoration:none;
font-size:15px;
font-weight: bold;
}

.footer-divider{


margin-bottom:20px;
border-color:#2f5a4a;

}

.footer-bottom{

color:#2f5a4a;
font-size:14px;

}


@media (max-width:768px){

.footer-text{
max-width:100%;
text-align:center;
margin:auto;
}

.footer-brand{
text-align:center;
}

}


























.gallery-section{
background:#f6f4ef;
padding:100px 0;
}

.gallery-header{
margin-bottom:80px;
}

.gallery-header h1{
font-size:48px;
color:#2f5a4a;
margin-bottom:10px;
}

.gallery-header p{
max-width:700px;
color:#2f5a4a;
font-size:16px;
line-height:1.6;
}

.gallery-grid{
row-gap:120px;
}

.gallery-item{
position:relative;
text-align:right;
}

.gallery-item img{
width:50%;
}

.gallery-number{
font-size:12px;
color:#2f5a4a;
display:block;
margin-top:8px;
}


@media (max-width:768px){

.gallery-item img{
width:100%;
}

.gallery-grid{
row-gap:60px;
}

.gallery-header h1{
font-size:36px;
}

}

















