






/* ===================================================================
   ARCOP Niger - Design Épuré et Professionnel
   Utilisation minimaliste des couleurs
   =================================================================== */

/* VARIABLES - Palette simplifiée */
:root {
    /* Couleurs d'accent - Usage limité */
    --arcop-orange: #F49401;
    --arcop-vert: #2BA737;

    /* Couleurs neutres dominantes */
    --arcop-blanc: #FFFFFF;
    --arcop-noir: #231F20;
    --arcop-gris-clair: #F8F9FA;
    --arcop-gris: #6C757D;
    --arcop-gris-fonce: #343A40;
}

/* TYPOGRAPHIE */
body {
    font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
    color: var(--arcop-noir);
    background-color: var(--arcop-blanc);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: var(--arcop-noir);
}

/* MAIN CONTENT - No margin for pages with hero */
.main-content {
    margin-top: 0;
    padding-top: 0;
}

/* ===================================================================
   HEADER - DESKTOP & MOBILE
   =================================================================== */

/* Mobile Header - Caché par défaut, visible sur mobile/tablette */
.mobile-header {
    display: none;
    background-color: var(--arcop-blanc);
    border-bottom: 3px solid var(--arcop-orange);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo-mobile img {
    max-height: 60px;
    width: auto;
}

/* Bouton Menu Hamburger - Style Orange ARCOP */
.mobile-header .navbar-toggler {
    border: 2px solid var(--arcop-orange);
    border-radius: 8px;
    padding: 8px 12px;
    background-color: var(--arcop-blanc);
    transition: all 0.3s;
}

.mobile-header .navbar-toggler:hover {
    background-color: var(--arcop-orange);
}

.mobile-header .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mobile-header .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(244, 148, 1, 0.25);
}

.mobile-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(244, 148, 1, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 24px;
    height: 24px;
}

/* TOP HEADER - Desktop */
.top-header {
    background-color: var(--arcop-gris-clair);
    border-bottom: 1px solid #dee2e6;
}

.logo-arcop-top {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    color: var(--arcop-noir);
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.logo-arcop-top:hover {
    color: var(--arcop-orange);
}

.numero-vert {
    color: var(--arcop-vert);
    font-size: 1.1rem;
}

.search-form-header input {
    border: 1px solid #dee2e6;
    border-radius: 4px 0 0 4px;
}

.search-form-header button {
    border-radius: 0 4px 4px 0;
}

.armoirie-niger {
    transition: transform 0.3s;
}

.armoirie-niger:hover {
    transform: scale(1.05);
}

.logo-arcop-img {
    height: 40px;
    width: auto;
}

/* NAVIGATION - Simple et claire */
.navbar-arcop {
    background-color: var(--arcop-blanc);
    border-bottom: 3px solid var(--arcop-orange);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    padding: 0.3rem 0;
}

.navbar-arcop .navbar-nav {
    gap: 0.2rem;
}

.navbar-arcop .navbar-brand {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    color: var(--arcop-noir) !important;
    text-transform: uppercase;
}

.navbar-arcop .nav-link {
    color: var(--arcop-noir) !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.4rem 0.6rem !important;
    transition: color 0.3s;
    white-space: nowrap;
}

.navbar-arcop .nav-link i {
    display: none;
}

.navbar-arcop .nav-link:hover {
    color: var(--arcop-orange) !important;
}

.navbar-arcop .dropdown-menu {
    border: 1px solid var(--arcop-gris-clair);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    font-size: 0.9rem;
}

.navbar-arcop .dropdown-item {
    padding: 0.4rem 1rem;
}

.navbar-arcop .dropdown-item:hover {
    background-color: var(--arcop-gris-clair);
    color: var(--arcop-orange);
}

/* LOGO */
.logo-arcop {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.logo-circles {
    width: 35px;
    height: 35px;
    position: relative;
}

.logo-circle {
    position: absolute;
    border: 2px solid var(--arcop-orange);
    border-radius: 50%;
}

.logo-circle:nth-child(1) { width: 35px; height: 35px; opacity: 1; }
.logo-circle:nth-child(2) { width: 26px; height: 26px; top: 4.5px; left: 4.5px; opacity: 0.6; }
.logo-circle:nth-child(3) { width: 17px; height: 17px; top: 9px; left: 9px; opacity: 0.4; }
.logo-circle:nth-child(4) { width: 8px; height: 8px; top: 13.5px; left: 13.5px; opacity: 0.2; }

/* HERO - Fond blanc */
.hero-arcop {
    background-color: var(--arcop-blanc);
    padding: 4rem 0;
    border-bottom: 1px solid var(--arcop-gris-clair);
}

.hero-arcop h1 {
    font-size: 2.2rem;
    color: var(--arcop-noir);
    margin-bottom: 1.2rem;
}

.hero-arcop .lead {
    font-size: 1.15rem;
    color: var(--arcop-gris);
    margin-bottom: 2rem;
}

/* BOUTONS - Orange pour les CTA */
.btn-arcop-orange {
    background-color: var(--arcop-orange);
    border: 2px solid var(--arcop-orange);
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.btn-arcop-orange:hover {
    background-color: transparent;
    color: var(--arcop-orange);
}

.btn-arcop-vert {
    background-color: var(--arcop-vert);
    border: 2px solid var(--arcop-vert);
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 0.75rem 1.8rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.btn-arcop-vert:hover {
    background-color: transparent;
    color: var(--arcop-vert);
}

.btn-arcop-outline {
    background-color: transparent;
    border: 2px solid var(--arcop-noir);
    color: var(--arcop-noir);
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 0.75rem 1.8rem;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-arcop-outline:hover {
    background-color: var(--arcop-noir);
    color: white;
}

/* CARTES - Bordures fines */
.card-arcop {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.3s;
    background: white;
}

.card-arcop:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: var(--arcop-orange);
}

.card-arcop .card-header {
    background-color: var(--arcop-gris-clair);
    border-bottom: 2px solid var(--arcop-orange);
    font-weight: bold;
}

/* TITRES DE SECTION */
.section-title {
    font-weight: bold;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--arcop-orange);
}

.section-title-left::after {
    left: 0;
    transform: none;
}

/* ICÔNES - Bordures colorées sur fond blanc */
.icon-circle-orange {
    width: 70px;
    height: 70px;
    background: white;
    border: 3px solid var(--arcop-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--arcop-orange);
    font-size: 1.8rem;
    margin: 0 auto 1rem;
    transition: all 0.3s;
}

.icon-circle-orange:hover {
    background: var(--arcop-orange);
    color: white;
}

.icon-circle-vert {
    width: 70px;
    height: 70px;
    background: white;
    border: 3px solid var(--arcop-vert);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--arcop-vert);
    font-size: 1.8rem;
    margin: 0 auto 1rem;
    transition: all 0.3s;
}

.icon-circle-vert:hover {
    background: var(--arcop-vert);
    color: white;
}

/* FOOTER - Sobre */
.footer-arcop {
    background-color: var(--arcop-noir);
    color: white;
    padding: 3rem 0 1rem;
    border-top: 3px solid var(--arcop-orange);
}

.footer-arcop h5 {
    font-weight: bold;
    margin-bottom: 1.2rem;
}

.footer-arcop a {
    color: rgba(255,255,255,0.75);
    transition: color 0.3s;
    text-decoration: none;
}

.footer-arcop a:hover {
    color: var(--arcop-orange);
}

.footer-arcop .social-links a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    transition: all 0.3s;
}

.footer-arcop .social-links a:hover {
    background: var(--arcop-orange);
    border-color: var(--arcop-orange);
}

/* FORMULAIRES */
.form-control {
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0.7rem 1rem;
}

.form-control:focus {
    border-color: var(--arcop-orange);
    box-shadow: 0 0 0 0.15rem rgba(244, 148, 1, 0.15);
}

.form-label {
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--arcop-noir);
}

/* ALERTS */
.alert-arcop-success {
    background: white;
    border-left: 3px solid var(--arcop-vert);
    border-radius: 3px;
}

.alert-arcop-warning {
    background: white;
    border-left: 3px solid var(--arcop-orange);
    border-radius: 3px;
}

/* UTILITIES */
.text-arcop-orange { color: var(--arcop-orange) !important; }
.text-arcop-vert { color: var(--arcop-vert) !important; }
.bg-arcop-gris-clair { background-color: var(--arcop-gris-clair) !important; }
.bg-arcop-orange { background-color: var(--arcop-orange) !important; }
.border-arcop-orange { border-color: var(--arcop-orange) !important; }

/* SECTION BACKGROUNDS */
.section-bg {
    background-color: var(--arcop-gris-clair);
    padding: 3.5rem 0;
}

/* LIENS */
a {
    color: var(--arcop-orange);
    text-decoration: none;
}

a:hover {
    color: var(--arcop-noir);
}

/* SÉPARATEURS */
hr {
    border-color: #E0E0E0;
    opacity: 1;
}

/* ANIMATIONS SUBTILES */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in-up {
    animation: fadeIn 0.5s ease-out;
}

/* ===================================================================
   HOMEPAGE STYLES - Enhanced Sections
   =================================================================== */

/* HERO CAROUSEL - Design léger */
.hero-carousel {
    position: relative;
    margin-top: 0;
    background-color: var(--arcop-gris-clair);
}

.hero-slide {
    min-height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 50%, transparent 100%);
}

.hero-slide .container {
    position: relative;
    z-index: 2;
}

.hero-slide h1,
.hero-slide h2 {
    color: var(--arcop-noir);
    text-shadow: none;
}

.hero-slide p {
    color: var(--arcop-gris-fonce);
}

.hero-slide-1 {
    background-image: url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1600&h=900&fit=crop');
    background-position: right center;
}

.hero-slide-2 {
    background-image: url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=1600&h=900&fit=crop');
    background-position: right center;
}

.hero-slide-3 {
    background-image: url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?w=1600&h=900&fit=crop');
    background-position: right center;
}

.min-vh-50 {
    min-height: auto;
    padding: 3rem 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(244, 148, 1, 0.8);
    border-radius: 50%;
    padding: 1rem;
    width: 2.5rem;
    height: 2.5rem;
}

.carousel-indicators {
    margin-bottom: 1rem;
}

.carousel-indicators button {
    background-color: rgba(35,31,32,0.3);
    height: 3px;
    width: 30px;
}

.carousel-indicators button.active {
    background-color: var(--arcop-orange);
}

