/* VERSION 104*/
/*
Primary (bleu foncé)	    rgba(45,82,118,1)		#2D5276			rgba(var(--wp--preset--color--global--primary),1);	
Secondary (bleu)		    rgba(68,102,158,1)		#45669E			rgba(var(--wp--preset--color--global--secondary),1);	
Secondary Ultra light       rgba(245,247,250,1 )	                rgba(var(--wp--preset--color--global--secondary-ultra-light),1);
Tertiary (bleu clair)		rgba(26,160,179,1)		#1AA0B3			rgba(var(--wp--preset--color--global--tertiary),1);		
Fourth (vert) 		        rgba(158, 189, 127,1)	#9EBD7F			rgba(var(--wp--preset--color--global--fourth),1);
Fourthlight (vert clair) 	rgba(197, 226, 168,1)	#c5e2a8			rgba(var(--wp--preset--color--global--fourthlight),1);
Fifth  (jaune)		        rgba(255,205,2,1)		#FFCD02			rgba(var(--wp--preset--color--global--fifth),1);

Text color		rgba(45,82,118,1)		#2D5276			rgba(var(--main-text-color),1);
Main background	rgba(255,255,255,1)		#ffffff			rgba(var(--main-background-color),1);

Main Nav Text color  rgba(68,103,158,1)	        #44679e         rgba(var(--main-nav-text-color),1);
Main Nav Text color hover  rgba(68,103,158,1)	#44679e         rgba(var(--main-nav-text-color-hover),1);



60px -> 3.75rem
80px -> 5rem
*/

:root {
    --wp--preset--color--global--primary: 45, 82, 118;
    --wp--preset--color--global--secondary: 68, 102, 158;
    --wp--preset--color--global--secondary-ultra-light: 245, 247, 250;
    --wp--preset--color--global--tertiary: 26, 160, 179;
    --wp--preset--color--global--fourth: 158, 189, 127;
    --wp--preset--color--global--fourthlight: 197, 226, 168;
    --wp--preset--color--global--fifth: 255, 205, 2;

    --main-text-color: 45, 82, 118;
    --main-background-color: 255, 255, 255;
    --main-nav-text-color: 45, 82, 118;
    --main-nav-text-color-hover: 45, 82, 118;

    --wide-width: 1320px;
    --wp--preset--shadow--natural: 0 0.5rem 1rem rgba(0, 0, 0, 0.10), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    --wp--preset--shadow--natural: 2px 2px 5px rgba(0, 0, 0, 0.19);

    --medium-large-font-size: 33rem;
}

