
:root {

    /* Couleurs */
    --color-white: #fff;
    --color-black: #000;

    --color-primary: rgb(242, 187, 19);
    --color-secondary: #054fb9;

    /* Breakpoints */
    --breakpoint-xs: 320px; /* Mobile */
    --breakpoint-sm: 576px; /* Mobile */
    --breakpoint-md: 768px; /* Tablette */
    --breakpoint-lg: 992px; /* Desktop */
    --breakpoint-xl: 1200px; /* Grand Desktop */
    --breakpoint-xxl: 1400px; /* Très grand Desktop */
    --breakpoint-xxxl: 1600px; /* Ultra grand Desktop */

    /* Modal de navigation */
    --modal-navigation-header-height: 70px;


    /* Durée de transition */
    --ease: cubic-bezier(.2, .6, .2, 1);
    --dur: .25s;
    --dur-quick: .15s;
}

/******************/
/** Styles Reset **/
/******************/

.grecaptcha-badge {
    display: none !important;
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
    padding-left: 0;
}

button {
    background: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 clamp(14px, 5%, 25px);
}
.container-single {
    width: calc(100% - 372px);
}

@media all and (max-width: 980px) {
    .container-single {
        width: 100%;
    }
}
body.no-scroll {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

strong {
    font-weight: 650;
}

html, body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
    line-height: 1.6;
}

/* -------------------- Default section -------------------- */

.section {
}

.section .container {
}

.section .section__header {
}

.section .section__title {
}

.section .section__introduction {
}

.section .section__content {
}

.section .section__footer {
}


.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 25px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    appearance: none;

    font-size: 15px;
    letter-spacing: .5px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.btn--primary {
    background: var(--color-primary);
    color: rgb(69, 76, 85);

}

/* -------------------- Réseaux sociaux -------------------- */
.network__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.network__list .network__list__link {
    width: 28px;
    height: 28px;
    border: 2px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: linear .15s;
}

.network__list .network__list__link svg * {
    fill: var(--color-primary);
    transition: linear .15s;
}

.network__list .network__list__link--facebook svg {
    width: 10px;
}

.network__list .network__list__link--instagram svg {
    width: 14px;
}

.network__list .network__list__link:hover {
    background: var(--color-primary);
}

.network__list .network__list__link:hover svg * {
    fill: var(--color-white);
}


/* -------------------- Header Navigation -------------------- */
.site-navigation {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: transform .25s ease, box-shadow .2s ease;
    will-change: transform;
    padding: 15px 0;
    background: #252e38;
    border-bottom: 1px solid #131c25;
    box-shadow: 0 25px 25px -25px #131c25;
}

@media (max-width: 992px) {
    .site-navigation.is-hidden {
        transform: translateY(-100%);
    }
}

.site-navigation .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-navigation .container .navigation__column:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.site-navigation .site-navigation__logo {
    text-decoration: none;
    margin: 0 60px 0 0;
}