/* STATS SECTION */
.stats-section {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.stat-card {
    padding: 2rem 1rem;
    border-radius: 8px;
    transition: all 0.3s;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    font-size: 3rem;
    color: var(--arcop-orange);
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: var(--arcop-orange);
    margin-bottom: 0.5rem;
}

.stat-label {
    color: var(--arcop-gris);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* HOVER LIFT EFFECT */
.hover-lift {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

/* SERVICE CARDS */
.service-card {
    transition: all 0.3s;
    border: 2px solid transparent;
}

.service-card:hover {
    border-color: var(--arcop-orange);
    transform: scale(1.03);
}

/* ACTUALITÉ CARDS */
.actualite-card {
    overflow: hidden;
    transition: all 0.3s;
}

.actualite-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.actualite-card img {
    transition: transform 0.3s;
    height: 220px;
    object-fit: cover;
}

.actualite-card:hover img {
    transform: scale(1.05);
}

.actualite-placeholder {
    height: 220px;
    background: linear-gradient(135deg, var(--arcop-gris-clair), #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
}

.actualite-placeholder i {
    font-size: 4rem;
    color: var(--arcop-orange);
    opacity: 0.4;
}

.actualite-date {
    color: var(--arcop-gris);
    font-size: 0.85rem;
}

/* CTA SECTION */
.cta-section {
    background: linear-gradient(135deg, var(--arcop-orange), var(--arcop-noir));
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

/* NEWSLETTER FORM */
.newsletter-form {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-form .input-group {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.newsletter-form .form-control {
    border: none;
    padding: 1rem 1.5rem;
}

.newsletter-form .btn {
    padding: 1rem 2rem;
    border: none;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
}

/* ===================================================================
   RESPONSIVE BREAKPOINTS
   =================================================================== */

/* Tablette et Mobile (< 992px) */
@media (max-width: 991.98px) {
    /* Afficher le mobile header */
    .mobile-header {
        display: block !important;
    }

    /* Cacher le top header */
    .top-header {
        display: none !important;
    }

    /* Navigation mobile adaptée */
    .navbar-arcop {
        padding: 0;
    }

    .navbar-arcop .container {
        padding: 0;
    }

    .navbar-arcop .navbar-collapse {
        padding: 1rem;
        border-top: 1px solid #e0e0e0;
        margin-top: 0;
        background-color: var(--arcop-blanc);
    }

    .navbar-arcop .navbar-nav {
        width: 100%;
        gap: 0;
    }

    .navbar-arcop .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        width: 100%;
    }

    .navbar-arcop .nav-item:last-child {
        border-bottom: none;
    }

    .navbar-arcop .nav-link {
        padding: 0.75rem 1rem !important;
        display: block;
    }

    .navbar-arcop .nav-link i {
        display: inline-block !important;
        width: 20px;
    }

    /* Dropdown mobile */
    .navbar-arcop .dropdown-menu {
        background-color: var(--arcop-gris-clair);
        border: none;
        margin-left: 1rem;
        box-shadow: none;
    }

    .navbar-arcop .dropdown-item {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .navbar-arcop .dropdown-header {
        color: var(--arcop-orange);
        font-weight: bold;
        padding-top: 0.75rem;
    }

    /* Hero responsive */
    .hero-slide {
        min-height: 400px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .hero-slide h1 {
        font-size: 2rem;
    }

    .hero-slide .display-4 {
        font-size: 1.8rem;
    }

    .hero-arcop h1 { 
        font-size: 1.6rem; 
    }

    .navbar-arcop .navbar-brand { 
        font-size: 1.2rem; 
    }
}

/* Très petits écrans (< 576px) */
@media (max-width: 575.98px) {
    .mobile-header .logo-mobile img {
        max-height: 50px;
    }

    .mobile-header .navbar-toggler {
        padding: 6px 10px;
    }

    .mobile-header .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .navbar-arcop .nav-link {
        font-size: 0.85rem;
    }

    .navbar-arcop .dropdown-item {
        font-size: 0.85rem;
    }

    .top-header .row > div {
        text-align: center !important;
        margin-bottom: 0.5rem;
    }

    .logo-arcop-top {
        font-size: 1rem;
    }

    .search-form-header {
        width: 100%;
        margin-top: 0.5rem;
    }

    .logo-arcop-img {
        height: 30px;
    }
}

/* Desktop (≥ 992px) */
@media (min-width: 992px) {
    /* Cacher le mobile header */
    .mobile-header {
        display: none !important;
    }

    /* Afficher le top header */
    .top-header {
        display: block !important;
    }
}

/* ===================================================================
   DOMAINES D'INTERVENTION - DESIGN MODERNE
   =================================================================== */

/* SECTION DOMAINES */
.domaines-intervention {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.domaines-intervention::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(244, 148, 1, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

/* TITRE MODERNE */
.section-title-modern {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--arcop-noir);
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
}

.section-title-modern::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--arcop-orange), var(--arcop-vert));
    border-radius: 2px;
}

/* CARTE DOMAINE - Design Moderne */
.domaine-card {
    position: relative;
    height: 100%;
    perspective: 1000px;
}

.domaine-card-inner {
    position: relative;
    background: white;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Effet de survol - Bordure orange qui glisse */
.domaine-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(135deg, var(--arcop-orange), var(--arcop-vert));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s;
}

.domaine-card:hover .domaine-card-inner::before {
    opacity: 1;
}

.domaine-card:hover .domaine-card-inner {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px rgba(244, 148, 1, 0.15);
}

/* ICÔNE MODERNE */
.domaine-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s;
    box-shadow: 0 4px 20px rgba(244, 148, 1, 0.3);
}

.domaine-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    filter: blur(10px);
    opacity: 0.5;
    z-index: -1;
}

.domaine-icon i {
    font-size: 2rem;
    color: white;
    transition: transform 0.4s;
}

.domaine-card:hover .domaine-icon {
    transform: scale(1.1) rotate(5deg);
}

.domaine-card:hover .domaine-icon i {
    transform: scale(1.1);
}

/* TITRE DOMAINE */
.domaine-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--arcop-noir);
    margin-bottom: 1rem;
    transition: color 0.3s;
}

.domaine-card:hover .domaine-title {
    color: var(--arcop-orange);
}

/* DESCRIPTION */
.domaine-description {
    color: var(--arcop-gris);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: 60px;
}

/* LIEN - Design moderne */
.domaine-link {
    display: inline-flex;
    align-items: center;
    color: var(--arcop-orange);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
}

.domaine-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--arcop-orange), var(--arcop-vert));
    transition: width 0.3s;
}

.domaine-link:hover::after {
    width: 100%;
}

.domaine-link i {
    transition: transform 0.3s;
}

.domaine-link:hover i {
    transform: translateX(5px);
}

.domaine-link:hover {
    color: var(--arcop-orange);
}

/* ANIMATION D'ENTRÉE */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.domaine-card {
    animation: fadeInUp 0.6s ease-out backwards;
}

.domaine-card:nth-child(1) { animation-delay: 0.1s; }
.domaine-card:nth-child(2) { animation-delay: 0.2s; }
.domaine-card:nth-child(3) { animation-delay: 0.3s; }
.domaine-card:nth-child(4) { animation-delay: 0.4s; }
.domaine-card:nth-child(5) { animation-delay: 0.5s; }
.domaine-card:nth-child(6) { animation-delay: 0.6s; }

/* VARIANTE - Icônes avec couleurs différentes */
.domaine-card:nth-child(2) .domaine-icon {
    background: linear-gradient(135deg, var(--arcop-vert), #3bc750);
    box-shadow: 0 4px 20px rgba(43, 167, 55, 0.3);
}

.domaine-card:nth-child(4) .domaine-icon {
    background: linear-gradient(135deg, var(--arcop-vert), #3bc750);
    box-shadow: 0 4px 20px rgba(43, 167, 55, 0.3);
}

.domaine-card:nth-child(6) .domaine-icon {
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    box-shadow: 0 4px 20px rgba(244, 148, 1, 0.3);
}

/* RESPONSIVE DOMAINES */
@media (max-width: 991.98px) {
    .section-title-modern {
        font-size: 2rem;
    }

    .domaine-card-inner {
        padding: 2rem 1.5rem;
    }

    .domaine-icon {
        width: 70px;
        height: 70px;
    }

    .domaine-icon i {
        font-size: 1.75rem;
    }
}

@media (max-width: 575.98px) {
    .section-title-modern {
        font-size: 1.75rem;
    }

    .domaine-card-inner {
        padding: 1.75rem 1.25rem;
    }

    .domaine-icon {
        width: 65px;
        height: 65px;
    }

    .domaine-icon i {
        font-size: 1.5rem;
    }

    .domaine-title {
        font-size: 1.1rem;
    }

    .domaine-description {
        font-size: 0.9rem;
        min-height: auto;
    }
}

/* ===================================================================
   SECTION ABOUT - DESIGN MODERNE
   =================================================================== */

/* SECTION ABOUT */
.about-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

/* IMAGE WRAPPER */
.about-image-wrapper {
    position: relative;
    padding: 1rem;
}

.about-image-container {
    position: relative;
    border-radius: 20px;
    overflow: visible;
}

.about-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s;
}

.about-image:hover {
    transform: scale(1.02);
}

/* BADGE D'EXPÉRIENCE - Design moderne */
.experience-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    padding: 1.5rem 2rem;
    border-radius: 15px;
    color: white;
    box-shadow: 0 10px 30px rgba(244, 148, 1, 0.4);
    z-index: 10;
    backdrop-filter: blur(10px);
}

.experience-number {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.experience-text {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
    opacity: 0.95;
}

/* FORMES DÉCORATIVES */
.about-shape-1 {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, var(--arcop-orange), var(--arcop-vert));
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
}

.about-shape-2 {
    position: absolute;
    bottom: -30px;
    right: 50px;
    width: 100px;
    height: 100px;
    border: 3px solid var(--arcop-orange);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
}

/* CONTENU */
.about-content {
    padding: 1rem 0;
}

/* BADGE "À PROPOS" */
.about-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.2rem;
    background: rgba(244, 148, 1, 0.1);
    color: var(--arcop-orange);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

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

/* TITRE */
.about-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--arcop-noir);
    line-height: 1.2;
}

/* TEXTES */
.about-lead {
    font-size: 1.1rem;
    color: var(--arcop-gris-fonce);
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 500;
}

.about-text {
    color: var(--arcop-gris);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* VALEURS - Design moderne avec icônes */
.value-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 12px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.value-item:hover {
    transform: translateX(5px);
    border-color: var(--arcop-orange);
    box-shadow: 0 5px 15px rgba(244, 148, 1, 0.1);
}

.value-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--arcop-vert), #3bc750);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.value-item:hover .value-icon {
    transform: scale(1.1) rotate(-5deg);
}

.value-content {
    flex: 1;
}

.value-title {
    font-size: 1rem;
    font-weight: bold;
    color: var(--arcop-noir);
    margin-bottom: 0.2rem;
}

.value-desc {
    font-size: 0.85rem;
    color: var(--arcop-gris);
    margin-bottom: 0;
    line-height: 1.4;
}

/* BOUTON CTA MODERNE */
.btn-about-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-about-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-about-cta:hover::before {
    left: 100%;
}

.btn-about-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(244, 148, 1, 0.4);
    color: white;
}

.btn-about-cta i {
    font-size: 0.9rem;
    transition: transform 0.3s;
}

.btn-about-cta:hover i {
    transform: translateX(5px);
}

/* ANIMATIONS D'ENTRÉE (optionnel avec AOS) */
[data-aos="fade-right"],
[data-aos="fade-left"] {
    opacity: 0;
    transition: opacity 0.8s, transform 0.8s;
}

[data-aos="fade-right"].aos-animate {
    opacity: 1;
    transform: translateX(0);
}

[data-aos="fade-left"].aos-animate {
    opacity: 1;
    transform: translateX(0);
}

/* RESPONSIVE ABOUT */
@media (max-width: 991.98px) {
    .about-title {
        font-size: 2rem;
    }

    .about-lead {
        font-size: 1rem;
    }

    .experience-badge {
        bottom: 20px;
        left: 20px;
        padding: 1.2rem 1.5rem;
    }

    .experience-number {
        font-size: 2rem;
    }

    .experience-text {
        font-size: 0.8rem;
    }

    .about-image-wrapper {
        margin-bottom: 2rem;
    }

    .value-item {
        padding: 0.8rem;
    }

    .value-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .about-title {
        font-size: 1.75rem;
    }

    .about-badge {
        font-size: 0.85rem;
        padding: 0.4rem 1rem;
    }

    .experience-badge {
        bottom: 15px;
        left: 15px;
        padding: 1rem 1.2rem;
    }

    .experience-number {
        font-size: 1.75rem;
    }

    .about-shape-1,
    .about-shape-2 {
        display: none;
    }

    .btn-about-cta {
        width: 100%;
        justify-content: center;
        padding: 0.9rem 1.5rem;
    }

    .value-item {
        margin-bottom: 0.5rem;
    }
}

/* ===================================================================
   SECTION ABOUT SIMPLIFIÉE - ADAPTÉE AU TEMPLATE
   =================================================================== */

/* IMAGE ABOUT - Effet moderne */
.about-image-modern {
    transition: transform 0.4s ease;
}

.about-image-modern:hover {
    transform: scale(1.02);
}

/* BADGE D'EXPÉRIENCE */
.experience-badge-modern {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(244, 148, 1, 0.4) !important;
}

/* GRADIENTS */
.bg-gradient-orange {
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b) !important;
}

