.elementor-160962 .elementor-element.elementor-element-e5fe6e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-160962 .elementor-element.elementor-element-f97c9ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-160962 .elementor-element.elementor-element-2b93258{width:var( --container-widget-width, 99% );max-width:99%;margin:10px 10px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;padding:25px 25px 25px 25px;--container-widget-width:99%;--container-widget-flex-grow:0;}.elementor-160962 .elementor-element.elementor-element-2b93258.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-160962 .elementor-element.elementor-element-5901a67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:40px;}.bdt-lightbox .bdt-lightbox-toolbar{font-family:"Roboto", Sans-serif;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-2b93258 *//* ===============================
   BLOC AGRICULTURE – SAPERE
   =============================== */

/* Conteneur unique */
.sap-container {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    color: #1f2937;
    background-color: #f9fafb;
    max-width: 100%;
    margin: 0;
    /* top  right  bottom left  -> marge minimale à droite uniquement */
    padding: 50px 20px 50px 0;
    line-height: 1.8;
    box-sizing: border-box;
    font-size: 20px;
}

/* TITRE PRINCIPAL */
.sap-container h1 {
    color: #1e3a8a;
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 4px solid #dc2626;
    padding-bottom: 20px;
    letter-spacing: -0.5px;
}

/* TITRES H2 (BLOCS) */
.sap-container h2 {
    color: #1e3a8a;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-left: 6px solid #dc2626;
    padding-left: 20px;
    background: #eef2ff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0 6px 6px 0;
}

.sap-container h2 svg {
    width: 28px;
    height: 28px;
    margin-right: 15px;
    color: #1e3a8a;
    flex-shrink: 0;
}

/* SOUS-TITRES H3 */
.sap-container h3 {
    color: #374151;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 8px;
    display: inline-block;
}

/* TITRES D’ITEMS (LIGNES) */
.sap-container .sap-item-title {
    font-weight: 700;
    font-size: 20px;
    color: #111827;
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
    text-decoration: underline;
    text-decoration-color: #e5e7eb;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

/* LISTES & TEXTE */
.sap-container ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 40px;
}

.sap-container li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 70px;
    text-align: justify;
    font-size: 20px;
}

.sap-container li::before {
    content: "•";
    color: #dc2626;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -4px;
}

/* SOURCES EN LIGNE */
.sap-container .sap-source-inline {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    color: #9ca3af;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* CAPSULES (CHIFFRES CLÉS) */
.sap-container .sap-highlight {
    background-color: #000;
    color: #fff;
    padding: 4px 10px;
    font-weight: 600;
    border-radius: 999px;
}

/* TONALITÉS POS/NEG SI UTILISÉES SANS CAPSULE */
.sap-container .sap-negative {
    color: #dc2626;
    font-weight: 600;
}

.sap-container .sap-positive {
    color: #16a34a;
    font-weight: 600;
}

/* META SOURCE GÉNÉRALE */
.sap-container .sap-meta-source {
    text-align: center;
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid #d1d5db;
    font-weight: 600;
    color: #6b7280;
    font-size: 14px;
}

/* BLOC ANALYSE STRATÉGIQUE */
.sap-container .sap-analysis {
    background-color: #f8fafc;
    border-left: 4px solid #1e3a8a;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.sap-container .sap-analysis-title {
    color: #1e3a8a;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sap-container .sap-analysis p {
    margin: 0;
    font-size: 20px;
    color: #374151;
    font-style: italic;
    line-height: 1.8;
}

/* RESPONSIVE MOBILE */
@media (max-width: 600px) {
    .sap-container {
        padding: 30px 15px 30px 0; /* toujours marge droite légère, gauche nulle */
    }
    .sap-container h1 {
        font-size: 26px;
    }
    .sap-container h2 {
        font-size: 22px;
        flex-wrap: wrap;
    }
    .sap-container li {
        font-size: 19px;
        margin-bottom: 50px;
    }
}
/* Espace supplémentaire entre chaque SUJET */
.sap-container .sap-item-title {
    margin-bottom: 25px;  /* ajoute de l’air sous le titre */
}

/* Espace supplémentaire entre blocs de paragraphes (au-dessus des sources) */
.sap-container .sap-source-inline {
    margin-top: 25px;   /* source descend plus bas → crée un bloc visuel séparé */
}

/* Séparation stricte entre les LI (sujets) */
.sap-container li {
    margin-bottom: 80px !important;  /* vrai espace entre sujets */
}/* End custom CSS */
/* Start custom CSS */table {
    width: 100%;
    border-collapse: collapse;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5; /* Uniformiser l'interligne */
}

table th {
    background-color: #f2f2f2;
    text-align: left;
}/* End custom CSS */