/* Restauration layout - comptoirdupneu34.com */

img {
    max-width: 100%;
    height: auto;
}

.diaporama--accueil img {
    width: 100%;
    object-fit: cover;
    min-height: 320px;
}

.diaporama--fond {
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

.img_medium img {
    width: 100%;
    height: auto;
    display: block;
}

.header-bandeau-logo img,
.header-bandeau-logo .svg {
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: none;
    display: block;
}

.footer .adresse .img img {
    max-height: 70px;
    width: auto;
    background: #000;
    padding: 6px 10px;
    border-radius: 4px;
}

.footer-contact-multi .ico img {
    max-width: 28px;
    max-height: 28px;
    width: 28px;
    height: 28px;
    display: block;
    filter: brightness(0) invert(1);
}

.txt_contenu {
    line-height: 1.7;
}

.txt_contenu p {
    margin-bottom: 1em;
}

.txt_contenu ul {
    margin: 0.5em 0 1em 1.5em;
}

.txt_contenu li {
    margin-bottom: 0.4em;
}

.bloc--prestation img,
.bloc--annonce img {
    object-fit: cover;
    width: 100%;
    min-height: 180px;
}

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

.ico img {
    max-width: 24px;
    max-height: 24px;
}

.fil-ariane h1,
.fil-ariane p {
    font-size: 1em;
    margin: 0.5em 0;
}

.sep.vsy {
    margin: 1.5em 0;
}

#map, .map {
    max-width: 100%;
}

/* Navigation */
.header-bandeau > .centrage {
    align-items: center;
    gap: 16px;
}

.header-bandeau-logo {
    max-width: 320px;
    flex-shrink: 0;
}

.header-bandeau-logo img,
.header-bandeau-logo .svg {
    max-width: 100%;
    height: auto;
}

.header2 {
    flex: 1;
    min-width: 0;
    overflow: visible;
}

.header-bandeau-www {
    font-size: 11px;
    margin-bottom: 4px;
}

.nav > ul {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    float: none !important;
}

.nav > ul > li {
    float: none !important;
}

.nav > ul > li > a {
    font-size: 14px !important;
    padding: 10px 8px !important;
    white-space: nowrap;
}

.nav > ul > li > ul > li > a {
    font-size: 12px !important;
    padding: 12px 16px !important;
}

/* ===== Page enhanced layout ===== */

.page-hero {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.1) 100%);
}

.page-hero .centrage {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2.5em 15px 2em;
}

.page-hero h1 {
    color: #fff;
    font-size: 2em;
    font-weight: 900;
    margin: 0 0 0.4em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    line-height: 1.2;
}

.page-hero .hero-sub {
    color: #FFEA32;
    font-size: 1.05em;
    font-weight: 700;
    margin: 0;
}

.page-content {
    background: #fff;
    padding: 2.5em 0 3em;
}

.page-intro {
    font-size: 1.05em;
    color: #333;
    max-width: 780px;
    margin: 0 auto 2.5em;
    text-align: center;
    line-height: 1.75;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25em;
    margin: 2em 0;
}

.card-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}

.card-item .card-img {
    height: 140px;
    overflow: hidden;
    background: #f5f5f5;
}

.card-item .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-item .card-body {
    padding: 1.1em 1.2em 1.3em;
}

.card-item .card-body h3 {
    margin: 0 0 0.4em;
    font-size: 1.05em;
    color: #1a1a1a;
    font-weight: 900;
}

.card-item .card-body p {
    margin: 0;
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
}

.card-item .card-link {
    display: inline-block;
    margin-top: 0.6em;
    font-size: 0.85em;
    font-weight: 700;
    color: #E20909;
    text-transform: uppercase;
}

.brand-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em;
    justify-content: center;
    margin: 1.5em 0 2em;
}

.brand-tag {
    background: #1a1a1a;
    color: #FFEA32;
    padding: 0.55em 1.2em;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 0.03em;
}

.features-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25em;
    margin: 2em 0;
}

.feature-box {
    background: #FFEA32;
    border-radius: 8px;
    padding: 1.5em 1.2em;
    text-align: center;
}

.feature-box .feature-icon {
    font-size: 2em;
    margin-bottom: 0.4em;
    display: block;
}