@font-face {
    font-family: 'Nunito';
    src: url('webfonts/nunito.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playwrite';
    src: url('webfonts/Playwrite.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}



body {
    font-size: 1.125rem;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(var(--main-text-color), 1);
    background-color: rgba(var(--main-background-color), 1);
    font-family: 'Nunito', sans-serif;
}

.site {
    grid-template-rows: auto auto auto 1fr auto;
}

/* Laisser Gutenberg tranquille dès qu'il a une couleur */
.has-text-color a,
.has-link-color a,
a[class*="has-"],
a[style*="color"] {
    color: inherit !important;
}

/* S’applique uniquement SI Gutenberg n’a rien défini */
a,
a:visited {
    color: rgba(var(--wp--preset--color--global--primary), 1);
    text-decoration: none;
}

.backlink a {
    font-weight: bold;
    font-size: 1rem;
}

body .dropdown-item.active,
body .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: rgba(var(--wp--preset--color--global--secondary), 1);
}

/* Button block hover state */
.wp-block-button__link,
.block-slider .carousel-caption a {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wp-block-button__link:hover,
.block-slider .carousel-caption a:hover {
    background-color: rgba(var(--wp--preset--color--global--fifth), 1);
    /* darker variant of global-primary */
    color: rgba(var(--wp--preset--color--global--primary), 1);
}

:root :where(.wp-element-button, .wp-block-button__link),
.block-slider .carousel-caption a,
.widget_wc-donation-widget button {
    background-color: rgba(var(--wp--preset--color--global--fourthlight), 1);
    border-width: 0;
    color: rgba(var(--wp--preset--color--global--primary), 1);
    font-family: inherit;
    line-height: inherit;
    font-weight: 750;
    padding: 0.6em 3.5em 0.5em 2em !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
    border-radius: 4px;
    position: relative;
    font-size: 1.1em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-width: 0;
    border-radius: 4px;
    background-color: rgba(var(--wp--preset--color--global--fourth), 1);
    color: rgba(var(--wp--preset--color--global--primary), 1);
    line-height: 1;
    padding: 0.6em 2em 0.5em 2em !important;
    font-weight: 750;
    font-size: 1.1em;
}

:root :where(.wp-element-button, .wp-block-button__link):after,
.block-slider .carousel-caption a:after,
.widget_wc-donation-widget button:after {
    content: "\f061";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.9em;
    transform: translate(0, -50%);
    transition: all 0.3s ease-in-out;
    color: white;
    font-size: 1.2em;
}

:root :where(.download-button .wp-element-button, .download-button .wp-block-button__link):after {
    content: "\f019";
}

:root :where(.wp-element-button, .wp-block-button__link):hover,
.block-slider .carousel-caption a:hover,
.widget_wc-donation-widget button:hover {
    background-color: rgba(var(--wp--preset--color--global--fifth), 1) !important;
    color: rgba(var(--wp--preset--color--global--primary), 1) !important;
}

:root :where(.wp-element-button, .wp-block-button__link):hover:after,
.block-slider .carousel-caption a:hover:after,
.widget_wc-donation-widget button:hover:after {
    transform: translate(0.25em, -50%);
}

:root :where(.download-button .wp-element-button, .download-button .wp-block-button__link):hover:after {
    transform: translate(0, -35%);
}



.wp-block-buttons.secondary-color-button .wp-block-button__link {
    color: white !important;
    background-color: var(--wp--preset--color--global-secondary) !important;
}

.wp-block-buttons.secondary-color-button .wp-block-button__link:hover {
    color: var(--wp--preset--color--global-secondary) !important;
    background-color: rgba(var(--wp--preset--color--global--fifth), 1) !important;
}


/* COLUMNS */
.wp-block-column.has-background {
    padding: 2rem;
}

.has-background .wp-block-media-text__content {
    padding: 3rem;
}

.colombe-white-50 {
    background-image: url(images/colombe-white-50.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 110%;
}

/* Add white border-right to all columns except the last one */
.columns-separator>.wp-block-column:not(:last-child) {
    border-right: 1px solid #fff;
}

/* Optional: add spacing so the border isn't too close to content */
.columns-separator>.wp-block-column {
    padding: 1.5rem 1.5rem 1.5rem 0;
}

/* Ensure it only applies to desktop (optional) */
@media (max-width: 781px) {
    .columns-separator>.wp-block-column {
        border-right: none;
        padding: 0;
    }
}

/* BLOCK ROW */

@media (max-width: 781px) {
    body .mobile-block.is-layout-flex {
        display: block;
    }
}

/* BLOCK MEDIA */
.wp-block-media-text>.wp-block-media-text__content {
    padding-left: 4%;
}

@media only screen and (min-width: 1024px) {
    body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        margin-left: 4%;
        margin-right: 0%;
    }

    body .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
        padding-left: 0;
    }

    body .wp-block-media-text.has-media-on-the-right.has-background>.wp-block-media-text__content {
        padding-left: 3rem;
    }

    body .wp-block-media-text .wp-block-media-text__media {
        margin-right: 4%;
        margin-left: 0;
    }

    body .wp-block-media-text .wp-block-media-text {
        margin-right: 0;
        margin-left: 4%;
    }
}

hr,
.wp-block-separator {
    width: 100%;
    height: 1px;
    background-color: rgba(var(--wp--preset--color--global--fourth), 1);
    /* or specify a color */
    border: none;
    margin: 1rem 0;
    opacity: 1;
}

/* Alignment Classes for Gutenberg */
.alignwide {
    width: var(--wide-width);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

/* Constrain alignwide and alignfull on larger screens */
@media (min-width: 1200px) {
    .alignwide {
        width: var(--wide-width);
        /* 1320px or whatever you set */
    }
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 0px solid #949494;
    box-sizing: border-box;
    padding: 0px;
}


body .wp-block-cover,
body .wp-block-cover-image {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

@media (max-width: 576px) {
    .wp-block-cover__inner-container {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

section,
section.wp-block-cover,
section.wp-block-cover-image {
    padding: 3rem 0;
    scroll-margin-top: 100px;
}

section.wp-block-cover.wp-block-cover-blockquote {
    padding: 3rem 0;
}

section.sub-hompage-introduction {
    padding: 5rem 0;
}

.zoomimg a img {
    transition: transform 0.3s ease;
}

.zoomimg a:hover img {
    transform: scale(1.05);
}

/**
 * TYPOGRAPHY
 */

h1,
h2 {
    color: rgba(var(--wp--preset--color--global--fourth), 1);
}



h1,
h2,
h3 {
    font-weight: 600;
    line-height: 1;
}

h1 {
    font-size: clamp(2rem, 2rem + 1.75vw, 3.75rem);
}



h2 {
    font-size: clamp(2rem, 2rem + 0.8vw, 2.8rem);
}


b,
strong {
    font-weight: 700;
}



.entry-header,
.page-header {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.entry-header h1,
.page-header h1 {
    margin: 0;
}



mark {
    padding: 0;
}

.has-x-large-font-size {
    line-height: 1.2;
}

:root :where(.wp-block-image figcaption) {
    color: rgba(var(--main-text-color), 1);
    font-size: 0.9rem;
}


.is-style-big-number {
    letter-spacing: -0.05em;
    font-size: clamp(2.25rem, 2.25rem + 1.1111vw, 3.25rem);
    color: rgba(var(--wp--preset--color--global--secondary), 1);
    line-height: 1.1;
}

.is-style-big-number-legend {
    font-size: 1.25rem;
    color: rgba(var(--wp--preset--color--global--secondary), 1);
    line-height: 1.1;
    margin: 0 0 0.5rem 0;
}

@media (max-width: 782px) {
    .is-style-big-number-legend {
        margin-bottom: 4rem !important;
    }
}

.is-style-page-introduction {
    font-size: 1.8rem;
    line-height: 1.3;
    color: rgba(var(--wp--preset--color--global--primary), 1);
}

.is-style-hero-header,
.block-slider .carousel-caption h2 {
    font-size: clamp(1.8rem, 1.8rem + 0.3556vw, 2.2rem);
    line-height: 1.1;
    font-weight: 500;
    color: white;
}

.strat_parallax h2 {
    font-size: clamp(1.5rem, 1.5rem + 1.5vw, 3rem);
    line-height: 1.1;
    font-weight: 600;
    color: white;
}

.strat_parallax h3,
.strat_parallax h4,
.strat_parallax p {
    color: white;
    margin: 0;
}

.sub-hompage-introduction h1 {
    line-height: 1;
    font-size: clamp(2.5rem, 2.5rem + 5.5vw, 8rem);
}

.sub-hompage-introduction p {
    font-size: clamp(1.5rem, 1.5rem + 0.3vw, 1.8rem);
}

.sub-hompage-introduction h1+p {
    /* transform: translateY(-0.75em); */
    margin-top: 0;
}

/* .entry-content ul {
    list-style: none;
    padding-left: 0;
}

.entry-content ul li {
    position: relative;
    padding-left: 1.5em;
}

.entry-content ul:not(.nav) li::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    color: inherit;
} */

.card {
    border-color: rgba(var(--wp--preset--color--global--fourth), 0.5);
    border: 0;
}

.card-body {
    color: rgba(var(--main-text-color), 1);
    padding-left: 0;
    padding-right: 0;
}

.card-body .entry-header {
    margin: inherit;
}

/* COLUMNS */
/* Target all Columns block containers */
.wp-block-columns {
    gap: 3rem !important;
}

/* Optional: ensure columns wrap nicely on small screens */
.wp-block-column {
    flex: 1;
}




/* MEGAMENU */
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 5px 15px;
}

body .mega-menu-toggle {
    position: absolute;
    right: 0;
    top: -50px;
}

.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    top: calc(100%);
    background-color: transparent !important;
    padding: 20px !important;
}

/* --- Transparent Overlay for Max Mega Menu (hover version) --- */
.mega-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Adjust transparency */
    z-index: 10;
    /* Below the menu but above content */
    display: none;
    transition: all 0.3s ease;
}

.mega-menu-overlay {
    background: rgba(45, 82, 118, 0.5);
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    opacity: 0;
    visibility: hidden;
}

.mega-menu-row {
    padding: 20px !important;
    background-color: white !important;
    box-shadow: 0px 4px 16px 0px rgba(45, 82, 118, 0.5) !important;
}


.mega-menu-overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}


/* Hide the injected zone on larger screens (adjust breakpoint if needed) */

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    display: inline-block;
}

.mega-current-menu-item>a.mega-menu-link,
.mega-current-page-ancestor>a.mega-menu-link {
    border-color: #b6d6a0 !important;
}

/* Basic spacing */
#mega-menu-wrap-menu-1 #mobile-header-sidebar {
    padding: 12px 10px;
}

#mega-menu-wrap-menu-1 #mobile-header-sidebar {
    display: none;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1+#mobile-header-sidebar {
    display: block;
}

