/*
Theme Name:   Salient enfant
Theme URI:    https://e-partenaire.com
Description:   Thème enfant de Salient — personnalisations e-partenaire (styles, polices, refonte). Survit aux mises à jour du thème parent.
Author:       e-partenaire
Author URI:   https://e-partenaire.com
Template:     salient
Version:      1.0.0
Text Domain:  salient-enfant
*/

/* =========================================================
   Tes styles personnalisés viennent ici.
   (ou dans style-refonte.css, chargé via functions.php)
   ========================================================= */


   /* .h1-titre-bandeau {
    font-family:"Georgia";
} */



:root {
    --marron:#c8b6a3;
    --bleu:#173554;
    --rose-clair:#f4efeb;
}

h1 {
   font-family: "Georgia";
    font-size: 3rem;
    line-height: 1;
}

h2 {
   font-size: 2.5rem;
   line-height: 2.5rem;
   font-family: "Georgia";
   color: var(--bleu);
}

h3 {
    font-size:24px !important;
    font-family: "Georgia";
    color: var(--bleu);
}

p {
   font-family: "Outfit";
   font-size: 1.2rem;
   color:#637083;
   /* color:#173554; */
   line-height: 1.625;
   text-align: justify;
   font-weight: 400;
}

.container-wrap .container.main-content {
    max-width: 1440px !important;   /* ta largeur cible */
    margin-left: auto !important;
    margin-right: auto !important;
}

body.material #header-outer[data-format="centered-menu-under-logo"] header#top .span_9 nav >ul.buttons {
    display: none !important;
}

@media only screen and (max-width: 1000px) {
    .material #header-outer[data-cart="true"] header#top .span_9 >.slide-out-widget-area-toggle, .material #header-outer[data-cart="true"] header#top #mobile-cart-link, .material header#top .mobile-search {
        display: none !important;
    }
    .icon-salient-search {
        display: none !important;
    }
    .menu-item-19202 {
        border-bottom: solid 5px var(--ep-sand) !important;
        padding: 0 !important;
        /* min-width: 325px !important; */
    }

}





.texte-blanc {
    color:white;
}

.texte-blanc h2 {
    color:white;
}

.texte-blanc p {
    color:white;
}

.text-primary {
    color: var(--bleu);
}

.text-accent {
   color: var(--marron);
   font-style: italic;
   font-weight: 500;
}

.ul-coaching li {
    color: #637083 !important;
}

.sous-titre-bandeau {
    font-family: "outfit";
    margin-top: 1rem;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1rem!important;
    line-height: 1.5!important;
    font-weight: 700;
}

.span-sous-titre p{
    padding-bottom: 0px !important;
}

.span-sous-titre {
    margin-bottom: 10px !important;
}

.page-bloc-bleu {
    min-height:250px;
}

.page-bloc-bleu p {
    padding-bottom: 0px !important;
}

.page-bloc-bleu .vc_row {
    margin-bottom: 0px !important;
}

/* #bouton-cta button {
   border-radius:inherit !important;
} */

.wp-singular .bouton-cta button {
    background-color: var(--bleu);
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius:inherit !important;
}

.wp-singular .bouton-cta button:hover {
    background-color: var(--marron);
}

/* BANDEAU HEADER PAGES */ 

