/*==================================== Actualites =============================*/
		 .section-subtitle {
            color: var(--ada-green);
            text-transform: uppercase;
            font-size: 0.85rem;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 10px;
            display: block;
        }

        .section-title {
            color: var(--ada-teal);
            font-size: 2.8rem;
            font-weight: 400;
        }

        /* --- Style des Cartes --- */
        .activity-card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            background: white;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .activity-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 45px rgba(0,0,0,0.1);
        }

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

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

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

        /* Badge de date en bas à gauche de l'image */
        .date-badge {
            position: absolute;
            bottom: 0;
            left: 0;
            background: white;
            padding: 8px 15px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #555;
            border-radius: 0 10px 0 0;
            border-top: 1px solid #eee;
            border-right: 1px solid #eee;
        }

        .date-badge i {
            color: var(--ada-teal);
            margin-right: 5px;
        }

        .card-body {
            padding: 30px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .card-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--text-dark);
            line-height: 1.4;
            margin-bottom: 25px;
            /* Limite le texte à 2 lignes */
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 3.5rem; 
        }

        .card-link {
            color: var(--ada-green);
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 800;
            font-size: 0.8rem;
            display: flex;
            align-items: center;
            margin-top: auto;
            letter-spacing: 0.5px;
        }

        .card-link i {
            margin-left: 8px;
            font-size: 1rem;
            transition: transform 0.3s ease;
        }

        .card-link:hover i {
            transform: translate(3px, -3px);
        }

        @media (max-width: 768px) {
            .section-title { font-size: 2rem; }
        }
         /* --- STYLE 2 : L'ÉLÉVATION 3D (Profondeur & Ombre) --- */
        .card-3d {
            background: #fff;
            border-radius: 24px;
            padding: 15px;
            border: 1px solid #f1f5f9;
            transition: var(--transition-smooth);
        }
        .card-3d:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 40px 80px rgba(116, 161, 160, 0.15);
            border-color: var(--ada-teal);
        }
        .card-3d .img-3d { border-radius: 20px; height: 200px; width: 100%; object-fit: cover; }
        .badge-3d {
            background: var(--ada-green); color: white;
            padding: 6px 15px; border-radius: 12px; font-size: 0.7rem; font-weight: 700;
            display: inline-block; margin: 15px 0;
        }
		/*==================================== Fin Actualites =============================*/
        /*==================================== New actulaites 1 =============================*/

