:root {
    --primary-rouge-framboise: #E93F6D;
    --primary-blanc: #FFF;
    --primary-noir: #222C36;
    --secondary-grey: #88817B;
    --secondary-gris-perle: #F0F0F0;
    --charte-gris-perle: ##F0F0F0;
    --Schemes-On-Secondary-Container: #4A4459;
    --secondary-grey-dark: #585C5C;
    --secondary-vert-pomme: #C6D979;
    --secondary-bleu-ciel: #91D0D7;
    --secondary-bleu-canard: #11B4BA;
    --univers-black-text: #303A51;
    --semantic-danger-500: #E73746;
    --secondary-jaune-formation: #FFCE32;
    --secondary-rose: #DF6A71;

    --body-font-family: 'Raleway', sans-serif;
    --body-font-size: 16px;
    --title-font-family: 'Antonio', sans-serif;
}

body,
input, select, textarea {
    font-family: var(--body-font-family);
    font-size: 16px;
    line-height: 150%;
    box-sizing: border-box;
}

a {
    color: var(--primary-rouge-framboise);
}

*, *:before, *:after {
    box-sizing: inherit;
}

@media screen and (min-width: 1280px) {
    body {
        font-size: 18px;
    }

    .node__content,
    input, select, textarea {
        font-size: 16px;
    }

    .page--type-page .node__content {
        font-size: 18px;
    }
}

input, select, textarea {
    font-size: 16px;
}

input.form-email,
input.form-text {
    line-height: 1;
}

.block-system-main-block {
    text-align: center;
}

.block-system-main-block > * {
    text-align: left;
}

/* Prose link */
.field-introduction a,
.field-text a {
    color: var(--primary-noir);
    border-bottom: 1px solid var(--primary-rouge-framboise);
    text-decoration: none;
}

.form-mailto-link {
    border-bottom: 1px solid var(--primary-rouge-framboise);
    color: var(--primary-noir);
    text-decoration: none;
}

.field-text a:hover {
    color: var(--primary-rouge-framboise);
}

ul,
ol,
table,
p {
    margin: 0 0 1rem 0;
}

ul:last-child,
ol:last-child,
p:last-child {
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 1rem;
}

li::marker {
    color: var(--primary-rouge-framboise);
}

/**
 * ============================
 * Utilities.
 * ============================
 */

.text-center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide-mobile {
    display: none!important;
}
.hide-desktop {
    display: flex!important;
}

@media screen and (min-width: 1280px) {
    .hide-mobile {
        display: block!important;
    }
    .hide-desktop {
        display: none!important;
    }
}

/*
 * ============================
 * Headings.
 * ============================
 */

.page-title {
    color: var(--primary-noir);
    font-family: var(--title-font-family);
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.formation .page-title {
    letter-spacing: -1.2px;
}

#block-syndexformationsblock .block-title span {
    background: white;
    color: var(--primary-noir);
}

@media screen and (min-width: 1280px) {
    .page-title {
        font-size: 60px;
        letter-spacing: -1.2px;
        line-height: 130%;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
}

.paragraph--type--wysiwyg > .field-title,
.paragraph--type--wysiwyg h1,
.paragraph--type--wysiwyg h2,
.paragraph--type--wysiwyg h3,
.paragraph--type--wysiwyg h4,
.paragraph--type--wysiwyg h5,
.paragraph--type--wysiwyg h6 {
    margin-bottom: 16px;
}

.paragraph--type--wysiwyg > .field-title,
h1, h2, h3, h4 {
    font-family: var(--title-font-family);
}

.paragraph--type--wysiwyg > .field-title,
h2 {
    font-size: 28px;
    line-height: 114%; /* 46px */
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
}

.formation .field__label,
h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (min-width: 1280px) {
    .paragraph--type--wysiwyg > .field-title,
    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    .formation .field__label,
    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }
}

strong {
    font-weight: 700;
}

.surtitre {
    color: var(--primary-rouge-framboise);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 1;
}

/**
 * ============================
 * Blocks
 * ============================
 */

