/* ================================================
   OPEN ANTIBES — Tours & Sightseeing
   Feuille de style principale
   Couleurs : Rouge #e30613 · Bleu #3a5ba7 · Cyan #00bcd4 · Jaune #ffed00
   Polices : Montserrat (titres) · Source Sans 3 (texte)
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&display=swap');

/* --- VARIABLES --- */
:root {
  --red:         #e30613;
  --red-dark:    #b3040f;
  --red-light:   rgba(227,6,19,0.08);
  --blue:        #3a5ba7;
  --blue-dark:   #2b4680;
  --blue-light:  #eef2fa;
  --cyan:        #00bcd4;
  --cyan-dark:   #0097a9;
  --yellow:      #ffed00;
  --dark:        #212331;
  --dark-med:    #3c3950;
  --gray:        #5f727f;
  --light:       #f4f6f7;
  --white:       #ffffff;
  --font-title:  'Montserrat', sans-serif;
  --font-body:   'Source Sans 3', 'Source Sans Pro', sans-serif;
  --shadow:      0 6px 30px rgba(33,35,49,0.08);
  --shadow-lg:   0 16px 50px rgba(33,35,49,0.16);
  --radius:      10px;
  --radius-lg:   22px;
  --transition:  0.3s ease;
  --header-h:    96px;
}

