/* ==========================================================
   DEVELOP 360 — HERO WEBINAIRE MAXIMILIEN
   ========================================================== */

.mx-hero {
    position: relative;

    width: 100vw !important;
    max-width: none !important;

    min-height: 680px;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    background-image: url('/wp-content/themes/Divi-child/images/hero_background.png') !important;
    background-position: center 20% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;

    overflow: hidden;
}


/* ----------------------------------------------------------
   CONTAINER
   ---------------------------------------------------------- */

.mx-hero-inner {
    width: 100%;
    max-width: 1280px;
    min-height: 680px;

    margin: 0 auto;
    padding: 55px 45px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    align-items: center;
    gap: 55px;

    box-sizing: border-box;
}


/* ----------------------------------------------------------
   COLONNE GAUCHE
   ---------------------------------------------------------- */

.mx-hero-content {
    position: relative;
    z-index: 2;

    max-width: 650px;
}


/* ----------------------------------------------------------
   KICKER
   ---------------------------------------------------------- */

.mx-hero-kicker {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 15px;

    font-size: 15px;
    line-height: 1;
    font-weight: 700;

    color: #4f7f18;
    text-transform: uppercase;
}

.mx-kicker-leaf {
    font-size: 25px;
    line-height: 1;
    color: #6d9c28;
}


/* ----------------------------------------------------------
   TITRE
   ---------------------------------------------------------- */

.mx-hero h1 {
    margin: 0;

    padding: 20px 24px 6px;

    box-sizing: border-box;

    background: rgba(255, 255, 255, 0.82) !important;

    border-radius: 12px 12px 0 0;

    font-family: inherit;
    font-size: clamp(34px, 3.25vw, 49px);
    line-height: 1.08;
    font-weight: 800;

    letter-spacing: -0.7px;

    color: #10265a;
}

.mx-hero h1 span {
    display: inline-block;

    font-size: 0.90em;
    line-height: 1.05;

    color: #558521;
}


/* ----------------------------------------------------------
   INTRODUCTION
   ---------------------------------------------------------- */

.mx-hero-intro {
    width: 100%;
    max-width: 650px;

    margin: 0 0 30px;

    padding: 8px 24px 20px;

    box-sizing: border-box;

    background: rgba(255, 255, 255, 0.82) !important;

    border-radius: 0 0 12px 12px;

    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;

    color: #10265a;
}


/* ----------------------------------------------------------
   INFORMATIONS — CARDS
   ---------------------------------------------------------- */

.mx-hero-meta {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 12px;

    max-width: 590px;

    margin-top: 5px;
}

.mx-meta-item {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: flex-start;

    min-height: 125px;

    padding: 18px 12px;

    box-sizing: border-box;

    background: rgba(255, 255, 255, 0.88);

    border: 1px solid rgba(16, 38, 90, 0.08);

    border-radius: 12px;

    box-shadow: 0 5px 18px rgba(16, 38, 90, 0.10);

    text-align: center;
}


/* ----------------------------------------------------------
   ICÔNES DES CARDS
   ---------------------------------------------------------- */

