/* Séparateurs verticaux pour les colonnes avec la classe .with-sep */
.wp-block-columns.with-sep {
    position: relative;
}

.wp-block-columns.with-sep .wp-block-column:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 16px;/*calc(var(--wp--preset--spacing--64) / 2 * -1);*/
    width: 1px;
    height: 100%;
    background-color: #ccc;
    z-index: 1;
}

.wp-block-columns.with-sep .wp-block-column {
    position: relative;
}

.height-100 > a{
    height: 100px;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.wp-block-navigation .wp-block-navigation__submenu-icon{
    padding:7px;
    height:auto;
    width:auto;
}



/* Styles pour les liens englobants */
.link-wrapper{
    position:relative;
}

.link-wrapper .link-target a::before,
.link-wrapper  a.link-target::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
}

.link-target a,
a.link-target{
	text-decoration:inherit;
}

.link-wrapper a[href]:not(.link-target):not(.link-target a) {
    position: relative;
    z-index: 2;
}

.link-wrapper.strict-wrapper{
    overflow:hidden
}

.link-wrapper.strict-wrapper .link-target a::before,
.link-wrapper.strict-wrapper a.link-target::before{
    content:'';
    position:absolute;
    top:-50vw;
    left:-50vw;
    right:-50vw;
    bottom:-50vw;
}


:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item.wp-block-wabeo-mega-submenu__item a:not(.wp-element-button)){
    padding:0;
}

.link-wrapper-debors .link-target a::before,
.link-wrapper-debors a.link-target::before{
    bottom:-20px;
}

/* Badge "DERNIÈRES PLACES !" - conteneur parent */
.last-places {
    position: relative;
    /* overflow: hidden; */
}

div:has( > .link-wrapper-debors){
    padding-bottom:20px;
    overflow:hidden;
}

/* Badge "DERNIÈRES PLACES !" */
.w-dernieres-places-badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    z-index: 9;
    pointer-events: none;
}

.w-dernieres-places-badge__ribbon {
    position: absolute;
    width: 141%;
    height: 69%;
    background-color: var(--wp--preset--color--rouge-vif);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: rotate(-45deg);
    transform-origin: left bottom;
    color: white;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    z-index: 11;
    text-transform: uppercase;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.w-dernieres-places-badge span {
    display: block;
}

.link-wrapper:hover .w-dernieres-places-badge__ribbon{
    transform: rotate(-45deg) translateY(-10px);
}

.margin-top-auto{
    margin-top: auto;
}

.bcs {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 8px;
    margin:0 5px;
}
.bcs::before {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: no-repeat center/contain;
    /* SVG data-URL for the arrow, encoded */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="8" viewBox="0 0 5 8" fill="none"><path d="M3.25896 3.99728L0.158165 0.896487C0.0526967 0.791018 0.00171947 0.667971 0.0052352 0.527345C0.00875092 0.38672 0.0632434 0.263673 0.168712 0.158204C0.274181 0.0527344 0.397229 0 0.537854 0C0.678479 0 0.801527 0.0527344 0.906996 0.158204L4.15544 3.3961C4.23982 3.48048 4.3031 3.5754 4.34529 3.68087C4.38748 3.78634 4.40857 3.89181 4.40857 3.99728C4.40857 4.10275 4.38748 4.20822 4.34529 4.31369C4.3031 4.41915 4.23982 4.51408 4.15544 4.59845L0.906996 7.8469C0.801527 7.95237 0.676722 8.00335 0.532581 7.99983C0.38844 7.99631 0.263635 7.94182 0.158165 7.83635C0.0526967 7.73088 -3.8147e-05 7.60784 -3.8147e-05 7.46721C-3.8147e-05 7.32659 0.0526967 7.20354 0.158165 7.09807L3.25896 3.99728Z" fill="%23181818"/></svg>');
}

header.wp-block-template-part{
    z-index: 11;
    position:sticky;
    background-color: var(--wp--preset--color--blanc);
    top:var(--wp-admin--admin-bar--height,0px);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + 102px );
}

html:has(body.single-formation) {
    scroll-padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + 102px + 76px);
}


body .inline-elements{
    display:block;
}

.inline-elements > *{
    display:inline !important;
}

.inline-elements > *:not(:last-child){
    margin-right:1rem !important;
}