.mobile-header-sidebar {
    background-color: rgba(var(--wp--preset--color--global--secondary), 0.15);
    margin-bottom: 1rem;
    border-radius: 0 0 6px 6px;
}

.mobile-header-widget .menu-header-top-menu-container ul {
    margin: 0 0 1rem 0;
    list-style: none;
    padding: 0;
}

.mobile-header-widget .menu-header-top-menu-container ul li {
    list-style: none;
    padding: 0.25rem 0;
}

.mobile-header-widget .menu-header-top-menu-container ul li a {
    font-weight: 700;
}

@media (max-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 18px;
    }
}


/* BG-IMAGE */

.bg-image {
    position: relative;

}

.bg-image:after {
    position: absolute;
    opacity: 0.2;
    content: " ";
    height: 100%;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 25%;
    transform: rotate(-15deg);
}

.bg-image.content-paper:after {
    background-image: url('images/icon-content-paper.svg');
}

.bg-image.content-analytics:after {
    background-image: url('images/icon-analytics-board-graph-line.svg');
}

.bg-image.content-write:after {
    background-image: url('images/icon-content-write.svg');
}



/* DOCUMENTS */

/* .post-type-archive-publication .card,
.tax-category-publications .card {
    padding: 1rem;
    background-color: rgba(var(--wp--preset--color--global--fourth), 0.2);
}

.post-type-archive-publication .card .card-body,
.tax-category-publications .card .card-body {
    padding: 1rem 0 0 0;
}

.post-type-archive-publication .card .publication-thumb-box img,
.tax-category-publications .card .publication-thumb-box img {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.19);
} */

.download-box a {
    display: block;
    background-color: rgba(var(--wp--preset--color--global--fourthlight), 0.8);
    font-weight: 750;
    padding: 0.6em 2em 0.5em 2em !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
    border-radius: 4px;
    position: relative;
}

.download-box a:hover {
    background-color: rgba(var(--wp--preset--color--global--fifth), 1);
}

.download-box a i {
    position: absolute;
    right: 2em;
    top: 35%;
    transition: all 0.3s ease-in-out;
}

.download-box a:hover i {
    position: absolute;
    right: 2em;
    top: 40%;
}


/* Minimal, safe inline styling; feel free to move to your stylesheet */
.pub-filter__list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.pub-filter__link {
    text-decoration: none;
    border: 1px solid;
    padding: .35rem .6rem;
    border-radius: 999px;
    font-size: .95rem;
    line-height: 1;
    display: inline-block;
}

.pub-filter__link.is-active {
    font-weight: 600;

    background-color: rgba(var(--wp--preset--color--global--fourth), 0.3);

}


/* DONATION */
ul.causes-dropdown li {
    padding-left: inherit;
}

ul.causes-dropdown li::before {
    display: none;
}

.campaign-title,
.block-campaign-thumbnail {
    display: none;
}

.wc-donation-title {
    color: rgba(var(--wp--preset--color--global--secondary), 1);
}


/* TIMELINE */

.timeline-image-block {
    position: relative;
    margin-bottom: 5rem;
}

.timeline-image-block-image {
    margin-bottom: 1rem;
    aspect-ratio: 16 / 7;
}

.timeline-image-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-image-block .element-title {
    color: rgba(var(--wp--preset--color--global--secondary), 1);
}


@media screen and (min-width: 768px) {
    .timeline-image-block-image {
        position: absolute;
        top: 0;
        transform: translateX(calc(100% + 3rem));
    }

    .timeline-image-block:nth-child(2n) .timeline-image-block-image {
        transform: translateX(calc(-100% - 3rem));
    }
}

@media screen and (min-width: 992px) {
    .timeline-image-block-image {
        transform: translateX(calc(100% + 3.8rem));
    }

    .timeline-image-block:nth-child(2n) .timeline-image-block-image {
        transform: translateX(calc(-100% - 3.8rem));
    }
}

@media screen and (min-width: 1400px) {
    .timeline-image-block-image {
        transform: translateX(calc(100% + 5rem));
    }

    .timeline-image-block:nth-child(2n) .timeline-image-block-image {
        transform: translateX(calc(-100% - 5rem));
    }
}



/* BLOCKQUOTE */
body blockquote {
    padding: 10px 0;
    margin: 0 0 20px 0;
    border-left: 0;
    font-size: clamp(2rem, 2rem + 2.3vw, 3.5rem);
    font-weight: 200;
    line-height: 1;
    position: relative;
}

body .wp-block-quote {
    border-left: 0 solid;
    margin: 0;
    padding: 0;
    position: relative;
}

body blockquote cite,
body .wp-block-quote cite {
    font-size: 1.1rem;
    font-weight: 700;
}

.wp-block-cover.wp-block-cover-blockquote .wp-block-cover__background,
.wp-block-cover.wp-block-cover-blockquote .wp-block-cover__gradient-background,
.wp-block-cover-image.wp-block-cover-blockquote .wp-block-cover__background,
.wp-block-cover-image.wp-block-cover-blockquote .wp-block-cover__gradient-background,
.wp-block-cover-image.wp-block-cover-blockquote .has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover.wp-block-cover-blockquote .has-background-dim:not(.has-background-gradient)::before {
    z-index: -1;
}


body blockquote::before,
body blockquote cite::before {
    position: absolute;
    z-index: -1;
    font-size: 35rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.4);
}

body blockquote::before {
    content: " ";
    display: inline-block;
    width: 0.22em;
    height: 0.22em;
    background: url(images/open-quote-white.svg) no-repeat center center;
    background-size: contain;
    left: -0.14em;
    top: -0.07em;
    opacity: 0.25;
}

/* TESTIMONIAL BLOCK */
body .testimonial-text {}

body .testimonial-item-content {}


body .testimonial-text {
    font-style: normal;
    line-height: inherit;
    font-size: clamp(1.2rem, 1.2rem + 0.6vw, 1.5rem);
}