.ep-bandeau {
    /* ===== VARIABLES À AJUSTER SELON TA CHARTE ===== */
    --bandeau-fond:        #1c3050;  /* bleu marine du fond */
    --bandeau-titre:       white;  /* blanc cassé du titre */
    --bandeau-sous-titre:  #d8b99c;  /* beige/rosé du sous-titre et du trait */
    --bandeau-font-titre:  Georgia, 'Times New Roman', serif;      /* REMPLACER par ta serif */
    --bandeau-font-sous:   'Montserrat', Arial, sans-serif;        /* REMPLACER par ta sans-serif */
    /* =============================================== */

    height: 200px;        /* hauteur fixe, jamais plus jamais moins */
    padding: 0 20px;      /* plus de padding vertical qui gonfle la hauteur */
    /* full-bleed + flex inchangés */
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-bottom:50px;
    background-color: var(--bandeau-fond);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.ep-bandeau-inner {
    max-width: 900px;   
    height: 100%;            
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 30px; */
   
}

.ep-bandeau-titre {
    font-family: var(--bandeau-font-titre);
    color: var(--bandeau-titre);
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
}

.ep-bandeau-trait {
    display: block;
    width: 100px;
    height: 5px;
    background-color: var(--bandeau-sous-titre);
    margin: 22px 0 0;              /* espace sous le titre */
}

.ep-bandeau-sous-titre {
    font-family: var(--bandeau-font-sous);
    color: var(--bandeau-sous-titre);
    font-size: 18px;
    font-weight: 700;
    font-family: "outfit";
    letter-spacing: 0.15em;        /* l'espacement des lettres visible sur la maquette */
    text-transform: uppercase;
    margin: 18px 0 0;
    padding-bottom:0px !important;
}

.ep-fadeup {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.ep-fadeup.ep-visible {
    opacity: 1;
    transform: translateY(0);
}

/* FIN BANDEAU HEADER PAGES */

/* BANDEAU FOOTER PAGES */

.ep-bandeau-prefooter {
    width: calc(100% + 320px);
    margin-left: -160px;
    margin-right: -160px;
    padding: 70px 20px;
    text-align: center;
}
.ep-bandeau-prefooter-inner {
    max-width: 900px;
    margin: 0 auto;
}
.ep-bandeau-prefooter-titre {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1b3a5b;
    margin: 0 0 18px;
    line-height: 1.2;
}
.ep-bandeau-prefooter-texte {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    color: #637083;
    margin-bottom: 32px;
}
.ep-bandeau-prefooter-bouton {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size:18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1b3a5b;
    padding: 16px 34px;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color 0.2s ease;
}
.ep-bandeau-prefooter-bouton:hover {
    background-color: var(--marron);
    color:white;
;
}
.ep-bandeau-prefooter-bouton svg {
    width: 20px;
    height: 20px;
}

.row-savoir-plus-accueil .wpb_wrapper {
    display: flex;
    gap:10px;
}

.row-savoir-plus-accueil .wpb_wrappe:hover {
    gap:15px;
}

.enlever-padding-bottom-p p {
    padding-bottom: 0px !important;
}

.search_result_one_title a:hover {
    color:#9B8974 !important;
}

.wp-singular .sf-menu .sub-menu a span {
    text-transform: none !important;
}

.has-children span:hover,.menu-item-19202 span:hover,.menu-item-31660 span:hover {
    color:#c8b6a3 !important;
}

/* PAGE OFFRE */ 

#candidature-link {
    position: inherit !important;
}

.job-offer-page .search_criteres {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#ajax-content-wrap .content-inner {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


@media (max-width: 1000px) {
    #slide-out-widget-area:not(.material-open) {
        background-color: transparent !important;
        pointer-events: none;
    }

    #slide-out-widget-area.material-open {
        z-index: 1000;
        pointer-events: auto;
    }
    #slide-out-widget-area.slide-out-from-right:not(.material-open),
#slide-out-widget-area.slide-out-from-right:not(.fullscreen-alt):not(.fullscreen):not(.material-open) {
    background-color: transparent !important;
    pointer-events: none;
}
    .ep-blog-heading-accueil {
        line-height: 50px !important;
    }
    .material header#top .col.span_9, .material #header-outer[data-format="centered-menu-under-logo"] header#top .span_9, .material #header-outer[data-format="centered-menu-bottom-bar"] header#top .span_9 {
        top: 50% !important;
    }
    .ep-bandeau-prefooter {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .ep-bandeau {
        margin-top: 110px;
    }
    #slide-out-widget-area .contact-menu a {
        color: white !important;
    }   

    .ep-hero {
        margin-top:140px !important;
         min-height:inherit !important;
         padding: 1rem 0 2rem !important;
    }
    .slide-out-widget-area-toggle span {
        transform: scale(1.5);
    }
    
}

