/* Start custom CSS for html, class: .elementor-element-55c4d6b *//* ==========================================================
   RECOMMANDATION - MÊME STRUCTURE QUE LES 1000 PREMIERS JOURS
========================================================== */

.spe-reco-layout,
.spe-reco-layout *,
.spe-reco-layout *::before,
.spe-reco-layout *::after {
    box-sizing: border-box;
}


/* ==========================================================
   CONTENEUR GÉNÉRAL
========================================================== */

.spe-reco-layout {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 30px 25px 50px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 42px;

    align-items: start;
}


/* ==========================================================
   PARTIE PRINCIPALE
========================================================== */

.spe-reco-main {
    width: 100%;
    min-width: 0;
}


/* ==========================================================
   HAUT DE PAGE : IMAGE + TITRE
========================================================== */

.spe-reco-hero {
    width: 100%;

    display: grid;
    grid-template-columns: minmax(410px, 47%) minmax(0, 1fr);
    gap: 38px;

    align-items: start;
}


/* ==========================================================
   IMAGE PRINCIPALE
========================================================== */

.spe-reco-visual {
    width: 100%;
}

.spe-reco-visual img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 20px;


}


/* ==========================================================
   COLONNE TITRE
========================================================== */

.spe-reco-heading {
    width: 100%;
    min-width: 0;

    padding-top: 10px;

    text-align: left !important;
}


/* ==========================================================
   BADGE RECOMMANDATION
========================================================== */

.spe-reco-badge {
    display: inline-block;

    margin: 0 0 48px 0;
    padding: 9px 15px;

    background: #f8aa0f;

    color: #ffffff !important;

    font-size: 16px;
    line-height: 1;
    font-weight: 700;

    text-transform: uppercase;

    text-align: left !important;
}


/* ==========================================================
   TITRE
========================================================== */

.spe-reco-title {
    display: block;
 font-family: Calibri, Arial, sans-serif !important;
    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    color: #060b3d !important;
    font-size: 35px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    text-transform: uppercase;

    /*
     * IMPORTANT :
     * empêche le CSS global du site de justifier le titre
     */
    text-align: left !important;
    text-align-last: left !important;

    word-spacing: normal !important;
    letter-spacing: normal !important;

    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}


/* ==========================================================
   SOUS-TITRE
========================================================== */

/* ==========================================================
   SOUS-TITRE
========================================================== */

.spe-reco-heading .spe-reco-subtitle {
    display: block;
    margin: 25px 0 0 !important;
    padding: 0 !important;

    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;

    text-align: left !important;
    text-align-last: left !important;

    word-spacing: normal !important;
}

/* Force la couleur même si WordPress ajoute un span */
.spe-reco-heading .spe-reco-subtitle,
.spe-reco-heading .spe-reco-subtitle span,
.spe-reco-heading .spe-reco-subtitle strong,
.spe-reco-heading .spe-reco-subtitle em,
.spe-reco-heading .spe-reco-subtitle a {
    color: #f15a2a !important;
    -webkit-text-fill-color: #f15a2a !important;
}


/* ==========================================================
   LOGO COALITION
========================================================== */

.spe-reco-coalition {
    width: 100%;

    padding: 60px 30px 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.spe-reco-coalition img {
    display: block;

    width: min(590px, 75%);
    max-width: 100%;
    height: auto;
}


/* ==========================================================
   COLONNE DROITE
========================================================== */

.spe-reco-sidebar {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 22px;
}


/* ==========================================================
   DANS CETTE PAGE
========================================================== */

.spe-reco-summary {
    width: 100%;
    padding: 26px 27px 28px;
    background: #ffffff;

    border: 1px solid #e1e1e1;
    border-radius: 13px;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.025);
}

.spe-reco-summary-title {
    margin: 0 0 25px !important;

    color: #f47763 !important;

    font-family: Calibri, sans-serif !important;
    font-size: 27px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;

    text-align: left !important;
}

/* Force aussi tous les éléments ajoutés par WordPress */
.spe-reco-summary-title,
.spe-reco-summary-title span,
.spe-reco-summary-title strong,
.spe-reco-summary-title em,
.spe-reco-summary-title a {
    color: #f47763 !important;
    -webkit-text-fill-color: #f47763 !important;

  font-family: Calibri, Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}


.spe-reco-summary-link {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 0;

    color: #060b3d !important;

    font-size: 22px!important;
    line-height: 1.25!important;
    font-weight: 700;

    text-decoration: none !important;
    text-transform: uppercase;

    text-align: left !important;
    text-align-last: left !important;

    word-spacing: normal !important;
    letter-spacing: normal !important;
}

.spe-reco-summary-number {
    display: block;

    color: #f47763 !important;
    -webkit-text-fill-color: #f47763 !important;

    font-weight: 700 !important;

    white-space: nowrap !important;
    word-break: keep-all !important;
}

/* ==========================================================
   ENCART "BESOIN D'ÊTRE ACCOMPAGNÉ ?"
========================================================== */

