/* ===================================
   DEBARRAS VIP - Custom Overrides
   =================================== */

/* H1 inside breadcrumb - match existing h2 style */
.breadcumb-wrap h1,
.wpo-breadcumb-wrap h1,
.slide-title h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: inherit;
    color: inherit;
}

/* Fix: about-left-side-wrap full width on zone/commune pages (col-lg-12 context) */
.about-section .about-wrap .col-lg-12 .about-left-side-wrap {
    max-width: 100%;
}

/* Improve about section spacing on internal pages */
.about-section .about-wrap .col-lg-12 .about-left-side-wrap p {
    max-width: 900px;
}

.about-section .about-wrap .col-lg-12 .about-left-side-wrap h3 {
    font-size: 1.5rem;
    color: #0E152B;
    font-weight: 600;
}

/* ===================================
   PRELOADER - Logo petit et centré
   =================================== */
.preloader {
    background-color: #0E152B !important;
}

.preloader .vertical-centered-box .content img {
    display: block !important;
    width: 70px !important;
    height: auto !important;
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 999999999999999 !important;
}

/* Override: remove max-width constraint on about text */
.about-section .about-wrap .about-left-side-wrap {
    max-width: none;
}

/* ===================================
   CONTENT TEXT SPACING (commune/zone)
   =================================== */

/* Paragraphs: more breathing room */
.about-left-side-wrap p {
    margin-bottom: 18px;
    line-height: 1.8;
    font-size: 16px;
    color: #444;
}

/* Headings inside content */
.about-left-side-wrap h3 {
    margin-top: 28px;
    margin-bottom: 14px;
    line-height: 1.4;
}

/* Lists inside content */
.about-left-side-wrap ul {
    margin-bottom: 20px;
}

.about-left-side-wrap ul li {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 15px;
    color: #444;
}

/* Reduce section-padding on commune/zone pages */
.about-section.section-padding.pb-0 {
    padding-top: 80px;
}

/* About title section: tighter */
.about-section .about-title {
    margin-bottom: 30px;
}

.about-section .about-title .main-title h2 {
    font-size: 1.6rem;
    line-height: 1.5;
}

/* Sidebar gallery: reduce gap from content */
.commune-gallery-sidebar {
    position: sticky;
    top: 100px;
}

/* Content image breaks: better spacing */
.content-image-break {
    margin: 24px 0;
}

/* Reduce overall section spacing on internal pages */
.why-choose-section.section-padding,
.wpo-service-section.section-padding,
.wpo-choose-section.section-padding,
.wpo-work-section.section-padding,
.wpo-cta-section.section-padding,
.wpo-faq-section.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding.pb-0 {
    padding-bottom: 0 !important;
}

.section-padding.pt-0 {
    padding-top: 0 !important;
}

/* Gallery section on commune pages */
.gallery-grid img {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-grid img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Better CTA button visibility */
.theme-btn {
    background-color: #42C652 !important;
}

/* Navbar brand styling */
.navbar-brand {
    font-weight: 700 !important;
    font-size: 1.6rem !important;
}

/* Testimonial cards on commune pages */
.wpo-testimonial-item {
    transition: transform 0.3s ease;
}

.wpo-testimonial-item:hover {
    transform: translateY(-5px);
}

/* Before/After badge styling */
.badge-avant {
    background: #0E152B;
    color: white;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.badge-apres {
    background: #42C652;
    color: white;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* Improve homepage about section images */
.about-section .about-left-img img,
.about-section .about-right-img img {
    object-fit: cover;
}

/* Service cards real images */
.wpo-service-img img {
    object-fit: cover;
    height: 280px;
    width: 100%;
}

/* Realisations grid */
.realisation-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.realisation-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.realisation-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Booking section images - ensure proper fit */
.wpo-booking-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.wpo-booking-item .img-1 img,
.wpo-booking-item .img-2 img {
    border-radius: 12px;
}

/* Contact section image */
.wpo-contact-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Testimonial SVG avatars */
.wpo-testimonial-info-img img {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    object-fit: cover;
}

/* Quote icon in testimonials - replace gambling logo */
.t-logo img {
    max-width: 50px;
    height: auto;
    opacity: 0.7;
}

/* Trust badges in contact section */
.bottom-logo-item .b-logo img {
    max-height: 55px;
    width: auto;
}

/* ===================================
   COMMUNE & ZONE PAGES — PREMIUM GALLERY
   =================================== */

/* --- Sticky Sidebar Gallery --- */
.commune-gallery-sidebar {
    position: sticky;
    top: 120px;
}

.photo-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 12px;
}

.photo-collage .collage-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.photo-collage .collage-item:nth-child(1) {
    grid-column: 1 / -1;
    height: 220px;
}

.photo-collage .collage-item:nth-child(2),
.photo-collage .collage-item:nth-child(3) {
    height: 170px;
}

.photo-collage .collage-item:nth-child(4) {
    grid-column: 1 / -1;
    height: 200px;
}

.photo-collage .collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.photo-collage .collage-item:hover {
    box-shadow: 0 12px 35px rgba(66, 198, 82, 0.20);
    transform: translateY(-4px);
}

.photo-collage .collage-item:hover img {
    transform: scale(1.08);
}

/* Overlay gradient on hover */
.photo-collage .collage-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(14, 21, 43, 0.55) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 14px;
    pointer-events: none;
}

.photo-collage .collage-item:hover::after {
    opacity: 1;
}

/* Image caption overlay */
.photo-collage .collage-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 2;
}