.feature-box h3 {
    margin: 0 0 0.5em;
    font-size: 1em;
    font-weight: 900;
    color: #1a1a1a;
}

.feature-box p {
    margin: 0;
    font-size: 0.88em;
    color: #333;
    line-height: 1.5;
}

.cta-band {
    background: #1a1a1a;
    color: #fff;
    border-radius: 8px;
    padding: 2em 2.5em;
    text-align: center;
    margin: 2.5em 0 0;
}

.cta-band h2 {
    color: #FFEA32;
    font-size: 1.4em;
    margin: 0 0 0.6em;
    font-weight: 900;
}

.cta-band p {
    margin: 0 0 1.2em;
    font-size: 1em;
    line-height: 1.6;
}

.cta-band .bt {
    display: inline-block;
    background: #E20909;
    color: #fff !important;
    padding: 0.75em 1.8em;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 0.4em;
    font-size: 0.95em;
}

.cta-band .bt.alt {
    background: transparent;
    border: 2px solid #FFEA32;
    color: #FFEA32 !important;
}

.section-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0 0 0.4em;
    position: relative;
    padding-bottom: 0.6em;
}

.section-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #E20909;
    margin: 0.5em auto 0;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin: 0 0 1.5em;
    font-size: 0.95em;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    align-items: center;
    margin: 2em 0;
}

.two-col img {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    width: 100%;
    object-fit: cover;
    min-height: 220px;
}

@media (max-width: 1024px) {
    .nav > ul > li > a {
        font-size: 13px !important;
        padding: 8px 6px !important;
    }
}

@media (max-width: 768px) {
    .page-hero h1 {
        font-size: 1.5em;
    }
    .two-col {
        grid-template-columns: 1fr;
    }
    .header-bandeau-logo img {
        max-width: 200px;
    }
    .diaporama--accueil img {
        min-height: 200px;
    }
    .grandtitre {
        font-size: 1.3em;
    }
    .cta-band {
        padding: 1.5em 1.2em;
    }
}

/* === Homepage images & icons === */
.ann-img img,
.ann-elem.ann-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 200px;
    display: block;
}

.ann-img.ratio {
    min-height: 200px;
    overflow: hidden;
}

.fleche-intro {
    width: 40px;
    height: 40px;
    margin: 1em auto 0;
    border: 2px solid #FFEA32;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.fleche-intro::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFEA32;
}

.slideshow-bt {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../../templates/comptoirdupneu/img/interface/pictos/circle_next_arrow_disclosure_outline_stroke.svg) center/contain no-repeat;
    cursor: pointer;
}

.diaporama--accueil {
    position: relative;
    overflow: hidden;
}

.diaporama--accueil > img {
    width: 100%;
    object-fit: cover;
    min-height: 350px;
    display: block;
}

.slide-img img {
    min-height: 280px;
}

/* === Homepage header polish === */
/* ============================================
   HOMEPAGE FULL REDESIGN
   ============================================ */

body.accueil .plan--arriere {
    display: none !important;
}

body.accueil .contenu--intro,
body.accueil .header-bandeau-www,
body.accueil #www {
    display: none !important;
}