body .testimonial-author {
    font-style: normal;
}


body .testimonial-author-image img {
    width: 100%;
    height: 100%;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 999px;
}

.thumbnail-box img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

/* TEAMS */
.single-team-member .entry-header {
    display: none;
}

.single-team-member .site-main {
    padding-top: 3rem;
}

/* COL NUMBERED */
.col-numbered {
    position: relative;
    z-index: 0;
}

.col-numbered::before {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(var(--wp--preset--color--global--fourth), 0.3);
    font-size: 12rem;
    line-height: 1;
    z-index: -1;
}

.col-numbered.col-numbered-2::before {
    content: "2";
}

.col-numbered.col-numbered-3::before {
    content: "3";
}

.col-numbered.col-numbered-4::before {
    content: "4";
}

.col-numbered.col-numbered-5::before {
    content: "5";
}

.col-numbered.col-numbered-6::before {
    content: "6";
}

.col-numbered-number {
    background-color: rgba(var(--wp--preset--color--global--secondary), 0.1);
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    border-radius: 5000px;
    padding: 0.2em;
    white-space: nowrap;
    text-align: center;
}

/* COL STEPS */
.col-step {
    padding-bottom: 5rem;
}

.col-step::before {
    position: absolute;
    top: -4rem;
    left: 0;
    color: rgba(var(--wp--preset--color--global--fourth), 0.2);
    font-size: 12rem;
    line-height: 1;
    z-index: -1;
}

.col-step.col-step-1::before {
    content: "1";
}

.col-step.col-step-2::before {
    content: "2";
}

.col-step.col-step-3::before {
    content: "3";
}

.col-step.col-step-4::before {
    content: "4";
}

.col-step.col-step-5::before {
    content: "5";
}

.col-step.col-step-6::before {
    content: "6";
}

@media only screen and (min-width: 768px) {
    .col-step.col-step-2 {
        transform: translateY(50%);
    }

    .col-step::before {
        left: -4rem;
    }
}

/* COL DOWNLOAD */
.columns-documents-downloads .wp-block-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* <-- stretch */
}

.columns-documents-downloads .wp-block-column .wp-block-buttons {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* <-- stretch */
}

.columns-documents-downloads .wp-block-column .wp-block-buttons .download-button {
    display: flex;
    flex-direction: column;
    flex: 1;
    line-height: 1.1;
    font-size: 0.8em;
    /* <-- stretch */
}


/**
 * TABS
 */
body .nav-tabs {
    border-color: rgba(var(--wp--preset--color--global--fourth), 1);
}

body .nav-tabs .nav-item:first-of-type {
    padding-left: 0;
}

body .nav-tabs .nav-item .nav-link {
    font-weight: bold;
    font-size: 1.5rem;
    color: rgba(var(--main-text-color), 1);
    border-color: white;
    border-width: 0 0 5px 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    border-radius: 0;
}

body .nav-tabs .nav-item.show .nav-link,
body .nav-tabs .nav-link.active,
body .nav-tabs .nav-link.active:hover {
    color: rgba(var(--main-text-color), 1);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: rgba(var(--wp--preset--color--global--fourth), 1);
    border-width: 0 0 5px 0;
    opacity: 1;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
body .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: rgba(var(--wp--preset--color--global--secondary), 1);
    border-width: 0 0 5px 0;
    opacity: 1;
}

.tab-pane-media-col img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.bootstrap-tab-block.block-chart img {
    aspect-ratio: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.bootstrap-tab-block.block-chart .tab-pane-media-col {
    aspect-ratio: auto !important;
}

body .tab-content {
    margin-top: 3rem;
}



/**
 * HEADER
 */
.site-header {
    top: 0;
    background-color: white;
    z-index: 20;
}


.fullscreen_slider_banner_header {
    position: absolute;
    width: 100%;
    z-index: 1000000;
    background-color: transparent;
    border-color: white;
}

h1.site-title,
p.site-title {
    margin: 0.5em 1em 0.28em 0;
    padding: 0;
    line-height: 1;
    font-size: 2em;
}


h1.site-title a,
p.site-title a {
    display: inline-block;
    width: 220px;
    height: 50px;
    background: url(images/image.png) no-repeat center center;
    background-size: contain;
    text-indent: -5000px;
}

.main-nav--sticky h1.site-title a,
.main-nav--sticky p.site-title a {
    width: 220px;
    height: 50px;
}

.main-nav--sticky .navbar {
    padding-bottom: 0;
}


.site-header.main-nav--sticky .container-fluid {
    align-items: flex-end;
}

.home header:not(.main-nav--sticky) h1.site-title a,
.home header:not(.main-nav--sticky) p.site-title a {
    color: white;
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {

    .site-header .container,
    .site-header .container-fluid {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.site-description {
    position: absolute;
    left: -9999px;
}

body .navbar-toggler {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 20000;
}

.site-header .navbar {
    padding-top: 0;
}

.main-nav--sticky {
    position: absolute;
    top: -100%;
}

.navbar-toggler .icon-bar {
    background-color: rgba(var(--wp--preset--color--global--secondary), 1);
}

/* SLIDER */

.fullscreen-banner .carousel-item-background {
    min-height: 100vh;
    /* = #big-video height */
    background: no-repeat center center;
    background-size: cover;
}

.fullscreen-banner .carousel-item .wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.fullscreen-banner .carousel-item-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, transparent 50%, black 150%);

}

.block-slider .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 12rem;
    transform: translateY(50%);
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    /* background-color: rgba(var(--wp--preset--color--global--secondary), 0.5); */
}

.block-slider .carousel-caption h1,
.block-slider .carousel-caption h2,
.block-slider .carousel-caption h3,
.block-slider .carousel-caption p {
    color: white;
    margin-bottom: 0.025em;
    line-height: 1.1;
}

.block-slider .carousel-caption h2 {
    font-size: clamp(2.5rem, 2.5rem + 2.3vw, 5rem);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.block-slider .carousel-caption h3 {
    font-size: clamp(1.8rem, 1.8rem + 0.7vw, 2.5rem);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.block-slider .carousel-caption a {
    display: inline-block;
    margin-top: 2rem;
}

.carousel li::marker {
    font-size: 0;
}

.home-slider {
    position: relative;
}

.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/colombe-white-50.svg) no-repeat -10vw center;
    background-size: contain;
    z-index: 10;
    pointer-events: none;
}



.carousel-caption>* {
    transform: translateX(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.carousel-caption.fade-in>* {
    opacity: 1;
    transform: translateX(0);
}

.carousel-caption.fade-in>*:nth-child(1) {
    transition-delay: 0.1s;
}

.carousel-caption.fade-in>*:nth-child(2) {
    transition-delay: 0.3s;
}

.carousel-caption.fade-in>*:nth-child(3) {
    transition-delay: 0.5s;
}



/* BIG VIDEO */
.fullscreen-banner #big-video {
    height: 100vh;
    /* = .carousel-item height */
    position: absolute;
    top: 0;
    width: 100%;
}

#big-video {
    height: 25vh;
    overflow: hidden;
    position: relative;
}

#big-video:after {
    content: " ";
    /*display: block;*/
    /* DISPLAY VIDEO OVERLAY */
    display: none;
    /* HODE VIDEO OVERLAY */
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background-image: radial-gradient(rgba(0, 0, 0, 0.33) 33%, transparent 33%);
    background-size: 3px 3px;
}

