::selection {
    background-color: #d6f5e7;
}

.show-on-scroll {
    display: none;
    position: fixed;
    top: 0;
}

.no-underline-except-hover {
    text-decoration: none !important;

    a {
        text-decoration: none !important;
    }
}

.no-underline-except-hover:hover {
    text-decoration: underline !important;
}

.no-underline-except-hover a:hover {
    text-decoration: underline !important;
}



.wp-block-button {
    a {
        text-decoration: none !important;
    }
}

.wp-block-co-authors-plus-image {
    border-radius: 50%;
    overflow: hidden;
}

.no-margin-top {
    margin-top: 0 !important;
}

.post-template-article-grande-image,
.entry-content {
    .wp-block-heading {
        margin-block-start: 2rem;
    }

    a {
        text-decoration: underline;
    }

}

.post-template-default,
.post-template-article-grande-image {
    .entry-content a:hover {
        text-decoration: none;
        opacity: 0.7;
    }

}

.article-content {

    div,
    p,
    ul,
    li,
    a {
        font-family: 'Merriweather', serif;

    }
}

.insert-in-article-content {
    .wp-block-heading {
        margin-top: 0 !important;
    }



    div,
    p,
    ul,
    li,
    a {
        font-family: 'VendSans', sans-serif !important;
    }
}

.gradient-yellow {
    background: linear-gradient(to top, #F9F6D4 0%, #ffffff 100%);
}

.cross-menu {
    width: 20px !important;
}

.wp-block-search__inside-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .wp-block-search__button {
        margin-top: 10px;
        max-width: 353px;
        width: 100%;
        margin-left: 0 !important;
        padding-block: 8px;
        border-radius: 6px;
        border: 1px solid #000;
        position: relative;
        transition: translate 0.1s ease, box-shadow 0.1s ease;
        background-color: #004352;
        color: white;
        box-shadow: 6px 6px 0 0 #000;
        translate: -3px -3px;
        display: flex;
        justify-content: center;
        cursor: pointer !important;

        &:hover {
            background-color: #208373;
        }

        &:active {
            translate: 0px 0px;
            box-shadow: none;
        }
    }

    .wp-block-search__input {
        max-width: 353px;
        width: 100%;
        height: 47px;
        font-size: 16px !important;
    }
}


.chapo {
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.blague-du-chapo {
    font-weight: bold;
}

.tile-menu-mon-compte {
    border-left: 3px solid white;

    p {
        a {
            color: #4F4F4F !important;
            font-weight: 600 !important;
        }
    }
}

.tile-menu-mon-compte:hover {
    background-color: #F4FFF8 !important;
    cursor: pointer;
    border-left: 3px solid #F4FFF8;
}

.tile-menu-mon-compte:hover p a {
    cursor: pointer;
    color: #004352 !important;
}

.tile-menu-mon-compte.active {
    background-color: #D6F5E7 !important;
    border-left: 3px solid #004352;

    p {
        a {
            color: #004352 !important;
        }
    }
}

@media (max-width: 1000px) {
    .menu-mon-compte {
        display: none;
    }
}


.groupe-club-vert {
    position: relative;
}

.colonnes-menu-carousel {
    max-width: 1000px;
    width: 100%;
    min-height: 491px;
    display: flex;
    justify-content: end;
    position: relative;
    overflow: visible;
}

/* 141 (header) + 143 (titre page) + 48 (padding-top groupe) = 332px */
.menu-mon-compte {
    align-self: flex-start;
    min-width: 317px;
    position: sticky;
    top: 332px !important;
}

/* + 32px (admin bar) */
.admin-bar .menu-mon-compte {
    top: 364px !important;
}

html {
    scroll-padding-top: 332px;
}

html:has(body.admin-bar) {
    scroll-padding-top: 364px;
}




.terms-newsletters {
    ul {
        display: flex;

        li {
            margin-top: 0px;
            margin-right: 10px;
        }
    }
}

.term-newsletter {
    text-transform: uppercase;
}

.taxonomy-post_tag,
.taxonomy-category {
    text-transform: uppercase;
}

.carousel-block-wrapper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    height: 10px;
    opacity: 100;
    transition: all .3s ease;
    width: 10px;
    border: 1px solid #004352;
}