.mx-meta-icon {
    flex: 0 0 auto;

    width: 38px;
    height: 38px;

    margin-bottom: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.mx-meta-icon svg {
    width: 31px;
    height: 31px;

    fill: none;

    stroke: #10265a;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ----------------------------------------------------------
   TEXTE DES CARDS
   ---------------------------------------------------------- */

.mx-meta-text {
    display: flex;
    flex-direction: column;

    align-items: center;

    padding-top: 0;

    color: #17213e;
}

.mx-meta-text strong {
    margin-bottom: 7px;

    font-size: 13px;
    line-height: 1.1;
    font-weight: 800;

    color: #10265a;
}

.mx-meta-text span {
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400;

    color: #202638;
}


/* ==========================================================
   FORMULAIRE
   ========================================================== */

.mx-hero-form {
    position: relative;

    z-index: 3;

    width: 100%;

    margin-left: 70px !important;
}


/* ----------------------------------------------------------
   CARTE BLANCHE
   ---------------------------------------------------------- */

.mx-form-card {
    width: 100%;

    box-sizing: border-box;

    padding: 22px 20px 20px;

    background: rgba(255, 255, 255, 0.97);

    border: 1px solid rgba(16, 38, 90, 0.08);

    border-radius: 15px;

    box-shadow:
        0 8px 28px rgba(16, 38, 90, 0.16);

    overflow: visible;
}


/* ----------------------------------------------------------
   CONTENEUR BREVO
   ---------------------------------------------------------- */

.mx-form-card .sib-form-container {
    width: 100%;

    margin: 0;
    padding: 0;

    background: transparent !important;
}


/* ----------------------------------------------------------
   FORMULAIRE
   ---------------------------------------------------------- */

.mx-form-card #sib-form {
    width: 100%;

    margin: 0;
    padding: 0;

    background: transparent;

    border: 0;

    box-sizing: border-box;
}


/* ----------------------------------------------------------
   TITRE DU FORMULAIRE
   ---------------------------------------------------------- */

.mx-form-title {
    width: 100%;

    margin: 0;
    padding: 0;
}

.mx-form-title h2 {
    margin: 0;

    padding: 0;

    font-family: inherit;

    font-size: 23px;
    line-height: 1.15;
    font-weight: 800;

    letter-spacing: -0.3px;

    text-align: center;

    color: #10265a;
}


/* ----------------------------------------------------------
   TRAIT VERT
   ---------------------------------------------------------- */

.mx-form-divider {
    width: 48px;
    height: 3px;

    margin: 11px auto 13px;

    background: #559555;

    border-radius: 10px;
}


/* ----------------------------------------------------------
   SOUS-TITRE
   ---------------------------------------------------------- */

.mx-form-subtitle {
    margin: 0 0 17px;

    padding: 0;

    text-align: center;
}

.mx-form-subtitle p {
    margin: 0;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;

    color: #263654;
}


/* ----------------------------------------------------------
   BLOCS DE CHAMPS
   ---------------------------------------------------------- */

.mx-form-card .sib-input {
    width: 100%;

    margin: 0 0 10px;

    padding: 0;

    background: transparent !important;
}

.mx-form-card .form__entry {
    width: 100%;

    margin: 0;
    padding: 0;
}

.mx-form-card .form__label-row {
    width: 100%;

    margin: 0;
    padding: 0;
}


/* ----------------------------------------------------------
   CHAMPS INPUT
   ---------------------------------------------------------- */

.mx-form-card .entry__field {
    width: 100%;

    margin: 0;
    padding: 0;

    border: 0;

    background: transparent;
}

.mx-form-card input.input {
    display: block;

    width: 100%;
    height: 46px;

    margin: 0;

    padding: 0 13px;

    box-sizing: border-box;

    border: 1px solid #cbd4df !important;

    border-radius: 6px !important;

    background: #ffffff !important;

    color: #17213e !important;

    font-family: inherit;

    font-size: 13px;

    line-height: 46px;

    outline: none;

    box-shadow: none !important;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.mx-form-card input.input::placeholder {
    color: #9aa7b8;

    opacity: 1;
}

.mx-form-card input.input:focus {
    border-color: #559555 !important;

    box-shadow:
        0 0 0 2px rgba(85, 149, 85, 0.12) !important;
}


/* ----------------------------------------------------------
   ERREURS DES CHAMPS
   ---------------------------------------------------------- */

.mx-form-card .entry__error {
    display: block;

    margin: 4px 0 0;

    padding: 0;

    font-size: 11px;
    line-height: 1.3;

    color: #c0392b;
}


/* ==========================================================
   INFORMATION RGPD
   ========================================================== */

.mx-form-card .sib-form__declaration {
    display: block;

    width: 100%;

    margin: 14px 0 12px;
    padding: 0;

    background: transparent !important;

    border: 0;
}

.mx-form-card .declaration-block-icon {
    display: none !important;
}

.mx-form-privacy-text {
    width: 100%;

    margin: 0;
    padding: 0;
}

.mx-form-privacy-text p {
    margin: 0;

    font-size: 10.5px;
    line-height: 1.45;

    color: #5a6472;

    text-align: left;
}

.mx-form-privacy-text a {
    color: #559555;

    text-decoration: underline;
}

.mx-form-privacy-text a:hover {
    color: #416f41;
}


/* ==========================================================
   OPT-IN
   ========================================================== */

.mx-form-card .sib-optin {
    width: 100%;

    margin: 0 0 13px;
    padding: 0;

    background: transparent !important;
}

.mx-form-card .entry_mcq {
    width: 100%;

    margin: 0;
    padding: 0;
}

.mx-form-card .entry__choice {
    width: 100%;

    margin: 0;
    padding: 0;
}

.mx-form-card .entry__choice label {
    display: flex;

    align-items: flex-start;

    width: 100%;

    margin: 0;

    padding: 0;

    cursor: pointer;
}

.mx-form-card input[type="checkbox"] {
    flex: 0 0 auto;

    width: 14px;
    height: 14px;

    margin: 2px 9px 0 0;

    padding: 0;

    accent-color: #559555;

    cursor: pointer;
}

.mx-form-card .checkbox {
    display: none !important;
}

.mx-optin-text {
    flex: 1;

    margin: 0;
    padding: 0;
}

.mx-optin-text p {
    margin: 0;

    font-size: 10.5px;
    line-height: 1.45;

    color: #4f5967;

    text-align: left;
}

.mx-form-card .entry__specification {
    display: block;

    margin: 7px 0 0 23px;

    padding: 0;

    font-size: 10px;
    line-height: 1.4;

    color: #687484;

    text-align: left;
}


/* ==========================================================
   BOUTON
   ========================================================== */

.mx-form-submit {
    width: 100%;

    margin: 5px 0 0;
    padding: 0;
}

.mx-form-card button.sib-form-block__button {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 45px;

    margin: 0;
    padding: 11px 15px;

    box-sizing: border-box;

    border: 0 !important;

    border-radius: 5px !important;

    background: #559555 !important;

    color: #ffffff !important;

    font-family: inherit;

    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;

    text-align: center;

    cursor: pointer;

    box-shadow: none !important;

    transition:
        background 0.2s ease,
        transform 0.15s ease;
}

.mx-form-card button svg {
    display: none !important;
}

.mx-form-card button:hover {
    background: #477d47 !important;

    color: #ffffff !important;
}

.mx-form-card button:active {
    transform: translateY(1px);
}


/* ==========================================================
   MESSAGES BREVO
   ========================================================== */

.mx-form-card #error-message,
.mx-form-card #success-message {
    width: 100%;

    box-sizing: border-box;

    margin: 0 0 15px;

    padding: 10px 12px;

    border-radius: 6px;

    font-size: 12px;
    line-height: 1.4;

    text-align: center;
}

.mx-form-card #error-message svg,
.mx-form-card #success-message svg {
    display: none !important;
}

.mx-form-card #error-message {
    background: #fff3f1;

    border: 1px solid #e5b5ae;

    color: #a33a2d;
}

.mx-form-card #success-message {
    background: #f1f8f1;

    border: 1px solid #b8d4b8;

    color: #416f41;
}


/* ==========================================================
   CHAMPS CACHÉS
   ========================================================== */

.mx-form-card .input--hidden {
    display: none !important;
}


/* ==========================================================
   TABLETTE
   ========================================================== */