.photo-collage .collage-item:hover .collage-caption {
    transform: translateY(0);
}

/* --- Gallery Title Badge --- */
.gallery-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #42C652 0%, #2ea043 100%);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(66, 198, 82, 0.30);
}

.gallery-badge i {
    font-size: 1rem;
}

/* --- Masonry Gallery Section (Réalisations enrichie) --- */
.masonry-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.masonry-gallery .gallery-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    cursor: pointer;
}

.masonry-gallery .gallery-card:nth-child(1),
.masonry-gallery .gallery-card:nth-child(5) {
    grid-row: span 2;
}

.masonry-gallery .gallery-card img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.masonry-gallery .gallery-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.18);
    transform: translateY(-3px);
}

.masonry-gallery .gallery-card:hover img {
    transform: scale(1.06);
}

/* Gallery card overlay */
.masonry-gallery .gallery-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(14, 21, 43, 0.70) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.masonry-gallery .gallery-card:hover .card-overlay {
    opacity: 1;
}

.masonry-gallery .gallery-card .card-overlay span {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

/* --- Before/After Comparison Cards --- */
.ba-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.10);
    margin-bottom: 20px;
}

.ba-comparison .ba-side {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.ba-comparison .ba-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ba-comparison:hover .ba-side img {
    transform: scale(1.05);
}

.ba-comparison .ba-label {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 2;
}

.ba-label.avant {
    background: #0E152B;
    color: #fff;
}

.ba-label.apres {
    background: #42C652;
    color: #fff;
}

/* --- Zone Page Photo Strip --- */
.zone-photo-strip {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.zone-photo-strip .strip-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 180px;
}

.zone-photo-strip .strip-item.strip-tall {
    height: 260px;
}

.zone-photo-strip .strip-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.zone-photo-strip .strip-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(66, 198, 82, 0.18);
}

.zone-photo-strip .strip-item:hover img {
    transform: scale(1.06);
}

.zone-photo-strip .strip-item .strip-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(14, 21, 43, 0.80);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* --- Inline Image Break (between text blocks) --- */
.content-image-break {
    margin: 30px 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.10);
    position: relative;
}

.content-image-break img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.content-image-break .break-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    background: linear-gradient(transparent, rgba(14, 21, 43, 0.75));
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .commune-gallery-sidebar {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
    
    .photo-collage .collage-item:nth-child(1) {
        height: 180px;
    }
    
    .photo-collage .collage-item:nth-child(2),
    .photo-collage .collage-item:nth-child(3) {
        height: 140px;
    }
    
    .masonry-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .masonry-gallery .gallery-card:nth-child(1),
    .masonry-gallery .gallery-card:nth-child(5) {
        grid-row: span 1;
    }
    
    .ba-comparison .ba-side {
        height: 160px;
    }
}

@media (max-width: 575px) {
    .masonry-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .ba-comparison {
        grid-template-columns: 1fr;
    }
    
    .ba-comparison .ba-side {
        height: 180px;
    }
    
    .content-image-break img {
        height: 200px;
    }
}

/* ===================================
   PHOTO BAND — Infinite scrolling strip
   =================================== */
.photo-band-section {
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #0E152B;
}

