:root {
  --primary: #000000;
  --secondary: #2bb8ff;
  --bg: #ffffff;
  --bg-alt: #f8f9fa;
  --text: #333;
  --text-muted: #666;
}
/* -- */
.s-landing-pstrat .c-contenu__article--sans-sous-pages,
.s-landing-pstrat .c-contenu__colonnes .c-contenu__article{width:100%}

.s-landing-pstrat .c-contenu__menu-aside{width:100%;margin-bottom:100px}
.s-landing-pstrat .c-article__cover{display:none}
.s-landing-pstrat .c-article__cover{display:none}
.s-landing-pstrat .l-main-landing{padding-top:0}
/* -- */
.lp-wrap{font-size:1.6rem}
.lp-wrap *, .lp-wrap *::before, .lp-wrap *::after { box-sizing: border-box; }
.lp-wrap img, .lp-wrap svg { display: block; max-width: 100%; height: auto; }
.lp-wrap ul, .lp-wrap ol { list-style: none; padding: 0; margin: 0; }
.lp-wrap button { cursor: pointer; background: none; border: none; font: inherit; color: inherit; }
.lp-wrap .section { padding: 4rem 2rem; }
.lp-wrap .section--alt { background: var(--bg-alt); }
.lp-wrap .section .container { max-width: 1200px; margin: 0 auto; }
.lp-wrap .section h2 { font-size: 3.2rem; text-align: center; margin-bottom: 2rem; color: var(--primary); line-height: 1.2; font-weight: 600; }
.lp-wrap p { margin-bottom: 1rem; }
.lp-wrap p:last-child { margin-bottom: 0; }
.lp-wrap strong { color: var(--secondary); }
.lp-wrap a { color: inherit; text-decoration: none; }
/* Bouton */
.lp-wrap .btn { display: inline-block; padding: 0.875rem 2rem; background: var(--primary); color: white; text-decoration: none; border-radius: 6px; font-weight: 600; transition: transform 0.2s, box-shadow 0.2s; font-size:1.6rem}
.lp-wrap .btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
/* Hero */
.lp-wrap .section--hero { padding: 0; }
.lp-wrap .hero { min-height: 480px; background-size: cover; background-position: center; display: flex; align-items: center; }
.lp-wrap .hero--overlay { position: relative; }
.lp-wrap .hero--overlay::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.45); }
.lp-wrap .hero__content { position: relative; z-index: 1; padding: 3rem 2rem; max-width: 700px; color: white; }
/* ---------------------------- */
@media (min-width:80em){
  .lp-wrap .hero__content{transform:translateX(40px)}
}
@media (min-width:105em){
  .lp-wrap .hero__content{transform:ranslateX(60px)}
}
@media (min-width:120em){
  .lp-wrap .hero__content{transform:ranslateX(100px)}
}
/* ---------------------------- */
.lp-wrap .hero__content h1 { font-size: 3.5rem; color: white; margin-bottom: 1rem; line-height: 1.2; font-weight: 600; }
.lp-wrap .hero__subtitle { font-size: 1.76rem; margin-bottom: 1.5rem; opacity: 0.9; line-height: 1.6; }
.lp-wrap .hero .btn { background: var(--secondary); color: #000; }
/* Avantages */
.lp-wrap .avantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.lp-wrap .avantage { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem; background: white; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.lp-wrap .avantage__icon { flex-shrink: 0; width: 44px; height: 44px; color: var(--secondary); }
.lp-wrap .avantage__icon svg { width: 100%; height: 100%; }
.lp-wrap .avantage__text h3 { font-size: 1.9rem; color: var(--primary); margin-bottom: 0.4rem; font-weight: 600; }
.lp-wrap .avantage__description { font-size: 1.5rem; color: var(--text-muted); line-height: 1.5; }
/* Editorial */
.lp-wrap .editorial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; }
.lp-wrap .editorial-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.05); transition: transform 0.2s, box-shadow 0.2s; }
.lp-wrap .editorial-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.lp-wrap .editorial__media { aspect-ratio: 16/9; overflow: hidden; }
.lp-wrap .editorial__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; display: block; }
.lp-wrap .editorial-card:hover .editorial__img { transform: scale(1.05); }
.lp-wrap .editorial__content { padding: 1.25rem; }
.lp-wrap .editorial__title { font-size: 1.9rem; color: var(--primary); margin-bottom: 0.5rem; font-weight: 600; }
.lp-wrap .editorial__excerpt { font-size: 1.5rem; color: var(--text-muted); line-height: 1.6; margin: 0; }
/* Prestation detail */
.lp-wrap .prestation-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(0,0,0,0.1); }
.lp-wrap .prestation-detail:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.lp-wrap .prestation-detail--reversed { direction: rtl; }
.lp-wrap .prestation-detail--reversed > * { direction: ltr; }
.lp-wrap .prestation-detail__image { overflow: hidden; border-radius: 12px; }
.lp-wrap .prestation-detail__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-wrap .prestation-detail__text h3 { font-size: 2.24rem; color: var(--primary); margin-bottom: 0.75rem; font-weight: 600; }
.lp-wrap .prestation-detail__content p { margin-bottom: 1.2rem; color: var(--text); line-height: 1.7; }
.lp-wrap .prestation-detail__content ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 0.75rem; }
.lp-wrap .prestation-detail__content li { color: var(--text); line-height: 1.7; margin-bottom: 0.25rem; }
/* Grille images */
.lp-wrap .grille-images { display: grid; gap: 1rem; }
.lp-wrap .grille-images--cols-3 { grid-template-columns: repeat(3, 1fr); }
.lp-wrap .grille-images--ratio-4-3 .grille-images__item { aspect-ratio: 4/3; }
.lp-wrap .grille-images__item { position: relative; overflow: hidden; border-radius: 10px; }
.lp-wrap .grille-images__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-wrap .grille-images__titre { position: absolute; bottom: 0; left: 0; right: 0; padding: 0.6rem 0.75rem; background: rgba(0,0,0,0.55); color: white; font-size: 1.4rem; font-weight: 600; margin: 0; }
/* Testimonials */
.lp-wrap .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.lp-wrap .testimonial { background: white; padding: 1.75rem; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); border-left: 4px solid var(--secondary); }
.lp-wrap .testimonial__text { font-style: italic; font-size: 1rem; margin-bottom: 1rem; line-height: 1.7; color: var(--text); }
.lp-wrap .testimonial__text p { margin: 0; }
.lp-wrap .testimonial__author { font-weight: 600; color: var(--primary); margin: 0 0 0.2rem; }
.lp-wrap .testimonial__role { color: var(--text-muted); font-size: 1.36rem; margin: 0; }
/* CTA */
.lp-wrap .cta-section { background: var(--primary); text-align: center; padding: 4rem 2rem; }
.lp-wrap .cta-section .container { max-width: 800px; margin: 0 auto; }
.lp-wrap .cta-section h2 { color: white; margin-bottom: 2.5rem; }
.lp-wrap .cta-section h2 p { font-size:3.4rem; margin: 0; color: white; }
.lp-wrap .cta-section strong { color: var(--secondary); }
.lp-wrap .cta-section .btn { background: var(--secondary); color: var(--primary); }
.lp-wrap .cta-section .btn:hover { background: white; }
.lp-wrap .cta-section h2:after{display:none}
/* FAQ */
.lp-wrap .faq-list { max-width: 800px; margin: 0 auto; }
.lp-wrap .faq-item { border-bottom: 1px solid rgba(0,0,0,0.1); }
.lp-wrap .faq-item:last-child { border-bottom: none; }
.lp-wrap .faq-item__question { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 0; cursor: pointer; font-weight: 500; color: var(--text); transition: color 0.2s; }
.lp-wrap .faq-item__question:hover { color: var(--primary); }
.lp-wrap .faq-item__question span:first-child { flex: 1; padding-right: 1rem; }
.lp-wrap .faq-item__question span:first-child p { margin: 0; }
.lp-wrap .faq-item__toggle { font-size: 1.5rem; color: var(--secondary); transition: transform 0.2s; flex-shrink: 0; }
.lp-wrap .faq-item.open .faq-item__toggle { transform: rotate(45deg); }
.lp-wrap .faq-item__answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out, padding 0.3s ease-out; }
.lp-wrap .faq-item.open .faq-item__answer { max-height: 500px; padding-bottom: 1.25rem; }
.lp-wrap .faq-item__answer p { color: var(--text-muted); margin: 0; line-height: 1.7; }
/* Lightbox */
.lp-lightbox-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.9); display: flex; align-items: center; justify-content: center; z-index: 10000; cursor: zoom-out; animation: lpFadeIn 0.2s ease; }
@keyframes lpFadeIn { from { opacity: 0; } to { opacity: 1; } }
.lp-lightbox-content { position: relative; max-width: 90vw; max-height: 90vh; }
.lp-lightbox-content img { max-width: 100%; max-height: 90vh; display: block; border-radius: 4px; box-shadow: 0 10px 50px rgba(0,0,0,0.5); }
.lp-lightbox-close { position: absolute; top: -40px; right: 0; color: white; font-size: 2rem; opacity: 0.7; transition: opacity 0.2s; background: none; border: none; cursor: pointer; }
.lp-lightbox-close:hover { opacity: 1; }
/* Responsive */
@media (max-width: 768px) {
  .lp-wrap .section { padding: 3rem 1.25rem; }
  .lp-wrap .hero__content h1 { font-size: 2.4rem; }
  .lp-wrap .prestation-detail { grid-template-columns: 1fr; }
  .lp-wrap .prestation-detail--reversed { direction: ltr; }
  .lp-wrap .grille-images--cols-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .lp-wrap .grille-images--cols-3 { grid-template-columns: 1fr; }
  .lp-wrap .hero { min-height: 360px; }
}
/* Bloc texte libre */
.lp-wrap .leb-rich-text p { margin-bottom: 1rem; line-height: 1.7; color: var(--text); }
.lp-wrap .leb-rich-text p:last-child { margin-bottom: 0; }

/* Icône SVG avantage (taille héritée du wrapper) */
.lp-wrap .avantage-icon { width: 100%; height: 100%; }