.bg-gradient-vert {
    background: linear-gradient(135deg, var(--arcop-vert), #3bc750) !important;
}

.bg-orange-light {
    background-color: rgba(244, 148, 1, 0.1) !important;
}

/* CARTES DE VALEURS - Effet hover */
.value-card-modern {
    transition: all 0.3s ease;
    border: 2px solid transparent !important;
}

.value-card-modern:hover {
    transform: translateX(5px);
    border-color: var(--arcop-orange) !important;
    box-shadow: 0 5px 15px rgba(244, 148, 1, 0.1);
}

.value-card-modern .bg-gradient-vert {
    transition: transform 0.3s ease;
}

.value-card-modern:hover .bg-gradient-vert {
    transform: scale(1.1) rotate(-5deg);
}

/* RESPONSIVE ABOUT SIMPLIFIÉ */
@media (max-width: 991.98px) {
    .experience-badge-modern {
        padding: 1rem 1.5rem !important;
    }
    
    .experience-badge-modern .fs-2 {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 575.98px) {
    .experience-badge-modern {
        padding: 0.75rem 1rem !important;
        margin: 1rem !important;
    }
    
    .experience-badge-modern .fs-2 {
        font-size: 1.5rem !important;
    }
    
    .value-card-modern {
        padding: 0.75rem !important;
    }
}

/* ===================================================================
   SECTION SERVICES EN LIGNE - DESIGN MODERNE
   =================================================================== */

/* SECTION SERVICES */
.services-en-ligne-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

/* CARTE SERVICE MODERNE */
.service-card-modern {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    position: relative;
}

.service-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--arcop-orange), var(--arcop-vert));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
}

.service-card-modern:hover::before {
    transform: scaleX(1);
}

.service-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(244, 148, 1, 0.2);
}

/* HEADER DE LA CARTE */
.service-card-header {
    padding: 2rem 2rem 1rem;
    text-align: center;
    position: relative;
}

/* ICÔNE SERVICE MODERNE */
.service-icon-modern {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.2rem;
    position: relative;
    transition: all 0.4s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-icon-modern::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: inherit;
    filter: blur(15px);
    opacity: 0.5;
    z-index: -1;
}

.service-card-modern:hover .service-icon-modern {
    transform: scale(1.1) rotate(-5deg);
}

/* BODY DE LA CARTE */
.service-card-body {
    padding: 1rem 2rem 2rem;
    text-align: center;
}

.service-card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--arcop-noir);
    margin-bottom: 1rem;
}

.service-card-text {
    color: var(--arcop-gris);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: 60px;
}

/* BOUTON SERVICE MODERNE */
.btn-service-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.btn-service-modern::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.btn-service-modern:hover::before {
    width: 300px;
    height: 300px;
}

.btn-service-modern i {
    transition: transform 0.3s;
    font-size: 0.8rem;
}

.btn-service-modern:hover i {
    transform: translateX(5px);
}

/* BOUTON ORANGE */
.btn-service-modern.btn-orange {
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    color: white;
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.3);
}

.btn-service-modern.btn-orange:hover {
    box-shadow: 0 6px 20px rgba(244, 148, 1, 0.4);
    color: white;
    transform: translateY(-2px);
}

/* BOUTON VERT */
.btn-service-modern.btn-vert {
    background: linear-gradient(135deg, var(--arcop-vert), #3bc750);
    color: white;
    box-shadow: 0 4px 15px rgba(43, 167, 55, 0.3);
}

.btn-service-modern.btn-vert:hover {
    box-shadow: 0 6px 20px rgba(43, 167, 55, 0.4);
    color: white;
    transform: translateY(-2px);
}

/* ANIMATION D'ENTRÉE SERVICES */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card-modern {
    animation: slideInUp 0.6s ease-out backwards;
}

.service-card-modern:nth-child(1) { animation-delay: 0.1s; }
.service-card-modern:nth-child(2) { animation-delay: 0.2s; }
.service-card-modern:nth-child(3) { animation-delay: 0.3s; }
.service-card-modern:nth-child(4) { animation-delay: 0.4s; }

/* RESPONSIVE SERVICES */
@media (max-width: 991.98px) {
    .service-icon-modern {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }

    .service-card-body {
        padding: 1rem 1.5rem 1.5rem;
    }

    .service-card-text {
        min-height: auto;
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .service-card-header {
        padding: 1.5rem 1.5rem 1rem;
    }

    .service-icon-modern {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
        border-radius: 16px;
    }

    .service-card-title {
        font-size: 1.1rem;
    }

    .service-card-text {
        font-size: 0.9rem;
    }

    .btn-service-modern {
        padding: 0.65rem 1.25rem;
        font-size: 0.85rem;
    }
}

/* ===================================================================
   SECTION SERVICES - STYLE ALTERNATIF MODERNE
   =================================================================== */

/* SECTION SERVICES ALT */
.services-section-alt {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.services-section-alt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg, #f8f9fa 0%, transparent 100%);
    z-index: 0;
}

.services-section-alt .container {
    position: relative;
    z-index: 1;
}

/* BADGE SECTION */
.section-badge-alt {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.5rem;
    background: linear-gradient(135deg, rgba(244, 148, 1, 0.1), rgba(43, 167, 55, 0.1));
    border: 2px solid rgba(244, 148, 1, 0.2);
    color: var(--arcop-orange);
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}

.section-badge-alt:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(244, 148, 1, 0.2);
}

/* TITRE SECTION */
.section-title-alt {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--arcop-noir);
    position: relative;
    display: inline-block;
}

/* BOX SERVICE ALTERNATIF */
.service-box-alt {
    position: relative;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.service-box-inner {
    position: relative;
    z-index: 2;
    background: white;
    padding: 2.5rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 2px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(244, 148, 1, 0.05), rgba(43, 167, 55, 0.05));
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 1;
}

.service-box-alt:hover .service-box-bg {
    opacity: 1;
}

.service-box-alt:hover .service-box-inner {
    transform: translateY(-5px);
    border-color: var(--arcop-orange);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* ICÔNE BOX */
.service-icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.bg-orange-gradient {
    background: linear-gradient(135deg, #F49401, #ff9e1b);
    box-shadow: 0 8px 20px rgba(244, 148, 1, 0.3);
}

.bg-vert-gradient {
    background: linear-gradient(135deg, #2BA737, #3bc750);
    box-shadow: 0 8px 20px rgba(43, 167, 55, 0.3);
}

.service-box-alt:hover .service-icon-box {
    transform: scale(1.15) rotate(360deg);
}

/* TITRE SERVICE BOX */
.service-box-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--arcop-noir);
    margin-bottom: 1rem;
    text-align: center;
    transition: color 0.3s;
}

.service-box-alt:hover .service-box-title {
    color: var(--arcop-orange);
}

/* DESCRIPTION SERVICE BOX */
.service-box-desc {
    color: var(--arcop-gris);
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1.5rem;
    flex: 1;
    min-height: 60px;
}

/* LIEN SERVICE ALTERNATIF */
.service-link-alt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    text-align: center;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.service-link-alt::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.service-link-alt:hover::before {
    width: 300px;
    height: 300px;
}

.service-link-alt i {
    transition: transform 0.3s;
}

.service-link-alt:hover i {
    transform: translateX(5px);
}

/* LIEN ORANGE */
.service-link-alt.orange {
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    color: white;
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.3);
}

.service-link-alt.orange:hover {
    box-shadow: 0 6px 20px rgba(244, 148, 1, 0.4);
    transform: translateY(-2px);
    color: white;
}

