:root{
  --rose:#c98691;
  --rose-dark:#a95e6c;
  --rose-light:#f5e7e9;
  --cream:#fbf8f4;
  --taupe:#776b66;
  --text:#514b48;
  --white:#fff;
  --footer-rose:#c96d70;
  --footer-rose-dark:#b94345;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Montserrat",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.75}
a{color:var(--rose-dark);text-decoration:none;transition:.2s ease}
a:hover{color:var(--rose)}
img{max-width:100%;height:auto}
.site-header{background:#fff;box-shadow:0 2px 18px rgba(68,50,50,.08);z-index:1030}
.topbar{font-size:.82rem;background:var(--rose);color:#fff;padding:.35rem 0}
.topbar a{color:#fff}
.navbar{padding:1rem 0}
.navbar-brand img{width:250px;max-height:90px;object-fit:contain}
.navbar-nav .nav-link{color:#655d59;font-size:.87rem;text-transform:uppercase;font-weight:500;letter-spacing:.04em;padding:.9rem .72rem!important}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:var(--rose-dark)}
.dropdown-menu{border:0;border-radius:0;box-shadow:0 10px 25px rgba(0,0,0,.12);padding:.55rem 0}
.dropdown-item{font-size:.85rem;padding:.65rem 1.1rem;color:#615956}
.dropdown-item:hover,.dropdown-item:focus{background:var(--rose-light);color:var(--rose-dark)}
.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-.55rem}
/* HERO PAGE D’ACCUEIL */
.hero{
  position:relative;
  min-height:740px;
  display:flex;
  align-items:center;
  background:url('../../images/hero.jpg') center center/cover no-repeat;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(72,59,59,.42);
}
.hero .container{position:relative;z-index:1}
.hero-content{max-width:650px;padding:80px 0;color:#fff}
.hero-kicker{font-family:"Caveat",cursive;color:var(--rose-dark);font-size:1.6rem;font-style:normal}
.hero .hero-kicker{font-size:clamp(3.1rem,4.2vw,4.6rem);font-weight:400;line-height:1.1;letter-spacing:1px;color:#fff;margin-bottom:8px}
.hero h1{display:none}
.hero-subtitle{margin:0 0 32px;color:#fff;font-size:1.15rem;font-weight:400;line-height:1.5;letter-spacing:0;text-transform:none}
.hero .lead-soft{display:none}
.hero .btn-main{min-height:59px;padding:14px 21px;font-size:1.15rem;letter-spacing:0;text-transform:none}
.btn-main{display:inline-flex;align-items:center;gap:.5rem;background:var(--rose);color:#fff;border:1px solid var(--rose);border-radius:0;padding:.86rem 1.6rem;text-transform:uppercase;font-size:.78rem;letter-spacing:.09em}
.btn-main:hover{background:var(--rose-dark);border-color:var(--rose-dark);color:#fff}
.btn-outline-main{background:transparent;color:var(--rose-dark)}
.section{padding:90px 0}
.section-soft{background:var(--cream)}
.section-rose{background:var(--rose-light)}
.section-title{font-family:"Cormorant Garamond",serif;color:#6e615d;font-size:3rem;font-weight:500;margin-bottom:1rem}
.section-title:after{content:"";display:block;width:65px;height:1px;background:var(--rose);margin-top:17px}
.text-center .section-title:after{margin:17px auto 0}
.lead-soft{font-family:"Cormorant Garamond",serif;font-size:1.4rem;color:#857570}
.service-card{height:100%;background:#fff;border:0;box-shadow:0 8px 24px rgba(87,62,62,.08);transition:.25s ease;overflow:hidden}
.service-card:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(87,62,62,.14)}
.service-card img{width:100%;height:250px;object-fit:cover}
.service-card .card-body{padding:1.55rem}
.service-card h3{font-family:"Cormorant Garamond",serif;font-size:1.65rem;color:#6b5c57}
.service-card .more{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;font-weight:600}
.workshop-banner{position:relative;min-height:390px;display:flex;align-items:center;background:url('../../images/ateliers.jpg') center/cover no-repeat;color:#fff}
.workshop-banner:before{content:"";position:absolute;inset:0;background:rgba(106,74,78,.56)}
.workshop-banner .container{position:relative}
.workshop-banner .section-title{color:#fff}
.workshop-banner .section-title:after{background:#fff}
.page-hero{min-height:150px;display:flex;align-items:center;background:url('../../images/page-header.jpg') center/cover no-repeat;position:relative}
.page-hero:before{content:"";position:absolute;inset:0;background:rgba(78,59,57,.42)}
.page-hero .container{position:relative}
.page-hero h1{font-family:"Cormorant Garamond",serif;color:#fff;font-size:3.8rem;font-weight:500}
.breadcrumb{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;margin:0}
.breadcrumb-item,.breadcrumb-item a,.breadcrumb-item.active{color:#fff}
.content-image {
    width: 75%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 65px;
    overflow: hidden;
    display: block;
}
.content-box{background:var(--cream);padding:2.2rem}
.content-box h2,.content-main h2,.content-main h3{font-family:"Cormorant Garamond",serif;color:#6d5d59}
.content-main p{margin-bottom:1.25rem}
.cta-box{background:var(--rose-light);padding:2.2rem;margin-top:3rem;text-align:center}
.cta-box h3{font-size:2rem}
.contact-card{background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.09);padding:2.2rem;height:100%}
.contact-icon{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--rose-light);color:var(--rose-dark);font-size:1.1rem}
.form-control{border-radius:0;border:1px solid #ded7d3;padding:.8rem .95rem}
.form-control:focus{border-color:var(--rose);box-shadow:0 0 0 .2rem rgba(201,134,145,.15)}
/* FOOTER */
.site-footer{
  position:relative;
  background:var(--footer-rose);
  color:#fff;
  padding:70px 0 0;
}
.site-footer h4{
  font-family:"Caveat",cursive;
  color:#fff;
  font-size:1.8rem;
  font-weight:400;
  margin-bottom:1.25rem;
}
.site-footer p{color:rgba(255,255,255,.96)}
.site-footer a{color:#fff;text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline}
.site-footer ul{padding:0;margin:0;list-style:none}
.site-footer li{margin-bottom:.32rem;line-height:1.45}
.footer-logo{max-width:150px;filter:brightness(0) invert(1);opacity:.95}
.footer-bottom{
  position:relative;
  margin-top:55px;
  margin-right:calc(var(--bs-gutter-x) * -.5);
  margin-left:calc(var(--bs-gutter-x) * -.5);
  padding:18px calc(var(--bs-gutter-x) * .5);
  border-top:0;
  color:#fff;
  font-size:.82rem;
  z-index:1;
}
.footer-bottom:before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:var(--footer-rose-dark);
  z-index:-1;
}
.footer-bottom a{font-weight:600}
.tagline{letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-style:italic}
.back-to-top{position:fixed;right:22px;bottom:22px;width:44px;height:44px;border:0;background:var(--rose);color:#fff;display:none;align-items:center;justify-content:center;z-index:1050}
.back-to-top.show{display:flex}
.audio-box{background:var(--cream);padding:1.3rem;margin-bottom:1rem}
@media(max-width:991.98px){
 .navbar-brand img{width:205px}
 .hero{min-height:650px;background-position:center center}
 .hero-content{max-width:560px}
 .section{padding:65px 0}
 .dropdown-submenu>.dropdown-menu{position:static;margin:0 0 0 1rem;box-shadow:none;border-left:2px solid var(--rose-light)}
}
@media(max-width:767.98px){
 .hero{min-height:600px;align-items:flex-end;background-position:58% center}
 .hero:before{background:rgba(62,49,49,.5)}
 .hero-content{max-width:100%;padding:0 0 70px}
 .hero .hero-kicker{font-size:3rem}
 .hero-subtitle{font-size:1rem;margin-bottom:25px}
 .hero .btn-main{min-height:54px;padding:12px 18px;font-size:1rem}
 .footer-bottom{flex-direction:column;text-align:center;align-items:center}
}
@media(max-width:575.98px){
 .hero{min-height:540px;background-position:60% center}
 .hero-content{padding:0 8px 50px}
 .hero .hero-kicker{font-size:2.7rem}
 .page-hero h1{font-size:2.8rem}
 .section-title{font-size:2.4rem}
 .navbar-brand img{width:175px}
}