/* --- RESET / BASE --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
[id] { scroll-margin-top: 110px; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--dark-med);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--red); }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark);
  margin: 0 0 0.6em;
}
h1 { font-size: 2.6rem; font-weight: 800; }
h2 { font-size: 2.1rem; font-weight: 800; }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.15rem; }
p { margin: 0 0 1rem; }
strong { font-weight: 700; }
.text-red { color: var(--red) !important; }
.text-blue { color: var(--blue) !important; }
.text-cyan { color: var(--cyan) !important; }
.text-yellow { color: var(--yellow) !important; }
.bg-light-blue { background: var(--blue-light); }
.fw-800 { font-weight: 800; }
::selection { background: var(--red); color: #fff; }

.container { max-width: 1200px; }
.container-narrow { max-width: 900px; margin: 0 auto; }

/* --- SKIP LINK --- */
.skip-link {
  position: absolute; left: -999px; top: 8px; z-index: 3000;
  background: var(--red); color: #fff; padding: 8px 16px; border-radius: 4px; font-weight: 700;
}
.skip-link:focus { left: 8px; color: #fff; }

/* ================================================
   TOP BAR
   ================================================ */
.top-bar {
  background: var(--blue);
  color: #fff;
  font-family: var(--font-title);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px 0;
}
.top-bar-inner {
  display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap;
}
.top-bar a { color: #fff; display: inline-flex; align-items: center; gap: 7px; }
.top-bar a:hover { color: var(--yellow); }
.top-bar .top-socials { display: inline-flex; gap: 14px; margin-left: 12px; }
.top-bar .top-socials a { font-size: 14px; }

/* ================================================
   NAVBAR
   ================================================ */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 20px rgba(33,35,49,0.08);
  transition: box-shadow var(--transition);
}
.navbar { padding: 0; }
.navbar > .container { min-height: var(--header-h); transition: min-height var(--transition); }
.navbar-brand { padding: 10px 0; margin: 0; }
.navbar-brand img {
  width: 90px; height: 90px; border-radius: 50%;
  transition: width var(--transition), height var(--transition);
}
.site-header.is-compact .navbar > .container { min-height: 72px; }
.site-header.is-compact .navbar-brand img { width: 62px; height: 62px; }
.navbar-nav .nav-link {
  font-family: var(--font-title);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--dark);
  padding: 10px 13px !important;
  border: 2px solid transparent;
  border-radius: 3px;
  transition: all var(--transition);
  white-space: nowrap;
}
.navbar-nav .nav-link:hover { color: var(--red); }
.navbar-nav .nav-link.active { color: var(--red); border-color: var(--red); }
.navbar-nav .nav-lang { display: inline-flex; align-items: center; gap: 6px; }
.navbar-nav .nav-lang img { width: 20px; height: 14px; border-radius: 2px; object-fit: cover; }
.navbar-nav .nav-lang.active { border-color: transparent; }
.navbar-toggler { border: 0; padding: 8px; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23e30613' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  .navbar-collapse { padding: 10px 0 20px; }
  .navbar-nav .nav-link { padding: 12px 6px !important; border: 0; border-bottom: 1px solid #eee; border-radius: 0; font-size: 14px; }
  .navbar-nav .nav-link.active { border-color: #eee; }
  .navbar-brand img { width: 70px; height: 70px; }
  .navbar > .container { min-height: 80px; }
}

/* Barre contact mobile (sous le menu) */
.mobile-contact { display: flex; gap: 18px; padding: 14px 6px 0; font-size: 14px; }
.mobile-contact a { color: var(--blue); font-weight: 600; }

/* ================================================
   BOUTONS
   ================================================ */
.btn-oa {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff !important;
  background: var(--red);
  border: 3px solid var(--cyan);
  border-radius: 4px;
  padding: 12px 30px;
  line-height: 1.3;
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
}
.btn-oa:hover, .btn-oa:focus { background: var(--dark); border-color: var(--cyan); color: #fff !important; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.18); }
.btn-oa-blue { background: var(--blue); border-color: var(--blue); }
.btn-oa-blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-oa-white { background: #fff; border-color: #fff; color: var(--red) !important; }
.btn-oa-white:hover { background: var(--red); border-color: var(--red); color: #fff !important; }
.btn-oa-outline { background: transparent; border-color: var(--red); color: var(--red) !important; }
.btn-oa-outline:hover { background: var(--red); border-color: var(--red); color: #fff !important; }
.btn-oa-lg { font-size: 16px; padding: 15px 40px; }
.btn-oa-sm { font-size: 12.5px; padding: 9px 20px; border-width: 2px; }
.btn-oa i { margin-right: 8px; }
.btn-group-oa { display: flex; flex-wrap: wrap; gap: 14px; }

/* ================================================
   HERO (grand bandeau avec image)
   ================================================ */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: var(--dark);
}
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  animation: heroZoom 18s ease-in-out infinite alternate;
}
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(33,35,49,0.35), rgba(33,35,49,0.55)); }
.hero-content { position: relative; z-index: 2; padding: 90px 15px; max-width: 1000px; }
.hero-title {
  font-family: var(--font-title);
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.15;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.75);
  margin-bottom: 10px;
}
.hero-title .accent { color: var(--red); display: block; }
.hero-sub {
  font-family: var(--font-title);
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
  margin-bottom: 30px;
}
.hero .btn-oa { font-size: 17px; padding: 14px 40px; }
.hero-anim > * { opacity: 0; transform: translateY(-40px); animation: heroIn 0.9s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-anim > *:nth-child(2) { animation-delay: 0.25s; }
.hero-anim > *:nth-child(3) { animation-delay: 0.5s; }
.hero-anim > *:nth-child(4) { animation-delay: 0.75s; transform: translateY(40px); }
@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }
.hero-scroll {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  z-index: 3; color: #fff; font-size: 22px; opacity: 0.8; animation: bounce 2s infinite;
}
@keyframes bounce { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,8px); } }
@media (max-width: 767.98px) {
  .hero { min-height: 62vh; }
  .hero-content { padding: 70px 15px; }
}

/* --- Bandeau de page (titre + image) --- */
.page-banner {
  position: relative;
  padding: 120px 0;
  text-align: center;
  color: #fff;
  background-color: var(--dark);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.page-banner::before { content: ''; position: absolute; inset: 0; background: rgba(33,35,49,0.55); }
.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.4rem); text-transform: uppercase; letter-spacing: 2px; text-shadow: 2px 2px 0 rgba(0,0,0,0.6); margin: 0; }
.page-banner p { font-size: 1.15rem; margin: 14px 0 0; opacity: 0.95; }
@media (max-width: 767.98px) { .page-banner { padding: 80px 0; } }

/* ================================================
   SECTIONS
   ================================================ */