/* LIEN VERT */
.service-link-alt.vert {
    background: linear-gradient(135deg, var(--arcop-vert), #3bc750);
    color: white;
    box-shadow: 0 4px 15px rgba(43, 167, 55, 0.3);
}

.service-link-alt.vert:hover {
    box-shadow: 0 6px 20px rgba(43, 167, 55, 0.4);
    transform: translateY(-2px);
    color: white;
}

/* BOÎTE INFO SÉCURITÉ */
.security-info-box {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 1.5rem 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.security-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 600;
    color: var(--arcop-noir);
}

.security-item i {
    font-size: 1.5rem;
}

.security-divider {
    width: 2px;
    height: 30px;
    background: linear-gradient(180deg, var(--arcop-orange), var(--arcop-vert));
    opacity: 0.3;
}

/* ANIMATION D'ENTRÉE ALT */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.service-box-alt {
    animation: fadeInScale 0.5s ease-out backwards;
}

.service-box-alt:nth-child(1) { animation-delay: 0.1s; }
.service-box-alt:nth-child(2) { animation-delay: 0.2s; }
.service-box-alt:nth-child(3) { animation-delay: 0.3s; }
.service-box-alt:nth-child(4) { animation-delay: 0.4s; }

/* RESPONSIVE SERVICES ALT */
@media (max-width: 991.98px) {
    .section-title-alt {
        font-size: 2rem;
    }

    .service-box-inner {
        padding: 2rem 1.5rem;
    }

    .service-icon-box {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }

    .service-box-title {
        font-size: 1.2rem;
    }

    .service-box-desc {
        min-height: auto;
    }

    .security-info-box {
        padding: 1.25rem 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .section-badge-alt {
        font-size: 0.85rem;
        padding: 0.5rem 1.2rem;
    }

    .section-title-alt {
        font-size: 1.75rem;
    }

    .service-box-inner {
        padding: 1.75rem 1.25rem;
    }

    .service-icon-box {
        width: 65px;
        height: 65px;
        font-size: 1.5rem;
    }

    .service-box-title {
        font-size: 1.1rem;
    }

    .service-box-desc {
        font-size: 0.9rem;
    }

    .service-link-alt {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }

    .security-info-box {
        padding: 1rem;
    }

    .security-item {
        font-size: 0.9rem;
        gap: 0.5rem;
    }

    .security-item i {
        font-size: 1.2rem;
    }
}

/* ===================================================================
   SECTION SERVICES - VERSION SIMPLE ADAPTÉE AU TEMPLATE
   =================================================================== */

/* CARTE SERVICE SIMPLE */
.service-card-simple {
    transition: all 0.3s ease;
}

.service-card-simple:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* ICÔNE SERVICE SIMPLE */
.service-icon-simple {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.service-card-simple:hover .service-icon-simple {
    transform: scale(1.1);
}

/* BOUTONS W-100 */
.service-card-simple .btn {
    transition: all 0.3s;
}

.service-card-simple .btn i {
    transition: transform 0.3s;
}

.service-card-simple .btn:hover i {
    transform: translateX(5px);
}

/* RESPONSIVE SERVICES SIMPLE */
@media (max-width: 991.98px) {
    .service-icon-simple {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }
}

@media (max-width: 575.98px) {
    .service-icon-simple {
        width: 65px;
        height: 65px;
        font-size: 1.5rem;
    }
    
    .service-card-simple .card-body {
        padding: 1.5rem !important;
    }
}

/* ===================================================================
   SECTION SERVICES - VERSION INSTITUTIONNELLE OFFICIELLE
   =================================================================== */

/* CARTE INSTITUTIONNELLE */
.service-institutional {
    background: #ffffff;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.service-institutional:hover {
    border-color: #F49401 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* ICÔNE INSTITUTIONNELLE */
.service-icon-institutional {
    margin: 0 auto;
}

.icon-wrapper-orange,
.icon-wrapper-vert {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    border: 3px solid;
    transition: all 0.3s ease;
}

.icon-wrapper-orange {
    border-color: #F49401;
    color: #F49401;
    background: rgba(244, 148, 1, 0.05);
}

.icon-wrapper-vert {
    border-color: #2BA737;
    color: #2BA737;
    background: rgba(43, 167, 55, 0.05);
}

.service-institutional:hover .icon-wrapper-orange {
    background: #F49401;
    color: white;
    transform: scale(1.05);
}

.service-institutional:hover .icon-wrapper-vert {
    background: #2BA737;
    color: white;
    transform: scale(1.05);
}

/* BOUTON INSTITUTIONNEL */
.btn-institutional {
    border-width: 2px;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    text-transform: none;
    letter-spacing: normal;
    transition: all 0.3s;
}

.btn-outline-primary.btn-institutional {
    border-color: #F49401;
    color: #F49401;
}

.btn-outline-primary.btn-institutional:hover {
    background-color: #F49401;
    border-color: #F49401;
    color: white;
}

.btn-outline-success.btn-institutional {
    border-color: #2BA737;
    color: #2BA737;
}

.btn-outline-success.btn-institutional:hover {
    background-color: #2BA737;
    border-color: #2BA737;
    color: white;
}

.btn-institutional i {
    transition: transform 0.3s;
}

.btn-institutional:hover i {
    transform: translateX(3px);
}

/* TITRE CARTE INSTITUTIONNELLE */
.service-institutional .card-title {
    font-size: 1.15rem;
    line-height: 1.4;
    min-height: 48px;
}

/* TEXTE CARTE INSTITUTIONNELLE */
.service-institutional .card-text {
    line-height: 1.6;
    min-height: 75px;
}

/* ALERTE INFORMATIONS */
.service-institutional + .row .alert {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    padding: 1.25rem;
}

.service-institutional + .row .alert strong {
    font-weight: 600;
}

/* RESPONSIVE INSTITUTIONNEL */
@media (max-width: 991.98px) {
    .icon-wrapper-orange,
    .icon-wrapper-vert {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }

    .service-institutional .card-title {
        font-size: 1.1rem;
        min-height: auto;
    }

    .service-institutional .card-text {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .icon-wrapper-orange,
    .icon-wrapper-vert {
        width: 75px;
        height: 75px;
        font-size: 1.8rem;
    }

    .service-institutional .card-body {
        padding: 1.5rem !important;
    }

    .btn-institutional {
        padding: 0.55rem 1rem;
        font-size: 0.95rem;
    }
}

/* ===================================================================
   SECTION SERVICES - VERSION ULTRA-MINIMALISTE
   =================================================================== */

/* CARTE MINIMALISTE */
.service-minimal {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: box-shadow 0.3s ease;
}

.service-minimal:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ICÔNE MINIMALISTE */
.service-minimal i {
    display: block;
}

/* TITRE MINIMALISTE */
.service-minimal h5 {
    color: #231F20;
}

/* RESPONSIVE MINIMAL */
@media (max-width: 575.98px) {
    .service-minimal .card-body {
        padding: 1.5rem !important;
    }
    
    .service-minimal i {
        font-size: 2.5rem !important;
    }
}

/* ===================================================================
   SECTION SERVICES - VERSION ÉQUILIBRÉE
   =================================================================== */

/* CARTE ÉQUILIBRÉE */
.service-card-balanced {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.service-card-balanced:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* BARRE SUPÉRIEURE */
.service-top-bar {
    height: 5px;
    width: 100%;
}

.service-top-bar.orange {
    background: linear-gradient(90deg, #F49401 0%, #ff9e1b 100%);
}

.service-top-bar.vert {
    background: linear-gradient(90deg, #2BA737 0%, #3bc750 100%);
}

/* CONTENU */
.service-content {
    padding: 2rem 1.5rem;
    text-align: center;
}

/* ICÔNE ÉQUILIBRÉE */
.service-icon-balanced {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.service-icon-balanced.orange {
    background: rgba(244, 148, 1, 0.1);
    color: #F49401;
}

.service-icon-balanced.vert {
    background: rgba(43, 167, 55, 0.1);
    color: #2BA737;
}

.service-card-balanced:hover .service-icon-balanced {
    transform: scale(1.1);
}

.service-card-balanced:hover .service-icon-balanced.orange {
    background: #F49401;
    color: white;
}

.service-card-balanced:hover .service-icon-balanced.vert {
    background: #2BA737;
    color: white;
}

/* TITRE ÉQUILIBRÉ */
.service-title-balanced {
    font-size: 1.15rem;
    font-weight: bold;
    color: #231F20;
    margin-bottom: 1rem;
}

/* DESCRIPTION ÉQUILIBRÉE */
.service-desc-balanced {
    color: #6C757D;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: 50px;
}

/* BOUTON ÉQUILIBRÉ */
.service-btn-balanced {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-btn-balanced.orange {
    background: #F49401;
    color: white;
}

.service-btn-balanced.vert {
    background: #2BA737;
    color: white;
}

.service-btn-balanced:hover {
    transform: translateX(3px);
    color: white;
}

.service-btn-balanced.orange:hover {
    background: #d67e01;
}

.service-btn-balanced.vert:hover {
    background: #228b2f;
}

.service-btn-balanced i {
    transition: transform 0.3s;
    font-size: 0.75rem;
}

.service-btn-balanced:hover i {
    transform: translateX(3px);
}

/* RESPONSIVE ÉQUILIBRÉ */
@media (max-width: 991.98px) {
    .service-content {
        padding: 1.75rem 1.25rem;
    }

    .service-icon-balanced {
        width: 65px;
        height: 65px;
        font-size: 1.8rem;
    }

    .service-desc-balanced {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .service-content {
        padding: 1.5rem 1rem;
    }

    .service-icon-balanced {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
        border-radius: 10px;
    }

    .service-title-balanced {
        font-size: 1.1rem;
    }

    .service-desc-balanced {
        font-size: 0.9rem;
    }

    .service-btn-balanced {
        padding: 0.6rem 1.25rem;
        font-size: 0.85rem;
    }
}

/* ===================================================================
   SECTION SERVICES - STYLE SANS CARTES
   =================================================================== */

/* BLOC SERVICE (SANS CARTE) */
.service-block {
    text-align: center;
    padding: 2rem 1rem;
    transition: all 0.3s ease;
}

.service-block:hover {
    transform: translateY(-3px);
}

/* ICÔNE BLOC */
.service-icon-block {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.service-icon-block.orange {
    color: #F49401;
}

.service-icon-block.vert {
    color: #2BA737;
}

/* Effet de cercle au survol */
.service-icon-block::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.service-block:hover .service-icon-block.orange::before {
    border-color: #F49401;
    transform: scale(1.2);
}

.service-block:hover .service-icon-block.vert::before {
    border-color: #2BA737;
    transform: scale(1.2);
}

.service-block:hover .service-icon-block {
    transform: scale(1.1);
}

/* TITRE BLOC */
.service-block-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #231F20;
    margin-bottom: 1rem;
}

/* TEXTE BLOC */
.service-block-text {
    color: #6C757D;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: 50px;
}

/* LIEN BLOC */
.service-block-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.service-block-link.orange {
    color: #F49401;
}

.service-block-link.vert {
    color: #2BA737;
}

.service-block-link.orange:hover {
    color: #d67e01;
    border-bottom-color: #F49401;
}

.service-block-link.vert:hover {
    color: #228b2f;
    border-bottom-color: #2BA737;
}

.service-block-link i {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.service-block-link:hover i {
    transform: translateX(5px);
}

/* SÉPARATEUR AVEC INFO */
.service-block + .row hr {
    border-color: #dee2e6;
    opacity: 0.5;
}

/* RESPONSIVE SANS CARTES */
@media (max-width: 991.98px) {
    .service-block {
        padding: 1.75rem 1rem;
    }

    .service-icon-block {
        width: 70px;
        height: 70px;
        font-size: 2.2rem;
    }

    .service-block-text {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .service-block {
        padding: 1.5rem 0.75rem;
    }

    .service-icon-block {
        width: 65px;
        height: 65px;
        font-size: 2rem;
    }

    .service-block-title {
        font-size: 1.1rem;
    }

    .service-block-text {
        font-size: 0.9rem;
    }

    .service-block-link {
        font-size: 0.9rem;
    }
}

/* ===================================================================
   SECTION SERVICES - STYLE HORIZONTAL (SANS CARTES)
   =================================================================== */

/* SERVICE HORIZONTAL */
.service-horizontal {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: white;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    border-radius: 0 4px 4px 0;
}

.service-horizontal:hover {
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}

.service-horizontal:hover.service-horizontal:has(.orange) {
    border-left-color: #F49401;
}

.service-horizontal:hover.service-horizontal:has(.vert) {
    border-left-color: #2BA737;
}

/* Alternative pour navigateurs ne supportant pas :has() */
.service-horizontal:hover {
    border-left-color: #F49401;
}

.service-horizontal:nth-child(even):hover {
    border-left-color: #2BA737;
}

/* ICÔNE HORIZONTALE */
.service-icon-horizontal {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-icon-horizontal.orange {
    background: rgba(244, 148, 1, 0.1);
    color: #F49401;
}

.service-icon-horizontal.vert {
    background: rgba(43, 167, 55, 0.1);
    color: #2BA737;
}

.service-horizontal:hover .service-icon-horizontal.orange {
    background: #F49401;
    color: white;
    transform: scale(1.05);
}

.service-horizontal:hover .service-icon-horizontal.vert {
    background: #2BA737;
    color: white;
    transform: scale(1.05);
}

/* INFO HORIZONTALE */
.service-info-horizontal {
    flex: 1;
}

.service-h-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #231F20;
    margin-bottom: 0.75rem;
}

.service-h-desc {
    color: #6C757D;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* LIEN HORIZONTAL */
.service-h-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-h-link.orange {
    color: #F49401;
}

.service-h-link.vert {
    color: #2BA737;
}

.service-h-link:hover {
    gap: 0.5rem;
}

.service-h-link.orange:hover {
    color: #d67e01;
}

.service-h-link.vert:hover {
    color: #228b2f;
}

.service-h-link i {
    transition: transform 0.3s ease;
}

.service-h-link:hover i {
    transform: translateX(5px);
}

/* RESPONSIVE HORIZONTAL */
@media (max-width: 991.98px) {
    .service-horizontal {
        padding: 1.5rem;
        gap: 1.25rem;
    }

    .service-icon-horizontal {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }

    .service-h-title {
        font-size: 1.15rem;
    }
}

@media (max-width: 575.98px) {
    .service-horizontal {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.5rem 1rem;
        border-left: none;
        border-top: 4px solid transparent;
        border-radius: 4px;
    }

    .service-horizontal:hover {
        transform: translateY(-3px);
        border-left: none;
    }

    .service-horizontal:hover.service-horizontal:has(.orange),
    .service-horizontal:hover {
        border-top-color: #F49401;
    }

    .service-horizontal:nth-child(even):hover {
        border-top-color: #2BA737;
    }

    .service-icon-horizontal {
        width: 65px;
        height: 65px;
        font-size: 1.8rem;
    }

    .service-h-title {
        font-size: 1.1rem;
    }

    .service-h-desc {
        font-size: 0.9rem;
    }
}

/* ===================================================================
   SECTION ACTUALITÉS - MODERNE ET PROFESSIONNELLE
   =================================================================== */

/* SECTION ACTUALITÉS */
.actualites-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

/* ARTICLE ACTUALITÉ */
.actualite-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.actualite-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* IMAGE WRAPPER */
.actualite-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: #f0f0f0;
}

.actualite-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.actualite-item:hover .actualite-image {
    transform: scale(1.05);
}

/* PLACEHOLDER MODERNE */
.actualite-placeholder-modern {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.actualite-placeholder-modern i {
    font-size: 4rem;
    color: #F49401;
    opacity: 0.3;
}

/* OVERLAY */
.actualite-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.actualite-item:hover .actualite-overlay {
    opacity: 1;
}

/* BADGE */
.actualite-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: white;
    color: #231F20;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* CONTENU */
.actualite-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* META */
.actualite-meta {
    margin-bottom: 0.75rem;
}

.actualite-date-modern {
    display: inline-flex;
    align-items: center;
    color: #6C757D;
    font-size: 0.875rem;
}

.actualite-date-modern i {
    color: #F49401;
}

/* TITRE */
.actualite-title-modern {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.actualite-title-modern a {
    color: #231F20;
    text-decoration: none;
    transition: color 0.3s ease;
}

.actualite-title-modern a:hover {
    color: #F49401;
}

/* EXTRAIT */
.actualite-excerpt {
    color: #6C757D;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex: 1;
}

/* LIEN LIRE LA SUITE */
.actualite-link-modern {
    display: inline-flex;
    align-items: center;
    color: #F49401;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.actualite-link-modern:hover {
    color: #d67e01;
    gap: 0.5rem;
}

.actualite-link-modern i {
    transition: transform 0.3s ease;
}

.actualite-link-modern:hover i {
    transform: translateX(5px);
}

/* RESPONSIVE ACTUALITÉS */
@media (max-width: 991.98px) {
    .actualites-section .row.mb-5 {
        text-align: center;
    }

    .actualites-section .text-lg-end {
        text-align: center !important;
        margin-top: 1rem;
    }

    .actualite-image-wrapper {
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .actualite-image-wrapper {
        height: 180px;
    }

    .actualite-content {
        padding: 1.25rem;
    }

    .actualite-title-modern {
        font-size: 1.05rem;
    }

    .actualite-excerpt {
        font-size: 0.9rem;
    }

    .actualite-badge {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }
}

/* ===================================================================
   SECTION PARTENAIRES - INSTITUTIONNELLE
   =================================================================== */

/* SECTION PARTENAIRES */
.partenaires-section {
    background: #ffffff;
    position: relative;
}

/* ITEM PARTENAIRE */
.partenaire-item {
    padding: 1rem;
    transition: all 0.3s ease;
}

.partenaire-item:hover {
    transform: translateY(-3px);
}

/* WRAPPER LOGO */
.partenaire-logo-wrapper {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.partenaire-item:hover .partenaire-logo-wrapper {
    border-color: var(--arcop-orange);
    box-shadow: 0 4px 12px rgba(244, 148, 1, 0.1);
}

/* LOGO */
.partenaire-logo {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partenaire-item:hover .partenaire-logo {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* RESPONSIVE PARTENAIRES */
@media (max-width: 991.98px) {
    .partenaire-logo-wrapper {
        height: 100px;
        padding: 1.25rem;
    }

    .partenaire-logo {
        max-height: 70px;
    }
}

@media (max-width: 575.98px) {
    .partenaire-logo-wrapper {
        height: 90px;
        padding: 1rem;
    }

    .partenaire-logo {
        max-height: 60px;
    }

    .partenaire-item {
        padding: 0.75rem;
    }
}

/* ===================================================================
   SECTION ACTUALITÉ FEATURED HERO - ADAPTÉ AU TEMPLATE ARCOP
   =================================================================== */

/* SECTION PRINCIPALE */
.actualite-featured-hero {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    overflow: visible;
    padding: 3rem 0;
}

/* BACKGROUND LAYER - Images qui changent */
.hero-background-layer {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 3rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* OVERLAY SOMBRE CENTRAL - Couleur ARCOP */
.hero-dark-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1400px;
    height: 100%;
    background: var(--arcop-noir);
    z-index: 2;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
}

/* WRAPPER CONTENU */
.hero-content-wrapper {
    position: relative;
    z-index: 3;
    padding: 5rem 0;
}

/* CONTENU TEXTE */
.hero-text-content {
    position: relative;
    color: white;
    padding-left: 2rem;
}

/* BORDURE DÉCORATIVE EN COIN - Orange ARCOP */
.hero-corner-border {
    position: absolute;
    top: -30px;
    left: 0;
    width: 80px;
    height: 80px;
    border-top: 3px solid var(--arcop-orange);
    border-left: 3px solid var(--arcop-orange);
}

/* TITRE PRINCIPAL - Police ARCOP */
.hero-main-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    color: white;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}

/* DESCRIPTION */
.hero-description {
    font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 550px;
    font-weight: 400;
}

/* BLOC CITATION */
.hero-citation-block {
    position: relative;
    margin-bottom: 2.5rem;
    padding-right: 2rem;
}

.hero-citation-text {
    font-size: 1rem;
    color: white;
    margin: 0;
    font-weight: 600;
}

.hero-citation-meta {
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 0.95rem;
}

/* BORDURE VERTICALE DROITE - Orange ARCOP */
.hero-citation-border {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 50px;
    background: var(--arcop-orange);
}

/* BOUTON CTA - Style ARCOP */
.hero-cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    border: 2px solid var(--arcop-orange);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    background: transparent;
}

.hero-cta-button:hover {
    background: var(--arcop-orange);
    border-color: var(--arcop-orange);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.4);
}

/* CONTAINER IMAGE */
.hero-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

/* IMAGE PRINCIPALE */
.hero-featured-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    background: white;
    padding: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
    .hero-dark-overlay {
        width: 90%;
    }
    
    .hero-main-title {
        font-size: 3rem;
    }
}

@media (max-width: 991.98px) {
    .actualite-featured-hero {
        min-height: 500px;
        padding: 2.5rem 0;
    }
    
    .hero-background-layer {
        top: 2.5rem;
        bottom: 2.5rem;
    }
    
    .hero-dark-overlay {
        width: 95%;
    }
    
    .hero-content-wrapper {
        padding: 4rem 0;
    }
    
    .hero-main-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-text-content {
        padding-left: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .actualite-featured-hero {
        min-height: 450px;
        padding: 2rem 0;
    }
    
    .hero-background-layer {
        top: 2rem;
        bottom: 2rem;
    }
    
    .hero-dark-overlay {
        width: 100%;
        left: 0;
        transform: none;
    }
    
    .hero-content-wrapper {
        padding: 3rem 0;
    }
    
    .hero-main-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-text-content {
        padding-left: 1rem;
    }
    
    .hero-corner-border {
        width: 60px;
        height: 60px;
        top: -20px;
    }
    
    .hero-citation-block {
        margin-bottom: 2rem;
    }
    
    .hero-cta-button {
        width: 100%;
        text-align: center;
        padding: 0.9rem 2rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .actualite-featured-hero {
        padding: 1.5rem 0;
    }
    
    .hero-background-layer {
        top: 1.5rem;
        bottom: 1.5rem;
    }
    
    .hero-main-title {
        font-size: 1.75rem;
    }
    
    .hero-description {
        font-size: 0.9rem;
    }
    
    .hero-citation-text {
        font-size: 0.9rem;
    }
}

/* ===================================================================
   SECTION HERO CAROUSEL - AVEC PREMIER PLAN MIS EN AVANT
   =================================================================== */

/* Badge pour les slides */
.hero-slide-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.2rem;
    background: rgba(244, 148, 1, 0.2);
    border: 2px solid var(--arcop-orange);
    color: var(--arcop-orange);
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

.hero-badge-green {
    background: rgba(43, 167, 55, 0.2);
    border-color: var(--arcop-vert);
    color: var(--arcop-vert);
}

/* Groupe de boutons */
.hero-buttons-group {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Bouton primaire orange */
.hero-cta-primary {
    background: var(--arcop-orange);
    border-color: var(--arcop-orange);
    color: white;
}

.hero-cta-primary:hover {
    background: transparent;
    color: var(--arcop-orange);
}

/* Bouton secondaire outline */
.hero-cta-secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

.hero-cta-secondary:hover {
    background: white;
    border-color: white;
    color: var(--arcop-noir);
}

/* Bouton vert */
.hero-cta-green {
    background: var(--arcop-vert);
    border-color: var(--arcop-vert);
    color: white;
}

.hero-cta-green:hover {
    background: transparent;
    color: var(--arcop-vert);
    border-color: var(--arcop-vert);
}

/* Indicateurs carousel personnalisés */
.actualite-featured-hero .carousel-indicators {
    bottom: 2rem;
    margin-bottom: 0;
    z-index: 15;
}

.actualite-featured-hero .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: transparent;
    opacity: 0.6;
    margin: 0 0.4rem;
    transition: all 0.3s ease;
}

.actualite-featured-hero .carousel-indicators button.active {
    background-color: var(--arcop-orange);
    border-color: var(--arcop-orange);
    opacity: 1;
    transform: scale(1.2);
}

/* Contrôles carousel */
.actualite-featured-hero .carousel-control-prev,
.actualite-featured-hero .carousel-control-next {
    width: 5%;
    opacity: 0.8;
    transition: opacity 0.3s;
    z-index: 15;
}

.actualite-featured-hero .carousel-control-prev:hover,
.actualite-featured-hero .carousel-control-next:hover {
    opacity: 1;
}

.actualite-featured-hero .carousel-control-prev-icon,
.actualite-featured-hero .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(244, 148, 1, 0.8);
    border-radius: 50%;
    background-size: 50%;
}

.actualite-featured-hero .carousel-control-prev-icon:hover,
.actualite-featured-hero .carousel-control-next-icon:hover {
    background-color: var(--arcop-orange);
}

/* Animation des slides */
.actualite-featured-hero .carousel-item {
    transition: transform 0.6s ease-in-out;
}

/* Carousel pleine hauteur */
.actualite-featured-hero .carousel,
.actualite-featured-hero .carousel-inner,
.actualite-featured-hero .carousel-item {
    height: 100%;
}

/* Responsive carousel */
@media (max-width: 991.98px) {
    .hero-buttons-group {
        flex-direction: column;
        width: 100%;
    }
    
    .hero-buttons-group .hero-cta-button {
        width: 100%;
        justify-content: center;
    }
    
    .actualite-featured-hero .carousel-indicators {
        bottom: 1rem;
    }
    
    .actualite-featured-hero .carousel-control-prev-icon,
    .actualite-featured-hero .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-slide-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
    
    .actualite-featured-hero .carousel-indicators button {
        width: 10px;
        height: 10px;
    }
    
    .actualite-featured-hero .carousel-control-prev-icon,
    .actualite-featured-hero .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }
    
    .actualite-featured-hero .carousel-control-prev,
    .actualite-featured-hero .carousel-control-next {
        width: 10%;
    }
}

/* ===================================================================
   SECTION ACTUALITÉ HERO MODERNE V2 - DESIGN ALTERNATIF
   =================================================================== */

/* SECTION PRINCIPALE */
.actualite-hero-modern {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 0rem 0;
    overflow: visible;
}

/* BACKGROUND MODERNE - Beaucoup plus petit que la card */
.hero-modern-background {
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;
    bottom: 8rem;
    background-size: cover;
    background-position: center;
    filter: blur(5px) brightness(0.8);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* CONTAINER */
.hero-modern-container {
    position: relative;
    z-index: 3;
}

/* CARD PRINCIPALE QUI DÉPASSE LARGEMENT du background */
.hero-modern-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 2rem;
    position: relative;
    z-index: 3;
}

/* SECTION IMAGE */
.hero-modern-image-section {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

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

.carousel-item.active .hero-modern-img {
    animation: zoomIn 7s ease-out forwards;
}

@keyframes zoomIn {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

.hero-modern-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--arcop-gris-clair), #e9ecef);
}

.hero-modern-placeholder i {
    font-size: 5rem;
    color: var(--arcop-orange);
    opacity: 0.3;
}

/* BADGE FLOTTANT */
.hero-modern-badge {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    color: white;
    padding: 0.7rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: bold;
    box-shadow: 0 4px 20px rgba(244, 148, 1, 0.4);
    z-index: 10;
}

/* NUMÉRO D'ACTUALITÉ */
.hero-modern-number {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.number-current {
    font-size: 2rem;
    color: var(--arcop-orange);
}

.number-separator {
    font-size: 1.5rem;
    color: var(--arcop-gris);
    margin: 0 0.3rem;
}

.number-total {
    font-size: 1.2rem;
    color: var(--arcop-gris);
}

/* CONTENU TEXTE */
.hero-modern-content {
    padding: 3rem;
}

/* CATÉGORIE */
.hero-modern-category {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--arcop-orange);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.category-dot {
    width: 8px;
    height: 8px;
    background: var(--arcop-orange);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
}

/* TITRE */
.hero-modern-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: var(--arcop-noir);
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

/* META */
.hero-modern-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    color: var(--arcop-gris);
    font-size: 0.9rem;
}

.meta-item-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.meta-item-modern i {
    color: var(--arcop-orange);
}

.meta-separator-modern {
    color: var(--arcop-gris-clair);
}

/* EXCERPT */
.hero-modern-excerpt {
    color: var(--arcop-gris);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* BARRE DE PROGRESSION */
.hero-modern-progress {
    height: 4px;
    background: var(--arcop-gris-clair);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.progress-bar-modern {
    height: 100%;
    background: linear-gradient(90deg, var(--arcop-orange), var(--arcop-vert));
    width: 0%;
    animation: progressBar 7s linear;
}

@keyframes progressBar {
    from { width: 0%; }
    to { width: 100%; }
}

/* ACTIONS */
.hero-modern-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-modern-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 2rem;
    background: var(--arcop-orange);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.3);
}

.btn-modern-primary:hover {
    background: #d67e01;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(244, 148, 1, 0.4);
    color: white;
}

.btn-modern-primary i {
    transition: transform 0.3s ease;
}

.btn-modern-primary:hover i {
    transform: translateX(5px);
}

.btn-modern-share {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--arcop-gris-clair);
    background: white;
    color: var(--arcop-gris);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-modern-share:hover {
    border-color: var(--arcop-orange);
    color: var(--arcop-orange);
    transform: rotate(15deg);
}

/* NAVIGATION PERSONNALISÉE */
.hero-modern-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 3rem;
    background: var(--arcop-gris-clair);
    border-radius: 0 0 20px 20px;
}

.nav-btn-modern {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--arcop-orange);
    background: white;
    color: var(--arcop-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn-modern:hover {
    background: var(--arcop-orange);
    color: white;
    transform: scale(1.1);
}

.nav-indicators-modern {
    display: flex;
    gap: 0.8rem;
}

.nav-indicators-modern button {
    width: 40px;
    height: 4px;
    background: rgba(35, 31, 32, 0.2);
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-indicators-modern button.active {
    background: var(--arcop-orange);
    width: 60px;
}

/* MINIATURES */
.hero-modern-thumbs {
    margin-top: 1rem;
}

.thumb-item {
    position: relative;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.thumb-item.active {
    border-color: var(--arcop-orange);
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.3);
}

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

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

.thumb-placeholder {
    width: 100%;
    height: 100%;
    background: var(--arcop-gris-clair);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--arcop-gris);
}

.thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.thumb-item:hover .thumb-overlay {
    opacity: 1;
}

.thumb-number {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .actualite-hero-modern {
        padding: 2rem 0;
    }

    .actualite-hero-modern .row {
    display: flex;
    flex-direction: column-reverse;
}
    
    .hero-modern-background {
        top: 6rem;
        bottom: 6rem;
    }
    
    .hero-modern-image-section {
        height: 350px;
    }
    
    .hero-modern-content {
        padding: 2rem;
    }
    
    .hero-modern-title {
        font-size: 1.75rem;
    }
    
    .hero-modern-number {
        padding: 0.7rem 1rem;
    }
    
    .number-current {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .actualite-hero-modern {
        padding: 2rem 0;
    }
    
    .hero-modern-background {
        top: 5rem;
        bottom: 5rem;
    }

    .hero-modern-card .row {
    display: flex;
    flex-direction: column-reverse;
}
    
    .hero-modern-card {
        border-radius: 12px;
    }
    
    .hero-modern-image-section {
        height: 300px;
    }
    
    .hero-modern-content {
        padding: 1.5rem;
    }
    
    .hero-modern-title {
        font-size: 1.5rem;
    }
    
    .hero-modern-excerpt {
        font-size: 0.95rem;
    }
    
    .hero-modern-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-modern-primary {
        width: 100%;
        justify-content: center;
    }
    
    .hero-modern-navigation {
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .hero-modern-thumbs {
        display: none;
    }
    
    .hero-modern-badge {
        top: 1rem;
        left: 1rem;
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    
    .hero-modern-number {
        bottom: 1rem;
        right: 1rem;
        padding: 0.5rem 1rem;
    }
    
    .number-current {
        font-size: 1.2rem;
    }
    
    .number-separator,
    .number-total {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .actualite-hero-modern {
        padding: 1rem 0;
    }
    
    .hero-modern-background {
        top: 4rem;
        bottom: 4rem;
    }
}

/* ===================================================================
   SECTION ACTUALITÉ HERO CARDS - DESIGN CARTE MODERNE
   =================================================================== */

/* CONTAINER DES CARTES */
.hero-cards-container {
    position: relative;
    z-index: 3;
}

/* HEADER */
.hero-cards-header {
    margin-bottom: 2rem;
}

.hero-section-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(244, 148, 1, 0.15);
    color: var(--arcop-orange);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.hero-section-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin: 0;
}

/* BOUTONS DE NAVIGATION HEADER */
.hero-card-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-card-nav-btn:hover {
    background: var(--arcop-orange);
    border-color: var(--arcop-orange);
    transform: scale(1.1);
}

/* CARTE PRINCIPALE */
.actualite-card-hero {
    position: relative;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.actualite-card-hero:hover {
    transform: translateY(-5px);
}

/* NUMÉRO DE SLIDE */
.card-slide-number {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: white;
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.current-number {
    font-size: 1.8rem;
    color: var(--arcop-orange);
}

.total-divider {
    font-size: 1.2rem;
    color: var(--arcop-gris);
    margin: 0 0.2rem;
}

.total-number {
    font-size: 1.2rem;
    color: var(--arcop-gris);
}

/* IMAGE DE LA CARTE */
.card-hero-image-wrapper {
    position: relative;
    height: 380px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--arcop-gris-clair), #e9ecef);
}

.card-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.actualite-card-hero:hover .card-hero-image {
    transform: scale(1.08);
}

.card-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.card-hero-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--arcop-orange);
}

.card-hero-placeholder i {
    font-size: 5rem;
    opacity: 0.3;
}

/* BADGE CATÉGORIE */
.card-category-badge {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    color: white;
    padding: 0.7rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: bold;
    box-shadow: 0 4px 20px rgba(244, 148, 1, 0.4);
    z-index: 5;
}

/* CONTENU DE LA CARTE */
.card-hero-content {
    padding: 2.5rem;
}

/* META */
.card-meta {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    color: var(--arcop-gris);
    font-size: 0.9rem;
}

.meta-icon-wrapper {
    width: 32px;
    height: 32px;
    background: rgba(244, 148, 1, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--arcop-orange);
}

.meta-separator {
    color: var(--arcop-gris-clair);
}

/* TITRE DE LA CARTE */
.card-hero-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--arcop-noir);
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

/* DESCRIPTION */
.card-hero-description {
    color: var(--arcop-gris);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* ACTIONS */
.card-hero-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-card-hero-primary {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background: var(--arcop-orange);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.3);
}

.btn-card-hero-primary:hover {
    background: #d67e01;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(244, 148, 1, 0.4);
    color: white;
}

.btn-card-hero-link {
    color: var(--arcop-gris);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.btn-card-hero-link:hover {
    color: var(--arcop-orange);
}

/* SIDEBAR ACTUALITÉS */
.actualites-sidebar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.sidebar-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--arcop-noir);
    margin-bottom: 1.5rem;
}

/* MINI CARTES SIDEBAR */
.sidebar-mini-card {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.sidebar-mini-card:hover {
    border-color: var(--arcop-orange);
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.2);
    transform: translateX(5px);
}

.mini-card-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.mini-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sidebar-mini-card:hover .mini-card-image img {
    transform: scale(1.1);
}

.mini-card-content {
    flex: 1;
}

.mini-card-date {
    display: inline-block;
    font-size: 0.75rem;
    color: var(--arcop-orange);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.mini-card-title {
    font-size: 0.95rem;
    font-weight: bold;
    color: var(--arcop-noir);
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.mini-card-link {
    font-size: 0.85rem;
    color: var(--arcop-orange);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mini-card-link:hover {
    color: #d67e01;
}

.mini-card-link i {
    transition: transform 0.3s ease;
}

.mini-card-link:hover i {
    transform: translateX(3px);
}

/* INDICATEURS PERSONNALISÉS */
.hero-cards-indicators {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

.hero-cards-indicators button {
    width: 50px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-cards-indicators button.active {
    background: white;
    width: 70px;
}

.indicator-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: var(--arcop-orange);
    transition: width 7s linear;
}

.hero-cards-indicators button.active .indicator-line {
    width: 100%;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .hero-section-title {
        font-size: 2rem;
    }
    
    .card-hero-image-wrapper {
        height: 300px;
    }
    
    .card-hero-content {
        padding: 2rem;
    }
    
    .card-hero-title {
        font-size: 1.5rem;
    }
    
    .card-hero-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-card-hero-primary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .hero-cards-header {
        text-align: center;
    }
    
    .hero-section-title {
        font-size: 1.75rem;
    }
    
    .hero-card-nav-btn {
        width: 45px;
        height: 45px;
    }
    
    .card-hero-image-wrapper {
        height: 250px;
    }
    
    .card-hero-content {
        padding: 1.5rem;
    }
    
    .card-hero-title {
        font-size: 1.3rem;
    }
    
    .card-hero-description {
        font-size: 0.95rem;
    }
    
    .card-slide-number {
        top: 1rem;
        right: 1rem;
        padding: 0.6rem 1rem;
    }
    
    .current-number {
        font-size: 1.5rem;
    }
    
    .total-divider,
    .total-number {
        font-size: 1rem;
    }
    
    .card-category-badge {
        bottom: 1rem;
        left: 1rem;
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    
    .hero-cards-indicators {
        margin-top: 2rem;
        gap: 0.5rem;
    }
    
    .hero-cards-indicators button {
        width: 40px;
    }
    
    .hero-cards-indicators button.active {
        width: 60px;
    }
}

@media (max-width: 575.98px) {
    .hero-section-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
    
    .hero-section-title {
        font-size: 1.5rem;
    }
    
    .card-hero-title {
        font-size: 1.2rem;
    }
}

/* ===================================================================
   SECTION ACTUALITÉ HERO - FORMAT ALTERNATIF (Premier Plan Mis en Avant)
   =================================================================== */

/* SECTION PRINCIPALE */
.actualite-hero-alt {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    overflow: visible;
    padding: 3rem 0;
}

/* BACKGROUND */
.hero-alt-background {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 3rem;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* BOX PREMIER PLAN - Dépasse du background */
.hero-alt-foreground {
    position: relative;
    z-index: 3;
    background: white;
    border-radius: 8px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

/* SECTION IMAGE */
.hero-alt-image-section {
    position: relative;
    height: 100%;
    min-height: 450px;
    overflow: hidden;
    background: var(--arcop-gris-clair);
}

.hero-alt-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hero-alt-foreground:hover .hero-alt-image {
    transform: scale(1.05);
}

/* BADGE FLOTTANT */
.hero-alt-badge {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    color: white;
    padding: 0.7rem 1.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.4);
}

.hero-alt-badge i {
    font-size: 0.8rem;
}

/* CONTENU TEXTE */
.hero-alt-content {
    padding: 3rem;
    background: white;
    position: relative;
}

/* BARRE DÉCORATIVE SUPÉRIEURE */
.hero-alt-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--arcop-orange) 0%, var(--arcop-vert) 100%);
}

/* CATÉGORIE */
.hero-alt-category {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--arcop-orange);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.category-icon {
    font-size: 0.6rem;
    animation: pulse-alt 2s infinite;
}

@keyframes pulse-alt {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* TITRE */
.hero-alt-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--arcop-noir);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

/* DESCRIPTION */
.hero-alt-description {
    font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
    font-size: 1.05rem;
    color: var(--arcop-gris);
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* FOOTER */
.hero-alt-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

/* META */
.hero-alt-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--arcop-gris);
    font-size: 0.9rem;
}

.meta-icon {
    color: var(--arcop-orange);
}

.meta-divider {
    color: var(--arcop-gris-clair);
}

/* BOUTON */
.hero-alt-btn {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background: var(--arcop-orange);
    border: 2px solid var(--arcop-orange);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hero-alt-btn:hover {
    background: transparent;
    color: var(--arcop-orange);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.3);
}

.hero-alt-btn i {
    transition: transform 0.3s ease;
}

.hero-alt-btn:hover i {
    transform: translateX(5px);
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
    .hero-alt-title {
        font-size: 2.2rem;
    }

    .hero-alt-content {
        padding: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .actualite-hero-alt {
        min-height: 500px;
        padding: 2.5rem 0;
    }

    .hero-alt-background {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .hero-alt-content {
        padding: 2rem;
    }

    .hero-alt-title {
        font-size: 2rem;
    }

    .hero-alt-description {
        font-size: 1rem;
    }

    .hero-alt-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .actualite-hero-alt {
        min-height: 450px;
        padding: 2rem 0;
    }

    .hero-alt-background {
        top: 2rem;
        bottom: 2rem;
    }

    .hero-alt-content {
        padding: 2rem 1.5rem;
    }

    .hero-alt-title {
        font-size: 1.75rem;
    }

    .hero-alt-description {
        font-size: 0.95rem;
    }

    .hero-alt-meta {
        flex-wrap: wrap;
    }

    .hero-alt-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .actualite-hero-alt {
        padding: 1.5rem 0;
    }

    .hero-alt-background {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .hero-alt-content {
        padding: 1.5rem 1rem;
    }

    .hero-alt-title {
        font-size: 1.5rem;
    }

    .hero-alt-description {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .hero-alt-category {
        font-size: 0.8rem;
    }

    .hero-alt-btn {
        padding: 0.85rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* ===================================================================
   SECTION HERO CAROUSEL - AVEC PREMIER PLAN MIS EN AVANT
   =================================================================== */

/* Badge pour les slides */
.hero-slide-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.2rem;
    background: rgba(244, 148, 1, 0.2);
    border: 2px solid var(--arcop-orange);
    color: var(--arcop-orange);
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

.hero-badge-green {
    background: rgba(43, 167, 55, 0.2);
    border-color: var(--arcop-vert);
    color: var(--arcop-vert);
}

/* Groupe de boutons */
.hero-buttons-group {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Bouton primaire orange */
.hero-cta-primary {
    background: var(--arcop-orange);
    border-color: var(--arcop-orange);
    color: white;
}

.hero-cta-primary:hover {
    background: transparent;
    color: var(--arcop-orange);
}

/* Bouton secondaire outline */
.hero-cta-secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

.hero-cta-secondary:hover {
    background: white;
    border-color: white;
    color: var(--arcop-noir);
}

/* Bouton vert */
.hero-cta-green {
    background: var(--arcop-vert);
    border-color: var(--arcop-vert);
    color: white;
}

.hero-cta-green:hover {
    background: transparent;
    color: var(--arcop-vert);
}

/* Indicateurs carousel personnalisés */
.actualite-featured-hero .carousel-indicators {
    bottom: 2rem;
    margin-bottom: 0;
    z-index: 15;
}

.actualite-featured-hero .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: transparent;
    opacity: 0.6;
    margin: 0 0.4rem;
    transition: all 0.3s ease;
}

.actualite-featured-hero .carousel-indicators button.active {
    background-color: var(--arcop-orange);
    border-color: var(--arcop-orange);
    opacity: 1;
    transform: scale(1.2);
}

/* Contrôles carousel */
.actualite-featured-hero .carousel-control-prev,
.actualite-featured-hero .carousel-control-next {
    width: 5%;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.actualite-featured-hero .carousel-control-prev:hover,
.actualite-featured-hero .carousel-control-next:hover {
    opacity: 1;
}

.actualite-featured-hero .carousel-control-prev-icon,
.actualite-featured-hero .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(244, 148, 1, 0.8);
    border-radius: 50%;
    background-size: 50%;
}

.actualite-featured-hero .carousel-control-prev-icon:hover,
.actualite-featured-hero .carousel-control-next-icon:hover {
    background-color: var(--arcop-orange);
}

/* Animation des slides */
.actualite-featured-hero .carousel-item {
    transition: transform 0.6s ease-in-out;
}

/* Effet fade pour les transitions */
.actualite-featured-hero .carousel-inner .carousel-item {
    display: none;
}

.actualite-featured-hero .carousel-inner .carousel-item.active {
    display: block;
}

/* Responsive carousel */
@media (max-width: 991.98px) {
    .hero-buttons-group {
        flex-direction: column;
        width: 100%;
    }
    
    .hero-buttons-group .hero-cta-button {
        width: 100%;
        justify-content: center;
    }
    
    .actualite-featured-hero .carousel-indicators {
        bottom: 1rem;
    }
    
    .actualite-featured-hero .carousel-control-prev-icon,
    .actualite-featured-hero .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-slide-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
    
    .actualite-featured-hero .carousel-indicators button {
        width: 10px;
        height: 10px;
    }
    
    .actualite-featured-hero .carousel-control-prev-icon,
    .actualite-featured-hero .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }
}




/* debut Stats Section Modern  */
.stats-section-modern {
            position: relative;
            padding-top: 110px;
            padding-bottom: 40px;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            background-color: white;
            background-blend-mode: lighten;
}
 .stats-section-modern::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #1a4d2e, #2BA737);
            z-index: 1;
        }

        .stats-section-modern .container {
            position: relative;
            z-index: 2;
        }

        .section-title-outside {
            position: absolute;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #F49401, #F49401);
            color: white;
            padding: 15px 40px;
            border-radius: 50px;
            box-shadow: 0 8px 25px #F4940133;
            z-index: 3;
            margin: 0;
            white-space: nowrap;
            font-size: 2.0rem;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .row.g-41 {
            background: rgba(255, 255, 255, 0.98);
            border-radius: 20px;
            padding: 10px 10px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(10px);
        }

        .stat-card-modern {
            background: transparent;
            border: none;
            transition: all 0.4s ease;
            padding: 20px;
        }

        .stat-card-modern:hover {
            transform: translateY(-10px);
        }

        .stat-card-inner {
            position: relative;
        }

        .stat-icon-modern {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, #F49401, #F49401);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            /* box-shadow: 0 8px 20px #2BA737; */
            transition: all 0.4s ease;
        }

        .stat-card-modern:hover .stat-icon-modern {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 12px 30px #F49401;
        }

        .stat-icon-modern i {
            font-size: 2.0rem;
            color: white;
        }

        .stat-number-modern {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            font-weight: 900;
            margin: 20px 0 10px;
            background: linear-gradient(135deg, #2BA737, #2BA737);
            background-clip: text;
            -webkit-text-fill-color: transparent;
           
            letter-spacing: 2px;
        }

        .stat-label-modern {
            font-size: 1.3rem;
            color: #555;
            margin-top: 10px;
            font-weight: 500;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .section-title-outside {
                font-size: 1.5rem;
                padding: 15px 30px;
            }

            .stat-number-modern {
                font-size: 3rem;
            }

            .stat-label-modern {
                font-size: 1rem;
            }

            .stat-icon-modern {
                width: 70px;
                height: 70px;
            }

            .stat-icon-modern i {
                font-size: 2rem;
            }
        }
/*Fin Stats Section Modern */


/* ===================================================================
   FOOTER MODERNE - ARCOP NIGER
   =================================================================== */

/* FOOTER PRINCIPAL */
.footer-arcop-modern {
    background: linear-gradient(135deg, var(--arcop-noir) 0%, #1a1718 100%);
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    overflow: hidden;
}

/* Formes décoratives */
.footer-arcop-modern::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(244, 148, 1, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.footer-arcop-modern::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(43, 167, 55, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

/* BARRE SUPÉRIEURE ORANGE */
.footer-top-bar {
    height: 4px;
    background: linear-gradient(90deg, var(--arcop-orange) 0%, var(--arcop-vert) 100%);
}

/* CONTENU FOOTER */
.footer-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0 2rem;
}

/* LOGO FOOTER */
.footer-logo-section {
    margin-bottom: 2rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-logo-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.3);
}

.footer-logo-icon i {
    font-size: 2rem;
    color: white;
}

.footer-brand-text h4 {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.footer-brand-text p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

.footer-description {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* MISSION BOX */
.footer-mission-box {
    background: rgba(244, 148, 1, 0.1);
    border-left: 3px solid var(--arcop-orange);
    padding: 1rem 1.2rem;
    border-radius: 0 8px 8px 0;
    margin-bottom: 1.5rem;
}

.footer-mission-box h6 {
    color: var(--arcop-orange);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.footer-mission-box p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

/* TITRES DE SECTION */
.footer-section-title {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.footer-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--arcop-orange), var(--arcop-vert));
    border-radius: 2px;
}

/* LIENS RAPIDES */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a i {
    color: var(--arcop-orange);
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: white;
    transform: translateX(5px);
}

.footer-links a:hover i {
    transform: translateX(3px);
}

/* INFORMATIONS DE CONTACT */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.footer-contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(244, 148, 1, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--arcop-orange);
    font-size: 1.1rem;
}

.footer-contact-info {
    flex: 1;
}

.footer-contact-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.footer-contact-value {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer-contact-value a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-value a:hover {
    color: var(--arcop-orange);
}

/* RÉSEAUX SOCIAUX */
.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.footer-social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-link:hover {
    background: var(--arcop-orange);
    border-color: var(--arcop-orange);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.4);
}

/* NEWSLETTER */
.footer-newsletter {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-newsletter h6 {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-newsletter-form {
    display: flex;
    gap: 0.5rem;
}

.footer-newsletter-input {
    flex: 1;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    font-size: 0.9rem;
}

.footer-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter-input:focus {
    outline: none;
    border-color: var(--arcop-orange);
    background: rgba(255, 255, 255, 0.15);
}

.footer-newsletter-btn {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-newsletter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.4);
}

/* SÉPARATEUR */
.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    margin: 2rem 0;
}

/* FOOTER BOTTOM */
.footer-bottom {
    position: relative;
    z-index: 2;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

.footer-copyright strong {
    color: white;
    font-weight: 600;
}

.footer-bottom-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--arcop-orange);
}

/* BADGE "RETOUR EN HAUT" */
.footer-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(244, 148, 1, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.footer-back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.footer-back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(244, 148, 1, 0.5);
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .footer-content {
        padding: 3rem 0 2rem;
    }
    
    .footer-brand {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-links a {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .footer-content {
        padding: 2.5rem 0 1.5rem;
    }
    
    .footer-brand-text h4 {
        font-size: 1.3rem;
    }
    
    .footer-section-title {
        font-size: 1.1rem;
        text-align: center;
    }
    
    .footer-contact-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .footer-newsletter-form {
        flex-direction: column;
    }
    
    .footer-newsletter-btn {
        width: 100%;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 575.98px) {
    .footer-logo-icon {
        width: 50px;
        height: 50px;
    }
    
    .footer-logo-icon i {
        font-size: 1.5rem;
    }
    
    .footer-brand-text h4 {
        font-size: 1.2rem;
    }
    
    .footer-mission-box {
        padding: 0.8rem 1rem;
    }
    
    .footer-contact-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .footer-social-link {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}





























/* SECTION PRINCIPALE - Fond vert ARCOP */
.subscription-section-green {
    background: linear-gradient(135deg, #1a4d2e 0%, var(--arcop-vert) 50%, #3bc750 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

/* MOTIF DE FOND GÉOMÉTRIQUE (comme l'original) */
.green-pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 50px, rgba(255,255,255,0.05) 50px, rgba(255,255,255,0.05) 100px),
        repeating-linear-gradient(-45deg, transparent, transparent 50px, rgba(255,255,255,0.05) 50px, rgba(255,255,255,0.05) 100px);
    z-index: 1;
}

.subscription-section-green .container {
    position: relative;
    z-index: 2;
}

/* TITRE PRINCIPAL */
.subscription-green-title {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* CARTE D'ÉTAPE */
.step-green-card {
    position: relative;
    background: transparent;
    padding: 0;
    height: 100%;
    transition: all 0.3s ease;
}

.step-green-card:hover {
    transform: translateY(-5px);
}

/* BADGE NUMÉRO ORANGE */
.step-green-badge {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 6px 20px rgba(244, 148, 1, 0.5);
    transition: all 0.3s ease;
}

.step-green-badge span {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    font-family: Arial, sans-serif;
}

.step-green-card:hover .step-green-badge {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(244, 148, 1, 0.6);
}

/* CONTENU DE L'ÉTAPE */
.step-green-content {
    text-align: center;
}

.step-green-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: white;
    line-height: 1.6;
    margin-bottom: 1rem;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-green-description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* BOUTON S'ABONNER (uniquement sur étape 3) */
.step-cta-button {
    margin-top: 1.5rem;
}

.btn-green-subscribe {
    display: inline-block;
    padding: 1rem 3rem;
    background: linear-gradient(135deg, var(--arcop-orange), #ff9e1b);
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(244, 148, 1, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-green-subscribe:hover {
    background: linear-gradient(135deg, #ff9e1b, var(--arcop-orange));
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(244, 148, 1, 0.6);
    color: white;
}

/* INFORMATIONS SUPPLÉMENTAIRES */
.subscription-green-info {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-green-item {
    color: white;
}

.info-green-item i {
    font-size: 2.5rem;
    color: var(--arcop-orange);
    margin-bottom: 1rem;
    display: block;
}

.info-green-item p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color: white;
}

/* EFFET HOVER SUR LES INFOS */
.info-green-item {
    transition: all 0.3s ease;
    padding: 1rem;
    border-radius: 12px;
}

.info-green-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.info-green-item:hover i {
    transform: scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .subscription-green-title {
        font-size: 2.5rem;
    }
    
    .step-green-title {
        font-size: 1.1rem;
        min-height: 70px;
    }
    
    .step-green-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .subscription-section-green {
        padding: 3rem 0;
    }
    
    .subscription-green-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .step-green-badge {
        width: 55px;
        height: 55px;
    }
    
    .step-green-badge span {
        font-size: 1.75rem;
    }
    
    .step-green-title {
        font-size: 1.05rem;
        min-height: auto;
    }
    
    .step-green-description {
        font-size: 0.9rem;
    }
    
    .btn-green-subscribe {
        width: 100%;
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }
    
    .subscription-green-info {
        padding: 1.5rem;
    }
    
    .info-green-item {
        margin-bottom: 1.5rem;
    }
    
    .info-green-item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .subscription-green-title {
        font-size: 1.75rem;
    }
    
    .step-green-badge {
        width: 50px;
        height: 50px;
    }
    
    .step-green-badge span {
        font-size: 1.5rem;
    }
    
    .step-green-title {
        font-size: 1rem;
    }
    
    .info-green-item i {
        font-size: 2rem;
    }
}

/* ===================================================================
   VARIANTE ALTERNATIVE - VERSION AVEC SÉPARATEURS
   =================================================================== */

/* Ajouter des flèches entre les étapes (desktop) */
@media (min-width: 992px) {
    .step-green-card::after {
        content: '\f30b';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: -40px;
        top: 30px;
        font-size: 2rem;
        color: var(--arcop-orange);
        opacity: 0.7;
    }
    
    .col-lg-4:last-child .step-green-card::after {
        display: none;
    }
}











/* AJOUTS SPÉCIFIQUES À LA SECTION À PROPOS */

/* Image avec effet hover simple */
.about-image-modern {
    transition: transform 0.4s ease;
}

.about-image-modern:hover {
    transform: scale(1.02);
}

/* Badge d'expérience (utilise .bg-gradient-orange existant) */
.experience-badge-modern {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(244, 148, 1, 0.4) !important;
}

/* Cartes de valeurs - Effet hover (s'appuie sur .value-card-modern existant) */
.value-card-modern {
    transition: all 0.3s ease;
    border: 2px solid transparent !important;
}

.value-card-modern:hover {
    transform: translateX(5px);
    border-color: var(--arcop-orange) !important;
    box-shadow: 0 5px 15px rgba(244, 148, 1, 0.1);
}

.value-card-modern .bg-gradient-vert {
    transition: transform 0.3s ease;
}

.value-card-modern:hover .bg-gradient-vert {
    transform: scale(1.1) rotate(-5deg);
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .experience-badge-modern {
        padding: 1rem 1.5rem !important;
    }
    
    .experience-badge-modern .fs-2 {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 575.98px) {
    .experience-badge-modern {
        padding: 0.75rem 1rem !important;
        margin: 1rem !important;
    }
    
    .experience-badge-modern .fs-2 {
        font-size: 1.5rem !important;
    }
    
    .value-card-modern {
        padding: 0.75rem !important;
    }
}





/* ===================================================================
   PAGE SHOW - VERSION ALTERNATIVE MODERNE
   =================================================================== */

/* HERO BANNER */
.show-hero-banner {
    position: relative;
    background: linear-gradient(135deg, var(--arcop-vert) 0%, #1a4d2e 100%);
    padding: 3rem 0 2rem;
    overflow: hidden;
}

.show-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.03)"/></svg>');
    background-size: 50px 50px;
    opacity: 0.5;
}

/* BREADCRUMB MODERNE */
.breadcrumb-modern {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
    align-items: center;
}

.breadcrumb-modern-item {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.breadcrumb-modern-item a {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.breadcrumb-modern-item a:hover {
    color: var(--arcop-orange);
}

.breadcrumb-modern-item:not(:last-child)::after {
    content: '›';
    margin-left: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-modern-item.active {
    color: rgba(255, 255, 255, 0.6);
}

/* BADGE CATÉGORIE */
.show-category-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* TITRE HERO */
.show-hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

/* META HERO */
.show-hero-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.meta-item-hero {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.meta-item-hero i {
    color: var(--arcop-orange);
}

/* BARRE D'ACTIONS FLOTTANTE */
.show-actions-bar {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.btn-action-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--arcop-gris-clair);
    background: white;
    color: var(--arcop-gris);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0 0.25rem;
}

.btn-action-icon:hover {
    border-color: var(--arcop-orange);
    color: var(--arcop-orange);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(244, 148, 1, 0.2);
}

/* ARTICLE MODERNE */
.show-article-modern {
    position: relative;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

/* BARRE DE PROGRESSION DE LECTURE */
.reading-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--arcop-gris-clair);
    z-index: 10;
}

.reading-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--arcop-orange), var(--arcop-vert));
    transition: width 0.1s ease;
}

/* CONTENU ARTICLE */
.show-article-content {
    padding: 3rem 2rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--arcop-gris-fonce);
}

.show-article-content h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--arcop-noir);
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    padding-left: 1rem;
    border-left: 4px solid var(--arcop-orange);
}

.show-article-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--arcop-noir);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.show-article-content p {
    margin-bottom: 1.25rem;
}

.show-article-content ul,
.show-article-content ol {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.show-article-content li {
    margin-bottom: 0.75rem;
}

.show-article-content a {
    color: var(--arcop-orange);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

.show-article-content a:hover {
    border-bottom-color: var(--arcop-orange);
}

.show-article-content blockquote {
    background: var(--arcop-gris-clair);
    border-left: 4px solid var(--arcop-orange);
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

/* TAGS */
.show-tags-section {
    padding: 1.5rem 2rem;
    border-top: 1px solid var(--arcop-gris-clair);
}

.show-tag {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(244, 148, 1, 0.1);
    color: var(--arcop-orange);
    border-radius: 50px;
    font-size: 0.85rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s;
}

.show-tag:hover {
    background: var(--arcop-orange);
    color: white;
    cursor: pointer;
}

/* PARTAGE SOCIAL */
.show-social-share {
    padding: 1.5rem 2rem;
    border-top: 1px solid var(--arcop-gris-clair);
}

.btn-social-share {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-social-share.facebook {
    background: #3b5998;
}

.btn-social-share.twitter {
    background: #1da1f2;
}

.btn-social-share.linkedin {
    background: #0077b5;
}

.btn-social-share.whatsapp {
    background: #25d366;
}

.btn-social-share:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* NAVIGATION PREV/NEXT */
.show-pagination-nav {
    display: flex;
    gap: 1rem;
    padding: 2rem;
    border-top: 1px solid var(--arcop-gris-clair);
}

.pagination-nav-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--arcop-gris-clair);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.pagination-nav-item:hover {
    background: white;
    border-color: var(--arcop-orange);
    transform: scale(1.02);
}

.pagination-nav-item small {
    display: block;
    color: var(--arcop-gris);
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.pagination-nav-item strong {
    color: var(--arcop-noir);
}

.pagination-nav-item i {
    color: var(--arcop-orange);
    font-size: 1.2rem;
}

/* ARTICLES CONNEXES */
.section-title-modern-show {
    position: relative;
    display: inline-block;
}

.section-title-modern-show span {
    position: relative;
    z-index: 2;
    background: white;
    padding-right: 1rem;
}

.section-title-modern-show::after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    height: 10px;
    background: rgba(244, 148, 1, 0.2);
    z-index: 1;
}

.related-article-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: white;
    border: 2px solid var(--arcop-gris-clair);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
}

.related-article-card:hover {
    border-color: var(--arcop-orange);
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(244, 148, 1, 0.15);
}

.related-article-icon {
    width: 50px;
    height: 50px;
    background: rgba(244, 148, 1, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--arcop-orange);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.related-article-card h6 {
    color: var(--arcop-noir);
    font-weight: bold;
    margin: 0;
}

.related-article-card i.fa-arrow-right {
    color: var(--arcop-orange);
}

/* EMPTY STATE */
.empty-state-modern {
    text-align: center;
    padding: 5rem 2rem;
}

.empty-state-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    background: var(--arcop-gris-clair);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--arcop-orange);
    font-size: 4rem;
}

/* SIDEBAR MODERNE */
.sidebar-card-modern {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.sidebar-card-header {
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, var(--arcop-noir), #1a1718);
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.sidebar-card-body {
    padding: 1.5rem;
}

/* QUICK LINKS */
.quick-link-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    text-decoration: none;
    color: var(--arcop-noir);
    border-bottom: 1px solid var(--arcop-gris-clair);
    transition: all 0.3s;
}

.quick-link-item:hover {
    background: var(--arcop-gris-clair);
    padding-left: 2rem;
}

.quick-link-item:last-child {
    border-bottom: none;
}

.quick-link-icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.quick-link-icon.orange {
    background: var(--arcop-orange);
}

.quick-link-icon.vert {
    background: var(--arcop-vert);
}

/* CONTACT MODERNE */
.contact-item-modern {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-item-modern:last-child {
    margin-bottom: 0;
}

.contact-icon-wrapper {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.contact-icon-wrapper.orange {
    background: var(--arcop-orange);
}

.contact-icon-wrapper.vert {
    background: var(--arcop-vert);
}

.contact-link {
    color: var(--arcop-noir);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.contact-link:hover {
    color: var(--arcop-orange);
}

.contact-text {
    color: var(--arcop-noir);
    font-weight: 600;
}

/* TABLE DES MATIÈRES */
.toc-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.toc-item {
    padding: 0.75rem 1rem;
    background: var(--arcop-gris-clair);
    border-left: 3px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    color: var(--arcop-noir);
    transition: all 0.3s;
}

.toc-item:hover {
    border-left-color: var(--arcop-orange);
    padding-left: 1.5rem;
    background: white;
}

/* HORAIRES */
.schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    background: rgba(43, 167, 55, 0.1);
    margin-bottom: 0.75rem;
}

.schedule-item:last-child {
    margin-bottom: 0;
}

.schedule-item.closed {
    background: rgba(220, 53, 69, 0.1);
}

.schedule-day {
    font-weight: 600;
    color: var(--arcop-noir);
}

.schedule-time {
    font-weight: bold;
    color: var(--arcop-vert);
}

.schedule-item.closed .schedule-time {
    color: #dc3545;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .show-hero-title {
        font-size: 2rem;
    }

    .show-hero-meta {
        gap: 1rem;
    }

    .show-article-content {
        padding: 2rem 1.5rem;
    }

    .show-pagination-nav {
        flex-direction: column;
    }

    .pagination-nav-item.next div {
        text-align: left !important;
    }

    .d-none.d-lg-block {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .show-hero-banner {
        padding: 2rem 0 1.5rem;
    }

    .show-hero-title {
        font-size: 1.75rem;
    }

    .meta-item-hero {
        font-size: 0.85rem;
    }

    .show-actions-bar {
        padding: 0.75rem 0;
    }

    .show-actions-left,
    .show-actions-right {
        display: flex;
        gap: 0.25rem;
    }

    .btn-action-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .show-article-content {
        padding: 1.5rem 1rem;
        font-size: 1rem;
    }

    .show-article-content h2 {
        font-size: 1.5rem;
    }

    .show-tags-section,
    .show-social-share,
    .show-pagination-nav {
        padding: 1rem;
    }

    .related-article-card {
        padding: 1rem;
    }

    .related-article-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .empty-state-modern {
        padding: 3rem 1rem;
    }

    .empty-state-icon {
        width: 100px;
        height: 100px;
        font-size: 3rem;
    }
}

@media (max-width: 575.98px) {
    .show-category-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }

    .show-hero-title {
        font-size: 1.5rem;
    }

    .show-hero-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .sidebar-card-body {
        padding: 1rem;
    }

    .quick-link-item {
        padding: 0.75rem 1rem;
    }

    .contact-item-modern {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/* ANIMATIONS */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.show-article-modern,
.sidebar-card-modern,
.related-articles-section {
    animation: fadeInUp 0.6s ease-out;
}

/* IMPRESSION */
@media print {
    .show-hero-banner,
    .show-actions-bar,
    .sidebar-card-modern,
    .show-tags-section,
    .show-social-share,
    .show-pagination-nav,
    .related-articles-section {
        display: none !important;
    }

    .col-lg-8 {
        width: 100% !important;
    }

    .show-article-content {
        padding: 0 !important;
    }
}
