/* seo.css — styles H1 (identiques aux H2 du template) pour un référencement propre.
   Chargé après style.css. Ne modifie pas l'apparence : reproduit les règles des titres. */

/* Titre de bannière (pages internes) */
.wpo-page-title .wpo-breadcumb-wrap h1 {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

/* Titre du hero (accueil) */
.wpo-hero-section-1 .wpo-hero-title h1,
.wpo-hero-section-2 .wpo-hero-title h1 {
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
  margin: 10px 0 25px;
  margin-top: 0;
}
.wpo-hero-section-1 .wpo-hero-title h1 span,
.wpo-hero-section-2 .wpo-hero-title h1 span {
  color: #0c7f8c;
}

/* Listes des pages locales */
.lumineau-list { list-style: none; padding-left: 0; margin: 20px 0; }
.lumineau-list li { position: relative; padding-left: 30px; margin-bottom: 12px; line-height: 1.5; }
.lumineau-list li:before { content: "\2714"; position: absolute; left: 0; top: 0; color: #0c7f8c; font-weight: 700; }
.wpo-about-text h2 { margin: 25px 0 15px; }
.wpo-about-text .wpo-faq-section { margin-top: 40px; }

/* --- Avatars temoignages : pastille d'initiales (vrais avis Google, sans photo) --- */
.lumineau-avatar { width: 70px; height: 70px; border-radius: 50%; background: #0c7f8c; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }

/* --- Mention "Membre du réseau Tips" (footer) --- */
.wpo-site-footer .about-widget .lumineau-reseau { margin-top: 14px; font-size: 14px; opacity: .85; }
.wpo-site-footer .about-widget .lumineau-reseau a { color: #40c5cc; font-weight: 700; text-decoration: none; }
.wpo-site-footer .about-widget .lumineau-reseau a:hover { text-decoration: underline; }

/* --- Bloc CTA "Avis Google" --- */
.lumineau-google-reviews { text-align: center; margin-top: 35px; }
.lumineau-google-reviews .lgr-stars { color: #ffb400; font-size: 30px; letter-spacing: 4px; line-height: 1; }
.lumineau-google-reviews .lgr-note { margin: 12px 0 22px; color: #12283c; font-size: 18px; }
.lumineau-google-reviews .lgr-note strong { color: #0c7f8c; font-size: 22px; }

/* --- Champ anti-spam (honeypot) : totalement masque --- */
.lumineau-hp { position: absolute !important; left: -9999px !important; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* --- Logo Lumin-eau --- */
.wpo-site-header .navbar-brand img { max-height: 58px; width: auto; }
.wpo-site-footer .about-widget .logo img { max-height: 60px; width: auto; }

/* --- Menu desktop sur une seule ligne --- */
@media (min-width: 992px) {
  .wpo-site-header .navigation-holder .navbar-nav { flex-wrap: nowrap; }
  .wpo-site-header .navigation-holder .navbar-nav > li > a { white-space: nowrap; padding-left: 12px; padding-right: 12px; }
}

/* --- Bandes logos : certifications & marques partenaires --- */
.lumineau-badges { padding: 50px 0 20px; }
.lumineau-brands { padding: 20px 0; }
.lumineau-logo-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 26px 46px; margin-top: 15px; }
.lumineau-logo-row.certifs { gap: 34px 70px; }
.lumineau-logo-row.certifs img { max-height: 185px; width: auto; }
.lumineau-logo-row.brands img { max-height: 105px; width: auto; filter: grayscale(100%); opacity: .72; transition: all .3s ease; }
.lumineau-logo-row.brands img:hover { filter: none; opacity: 1; }
@media (max-width: 991px) {
  .lumineau-logo-row.certifs img { max-height: 140px; }
  .lumineau-logo-row.brands img { max-height: 80px; }
}
@media (max-width: 767px) {
  .lumineau-logo-row { gap: 24px 36px; }
  .lumineau-logo-row.certifs img { max-height: 110px; }
  .lumineau-logo-row.brands img { max-height: 62px; }
}

/* --- Hero accueil : photo plein cadre + voile + texte blanc --- */
.wpo-hero-section-1 {
  background: url(../images/slider/hero-home.jpg) no-repeat center center;
  background-size: cover;
  min-height: 900px;
  height: auto;
  padding: 90px 0 360px;
  display: flex;
  align-items: center;
}
/* Le contenu (texte + boutons) doit rester au-dessus des cercles blancs "features" */
@media (min-width: 992px) {
  .wpo-features-section, .wpo-features-section-s2 { margin-top: -110px; }
}
.wpo-hero-section-1:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  clip-path: none;
  -webkit-clip-path: none;
  background: linear-gradient(90deg, rgba(9,30,45,0.80) 0%, rgba(9,30,45,0.48) 40%, rgba(9,30,45,0.16) 72%, rgba(9,30,45,0.04) 100%);
}
.wpo-hero-section-1 .container { position: relative; z-index: 2; }
.wpo-hero-section-1 .right-vec { display: none; }
.wpo-hero-section-1 .wpo-hero-title h1 { color: #fff; font-size: 60px; line-height: 1.08; margin: 0 0 20px; }
.wpo-hero-section-1 .wpo-hero-title h1 span { color: #40c5cc; }
.wpo-hero-section-1 .wpo-hero-des p { color: #eaf6f8; }
.wpo-hero-section-1 .wpo-hero-subtitle span { color: #40c5cc; }
@media (max-width: 1400px) {
  .wpo-hero-section-1 .wpo-hero-title h1 { font-size: 52px; }
}
@media (max-width: 1199px) {
  .wpo-hero-section-1 { min-height: 820px; padding: 80px 0 320px; }
}
@media (max-width: 991px) {
  .wpo-hero-section-1 { min-height: 640px; padding: 70px 0 210px; background-position: 62% center; }
  .wpo-hero-section-1 .wpo-hero-title h1 { font-size: 44px; }
  .wpo-hero-section-1:before { background: linear-gradient(90deg, rgba(9,30,45,0.86) 0%, rgba(9,30,45,0.6) 100%); }
}
@media (max-width: 767px) {
  .wpo-hero-section-1 { min-height: 500px; padding: 60px 0 110px; }
  .wpo-hero-section-1 .wpo-hero-title h1 { font-size: 32px; line-height: 1.15; }
}

/* --- Section vidéo motion design --- */
.lumineau-video { padding: 40px 0; }
.lumineau-video .lumineau-motion { width: 100%; height: auto; display: block; border-radius: 14px; box-shadow: 0 12px 30px rgba(9,30,45,.15); }

/* --- Modale vidéo (boutons play hero + booking) --- */
.lumineau-vmodal { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; background: rgba(9,30,45,.9); padding: 20px; }
.lumineau-vmodal-inner { position: relative; width: 100%; max-width: 900px; }
.lumineau-vmodal-media { position: relative; width: 100%; background: #000; border-radius: 10px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lumineau-vmodal-media video, .lumineau-vmodal-media iframe { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border: 0; }
.lumineau-vmodal-close { position: absolute; top: -48px; right: 0; width: 40px; height: 40px; padding: 0; border: none; border-radius: 50%; background: #fff; color: #12283c; font-size: 26px; line-height: 40px; cursor: pointer; transition: background .2s, color .2s; }
.lumineau-vmodal-close:hover { background: #40c5cc; color: #fff; }
body.lumineau-vmodal-open { overflow: hidden; }
@media (max-width: 767px) { .lumineau-vmodal-close { top: -44px; } }

/* --- Carrousel Services (repris du site d'origine) --- */
.lumineau-sc .lsc-slide { display: none; }
.lumineau-sc .lsc-slide.active { display: block; animation: lscFade .6s ease; }
@keyframes lscFade { from { opacity: 0; } to { opacity: 1; } }
.lumineau-sc .lsc-illus img { width: 100%; max-width: 460px; height: auto; display: block; margin: 0 auto; }
.lumineau-sc .lsc-eyebrow { display: inline-block; letter-spacing: 2px; font-weight: 700; color: #0c7f8c; text-transform: uppercase; font-size: 14px; margin-bottom: 12px; }
.lumineau-sc h2 { font-size: 42px; font-weight: 900; color: #12283c; margin-bottom: 32px; line-height: 1.08; }
.lumineau-sc h2 span { color: #40c5cc; display: block; }
.lumineau-sc .lsc-item { display: flex; gap: 18px; margin-bottom: 26px; }
.lumineau-sc .lsc-ico { flex: 0 0 auto; width: 56px; height: 56px; border-radius: 50%; background: #e9f8fa; color: #0c7f8c; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.lumineau-sc .lsc-item h4 { margin: 0 0 6px; font-size: 18px; font-weight: 700; color: #12283c; text-transform: uppercase; letter-spacing: .5px; }
.lumineau-sc .lsc-item p { margin: 0; color: #5a6b78; line-height: 1.6; }
.lumineau-sc .lsc-dots { text-align: center; margin-top: 20px; }
.lumineau-sc .lsc-dot { width: 12px; height: 12px; border-radius: 50%; border: none; background: #cdd8de; margin: 0 5px; cursor: pointer; padding: 0; transition: all .3s; }
.lumineau-sc .lsc-dot.active { background: #40c5cc; width: 28px; border-radius: 6px; }
@media (max-width: 991px) {
  .lumineau-sc h2 { font-size: 30px; }
  .lumineau-sc .lsc-illus { margin-bottom: 30px; }
}