@media (max-width: 991px) {

    .mx-hero {
        min-height: auto;

        background-position: center 20%;
    }

    .mx-hero-inner {
        min-height: auto;

        grid-template-columns: 1fr 380px;

        gap: 30px;

        padding: 50px 30px;
    }

    .mx-hero h1 {
        font-size: 36px;
    }

    .mx-hero h1 span {
        font-size: 0.90em;
    }

    .mx-hero-intro {
        max-width: 470px;
    }

    .mx-hero-meta {
        max-width: 100%;

        gap: 10px;
    }

    .mx-meta-item {
        min-height: 120px;

        padding: 16px 8px;
    }

    .mx-hero-form {
        margin-left: 0 !important;
    }

    .mx-form-card {
        padding: 20px 18px;
    }

    .mx-form-title h2 {
        font-size: 21px;
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .mx-hero {
        min-height: auto;

        background-position: 62% top;
    }

    .mx-hero-inner {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 35px;

        padding: 45px 20px 40px;
    }

    .mx-hero-content {
        max-width: none;

        text-align: left;
    }

    .mx-hero-kicker {
        font-size: 13px;
    }

    .mx-hero h1 {
        font-size: 32px;

        line-height: 1.08;
    }

    .mx-hero h1 span {
        font-size: 0.90em;
    }

    .mx-hero-intro {
        max-width: 100%;

        font-size: 16px;

        line-height: 1.45;
    }

    .mx-hero-meta {
        display: grid;

        grid-template-columns: 1fr;

        gap: 12px;

        max-width: 100%;
    }

    .mx-meta-item {
        min-height: auto;

        padding: 16px;

        flex-direction: row;

        justify-content: flex-start;

        text-align: left;
    }

    .mx-meta-icon {
        margin-right: 12px;
        margin-bottom: 0;
    }

    .mx-meta-text {
        align-items: flex-start;

        text-align: left;
    }

    .mx-hero-form {
        width: 100%;

        margin-left: 0 !important;
    }

    .mx-form-card {
        padding: 20px 16px;
    }

    .mx-form-title h2 {
        font-size: 21px;
    }

    .mx-form-card input.input {
        height: 46px;
    }

    .mx-form-card button.sib-form-block__button {
        min-height: 46px;
    }
}


/* ==========================================================
   PETITS SMARTPHONES
   ========================================================== */

@media (max-width: 480px) {

    .mx-hero-inner {
        padding: 35px 16px;
    }

    .mx-hero h1 {
        font-size: 28px;
    }

    .mx-hero-intro {
        font-size: 15px;
    }

    .mx-meta-text span {
        font-size: 12px;
    }

    .mx-form-card {
        padding: 18px 14px;
    }

    .mx-form-title h2 {
        font-size: 19px;
    }

    .mx-form-privacy-text p,
    .mx-optin-text p {
        font-size: 10px;
    }

    .mx-form-card .entry__specification {
        font-size: 9.5px;
    }
}


/* ==========================================================
   DEVELOP 360 — SECTION PROBLÉMATIQUE
   ========================================================== */

.mx-problem {
    position: relative;

    width: 100%;

    padding: 55px 0 65px;

    background: #ffffff;

    box-sizing: border-box;
}

.mx-problem-inner {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    padding: 0 30px;

    box-sizing: border-box;
}

.mx-section-heading {
    max-width: 900px;

    margin: 0 auto 35px;

    text-align: center;
}

.mx-section-heading h2 {
    margin: 0;

    padding: 0;

    font-family: inherit;

    font-size: clamp(24px, 2.3vw, 31px);
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -0.3px;

    color: #10265a;

    text-transform: uppercase;
}

.mx-section-heading h2 span {
    color: #10265a;
}

.mx-section-line {
    width: 48px;
    height: 3px;

    margin: 10px auto 15px;

    background: #559555;

    border-radius: 10px;
}

.mx-section-heading p {
    max-width: 820px;

    margin: 0 auto;

    font-size: 14px;
    line-height: 1.55;

    font-weight: 400;

    color: #273653;
}

.mx-problem-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 14px;

    width: 100%;
}

.mx-problem-card {
    display: flex;

    align-items: center;

    min-height: 145px;

    padding: 22px 20px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #dfe4ea;

    border-radius: 10px;

    box-shadow:
        0 3px 12px rgba(16, 38, 90, 0.055);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.mx-problem-card:hover {
    transform: translateY(-2px);

    border-color: #cbd7c8;

    box-shadow:
        0 7px 20px rgba(16, 38, 90, 0.09);
}

.mx-problem-icon {
    flex: 0 0 55px;

    width: 55px;
    height: 55px;

    margin-right: 17px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #559555;
}

.mx-problem-icon svg {
    width: 46px;
    height: 46px;

    fill: none;

    stroke: #559555;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.mx-problem-content {
    flex: 1;

    min-width: 0;
}

.mx-problem-content h3 {
    margin: 0 0 9px;

    padding: 0;

    font-family: inherit;

    font-size: 12px;
    line-height: 1.25;

    font-weight: 800;

    color: #10265a;

    text-transform: uppercase;
}

.mx-problem-content p {
    margin: 0;

    padding: 0;

    font-size: 12px;
    line-height: 1.45;

    font-weight: 400;

    color: #34415a;
}

.mx-problem-content p + p {
    margin-top: 8px;
}

.mx-problem-card--transition {
    background: #fbfcfa;

    border-color: #d7e1d3;
}

.mx-problem-card--transition .mx-problem-content h3 {
    font-size: 13px;

    text-transform: none;

    line-height: 1.35;
}

.mx-problem-card--transition h3 strong {
    color: #559555;

    font-weight: 800;
}

.mx-problem-card--transition p:last-child {
    font-weight: 600;

    color: #10265a;
}

@media (max-width: 991px) {

    .mx-problem {
        padding: 50px 0 55px;
    }

    .mx-problem-inner {
        padding: 0 25px;
    }

    .mx-problem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 14px;
    }

    .mx-problem-card {
        min-height: 145px;

        padding: 20px 17px;
    }

    .mx-problem-icon {
        flex-basis: 48px;

        width: 48px;
        height: 48px;

        margin-right: 13px;
    }

    .mx-problem-icon svg {
        width: 41px;
        height: 41px;
    }
}