.info-bloc-title {
    font-family: var(--title-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.block__header {
    padding: 24px 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 1280px) {
    .block__header {
        padding: 40px 0;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }

    .block__header {
        justify-content: space-between;
    }

}

.paragraph--type--deux-colonnes .field-title,
.push-custom__content .field-title,
.block-title {
    color: var(--primary-noir);
    font-family: var(--title-font-family);
    font-size: 28px;
    font-weight: 700;
    line-height: 115%; /* 46px */
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.block-title.expertise-vocabulary__title {
    line-height: 125%;
}

@media screen and (min-width: 1280px) {
    .paragraph--type--deux-colonnes .field-title,
    .push-custom__content .field-title,
    .block-title {
        font-size: 40px;
    }
}

.link {
    display: flex;
    align-items: center;
    color: var(--primary-rouge-framboise);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    text-decoration: none;
}

.link.link--black {
    color: var(--primary-noir);
}

svg.rotate {
    transform: rotate(180deg);
}
/**
 * Pagination
 */
nav.pager ul {
    list-style: none;
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 2rem 0;
}

nav.pager ul a {
    color: black;
    text-decoration: none;
    font-family: arial;
}

.block-system-main-block .placeholder {
    padding: 100px;
    margin: 40px;
    color: var(--secondary-grey);
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    border: 2px dashed var(--secondary-grey);
    text-align: center;
}

.hidden {
    display: none !important;
}

/**
 * Block "Vos Questions"
 */

.syndex-questions-block {
    background: var(--secondary-gris-perle);
    padding: 40px 0;
}

@media screen and (min-width: 1280px) {
    .syndex-questions-block {
        padding: 64px 0;
    }
}

.syndex-questions-block .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.syndex-questions-block .block__illustration {
    flex: 0 0 404px;
}

.syndex-questions-block .block__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.syndex-questions-block .nodes {
    width: 100%;
    gap: 16px;
}

@media screen and (min-width: 1280px) {
    .syndex-questions-block .container {
        flex-direction: row;
        align-items: flex-start;
    }
    .syndex-questions-block .nodes {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
        column-gap: 32px;
    }
    .syndex-questions-block .nodes {
        flex: 0 0 622px;
    }
    .syndex-questions-block .block__header {
        flex: 0 0 404px;
        text-align: left;
        padding: 0;
        gap: 24px;
        align-items: flex-start;
    }
}

.load-more-wrapper {
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.loading {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.66);
}

.loading-inner {
    /*
    background: var(--primary-blanc);
    outline: 10px solid var(--primary-blanc);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border: 5px solid var(--primary-rouge-framboise);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

/**
 * ============================
 * Trame / Halftone background
 * ============================
 */

.trame {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url('../img/halftone-teaser-bg-2.png') repeat bottom right;
    transform: translate3d(8px, 8px, 0);
    opacity: 0.8;
}

@media screen and (min-width: 1280px) {
    .trame {
        transform: translate3d(16px, 16px, 0);
    }
}

.syndex-formations-push-block,
.syndex-formations-push-block .bloc__content,
.atout .atout__content,
.syndex-event-block .node.teaser .node__content,
.slider .node.teaser .node__content,
.bloc-info,
.bloc-info .bloc__content,
.formation-plus-syndex,
.formation-plus-syndex .bloc__wrapper,
.paragraph--type--push-contenu .node__content,
.paragraph--type--ressource .node .node__content,
.header .node.teaser .node__content {
    position: relative;
}

.syndex-formations-push-block .trame,
.syndex-event-block .node.teaser .trame,
.slider .node.teaser .trame,
.atout .trame,
.bloc-info .trame,
.formation-plus-syndex .trame,
.paragraph--type--push-contenu .trame,
.paragraph--type--ressource .node .trame,
.header .trame {
    display: block;
}

.block__footer {
    padding: 24px 0;
    display: flex;
    justify-content: center;
}

.syndex-questions-block .block__header .btn,
.syndex-formations-block .block__header .btn,
.block__header .link {
    display: none;
}

@media screen and (min-width: 1280px) {
    .block__footer {
        display: none;
    }
    .syndex-questions-block .block__header .btn,
    .syndex-formations-block .block__header .btn,
    .block__header .link {
        display: flex;
    }
}



.bloc-info.bloc-info--expertise-documents .bloc__content {
    background: var(--secondary-bleu-canard);
}
.bloc-info--expertise-documents .bloc__content .field-documents {
    margin: 0;
}
.bloc-info--expertise-documents .bloc__content .file-link {
    background: var(--primary-blanc);
}
.bloc-info--expertise-documents .bloc__content .link {
    display: inline-block;
}

.deux-colonnes__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recap {
    background: var(--secondary-gris-perle);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 24px 16px;
}

@media screen and (min-width: 1280px) {
    .recap {
        background-color: transparent;
        padding: 0;
        gap: 16px;
    }

    .recap-title {
        font-weight: 600;
    }
}

.bloc-info--simple {
    border-radius: 4px;
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding: 24px 0;
    border-bottom: 1px solid #fff;
}
.bloc-info--simple:last-child {
    border-bottom: none;
}

@media screen and (min-width: 1280px) {
    .bloc-info--simple {
        background: var(--secondary-gris-perle);
        padding: 24px;
        border-bottom: none;
    }
}

.bloc-info__heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bloc-info__surtitre {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.bloc-info__titre {
    font-family: var(--title-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

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

.fondation-form-title {
    margin-bottom: 24px;
}

.insecable {
    white-space: nowrap;
}