.section { padding: 90px 0; }
.section-sm { padding: 60px 0; }
.section-light { background: var(--light); }
.section-blue-light { background: var(--blue-light); }
.section-dark { background: var(--dark); color: rgba(255,255,255,0.85); }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-red { background: var(--red); color: #fff; }
.section-red h1, .section-red h2, .section-red h3 { color: #fff; }
.section-blue { background: var(--blue); color: #fff; }
.section-blue h1, .section-blue h2, .section-blue h3 { color: #fff; }
@media (max-width: 767.98px) { .section { padding: 60px 0; } .section-sm { padding: 45px 0; } }

.section-title {
  font-size: clamp(1.7rem, 3.6vw, 2.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.15;
  margin-bottom: 20px;
}
.section-title .accent { color: var(--red); }
.section-title .accent-blue { color: var(--blue); }
.section-title.centered { text-align: center; }
.section-lead { font-size: 1.15rem; color: var(--gray); max-width: 820px; }
.section-lead.centered { margin: 0 auto 20px; text-align: center; }
.title-underline { width: 70px; height: 4px; background: var(--red); border-radius: 2px; margin: 0 0 28px; }
.title-underline.centered { margin: 0 auto 28px; }

/* Intro accueil (titre rouge uppercase + paragraphes centrés) */
.intro-title {
  font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--red);
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.intro-text { text-align: center; max-width: 960px; margin: 0 auto; font-size: 1.1rem; }
.intro-text p { margin-bottom: 0.8rem; }

/* Séparateur pointillé bleu */
.divider-dots {
  border: 0; height: 0; margin: 0 auto;
  border-top: 4px dotted var(--blue);
  max-width: 1200px;
  opacity: 1;
}

/* ================================================
   BLOCS IMAGE + TEXTE
   ================================================ */
.feature-img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.feature-img img { width: 100%; height: 100%; object-fit: cover; }
.feature-text h2 { margin-bottom: 18px; }
.feature-text p { font-size: 1.08rem; }
.feature-text .lead-red { color: var(--red); font-weight: 700; font-size: 1.15rem; }

/* ================================================
   INFORMATIONS PRATIQUES
   ================================================ */
.info-box {
  background: var(--blue);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 34px 32px;
  box-shadow: var(--shadow-lg);
}
.info-box h4, .info-box h3 {
  color: #fff; text-transform: uppercase; letter-spacing: 1px; font-size: 1.1rem;
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
.info-box h4 i, .info-box h3 i { color: var(--yellow); }
.info-box ul { list-style: none; padding: 0; margin: 0; }
.info-box li { position: relative; padding: 7px 0 7px 30px; border-bottom: 1px solid rgba(255,255,255,0.14); font-size: 1rem; line-height: 1.5; }
.info-box li:last-child { border-bottom: 0; }
.info-box li::before {
  content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; left: 0; top: 9px; color: var(--yellow); font-size: 14px;
}
.info-box li i { position: absolute; left: 0; top: 10px; color: var(--yellow); }
.info-box li strong { color: var(--yellow); font-weight: 700; }
.info-box ul ul { margin: 6px 0 0; }
.info-box ul ul li { padding-left: 22px; border: 0; font-size: 0.95rem; }
.info-box ul ul li::before { content: '\f105'; top: 8px; }
.info-box .flags { margin-top: 18px; background: #fff; padding: 10px 12px; border-radius: 8px; }
.info-box .btn-oa { margin-top: 20px; width: 100%; }

/* ================================================
   MANCHETTE DE RÉSERVATION FAREHARBOR (calendrier embarqué)
   ================================================ */
.fh-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); border: 1px solid #e3e8ec; overflow: hidden; }
.fh-card-head { background: var(--blue); color: #fff; padding: 22px 26px 18px; }
.fh-card-head h3 { color: #fff; font-size: 1.05rem; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 6px; display: flex; align-items: center; gap: 10px; }
.fh-card-head h3 i { color: var(--yellow); font-size: 1.2rem; }
.fh-card-head p { margin: 0; font-size: 0.95rem; opacity: 0.92; line-height: 1.5; }
.fh-calendar { padding: 16px 16px 4px; min-height: 320px; background: #fff; }
.fh-calendar iframe { width: 100% !important; max-width: 100%; display: block; border: 0; }
.fh-calendar .fh-noscript { font-size: 0.9rem; color: var(--gray); text-align: center; padding: 30px 10px; }
.fh-card-buttons { display: flex; flex-wrap: wrap; gap: 10px; padding: 10px 16px 22px; }
.fh-card-buttons .btn-oa { flex: 1 1 140px; padding-left: 16px; padding-right: 16px; }
.fh-sticky { position: sticky; top: 110px; }
@media (max-width: 991.98px) { .fh-sticky { position: static; } }

/* ================================================
   PRIX / PASS (encarts jaunes)
   ================================================ */
.price-card {
  background: var(--yellow);
  border-radius: var(--radius);
  padding: 38px 30px;
  text-align: center;
  height: 100%;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.price-card .price-kicker { font-family: var(--font-title); font-weight: 800; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; font-size: 1.1rem; margin: 0; }
.price-card .price-title { font-family: var(--font-title); font-weight: 800; color: var(--blue); text-transform: uppercase; font-size: 1.7rem; margin: 0 0 16px; }
.price-card .price-title .accent { color: var(--red); }
.price-card .price-line { font-size: 1.15rem; margin: 0 0 4px; color: var(--dark); }
.price-card .price-line .amount { font-family: var(--font-title); font-weight: 800; color: var(--red); font-size: 1.5rem; }
.price-card .price-note { font-size: 0.95rem; color: var(--dark-med); margin: 16px 0 0; font-style: italic; }
.plan-img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; display: block; position: relative; }
.plan-img img { width: 100%; }
.plan-img .zoom-hint {
  position: absolute; right: 14px; bottom: 14px; background: rgba(33,35,49,0.75); color: #fff;
  font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 20px; font-family: var(--font-title);
}

/* ================================================
   CTA PARALLAX / BANDEAU RESERVATION
   ================================================ */
.cta-band {
  position: relative;
  padding: 110px 0;
  text-align: center;
  color: #fff;
  background-color: var(--dark);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.cta-band::before { content: ''; position: absolute; inset: 0; background: rgba(33,35,49,0.6); }
.cta-band > .container { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; text-shadow: 1px 1px 0 rgba(0,0,0,0.5); }
.cta-band h2 .accent { color: var(--yellow); }
.cta-band p { font-size: 1.2rem; max-width: 760px; margin: 0 auto 26px; }
@media (max-width: 991.98px) { .cta-band { background-attachment: scroll; padding: 80px 0; } }

/* Bandeau Visites privées (fond rouge / bleu) */
.cta-private { background: linear-gradient(120deg, var(--red) 0%, #c20511 100%); color: #fff; padding: 70px 0; }
.cta-private h2 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.4rem); text-transform: uppercase; margin-bottom: 8px; }
.cta-private p { font-size: 1.2rem; margin-bottom: 0; opacity: 0.95; }
.cta-private .btn-oa { background: #fff; border-color: #fff; color: var(--red) !important; }
.cta-private .btn-oa:hover { background: var(--dark); border-color: var(--dark); color: #fff !important; }

/* ================================================
   DÉCOUVREZ — cartes photo
   ================================================ */
.discover-card {
  position: relative;
  display: block;
  height: 340px;
  border-radius: 0 50px 50px 50px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--dark);
}
.discover-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.discover-card:hover img { transform: scale(1.08); }
.discover-card .discover-caption {
  position: absolute; inset: auto 0 0 0;
  padding: 90px 26px 26px;
  background: linear-gradient(to top, rgba(33,35,49,0.9) 0%, rgba(33,35,49,0) 100%);
  color: #fff;
}
.discover-card .discover-city { font-family: var(--font-title); font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: var(--yellow); font-size: 0.9rem; display: block; margin-bottom: 4px; }
.discover-card h3 { color: #fff; font-size: 1.2rem; margin: 0; line-height: 1.35; }
@media (max-width: 575.98px) { .discover-card { height: 280px; } }

/* ================================================
   ARRÊTS / HORAIRES
   ================================================ */
.stop-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 26px 26px 26px 30px;
  box-shadow: var(--shadow);
  border-left: 5px solid var(--red);
  height: 100%;
  transition: transform var(--transition), box-shadow var(--transition);
}
.stop-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.stop-card .stop-num {
  display: inline-block; background: var(--red); color: #fff; font-family: var(--font-title); font-weight: 800;
  font-size: 12px; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 10px;
}
.stop-card.stop-train .stop-num { background: var(--blue); }
.stop-card.stop-train { border-left-color: var(--blue); }
.stop-card h3 { font-size: 1.25rem; margin-bottom: 10px; color: var(--dark); }
.stop-card p { font-size: 1rem; margin-bottom: 12px; }
.stop-card .stop-address { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; color: var(--blue); margin-bottom: 10px; line-height: 1.4; }
.stop-card .stop-address i { color: var(--red); margin-top: 4px; }
.stop-card .stop-address a:hover { text-decoration: underline; }
.stop-card .stop-times { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.stop-card .stop-times li { background: var(--blue-light); color: var(--blue-dark); font-family: var(--font-title); font-weight: 700; font-size: 13px; padding: 4px 10px; border-radius: 6px; }
.stop-card .stop-extra { font-size: 0.95rem; color: var(--red); font-weight: 600; margin: 10px 0 0; }
.stop-warning { background: #fff4e5; border-left: 5px solid #f79468; padding: 16px 22px; border-radius: 6px; font-weight: 600; color: #7a4100; }

/* ================================================
   MOSAÏQUE PHOTOS (galerie lightbox)
   ================================================ */
.mosaic { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; grid-auto-flow: dense; gap: 14px; }
.mosaic a { display: block; overflow: hidden; border-radius: var(--radius); position: relative; background: var(--dark); }
.mosaic a img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease, filter 0.4s ease; }
.mosaic a::after {
  content: '\f00e'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 30px; background: rgba(227,6,19,0.35); opacity: 0; transition: opacity var(--transition);
}
.mosaic a:hover::after { opacity: 1; }
.mosaic a:hover img { transform: scale(1.08); }
.mosaic .tall { grid-row: span 2; }
.mosaic .wide { grid-column: span 2; }
@media (max-width: 767.98px) {
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; gap: 10px; }
  .mosaic .wide { grid-column: span 2; }
}

/* ================================================
   OFFRE COMBINÉE
   ================================================ */
.combo-box {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.combo-box .combo-text { padding: 50px 46px; }
.combo-box .combo-kicker { font-family: var(--font-title); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 1rem; color: var(--yellow); margin-bottom: 8px; }
.combo-box h2, .combo-box h3 { color: #fff; text-transform: uppercase; font-size: clamp(1.4rem, 2.6vw, 2rem); margin-bottom: 6px; }
.combo-box h2 .accent, .combo-box h3 .accent { color: var(--yellow); }
.combo-box .combo-sub { font-family: var(--font-title); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 0.95rem; opacity: 0.9; margin-bottom: 26px; }
.combo-box .combo-img { min-height: 320px; background: #fff; display: flex; align-items: center; }
.combo-box .combo-img img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 767.98px) { .combo-box .combo-text { padding: 34px 26px; } .combo-box .combo-img { min-height: 220px; } }

/* ================================================
   FAQ ACCORDÉON
   ================================================ */
.faq-accordion .accordion-item { border: 0; border-radius: var(--radius) !important; margin-bottom: 14px; box-shadow: var(--shadow); overflow: hidden; }
.faq-accordion .accordion-button {
  font-family: var(--font-title); font-weight: 700; font-size: 1.05rem; color: var(--dark);
  padding: 20px 24px; background: #fff; box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) { background: var(--blue); color: #fff; }
.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e30613'%3e%3cpath d='M8 2a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2H9v4a1 1 0 1 1-2 0V9H3a1 1 0 0 1 0-2h4V3a1 1 0 0 1 1-1z'/%3e%3c/svg%3e");
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M3 7h10a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2z'/%3e%3c/svg%3e");
  transform: none;
}
.faq-accordion .accordion-button:focus { box-shadow: none; }
.faq-accordion .accordion-body { padding: 22px 26px; font-size: 1.05rem; background: #fff; }

/* ================================================
   CONTACT
   ================================================ */
.contact-box {
  position: relative; display: block; border-radius: var(--radius-lg); overflow: hidden; color: #fff;
  min-height: 240px; background-size: cover; background-position: center; box-shadow: var(--shadow-lg);
  text-align: center; padding: 50px 24px;
}
.contact-box::before { content: ''; position: absolute; inset: 0; background: rgba(58,91,167,0.72); transition: background var(--transition); }
.contact-box:hover::before { background: rgba(227,6,19,0.78); }
.contact-box > * { position: relative; z-index: 2; }
.contact-box i.icon { font-size: 40px; color: var(--yellow); margin-bottom: 14px; display: block; }
.contact-box h5 { color: #fff; text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.95rem; margin-bottom: 8px; }
.contact-box a, .contact-box .value { color: #fff; font-family: var(--font-title); font-weight: 700; font-size: 1.35rem; word-break: break-word; }
.contact-box a:hover { color: var(--yellow); }

.form-oa .form-control, .form-oa .form-select {
  border: 2px solid #dfe5e8; border-radius: 6px; padding: 13px 18px; font-family: var(--font-body); font-size: 1rem;
  background: #fff; color: var(--dark); transition: border-color var(--transition), box-shadow var(--transition);
}
.form-oa .form-control:focus, .form-oa .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(58,91,167,0.12); }
.form-oa .form-control::placeholder { color: #99a9b5; }
.form-oa label { font-family: var(--font-title); font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--blue); margin-bottom: 6px; }
.form-oa .form-control.is-invalid { border-color: var(--red); }
.form-oa .invalid-feedback { font-size: 0.85rem; }
.form-oa .form-check-label { font-size: 0.9rem; color: var(--gray); }
.form-oa .hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form-message { display: none; padding: 14px 18px; border-radius: 6px; margin-top: 16px; font-weight: 600; }
.form-message.success { display: block; background: #e6f7ef; color: #146c43; border-left: 5px solid #198754; }
.form-message.error { display: block; background: #fdecee; color: #a4050f; border-left: 5px solid var(--red); }
.form-card { background: #fff; border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-lg); }
@media (max-width: 575.98px) { .form-card { padding: 26px 20px; } }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.map-embed iframe { display: block; width: 100%; height: 380px; border: 0; }

/* ================================================
   PAGES LÉGALES / TEXTE LONG
   ================================================ */
.legal-content { max-width: 920px; margin: 0 auto; font-size: 1.02rem; }
.legal-content h2 { font-size: 1.25rem; text-transform: uppercase; color: var(--blue); margin: 40px 0 14px; letter-spacing: 0.5px; border-left: 4px solid var(--red); padding-left: 14px; }
.legal-content h3 { font-size: 1.05rem; color: var(--dark); margin: 26px 0 8px; }
.legal-content p, .legal-content li { text-align: justify; }
.legal-content ul { padding-left: 22px; }
.legal-content li { margin-bottom: 6px; }
.legal-content .legal-box { background: var(--blue-light); border-radius: var(--radius); padding: 24px 28px; margin-bottom: 30px; }
.legal-content .legal-box p { margin-bottom: 6px; text-align: left; }

/* ================================================
   PAGE 404
   ================================================ */
.page-404 { padding: 110px 0; text-align: center; }
.page-404 .code { font-family: var(--font-title); font-size: clamp(5rem, 15vw, 9rem); font-weight: 900; color: var(--red); line-height: 1; margin-bottom: 10px; }
.page-404 h1 { text-transform: uppercase; letter-spacing: 2px; }
.page-404 p { font-size: 1.2rem; max-width: 620px; margin: 0 auto 28px; }

/* ================================================
   FOOTER
   ================================================ */
.site-footer { background: var(--dark); color: rgba(255,255,255,0.78); padding: 70px 0 0; font-size: 15px; }
.site-footer h4 { color: #fff; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.site-footer h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; background: var(--red); border-radius: 2px; }
.site-footer a { color: rgba(255,255,255,0.78); }
.site-footer a:hover { color: var(--yellow); }
.site-footer .footer-brand img { width: 110px; height: 110px; border-radius: 50%; margin-bottom: 16px; }
.site-footer .footer-brand p { font-size: 14.5px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer .footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.site-footer .footer-contact i { color: var(--red); margin-top: 5px; width: 16px; text-align: center; }
.site-footer .footer-socials { display: flex; gap: 10px; margin-top: 18px; }
.site-footer .footer-socials a {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border-radius: 50%; background: rgba(255,255,255,0.08); color: #fff; font-size: 16px; transition: all var(--transition);
}
.site-footer .footer-socials a:hover { background: var(--red); color: #fff; transform: translateY(-3px); }
.site-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 50px; padding: 20px 0; font-size: 13.5px; }
.site-footer .footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.site-footer .footer-bottom a { font-weight: 600; }

/* ================================================
   DIVERS : back-to-top, bouton flottant, reveal, lightbox
   ================================================ */
.back-to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 900;
  width: 46px; height: 46px; border-radius: 50%; background: var(--blue); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 16px;
  opacity: 0; visibility: hidden; transform: translateY(15px); transition: all var(--transition); box-shadow: var(--shadow-lg);
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--red); color: #fff; }

.float-book {
  position: fixed; left: 22px; bottom: 22px; z-index: 900;
  opacity: 0; visibility: hidden; transform: translateY(15px); transition: all var(--transition);
  box-shadow: var(--shadow-lg);
}
.float-book.show { opacity: 1; visibility: visible; transform: translateY(0); }
@media (max-width: 575.98px) {
  .float-book { left: 12px; bottom: 12px; font-size: 12px; padding: 10px 16px; }
  .back-to-top { right: 12px; bottom: 12px; width: 40px; height: 40px; }
}

.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-bg { animation: none; }
  .hero-anim > * { animation: none; opacity: 1; transform: none; }
}

.lightbox {
  position: fixed; inset: 0; z-index: 2000; background: rgba(15,16,25,0.94);
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 100%; max-height: 92vh; width: auto; height: auto; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute; background: rgba(255,255,255,0.12); color: #fff; border: 0; border-radius: 50%;
  width: 46px; height: 46px; font-size: 26px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
}
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover { background: var(--red); }
.lightbox__close { top: 20px; right: 20px; }
.lightbox__prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 16px; top: 50%; transform: translateY(-50%); }
.lightbox__caption { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 14px; background: rgba(0,0,0,0.5); padding: 6px 14px; border-radius: 20px; max-width: 90%; text-align: center; }

/* Icônes avantages (accueil) */
.perk { text-align: center; padding: 26px 18px; }
.perk .perk-icon {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 16px; background: var(--red-light); color: var(--red);
  display: flex; align-items: center; justify-content: center; font-size: 28px; transition: all var(--transition);
}
.perk:hover .perk-icon { background: var(--red); color: #fff; transform: rotateY(180deg); }
.perk h3 { font-size: 1.05rem; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.perk p { font-size: 0.95rem; color: var(--gray); margin: 0; }

/* Carte blanche avec icône */
.icon-card { background: #fff; border-radius: var(--radius-lg); padding: 38px 34px; box-shadow: var(--shadow); height: 100%; transition: transform var(--transition), box-shadow var(--transition); }
.icon-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.icon-card .icon-card-icon { width: 64px; height: 64px; border-radius: 16px; background: var(--red-light); color: var(--red); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px; }
.icon-card h2, .icon-card h3 { font-size: 1.4rem; margin-bottom: 14px; }
.icon-card p:last-child { margin-bottom: 0; }

/* Liste à puces stylée */
.list-check { list-style: none; padding: 0; margin: 0 0 20px; }
.list-check li { position: relative; padding: 5px 0 5px 30px; }
.list-check li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; top: 7px; color: var(--red); }

/* Utilitaires */
.rounded-oa { border-radius: var(--radius-lg) !important; }
.shadow-oa { box-shadow: var(--shadow-lg) !important; }
.mt-6 { margin-top: 4rem !important; }
.mb-6 { margin-bottom: 4rem !important; }
.text-shadow { text-shadow: 1px 1px 0 rgba(0,0,0,0.5); }

/* Impression */
@media print {
  .top-bar, .site-header, .site-footer, .back-to-top, .float-book, .hero-scroll { display: none !important; }
  .hero { min-height: auto; }
}