@media (max-width: 767px) {

    .mx-problem {
        padding: 42px 0 48px;
    }

    .mx-problem-inner {
        padding: 0 18px;
    }

    .mx-section-heading {
        margin-bottom: 28px;
    }

    .mx-section-heading h2 {
        font-size: 23px;

        line-height: 1.2;
    }

    .mx-section-heading p {
        font-size: 13px;

        line-height: 1.5;
    }

    .mx-problem-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .mx-problem-card {
        min-height: auto;

        padding: 19px 17px;
    }

    .mx-problem-icon {
        flex-basis: 48px;

        width: 48px;
        height: 48px;

        margin-right: 14px;
    }

    .mx-problem-icon svg {
        width: 40px;
        height: 40px;
    }

    .mx-problem-content h3 {
        font-size: 12px;

        margin-bottom: 7px;
    }

    .mx-problem-content p {
        font-size: 12px;

        line-height: 1.45;
    }
}

@media (max-width: 480px) {

    .mx-problem {
        padding: 38px 0 42px;
    }

    .mx-problem-inner {
        padding: 0 15px;
    }

    .mx-section-heading h2 {
        font-size: 21px;
    }

    .mx-section-heading p {
        font-size: 12px;
    }

    .mx-problem-card {
        padding: 17px 14px;
    }

    .mx-problem-icon {
        flex-basis: 43px;

        width: 43px;
        height: 43px;

        margin-right: 12px;
    }

    .mx-problem-icon svg {
        width: 37px;
        height: 37px;
    }

    .mx-problem-content h3 {
        font-size: 11px;
    }

    .mx-problem-content p {
        font-size: 11px;
    }
}


/* ==========================================================
   DEVELOP 360 — SECTION MÉTHODE
   ========================================================== */

.mx-method {
    position: relative;

    width: 100%;

    padding: 65px 0 70px;

    background: #f8faf8;

    box-sizing: border-box;
}

.mx-method-inner {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    padding: 0 30px;

    box-sizing: border-box;
}

.mx-method .mx-section-heading {
    max-width: 900px;

    margin: 0 auto 42px;

    text-align: center;
}

.mx-method .mx-section-heading h2 {
    margin: 0;

    padding: 0;

    font-family: inherit;

    font-size: clamp(25px, 2.4vw, 32px);
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -0.3px;

    color: #10265a;

    text-transform: uppercase;
}

.mx-method .mx-section-heading h2 span {
    color: #559555;
}

.mx-method .mx-section-line {
    width: 48px;
    height: 3px;

    margin: 11px auto 16px;

    background: #559555;

    border-radius: 10px;
}

.mx-method .mx-section-heading p {
    max-width: 800px;

    margin: 0 auto;

    font-size: 14px;
    line-height: 1.6;

    font-weight: 400;

    color: #34415a;
}

.mx-method-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;

    width: 100%;
}