body.accueil .centrage {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* --- Header --- */
body.accueil header.header {
    position: sticky;
    top: 0;
    z-index: 300;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
}

body.accueil .header_haut {
    background: #FFEA32 !important;
    padding: 6px 0 !important;
    box-shadow: none;
}

body.accueil .header_haut .centrage {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

body.accueil .header-tagline {
    margin-right: auto;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #1a1a1a;
    line-height: 1.3;
}

body.accueil .header_haut .bts--inline--droite {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
}

body.accueil .header_haut .bt.alt {
    background: #fff !important;
    color: #1a1a1a !important;
    border-radius: 4px;
    font-weight: 900;
    font-size: 13px !important;
    padding: 7px 14px !important;
    margin: 0 !important;
}

body.accueil .header_haut .bt.nocont {
    background: #1a1a1a !important;
    color: #FFEA32 !important;
    border-radius: 4px;
    font-weight: 900;
    font-size: 13px !important;
    padding: 7px 14px !important;
    margin: 0 !important;
}

body.accueil .header-bandeau {
    background: #111 !important;
    padding: 0 !important;
    box-shadow: none;
}

body.accueil .header-bandeau > .centrage {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 16px;
}

body.accueil .header-bandeau-logo {
    max-width: 210px !important;
    flex-shrink: 0;
}

body.accueil .header-bandeau-logo img {
    max-width: 210px !important;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
}

body.accueil .header2 {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 1;
    min-width: 0;
    overflow: visible;
}

@media (min-width: 801px) {
    body.accueil header .nav {
        position: static !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
        transform: none !important;
        margin: 0;
    }

    body.accueil header .nav:before {
        display: none !important;
    }

    body.accueil .nav > ul {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: flex-end !important;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        float: none !important;
    }

    body.accueil .nav > ul > li {
        float: none !important;
        margin: 0 !important;
        border: none !important;
        position: relative;
        width: auto !important;
        text-align: left !important;
    }

    body.accueil .nav > ul > li > a {
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        padding: 9px 11px !important;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        white-space: nowrap;
        text-shadow: none;
        background: transparent !important;
    }

    body.accueil .nav > ul > li:hover > a,
    body.accueil .nav > ul > li.active > a {
        color: #FFEA32 !important;
        background: transparent !important;
    }

    body.accueil .nav > ul > li > ul {
        top: 100% !important;
        left: 0;
        min-width: 220px;
        border-radius: 0 0 6px 6px;
        overflow: hidden;
    }

    body.accueil.scrolled header #logo,
    body.scrolled header #logo {
        display: block !important;
    }

    body.accueil.scrolled nav.nav {
        position: static !important;
        transform: none !important;
    }
}

/* --- Hero slideshow --- */
body.accueil .diaporama--accueil {
    position: relative;
    min-height: 52vh !important;
    max-height: 580px;
    background: #111 !important;
    margin-bottom: 0;
    overflow: hidden;
}

body.accueil .diaporama--accueil::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.15) 45%,
        rgba(0, 0, 0, 0.78) 100%
    );
    z-index: 1;
    pointer-events: none;
}

body.accueil .diaporama--accueil > img {
    width: 100%;
    height: 100%;
    min-height: 52vh !important;
    max-height: 580px;
    object-fit: cover;
    object-position: center;
    display: block;
}

body.accueil .accueil-selector {
    padding-bottom: 40px !important;
    z-index: 5;
}