#big-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* SCROLL DOWN ICON */
.scrolldownbox {
    position: relative;
}

.scrolldownbox a {
    position: absolute;
    bottom: 7em;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.scrolldownbox a:hover {
    opacity: .5;
}

.scrolldownbox a {
    padding-top: 60px;
}

.scrolldownbox a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

/* HEADER SIDEBAR */
.header-sidebar-1,
.header-sidebar-1 .menu,
.header-sidebar-1 .widget-area {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header-sidebar-1 ul,
.header-sidebar-1 ul.menu,
.header-sidebar-1 ul.menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-sidebar-1 ul.menu li {
    margin: 0.2rem 1rem;
}

.header-sidebar-1 ul.menu li a {
    font-size: 0.8rem;
    font-weight: 800;
    color: rgba(var(--wp--preset--color--global--secondary), 1);
}

ul.menu li.icon-menu a {
    display: inline-block;
    text-indent: -5000px;
    overflow: hidden;
    width: 2.25em;
    height: 3em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

ul.menu li.icon-menu-academy a {
    color: white;
    display: inline-block;
    padding: 0.2em 0.5em 0.2em 2.2em;
    background: no-repeat 5px center rgba(var(--wp--preset--color--global--secondary), 1);
    background-image: url(images/icon-button-academy.svg);
    background-size: auto 85%;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

ul.menu li.icon-menu-academy a:hover {
    background-color: rgba(var(--wp--preset--color--global--fourth), 1);
    color: rgba(var(--wp--preset--color--global--secondary), 1);
}

ul.menu li.icon-menu.icon-menu-shop a {
    background-image: url(images/icon-shop.svg);

}

.header-sidebar-1 .widget {
    margin: 0;
}

.header-sidebar-1 .wp-block-social-links {
    margin-left: 2rem;
}



.search-form input,
.header-search-form input,
.widget .search-form input,
.widget.widget_search input,
.mobile-menu-widget.widget_search input {
    width: 100%;
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding: 4px 10px;
    padding-right: 10px;
    padding-right: 35px;
    background-color: transparent;
}

.search-form button,
.header-search-form button,
.widget .search-form button,
.widget.widget_search button,
.mobile-menu-widget.widget_search button {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    width: 25px !important;
    padding: 5px !important;
    color: #b7b7b7;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.search-form button:hover,
.header-search-form button:hover,
.widget .search-form button:hover,
.widget.widget_search button:hover,
.mobile-menu-widget.widget_search button:hover {
    background-color: transparent !important;

}

.mobile-menu-widget.widget_search .wp-block-search__inside-wrapper {
    background-color: transparent;
    position: relative;
}

.mobile-menu-widget .wp-block-search__button:after {
    display: none !important;
}

.mobile-menu-widget {
    margin-bottom: 30px;
}

.wpcf7-form input,
.wpcf7-form label {
    width: 100%;
}

.wpcf7-form input[type="submit"] {
    width: auto;
}


.wpcf7-form textarea {
    height: 6rem;
}



body .dropdown-menu {
    border-radius: 0;
    margin-top: -2px;
}

body .dropdown-menu {
    border-color: white;
}

/**
 * LANGUAGE
 */
body [data-wpml="language-item"]:first-of-type {
    margin-top: 0px !important;
}

body .wp-block-navigation-item__label {
    opacity: 0.5;
    font-size: 0.8em;
    color: rgba(var(--wp--preset--color--global--primary), 1);
}

body .wp-block-navigation-item__label:hover {
    opacity: 1;
}

body [data-wpml="current-language-item"] .wp-block-navigation-item__label {
    font-weight: 800;
    opacity: 1;
}

body .wpml-language-switcher-block ul.hasSpacing.isHorizontal li:not(:last-child) {
    margin-right: 0 !important;
}

body .wpml-language-switcher-block {
    /* border-left: 1px solid rgba(var(--wp--preset--color--global--primary), 1); */
    padding-left: 1em;
}

/**
 * SUB PAGE BLOCK
 */
.devsector-custom-subpage-block {
    font-size: 1.3rem;
}

.devsector-custom-subpage-block ul li {
    padding-left: 0;
    padding-right: 2rem;
    font-weight: 700;
}

.devsector-custom-subpage-block ul:not(.nav) li::before {
    display: none;
}

.devsector-custom-subpage-block a::after {
    content: "\f061";
    font-family: 'FontAwesome';
    display: inline-block;
    transform: translate(0, 0.05em);
    transition: all 0.3s ease-in-out;
    font-size: 1.2em;
    margin-left: 0.5em;
    transition: all 0.3s ease-in-out;
}

.devsector-custom-subpage-block a:hover {
    text-decoration: none;
}

.devsector-custom-subpage-block a:hover::after {
    transform: translate(0.25em, 0.05em);
}

/**
 * ACADEMY
 */
#menu-academy-menu {
    flex-direction: row;
}

ul#menu-academy-sidebar-menu {
    border-left: 1px solid rgba(var(--wp--preset--color--global--primary), 1);
    padding-bottom: 2rem;
}

#menu-academy-sidebar-menu li a {
    font-weight: 800;
}

#menu-academy-sidebar-menu li i {
    margin-right: 0.5em;
}

#menu-academy-sidebar-menu li {
    list-style: none;
    margin-bottom: 0.2em;
}

body .um-account-side li {
    margin-bottom: 1px !important;
    background: rgba(var(--wp--preset--color--global--primary), 0.08);
}