.site-navigation .site-navigation__logo span {
    color: var(--color-white);
    font-size: 21px;
    letter-spacing: -0.5px;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.site-navigation .site-navigation__logo span:nth-child(1) {
    color: var(--color-primary);
}

.site-navigation .site-navigation__logo span:nth-child(2) {
    margin-left: -5px;
}

.site-navigation .site-navigation__logo span:nth-child(3) {
    color: var(--color-primary);
    font-size: 8px;
    letter-spacing: 1px;
    position: absolute;
    bottom: -5px;
    left: calc(50% + 11px);
    text-transform: uppercase;
    width: 160px;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* Navigation principale */
.site-navigation .nav {
    /*width: calc(100% - 300px);*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.site-navigation .nav .nav__list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}

.site-navigation .nav .nav__list__item {

}

.site-navigation .nav .nav__list__item .nav__first-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-navigation .nav .nav__list__item .nav__first-marker svg {
    margin: 0 8px 0 0;
    width: 10px;
}

.site-navigation .nav .nav__list__item .nav__first-marker svg * {
    fill: var(--color-white);
}

.site-navigation .nav .nav__list .nav__list__link {
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

.site-navigation .nav .nav__list__link:hover {
    color: var(--color-primary);
}

.site-navigation .nav .nav__list__link:hover svg * {
    fill: var(--color-primary);
}

.site-navigation .nav .nav__list__link.active {
    color: var(--color-primary);
}

.site-navigation .nav .nav__list__link.active svg * {
    fill: var(--color-primary);
}

.site-navigation .btn--contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    appearance: none;
    background: var(--color-primary);
    color: rgb(69, 76, 85);

    font-size: 15px;
    letter-spacing: .5px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.site-navigation .nav .sub-menu {
    background: #252e38;
    border: 1px solid #131c25;
    box-shadow: 0 25px 25px -25px #131c25;
    left: -19px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-10px);
    transition: .15s linear;
    width: 300px;
    pointer-events: none;

}

.site-navigation .nav .sub-menu .menu-item {
    align-items: center;
    color: var(--color-white);
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    justify-content: flex-start;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 0 16px;
    width: 100%;
}

.site-navigation .nav .sub-menu .menu-item .nav__list__link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: initial;
    font-size: 14px;
    line-height: 40px;
}

.site-navigation .nav .sub-menu .menu-item:hover {
    background: #20252a;
    color: var(--color-primary);
}

.site-navigation .nav .menu-item-has-children:hover .sub-menu,
.site-navigation .nav .menu-item-has-children .sub-menu:hover {
    opacity: 1;
    transform: translateY(0);
    z-index: 100;
    pointer-events: initial;
}

/* Bouton de menu */
.site-navigation .btn--menu {
    width: 40px;
    height: 40px;
    background: none;
    padding: 0;
    cursor: pointer;
    border: none;
    display: none;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
}

.site-navigation .btn--menu .bar {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-white);
    border-radius: 3px;
    transition: linear .15s;
}

.site-navigation .btn--menu .bar:nth-child(1) {
}

.site-navigation .btn--menu .bar:nth-child(2) {
    top: 9px;
}

.site-navigation .btn--menu .bar:nth-child(3) {
    top: 18px;
}

.site-navigation .btn--menu .btn__title {
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    color: var(--color-white);
    display: block;
}

@media all and (max-width: 992px) {
    .site-navigation .nav {
        display: none;
    }

    .site-navigation .btn--contact {
        display: none;
    }

    .site-navigation .btn--menu {
        display: flex;
    }
}


/* -------------------- Modal Navigation -------------------- */


.modal--menu {
    position: fixed;
    inset: 0;
    display: grid;
    grid-template-rows: var(--modal-navigation-header-height) 1fr;
    background: var(--color-white);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity var(--dur) var(--ease),
    transform var(--dur) var(--ease),
    visibility 0s linear var(--dur);
}

.modal--menu.is-open {
    z-index: 9999;
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
    transform: translateY(0);
    transition: opacity var(--dur) var(--ease),
    transform var(--dur) var(--ease),
    visibility 0s linear 0s;
}

/* Supprime les animations pour les utilisateurs qui préfèrent une expérience sans mouvements */
@media (prefers-reduced-motion: reduce) {
    .modal--menu,
    .modal--menu.is-open {
        transition: none;
        transform: none;
    }
}

/* Modal Header */
.modal--menu .modal__header {
    width: 100%;
    height: var(--modal-navigation-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(14px, 5%, 25px);

    background: #252e38;
    border-bottom: 1px solid #131c25;
    box-shadow: 0 25px 25px -25px #131c25;
}

.modal--menu .modal__header .modal__logo {
    height: 40%;
    display: block;
    text-decoration: none;
}

.modal--menu .modal__header .modal__logo span {
    color: var(--color-white);
    font-size: 21px;
    letter-spacing: -0.5px;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.modal--menu .modal__header .modal__logo span:nth-child(1) {
    color: var(--color-primary);
}

.modal--menu .modal__header .modal__logo span:nth-child(2) {
    margin-left: -5px;
}

.modal--menu .modal__header .modal__logo span:nth-child(3) {
    color: var(--color-primary);
    font-size: 8px;
    letter-spacing: 1px;
    position: absolute;
    bottom: -11px;
    left: calc(50% + 11px);
    text-transform: uppercase;
    width: 160px;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.modal--menu .modal__header .btn--close {
    width: 40px;
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    background: none;
    padding: 0;
    cursor: pointer;
    border: none;
}

.modal--menu .modal__header .btn--close .bar {
    width: 100%;
    height: 3px;
    background: var(--color-white);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: linear .15s;
}

.modal--menu .modal__header .btn--close .bar:nth-child(1) {
    transform: translate(0%, 12px) rotate(45deg);
}

.modal--menu .modal__header .btn--close .bar:nth-child(2) {
    transform: translate(0%, 12px) rotate(-45deg);
}

.modal--menu .modal__header .btn--close .btn__title {
    width: 100%;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    color: var(--color-white);
}

.modal--menu .modal__header .btn--close:hover .bar {
    background: var(--color-primary);
}

/* Content of the modal */
.modal--menu .modal__content {
    width: 100%;
    padding: 50px 0 50px 0;
    overflow-y: auto;
}

.modal--menu .modal__content .modal__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px 0;
    flex-shrink: 0;
}

.modal--menu .modal__content .modal__list__item {
    width: 100%;
    text-align: center;
}

.modal--menu .modal__content .modal__list__link {
    color: var(--color-black);
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    text-transform: uppercase;

}

.modal--menu .modal__content .network__list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0 0 0;
}

/* -------------------- Breadcrumb -------------------- */
.breadcrumb {
}

.breadcrumb .container {
}

.breadcrumb .breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 6px;
}

.breadcrumb .breadcrumb__list__item {
    display: inline-flex;
    align-items: center;
    color: var(--color-primary);
}

.breadcrumb .breadcrumb__list__item:not(:last-child)::after {
    content: '>';
    color: var(--color-white);
    margin: 0 0 0 6px;
}

.breadcrumb .breadcrumb__list__link {
    color: var(--color-primary);
    text-decoration: none;
    transition: color .15s linear, text-decoration-color .15s linear;
}

.breadcrumb .breadcrumb__list__item [aria-current="page"],
.breadcrumb .breadcrumb__list__item[aria-current="page"] span,
.breadcrumb .breadcrumb__list__item,
.breadcrumb .breadcrumb__list__item:not(:last-child)::after,
.breadcrumb .breadcrumb__list__link {
    font-size: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb .breadcrumb__list__link:hover,
.breadcrumb .breadcrumb__list__link:focus-visible {
    text-decoration: underline;
    color: var(--color-primary);
}

/* -------------------- Page footer Navigation -------------------- */

.page-footer {
    background: var(--color-black);
    padding: 55px 0 24px 0;
    overflow: hidden;
}

.page-footer .icon-top {
    height: 100%;
    left: 0;
    max-height: 560px;
    position: absolute;
    top: 0;
    z-index: 200;
    pointer-events: none;
}

.page-footer .icon-top svg {
    width: 300px;
    fill: #fff;
    opacity: .2;
}

.page-footer .icon-top svg * {
}

.page-footer .icon-bottom {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 200;
    pointer-events: none;
}

.page-footer .icon-bottom svg {
    width: 100%;
    fill: #fff;
    opacity: .2;
}

.page-footer .icon-bottom svg * {
}

.page-footer .block-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page-footer .block-list .block {
    width: calc(100% / 3);
}

.page-footer .block-list .block .block__title {
    color: var(--color-white);
    margin: 0 0 16px 0;
    font-size: 20px;
    padding: 0 0 8px 0;
}

.page-footer .block-list .block .block__title::after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-primary);
}

.page-footer .block-list .block .block__text {
    color: var(--color-white);
    font-size: 12px;
}

.page-footer .block-list .block .acf-malt {
    margin: 24px 0 0 0;
    color: var(--color-white);
    gap: 10px;
}

.page-footer .block-list .block .acf-malt .malt__image {
    width: 32Px;
    height: 32px;
}

.page-footer .block-list .block .acf-malt .malt__stars {
    gap: 0;
}

.page-footer .block-list .block .acf-malt .malt__stars .malt__star {
}

.page-footer .block-list .block .acf-malt .malt__stars .malt__star svg {
    width: 14px;
}

.page-footer .block-list .block .acf-malt .malt__text {
    font-size: 12Px;
}

.page-footer .block-list .block .links__title {
    width: 100%;
    text-align: center;
    color: var(--color-white);
    margin: 0 0 16px 0;
    font-size: 20px;
    padding: 0 0 8px 0;
}

.page-footer .block-list .block .links__title::after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
    background: var(--color-primary);
}