@media (max-width: 768px) {
    h2 {
        font-size:30px !important;
    }
    #ajax-content-wrap .vc_custom_1783513609310 {
        padding-top: 54px !important;
        padding-right: 14px !important;
        padding-bottom: 54px !important;
        padding-left: 14px !important;
        background-color: #FFFFFF !important;
        border-color: #FFFFFF52 !important;
    }
    #ajax-content-wrap .bloc-coaching .instance-8 {
        display: none !important;
    }
    .ep-blog-wrapper-accueil {
        padding: 0px !important;
    }
    .ep-blog-heading-accueil {
        padding: 50px 0px !important;
    }
    .job-offer-page .search_criteres > div:last-child {
        order: -1;
        margin-bottom: 20px;
    }
    .job-offer-page .search_criteres {
        flex-direction: column;
    }
    .ep-bandeau-titre {
        font-size:2rem;
    }
    .ep-bandeau-sous-titre {
        font-size: 13px !important;
    }
    .wp-singular #copyright .span_5,.wp-singular #copyright .span_7 {
        padding:10px !important;
    }
    .wp-singular #copyright .col.span_7,.wp-singular #copyright .col.span_5 {
        width:100% !important;
    }
    .ep-bandeau {
        margin-top: 140px;
    }
    .ep-single-hero {
        margin-left: inherit !important;
    }
    .ep-single-hero-inner {
        margin-top:175px !important;
    }
    .vc_row {
        margin-left: inherit !important;
        margin-right: inherit !important;
    }
    body .wp-singular #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
        font-size: 14px !important;
    }
    #slide-out-widget-area.slide-out-from-right {
        padding-left: 20px !important;
        /* padding-right: 20px !important; */
        padding-right: 0px !important;

    }

    .sub-menu li {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .ep-hero-texte {
        display: none;
    }
    .has-children, .menu-item-19202 a,.menu-item-31660 a {
        text-transform: uppercase;
    }

}

@media (max-width: 600px) {
    body.wp-singular #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
        font-size: 14px !important;
    }
    .ep-bandeau-prefooter-titre { font-size: 1.6rem; }
    .ep-bandeau-prefooter { padding: 50px 16px; }
}

/* FIN BANDEAU FOOTER PAGES */

/* FOOTER */ 

.wp-image-33013, .wp-image-33012 {
    width: 108px !important;
    height: 108px !important;
}

#block-28 figure.wp-block-image {
    max-width: 120px;
}

body[data-footer-reveal="1"] #footer-outer {
    background: inherit !important;
    background-color: #173554 !important;
    margin-top:50px !important;
}

#footer-outer {
    color: #ffffffb3 !important;
    margin-top:50px !important;
}
#footer-outer p {
    color: #ffffffb3 !important;
}
#footer-widgets .menu-item a {
    color: #ffffffb3 !important;
}
.description-footer {
    text-align: justify;
}
#footer-widgets .container {
    padding-bottom:20px !important;
    border-bottom:solid 3px #ffffff33 !important ;
}

#footer-outer .row {
    padding-top:35px !important;
}
#footer-outer h4 {
    text-transform: uppercase;
    color:#c8b6a3;
    font-family: "Outfit";
    margin-bottom: 16px;
}

#footer-outer #footer-widgets .col ul li, #sidebar div ul li, #sidebar .widget.widget_categories li, #sidebar .widget.widget_pages li, #sidebar .widget.widget_nav_menu li {
    padding: 10px 0px !important;
}

#footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button) {
    color:#ffffffb3 !important;
    font-weight: 400 !important;
}

#footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button):hover {
    color:#c8b6a3 !important;
}
#footer-outer #copyright.row {
    padding:30px 0px !important;
    
}

#footer-outer #copyright.row p {
    color: #ffffff80 !important;
}

#footer-outer #copyright.row p a {
    color: #ffffff80 !important;
}

.redE {
    color:red !important;
}

.scroll-back-to-top-wrapper {
    display: none !important;
}

#footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button) {
    font-size :18px;
}

#copyright {
    font-size: 16px !important;
}
#copyright .social li a {
    color: #ffffff80 !important;
    transition: color .3s ease;
}
#copyright .social li a:hover {
    color: var(--marron) !important;
}

#block-31 a {
    height: 52px !important;
}

/* PAGE PRESENTATION */

.bloc-atout p {
    padding-bottom: 0px !important;
}

.bandeau-partenaires {
    align-items: center;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    margin: auto !important;
}

.bandeau-partenaires .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    height:90px !important;
}