.inline-elements > .wp-block-outermost-icon-block{
    display:inline-flex !important;
}

.is-style-check{
    list-style: none;
    padding-left: 0;
    display:flex;
    flex-direction: column;
    gap:12px;
}

.is-style-check li {
    position: relative;
    padding-left: 28px;
}

.is-style-check li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%2374BE73"/><path d="M6.66666 9.25833L10.6 5.325C10.7222 5.20277 10.8778 5.14166 11.0667 5.14166C11.2555 5.14166 11.4111 5.20277 11.5333 5.325C11.6555 5.44722 11.7167 5.60277 11.7167 5.79166C11.7167 5.98055 11.6555 6.13611 11.5333 6.25833L7.13333 10.6583C6.99999 10.7917 6.84444 10.8583 6.66666 10.8583C6.48888 10.8583 6.33333 10.7917 6.19999 10.6583L4.46666 8.925C4.34444 8.80277 4.28333 8.64722 4.28333 8.45833C4.28333 8.26944 4.34444 8.11388 4.46666 7.99166C4.58888 7.86944 4.74444 7.80833 4.93333 7.80833C5.12221 7.80833 5.27777 7.86944 5.39999 7.99166L6.66666 9.25833Z" fill="white"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.is-style-arrows{
    list-style: none;
    padding-left: 0;
    display:flex;
    flex-direction: column;
    gap:16px;
}
.is-style-arrows li {
    position: relative;
    padding-left: 24px;
}
.is-style-arrows li::before{
    content:"";
    width:16px;
    height:16px;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M12.175 8.588H1C0.716667 8.588 0.479167 8.49217 0.2875 8.3005C0.0958333 8.10883 0 7.87133 0 7.588C0 7.30467 0.0958333 7.06717 0.2875 6.8755C0.479167 6.68383 0.716667 6.588 1 6.588H12.175L7.275 1.688C7.075 1.488 6.97917 1.25467 6.9875 0.988C6.99583 0.721333 7.1 0.488 7.3 0.288C7.5 0.104667 7.73333 0.00883333 8 0.0005C8.26667 -0.00783333 8.5 0.088 8.7 0.288L15.3 6.888C15.4 6.988 15.4708 7.09633 15.5125 7.213C15.5542 7.32967 15.575 7.45467 15.575 7.588C15.575 7.72133 15.5542 7.84633 15.5125 7.963C15.4708 8.07967 15.4 8.188 15.3 8.288L8.7 14.888C8.51667 15.0713 8.2875 15.163 8.0125 15.163C7.7375 15.163 7.5 15.0713 7.3 14.888C7.1 14.688 7 14.4505 7 14.1755C7 13.9005 7.1 13.663 7.3 13.463L12.175 8.588Z" fill="black"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M12.175 8.588H1C0.716667 8.588 0.479167 8.49217 0.2875 8.3005C0.0958333 8.10883 0 7.87133 0 7.588C0 7.30467 0.0958333 7.06717 0.2875 6.8755C0.479167 6.68383 0.716667 6.588 1 6.588H12.175L7.275 1.688C7.075 1.488 6.97917 1.25467 6.9875 0.988C6.99583 0.721333 7.1 0.488 7.3 0.288C7.5 0.104667 7.73333 0.00883333 8 0.0005C8.26667 -0.00783333 8.5 0.088 8.7 0.288L15.3 6.888C15.4 6.988 15.4708 7.09633 15.5125 7.213C15.5542 7.32967 15.575 7.45467 15.575 7.588C15.575 7.72133 15.5542 7.84633 15.5125 7.963C15.4708 8.07967 15.4 8.188 15.3 8.288L8.7 14.888C8.51667 15.0713 8.2875 15.163 8.0125 15.163C7.7375 15.163 7.5 15.0713 7.3 14.888C7.1 14.688 7 14.4505 7 14.1755C7 13.9005 7.1 13.663 7.3 13.463L12.175 8.588Z" fill="black"/></svg>');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 4px;
}

.is-style-puces-colores{
    list-style: none;
    padding-left: 0;
    display:flex;
    flex-direction: column;
    gap:16px;
}

.is-style-puces-colores li {
    position: relative;
    padding-left: 16px;
}