.mx-method-card {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    min-height: 330px;

    padding: 30px 25px 28px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #dfe5e1;

    border-radius: 12px;

    box-shadow:
        0 5px 18px rgba(16, 38, 90, 0.07);

    text-align: center;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.mx-method-card:hover {
    transform: translateY(-3px);

    border-color: #c8d8c8;

    box-shadow:
        0 10px 25px rgba(16, 38, 90, 0.10);
}

.mx-method-icon {
    width: 86px;
    height: 86px;

    margin-bottom: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #559555;

    background: rgba(85, 149, 85, 0.07);

    border: 1px solid rgba(85, 149, 85, 0.18);

    border-radius: 50%;
}

.mx-method-icon svg {
    width: 54px;
    height: 54px;

    fill: none;

    stroke: #559555;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.mx-method-number {
    display: block;

    margin-bottom: 7px;

    font-size: 11px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.5px;

    color: #559555;
}

.mx-method-content h3 {
    margin: 0 0 13px;

    padding: 0;

    font-family: inherit;

    font-size: 16px;
    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -0.1px;

    color: #10265a;

    text-transform: uppercase;
}

.mx-method-content p {
    max-width: 275px;

    margin: 0 auto;

    padding: 0;

    font-size: 13px;
    line-height: 1.55;

    font-weight: 400;

    color: #46536a;
}

@media (max-width: 991px) {

    .mx-method {
        padding: 55px 0 60px;
    }

    .mx-method-inner {
        padding: 0 25px;
    }

    .mx-method .mx-section-heading {
        margin-bottom: 35px;
    }

    .mx-method-grid {
        gap: 14px;
    }

    .mx-method-card {
        min-height: 315px;

        padding: 26px 18px 24px;
    }

    .mx-method-icon {
        width: 78px;
        height: 78px;

        margin-bottom: 17px;
    }

    .mx-method-icon svg {
        width: 50px;
        height: 50px;
    }

    .mx-method-content h3 {
        font-size: 14px;
    }

    .mx-method-content p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .mx-method {
        padding: 45px 0 50px;
    }

    .mx-method-inner {
        padding: 0 18px;
    }

    .mx-method .mx-section-heading {
        margin-bottom: 30px;
    }

    .mx-method .mx-section-heading h2 {
        font-size: 23px;

        line-height: 1.2;
    }

    .mx-method .mx-section-heading p {
        font-size: 13px;

        line-height: 1.5;
    }

    .mx-method-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .mx-method-card {
        min-height: auto;

        padding: 27px 22px 25px;
    }

    .mx-method-icon {
        width: 76px;
        height: 76px;

        margin-bottom: 16px;
    }

    .mx-method-icon svg {
        width: 48px;
        height: 48px;
    }

    .mx-method-content h3 {
        font-size: 14px;

        margin-bottom: 10px;
    }

    .mx-method-content p {
        max-width: 330px;

        font-size: 12px;

        line-height: 1.5;
    }
}

@media (max-width: 480px) {

    .mx-method {
        padding: 40px 0 45px;
    }

    .mx-method-inner {
        padding: 0 15px;
    }

    .mx-method .mx-section-heading h2 {
        font-size: 21px;
    }

    .mx-method .mx-section-heading p {
        font-size: 12px;
    }

    .mx-method-card {
        padding: 24px 18px 22px;
    }

    .mx-method-icon {
        width: 70px;
        height: 70px;
    }

    .mx-method-icon svg {
        width: 44px;
        height: 44px;
    }

    .mx-method-content h3 {
        font-size: 13px;
    }

    .mx-method-content p {
        font-size: 11px;
    }
}


/* ==========================================================
   DEVELOP 360 — SECTION INTERVENANT
   ========================================================== */

.mx-speaker {
    position: relative;

    width: 100%;
    min-height: 365px;

    box-sizing: border-box;

    background-image: url('/wp-content/themes/Divi-child/images/maximilien_background.png');

    background-position: center 38%;

    background-size: cover;
    background-repeat: no-repeat;

    overflow: hidden;
}

.mx-speaker-inner {
    width: 100%;
    max-width: 1180px;

    min-height: 365px;

    margin: 0 auto;

    padding: 38px 30px 42px;

    box-sizing: border-box;
}

.mx-speaker-content {
    position: relative;

    z-index: 2;

    width: 53%;
    max-width: 590px;

    color: #ffffff;
}

.mx-speaker-heading {
    margin: 0 0 13px;
}

.mx-speaker-heading h2 {
    margin: 0;
    padding: 0;

    font-family: inherit;

    font-size: 21px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: 0;

    color: #ffffff;

    text-transform: uppercase;
}

.mx-speaker-heading h2 span {
    color: #ffffff;
}

.mx-speaker-line {
    width: 38px;
    height: 3px;

    margin-top: 9px;

    background: #77a82b;

    border-radius: 10px;
}

.mx-speaker-description {
    max-width: 570px;

    margin: 0 0 25px;
}

.mx-speaker-description p {
    margin: 0 0 8px;
    padding: 0;

    font-size: 12px;
    line-height: 1.48;

    font-weight: 400;

    color: #ffffff;
}

.mx-speaker-description p:last-child {
    margin-bottom: 0;
}

.mx-speaker-stats {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 16px;

    width: 100%;

    margin-top: 8px;
}

.mx-speaker-stat {
    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: flex-start;

    min-width: 0;

    text-align: center;

    color: #ffffff;
}

.mx-speaker-stat-icon {
    width: 38px;
    height: 38px;

    margin-bottom: 5px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #77a82b;
}

.mx-speaker-stat-icon svg {
    width: 34px;
    height: 34px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.mx-speaker-stat strong {
    display: block;

    min-height: 30px;

    margin: 0 0 3px;

    font-size: 17px;
    line-height: 1.05;

    font-weight: 800;

    color: #77a82b;

    white-space: nowrap;
}

.mx-speaker-stat span {
    display: block;

    font-size: 9.5px;
    line-height: 1.35;

    font-weight: 400;

    color: #ffffff;
}

@media (max-width: 991px) {

    .mx-speaker {
        min-height: 350px;

        background-position: center 38%;
    }

    .mx-speaker-inner {
        min-height: 350px;

        padding: 35px 25px 38px;
    }

    .mx-speaker-content {
        width: 56%;
        max-width: 560px;
    }

    .mx-speaker-heading h2 {
        font-size: 19px;
    }

    .mx-speaker-description p {
        font-size: 11px;
    }

    .mx-speaker-stats {
        gap: 10px;
    }

    .mx-speaker-stat-icon {
        width: 34px;
        height: 34px;
    }

    .mx-speaker-stat-icon svg {
        width: 31px;
        height: 31px;
    }

    .mx-speaker-stat strong {
        font-size: 15px;
    }

    .mx-speaker-stat span {
        font-size: 8.5px;
    }
}

@media (max-width: 767px) {

    .mx-speaker {
        min-height: auto;

        background-position: 68% 30%;
    }

    .mx-speaker-inner {
        min-height: auto;

        padding: 42px 20px 35px;
    }

    .mx-speaker-content {
        width: 100%;
        max-width: 100%;
    }

    .mx-speaker-heading h2 {
        font-size: 20px;
    }

    .mx-speaker-description {
        max-width: 100%;
    }

    .mx-speaker-description p {
        font-size: 12px;
        line-height: 1.5;
    }

    .mx-speaker-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 20px 10px;

        max-width: 430px;
    }

    .mx-speaker-stat-icon {
        width: 38px;
        height: 38px;
    }

    .mx-speaker-stat-icon svg {
        width: 33px;
        height: 33px;
    }

    .mx-speaker-stat strong {
        font-size: 16px;
    }

    .mx-speaker-stat span {
        font-size: 9.5px;
    }
}

@media (max-width: 480px) {

    .mx-speaker-inner {
        padding: 35px 16px 30px;
    }

    .mx-speaker-heading h2 {
        font-size: 18px;
    }

    .mx-speaker-description p {
        font-size: 11px;
    }

    .mx-speaker-stats {
        gap: 18px 6px;
    }

    .mx-speaker-stat strong {
        font-size: 15px;
    }

    .mx-speaker-stat span {
        font-size: 8.5px;
    }
}


/* ==========================================================
   DEVELOP 360 — TÉMOIGNAGES + PROGRAMME
   ========================================================== */

.mx-proof-program {
    width: 100%;
    padding: 48px 0 42px;
    background: #ffffff;
    box-sizing: border-box;
}

.mx-proof-program-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.mx-proof-program .mx-section-heading {
    margin: 0 0 25px;
    text-align: center;
}

.mx-proof-program .mx-section-heading h2 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #10265a;
    text-transform: uppercase;
}

