/* Extend footer widgets width | ( 5653060-zen ) MT */

footer#colophon, footer#colophon .widget-area {
    width: 100%;
    max-width: 100%;
}

/* hide author bio from post's footer / 39102213-HC (DZ) */
.single-post .author-bio.responsive-max-width {
    display: none;
}

/* CTA in menu / Ebooks et e-learning (CRK) */
li#menu-item-37777 a {
    background: #56c6b5;
    border-radius: 20px;
    color: #000000;
    line-height: 30px;
    padding: 20px;
}


/* Masquer le lien de la Politique de confidentialité et le nom du site 6027337-ZD */
.site-info .privacy-policy-link, .site-info .site-name { 
    display : none; 
}

/* Masquer articles suivants et précédents */
.post-navigation {display:none;}

/* MV CSS */
@media only screen and (max-width: 425px) {
    .comment-content p, h2 {
        word-break: break-word;
    }
}

@media only screen and (max-width: 359px) {
    .site-main {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .wp-block-media-text.alignfull {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: unset !important;
    }
    .wp-block-group.alignfull {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .wp-block-coblocks-pricing-table {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    li .mv-ad-box {
        margin-left: -39px;
        min-width: 300px;
    }
} 
/* END OF CSS */

/* MV CSS for Grow Exclusive Content min-height */
.add-500px-height {
    min-height: 500px;
}
/* End MV CSS for Grow Exclusive Content min-height */

.sticky-banner-ancv {
    position: -webkit-sticky; /* Pour les navigateurs basés sur WebKit */
    position: sticky;
    top: 0; /* Fixe le bandeau en bas de l'écran */
    width: 100%; /* Assure que le bandeau occupe toute la largeur de l'écran */
    background-color: #fff; /* Couleur de fond */
    padding: 10px; /* Espacement autour du contenu */
    z-index: 9999; /* Assure que le bandeau est au-dessus des autres éléments */
}