.carousel-block-wrapper .swiper-pagination {
    margin-top: 24px !important;
    padding: 0 !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 6px;
    position: static !important;
    transform: none !important;
}

.carousel-block-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--carousel-pagination-active-color, #004352) !important;
    border-radius: 5px;
    opacity: 1;
    width: 10px;
}

/* Catégorie (lien) */
.vert-search-result-category a {
    color: #004352 !important;
    font-family: "VendSans", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 110% !important;
    letter-spacing: 0.26px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* Titre */
.vert-search-result-link h2 a {
    color: #000 !important;
    font-family: "VendSans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: -0.36px !important;
    text-decoration: none !important;
}

/* Date */
.vert-search-result-date {
    color: #616161 !important;
    font-family: "VendSans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
}

.newsletter-banner-category .newsletter-banner__subtitle,
.wp-block-vert-newsletter-banner-category .newsletter-banner__subtitle {
    font-family: "VendSans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.newsletter-banner-category .newsletter-banner__marquee-track,
.wp-block-vert-newsletter-banner-category .newsletter-banner__marquee-track {
    color: var(--Noir-100, #000);
    font-family: "VendSans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

/* Container de l'email + bouton */
.wp-block-vert-newsletter .newsletter-email-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* espace entre le champ email et le bouton */
    width: 100%;
    /* prend toute la largeur disponible */
}

/* Champ email */
.wp-block-vert-newsletter .newsletter-email {
    width: 100%;
    /* prend toute la largeur du container */
    padding: 12px;
    align-items: center;
    gap: var(--petit, 12px);
    border-radius: var(--micro, 6px);
    border: solid 1px #F7F7F7 !important;
    background: var(--Blanc-0, #FFF);
    color: var(--Noir-100, #000);
    font-family: "VendSans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    box-sizing: border-box;
    margin-top: 12px;
}

/* Bouton s’abonner */
.wp-block-vert-newsletter .newsletter-submit {
    width: 100% !important;
    height: 39px !important;
    padding: 9px var(--moyen, 16px) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: var(--micro, 6px) !important;
    border-radius: var(--micro, 6px) !important;
    border: 1px solid var(--Noir-100, #000) !important;
    background: var(--Vert-fonc, #004352) !important;
    color: var(--Blanc-0, #FFF) !important;
    font-family: "VendSans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 110% !important;
    cursor: pointer !important;
    box-shadow: 2px 2px 0 0 var(--Noir-100, #000) !important;
    text-align: center !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

/* Hover bouton */
.wp-block-vert-newsletter .newsletter-submit:hover {
    background: #208373 !important;
    box-shadow: 3px 3px 0 0 var(--Noir-100, #000) !important;
}

.wp-block-vert-newsletter .newsletter-interest-label {
    color: var(--Noir-100, #000) !important;
    font-family: "VendSans", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 130% !important;
    /* 18.2px */
}

/* .wp-block-vert-newsletter .newsletter-title {
    display: none !important;
} */

.wp-block-vert-newsletter .newsletter-interests {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.wp-block-vert-newsletter .wp-block-vert-newsletter-checkbox {
    width: 100% !important;
}

/* Catégorie (lien) */
.vert-search-result-category a {
    color: #004352 !important;
    font-family: "VendSans", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 110% !important;
    letter-spacing: 0.26px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* Titre */
.vert-search-result-link h2 a {
    color: #000 !important;
    font-family: "VendSans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: -0.36px !important;
    text-decoration: none !important;
}

/* Date */
.vert-search-result-date {
    color: #616161 !important;
    font-family: "VendSans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
}

.wp-block-vert-boucle-articles-breves .vert-search-result-item--breve {
    background-color: #f7f7f7;
    flex-direction: column;
    padding: 12px !important;
}

/* Styles pour figcaption */
div[class*="wp-block-"] figcaption {
    color: var(--Gris-fonc, #616161);
    font-family: "VendSans", sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    text-align: left !important;
    margin-top: 8px;
}

/* Détails de l’accordion */
.wp-block-vert-accordion .accordion-details {
    background: inherit;
    border-radius: 0;
    color: inherit;
    overflow: hidden;
}

.categorie-edito {
    pointer-events: none;
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35em;
    padding: 6px 12px !important;
    margin-bottom: 0.75rem;
    text-align: center;
    white-space: nowrap;
}

.load-more {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* .wp-block-button:has(.wp-block-button__link) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
} */

.wp-load-more__button {
    cursor: pointer;
    padding-block: 8px;
    border-radius: 6px;
    max-width: 100%;
    border: 1px solid #000;
    position: relative;
    transition: translate 0.1s ease, box-shadow 0.1s ease;
    background-color: transparent;
    color: #004352;
    translate: -3px -3px;
    box-shadow: 6px 6px 0 0 #000;
    display: flex;
    width: 100%;
    justify-content: center;



    &::after {
        content: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.29325 6.70725C5.48825 6.90225 5.74425 7.00025 6.00025 7.00025C6.25625 7.00025 6.51225 6.90225 6.70725 6.70725L11.7073 1.70725C12.0983 1.31625 12.0983 0.68425 11.7073 0.29325C11.3162 -0.0977501 10.6842 -0.0977501 10.2932 0.29325L6.00025 4.58625L1.70725 0.29325C1.31625 -0.0977501 0.68425 -0.0977501 0.29325 0.29325C-0.0977501 0.68425 -0.0977501 1.31625 0.29325 1.70725L5.29325 6.70725Z' fill='%23004352'/%3E%3Cpath d='M5.29325 13.7073C5.48825 13.9023 5.74425 14.0002 6.00025 14.0002C6.25625 14.0002 6.51225 13.9023 6.70725 13.7073L11.7073 8.70725C12.0983 8.31625 12.0983 7.68425 11.7073 7.29325C11.3162 6.90225 10.6842 6.90225 10.2932 7.29325L6.00025 11.5863L1.70725 7.29325C1.31625 6.90225 0.68425 6.90225 0.29325 7.29325C-0.0977501 7.68425 -0.0977501 8.31625 0.29325 8.70725L5.29325 13.7073Z' fill='%23004352'/%3E%3C/svg%3E");
        margin-left: 8px;
        display: inline-flex;
        align-items: center;
        top: 2px;
        position: relative;
    }

    &:hover {
        background-color: #f0f0f0;
    }

    &:active {
        translate: 0px 0px;
        box-shadow: none;
    }
}

/* force l'état initial explicite */
.vert-bouton__link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.article-mise-en-avant-category-text {
    color: var(--Blanc-0, #FFF);
    font-family: "VendSans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.26px;
    text-transform: uppercase;
}

.article-mise-en-avant-title {
    color: var(--Noir-100, #000);
    text-align: center;
    font-family: "VendSans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.3px;
}

.article-mise-en-avant-excerpt {
    color: var(--Gris-fonc, #616161);
    text-align: center;
    font-family: "VendSans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.padding-top-18 {
    padding-top: 18px !important;
}




:root :where(.wp-block-image:hover img) {
    box-shadow: none;
}


.single .wp-block-group .wp-block-post-terms,
.blog .wp-block-group .wp-block-post-terms {
    margin-bottom: 0px !important;
}

/* a:hover {
    text-decoration: none !important;
}
 */
.single-mailchimp-archive .type-archive {
    padding: 0px 6px;
    border-radius: 5px;
    background-color: transparent;
    font-size: 13px !important;
    color: #616161 !important;
    font-weight: 600 !important;
    line-height: 1.4;
    text-transform: uppercase !important;
    padding-left: 2px !important;
}

.single-mailchimp-archive .entry-content p {
    font-family: "VendSans", sans-serif !important;
    color: #000000;
    line-height: 1.45 !important;
}

.title-cat-archive a {
    color: black !important;
}


.a-la-une-de-vert {
    margin-top: 0 !important;
}




.wp-block-search__input::placeholder {
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    font-family: "VendSans", sans-serif;
}

input.nls-email {
    color: var(--Gris-fonc, #616161) !important;
    font-family: "VendSans", "VendSans", sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 145% !important;
}

input.nls-email::placeholder {
    color: var(--Gris-fonc, #616161) !important;
    font-family: "VendSans", "VendSans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    opacity: 1;
}

input:not([type="submit"]) {
    color: black !important;
}


.wp-block-term-description {
    p {
        font-family: var(--wp--preset--font-family--primary) !important;
    }
}


.etiquettes-single {
    .wp-block-post-terms__separator {
        display: none !important;
    }

    a {
        color: #208373 !important;
        background-color: #F4FFF8 !important;
        padding: 2px 4px !important;
        margin-right: 12px !important;
        white-space: nowrap;

    }
}

.etiquettes-single a:hover {
    background-color: #208373 !important;
    color: white !important;
}

.voir-tout-a-la-une {
    font-weight: 600;
}


.tag-enquete {
    background-color: #004352;
    color: white !important;
    padding: 3px 12px;
    border-radius: 24px;
    text-transform: uppercase;
    font-weight: 600;
    width: fit-content !important;
}

.contenu-text p {
    font-family: "Merriweather", sans-serif !important;
}

.carousel-block-wrapper.carousel-overflow-fade .carousel-overflow-fade-mask {
    overflow: hidden !important;
}



.a-la-une-newsletter,
.a-la-une-groupe {
    padding-left: 48px;
    padding-right: 48px;

    .wp-block-group,
    .wp-block-columns {
        max-width: 100% !important;
    }

    .wp-block-separator {
        max-width: 100%;
    }

    .wp-block-columns {
        gap: 48px;
    }

    .article-contexte {}
}

@media (max-width: 768px) {
    .a-la-une-groupe {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.a-la-une-groupe {
    margin-bottom: 48px;
    margin-top: 0px !important;

    .wp-block-separator {
        margin-top: 0px !important;
    }
}

.wp-block-term-description {
    font-weight: 500;

    p {
        font-weight: 500;

    }
}


.form-contact {
    .gform-theme--foundation .gform_fields {
        row-gap: 0px !important;
    }

    #field_2_5,
    #field_2_4 {
        margin-bottom: 12px;
    }

    #field_2_2,
    #field_2_6,
    #field_2_3 {
        margin-bottom: 24px;
    }

    #gform_submit_button_2 {}
}


.jauge-donorbox-soutenir {
    .jauge-donorbox-global {
        >div:nth-child(2) {
            margin-top: 5px !important;
        }
    }
}

.relative-bottom {
    position: relative;
    padding-bottom: 64px !important;
}

.absolute-bottom {
    position: absolute !important;
    bottom: 12px !important;
    width: calc(100% - 40px) !important;
}


.btn-retour-site-soutenir {
    position: relative;
    left: 100px;
}

.anchor-center {
    align-self: anchor-center;
}

.swiper-slide:has(.box-shadow-card-mobile) {
    box-shadow: 0px 0px 5px 6px rgba(222, 222, 222, 0.89);

}

.titre-auteur-qui-sommes-nous {
    font-size: 17px !important;
}

b,
strong {
    font-weight: var(--wp--custom--font-weight--bold) !important;
}

/* Force VendSans sur le contenu des newsletters importées depuis Mailchimp */
body.single-mailchimp-archive .entry-content,
body.single-mailchimp-archive .entry-content * {
    font-family: VendSans, sans-serif !important;
}

.max-width-570px {
    max-width: 570px !important;
    width: 100% !important;
    margin-left: 0 !important;
}


.bouton-don {
    width: 100%;
    color: currentColor;
    flex: 1;
    transition: font-weight .3s ease;
    font-family: 'VendSans', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 110% !important;
}



.input-zone-mon-compte {
    background-color: #FFFFFF !important;
    padding-left: 12px !important;
    border-radius: 5px !important;
    border: 1px solid #D9D9D9 !important;
    height: 47px !important;
}

.input-zone-mon-compte::placeholder {
    color: #616161 !important;
}



.has-titre-article-petit-font-size {
    letter-spacing: var(--wp--custom--letter-spacing--titre-article-petit);
    line-height: var(--wp--custom--line-height--titre-article-petit);
}

.has-titre-article-home-font-size {
    letter-spacing: var(--wp--custom--letter-spacing--titre-article-home);
    line-height: var(--wp--custom--line-height--titre-article-home);
}

.has-titre-article-page-font-size {
    letter-spacing: var(--wp--custom--letter-spacing--titre-article-page);
}

.has-titre-rubrique-font-size {
    letter-spacing: var(--wp--custom--letter-spacing--titre-rubrique);
}

.has-titre-marketing-font-size {
    line-height: var(--wp--custom--line-height--titre-marketing);
}


time {
    text-transform: lowercase;
}

time::first-letter {
    text-transform: uppercase;
}

/* Cacher les paragraphes de texte dans le contenu */
.boucle-video .entry-content>p,
.boucle-video .wp-block-post-content>p {
    display: none !important;
}

.contrepartie-card {
    width: 275px;
    height: fit-content;
}


@media (max-width: 768px) {
    .bouton-don-header {
        font-size: 14px !important;
        padding-left: 14px !important;
        padding-right: 0px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}

/* Par défaut : caché sur desktop */
.mobile-sticky-preco {
    display: none;
}

.max-width-350 {
    max-width: 100% !important;
    width: 350px !important;

}

@media (max-width: 758px) {
    .max-width-350 {
        width: 250px !important;
    }
}

@media (max-width: 782px) {
    .mobile-sticky-preco {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;

        display: flex;
        justify-content: center;

        padding: 0;
        /* on gère dans le inner */
        background: transparent;
        /* tout se passe dans le inner */
    }

    .mobile-sticky-preco__inner {
        position: relative;

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;

        width: 100%;
        max-width: 430px;
        /* optionnel, pour éviter trop large */
        margin: 0 auto;

        padding: 10px 20px 20px 20px;
        border-radius: 6px 6px 0 0;
        background: #CA4928;
        box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.25);

        color: #FFF;
        text-align: center;
        font-family: Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    /* Titre */
    .mobile-sticky-preco__title {
        margin: 0;
        color: #FFF;
        text-align: center;

        font-family: Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 800;
        line-height: 1.45;
        padding: 10px 20px 0px 20px;
    }

    /* Bouton */
    .mobile-sticky-preco__btn a {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 100%;
        padding: 8px 16px;
        border-radius: 999px;

        background: #F3D963;
        /* adapte à ta maquette */
        color: #000;
        text-decoration: none;

        font-family: Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 800;
        line-height: 1.45;
    }

    /* Croix de fermeture */
    .mobile-sticky-preco__close {
        position: absolute;
        top: 8px;
        right: 12px;
        margin: 0;

        font-size: 22px;
        line-height: 1;
        cursor: pointer;

        color: #FFF;
        user-select: none;
    }

    .reelswp-group-short-code .ecr-player__nav--up,
    .reelswp-group-short-code .ecr-player__nav--down {
        display: none !important;
    }
}

.editor-visual-editor__post-title-wrapper> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 36px !important;
}

html:has(body.admin-bar) :where(.editor-styles-wrapper) {
    scroll-padding-top: 364px;
    padding: 0px 48px 0px 48px;
}


.grecaptcha-badge {
    display: none;
}

.newsletter-banner__link-wrap a:hover {
    text-decoration: underline !important;
}

.mailchimp-archive-template-default {

    .entry-content {
        margin-top: 0px;

        * {
            margin-top: 12px;
        }

        .wp-block-separator {
            margin-top: 24px;
        }

        .wp-block-spacer {
            display: none;
        }
    }

}

/* Parent : stretch des colonnes */
.equal-height-row {
    align-items: stretch !important;
}

/* Colonne = flex column */
.equal-height-col {
    display: flex !important;
    flex-direction: column !important;
}

/* Le groupe prend tout l'espace */
.equal-height-col>.wp-block-group {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* Contourner is-layout-constrained qui bloque le flex */
.equal-height-col>.wp-block-group.is-layout-constrained {
    display: flex !important;
    flex-direction: column !important;
}

/* Bouton poussé en bas */
.equal-height-col>.wp-block-group>.wp-block-buttons {
    margin-top: 12px !important;
    align-self: flex-start !important;
}

.parent-equipe {
    position: relative;
    height: 100%;
}

.btn-equipe {
    position: absolute !important;
    bottom: 10px !important;
    /* Distance du bas = padding-bottom */
    left: 20px !important;
    right: 20px !important;
    width: calc(100% - 40px) !important;
    /* Ajuste la largeur */
    margin: 0 !important;
}

.wp-block-video video {
    height: 660px !important;
    width: auto !important;
    aspect-ratio: 1080 / 1920 !important;
}

@media (min-width: 769px) {
    .wp-block-video video {
        height: 660px !important;
        width: auto !important;
        aspect-ratio: 1080 / 1920 !important;
    }
}

.wp-block-separator:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: 2px solid currentColor !important;
}