
:root{
  --yellow:#f2c400;
  --yellow2:#ffd44d;
  --navy:#18123c;
  --text:#1a1a1a;
  --muted:#5b5b5b;
  --line:#ececec;
  --soft:#f6f6f8;
  --wrap:1180px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family: Arial, Helvetica, sans-serif; color:var(--text); background:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(var(--wrap), calc(100% - 40px)); margin:0 auto}

.top{position:sticky; top:0; z-index:50; background:#fff}
.top__bar{border-bottom:1px solid var(--line)}
.top__barInner{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:10px 0}
.top__logo{height:64px; width:auto}
.top__yellow{height:10px; background:var(--yellow)}

.nav{display:flex; align-items:center; gap:16px; flex-wrap:wrap}
.nav a{font-size:14px; padding:10px 10px}
.nav a:hover{color:var(--navy)}
.nav__cta{background:var(--yellow); border-radius:999px; font-weight:700; padding:10px 14px}

.top__right{display:flex; align-items:center; gap:12px}
.telBox{display:flex; align-items:center; gap:8px; font-weight:700}
.telBox__icon{background:var(--yellow); width:28px; height:28px; display:grid; place-items:center; border-radius:6px; font-size:14px}
.telBox__num{font-weight:800}
.social{display:flex; gap:8px}
.social__btn{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;color:#333;font-weight:800}

.burger{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 10px;font-weight:800}

.hero{position:relative}
.hero__frame{position:absolute; top:0; bottom:0; width:38px; background:var(--yellow); z-index:1}
.hero__frame--left{left:0}
.hero__frame--right{right:0}
.hero__bg{height:520px; background-size:cover; background-position:center; border-top:4px solid var(--yellow); border-bottom:4px solid var(--yellow)}
.hero__inner{position:absolute; inset:0; z-index:2; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:0 10px}
.hero__top{margin:0; font-size:14px; letter-spacing:.12em; text-transform:uppercase; color:#222}
.hero__title{margin:18px 0 0; font-size:56px; color:var(--navy); font-weight:800; letter-spacing:.02em}
.hero__actions{margin-top:18px; display:flex; gap:10px; flex-wrap:wrap; justify-content:center}
.hero__chips{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap; justify-content:center}

.hero__badges{position:absolute; left:10px; top:84px; z-index:3; display:flex; flex-direction:column; gap:10px}
.hero__badges img{width:92px; background:#fff; padding:6px; border-radius:8px; border:1px solid var(--line)}

.chip{border:1px solid rgba(0,0,0,.12); padding:8px 12px; border-radius:999px; font-size:13px; background:#fff}

.hero__bg{will-change:transform; transform:translate3d(0,0,0); }
.hero__inner{will-change:transform; }

.heroServices{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  font-weight:900;
  color:rgba(24,18,60,.92);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
}
.heroServices span{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(0,0,0,.10);
  padding:8px 12px;
  border-radius:999px;
  backdrop-filter: blur(6px);
}
.heroServices i{
  width:6px;height:6px;border-radius:999px;background:var(--yellow);
  display:inline-block;
  opacity:.95;
}

@media (max-width:760px){
  .heroServices{letter-spacing:.10em; font-size:11px}
  .heroServices span{padding:7px 10px}
  .heroServices i{display:none}
}


.btn{display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:12px 18px; font-weight:800; border:2px solid transparent}
.btn--yellow{background:var(--yellow); color:#111}
.btn--yellow:hover{filter:brightness(.98)}
.btn--ghost{background:#fff; border-color:var(--yellow); color:#111}
.btn--ghost:hover{background:rgba(242,196,0,.12)}
.btn--full{width:100%}

.quoteBand{padding:42px 0 54px; background:#fff}
.quoteCard{width:min(920px, 100%); margin:0 auto; display:grid; grid-template-columns: 1fr 140px; overflow:hidden}
.quoteCard__panel{background:var(--navy); color:#fff; padding:46px 26px; min-height:230px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center}
.quoteCard__accent{background:var(--yellow2)}
.quote{margin:0; font-size:16px; line-height:1.85; max-width:660px}
.is-hidden{display:none}
.dots{display:flex; gap:10px; margin-top:26px}
.dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:transparent;cursor:pointer}
.dot.is-on{background:#fff}

.section{padding:60px 0}
.section--soft{background:var(--soft)}
.headline{display:grid; grid-template-columns: 1fr 1.2fr; gap:26px; align-items:start; margin-bottom:34px}
.headline__kicker{font-size:12px; letter-spacing:.3em; text-transform:uppercase; margin-top:12px}
.headline__big{font-size:58px; font-weight:900; color:var(--navy); letter-spacing:.05em}
.headline__block{width:180px; height:18px; background:var(--yellow); margin-top:-10px}
.headline__text{font-size:13px; color:#333; line-height:1.75; margin-top:18px}

.expertGrid{display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:34px; text-align:center}
.expert__icon{width:78px;height:78px; border-radius:999px; background:var(--yellow); display:grid; place-items:center; margin:0 auto 14px; font-size:26px}
.expert__title{margin:0 0 10px; font-size:12px; letter-spacing:.26em; text-transform:uppercase; line-height:1.6}
.expert__text{margin:0; font-size:12px; color:var(--muted); line-height:1.75}

.services{margin-top:34px; border-top:1px solid var(--line); padding-top:24px}
.services__title{font-weight:900; color:var(--navy); letter-spacing:.12em; text-transform:uppercase; font-size:12px}
.services__grid{margin-top:14px; display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:10px}
.service{padding:12px 14px; border:1px solid var(--line); border-radius:12px; background:#fff; font-weight:700}

.sectionTitle{font-size:54px; font-weight:900; color:var(--navy); letter-spacing:.04em}
.sectionTitle span{font-size:12px; letter-spacing:.3em; color:#111; text-transform:uppercase; margin-right:10px}
.sectionText{margin:12px 0 0; color:#333; line-height:1.8; max-width:900px}

.gallery{margin-top:18px; display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:12px}
.shot{border:1px solid var(--line); background:#fff; overflow:hidden}
.shot img{width:100%; height:190px; object-fit:cover; transition:transform .25s ease}
.shot:hover img{transform:scale(1.03)}

.banner{margin-top:18px; border-top:10px solid var(--yellow); position:relative; overflow:hidden}
.banner__bg{height:220px; background-size:cover; background-position:center; filter:saturate(1.05)}
.banner__content{position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center}
.banner__kicker{color:#fff; letter-spacing:.28em; text-transform:uppercase; font-weight:800; font-size:12px}
.banner__title{color:#fff; font-size:58px; font-weight:900; letter-spacing:.06em; margin-top:10px; text-shadow:0 6px 28px rgba(0,0,0,.35)}

.pricing__box{margin-top:18px; border:1px solid var(--line); padding:18px; background:#fff; line-height:1.8; color:#333}
.ctaRow{margin-top:16px; display:flex; gap:12px; flex-wrap:wrap}
.trust{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}
.trust__item{background:rgba(242,196,0,.14); border:1px solid rgba(242,196,0,.35); padding:8px 12px; border-radius:999px; font-weight:800; font-size:13px}

.reserveGrid{margin-top:18px; display:grid; grid-template-columns: 1fr 1fr; gap:14px}
.reserveCard{border:1px solid var(--line); background:#fff; padding:16px}
.reserveCard h3{margin:0 0 10px; color:var(--navy)}
.miniForm{display:grid; gap:10px}
label{font-weight:800}
input,select,textarea{width:100%; padding:12px 12px; border:1px solid var(--line); border-radius:10px; outline:none}
input:focus,select:focus,textarea:focus{border-color:rgba(242,196,0,.8); box-shadow:0 0 0 3px rgba(242,196,0,.18)}
.status{margin:0; font-size:13px; color:#666}

.footer{background:var(--navy); color:#fff; padding:40px 0 18px; border-top:10px solid var(--yellow)}
.footer__inner{display:grid; grid-template-columns: .9fr 1.1fr; gap:24px; align-items:start}
.footer__nav a{display:block; padding:10px 0; color:#fff; opacity:.9}
.footer__nav a:hover{opacity:1}
.footer__kicker{letter-spacing:.3em; text-transform:uppercase; font-weight:800; font-size:12px; color:var(--yellow2)}
.footer__title{font-size:26px; font-weight:900; margin-top:6px}
.footer__line{margin-top:10px; line-height:1.6; opacity:.95}
.footer__line span{opacity:.8}
.footer__actions{margin-top:16px}
.footer__bottom{margin-top:18px; padding-top:14px; border-top:1px solid rgba(255,255,255,.18); opacity:.85; font-size:13px}

.mobileBar{display:none; position:fixed; left:12px; right:12px; bottom:12px; z-index:80; background:#fff; border:1px solid var(--line); border-radius:14px; padding:10px; gap:10px; box-shadow:0 18px 40px rgba(0,0,0,.10)}
.mobileBar__btn{flex:1; text-align:center; padding:12px 10px; border-radius:12px; font-weight:900; border:1px solid var(--line); background:#fff}
.mobileBar__btn--accent{background:var(--yellow); border-color:var(--yellow)}

@media (max-width: 980px){
  .headline{grid-template-columns:1fr}
  .expertGrid{grid-template-columns: repeat(2, minmax(0,1fr))}
  .gallery{grid-template-columns: repeat(2, minmax(0,1fr))}
  .reserveGrid{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .hero__frame{display:none}
  .hero__badges{display:none}
  .hero__bg{height:420px}
  .hero__title{font-size:34px}
  .quoteCard{grid-template-columns:1fr 110px}
  .sectionTitle{font-size:40px}
  .gallery{grid-template-columns:1fr}
  .expertGrid{grid-template-columns:1fr}
  .services__grid{grid-template-columns:1fr}
  .top__right{display:none}
  .nav{display:none}
  .burger{display:inline-flex}
  .mobileBar{display:flex}
  body{padding-bottom:86px}
}

/* Smooth scroll */
html{scroll-behavior:smooth}


/* --- Expertises (style Wix, aligné à gauche) --- */
.expLayout{
  display:grid;
  grid-template-columns: 440px 1fr;
  gap:34px;
  align-items:start;
  margin-bottom:34px;
}
.expLeft{position:relative; padding-top:6px}
.expNos{font-size:12px; letter-spacing:.32em; text-transform:uppercase; color:#222; margin-bottom:14px}
.expTitleLine{display:flex; align-items:flex-end; line-height:1}
.expE{
  font-size:168px;
  font-weight:900;
  color:var(--yellow);
  opacity:.95;
  margin-right:-18px;
  transform:translateY(10px);
}
.expWord{
  font-size:64px;
  font-weight:900;
  color:var(--navy);
  letter-spacing:.08em;
}
.expMiniBar{width:210px; height:16px; background:var(--yellow); margin-top:10px}
.expRight p{margin:0 0 14px; color:#333; line-height:1.85; font-size:13px}

/* --- Tarifs banner overlay like Wix --- */
.banner{border-top:10px solid var(--yellow)}
.banner::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(24,18,60,.62), rgba(24,18,60,.42));
  pointer-events:none;
}
.banner__content{z-index:1}
.banner__bg{filter: blur(1px) saturate(1.05) brightness(.95); transform:scale(1.06)}

/* Card style closer to Wix */
.pricing__box{
  border-radius:18px;
  padding:26px;
}
.trust__item{
  background:rgba(242,196,0,.10);
  border:1px solid rgba(242,196,0,.30);
}

/* --- Reservation title like Wix --- */
.resTitle{
  display:flex;
  align-items:baseline;
  gap:18px;
  margin-bottom:8px;
}
.resKicker{
  font-size:12px;
  letter-spacing:.32em;
  text-transform:uppercase;
  color:#222;
}
.resBig{
  font-size:64px;
  font-weight:900;
  color:var(--navy);
  letter-spacing:.08em;
}

/* --- Contact section (like Wix) --- */
.contactTitle{margin-bottom:18px}
.contactKicker{font-size:12px; letter-spacing:.32em; text-transform:uppercase; color:#222}
.contactBig{font-size:44px; font-weight:900; color:var(--navy); letter-spacing:.05em; margin-top:8px}
.contactGrid{display:grid; grid-template-columns: 1fr 1.1fr; gap:14px; align-items:start}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
}
.card__title{font-weight:900; color:var(--navy); margin-bottom:12px}
.card__line{line-height:1.8; color:#333}
.mapCard{
  margin-top:14px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
}
.mapCard iframe{width:100%; height:320px; border:0}
.formCard textarea{resize:vertical}
.formRow{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.field{display:grid; gap:8px; margin-top:10px}
.check{display:flex; gap:10px; align-items:flex-start; margin-top:12px; color:#333}
.check input{margin-top:3px}
.formActions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

@media (max-width: 980px){
  .expLayout{grid-template-columns:1fr}
  .expE{font-size:130px}
  .expWord{font-size:54px}
  .contactGrid{grid-template-columns:1fr}
  .formRow{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .resBig{font-size:46px}
  .contactBig{font-size:34px}
}


/* --- Titres : réduire taille (comme Wix) --- */
.expE{font-size:132px !important;}
.expWord{font-size:50px !important;}
.contactBig{font-size:34px !important;}
.sectionTitle{font-size:38px !important;}

/* --- Tarifs : bandeau plus grand, titre sur la photo --- */
.banner--tall{height:320px;}
.banner--tall .banner__content h3{font-size:56px; letter-spacing:.08em;}
.banner--tall .banner__content .kicker{font-size:13px;}

/* --- Réalisations : mosaïque type Wix --- */
.mosaic{
  display:grid;
  grid-template-columns: 1.25fr .9fr 1.25fr;
  grid-template-rows: 220px 220px;
  gap:14px;
  align-items:stretch;
}
.mosaic__item{border-radius:16px; overflow:hidden; position:relative; background:#f2f2f2; border:1px solid var(--line);}
.mosaic__item img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s ease;}
.mosaic__item:hover img{transform:scale(1.04);}
.mosaic__item.a{grid-column:1; grid-row:1 / span 2;}
.mosaic__item.b{grid-column:2; grid-row:1;}
.mosaic__item.c{grid-column:2; grid-row:2;}
.mosaic__item.d{grid-column:3; grid-row:1 / span 2;}

@media (max-width:980px){
  .mosaic{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 220px 220px;
  }
  .mosaic__item.a{grid-column:1 / span 2; grid-row:1;}
  .mosaic__item.b{grid-column:1; grid-row:2;}
  .mosaic__item.c{grid-column:2; grid-row:2;}
  .mosaic__item.d{grid-column:1 / span 2; grid-row:3;}
  .banner--tall{height:260px;}
}
@media (max-width:560px){
  .banner--tall{height:220px;}
  .banner--tall .banner__content h3{font-size:40px;}
}
