/* ===================================
   Scoop Vision
====================================== */

/* --- Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

/* --- Variables --- */
:root {     
    --base-color: #FF0000; 
    --black: #231F20;
    --gray: #E9E9E9;
    --white: #ffffff;
    --beige: #B6A08E;
    --dark-gray: #252840;
    --medium-gray: #7d8087;
    --very-light-gray: #f0f2f8;
    
    --primary-font: 'Poppins', sans-serif;
    --alt-font: 'Poppins', sans-serif;
}

/* --- Reset & Base --- */
html {
    scrollbar-gutter: stable;
}
.bg-medium-gray{
background-color: var(--medium-gray);
}
.bg-very-light-gray{
background-color: var(--very-light-gray);
}
.bg-black{
    background-color: var(--black);
}
.bg-white{
background-color: var(--white);
}
body {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: var(--dark-gray);
    padding-right: 0 !important;
    
    background-color: var(--gray);
}
.text-dark{
    color:var(--black);
}
.pt-cus {
  padding-top:160px !important;
}
.pt-cus-lg {
  padding-top:120px !important;
}
body.offcanvas-open {
    overflow: hidden !important;
}
.onmobile{
    display:none!important;
}
.notonmobile{
    display:block!important;
}
.color-base-color{
    color:var(--base-color);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, h5, .h6 {
    font-family: var(--primary-font);
    margin-bottom: 0;
}

h1, .h1 {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

h2, .h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

h3, .h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
}

h4, .h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
}

h5, .h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}

h6, .h6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}

section {
  padding-top: 0%;
  padding-bottom: 0%;
}
#succursales {
    scroll-margin-top: 150px; 
}
a {
  color: var(--black);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
/* --- Globals & Layout --- */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1415px; }
.container-fluid-limited { max-width: 1400px; margin-left: auto; margin-right: auto; }
.text-dark { color: var(--black);}