.is-style-puces-colores li::before{
    content:"";
    width:8px;
    height:8px;
    background-color: var(--wp--preset--color--variable-primary);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:8px;
}

.space-24{
    display:flex;
    flex-direction: column;
    gap:24px;
}

.is-faq .wp-block-wabeo-custom-details-summary{
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.is-faq .wp-block-wabeo-custom-details-summary.is-open{
    background-color: var(--wp--preset--color--variable-secondary);
}

.is-faq{
    border-bottom: 1px solid var(--wp--preset--color--variable-secondary);
    transition: all 0.3s ease-in-out;
}

.is-faq .wp-block-wabeo-custom-details-content__inner{
    padding-bottom:0 !important
}

.is-faq.wp-block-wabeo-custom-details:has(+ .is-faq.is-open) {
    border-bottom-color: transparent !important;
}

.centered-slide .glide__slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        max-width: 100%;
    }
}

.square-ratio .glide__slide figure {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.square-ratio .glide__slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-carousel-glide-carousel-slide figure{
    margin-bottom:0 !important;
}

.wp-block-carousel-glide-carousel-navigation .glide__arrow{
    border-radius: 50%;
}

.pinned-at-102{
    top:calc(var(--wp-admin--admin-bar--height,0px) + 102px);
}

@media (max-width: 1200px) {
    .monitor{
        gap:4px !important;
    }

    .small-vertical-gap{
        row-gap:var(--wp--preset--spacing--82) !important;
    }
}

.monitor a{
    padding:2px 16px;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
}

.monitor a.active{
    background-color: var(--wp--preset--color--rouge-vif);
    color: var(--wp--preset--color--blanc) !important;
}

#new-dates{
    visibility: hidden;
    max-height: 0;
}

/* Styles pour les éléments toggleables */
.is-toggled-default {
    max-height: 0;
    overflow: hidden;
    opacity: 0;    
    transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    box-sizing: border-box;
}

.is-toggled-default.is-toggled-open {
    max-height: 2000px; /* Valeur suffisamment grande pour le contenu */
    opacity: 1;
}

button.wp-block-navigation__responsive-container-open,
button.wp-block-navigation__responsive-container-close {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
}

/* Customisation de l'icône du mega menu */
.wp-block-ollie-mega-menu__toggle-icon svg {
    display: none !important;
}

.wp-block-ollie-mega-menu__toggle-icon::before {
    content: "";
    display: block;
    width: 6px;
    height: 3px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="3" viewBox="0 0 6 3" fill="none"><path d="M2.19417 2.616L0.0933334 0.515333C0.0644445 0.486333 0.0416667 0.453945 0.025 0.418167C0.00833333 0.3825 0 0.344222 0 0.303334C0 0.221667 0.0276111 0.150666 0.0828333 0.0903331C0.138056 0.0301108 0.210833 0 0.301167 0H4.72683C4.81717 0 4.88994 0.0304441 4.94517 0.091333C5.00039 0.152111 5.028 0.223056 5.028 0.304167C5.028 0.3245 4.99683 0.394889 4.9345 0.515333L2.83383 2.616C2.78561 2.66433 2.73572 2.69961 2.68417 2.72183C2.63261 2.74406 2.57589 2.75517 2.514 2.75517C2.45211 2.75517 2.39539 2.74406 2.34383 2.72183C2.29228 2.69961 2.24239 2.66433 2.19417 2.616Z" fill="%23181818" fill-opacity="0.64"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 11px;
    position: absolute;
    right: 0px;
}

.wp-block-cover.has-aspect-ratio{
    min-height:auto !important;
    width:100% !important;
}

/* Bouton play vidéo sur les thumbnails */
figure.link-wrapper {
    position: relative;
}

figure.link-wrapper .link-target {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-video-play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    color: var(--wp--preset--color--noir);
}

.link-wrapper:hover .w-video-play-button {
    transform: scale(1.1);
}

.w-video-play-button svg {
    display: block;
    width: 64px;
    height: 64px;
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        width: auto;
    }
}

.info-formulaire{
    border-radius: 4px;
    background-color: var(--wp--preset--color--rouge-transparent);
    padding:var(--wp--preset--spacing--16) var(--wp--preset--spacing--24);
    margin-bottom:var(--wp--preset--spacing--24);
}