body .um-account-side li a:hover {
    color: rgba(var(--wp--preset--color--global--primary), 1);
    background: rgba(var(--wp--preset--color--global--primary), 0.2);
}

body .um a.um-button,
body .um a.um-button.um-disabled:active,
body .um a.um-button.um-disabled:focus,
body .um a.um-button.um-disabled:hover,
body .um input[type="submit"].um-button,
body .um input[type="submit"].um-button:focus {
    background: rgba(var(--wp--preset--color--global--tertiary), 1);
    text-transform: uppercase !important;
    letter-spacing: 0.1em;
    transition: all 0.3s ease-in-out;
}

body .um a.um-button:hover,
body .um input[type="submit"].um-button:hover {
    background: rgba(var(--wp--preset--color--global--secondary), 1);
}





/**
 * BREADCRUMB
 */
#breadcrumbs {
    font-size: 0.8em;
    margin: 1.5rem 0 0;
    padding: 0.6rem 0;
    background-color: rgba(var(--wp--preset--color--global--secondary), 0.05);
}

/**
 * SWIPER BLOCK
 */
.category-swiper-block a h3 {
    color: rgba(var(--main-text-color), 1);
}

.cssb-card :where(.wp-block-cover:not(.has-text-color)) {
    color: rgba(var(--main-text-color), 1);
}

:root .cssb-card :where(.wp-block-cover p:not(.has-text-color)) {
    color: rgba(var(--main-text-color), 1);
}

:root .cssb-card :where(.wp-block-cover h1:not(.has-text-color)),
:root .cssb-card :where(.wp-block-cover h2:not(.has-text-color)),
:root .cssb-card :where(.wp-block-cover h3:not(.has-text-color)),
:root .cssb-card :where(.wp-block-cover h4:not(.has-text-color)),
:root .cssb-card :where(.wp-block-cover h5:not(.has-text-color)),
:root .cssb-card :where(.wp-block-cover h6:not(.has-text-color)) {
    color: rgba(var(--wp--preset--color--global--fourth), 1);
}


.wp-block-cover .swiper-button-next::after,
.wp-block-cover .swiper-button-prev::after {
    color: white;
}

/**
 * TIMELINE
 */
body .timeline-image-box::before {
    background: rgba(var(--wp--preset--color--global--fourth), 1);
}

body .marker {
    border: 3px solid rgba(var(--wp--preset--color--global--fourth), 1);
}

body .element-date {
    font-size: 4em;
    color: rgba(var(--wp--preset--color--global--fourth), 1);
}


/**
 * MAIN
 */
.site-main {
    padding-top: 0rem;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

/**
 * ACCORDION
 */
body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Nunito', sans-serif;
}

body .site .accordion * {
    border-color: rgba(var(--wp--preset--color--global--primary), 1) !important;
}

body .site .accordion .accordion-button.collapsed {
    color: rgba(var(--main-text-color), 1);
}