.bandeau-partenaires .wpb_column .vc_column-inner {
    height:90px !important;
}

.bandeau-partenaires .wpb_column .vc_column-inner .wpb_wrapper {
    display:flex;
    align-items:center;
    justify-content: center;
}

.vc_custom_1784107837888 a:hover {
    color:#173554 !important;
}


/* PAGE COACHING */

.bloc-coaching ul {
    margin-left:0px !important;
}

.bloc-coaching ul li{
    font-family: 18px !important;
    font-size:18px;
    font-weight: 400;
}
.bloc-coaching svg {
    min-width: 24px;
}

.chiffre-bulle {
    background-color: var(--marron);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: white;
    font-weight: 900;
    justify-content: center;
}

.chiffre-bulle-bleu {
    background-color: var(--marron);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: var(--bleu);
    font-weight: 900;
    justify-content: center;
}

.chiffre-bulle-padding {
    margin-right:10px;
    display: block;
}

.section-solutions p {
    padding-bottom: 18px !important;
}

.section-solutions h3 {
    font-size: 24px !important;
}

.nos-solutions-blocs-bleu .vc_column-inner {
    min-height:460px;
}

.nos-solutions-blocs-bleu-v2 .vc_column-inner {
    min-height:350px;
}

.nos-solutions-blocs svg {
    margin-bottom: 0px;
}

.svg-calendrier {
    margin-bottom: 0px;
}

/* PAGE RH */

.text-bouton {
    background-color: #c8b6a3 !important;
    color: var(--bleu);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.text-bouton a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 20px !important;
    line-height: 1.75rem !important;
    font-weight: 700 !important;
    transition: background-color 0.3s ease;
}
.text-bouton a .vc_btn3-icon {
    position: static !important;
    margin: 0 !important;
    transform: none !important;
}
.text-bouton a:hover {
    background-color: #dfd1c0e6 !important;
}
.bloc-notre-outil p {
    padding-bottom:0px !important;
}

.bloc-methodologie p {
    padding-bottom: 0px !important;
}

.bloc-numeros h3 {
    font-size : 20px !important;
}

.bloc-accompagnement h3 {
    font-family: "outfit";
}

/* PAGE MANAGEMENT DE TARNSITION */

.bloc-dirigeeants-operationnels p {
    padding-bottom:0px;
}

/* PAGE AGROALIMENTAIRE */ 
.bloc-4-vignettes p {
    padding-bottom:0px !important;
}

.bloc-4-vignettes .bloc-4-vignettes-rangee {
    min-height: 225px;
}

#block-28, #block-29 {
    margin-bottom: 0px !important;
}

/* PAGE CONTACT */

.bloc-padding-bottom-0 p {
padding-bottom:0px !important;
}


/* ══════════════════════════════════════
   Formulaire de contact — Style maquette
   ══════════════════════════════════════ */

/* Conteneur global */
.wpcf7-form {
    max-width: 600px;
}

/* Champ générique */
.ep-form-field {
    margin-bottom: 20px;
}

.ep-form-field label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1a2744;
    margin-bottom: 8px;
}

.ep-required {
    color: #1a2744;
}

/* Inputs, select, textarea */
.ep-form-field input[type="text"],
.ep-form-field input[type="email"],
.ep-form-field input[type="tel"],
.ep-form-field select,
.ep-form-field textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    background: #F4EFEB !important;;
    border: 1px solid #e8e4df;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.ep-form-field input:focus,
.ep-form-field select:focus,
.ep-form-field textarea:focus {
    border-color: #c5aa7a;
}

.ep-form-field textarea {
    min-height: 130px;
    resize: vertical;
}

.ep-form-field select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

/* Ligne deux colonnes (prénom / nom) */
.ep-form-row--half {
    display: flex;
    gap: 20px;
}
.ep-form-row--half .ep-form-field {
    flex: 1;
}



@media (max-width: 600px) {
    .ep-form-row--half {
        flex-direction: column;
        gap: 0;
    }
}

.wpcf7-list-item-label {
    color:#637083 !important;
}

#ajax-content-wrap .ep-form-submit #contact-form input[type=submit] {
    color:white !important;
    background-color: #173554 !important;
}