.wsf-form .inliner:not([style*="display: none"]){
    display: inline !important;
    width: auto !important;
    flex-grow: 0 !important;
    flex-basis: auto !important;
}

.wsf-form .wsf-section > legend{
    margin-top:24px !important;
}

.wsf-form input[type=checkbox].wsf-field + label.wsf-label{
    font-weight: 400 !important;
    font-size: var(--wp--preset--font-size--x-small) !important;
}

/* Bloc d'information pour option de formulaire */
.form-info-block {
    background-color: #eaf5ea;
    border-radius: 3px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-info-block__stat {
    display: flex;
    gap: 24px;
    align-items: center;
    border-radius: 4px;
}

.form-info-block__stat-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="%2374BE73"/><path d="M16 8C16.5523 8 17 8.44772 17 9V17C17 17.5523 16.5523 18 16 18C15.4477 18 15 17.5523 15 17V9C15 8.44772 15.4477 8 16 8Z" fill="white"/><circle cx="16" cy="22" r="1.5" fill="white"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.form-info-block__stat-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.85;
    color: #181818;
}

.form-info-block__title {
    font-size: 16px;
    font-weight: 700;
    color: #181818;
    margin: 0;
}

.form-info-block__objectives {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-info-block__objective {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.form-info-block__objective-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="%2374BE73"/><path d="M6.66666 9.25833L10.6 5.325C10.7222 5.20277 10.8778 5.14166 11.0667 5.14166C11.2555 5.14166 11.4111 5.20277 11.5333 5.325C11.6555 5.44722 11.7167 5.60277 11.7167 5.79166C11.7167 5.98055 11.6555 6.13611 11.5333 6.25833L7.13333 10.6583C6.99999 10.7917 6.84444 10.8583 6.66666 10.8583C6.48888 10.8583 6.33333 10.7917 6.19999 10.6583L4.46666 8.925C4.34444 8.80277 4.28333 8.64722 4.28333 8.45833C4.28333 8.26944 4.34444 8.11388 4.46666 7.99166C4.58888 7.86944 4.74444 7.80833 4.93333 7.80833C5.12221 7.80833 5.27777 7.86944 5.39999 7.99166L6.66666 9.25833Z" fill="white"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.form-info-block__objective-text {
    font-size: 16px;
    line-height: 1.85;
    color: #181818;
    flex: 1;
}

.form-info-block__objective-text strong {
    font-weight: 700;
}

.all-formations{
    position:relative;
}

.single-post .all-blog > a > .wp-block-navigation-item__label,
.single-post .all-blog > button > .wp-block-navigation-item__label,
.post-type-archive-post .all-blog > a > .wp-block-navigation-item__label,
.post-type-archive-post .all-blog > button > .wp-block-navigation-item__label,
.category .all-blog > a > .wp-block-navigation-item__label,
.category .all-blog > button > .wp-block-navigation-item__label,
.single-formation .all-formations > a > .wp-block-navigation-item__label,
.single-formation .all-formations > button >.wp-block-navigation-item__label,
.single-lieu .all-formations > a > .wp-block-navigation-item__label,
.single-lieu .all-formations > button > .wp-block-navigation-item__label,
.post-type-archive-lieu .all-formations > a > .wp-block-navigation-item__label,
.post-type-archive-lieu .all-formations > button > .wp-block-navigation-item__label,
.current-menu-item > .wp-block-navigation-item__content > .wp-block-navigation-item__label,
.post-type-archive-formation .all-formations > a > .wp-block-navigation-item__label,
.post-type-archive-formation .all-formations > button > .wp-block-navigation-item__label{
    font-weight:bold;
}

.wp-block-wabeo-dropdown__chevron {
    display: inline-block;
    width: 11px;
    height: 7px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="7" viewBox="0 0 11 7" fill="none"><path d="M5.33959 4.2905L9.41259 0.21725C9.55109 0.0789167 9.72517 0.00808339 9.93484 0.00475006C10.1443 0.00158339 10.3216 0.0724167 10.4666 0.21725C10.6114 0.36225 10.6838 0.537916 10.6838 0.74425C10.6838 0.950583 10.6114 1.12625 10.4666 1.27125L5.97234 5.7655C5.87867 5.859 5.77992 5.925 5.67609 5.9635C5.57225 6.002 5.46009 6.02125 5.33959 6.02125C5.21909 6.02125 5.10692 6.002 5.00309 5.9635C4.89925 5.925 4.8005 5.859 4.70684 5.7655L0.212586 1.27125C0.0742531 1.13275 0.00341988 0.958666 8.67844e-05 0.749C-0.00307941 0.5395 0.0677528 0.36225 0.212586 0.21725C0.357587 0.0724167 0.533254 0 0.739587 0C0.94592 0 1.12159 0.0724167 1.26659 0.21725L5.33959 4.2905Z" fill="%23181818"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    color:transparent;
}

@media (max-width: 782px) {
    .align-left-mobile{
        align-items: flex-start !important;
    }
    .align-left-mobile *{
        text-align: left !important;
    }
    .wp-block-wabeo-dropdown__chevron{
        font-size:18px !important;
    }

    .menu-footer > .w-classic-menu__container > .menu{
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .small-in-mobile{
        font-size:14px !important;
    }

    .same-size-mobile > *{
        flex-basis:48% !important;
        flex-grow:1 !important;
    }

    .column-reverse-mobile{
        flex-direction: column-reverse !important;
    }
    .row-reverse-mobile{
        flex-direction: row-reverse !important;
    }
}

.has-violet-hover-bg,
.has-violet-hover-bg,
.has-bleu-hover-bg,
.has-bleu-clair-hover-bg,
.has-vert-hover-bg,
.has-jaune-hover-bg {
    margin-right: var(--wp--preset--spacing--32);
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
    position: relative;
    padding-right: 38px !important; /* espace pour la flèche SVG */
    overflow: hidden;
}

.has-violet-hover-bg::after,
.has-bleu-hover-bg::after,
.has-bleu-clair-hover-bg::after,
.has-vert-hover-bg::after,
.has-jaune-hover-bg::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
    width: 16px;
    height: 16px;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.55,0,0.1,1), transform 0.3s cubic-bezier(0.55,0,0.1,1);
    background: center/contain no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path d="M0.916666 7.87645H11.1558L6.6825 12.3498C6.325 12.7073 6.325 13.2939 6.6825 13.6514C7.04 14.0089 7.6175 14.0089 7.97499 13.6514L14.0158 7.61062C14.3733 7.25312 14.3733 6.67562 14.0158 6.31812L7.98416 0.268125C7.62666 -0.0893749 7.04916 -0.0893749 6.69166 0.268125C6.33416 0.625624 6.33416 1.20312 6.69166 1.56062L11.1558 6.04312H0.916666C0.4125 6.04312 0 6.45562 0 6.95979C0 7.46395 0.4125 7.87645 0.916666 7.87645Z" fill="black"/></svg>');
}

.has-violet-hover-bg:hover,
.has-violet-hover-bg:focus-within {
    background-color: var(--wp--preset--color--violet-pale) !important;
}
.has-bleu-hover-bg:hover,
.has-bleu-hover-bg:focus-within {
    background-color: var(--wp--preset--color--bleu-pale) !important;
}
.has-bleu-clair-hover-bg:hover,
.has-bleu-clair-hover-bg:focus-within {
    background-color: var(--wp--preset--color--bleu-clair-pale) !important;
}
.has-vert-hover-bg:hover,
.has-vert-hover-bg:focus-within {
    background-color: var(--wp--preset--color--vert-pale) !important;
}
.has-jaune-hover-bg:hover,
.has-jaune-hover-bg:focus-within {
    background-color: var(--wp--preset--color--jaune-pale) !important;
}

.has-violet-hover-bg:hover::after,
.has-violet-hover-bg:focus-within::after,
.has-bleu-hover-bg:hover::after,
.has-bleu-hover-bg:focus-within::after,
.has-bleu-clair-hover-bg:hover::after,
.has-bleu-clair-hover-bg:focus-within::after,
.has-vert-hover-bg:hover::after,
.has-vert-hover-bg:focus-within::after,
.has-jaune-hover-bg:hover::after,
.has-jaune-hover-bg:focus-within::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* Styles pour le conteneur #dates-module-2-selector-changed */
#dates-module-2-selector-changed {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, max-height 0.4s ease-in-out;
}

#dates-module-2-selector-changed.is-visible {
    display: block;
    opacity: 1;
    max-height: 500px;
}