.spe-reco-contact {
    width: 100%;

    padding: 25px 27px 23px;

    background: #fff0e9;

    border-radius: 12px;

    text-align: center;
}


/* ==========================================================
   ENCART "REJOIGNEZ LE SPE"
========================================================== */

.spe-reco-join {
    width: 100%;

    padding: 25px 27px 23px;

    background: #f0f0ee;

    border-radius: 12px;

    text-align: center;
}


/* ==========================================================
   TITRE + IMAGE DANS LES ENCARTS
========================================================== */

.spe-reco-card-heading {
    display: flex;

    align-items: center;
    justify-content: flex-start;

    gap: 16px;

    width: 100%;

    margin-bottom: 22px;

    text-align: center !important;
}


/* TON IMAGE */

.spe-reco-card-icon {
    display: block;

    flex: 0 0 50px;

    width: 50px;
    height: 50px;

    object-fit: contain;
}

.spe-reco-card-heading h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Calibri, Arial, sans-serif !important;
    color: #0a0e39 !important;

    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;

    text-align: left !important;
}


/* ==========================================================
   TEXTE DES ENCARTS
========================================================== */

.spe-reco-contact p,
.spe-reco-join p {
    margin: 0 0 24px !important;
font-family: Calibri, Arial, sans-serif !important;
    color: #0a0e39  !important;

    font-size: 18px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;

    text-align: center !important;
    text-align-last: center !important;

    word-spacing: normal !important;
}


/* ==========================================================
   BOUTONS
========================================================== */

.spe-reco-button {
display : inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 210px !important;
    min-height: 44px !important;
    border-radius: 8px !important;
    border: 2px solid #ea642f !important;
    color: #ea642f !important;
    font-family: Calibri, Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease !important;
}


/* CONTACT */

.spe-reco-button--orange {
    background: #f4511e;

    border: 2px solid #f4511e;

    color: #ffffff !important;
}

.spe-reco-button--orange:hover {
    background: #ffffff;

    color: #f4511e !important;
}


/* ADHÉRER */

.spe-reco-button--outline {
    background: #ffffff;

    border: 2px solid #ee9a8a;

    color: #ee725d !important;
}

.spe-reco-button--outline:hover {
    background: #f4511e;

    border-color: #f4511e;

    color: #ffffff !important;
}


/* ==========================================================
   ÉCRANS INTERMÉDIAIRES
========================================================== */

@media (max-width: 1250px) {

    .spe-reco-layout {
        grid-template-columns: minmax(0, 1fr) 290px;

        gap: 30px;
    }

    .spe-reco-hero {
        grid-template-columns: minmax(360px, 46%) minmax(0, 1fr);

        gap: 30px;
    }

    .spe-reco-title {
        font-size: 36px !important;
    }

}


/* ==========================================================
   TABLETTE
========================================================== */

@media (max-width: 1024px) {

    .spe-reco-layout {
        grid-template-columns: 1fr;
    }

    .spe-reco-sidebar {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 18px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .spe-reco-layout {
        padding: 15px 18px 35px;
    }

    .spe-reco-hero {
        grid-template-columns: 1fr;

        gap: 28px;
    }

    .spe-reco-heading {
        padding-top: 0;
    }

    .spe-reco-badge {
        margin-bottom: 25px;
    }

    .spe-reco-title {
        font-size: 29px !important;
        line-height: 1.15 !important;
    }

    .spe-reco-subtitle {
        margin-top: 18px !important;

        font-size: 17px !important;
    }

    .spe-reco-coalition {
        padding: 40px 10px 10px;
    }

    .spe-reco-coalition img {
        width: 90%;
    }

    .spe-reco-sidebar {
        display: flex;
    }

}

/* ==========================================================
   COALITION 2027 - CONTENU ARTICLE
========================================================== */

.spe-coalition-content,
.spe-coalition-content *,
.spe-coalition-content *::before,
.spe-coalition-content *::after {
    box-sizing: border-box;
}


/* ==========================================================
   CONTENEUR
========================================================== */

.spe-coalition-content {
    width: 100%;
    max-width: 1050px;
    margin: 0;
    padding: 20px 0 50px;

    color: #111111;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.55;

    text-align: left !important;
}


/* Empêche la justification héritée du site */
.spe-coalition-content p,
.spe-coalition-content strong,
.spe-coalition-content span,
.spe-coalition-content a {
    text-align: justify;
    text-align-last: justify;
    word-spacing: normal;
}


/* ==========================================================
   ENCART INTRODUCTION
========================================================== */

.spe-coalition-intro {
    width: 100%;

    margin: 0 0 34px;
    padding: 26px 30px 22px;

    background: #fff0e9;

    border-radius: 10px;
}


.spe-coalition-intro p {
    margin: 0 0 18px !important;
    padding: 0 !important;

    color: #111111 !important;

    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;

    text-align: JUSTIFY !important;
    text-align-last: left !important;
}


.spe-coalition-intro strong {
    color: #111111 !important;
    font-weight: 700 !important;
}


/* ==========================================================
   BOUTON COMMUNIQUÉ DE PRESSE
========================================================== */

.spe-coalition-intro__button {
    display: flex;
    justify-content: center;

    width: 100%;

    margin-top: 10px;
}


.spe-coalition-intro__button a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 9px 18px;

    background: #f15a2a;

    border: 2px solid #f15a2a;
    border-radius: 5px;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 700 !important;

    text-decoration: none !important;

    transition:
        background-color .2s ease,
        color .2s ease;
}