/* Upload fichier */
.ep-form-field input[type="file"] {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e8e4df;
    border-radius: 4px;
    cursor: pointer;
}

.ep-form-filetypes {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #637083;
}

/* Consentement */
.ep-form-consent {
    margin-bottom: 24px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.ep-form-consent .wpcf7-list-item {
    margin: 0;
}

.ep-form-consent input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #1a2744;
    vertical-align: top;
    margin-top: 3px;
}

/* Bouton submit */
.ep-form-submit input[type="submit"] {
    display: block;
    width: 100%;
    padding: 18px 36px;
    background: #1a2744;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.ep-form-submit input[type="submit"]:hover {
    background: #c5aa7a;
}

/* Spinner CF7 */
.wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
}

/* Messages validation CF7 */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #c0392b;
    margin-top: 4px;
}

/* #contact-form p, #contact-form span {
    font-weight: inherit !important;
} */

/* SOMMAIRE ACTUALITES */

/* ══════════════════════════════════════
   Blog — Archive grille
   ══════════════════════════════════════ */

/* Layout */
.ep-blog-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px 80px;
}

.ep-blog-heading {
    /* font-size: 34px; */
    font-weight: 700;
    color: #1a2744;
    text-align: center;
    margin: 0 0 12px;
    /* font-style: italic; */
}

.ep-blog-count {
    font-size: 14px;
    color: #888;
    margin-bottom: 36px;
}

/* Grille */
.ep-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 960px) {
    .ep-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}
@media (max-width: 600px) {
    .ep-blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .ep-blog-wrapper {
        padding: 24px 16px 60px;
    }
}

/* ── Carte article ── */
/* Carte */
.ep-blog-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

/* Corps texte */
.ep-blog-card-body {
    padding: 20px 25px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ep-blog-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

/* Image */
.ep-blog-card-img {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e8e4df;
}
.ep-blog-card-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.ep-blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.ep-blog-card:hover .ep-blog-card-img img {
    transform: scale(1.03);
}
.ep-logo {
    transform: scale(1.0);
    transition: 300ms ease;
}
.ep-logo:hover {
    transform: scale(0.95);
    transition: 300ms ease;
}

/* Tags superposés sur l'image */
.ep-blog-card-tags {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    z-index: 2;
}
.ep-blog-card-tag {
    display: inline-block;
    background: #1a2744;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.3;
}

/* Corps texte */


/* Date */
.ep-blog-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    color: #637083;
    margin-bottom: 10px;
}
.ep-blog-card-date svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* Titre */
.ep-blog-card-titre {
    font-size: 18px;
    font-weight: 700;
    color: #1a2744;
    margin: 0 0 8px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ep-blog-card-titre a {
    color: inherit;
    text-decoration: none;
}
.ep-blog-card-titre a:hover {
    color: #c5aa7a;
}

/* Extrait */
.ep-blog-card-extrait {
    font-size: 18px;
    color: #637083;
    line-height: 1.5;
    margin: 0 0 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Lire l'article */
.ep-blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c5aa7a;
    text-decoration: none;
    transition: color 0.2s ease;
}
.ep-blog-card-link:hover {
    color: #1a2744;
}
.ep-blog-card-link svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/* ── Pagination ── */
.ep-blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 48px;
    flex-wrap: wrap;
}
.ep-blog-pagination a,
.ep-blog-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.ep-blog-pagination a {
    color: #1a2744;
    background: #f5f0eb;
}
.ep-blog-pagination a:hover {
    background: #1a2744;
    color: #fff;
}
.ep-blog-pagination span.current {
    background: #1a2744;
    color: #fff;
}
.ep-blog-pagination span.dots {
    background: none;
    color: #888;
}

.ep-blog-heading-accueil {
    font-size: 54px !important;
    font-weight: 700;
    color: #1a2744;
    text-align: center;
    margin: 0 0 12px;
    /* font-style: italic; */
    padding: 50px;
}

.ep-blog-wrapper-accueil {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px 0px;
}

#bloc-accueil .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.wp-singular header#top .container {
    max-width: 1470px !important;
    width: 100%;
    padding-left: 0px !important; 
    padding-right: 0px !important; 
}