.bg-taupe-brown { background-color: #b19685 !important; }
.bg-very-light-gray { background-color: #E9E9E9 !important; }
.bg-taupe-light { background-color: #bcab99; }
.bg-light-gray-section { background-color: #E9E9E9; }

.h-50 { height: 50% !important; }
.p-5js { padding: 5%; padding-top: 0px; }
.topjs-50 { top: 50% !important; }
.max-w-700 { max-width: 700px; }
.mtopjs-2 { margin-top: 2%; }
.ptjs-mont-lun { padding-top: 150px !important; }
.pbjs-mont-lun { padding-bottom: 150px !important; }
.mb40mt70js { margin-top: 140px; margin-bottom: 40px; }
.pt-sp-monture { margin-top: 6%; }
.pt-360js { padding-top: 400px !important; }

.ls-2px { letter-spacing: 2px !important; }
.fs-30 { font-size: 30px !important; }
.lh-1 { line-height: 1 !important; }
.fs-11 { font-size: 11px; }

.min-w-50px { min-width: 60px !important; line-height: 1; }
.flex-shrink-0 { flex-shrink: 0 !important; min-width: 45px; text-align: right; }

.rounded-image-custom { border-radius: 15px; width: 100%; display: block; }
.cover-background-custom { background-repeat: no-repeat !important; background-size: cover; background-position: center bottom !important; }

/* --- Buttons --- */
.btn { text-transform: none; font-family: var(--primary-font); }
[class*=btn-transparent], [class*=" btn-transparent"] { font-weight: 500; }
.btn.btn-switch-text.btn-extra-large > span { padding: 19px 40px; }
.btn.btn-medium { padding: 23px 28px !important; }
.btn.btn-transparent-light-gray:hover { background-color: var(--base-color) !important; border-color: var(--base-color) !important; color: #ffffff !important; }
.btn.btn-transparent-light-gray-dark:hover { background-color: var(--black) !important; border-color: var(--black) !important; color: #ffffff !important; }

.mleft_mo{
    margin-left:0px;
}
.btn-custom {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-scoop-red {
    background-color: #ff0000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 15px 35px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-outline-pill {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Fusion des boutons btn-round-edge */
.btn-round-edge {
    border-radius: 50px !important;
    padding: 10px 25px !important;
    border: 1px solid #231F20 !important;
    display: inline-block;
}

/* Custom oval buttons */
.custom-oval-btn {
    width: 65px !important;
    height: 40px !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10;
}
.custom-oval-btn::after { display: none !important; }
.custom-oval-btn i { font-size: 16px; }
.custom-oval-btn:hover { background-color: #000 !important; color: #fff !important; border-color: #000 !important; }

/* Unified buttons for Scoop Sections */
.scoop-homme-section .btn-sc-outline,
.scoop-garantie-de-la-vue-section .btn-sc-outline,
.scoop-examens-de-la-vue-section .btn-sc-outline,
.scoop-monture-section .btn-sc-outline,
.scoop-nous-joindre-section .btn-sc-outline,
.scoop-guarantee-section .btn-sc-outline {
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    color: #ffffff !important;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 200px;
}

.scoop-homme-section .btn-sc-outline:hover,
.scoop-examens-de-la-vue-section .btn-sc-outline:hover,
.scoop-monture-section .btn-sc-outline:hover,
.scoop-nous-joindre-section .btn-sc-outline:hover,
.scoop-guarantee-section .btn-sc-outline:hover {
    background-color: var(--base-color);
    border: 1px solid var(--base-color);
}
.sticky-active .header-white .nav-divider {
  background-color: #231F20;
  opacity: 0.3;
}
header.sticky.sticky-active .header-reverse.glass-effect {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 1) !important;
}
/* --- Header & Navigation --- */
.header-scoop { position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; background: transparent !important; padding: 20px 0; }
.main-logo { height: 60px; }

.nav-divider { width: 100%; height: 1px; background-color: #000; opacity: 0.2; margin: 10px 0; }

.nav-top a { font-size: 12px; color: #444 !important; text-decoration: none; margin-left: 30px; }
.nav-bottom a { font-size: 16px; font-weight: 700; color: #000 !important; text-decoration: none; margin-left: 30px; position: relative; display: inline-flex; flex-direction: column; align-items: center; transition: color 0.3s ease; }
/*
.nav-bottom a::after {
    content: ""; position: absolute; bottom: -15px; width: 8px; height: 8px;
    background-color: #e30613; border-radius: 50%; opacity: 0; transform: scale(0); transition: all 0.2s ease-in-out;
}
    */
 .nav-top a:hover { color: #e30613 !important; }
.nav-bottom a:hover { color: #e30613 !important; }
.nav-bottom a:hover::after { opacity: 1; transform: scale(1); }

.nav-top a.active-menu, .nav-bottom a.active-menu { color: #e30613 !important; position: relative; }
/*
.nav-bottom a.active-menu::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #e30613;
    border-radius: 50%;
    opacity: 1;
    transform: scale(1);
}
*/
.clients-style-08 .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

    .clients-style-08 .swiper-slide img {
        max-width: 150px;
        max-height: 100px;
        width: auto;
        height: auto;
    }
header .navbar-brand img { max-height: 52px; } 
.navbar .navbar-nav .nav-link { font-size: 17px; }
header .btn.btn-rounded.btn-large { padding: 10px 26px; font-size: 13px; font-weight: 500; }
.sticky .header-transparent .header-button .btn { color: var(--dark-gray); border-color: var(--extra-medium-gray); }
.sticky .header-transparent .header-button .btn:hover { border-color: var(--dark-gray); color: var(--white); background: var(--dark-gray); }
header.sticky.sticky-active [data-header-hover="light"] .widget-text i { color: var(--white); }

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu { background-color: var(--dark-gray); }
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: var(--white); }
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a { opacity: .5; }
.navbar .navbar-nav .nav-item.active .nav-link { opacity: 1; }

.btn-menu-circular, .btn-close-custom {
    background: transparent; border: 1px solid rgba(26, 26, 26, 0.4); border-radius: 40px;
    width: 54px; height: 48px; display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #1a1a1a !important; padding: 0; transition: all 0.25s ease-in-out;
}
.btn-menu-circular:hover, .btn-close-custom:hover { background-color: rgba(0, 0, 0, 0.03); border-color: rgba(26, 26, 26, 1); transform: translateY(-1px); }

/* Theme White Header */
.header-white .nav-top a, .header-white .nav-bottom a { color: #fff !important; }
.header-white .nav-top a:hover, .header-white .nav-bottom a:hover { color: #FF0000 !important; }
.header-white .nav-divider { background-color: #fff; opacity: 0.3; }
.header-white .btn-menu-circular, .header-white .btn-close-custom { border-color: rgba(255, 255, 255, 0.5); color: #fff !important; }
.header-white .btn-menu-circular:hover, .header-white .btn-close-custom:hover { background-color: rgba(255, 255, 255, 0.1); border-color: #fff; }
.header-white .nav-bottom a::after { background-color: #e30613; }

/* --- Mobile Menu Overlay --- */
.mobile-overlay { background-color: var(--beige) !important; color: #1a1a1a; width: 85% !important; box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15); }
.dot-red { width: 12px; height: 12px; background-color: #e30613; border-radius: 50%; display: inline-block; }
.mobile-main-links a, .mobile-item h2 { color: #1a1a1a !important; text-decoration: none; font-size: 32px; }
.mobile-item ul li a { font-size: 20px; color: #1a1a1a; opacity: 0.9; text-decoration: none; line-height: 1.8; font-weight: bold; }
.mobile-small-links a { font-size: 18px; color: #1a1a1a !important; text-decoration: none; }
.mobile-link-with-dot { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.mobile-link-with-dot .dot-red { width: 12px; height: 12px; min-width: 12px; border-radius: 50%; background-color: #e30613; }
.mobile-link-with-dot.active-menu { color: #e30613 !important; }

/* --- Accordion (Style 02) --- */
.scoop-accordion .accordion-item { background-color: transparent; border: none; border-bottom: 1px solid #231F20; border-radius: 0 !important; }
.scoop-accordion .accordion-button { background-color: transparent; color: #231F20; font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 500; padding: 35px 0; box-shadow: none; border: none; }
.scoop-accordion .accordion-button:not(.collapsed) { color: #231F20; background-color: transparent; box-shadow: none; }
.scoop-accordion .branch-bold { font-weight: 700; margin-left: 5px; }

.accordion-button::after {
    background-image: none !important; content: "↓"; font-family: 'feather' !important; font-size: 14px; color: #4a3e3d;
    width: 60px; height: 68.5px; border: 1px solid #4a3e3d; border-radius: 100px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease;
}
.scoop-accordion .accordion-button:not(.collapsed)::after { transform: rotate(180deg);}
.scoop-accordion .accordion-body { padding: 0 0 40px 0; font-size: 18px; color: #444; line-height: 1.6; }

/* --- Promo Block & Hover Reveals --- */
.hover-reveal-block { transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); z-index: 2; position: relative; }
.red-dot { width: 20px; height: 20px; background-color: #e63946; border-radius: 50%; margin: 15px auto 0; opacity: 0; transform: translateY(15px); transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1); }
.promo-col:hover .hover-reveal-block { transform: translateY(-15px); }
.promo-col:hover .red-dot { opacity: 1; transform: translateY(0); }
.promo-col .bg-overlay { transition: background-color 0.3s ease; }
.promo-col:hover .bg-overlay { background-color: rgba(0, 0, 0, 0.5) !important; }
.promo-box { border: 1px solid #707070; padding: 25px 35px; border-radius: 16px; display: inline-block; width: 250px; }

/* --- Brand Slider & Logos --- */
.brand-slider-section { padding: 0px 0;} 
.brand-swiper { border-radius: 20px; overflow: hidden; z-index: 1; }
.brand-card { position: relative; border-radius: 0; overflow: hidden; cursor: pointer; }
.brand-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.brand-card:hover img { transform: scale(1.05); }
.brand-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.25); }
.brand-logo { position: absolute; bottom: 25px; left: 25px; color: white; font-size: 22px; font-weight: 600; letter-spacing: 2px; }
.brand-nav { padding-top: 50px; }
.brand-nav button { width: 64.5px; height: 56px; border-radius: 50%; border: 1px solid #ccc; margin-right: 10px; }

.logo-slider-wrapper .swiper-slide { display: flex; align-items: center; justify-content: center; height: 70px; }
.logo-slider-wrapper .swiper-slide img { width: 140px; height: 60px; object-fit: contain; }
.logo-slider-wrapper .swiper-button-prev:not(.custom-oval-btn),
.logo-slider-wrapper .swiper-button-next:not(.custom-oval-btn) { display: none !important; }
.swiper-slide img { transition: all 0.3s ease; }
.swiper-slide img:hover { filter: grayscale(0%); opacity: 1; }

/* --- Specific Background Sections (Scoop Images) --- */
.scoop-top-content { background-color: #ffffff; padding: 75px 0 60px 0; }
.scoop-brown-section { position: relative; padding: 0px 0 50px 0; background: none; z-index: 1; }
.scoop-brown-section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 480px; background-color: #c0b0a0; z-index: -1; }
.scoop-cards-wrapper { margin-top: 0px; margin-bottom: 0; position: relative; z-index: 2; }
.scoop-overlap-image { position: relative; z-index: 10; border-radius: 6px; margin-bottom: -200px; }
.scoop-overlap-image-accueil { position: relative; z-index: 10; border-radius: 6px; margin-bottom: -150px; }
.scoop-category-banner { height: 972px; position: relative; overflow: hidden; display: block; }

.scoop-examens-de-la-vue-section {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%), url('/frnt/images/pages/examensdelavue/img_examen-de-la-vue_succurale-scoop-vision.webp');
    background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 700px; position: relative; display: flex; align-items: center;
}
.scoop-nous-joindre-section {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%), url('/frnt/images/pages/nousjoindre/img_contact_succursale_scoop-vision 11x.webp');
    background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 700px; position: relative; display: flex; align-items: center;
}
.scoop-monture-section {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%), url('/frnt/images/pages/montures/img_garantie-montures_succurale-scoop-vision.webp');
    background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 700px; position: relative; display: flex; align-items: center;
}
.scoop-guarantee-section-homme { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%), url('/frnt/images/pages/monture_homme/img_montures-homme_succurale-scoop-vision_vendeur.webp'); }

.scoop-guarantee-section-enfant { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%), url('/frnt/images/pages/monture_enfant/img_montures-enfant_succurale-scoop-vision_lunette-ferrari.webp'); }

.scoop-guarantee-section-femme { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%), url('/frnt/images/pages/monture_femme/img_montures-femme_succurale-scoop-vision_cliente.webp'); }

.scoop-garantie-de-la-vue-section { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%), url('/frnt/images/pages/garantie/img_garantie-scoop_succursale_scoop-vision.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 700px; position: relative; display: flex; align-items: center; }
.scoop-guarantee-section-accueil { background-image: url('/frnt/images/pages/accueil/img-garantie_couple-lunette.webp'); }
.scoop-guarantee-section { background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 700px; position: relative; display: flex; align-items: center; }

.accueil-montures { min-height: 800px; background: url('/frnt/images/pages/accueil/img_section-montures_femme-lunette.webp') center/cover no-repeat; cursor: pointer; }
.accueil-examens { min-height: 800px; background: url('/frnt/images/pages/accueil/img_test-de-la-vue_enfant.webp') center/cover no-repeat; cursor: pointer; }

/* --- Montures Images --- */
.monture-homme-img { width: 100%; aspect-ratio: 885 / 521; background-image: url('/frnt/images/pages/montures/img_montures-homme_modele-homme-lunnette.webp'); background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 1rem; }
.monture-femme-img { width: 100%; aspect-ratio: 885 / 521; background-image: url('/frnt/images/pages/montures/img_montures-femme_modele-femme-lunnette.webp'); background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 1rem; }
.monture-enfant-img { width: 100%; aspect-ratio: 885 / 521; background-image: url('/frnt/images/pages/montures/img_montures-enfant_modele-enfant-lunnette.webp'); background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 1rem; }

/* --- Layout Specifics & Utilities --- */
.scoop-no-gutter { margin-left: 0 !important; margin-right: 0 !important; }
.scoop-no-gutter > [class*='col-'] { padding: 0 !important; }
.active-selection { border: 4px solid #7c4dff !important; z-index: 20; }
.scoop-btn-pill { border-radius: 50px !important; text-transform: uppercase; font-weight: 700; font-size: 12px; letter-spacing: 1px; border: 1px solid #231F20 !important; }
.border-color-dark { border-color: #231F20 !important; }
.static-box { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); z-index: 2; min-width: 800px; }
.static-box-in { min-width: 200px; }

.overlap-image { max-width: 100%; transform: rotate(22deg); z-index: 5; filter: drop-shadow(30px 40px 30px rgba(0, 0, 0, 0.2)); }
.image-overlap-wrapper { position: relative; z-index: 10; }
.section-overlap { position: relative; top: -80px; }
.section-overlap-container { transform: translateY(120px); margin-bottom: 0; z-index: 5; position: relative; }
.overlap-bottom-custom { margin-bottom: -120px; position: relative; z-index: 5; }

.employe-client-accueil { max-height: 856px; }

/* --- Warranty & Info Boxes --- */
.info-square-bordered { border: 1px solid rgba(255, 255, 255, 1); border-radius: 20px; background-color: transparent; padding: 40px; color: #ffffff; font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 400; line-height: 1.5; max-width: 400px;}
.warranty-section { background-image: url('path-to-your-store-image.webp'); background-size: cover; background-position: center; position: relative; min-height: 500px; display: flex; align-items: center; }
.warranty-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.0); z-index: 1; }
.warranty-content { position: relative; z-index: 2; }
.warranty-box { border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 15px; padding: 30px; max-width: 400px; margin-bottom: 20px; backdrop-filter: blur(2px); }
.warranty-text { color: #ffffff; font-size: 24px; font-weight: 600; line-height: 1.2; margin: 0; font-family: 'Alt Font', sans-serif; }
.btn-warranty { border: 1px solid #ffffff !important; background: transparent !important; color: #ffffff !important; border-radius: 50px !important; padding: 10px 30px !important; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; }
.btn-warranty:hover { background: #ffffff !important; color: #000000 !important; }

/* --- Frame Cards & Features --- */
.frame-card { background: #fff; border-radius: 12px; padding: 30px; transition: transform 0.3s ease; margin-bottom: 20px; }
.frame-card:hover { transform: translateY(-5px); }
.frame-card img { width: 100%; height: auto; }
.frame-title { font-size: 14px; font-weight: 700; margin-top: 15px; color: #000; }
.frame-model { font-weight: 400; color: #999; }

.feature-box { border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 15px; padding: 30px; margin-bottom: 20px; position: relative; transition: all 0.3s ease; max-width: 690px; min-height: 180px;}
.feature-box:hover { background-color: rgba(255, 255, 255, 0.1); }
.feature-number { font-size: 24px; font-weight: 500; opacity: 0.8; }
.feature-title { font-weight: 700; font-size: 18px; margin-bottom: 10px; display: block; max-width: 80%; }
.feature-text { font-size: 14px; line-height: 1.5; opacity: 0.9; }

.card-feature-custom { transition: all 0.3s ease; min-height: 110px; border: 1px solid transparent; }
.card-feature-custom:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important; border-color: #e4e4e4; }
.max-width-feature-box-row{
    max-width: 700px;
}
/* --- Custom Banners --- */
.interactive-banner-custom { height: 550px; background-color: #231F20; }
.interactive-banner-custom img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1); }
.interactive-banner-custom:hover img { transform: scale(1.05); }
.overlay-text-bottom { position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); z-index: 2; }
.custom-banner { height: 500px; }
.custom-banner img { height: 100%; width: 100%; object-fit: cover; }
.banner-overlay { position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px; text-align: center; background: linear-gradient(transparent, rgba(0,0,0,0.8)); }
.section-dark-footer { position: relative; z-index: 1; padding-top: 150px; }
.bg-dark-gray { position: relative; z-index: 1; }

/* --- Footer --- */
footer .footer-logo img { max-height: 35px; }
footer ul li { margin-bottom: 0; }
.footer-light a:hover, .footer-navbar li a:hover { color: var(--dark-gray); }

footer.footer-dark { background-color: #231F20; font-family: 'Poppins', sans-serif; }
footer.footer-dark a { color: #ffffff; text-decoration: none; transition: opacity 0.3s; }
footer.footer-dark a:hover { opacity: 0.7; }
footer.footer-dark ul { list-style: none; padding: 0; }
footer.footer-dark li { margin-bottom: 8px; font-weight: 400; }
footer.footer-dark ul li a { font-size: 20px; font-weight: 600; letter-spacing: 0.5px; }

.footer-box { border: 1px solid rgba(255, 255, 255, 1); border-radius: 15px; padding: 25px; position: relative; }
.footer-box p { font-size: 20px; font-weight: 600; color: #ffffff; }
.bottom-menu { font-size: 16px; font-weight: 400; color: #ffffff; }
.fleur-de-lys { position: absolute; bottom: 15px; right: 20px; opacity: 0.8; }

.btn-visitez { border: 1px solid #ffffff; color: #ffffff; border-radius: 50px; padding: 21px 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-transform: uppercase; font-size: 13px; font-weight: 600; letter-spacing: 1px; width: 194px; transition: all 0.25s ease; }
.btn-visitez:hover { background-color: #FF0000; border-color: #FF0000; color: #ffffff; }
a.btn-visitez:hover { color: #ffffff !important; }

.social-label { font-size: 16px; margin-right: 20px; font-weight: 300; }
.social-icons a { font-size: 24px; margin-right: 5px; }
.social-btn { width: 78px; height: 58px; border: 1px solid #000; border-radius: 9999px; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #000; transition: all 0.2s ease; }
.social-btn i { font-size: 1.4rem; }
.social-btn:hover { color: #fff; background: #000; border: 1px solid #000; }

.footer-img { height: 887px; border-radius: 16px; overflow: hidden; cursor: pointer; }
.mt-2-js{
    margin-top: 2%;
}
.h-100px{
    height:200px!important;
  }

   .ps-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
.cus-img-nous-joindre{
    margin-bottom: -250px; 
    position: relative; 
    z-index: 10;
}




  
/* ===================================
    MEDIA QUERIES (Organisées)
====================================== */

@media (min-width: 992px) {
    .custom-nav-container { display: contents !important; }
    .custom-oval-btn { position: absolute !important; top: 50% !important; transform: translateY(-50%); }
    .slider-prev { left: 15px !important; }
    .slider-next { right: 15px !important; }
    .spacer-bottom { padding-bottom: 150px; }
    .image-overlap-wrapper-custom { transform: translateY(80px); }
}

@media (max-width: 1920px) {
 .image-overlap-wrapper { transform: translateY(50px); }
}

@media (max-width: 991px) {
 .image-overlap-wrapper { transform: translateY(0px); }
}


@media (min-width: 576px) {
    .mobile-overlay { width: 400px !important; }
}



@media (max-width: 1299px) {
    .navbar .navbar-nav .nav-link { font-size: 16px; }
    header .btn.btn-rounded.btn-large { padding: 10px 15px; font-size: 12px; }
}



@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link { font-size: 15px; }
    header .btn.btn-rounded.btn-large { padding: 10px 10px; font-size: 11px; }
}
.translate-middle-y-cus {
  transform: translateY(-30%) !important;
}
@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu { width: calc(100% + 30px) !important; margin-left: -15px; padding: 10px 45px; margin-bottom: 0; margin-right: -15px; }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a { padding-bottom: 17px; }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i { font-size: 19px; }
    header .btn.btn-rounded.btn-large { color: var(--dark-gray); border-color: var(--extra-medium-gray); padding: 10px 15px; font-size: 13px; }
    
    .scoop-guarantee-section, .scoop-examens-de-la-vue-section, .scoop-monture-section, .scoop-garantie-de-la-vue-section { min-height: 500px; background-position: 60% center; }
    .scoop-guarantee-section-accueil { min-height: 500px; background-position: 80% center!important; }
    .h-50 { min-height: auto; }
    .px-5 { padding-right: .5rem !important; padding-left: .5rem !important; }
    .px-5-cus { padding-right: .5rem !important; padding-left: .5rem !important; }
    
    .mobile-overlap-wrapper { position: absolute; top: 50%; left: 0; width: 100%; z-index: 10; pointer-events: none; transform: translateY(-50%); }
    .mobile-overlap-wrapper .overlap-image { max-width: 55%; margin-left: 50%; transform: rotate(22deg); display: block; }
    
    .bg-taupe-brown { padding-bottom: 80px !important; }

    .p-5js { padding: 5% !important; padding-top: 300px !important; }
    .mb-js100 { margin-bottom: 100px !important; }
    
    .btn.btn-medium { padding: 16.1px 19.6px !important; }
    .bgred { background-color: red !important; color: #ffffff !important; border: 1px solid red !important; }
    .bgblack { background-color: var(--black)!important; color: #ffffff !important; border: 1px solid var(--black)!important; }
    
    .custom-nav-container { display: flex !important; gap: 10px; margin-top: 30px; }
    .custom-oval-btn { position: relative !important; top: auto !important; left: auto !important; right: auto !important; margin: 0 !important; }
    .mtopjs-2 { margin-top: 12%; }
    .topjs-50 { top: 43% !important; }
    
    .footer-img { height: 466px; border-radius: 16px; overflow: hidden; cursor: pointer; }
    .pt-sp-monture { margin-top: 20%; }
    
    .image-overlap-wrapper { margin-bottom: -100px; padding: 0 15px; }
    .spacer-bottom { padding-top: 40px !important; padding-bottom: 60px; }
    .title-mobile { font-size: 2.2rem; line-height: 1.1; }
    .scoop-accordion .accordion-button { font-size: 18px; }
    .ptjs-mont-lun { padding-top: 150px !important; }
    .pbjs-mont-lun { padding-bottom: 150px !important; }
    .w-40 { width: 55% !important; }
    
    .accueil-montures, .accueil-examens { min-height: 300px; }
    
    .mb40mt70js { margin-top: 100px; margin-bottom: 40px; }
    section { padding-top: 2% !important; padding-bottom: 2% !important; }

    .info-square-bordered {
  padding: 20px;
  max-width: 300px;

}
 .guarantee-col {
    padding-top: 200px;
    padding-bottom: 80px;
  }
.scoop-category-banner {
  height: 465px;
  position: relative;
  overflow: hidden;
  display: block;
}

.brand-card { position: relative; border-radius: 0; overflow: hidden; height: 416px; cursor: pointer; }
.mt-2-js{
    margin-top: 8%;
}
.mleft_mo{
    margin-left:50px;
}
.navbar.bg-transparent, .navbar-modern-inner.bg-transparent, .navbar-full-screen-menu-inner.bg-transparent {
    background-color: rgba(var(--beige-rgb), 0.7) !important;
  }
  .navbar{
    padding-top:0px;
  }
  .pt-360js { padding-top: 250px !important; }
  .cus-mg-top{
    margin-top: 90px;
  }
  .h-100px{
    height:100px!important;
  }
  .mt-10{
    margin-top: 0px!important;
  }

footer.footer-dark ul li a { font-size: 14px; font-weight: 600; letter-spacing: 0.5px; }
.footer-box p { font-size: 14px; font-weight: 600; color: #ffffff; }


.pb-80-cus{
    padding-bottom:80px;
}
.fs-12 a, .bottom-menu{
  font-size: 10px!important;
}
.cus-img-nous-joindre{
    margin-bottom: -150px; 
    position: relative; 
    z-index: 10;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.pt-cus {
  padding-top: 120px !important;
}
.fs-19 {
  font-size: 14px;
}
.mt-6 {
  margin-top: 20% !important;
}
.accordion-button::after {
  background-image: none !important;
  content: "↓";
  font-family: 'feather' !important;
  font-size: 14px;
  color: #4a3e3d;
  width: 52px;
    height: 58.5px;
  border: 1px solid #4a3e3d;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.h-50-js{
    height:10px!important;
}
.logo-slider-wrapper .swiper-slide img {
  width: 85px;
  height: 60px;
  object-fit: contain;
}
  .translate-middle-y-cus {
  transform: translateY(-0%) !important;
}
.m-margin-top-cus{
    margin-top:6%;
}
.pt-cus-lg {
  padding-top:0px !important;
}
.m-top-mo-50{
    margin-top:50px;
}
.onmobile{
    display:block!important;
}
.notonmobile{
    display:none!important;
}

}



@media (max-width: 768px) {
    .topjs-50 { top: 48% !important; }
    .w-40 { width: 70% !important; }

     h1, .h1 {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: -0.03em;
    }

    h2, .h2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0;
    }

    h3, .h3 {
        font-size: 16px;
    }

    h4, .h4 {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: 0;
    }

    h5, .h5 {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0;
    }

    .btn-visitez {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  padding: 21px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 194px;
  transition: all 0.25s ease;
}
.ps-lg-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .translate-middle-y-cus {
  transform: translateY(-50%) !important;
}
}
   


@media (max-width: 767px) {
    .cover-background-custom { background-position: 80% bottom !important; }
    
    .cover-background {
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center right 40% !important;
}
   
    
    .mobile-overlap-wrapper .overlap-image { max-width: 80%; margin-left: 30%; transform: rotate(12deg); }
    
    .scoop-guarantee-section, .scoop-examens-de-la-vue-section, .scoop-nous-joindre-section, .scoop-monture-section { min-height: auto; padding: 80px 0; display: block; }
    .info-square-bordered { margin-bottom: 20px; text-align: center; }
    .guarantee-col { text-align: center; }

    .scoop-garantie-de-la-vue-section { min-height: 250px; padding: 80px 0; display: block; }
}

@media (max-width: 550px) {
    .topjs-50 { top: 50% !important; }
    
}

.sticky-active{
.header-white .nav-top a, .header-white .nav-bottom a {
  color: var(--black) !important;
}
.header-white .btn-menu-circular, .header-white .btn-close-custom {
  border-color:var(--black) !important;
  color: var(--black) !important;
}
}
/* Force dark logo when sticky is active */
.sticky-active .logo-white {
    display: none !important;
}

.sticky-active .logo-dark {
    display: block !important;
}

    .cta-en-savoir-plus {
        border: 1px solid #dcdcdc;
        padding: 8px 18px !important;
        border-radius: 50px;
        font-size: 11px;
        letter-spacing: 0.5px;
        display: inline-flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .cta-en-savoir-plus:hover {
        background-color: #000;
        color: #fff !important;
        border-color: #000;
    }

    .bg-top-half {
        position: absolute;
        inset: 0 auto auto 0;
        width: 100%;
        height: 480px;
        background: var(--very-light-gray);
        z-index: 0;
    }

    @media (max-width: 991px) {
        .bg-top-half {
            height: 480px;
        }
    }

    @media (max-width: 891px) {
        .bg-top-half {
            height: 420px;
        }
    }

    @media (max-width: 791px) {
        .bg-top-half {
            height: 380px;
        }
    }

    @media (max-width: 691px) {
        .bg-top-half {
            height: 320px;
        }
    }

    @media (max-width: 591px) {
        .bg-top-half {
            height: 280px;
        }
    }

    @media (max-width: 491px) {
        .bg-top-half {
            height: 220px;
        }
    }

    @media (max-width: 391px) {
        .bg-top-half {
            height: 180px;
        }
    }

    .btn.btn-medium-blog {
  padding: 18px 28px !important;
}
   /* Wrapper */
    .scoop-pagination {
        margin-top: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .scoop-pagination nav {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .scoop-pagination .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        /* Réduit un peu pour rapprocher les chiffres comme sur l'image */
        margin: 0;
        padding: 0;
    }

    /* Remove default Bootstrap styles */
    .scoop-pagination .page-item {
        list-style: none;
    }

    /* Style des numéros */
    .scoop-pagination .page-link {
        border: none;
        background: transparent;
        color: #c5c5c5;
        font-size: 22px;
        /* Chiffres plus petits pour contraster avec les cercles */
        font-weight: 600;
        padding: 0;
        width: auto;
        height: auto;
        box-shadow: none !important;
    }

    /* Active page */
    .scoop-pagination .page-item.active .page-link {
        color: #231F20;
        background: transparent;
    }

    /* Hover sur les numéros */
    .scoop-pagination .page-link:hover {
        background: transparent;
        color: #231F20;
    }

    /* Previous & Next buttons (Forme ovale/pilule) */
    .scoop-pagination .page-item:first-child .page-link,
    .scoop-pagination .page-item:last-child .page-link {
        width: 68px;
        /* Légèrement plus large */
        height: 60px;
        /* Légèrement moins haut */
        border: 1px solid #231F20;
        border-radius: 50px;
        /* Utiliser des pixels (ex: 50px) donne une forme de pilule. Utiliser 50% donnerait un vrai ovale. */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0px;
        transition: .25s;
        color: #231F20;
    }

    /* Remplacement par de belles flèches fines via pseudo-éléments */
    .scoop-pagination .page-item:first-child .page-link::after {
        content: "←";
        font-size: 24px;
        font-weight: 300;
        color: inherit;
        /* Prend la couleur du parent */
    }

    .scoop-pagination .page-item:last-child .page-link::after {
        content: "→";
        font-size: 24px;
        font-weight: 300;
        color: inherit;
    }

    /* Disabled previous (Flèche de gauche sur ton image) */
    .scoop-pagination .page-item.disabled .page-link {
        border-color: #c5c5c5;
        /* Bordure grise */
        color: #c5c5c5;
        /* Flèche grise */
        opacity: 1;
        cursor: default;
    }

    /* Hover sur les flèches actives */
    .scoop-pagination .page-item:first-child:not(.disabled) .page-link:hover,
    .scoop-pagination .page-item:last-child:not(.disabled) .page-link:hover {
        background: #231F20;
        color: #fff;
    }

    /* Hide Laravel's default summary text (Bootstrap) */
    .scoop-pagination p.small.text-muted {
        display: none !important;
    }

    /* Hide Laravel's default summary text (Tailwind/Default) */
    .scoop-pagination nav>div:first-child {
        display: none !important;
    }

    /* Force the wrapper containing the links to center properly */
    .scoop-pagination .d-sm-flex {
        justify-content: center !important;
    }

    /* Force the desktop pagination to show on mobile and stay centered */
    .scoop-pagination .d-none.d-sm-flex {
        display: flex !important;
        justify-content: center !important;
    }
   .article ul li {
  list-style: block;
}
   .blog ul li {
  list-style: block;
}
footer ul li {
  list-style: none;
}
.navbar ul li {
  list-style: none;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6{
    margin-bottom:20px;
}
.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6{
    margin-bottom:20px;
}
.anchor-offset {
    scroll-margin-top: 100px;
}
#cookies-modal {
    display: none;

    position: fixed;
    bottom: 20px;
    right: 20px;

    max-width: 420px;
    width: calc(100% - 40px);

    z-index: 999999;
}
.site-wrapper {
    max-width: 3200px;
    margin: 0 auto;
}
.navbar {
    max-width: 3200px;
    margin: auto;
}