.mx-proof-program .mx-section-line {
    width: 42px;
    height: 3px;
    margin: 9px auto 0;
    background: #559555;
    border-radius: 10px;
}


.mx-testimonials {
    width: 100%;
    margin-bottom: 42px;
}

.mx-testimonials-carousel {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    box-sizing: border-box;
}

.mx-testimonials-viewport {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.mx-testimonials-track {
    display: flex;
    width: 100%;
    transform: translateX(0);
    transition: transform 0.45s ease;
    will-change: transform;
}

.mx-testimonial-slide {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 58px;
    box-sizing: border-box;
}

.mx-testimonial-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 210px;
    padding: 32px 55px 30px 72px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dce3e7;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(16, 38, 90, 0.07);
}

.mx-testimonial-quote {
    position: absolute;
    left: 28px;
    top: 19px;
    font-family: Georgia, serif;
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    color: #559555;
}

.mx-testimonial-content {
    width: 100%;
}

.mx-testimonial-content p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #253451;
}

.mx-testimonial-content span {
    display: block;
    font-size: 11.5px;
    line-height: 1.45;
    font-weight: 600;
    color: #10265a;
}

.mx-testimonial-content span strong {
    font-size: 13px;
    font-weight: 800;
    color: #10265a;
}

.mx-testimonial-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #1478c9;
    font-family: Arial, sans-serif;
    font-size: 43px;
    line-height: 1;
    font-weight: 300;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.2s ease, transform 0.2s ease;
}

.mx-testimonial-nav span {
    display: block;
    line-height: 0.75;
}

.mx-testimonial-nav:hover {
    color: #10265a;
}

.mx-testimonial-nav:focus-visible {
    outline: 2px solid #559555;
    outline-offset: 3px;
}

.mx-testimonial-nav--prev {
    left: 0;
}

.mx-testimonial-nav--next {
    right: 0;
}

.mx-testimonial-nav--prev:hover {
    transform: translate(-2px, -50%);
}

.mx-testimonial-nav--next:hover {
    transform: translate(2px, -50%);
}

.mx-testimonials-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 17px auto 0;
}

.mx-testimonial-dot {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cbd4df;
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.mx-testimonial-dot.is-active {
    width: 22px;
    border-radius: 8px;
    background: #559555;
}

.mx-testimonial-dot:focus-visible {
    outline: 2px solid #10265a;
    outline-offset: 3px;
}

@media (max-width: 991px) {

    .mx-testimonial-slide {
        padding: 0 48px;
    }

    .mx-testimonial-card {
        min-height: 220px;
        padding: 28px 42px 26px 60px;
    }

    .mx-testimonial-quote {
        left: 22px;
        top: 17px;
        font-size: 52px;
    }

    .mx-testimonial-content p {
        font-size: 13px;
    }

    .mx-testimonial-nav {
        width: 36px;
        height: 36px;
        font-size: 39px;
    }
}

@media (max-width: 767px) {

    .mx-testimonials {
        margin-bottom: 38px;
    }

    .mx-testimonials-carousel {
        max-width: 100%;
    }

    .mx-testimonials-viewport {
        border-radius: 10px;
    }

    .mx-testimonial-slide {
        padding: 0 34px;
    }

    .mx-testimonial-card {
        min-height: auto;
        padding: 25px 22px 23px 48px;
        border-radius: 10px;
    }

    .mx-testimonial-quote {
        left: 16px;
        top: 14px;
        font-size: 43px;
    }

    .mx-testimonial-content p {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1.55;
    }

    .mx-testimonial-content span {
        font-size: 10px;
        line-height: 1.4;
    }

    .mx-testimonial-content span strong {
        font-size: 11.5px;
    }

    .mx-testimonial-nav {
        width: 30px;
        height: 34px;
        font-size: 34px;
    }

    .mx-testimonial-nav--prev {
        left: 0;
    }

    .mx-testimonial-nav--next {
        right: 0;
    }

    .mx-testimonials-dots {
        margin-top: 14px;
        gap: 7px;
    }

    .mx-testimonial-dot {
        width: 7px;
        height: 7px;
    }

    .mx-testimonial-dot.is-active {
        width: 18px;
    }
}

@media (max-width: 480px) {

    .mx-testimonial-slide {
        padding: 0 27px;
    }

    .mx-testimonial-card {
        padding: 22px 16px 20px 41px;
    }

    .mx-testimonial-quote {
        left: 12px;
        top: 12px;
        font-size: 38px;
    }

    .mx-testimonial-content p {
        font-size: 11px;
        line-height: 1.55;
    }

    .mx-testimonial-content span {
        font-size: 9.5px;
    }

    .mx-testimonial-content span strong {
        font-size: 10.5px;
    }

    .mx-testimonial-nav {
        width: 25px;
        font-size: 31px;
    }
}

.mx-program {
    width: 100%;
}

.mx-program .mx-section-heading {
    margin-bottom: 27px;
}

.mx-program-grid {
    display: grid;

    grid-template-columns: 1.15fr 0.85fr;

    gap: 45px;

    align-items: center;

    max-width: 1000px;

    margin: 0 auto;
}

.mx-program-content {
    display: flex;

    flex-direction: column;

    gap: 10px;
}

.mx-program-item {
    display: flex;

    align-items: flex-start;

    gap: 9px;
}

.mx-program-check {
    flex: 0 0 18px;

    width: 18px;
    height: 18px;

    margin-top: 1px;

    color: #559555;
}

.mx-program-check svg {
    display: block;

    width: 18px;
    height: 18px;

    fill: none;

    stroke: currentColor;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.mx-program-item p {
    margin: 0;

    font-size: 12px;
    line-height: 1.45;

    font-weight: 500;

    color: #253451;
}

.mx-program-visual {
    width: 100%;

    overflow: hidden;

    border-radius: 6px;

    box-shadow: 0 4px 15px rgba(16, 38, 90, 0.10);
}

.mx-program-visual img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;

    object-fit: cover;
}

.mx-program-cta {
    display: flex;

    align-items: center;

    gap: 18px;

    max-width: 940px;

    min-height: 72px;

    margin: 27px auto 0;

    padding: 10px 24px;

    box-sizing: border-box;

    background: #f5f7f5;

    border-radius: 8px;
}

.mx-program-cta-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #559555;

    color: #ffffff;
}