.spe-coalition-intro__button a:hover {
    background: #ffffff;

    color: #f15a2a !important;
    -webkit-text-fill-color: #f15a2a !important;
}


/* ==========================================================
   CORPS DE L'ARTICLE
========================================================== */

.spe-coalition-body {
    width: 100%;
}


.spe-coalition-body p {
    margin: 0 0 19px !important;
    padding: 0 !important;

    color: #111111 !important;

    font-size: 20px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;

    text-align: justify !important;
    text-align-last: LEFT !important;

    word-spacing: normal !important;
}


.spe-coalition-body strong {
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;

    font-weight: 700 !important;
}


/* ==========================================================
   INTERTITRES ORANGE
========================================================== */

.spe-coalition-content h2.spe-coalition-subtitle,
.spe-coalition-content h2.spe-coalition-subtitle span,
.spe-coalition-content h2.spe-coalition-subtitle strong {
    display: block;

    margin: 25px 0 17px !important;
    padding: 0 !important;

    color: #f15a2a !important;
    -webkit-text-fill-color: #f15a2a !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;

    text-align: left !important;
    text-align-last: left !important;

    text-transform: none !important;
    letter-spacing: normal !important;
}


/* ==========================================================
   DOCUMENTS
========================================================== */

.spe-coalition-document {
    width: 100%;

    margin: 12px 0 25px;
}


.spe-coalition-document__text {
    display: grid;

    grid-template-columns: 18px minmax(0, 1fr);

    gap: 5px;

    align-items: start;

    margin-bottom: 12px;
}


/* Flèche orange */

.spe-coalition-document__arrow {
    display: block;

    padding-top: 1px;

    color: #f15a2a !important;
    -webkit-text-fill-color: #f15a2a !important;

    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}


/* Texte */

.spe-coalition-document__text p {
    margin: 0 !important;
    padding: 0 !important;

    color: #11111 !important;

    font-size: 20px !important;
    line-height: 1.5 !important;

    text-align: left !important;
    text-align-last: left !important;
}


/* ==========================================================
   BOUTONS CONSULTER
========================================================== */

.spe-coalition-document__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 90px;

    padding: 8px 15px;

    background: #ffffff;

    border: 2px solid #f15a2a;
    border-radius: 5px;

    color: #f15a2a !important;
    -webkit-text-fill-color: #f15a2a !important;

    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 600 !important;

    text-decoration: none !important;

    text-align: center !important;

    transition:
        background-color .2s ease,
        color .2s ease;
}


.spe-coalition-document__button:hover {
    background: #f15a2a;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}


/* ==========================================================
   TABLETTE
========================================================== */

@media (max-width: 1024px) {

    .spe-coalition-content {
        max-width: 100%;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .spe-coalition-content {
        padding: 10px 0 35px;

        font-size: 15px;
    }


    .spe-coalition-intro {
        padding: 22px 20px 20px;

        border-radius: 8px;
    }


    .spe-coalition-intro p,
    .spe-coalition-body p,
    .spe-coalition-document__text p {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }


    .spe-coalition-content h2.spe-coalition-subtitle {
        font-size: 16px !important;
    }


    .spe-coalition-document__text {
        grid-template-columns: 16px minmax(0, 1fr);
    }

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0cdc25a *//* =========================================================
   MASQUER LE TITRE AUTOMATIQUE + SUPPRIMER L'ESPACE BLANC
   PAGE / ARTICLE 12895
========================================================= */

/* Supprime le titre automatique "Elementor #12895" */
body.postid-12895 .u-section-1 .u-text-1,
body.page-id-12895 .u-section-1 .u-text-1 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
}


/* Supprime l'espace laissé au-dessus du contenu */
body.postid-12895 .u-section-1,
body.page-id-12895 .u-section-1 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 0 !important;
}


/* Conteneur de l'article */
body.postid-12895 .u-section-1 .u-container-layout,
body.page-id-12895 .u-section-1 .u-container-layout {
    padding-top: 0 !important;
    margin-top: 0 !important;
}


/* Le contenu commence immédiatement sous le menu */
body.postid-12895 .u-section-1 .u-post-content,
body.page-id-12895 .u-section-1 .u-post-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* Neutralise aussi la règle Nicepage à 443px */
@media (max-width: 991px) {

    body.postid-12895 .u-section-1 .u-text-1,
    body.page-id-12895 .u-section-1 .u-text-1 {
        margin-top: 0 !important;
        display: none !important;
    }

}/* End custom CSS */