.photo-band-scroll {
    overflow: hidden;
    position: relative;
    padding: 16px 0;
}

.photo-band-track {
    display: flex;
    gap: 16px;
    animation: photoBandScroll 40s linear infinite;
    width: max-content;
}

.band-item {
    flex: 0 0 auto;
    width: 280px;
    height: 200px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.30);
    transition: transform 0.4s ease;
}

.band-item:hover {
    transform: scale(1.05);
    z-index: 2;
}

.band-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.band-item:hover img {
    transform: scale(1.1);
}

@keyframes photoBandScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ===================================
   WHY CHOOSE US — Premium Cards
   =================================== */
.why-choose-section {
    background: #f8f9fa;
}

.why-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(66, 198, 82, 0.15);
}

.why-card-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.why-card-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, rgba(255,255,255,0.8));
    pointer-events: none;
}

.why-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.why-card:hover .why-card-img img {
    transform: scale(1.08);
}

.why-card-body {
    padding: 24px;
    text-align: center;
}

.why-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.why-card-body h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0E152B;
    margin-bottom: 10px;
}

.why-card-body p {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ===================================
   SERVICE DESCRIPTION TEXT
   =================================== */
.service-desc {
    font-size: 0.85rem !important;
    color: #666 !important;
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 1.5;
}

/* ===================================
   RESPONSIVE — New sections
   =================================== */
@media (max-width: 991px) {
    .band-item {
        width: 220px;
        height: 160px;
    }
    
    .why-card-img {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .band-item {
        width: 180px;
        height: 130px;
        border-radius: 10px;
    }
    
    .photo-band-track {
        gap: 10px;
    }
    
    .why-card-img {
        height: 160px;
    }
    
    .why-card-body {
        padding: 18px;
    }
}

/* ===================================
   FOOTER ENHANCEMENTS
   (Theme has LIGHT background: pastel gradient)
   =================================== */

/* 4-column layout fix */
.footer-section-s1 .footer {
    display: flex;
    align-items: start;
    gap: 0;
}

.footer-section-s1 .footer .item:first-child {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 30px;
}

.footer-section-s1 .footer .item:nth-child(2) {
    flex: 0 0 22%;
    max-width: 22%;
    padding-left: 30px;
    border-left: 1px solid rgba(41, 41, 41, 0.11);
}

.footer-section-s1 .footer .item:nth-child(3) {
    flex: 0 0 26%;
    max-width: 26%;
    padding-left: 30px;
    border-left: 1px solid rgba(41, 41, 41, 0.11);
}

.footer-section-s1 .footer .item:last-child {
    flex: 0 0 22%;
    max-width: 22%;
    padding-left: 30px;
    border-left: 1px solid rgba(41, 41, 41, 0.11);
}

@media (max-width: 991px) {
    .footer-section-s1 .footer {
        flex-wrap: wrap;
    }
    .footer-section-s1 .footer .item:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        border-bottom: 1px solid rgba(41, 41, 41, 0.11);
    }
    .footer-section-s1 .footer .item:nth-child(2),
    .footer-section-s1 .footer .item:nth-child(3),
    .footer-section-s1 .footer .item:last-child {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        border-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .footer-section-s1 .footer .item:nth-child(2),
    .footer-section-s1 .footer .item:nth-child(3),
    .footer-section-s1 .footer .item:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        border-top: 0;
    }
}

/* Footer logo & about widget */
.footer .footer-about-widget .footer-logo {
    margin-bottom: 20px;
}

.footer .footer-about-widget .footer-logo img {
    max-height: 50px;
}

.footer .footer-about-widget p {
    color: #555;
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 18px;
}

.footer .footer-about-widget .footer-contact-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #043460;
    font-size: 0.9rem;
}

.footer .footer-about-widget .footer-contact-line i {
    color: #42C652;
    font-size: 16px;
    min-width: 18px;
}

.footer .footer-about-widget .footer-contact-line a {
    color: #043460;
    font-weight: 500;
    transition: color 0.3s;
}

.footer .footer-about-widget .footer-contact-line a:hover {
    color: #42C652;
}

/* Footer social icons */
.footer .footer-social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    list-style: none;
    padding: 0;
}

.footer .footer-social li + li {
    padding-top: 0 !important;
}

.footer .footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(14, 21, 43, 0.08);
    color: #0E152B;
    font-size: 16px;
    transition: all 0.3s;
}