.mx-program-cta-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: currentColor;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.mx-program-cta-text {
    display: flex;

    flex-direction: column;

    flex: 1;

    color: #10265a;
}

.mx-program-cta-text strong {
    font-size: 13px;
    line-height: 1.3;

    font-weight: 800;
}

.mx-program-cta-text span {
    font-size: 12px;
    line-height: 1.35;
}

.mx-program-cta-button {
    flex: 0 0 auto;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 205px;

    min-height: 42px;

    padding: 10px 24px;

    box-sizing: border-box;

    border-radius: 4px;

    background: #559555;

    color: #ffffff !important;

    font-size: 12px;
    line-height: 1;

    font-weight: 800;

    text-decoration: none !important;

    text-transform: uppercase;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.mx-program-cta-button:hover {
    background: #477f47;

    color: #ffffff !important;

    text-decoration: none !important;

    transform: translateY(-1px);
}

@media (max-width: 991px) {

    .mx-proof-program {
        padding: 42px 0 38px;
    }

    .mx-proof-program-inner {
        padding: 0 25px;
    }

    .mx-program-grid {
        gap: 30px;
    }

    .mx-program-cta {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mx-program-cta-button {
        min-width: 180px;
    }
}

@media (max-width: 767px) {

    .mx-proof-program {
        padding: 38px 0 34px;
    }

    .mx-proof-program-inner {
        padding: 0 18px;
    }

    .mx-proof-program .mx-section-heading h2 {
        font-size: 21px;
    }

    .mx-testimonials {
        margin-bottom: 38px;
    }

    .mx-program-grid {
        grid-template-columns: 1fr;

        gap: 25px;

        max-width: 500px;
    }

    .mx-program-content {
        gap: 9px;
    }

    .mx-program-item p {
        font-size: 12px;
    }

    .mx-program-cta {
        flex-direction: column;

        gap: 12px;

        padding: 20px 18px;

        text-align: center;
    }

    .mx-program-cta-text {
        align-items: center;
    }

    .mx-program-cta-button {
        width: 100%;

        min-width: 0;
    }
}

@media (max-width: 480px) {

    .mx-proof-program {
        padding: 34px 0 30px;
    }

    .mx-proof-program-inner {
        padding: 0 15px;
    }

    .mx-proof-program .mx-section-heading h2 {
        font-size: 19px;
    }

    .mx-testimonial-card {
        padding: 20px 17px 18px 40px;
    }

    .mx-testimonial-content p {
        font-size: 12px;
    }

    .mx-testimonial-content span {
        font-size: 10px;
    }

    .mx-program-item p {
        font-size: 11px;
    }

    .mx-program-cta-text strong {
        font-size: 12px;
    }

    .mx-program-cta-text span {
        font-size: 11px;
    }
}


/* ==========================================================
   LISIBILITÉ TITRE + SOUS-TITRE
   ========================================================== */

.mx-hero-content h1,
.mx-hero-content .mx-hero-intro {
    position: relative;
    z-index: 2;
    text-shadow: none;
}

/* Le titre et le sous-titre forment visuellement
   un seul cartouche blanc translucide. */
.mx-hero-content h1 {
    background: rgba(255, 255, 255, 0.82) !important;
    border-radius: 12px 12px 0 0;
}

.mx-hero-content .mx-hero-intro {
    background: rgba(255, 255, 255, 0.82) !important;
    border-radius: 0 0 12px 12px;
}

@media (max-width: 767px) {

    .mx-hero-content h1 {
        display: block;

        width: 100%;

        margin-top: 0;
        margin-bottom: 0;

        padding: 12px 14px 6px;

        box-sizing: border-box;

        background: rgba(255, 255, 255, 0.82) !important;

        border-radius: 12px 12px 0 0;

        box-decoration-break: initial;
        -webkit-box-decoration-break: initial;
    }

    .mx-hero-content .mx-hero-intro {
        display: block;

        width: 100%;
        max-width: 100%;

        margin-top: 0;
        margin-bottom: 24px;

        padding: 8px 14px 12px;

        box-sizing: border-box;

        background: rgba(255, 255, 255, 0.82) !important;

        border-radius: 0 0 12px 12px;
    }
}


/* ==========================================================
   HERO DESKTOP / HERO MOBILE
   ========================================================== */

.mx-hero {
    display: block;
}

.mx-hero-mobile {
    display: none;
}


/* ==========================================================
   TABLETTE + MOBILE
   ========================================================== */

@media (max-width: 991px) {

    .mx-hero {
        display: none !important;
    }

    .mx-hero-mobile {
        display: block !important;

        position: relative;

        width: 100%;
        min-height: auto;

        background-image: url('/wp-content/themes/Divi-child/images/hero_mobile.png');

        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;

        overflow: hidden;
    }

    .mx-hero-mobile .mx-hero-inner {
        width: 100%;
        max-width: 100%;

        min-height: auto;

        margin: 0;

        padding: 45px 30px 40px;

        box-sizing: border-box;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 35px;
    }

    .mx-hero-mobile .mx-hero-content {
        width: 100%;
        max-width: 100%;

        position: relative;

        z-index: 2;
    }

    .mx-hero-mobile .mx-hero-kicker {
        font-size: 13px;
    }

    .mx-hero-mobile .mx-hero-content h1 {
        position: relative;

        z-index: 2;

        display: table;

        margin-top: 0;
        margin-bottom: 16px;

        padding: 10px 14px 4px;

        background: rgba(255, 255, 255, 0.65);

        border-radius: 6px;

        text-shadow: none;
    }

    .mx-hero-mobile .mx-hero-intro {
        position: relative;

        z-index: 2;

        display: table;

        max-width: 100%;

        margin-top: 0;
        margin-bottom: 24px;

        padding: 10px 14px;

        background: rgba(255, 255, 255, 0.65);

        border-radius: 6px;

        text-shadow: none;
    }

    .mx-hero-mobile .mx-hero-meta {
        display: grid;

        grid-template-columns: 1fr;

        gap: 12px;

        width: 48%;

        max-width: 390px;

        margin-left: 0;

        margin-right: auto;
    }

    .mx-hero-mobile .mx-meta-item {
        width: 100%;

        min-height: auto;

        padding: 16px;

        box-sizing: border-box;

        flex-direction: row;

        justify-content: flex-start;

        text-align: left;
    }

    .mx-hero-mobile .mx-meta-icon {
        flex: 0 0 auto;

        margin-right: 12px;

        margin-bottom: 0;
    }

    .mx-hero-mobile .mx-meta-text {
        align-items: flex-start;

        text-align: left;
    }

    .mx-hero-mobile .mx-hero-form {
        width: 100%;

        margin-left: 0 !important;
    }
}


/* ==========================================================
   PETITS SMARTPHONES
   ========================================================== */

@media (max-width: 480px) {

    .mx-hero-mobile .mx-hero-inner {
        padding: 35px 16px 35px;
    }

    .mx-hero-mobile .mx-hero-content h1 {
        font-size: 28px;
    }

    .mx-hero-mobile .mx-hero-intro {
        font-size: 15px;
    }

    .mx-hero-mobile .mx-hero-meta {
        width: 50%;

        max-width: 250px;

        gap: 10px;
    }

    .mx-hero-mobile .mx-meta-item {
        padding: 14px 12px;
    }

    .mx-hero-mobile .mx-meta-icon {
        margin-right: 9px;
    }

    .mx-hero-mobile .mx-meta-text strong {
        font-size: 12px;
    }

    .mx-hero-mobile .mx-meta-text span {
        font-size: 11px;
    }
}


/* ==========================================================
   ANCRE HERO MOBILE
   ========================================================== */

.mx-anchor {
    display: block;

    width: 0;
    height: 0;

    margin: 0;
    padding: 0;

    border: 0;

    visibility: hidden;
}


/* ==========================================================
   HERO MOBILE — COULEURS DU TITRE
   ========================================================== */

.mx-hero-mobile .mx-hero-content h1 .mx-title-navy {
    color: #041A56 !important;
}

.mx-hero-mobile .mx-hero-content h1 .mx-title-green {
    display: inline;
    color: #559555 !important;
}


/* ==========================================================
   FAQ — DEVELOP 360
   ========================================================== */

.mx-faq {
    width: 100%;
    background: #ffffff;
    padding: 65px 25px 70px;
    box-sizing: border-box;
}

.mx-faq-inner {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

.mx-faq-heading {
    text-align: center;
    margin-bottom: 38px;
}

.mx-faq-heading h2 {
    margin: 0;
    padding: 0;
    color: #10265A;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.mx-faq-heading .mx-section-line {
    width: 42px;
    height: 3px;
    margin: 10px auto 0;
    background: #5B8F24;
}

.mx-faq-list {
    width: 100%;
}

.mx-faq-item {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #DDE2E8;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.mx-faq-item:hover {
    border-color: #C8D2DE;
    box-shadow: 0 3px 12px rgba(16, 38, 90, 0.06);
}

.mx-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin: 0;
    padding: 20px 24px;

    border: 0;
    background: #ffffff;

    color: #10265A;

    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;

    text-align: left;
    cursor: pointer;

    box-sizing: border-box;
}

.mx-faq-question:hover {
    color: #4F861F;
}

.mx-faq-icon {
    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #5B8F24;
    border-radius: 50%;

    color: #5B8F24;

    font-size: 21px;
    line-height: 1;
    font-weight: 400;

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}

.mx-faq-item.is-open .mx-faq-icon {
    background: #5B8F24;
    color: #ffffff;
}

.mx-faq-answer {
    max-height: 0;
    overflow: hidden;

    padding: 0 24px;

    background: #FAFBFC;

    transition:
        max-height 0.3s ease,
        padding 0.3s ease;
}

.mx-faq-item.is-open .mx-faq-answer {
    padding-top: 4px;
    padding-bottom: 20px;
}

.mx-faq-answer p {
    max-width: 900px;

    margin: 0;

    color: #26344F;

    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
}

@media (max-width: 767px) {

    .mx-faq {
        padding: 45px 18px 50px;
    }

    .mx-faq-heading {
        margin-bottom: 25px;
    }

    .mx-faq-heading h2 {
        font-size: 23px;
    }

    .mx-faq-question {
        padding: 17px 16px;

        font-size: 15px;
        line-height: 1.4;
    }

    .mx-faq-icon {
        flex-basis: 27px;
        width: 27px;
        height: 27px;

        font-size: 19px;
    }

    .mx-faq-answer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mx-faq-item.is-open .mx-faq-answer {
        padding-bottom: 17px;
    }

    .mx-faq-answer p {
        font-size: 14px;
        line-height: 1.55;
    }
}
.mx-hero {
    background-image: url('/wp-content/themes/Divi-child/images/hero_background.png') !important;
    background-color: transparent !important;
}

.mx-speaker {
    background-image: url('/wp-content/themes/Divi-child/images/maximilien_background.png') !important;
    background-color: transparent !important;
}

.mx-hero-mobile {
    background-image: url('/wp-content/themes/Divi-child/images/hero_mobile.png') !important;
    background-color: transparent !important;
}