body .site .accordion-item {
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

body .site .accordion .accordion-button {
    background-color: #f5f5f5;
    box-shadow: none;
    font-weight: bold;
    font-size: 1.1rem;
}

body .site .accordion-equipe .accordion .accordion-button {
    font-size: 1.5rem;
}

body .site .accordion-equipe .accordion img {
    filter: grayscale(100%);
}



body .site .accordion .accordion-item .accordion-button {
    color: rgba(var(--main-text-color), 1);
    background-color: transparent;
    border-color: rgba(var(--wp--preset--color--global--primary), 0.2);
    border-radius: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .site .accordion-item:first-of-type .accordion-button {
    border-top: 1px solid #5a5a5a;
    border-top-color: rgb(90, 90, 90);
}

body .site .accordion .accordion-item .accordion-body {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 0;
}

body .site .accordion.collapse-short-code {
    margin: 0 !important;
}

/**
 * BLOG
 */


/* ROUND STICKER */
.round-sticker-container {
    position: relative;
}

.round-sticker {
    position: absolute;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -30px;
    right: -10px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    margin: 0;
    line-height: 1.1;
    /* transform: rotate(25deg); */
    background-color: rgba(var(--wp--preset--color--global--secondary), 1);
    color: white;
    font-family: 'Nunito', sans-serif;
}

@media (max-width: 781px) {
    .round-sticker {
        top: 0;
        right: 0;
        transform: scale(0.8);
    }
}

/* RULED PAPER */
.ruled-paper {
    background-image: linear-gradient(90deg, transparent 79px, #00000040 79px, #00000040 81px, transparent 81px), linear-gradient(#00000010 .1em, transparent .1em);
    background-size: 100% 1.2em;
    flex-grow: 8;
    padding-top: .2rem;
    padding-left: 6rem !important;
    line-height: 1.2 !important;
    border-radius: 5px;
    font-family: 'Playwrite';
}

@media (max-width: 781px) {
    .ruled-paper {
        padding-left: 2rem !important;
        background-image:
            linear-gradient(90deg,
                transparent 20px,
                #00000040 20px,
                #00000040 22px,
                transparent 22px),
            linear-gradient(#00000010 .1em, transparent .1em);
    }
}

.entry-meta {
    font-size: 0.8rem;
    font-weight: 700;
}

.posted-on-archive {
    font-size: 0.7rem;
}

.round-sticker .posted-on-archive-number {
    font-size: 3.75em;
}

.site-main .post-navigation {
    margin: 2rem 0;
    padding: 1rem;
    background-color: rgba(var(--wp--preset--color--global--fourth), 0.2);
}

.nav-subtitle {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
}


.nav-title {
    font-size: 1rem;
    font-weight: 700;
}

.cat-links,
.tags-links {
    font-size: 0.9rem;
    font-weight: 700;
}

.cat-links:before {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    content: "";
    background: url(images/icon-folder.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(0.25em);
}

.tags-links:before {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    content: "";
    background: url(images/icon-tags-double.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(0.25em);
}

.edit-link {
    margin: 1rem 0;
    display: inline-block;
}


/**
 * SHOP
 */
body .wc-block-components-form .wc-block-components-text-input input[type="email"],
body .wc-block-components-form .wc-block-components-text-input input[type="number"],
body .wc-block-components-form .wc-block-components-text-input input[type="password"],
body .wc-block-components-form .wc-block-components-text-input input[type="tel"],
body .wc-block-components-form .wc-block-components-text-input input[type="text"],
body .wc-block-components-form .wc-block-components-text-input input[type="url"],
body .wc-block-components-text-input input[type="email"],
body .wc-block-components-text-input input[type="number"],
body .wc-block-components-text-input input[type="password"],
body .wc-block-components-text-input input[type="tel"],
body .wc-block-components-text-input input[type="text"],
body .wc-block-components-text-input input[type="url"],
body .wc-blocks-components-select .wc-blocks-components-select__select {
    border-color: rgba(var(--wp--preset--color--global--primary), 0.8);
}

body .wp-block-woocommerce-checkout-order-summary-block {
    border-color: rgba(var(--wp--preset--color--global--primary), 0.2);
}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    padding: 0 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.6em 2em 0.5em 2em;
    font-weight: 750;
    border-radius: 4px;
    left: auto;
    color: rgba(var(--main-text-color), 1) !important;
    background-color: rgba(var(--wp--preset--color--global--fourth), 1) !important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.3s ease-in-out
}

body .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
body .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
body .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
body .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
body :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
body :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
body :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
body :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: rgba(var(--wp--preset--color--global--fourth), 1) !important;
    color: rgba(var(--main-text-color), 1);
    -webkit-font-smoothing: antialiased;
}


body .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    color: rgba(var(--main-text-color), 1);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: rgba(var(--wp--preset--color--global--fifth), 1) !important;
    color: rgba(var(--main-text-color), 1);
}

.wc-block-components-main h2,
wc-block-components-main h3,
wc-block-components-main h4 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.woocommerce ul.products li.product:before,
.woocommerce-page ul.products li.product:before {
    display: none;
}

.woocommerce ul.products li.product .price {
    font-weight: 400;
    font-size: 2em;
    color: rgba(var(--main-text-color), 1);
}

body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-weight: 400;
    font-size: 1.5em;
    color: rgba(var(--main-text-color), 1);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1.25em;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

/**
 * RESSOURCES FILTER
 */
.ressources-filter {
    position: sticky;
    top: 8rem;
}

body .search-filter-input-button {
    font-size: 0.8em;
    padding: 0em 0.75em !important;
}

body .search-filter-input-button--is-selected,
body .search-filter-input-button--is-selected:hover,
body .search-filter-input-button--is-selected:focus,
body .search-filter-input-button--is-selected:active {
    background-color: rgba(var(--wp--preset--color--global--fifth), 1);
    border-color: rgba(var(--wp--preset--color--global--primary), 0.2);
    color: rgba(var(--wp--preset--color--global--primary), 1);
    box-shadow: 0px 0px 0px 0px var(--search-filter-input-border-focus-color);
}

.search-filter-input-button:focus,
.search-filter-input-button:active {
    box-shadow: none;
    outline: none;
}

.search-filter-field {
    margin-bottom: 0.5rem !important;
}

.search-filter-label {
    font-weight: bold;
    font-size: 1rem;
}


/**
 * SEARCH RESULTS
 */
.search .post_content_box {
    padding: 1rem;
    background-color: rgba(var(--wp--preset--color--global--fourth), 0.15);
}

.search .post_content_box p {
    margin-bottom: 0;
}


/**
 * ALPHABETICAL LIST
 */
.alphabetical-list h3 {
    font-size: 3rem;
    margin-bottom: 0;
}

.alphabetical-list-group {
    margin-bottom: 3rem;
}


.alphabetical-list-group {
    column-count: 1;
}

.alphabetical-list h3 {
    scroll-margin-top: 8rem;
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: rgba(var(--wp--preset--color--global--secondary), 1);
}

/**
 * PUBLICATIONS
 */
.publication-thumb-box {
    /* aspect-ratio: 210 / 297; */
    /* or simply */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0.5rem; */
    background-color: rgba(var(--wp--preset--color--global--fourth), 0.1);
}

.publication-thumb-box {
    border-bottom: 1px solid rgba(var(--wp--preset--color--global--primary), 0.1);
}

.filter-label {
    margin: 0 1rem;
}

/**
 * PAGINATION
 */
.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: rgba(var(--wp--preset--color--global--primary), 1);
    border-color: rgba(var(--wp--preset--color--global--primary), 1);
}

/**
 * WIDGETS
 */
body:not(.home) #secondary.widget-area {
    margin-top: 5rem;
}

/**
 * FOOTER
 */
.site-footer {
    padding: 2rem 0 0 0;
    color: rgba(var(--wp--preset--color--global--primary), 1);
    font-size: 0.9em;
}

.site-footer .menu,
.site-footer .menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .menu li a {
    font-weight: 700;
}

.copyright-box,
.site-info {
    font-size: 0.75em;
}

.site-footer h2.widgettitle {
    font-size: 1.1rem;
}

.site-footer h4 {
    font-size: 1.2rem;
    color: rgba(var(--wp--preset--color--global--fourth), 1);
    margin-bottom: 0.25em;
    font-weight: 700;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer ul.wp-block-list a {
    font-weight: 600;
}

.site-footer .widget {
    margin: 0 0 1em;
}

.footer-toolbar {
    background-color: rgba(var(--wp--preset--color--global--secondary), 0.1);
}

/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {
    .scrolldownboxposition {
        bottom: 20px;
        /* 20px*/
    }
}

@media only screen and (min-width: 576px) {}

@media only screen and (min-width: 768px) {

    body .navbar-toggler {
        top: 40px;
        right: 40px;
    }

    .alphabetical-list-group {
        column-count: 2;
    }

    /* .sub-hompage-introduction h1+p {
        transform: translateY(-1.5em);
    } */

    .highlight-text-over-block .wp-block-media-text__content {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

    .highlight-text-over-block .wp-block-media-text__media {
        z-index: -1;
    }

    .highlight-text-over-block h2 {
        margin-left: -3.1em;
    }

    .highlight-text-over-block h2 mark {
        display: block;
        margin-left: 1em;
    }

}


@media only screen and (min-width: 992px) {

    h1.site-title a,
    p.site-title a {
        width: 300px;
        height: 69px;
    }

    h1.site-title,
    p.site-title {
        /* margin: 1em 1em 1em 0; */
    }

    .site-header .container-fluid,
    .site-footer .container-fluid {
        padding-right: var(--bs-gutter-x, 3rem);
        padding-left: var(--bs-gutter-x, 3rem);
    }



    .site-header .container-fluid,
    .site-footer .container-fluid {
        padding-right: var(--bs-gutter-x, 3rem);
        padding-left: var(--bs-gutter-x, 3rem);
    }


    .footer-toolbar .menu {
        display: flex;
        justify-content: flex-end;
        font-size: 0.8em;
    }

    .footer-toolbar .menu li {
        border-left: 1px solid rgba(var(--wp--preset--color--global--primary), 1);
        padding: 0 3rem;
    }

    .footer-toolbar .menu li:first-of-type {
        border-left: 0px solid rgba(var(--wp--preset--color--global--primary), 1);
    }

    /* .footer-toolbar .menu li:last-of-type {
        padding-right: 0;
    } */

}

@media only screen and (min-width: 1200px) {

    .site-header .container-fluid {
        padding-right: 6rem;
    }

    .site-header .container-fluid .container-fluid {
        padding-right: 0;
    }

    .alphabetical-list-group {
        column-count: 3;
    }

    .header-sidebar-1 {
        margin-bottom: 0.25rem;
    }

    .navbar-expand-lg .navbar-collapse {
        flex-direction: column;
    }

    .main-nav--sticky .header-sidebar-1 {
        display: none;
    }

    .main-nav--sticky {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: white;
        -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        animation: slide-down 0.7s;
        z-index: 100;
    }

    @keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        }

        100% {
            opacity: 0.9;
            transform: translateY(0);
        }
    }

    .menu-item {
        margin-left: 0.5rem;
    }



    .main-nav--sticky h1,
    .main-nav--sticky p {
        margin: 0.25em 0;
    }

    .navbar-light .navbar-nav .nav-link,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link {
        color: rgba(var(--main-nav-text-color), 1);
        border-bottom: 3px solid transparent;
        transition: all 0.3s ease-in-out;
        font-weight: 700;
        font-size: 1.25rem;
    }

    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-light .navbar-nav .nav-link {
        color: white;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .current-menu-item .nav-link,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:focus,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:hover,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .current-menu-item .nav-link {
        color: rgba(var(--main-nav-text-color-hover), 1);
        border-bottom: 3px solid rgba(var(--wp--preset--color--global--fourthlight), 1);
    }

    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-light .navbar-nav .nav-link:focus,
    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-nav .nav-link:hover,
    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-nav .current-menu-item .nav-link {
        color: white;
        border-bottom: 3px solid white;
    }
}

@media only screen and (min-width: 1400px) {

    h1.site-title a,
    p.site-title a {
        width: 400px;
        height: 90px;
    }

    .header-sidebar-1 {
        margin-bottom: 1.25rem;
    }
}

@media only screen and (min-width: 1600px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin-left: 2rem;
    }
}


/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 8000px) {
    .navbar-header {
        float: right;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        transition: none !important;
    }

    .navbar-collapse.collapse.show {
        padding-top: 3rem;
        display: -webkit-flex !important;
        display: flex !important;

        justify-content: flex-start !important;
        align-content: stretch !important;
        align-items: stretch !important;
        padding: 5rem 1rem 1rem 1rem;

    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
        transition: none !important;
    }

    body .menu-secondary-menu-container .navbar-nav {
        padding: 0;
        margin: 0;
    }

    body .navbar-nav>li {
        float: none;
        margin: 0;
    }

    body .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
    }

    body .navbar-light .navbar-nav .nav-link {
        /* color: white; */
    }

    body .navbar-light .navbar-nav .nav-link:focus,
    body .navbar-light .navbar-nav .nav-link:hover {
        /* color: white; */
    }


    .off-canvas-menu #navbarOff-canvas-menu {
        width: 25vw;
        justify-content: flex-start !important;
        align-content: flex-start !important;
        align-items: flex-start !important;
        padding: 6rem 1rem 1rem 1rem;
        left: auto;
    }

    .off-canvas-menu .navbar-toggler {
        position: fixed;
        top: 64px;
        right: 0px;
        transition: all 0.3s ease-in-out;
    }


    .off-canvas-menu .navbar-toggler:not(.collapsed) {
        top: 29px;
    }

    .main-nav--sticky-page .off-canvas-menu .navbar-toggler {
        top: 29px;
    }

    .off-canvas-menu .menu-secondary-menu-container,
    .off-canvas-menu .menu-secondary-menu-anglais-container {

        width: 100%;
    }

    .menu_sidebar {
        margin-top: 2rem;
        width: 100%;
    }

    .off-canvas-menu .menu-secondary-menu-container li {
        margin-bottom: 0.5em;
    }

    .menu-mobile-menu li {
        margin-bottom: 0.5em !important;
        border-bottom: 1px solid rgba(var(--main-nav-text-color), 0.5);
    }

    .menu-mobile-menu li li {
        border-bottom: 0;
    }

    .menu-mobile-menu .dropdown-menu.show {
        display: block;
        position: static !important;
        transform: none !important;
    }

    .menu-mobile-menu .dropdown-menu.show .dropdown-menu {
        display: block;
        margin-top: 0;
        padding-top: 0;
    }

    .menu-mobile-menu .dropdown-menu.show .dropdown-menu li {
        margin-bottom: 0 !important;
    }

    .menu-mobile-menu .dropdown-item {
        white-space: normal;
        padding: 0.2rem 0.5rem;
        font-weight: bold;
        color: rgba(var(--main-nav-text-color), 1);
    }

    .menu-mobile-menu .dropdown-menu.show .dropdown-menu .dropdown-item {
        padding-left: 1rem;
        font-weight: normal;
    }

    .menu-mobile-menu .nav-link {
        font-size: 20px;
        font-weight: bold;
    }

    .collapse.in {
        display: block !important;

    }

    .navbar-collapse,
    .navbar-collapse.collapse {
        background-color: rgba(var(--wp--preset--color--global--secondary-ultra-light), 1);
        z-index: 1000;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    /* body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
    body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
        background-color: white;
    } */


    .navbar-collapse.collapse {
        opacity: 1;
        transition: opacity 0.15s ease-in-out !important;
        transition-delay: 0s !important;
    }

    .navbar-collapse.collapsing {
        opacity: 0;
    }






    .navbar-toggle {
        border: none;
        background: transparent !important;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {

        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }


    .navbar-expand-lg .navbar-toggler {
        display: block;
    }


    /* ANIMATED X */
    .navbar-toggle.x .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;

    }

    .navbar-toggle.x .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggle.x .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    /* ANIMATED X COLLAPSED */
    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1) {
        background-color: black;
    }


    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
        background-color: black;
    }

    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
        background-color: black;
    }

    /* END ANIMATED X */


}

@media (max-width: 600px) {
    body .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
        padding-top: 2rem;
    }
}