.footer .footer-social li a:hover {
    background: #42C652;
    color: #fff;
    transform: translateY(-3px);
}

/* Footer section titles - green underline */
.footer-section-s1 .footer .item .title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 22px;
}

.footer-section-s1 .footer .item .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #42C652;
}

/* Footer link hover slide */
.footer .item ul li {
    transition: padding-left 0.3s;
}

.footer .item ul li:hover {
    padding-left: 5px;
}

/* Footer hours badge */
.footer-hours-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(66, 198, 82, 0.12);
    color: #2a8f3a;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 14px;
}

.footer-hours-badge i {
    font-size: 14px;
    color: #42C652;
}

/* Footer lower bar */
.footer-section-s1 .footer-lower .lower-footer-wrap {
    padding-top: 0;
}

.footer-section-s1 .footer-lower .lower-footer-wrap p {
    margin: 0;
}

.footer-section-s1 .footer-lower .lower-footer-wrap p a:hover {
    color: #42C652 !important;
}

/* ===================================
   STICKY FLOATING CTA BAR (phone + WhatsApp)
   =================================== */
.sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}

.sticky-cta-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: filter 0.2s;
}

.sticky-cta-bar a:hover {
    filter: brightness(1.1);
}

.sticky-cta-bar .cta-phone {
    background: #0E152B;
    color: #fff;
}

.sticky-cta-bar .cta-whatsapp {
    background: #25D366;
    color: #fff;
}

.sticky-cta-bar .cta-devis {
    background: #42C652;
    color: #fff;
}

.sticky-cta-bar a i {
    font-size: 20px;
}

/* WhatsApp icon (custom) */
.sticky-cta-bar .wa-icon {
    width: 22px;
    height: 22px;
}

/* Space at bottom of page to prevent content hidden by sticky bar */
body.has-sticky-cta {
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .sticky-cta-bar {
        display: none;
    }
    body.has-sticky-cta {
        padding-bottom: 0;
    }
}

/* ===================================
   INLINE LEAD FORM (commune/zone pages)
   =================================== */
.lead-form-section {
    background: linear-gradient(135deg, #0E152B 0%, #1a2340 100%);
    color: #fff;
}

.lead-form-section .form-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.lead-form-section .form-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 30px;
}

.lead-form-section .form-control {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 15px;
    margin-bottom: 14px;
}

.lead-form-section .form-control::placeholder {
    color: rgba(255,255,255,0.5);
}

.lead-form-section .form-control:focus {
    border-color: #42C652;
    background: rgba(255,255,255,0.15);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(66,198,82,0.2);
}

.lead-form-section select.form-control {
    appearance: auto;
}

.lead-form-section select.form-control option {
    color: #0E152B;
    background: #fff;
}

.lead-form-section .btn-lead {
    background: #42C652;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.lead-form-section .btn-lead:hover {
    background: #38b048;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66,198,82,0.3);
}

.lead-form-trust {
    display: flex;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.lead-form-trust .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
}

.lead-form-trust .trust-item i {
    color: #42C652;
    font-size: 18px;
}

/* Side contact card (desktop) */
.side-contact-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.side-contact-card h4 {
    font-size: 1.1rem;
    margin-bottom: 16px;
    color: #0E152B;
}

.side-contact-card .contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.side-contact-card .contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.side-contact-card .btn-phone {
    background: #0E152B;
    color: #fff;
}

.side-contact-card .btn-wa {
    background: #25D366;
    color: #fff;
}

.side-contact-card .btn-devis-card {
    background: #42C652;
    color: #fff;
}

/* Desktop floating sidebar CTA */
.floating-sidebar-cta {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-sidebar-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s;
}

.floating-sidebar-cta a:hover {
    transform: scale(1.1);
}

.floating-sidebar-cta .fab-phone {
    background: #0E152B;
    color: #fff;
}

.floating-sidebar-cta .fab-whatsapp {
    background: #25D366;
    color: #fff;
}

.floating-sidebar-cta .fab-devis {
    background: #42C652;
    color: #fff;
}

@media (max-width: 991px) {
    .floating-sidebar-cta {
        display: none;
    }
}

/* ===================================
   TOP LEAD BAR — premium conversion banner
   =================================== */
/* Make sure the site header always stays above the lead bar and visible */
header#header,
#header .wpo-site-header {
    position: relative;
    z-index: 100;
}