:root {
    --agri-green: #2ecc71;
    --navy-dark: #0f172a;
    --transition-luxe: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.blog__one {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 40px;
}

.section-header h2 {
    font-weight: 800;
    color: var( --c-bleu-dark);
    font-size: 2.5rem;
    letter-spacing: -1px;
}

/* Swiper Container */
.swiper.luxurySwiper {
    width: 100%;
    padding: 20px 0 60px !important;
    overflow: hidden !important;
}
.luxurySwiper .swiper-wrapper {
    align-items: center;
}
.luxurySwiper .swiper-slide {
    transition: var(--transition-luxe);
    opacity: 0.4;
    transform: scale(0.9);
    filter: grayscale(100%);
    height: auto; /* Important for equal sizing */
}

/* FOCUS ON CENTER 3 SLIDES */
.luxurySwiper .swiper-slide-active,
.luxurySwiper .swiper-slide-next,
.luxurySwiper .swiper-slide-prev {
    opacity: 1 !important;
    transform: scale(1) !important;
    filter: grayscale(0%) !important;
}

/* Glass Card Style */
.luxurySwiper .glass-card {
    position: relative;
    height: 500px;
    border-radius: 40px;
    overflow: hidden;
    background: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: var(--transition-luxe);
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.luxurySwiper .glass-card:hover {
    transform: translateY(-5px);
    text-decoration: none;
}

.luxurySwiper .card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    transition: var(--transition-luxe);
    z-index: 1;
}

.luxurySwiper .glass-card:hover .card-img {
    filter: brightness(0.5);
    transform: scale(1.05);
}

.luxurySwiper .card-overlay {
    position: relative;
    z-index: 2;
    padding: 30px;
    background: linear-gradient(to top, 
        rgba(15, 23, 42, 0.95) 0%, 
        rgba(15, 23, 42, 0.4) 60%, 
        transparent 100%);
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.luxurySwiper .card-date {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.luxurySwiper .card-title {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    transition: color 0.3s ease;
}

/* Active slide title in GREEN */
.luxurySwiper .swiper-slide-active .card-title {
    color: var(--agri-green) !important;
}

/* Controls Wrapper */
.controls-wrapper {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.progress-bar-custom {
    flex-grow: 1;
    max-width: 300px;
    height: 3px;
    background: #e0e0e0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar-fill {
    position: absolute;
    height: 100%;
    width: 10%;
    background: var(--agri-green);
    transition: width 0.5s ease;
    border-radius: 10px;
}

.nav-btns {
    display: flex;
    gap: 15px;
}

.btn-round {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    background: transparent;
}

.btn-round:hover {
    background: var(--navy-dark);
    color: #fff;
    border-color: var(--navy-dark);
    transform: scale(1.1);
}

.btn-round i {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 767px) {
    .luxurySwiper .glass-card {
        height: 400px;
    }

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

     .controls-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .progress-bar-custom {
        max-width: 100%;
        width: 100%;
    }
}


/*******===================== End News 1 =========================*/
/*  ==================================== Fin New actulaites 1 =============================*/
/*  ==================================== Appel doffres PPP =============================*/
/* ========================================
   APPELS D'OFFRES PPP - DUAL STYLE SYSTEM
   ======================================== */

/* ========================================
   APPELS D'OFFRES PPP - DUAL STYLE SYSTEM
   VERSION CORRIGÉE - TAILLE BLOCS FIXÉE
   ======================================== */

:root {
    --c-bleu-dark: #0f172a;
    --agri-green: #2ecc71;
    --text-gray: #64748b;
    --transition-premium: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

/* ========================================
   FIX: FORCE SLIDE WIDTH - PRIORITÉ ABSOLUE
   ======================================== */

.AppelOffrePPP {
    width: 100% !important;
    max-width: 100% !important;
}

.AppelOffrePPP .swiper-wrapper {
    display: flex !important;
    align-items: center !important;
}

.AppelOffrePPP .swiper-slide {
    width: 550px !important;
    min-width: 550px !important;
    max-width: 550px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex-basis: 550px !important;
    transition: var(--transition-premium);
    opacity: 0.3;
    transform: scale(0.85);
    filter: blur(4px);
    background-color: unset;
}

/* ========================================
   SECTION PRINCIPALE
   ======================================== */

.ppp-section {
    padding: 100px 0;
    overflow-x: hidden;
    width: 100%;
}

.ppp-section .container-fluid {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.ppp-section-title {
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
    color: var(--c-bleu-dark);
    font-size: 2.5rem;
}

.ppp-section .style-header {
    text-align: center;
    margin-bottom: 30px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
    color: #cbd5e1;
}

/* ========================================
   SWIPER CONFIGURATION (SHARED)
   ======================================== */

.AppelOffrePPP {
    width: 100%;
    padding: 50px 0 25px !important;
    overflow: hidden !important;
}

.AppelOffrePPP .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
    filter: blur(0) !important;
    z-index: 10;
}

/* ========================================
   STYLE 1: THE ARCHITECTURAL MONOLITH
   ======================================== */

.ppp-section .card-monolith {
    display: flex;
    background: white;
    height: 500px;
    border: 1px solid #f1f5f9;
    box-shadow: 30px 30px 0px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    text-align: left;
    transition: var(--transition-premium);
        border-radius: 50px;
}

.AppelOffrePPP .swiper-slide-active .card-monolith {
    box-shadow: 30px 30px 0px rgba(15, 23, 42, 0.12);
}

.ppp-section .mono-side {
    width: 90px;
    background: var(--c-bleu-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ppp-section .mono-num {
    transform: rotate(-90deg);
    color: var(--agri-green);
    font-weight: 900;
    font-size: 4.5rem;
    white-space: nowrap;
    opacity: 0.8;
}

.ppp-section .mono-content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ========================================
   STYLE 2: GLASS CANVAS (EDITORIAL)
   ======================================== */

.ppp-section .card-glass-canvas {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(25px);
    border-radius: 0;
    padding: 60px;
    height: 500px;
    border-left: 12px solid var(--agri-green);
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.03);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: var(--transition-premium);
}

.AppelOffrePPP .swiper-slide-active .card-glass-canvas {
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.ppp-section .bg-watermark {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 14rem;
    font-weight: 900;
    color: rgba(15, 23, 42, 0.03);
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

.ppp-section .card-glass-canvas > * {
    position: relative;
    z-index: 1;
}

/* ========================================
   SHARED INTERNAL ELEMENTS
   ======================================== */

.ao-id {
    color: var(--agri-green);
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.ao-date {
    color: var(--agri-green);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 15px;
    display: block;
}

.ao-title {
    font-weight: 800;
    font-size: 1.8rem;
    color: var(--c-bleu-dark);
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.ao-desc {
    color: var(--text-gray);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ========================================
   BUTTONS (DUAL STYLE)
   ======================================== */

.btn-premium-monolith {
    background: var(--c-bleu-dark);
    color: white !important;
    padding: 16px 40px;
    border-radius: 0;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.btn-premium-monolith:hover {
    background: var(--agri-green);
    transform: scale(1.05);
    color: white !important;
    text-decoration: none;
}

.btn-premium-canvas {
    background: var(--agri-green);
    color: white !important;
    padding: 16px 40px;
    border-radius: 0;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.btn-premium-canvas:hover {
    background: var(--c-bleu-dark);
    transform: scale(1.05);
    color: white !important;
    text-decoration: none;
}

/* ========================================
   NAVIGATION CONTROLS
   ======================================== */

.ppp-nav-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.ppp-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    color: var(--c-bleu-dark);
}

.ppp-arrow:hover {
    background: var(--c-bleu-dark);
    color: white;
    border-color: var(--c-bleu-dark);
}

.ppp-arrow.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

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

/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    .AppelOffrePPP .swiper-slide {
        width: 500px !important;
        min-width: 500px !important;
        max-width: 500px !important;
        flex-basis: 500px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .AppelOffrePPP .swiper-slide {
        width: 85vw !important;
        min-width: 85vw !important;
        max-width: 85vw !important;
        flex-basis: 85vw !important;
    }
    
    .ppp-section .card-monolith,
    .ppp-section .card-glass-canvas {
        padding: 30px;
        height: auto;
        min-height: 450px;
    }
    
    .ppp-section .mono-side {
        width: 60px;
    }
    
    .ppp-section .mono-num {
        font-size: 3rem;
    }
    
    .ao-title {
        font-size: 1.4rem;
    }

    .ppp-section .mono-content {
        padding: 30px;
    }

    .ppp-section .bg-watermark {
        font-size: 8rem;
    }
    
    .ppp-section-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .AppelOffrePPP .swiper-slide {
        width: 90vw !important;
        min-width: 90vw !important;
        max-width: 90vw !important;
        flex-basis: 90vw !important;
    }

    .ppp-section .card-monolith,
    .ppp-section .card-glass-canvas {
        padding: 20px;
    }

    .ppp-section .mono-content {
        padding: 20px;
    }
}

/*  ==================================== Fin Appel doffres PPP =============================*/
/*  ==================================== Swiper Sliders =============================*/
/* Swiper Sliders Initialization */
.services_slide  .swiper-slide {
    background-color:unset;
    border-radius: 25px;
    max-width: 320px;
}