#copyright .container {
    display: flex;
}

#copyright .span_5 {
    width: 60% !important;
}

#copyright .span_7 {
    width:40% !important;
}

#bandeau-accueil-images {
    display: flex;
    flex-wrap: wrap;
}

#bandeau-accueil-images > .wpb_column {
    display: flex;
}

#bandeau-accueil-images .vc_single_image-wrapper {
    width: 100%;
    text-align: center;
}

#bandeau-accueil-images .vc_single_image-img {
    max-height: 55px;
    width: auto;
    max-width: 100%;
}

/* Desktop */
@media (min-width: 1025px) {
    #bandeau-accueil-images > .wpb_column {
        flex: 0 0 calc(100% / 7);
        max-width: calc(100% / 7);
    }
}

/* Tablette */
@media (min-width: 768px) and (max-width: 1024px) {
    #bandeau-accueil-images > .wpb_column {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #bandeau-accueil-images > .wpb_column {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #ajax-content-wrap .vc_custom_1783428597073 {
        padding-left:0px !important;
        padding-right: 0px !important;
    }
}

/* Les colonnes prennent toute la largeur disponible */
#bandeau-accueil-images .vc_column-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .vc_row-fluid .vc_col-sm-2 {
    margin-left:0 !important;
}

/* MOBILE */

@media screen and (max-width:767px) {
    #copyright .container {
        display: flex;
        flex-direction: column;
    }
}

/* STYLE MAQUETTE LOVABLE */

.bouton-centre {
    text-align: center;
}

.bg-\[\#0A66C2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(10 102 194 / var(--tw-bg-opacity, 1));
}

.rounded-full {
    border-radius: 9999px;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: .75rem;
}

.gap-4 {
    gap: 1rem;
}

.flex {
    display: flex;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.bg-accent\/10 {
    background-color: #c8b6a31a;
}

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.w-16 {
    width: 4rem;
}

.h-16 {
    height: 4rem;
}

.rounded-full {
    border-radius: 9999px;
}

.text-muted-foreground {
    font-size:18px !important;
    color:#637083;
}

.font-semibold {
    font-weight: 600;
    font-size: 18px;
}
.bg-accent {
    background-color: var(--marron);
}
.rounded-full {
    border-radius: 9999px;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
}
.w-10 {
    width: 45px;
}
.h-10 {
    height: 45px;
}
.flex {
    display: flex;
}
.text-primary-foreground {
    color: white;
}
.font-bold {
    font-weight: 700;
}
.p-8 {
    padding: 2rem;
}
.bg-secondary {
    background-color: hsl(var(--secondary));
}
.rounded-sm {
    border-radius: calc(var(--radius) - 4px);
}
.mb-8 {
    margin-bottom: 2rem;
}
.text-primary {
    color: var(--bleu);
}
.font-bold {
    font-weight: 700;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.font-serif {
    font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.gap-4 {
    gap: 1rem;
}
.items-start {
    align-items: flex-start;
}

.flex {
    display: flex;
}
.text-primary {
    color: var(--bleu);
}
.font-bold {
    font-weight: 700;
}
.space-y-6 {
    margin-left:0px !important;
}

#footer-outer {
    z-index: 1 !important;
    margin-top:50px !important;
}
.tracking-wide {
    letter-spacing: .025em;
}
.uppercase {
    text-transform: uppercase;
}
.font-bold {
    font-weight: 700;
}
.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.rounded-sm {
    border-radius: calc(var(--radius) - 4px);
}
.inline-block {
    display: inline-block;
}

/************************************** /

.section-description p {
    padding-bottom: 0px;
}

.page-rangee li::marker {
    color: var(--marron);
    font-size: 1.3em;
}

@media screen and (min-width:1000px) {
    .bloc-methodologie .vc_column-inner {
        min-height:430px !important;
    }

    .bloc-strategie .vc_column-inner {
        min-height:340px !important;
    }
}

@media screen and (max-width:1000px) {
   .wpb_row {
      padding :0px 24px;
   }
}

@media screen and (max-width:667px) {
   .wpb_row {
      padding :0px 12px;
   }

    #ajax-content-wrap .ep-bandeau-partenaires-wrap {
        padding: 10px !important;
    }
}