#top-lead-bar {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse at top left, rgba(66,198,82,0.18), transparent 60%),
        radial-gradient(ellipse at bottom right, rgba(66,198,82,0.10), transparent 55%),
        linear-gradient(135deg, #0a1124 0%, #0E152B 50%, #1a2548 100%);
    color: #fff;
    padding: 50px 0 55px;
    border-bottom: 4px solid #42C652;
    z-index: 1;
}
#top-lead-bar.tlb-under-hero {
    margin-top: -90px;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -20px 50px -20px rgba(0,0,0,0.4);
}
@media (max-width: 991px) {
    #top-lead-bar.tlb-under-hero { margin-top: -40px; border-radius: 18px 18px 0 0; }
}
#top-lead-bar .tlb-bg-shape {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.04) 1px, transparent 2px),
        radial-gradient(circle at 70% 80%, rgba(66,198,82,0.06) 1px, transparent 2px);
    background-size: 60px 60px, 90px 90px;
    pointer-events: none;
}
#top-lead-bar .tlb-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 50px;
    align-items: center;
}
#top-lead-bar .tlb-left { color: #fff; }
#top-lead-bar .tlb-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(66,198,82,0.15);
    border: 1px solid rgba(66,198,82,0.4);
    color: #b6f0c1;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 18px;
}
#top-lead-bar .tlb-pulse {
    width: 8px; height: 8px; border-radius: 50%;
    background: #42C652;
    box-shadow: 0 0 0 0 rgba(66,198,82,0.7);
    animation: tlbPulse 1.6s infinite;
}
@keyframes tlbPulse {
    0%   { box-shadow: 0 0 0 0 rgba(66,198,82,0.7); }
    70%  { box-shadow: 0 0 0 10px rgba(66,198,82,0); }
    100% { box-shadow: 0 0 0 0 rgba(66,198,82,0); }
}
#top-lead-bar .tlb-headline {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 14px;
    color: #fff;
    letter-spacing: -0.5px;
}
#top-lead-bar .tlb-headline span {
    color: #42C652;
    white-space: nowrap;
}
#top-lead-bar .tlb-sub {
    font-size: 1.05rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.82);
    margin: 0 0 22px;
    max-width: 480px;
}
#top-lead-bar .tlb-trust {
    list-style: none;
    padding: 0; margin: 0 0 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
}
#top-lead-bar .tlb-trust li {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.92);
    font-weight: 500;
}
#top-lead-bar .tlb-rating {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 22px;
}
#top-lead-bar .tlb-stars {
    color: #FFB400;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
#top-lead-bar .tlb-rating span {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
}
#top-lead-bar .tlb-rating strong { color: #fff; }
#top-lead-bar .tlb-call {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.15rem;
    text-decoration: none;
    transition: background .2s, transform .2s;
}
#top-lead-bar .tlb-call:hover {
    background: rgba(66,198,82,0.18);
    transform: translateY(-2px);
    color: #fff;
}
#top-lead-bar .tlb-right {
    position: relative;
    background: #fff;
    color: #0E152B;
    padding: 28px 28px 24px;
    border-radius: 18px;
    box-shadow:
        0 30px 60px -20px rgba(0,0,0,0.5),
        0 0 0 1px rgba(255,255,255,0.06);
}
#top-lead-bar .tlb-right::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    background: linear-gradient(135deg, #42C652, transparent 50%);
    z-index: -1;
    opacity: 0.55;
    filter: blur(8px);
}
#top-lead-bar .tlb-form-head {
    grid-column: 1 / -1;
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 6px; flex-wrap: nowrap; gap: 12px;
    width: 100%;
}
#top-lead-bar .tlb-form-head h3 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0E152B;
}
#top-lead-bar .tlb-offer {
    background: linear-gradient(135deg, #42C652, #36a843);
    color: #fff;
    padding: 5px 12px;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(66,198,82,0.35);
}
#top-lead-bar #top-lead-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
#top-lead-bar .tlb-field {
    position: relative;
    display: flex;
    align-items: center;
    background: #f4f6fa;
    border: 1.5px solid #e3e8f0;
    border-radius: 10px;
    padding: 0 12px;
    transition: border-color .2s, background .2s;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}