.page-footer .block-list .block .links {
    width: 100%;
    text-align: center;
}

.page-footer .block-list .block .links a {
    color: var(--color-white);
    display: inline-flex;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.page-footer .block-list .block .links a:hover {
    text-decoration: underline;
}

.page-footer .block-list .block:nth-child(1) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.page-footer .block-list .block:nth-child(2),
.page-footer .block-list .block:nth-child(3) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.page-footer .copyrights {
    width: 100%;
    text-align: center;
    margin: 60px 0 0 0;
    color: var(--color-white);
    font-size: 12px;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.page-footer .copyrights a {
    color: var(--color-primary);
    text-decoration: none;
}

.page-footer .copyrights a:hover {
    text-decoration: underline;
}


@media all and (max-width: 768px) {
    .page-footer .block-list {
        flex-wrap: wrap;
    }

    .page-footer .block-list .block:nth-child(1) {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .page-footer .block-list .block:nth-child(2) {
        width: 50%;
    }

    .page-footer .block-list .block:nth-child(3) {
        width: 50%;
    }
}

@media all and (max-width: 576px) {
    .page-footer .block-list .block:nth-child(2) {
        width: 100%;
        margin: 0 0 32px 0;
    }

    .page-footer .block-list .block:nth-child(3) {
        width: 100%;
    }
}


:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-grey: #808080;
}


/* -------------------- acf-block-contact-form -------------------- */

.form {
    margin: 0 auto;
    width: 100%;
    max-width: 827px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form .wpcf7 {
    width: 100%;
}

form .form__row {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

form .form__group {
    width: calc(50% - 8px);
    margin-bottom: 24px;
}

form .form__group.form__group--full {
    width: 100%;
}

/* Form content */
form label {
    width: 100%;

    z-index: 10;
    padding: 0 4px;
    margin: 0 0 8px 0;

    font-size: 14px;
    font-weight: 500;
    color: var(--color-black);
}

form label span {
    margin: 0 0 0 3px;
    color: red;
}

form input:not(.btn) {
    width: 100%;
    border: 1px solid #d5e3ec;
    border-radius: 8px;
    padding: 0 10px;
    line-height: 48px;
    outline: none !important;
    box-shadow: none !important;
    appearance: none !important;
    font-size: 16px;
    font-weight: 400;
}

form textarea {
    width: 100%;
    min-height: 175px;
    resize: vertical;
    padding: 10px;
    border: 1px solid #d5e3ec;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    outline: none !important;
    box-shadow: none !important;
    appearance: none !important;
}

form .form__actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

form .form__actions .btn {
    border: none;
    cursor: pointer;
}

/* Form footer */
form .wpcf7-spinner {
    display: none;
}

form .wpcf7-form-control-wrap {
    width: 100%;
    height: 100%;
    display: block;
}

form .wpcf7-not-valid-tip {
    width: 100%;
    font-size: 12px;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    text-align: right;
}

form .wpcf7-response-output {
    border: none !important;
    width: 100% !important;
    text-align: center !important;
    margin: 16px 0 0 0 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}


.form__copyrights {
    margin: 23px auto 0 auto;
    width: 100%;
    max-width: 790px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 300;
}

@media all and (max-width: 750px) {
    .form {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .form .form__column {
        width: 100%;
    }

    .form .form__row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .form .form__group {
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    form input {
        width: 100%;
    }

    form textarea {
        width: 100%;
    }

    .form .btn--submit {
        width: 100%;
    }
}

/* Styles Back-to-Top (adapter couleurs si besoin) */
.back-to-top {
    position: fixed;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0));
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .18), 0 6px 6px rgba(0, 0, 0, .12);
    border: none;
    cursor: pointer;

    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease, background .2s ease, color .2s ease;
}

.back-to-top svg {
    width: 28px;
}

.back-to-top svg * {
    fill: #454c55;
}

/* Visible après scroll */
.back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Hover/Focus */
.back-to-top:hover,
.back-to-top:focus-visible {
    background: #252e38;
    outline: none;
}

.back-to-top:hover svg *,
.back-to-top:focus-visible svg * {
    fill: var(--color-white);
}

/* Accessibilité focus clavier */
.back-to-top:focus-visible {
    box-shadow: 0 0 0 3px rgba(242, 187, 19, .45);
}

@media (max-width: 360px) {
    .back-to-top {
        width: 40px;
        height: 40px;
    }
}


/** Blog **/
.section__scripts {
    padding: 32px 0;
}

.section__scripts code[class*=language-], .section__scripts pre[class*=language-] {
    font-size: 14px;
    line-height: 20px;
}

.section__scripts p {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 0 16px 0;
}

.section__scripts p a {
    font-weight: 450;
    color: rgb(5, 79, 185);
}

.section__scripts p a:hover {
    text-decoration: underline;
}

.section__scripts p em {
    font-style: italic;
}

.section__scripts p .codeInline {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.section__scripts p code {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.section__scripts p code {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.section__scripts h2 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 24px 0 16px 0;
}

.section__scripts h3 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 24px 0 16px 0;
}

.section__scripts h3 .codeInline {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.section__scripts h3 code {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.section__scripts .video {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 24px auto;
}

.section__scripts .video video {
    width: 100%;
    max-width: 500px;
}

.section__scripts .video figcaption {
    margin: 4px 0 0 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: underline;
}

.section__scripts .figures {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.section__scripts .figures figure {
    max-width: calc(50% - 8px);
    width: auto;
}

@media (max-width: 800px) {
    .section__scripts .figures {
        flex-direction: column;
        gap: 0;
    }

    .section__scripts .figures figure {
        width: 100%;
        max-width: 100%;
    }
}

.section__scripts figure {
    width: 100%;
    margin: 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section__scripts figure img {
    max-width: 100%;
}

.section__scripts figure figcaption {
    margin: 4px 0 0 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: underline;
}

.section__scripts .code {
    width: calc(100% - 24px);
    margin: 0 auto 24px auto;
}

.section__scripts .code .code-title {
    width: 100%;
    text-align: right;
    padding: 0 8px;
    display: block;
    margin: 0 0 4px 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.section__scripts .code pre {
    border-radius: 3px;
    margin: 0;
    padding: 12px 16px;
}

.section__scripts ul {
    margin: 16px 0;
    padding: 0 0 0 16px;
}

.section__scripts ul li.item {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    padding-left: 18px;
    margin: 8px 0;
}

.section__scripts ul li.item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 8px 0 0;
    background: #f2bb13;
}

.section__scripts ul li.item .codeInline {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.section__scripts ul li.item code {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.section__scripts ul li.item a {
    color: rgb(5, 79, 185);
    font-weight: 450;
}

.section__scripts ul li.item a:hover {
    text-decoration: underline;
}

.section__scripts ul ul {
    margin: 0;
}

.section__scripts ul ul li.item::before {
    background: none;
    width: 3px;
    height: 3px;
    border: 1px solid #f2bb13;
}

.section__scripts table {
    width: calc(100% - 64px);
    background:  #fff;
    border: 1px solid #d5e3ec;
    box-shadow: 0 2px 4px #d8e1e8;
    margin: 24px auto;
}

.section__scripts table:first-child {
    margin-top: 8px;
}

.section__scripts table thead tr th {
    background: rgb(251,251,251);
    padding: 4px 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
}

.section__scripts table thead tr th:not(:last-child) {
    border-right: 1px solid #d5e3ec;
}

.section__scripts table tbody tr td {
    padding: 4px 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    border-bottom: 1px solid #d5e3ec;
}

.section__scripts table tbody tr td:not(:last-child) {
    border-right: 1px solid #d5e3ec;
}

.section__scripts .codeInline {
    background: rgb(251,251,251);
    padding: 0 6px;
    border-radius: 6px;
    display: inline-flex;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.section__scripts p code, .section__scripts h3 code {
    background: rgb(251,251,251);
    padding: 0 6px;
    border-radius: 6px;
    display: inline-flex;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.section__scripts .infos {
    background: #e6f4fa;
    padding: 16px 16px 16px 32px;
    border-radius: 3px;
    width: calc(100% - 24px);
    margin: 32px auto 24px auto;
}

.section__scripts .infos::before {
    content: '';
    width: 100px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: -15px;
    background: url(https://www.wesoftonline.fr/wp-content/uploads/infos.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

.section__scripts .infos p:last-child {
    margin: 0;
}

.section__scripts .question {
    background: rgba(37, 46, 56, .05);
    padding: 16px 16px 16px 32px;
    border-radius: 3px;
    width: calc(100% - 24px);
    margin: 32px auto 24px auto;
}

.section__scripts .question::before {
    content: '';
    width: 100px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: -15px;
    background: url(https://www.wesoftonline.fr/wp-content/uploads/question.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

.section__scripts .question p:last-child {
    margin: 0;
}

.section__scripts .prerequis {
    background: #fdefe1;
    padding: 16px 16px 16px 32px;
    border-radius: 3px;
    width: calc(100% - 24px);
    margin: 32px auto 24px auto;
}

.section__scripts .prerequis::before {
    content: '';
    width: 100px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: -15px;
    background: url(https://www.wesoftonline.fr/wp-content/uploads/prerequis.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

.section__scripts .prerequis p:last-child {
    margin: 0;
}

.section__scripts .legend {
    margin: 16px 0 0 0;
    padding: 0 0 0 16px;
}

.section__scripts .legend .legend__title {
    color: #0d0d0d;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0 0 8px 0;
}

.section__scripts .legend .legend__title span::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #0d0d0d;
}

.section__scripts .legend .legend__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #0d0d0d;
}

.section__scripts .legend .legend__item::before {
    content: '';
    width: 20px;
    height: 12px;
    margin: 0 8px 0 0;
    display: block;
}

.section__scripts .legend .legend__item:nth-child(2)::before {
    background: #0d0d0d;
}

.section__scripts .legend .legend__item:nth-child(3)::before {
    background: green;
}

.section__scripts .legend .legend__item:nth-child(4)::before {
    background: var(--color-primary);
}

.section__scripts .accordion {
    margin: 0;
}

.section__scripts .accordion .accordion-header {
    cursor: pointer;
    padding: 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section__scripts .accordion .accordion-header h2 {
    width: calc(100% - 50px);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
}

.section__scripts .accordion .accordion-header .icon {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 8px 0 0;
    transform-origin: center center;
    transform: translateY(6px);
}

.section__scripts .accordion .accordion-header .icon svg {
    width: 18px;
    transform-origin: center center;
    transform: rotate(180deg);
}

.section__scripts .accordion .accordion-content {
    padding: 16px 0 24px 0;
    display: none;
}

.section__scripts .accordion.show .accordion-header .icon svg {
    transform: rotate(0deg);
}

.section__scripts .accordion.show .accordion-content {
    display: block;
}