body.accueil .accueil-selector h2 {
    font-size: clamp(1.5rem, 4.5vw, 2.8rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 10px !important;
    font-weight: 900;
}

body.accueil .accueil-selector .hero-subtitle {
    display: block;
    margin-top: 14px;
    font-size: clamp(0.7rem, 1.4vw, 0.95rem);
    font-weight: 700;
    color: #FFEA32;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

body.accueil .fleche-intro {
    margin-top: 1.4em;
    border-color: #FFEA32;
    background: rgba(0, 0, 0, 0.35);
}

/* --- Main content --- */
body.accueil .contenu {
    background: #fff;
}

body.accueil .grandtitre {
    font-size: clamp(1.3rem, 2.8vw, 1.85rem) !important;
    padding-top: 1.6em !important;
    margin-bottom: 0.5em;
    line-height: 1.25;
    color: #111;
}

body.accueil .bloc--centre {
    max-width: 800px;
    margin: 0 auto;
}

body.accueil .txt_contenu {
    font-size: 1rem;
    line-height: 1.8;
    color: #2a2a2a;
}

body.accueil .txt_contenu a {
    color: #E20909;
    font-weight: 700;
    text-decoration: none;
}

body.accueil .txt_contenu a:hover {
    text-decoration: underline;
}

body.accueil .sep.vsy {
    opacity: 0.4;
}

/* --- Slideshow section --- */
body.accueil .slideshow {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
}

body.accueil .slide-txt.bloc--compl2 {
    background: rgba(255, 234, 50, 0.95) !important;
    padding: 1.4em 1.6em !important;
}

body.accueil .slide-txt h2 {
    font-size: 1.1em !important;
    margin-bottom: 0.5em;
    color: #111;
}

/* --- Cards "À découvrir" --- */
body.accueil .bloc--deco {
    background: linear-gradient(180deg, #FFEA32 0%, #f5e020 100%) !important;
    padding: 2em 0 2.5em;
}

body.accueil .bloc--deco .grandtitre.blanc {
    color: #111 !important;
    font-size: clamp(1.4rem, 3vw, 2rem) !important;
    text-shadow: none;
}

body.accueil .grille-annonce--l4--centre {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25em;
}

body.accueil .grille-annonce--l4--centre .ann {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    flex: unset !important;
}

body.accueil .grille-annonce--l4--centre .ann:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

body.accueil .ann-img img,
body.accueil .ann-elem.ann-img img {
    min-height: 170px;
    border-radius: 0;
}

body.accueil .ann-titre h2 {
    font-size: 0.95em !important;
    line-height: 1.35;
    padding: 0 1em;
    margin: 0.8em 0 0.4em;
}

body.accueil .ann-titre h2 a {
    color: #111;
    text-decoration: none;
}

body.accueil .ann-desc {
    padding: 0 1em;
    font-size: 0.88em;
    color: #555;
}

body.accueil .ann-bts {
    padding: 0.8em 1em 1.2em;
}

body.accueil .ann-bts .bt {
    background: #E20909;
    color: #fff !important;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 700;
    padding: 0.55em 1.1em;
}

/* --- Footer --- */
body.accueil footer.footer {
    background: #111;
    color: #ddd;
}

body.accueil footer .adresse .img img {
    max-height: 65px;
    background: transparent;
    padding: 0;
}

@media (max-width: 1024px) {
    body.accueil .nav > ul > li > a {
        font-size: 11px !important;
        padding: 8px 7px !important;
    }

    body.accueil .header-bandeau-logo,
    body.accueil .header-bandeau-logo img {
        max-width: 170px !important;
    }
}

@media (max-width: 768px) {
    body.accueil .header-tagline {
        display: none;
    }

    body.accueil .header-bandeau > .centrage {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    body.accueil .header-bandeau-logo,
    body.accueil .header-bandeau-logo img {
        max-width: 150px !important;
    }

    body.accueil .diaporama--accueil,
    body.accueil .diaporama--accueil > img {
        min-height: 42vh !important;
        max-height: 420px;
    }

    body.accueil .grille-annonce--l4--centre {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   INTERIOR PAGES (pneus-neufs, guide-local, etc.)
   ============================================ */

body.page-interior .plan--arriere {
    display: none !important;
}

body.page-interior .header-bandeau-www,
body.page-interior #www {
    display: none !important;
}

body.page-interior .centrage {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

body.page-interior header.header {
    position: sticky;
    top: 0;
    z-index: 300;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
}

body.page-interior .header_haut {
    background: #FFEA32 !important;
    padding: 6px 0 !important;
    box-shadow: none;
}

body.page-interior .header_haut .centrage {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

body.page-interior .header-tagline {
    margin-right: auto;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #1a1a1a;
    line-height: 1.3;
}

body.page-interior .header_haut .bts--inline--droite {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
}

body.page-interior .header_haut .bt.alt {
    background: #fff !important;
    color: #1a1a1a !important;
    border-radius: 4px;
    font-weight: 900;
    font-size: 13px !important;
    padding: 7px 14px !important;
    margin: 0 !important;
}

body.page-interior .header_haut .bt.nocont {
    background: #1a1a1a !important;
    color: #FFEA32 !important;
    border-radius: 4px;
    font-weight: 900;
    font-size: 13px !important;
    padding: 7px 14px !important;
    margin: 0 !important;
}

body.page-interior .header-bandeau {
    background: #111 !important;
    padding: 0 !important;
    box-shadow: none;
}

body.page-interior .header-bandeau > .centrage {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 16px;
}

body.page-interior .header-bandeau-logo {
    max-width: 210px !important;
    flex-shrink: 0;
}

body.page-interior .header-bandeau-logo img {
    max-width: 210px !important;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
}

body.page-interior .header2 {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 1;
    min-width: 0;
    overflow: visible;
}

@media (min-width: 801px) {
    body.page-interior header .nav {
        position: static !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
        transform: none !important;
        margin: 0;
    }

    body.page-interior header .nav:before {
        display: none !important;
    }

    body.page-interior .nav > ul {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: flex-end !important;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        float: none !important;
    }

    body.page-interior .nav > ul > li {
        float: none !important;
        margin: 0 !important;
        border: none !important;
        position: relative;
        width: auto !important;
        text-align: left !important;
    }

    body.page-interior .nav > ul > li > a {
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        padding: 9px 11px !important;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        white-space: nowrap;
        text-shadow: none;
        background: transparent !important;
    }

    body.page-interior .nav > ul > li:hover > a,
    body.page-interior .nav > ul > li.active > a {
        color: #FFEA32 !important;
        background: transparent !important;
    }

    body.page-interior .nav > ul > li > ul {
        top: 100% !important;
        left: 0;
        min-width: 220px;
        border-radius: 0 0 6px 6px;
        overflow: hidden;
    }

    body.page-interior.scrolled header #logo {
        display: block !important;
    }

    body.page-interior.scrolled nav.nav {
        position: static !important;
        transform: none !important;
    }
}

/* Hero banner */
body.page-interior .page-hero {
    min-height: 320px;
    align-items: center;
    background-color: #111;
}

body.page-interior .page-hero::after {
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.45) 50%,
        rgba(0, 0, 0, 0.65) 100%
    );
}

body.page-interior .page-hero .centrage {
    padding: 3em 20px 2.5em;
}

body.page-interior .page-hero h1 {
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    margin-bottom: 0.5em;
}

body.page-interior .page-hero .hero-sub {
    font-size: clamp(0.85rem, 1.8vw, 1.05rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Page content */
body.page-interior .page-content {
    background: #fff;
    padding: 3em 0 3.5em;
}

body.page-interior .page-content .grandtitre {
    font-size: clamp(1.2rem, 2.5vw, 1.55rem) !important;
    text-align: left !important;
    padding-top: 0 !important;
    margin: 0 0 0.6em;
    line-height: 1.3;
    color: #111;
}

body.page-interior .page-content .txt_contenu {
    font-size: 1rem;
    line-height: 1.8;
    color: #2a2a2a;
}

body.page-interior .page-content .txt_contenu a {
    color: #E20909;
    font-weight: 700;
    text-decoration: none;
}

body.page-interior .page-content .txt_contenu a:hover {
    text-decoration: underline;
}

body.page-interior .two-col img {
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

body.page-interior .section-title {
    margin-top: 0.5em;
}

body.page-interior .feature-box {
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

body.page-interior .card-item {
    border-color: #e0e0e0;
}

body.page-interior .cta-band {
    margin-top: 3em;
}

body.page-interior .cta-band .bt.alt {
    border-color: #FFEA32;
}

/* Footer */
body.page-interior footer.footer {
    background: #111;
    color: #ddd;
}

body.page-interior footer .adresse .img img {
    max-height: 65px;
    background: transparent;
    padding: 0;
}

body.page-interior .footer-jalis {
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-interior .footer-jalis a {
    color: #ccc;
}

body.page-interior .footer-jalis h3 {
    color: #FFEA32;
    font-size: 0.95em;
    margin-bottom: 0.5em;
}

@media (max-width: 1024px) {
    body.page-interior .nav > ul > li > a {
        font-size: 11px !important;
        padding: 8px 7px !important;
    }

    body.page-interior .header-bandeau-logo,
    body.page-interior .header-bandeau-logo img {
        max-width: 170px !important;
    }
}

@media (max-width: 768px) {
    body.page-interior .header-tagline {
        display: none;
    }

    body.page-interior .header-bandeau > .centrage {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    body.page-interior .header-bandeau-logo,
    body.page-interior .header-bandeau-logo img {
        max-width: 150px !important;
    }

    body.page-interior .page-hero {
        min-height: 240px;
    }

    body.page-interior .page-hero .centrage {
        padding: 2em 20px 1.8em;
    }

    body.page-interior .page-content {
        padding: 2em 0 2.5em;
    }

    body.page-interior .cards-grid {
        grid-template-columns: 1fr;
    }

    body.page-interior .features-row {
        grid-template-columns: 1fr 1fr;
    }
}