#top-lead-bar .tlb-field:focus-within {
    border-color: #42C652;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(66,198,82,0.12);
}
#top-lead-bar .tlb-field-full { grid-column: 1 / -1; }
#top-lead-bar .tlb-field svg { flex: 0 0 auto; opacity: 0.55; }
#top-lead-bar .tlb-field input,
#top-lead-bar .tlb-field select {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: 100%;
    border: 0;
    background: transparent;
    height: 46px;
    padding: 0 10px;
    font-size: 0.95rem;
    line-height: 1.2;
    color: #0E152B;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}
#top-lead-bar .tlb-field input::placeholder { font-size: 0.95rem; opacity: 0.65; }
#top-lead-bar .tlb-field select { cursor: pointer; appearance: none; }
#top-lead-bar .tlb-submit {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #42C652 0%, #36a843 100%);
    color: #fff;
    border: 0;
    border-radius: 12px;
    height: 54px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 25px -8px rgba(66,198,82,0.65);
    transition: transform .2s, box-shadow .2s, filter .2s;
}
#top-lead-bar .tlb-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px -10px rgba(66,198,82,0.7);
    filter: brightness(1.05);
}
#top-lead-bar .tlb-submit:disabled { opacity: 0.7; cursor: wait; transform: none; }
#top-lead-bar .tlb-fineprint {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 0.78rem;
    color: #6b7383;
    margin-top: 2px;
}
#top-lead-bar .tlb-msg {
    grid-column: 1 / -1;
    font-size: 0.92rem;
    text-align: center;
    min-height: 0;
}
#top-lead-bar .tlb-msg.tlb-ok {
    background: #e9faec; color: #1f7a2e;
    padding: 10px; border-radius: 8px; border: 1px solid #b8ecc1;
}
#top-lead-bar .tlb-msg.tlb-err {
    background: #fde8e8; color: #a32020;
    padding: 10px; border-radius: 8px; border: 1px solid #f5c2c2;
}

@media (max-width: 991px) {
    #top-lead-bar { padding: 36px 0 40px; }
    #top-lead-bar .tlb-container { grid-template-columns: 1fr; gap: 30px; }
    #top-lead-bar .tlb-headline { font-size: 2.1rem; }
}
@media (max-width: 767px) {
    #top-lead-bar { padding: 26px 0 30px; }
    #top-lead-bar .tlb-container { padding: 0 16px; gap: 22px; }
    #top-lead-bar .tlb-badge { font-size: 0.75rem; padding: 5px 12px; }
    #top-lead-bar .tlb-headline { font-size: 1.6rem; }
    #top-lead-bar .tlb-sub { font-size: 0.95rem; margin-bottom: 16px; }
    #top-lead-bar .tlb-trust { gap: 6px 12px; margin-bottom: 16px; }
    #top-lead-bar .tlb-trust li { font-size: 0.82rem; }
    #top-lead-bar .tlb-rating { margin-bottom: 16px; }
    #top-lead-bar .tlb-call { display: flex; justify-content: center; font-size: 1.05rem; padding: 12px 18px; }
    #top-lead-bar .tlb-right { padding: 20px 18px 18px; border-radius: 14px; }
    #top-lead-bar .tlb-form-head h3 { font-size: 1.1rem; }
    #top-lead-bar #top-lead-form { grid-template-columns: 1fr; gap: 10px; }
    #top-lead-bar .tlb-field input,
    #top-lead-bar .tlb-field select { height: 44px; font-size: 0.95rem; }
    #top-lead-bar .tlb-submit { height: 50px; font-size: 1rem; }
}

/* ===================================
   MOBILE: HIDE NON-ESSENTIAL SECTIONS
   Keep: header, hero, about, services, work, contact form, footer
   =================================== */
@media (max-width: 767px) {
    .fanfuct-section,
    .transforming-section,
    .wpo-cta-section,
    .wpo-faq-section,
    .wpo-testimonials-section,
    .wpo-booking-section,
    .photo-band-section,
    .why-choose-section,
    .wpo-choose-section {
        display: none !important;
    }
    /* Compact gallery: show only the first 3 cards */
    .realisation-card { margin-bottom: 15px; }
    .col-lg-4.col-md-6.col-12:nth-of-type(n+4) > .realisation-card {
        display: none;
    }
    /* Tighten section paddings on mobile */
    section.section-padding,
    section.section-padding.pt-0,
    section.section-padding.pb-0 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .video-hero { min-height: 380px; }
}
