.landing-page-desktop {
    background: linear-gradient(288deg, rgba(8, 8, 58, 1) 59%, rgba(22, 22, 160, 1) 100%);
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.landing-page-desktop .body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(12px, 2.5vh, var(--spacing-xl));
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: clamp(20px, 4vh, 48px) 32px clamp(28px, 5vh, 48px);
    box-sizing: border-box;
    flex: 1;
}

.landing-page-desktop .header {
    position: relative;
    align-self: stretch;
    width: 100%;
    max-height: clamp(80px, 18vh, 160px);
    object-fit: contain;
    flex: 0 0 auto;
}

.landing-page-desktop .div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
}

.landing-page-desktop .body-2 {
    display: inline-flex;
    align-items: center;
    gap: clamp(16px, 3vh, var(--spacing-xl));
    position: relative;
    flex: 0 0 auto;
    margin-top: auto;
    margin-bottom: auto;
}

.landing-page-desktop .container {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px, 5vh, var(--spacing-xxxl));
    position: relative;
    flex: 0 0 auto;
}

.landing-page-desktop .texte {
    display: flex;
    flex-direction: column;
    width: 439px;
    align-items: flex-start;
    gap: var(--spacing-xl);
    position: relative;
    flex: 0 0 auto;
}

.landing-page-desktop .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.landing-page-desktop .title {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: var(--desktop-heading-h1-font-family);
    font-weight: var(--desktop-heading-h1-font-weight);
    color: #ffffff;
    font-size: clamp(32px, 5.5vh, var(--desktop-heading-h1-font-size));
    letter-spacing: var(--desktop-heading-h1-letter-spacing);
    line-height: var(--desktop-heading-h1-line-height);
    font-style: var(--desktop-heading-h1-font-style);
}

.landing-page-desktop .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-m);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.landing-page-desktop .text-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xs);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.landing-page-desktop .subtitle {
    margin-top: -1px;
    font-family: var(--desktop-heading-h2-font-family);
    font-weight: var(--desktop-heading-h2-font-weight);
    font-size: clamp(18px, 2.5vh, var(--desktop-heading-h2-font-size));
    line-height: var(--desktop-heading-h2-line-height);
    position: relative;
    align-self: stretch;
    color: #ffffff;
    letter-spacing: var(--desktop-heading-h2-letter-spacing);
    font-style: var(--desktop-heading-h2-font-style);
}

.landing-page-desktop .text-wrapper {
    opacity: 0.7;
    font-family: var(--desktop-body-default-regular-font-family);
    font-weight: var(--desktop-body-default-regular-font-weight);
    font-size: var(--desktop-body-default-regular-font-size);
    line-height: var(--desktop-body-default-regular-line-height);
    position: relative;
    align-self: stretch;
    color: #ffffff;
    letter-spacing: var(--desktop-body-default-regular-letter-spacing);
    font-style: var(--desktop-body-default-regular-font-style);
}

.landing-page-desktop .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spacing-s);
    padding: var(--spacings-m-duplicate) var(--spacing-l)
        var(--spacings-m-duplicate) var(--spacings-xl-duplicate);
    position: relative;
    flex: 0 0 auto;
    background-color: var(--colors-blue02);
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.landing-page-desktop .button:hover {
    background-color: #013EEC;
}

.landing-page-desktop .button:active {
    background-color: #00297A;
    transform: scale(0.97);
}

.landing-page-desktop .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--desktop-UI-button-primary-font-family);
    font-weight: var(--desktop-UI-button-primary-font-weight);
    color: var(--colors-white);
    font-size: var(--desktop-UI-button-primary-font-size);
    text-align: center;
    letter-spacing: var(--desktop-UI-button-primary-letter-spacing);
    line-height: var(--desktop-UI-button-primary-line-height);
    font-style: var(--desktop-UI-button-primary-font-style);
}

.landing-page-desktop .icon {
    position: relative;
    width: 12px;
    height: 12px;
}

.landing-page-desktop .icon-2 {
    position: relative;
    height: 100%;
}

.landing-page-desktop .path {
    position: absolute;
    width: 108.33%;
    height: 58.33%;
    top: 41.67%;
    left: -8.33%;
}

.landing-page-desktop .img {
    position: absolute;
    width: 58.33%;
    height: 108.33%;
    top: -8.33%;
    left: 41.67%;
}

.landing-page-desktop .img-2 {
    position: relative;
    flex: 0 0 auto;
}

.landing-page-desktop .mascotte-wrapper {
    display: inline-flex;
    height: clamp(240px, 46vh, 562px);
    width: clamp(260px, 50vh, 620px);
    position: relative;
    flex: 0 0 auto;
}

.landing-page-desktop .mascotte-coucou {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: clamp(340px, 65vh, 800px);
    width: auto;
    display: block;
}

.landing-page-desktop .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: clamp(16px, 3vh, var(--spacing-l)) 0px 0px 0px;
    margin-top: clamp(16px, 2vh, 32px);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #ffffff4c;
}

.landing-page-desktop .div-2 {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-m);
    position: relative;
    flex: 0 0 auto;
}

.landing-page-desktop .address {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--desktop-body-default-regular-font-family);
    font-weight: var(--desktop-body-default-regular-font-weight);
    color: #ffffff;
    font-size: var(--desktop-body-default-regular-font-size);
    letter-spacing: var(--desktop-body-default-regular-letter-spacing);
    line-height: var(--desktop-body-default-regular-line-height);
    font-style: var(--desktop-body-default-regular-font-style);
}

.landing-page-desktop .phone-number {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: var(--desktop-body-default-regular-font-family);
    font-weight: var(--desktop-body-default-regular-font-weight);
    color: var(--colors-blanc);
    font-size: var(--desktop-body-default-regular-font-size);
    letter-spacing: var(--desktop-body-default-regular-letter-spacing);
    line-height: var(--desktop-body-default-regular-line-height);
    white-space: nowrap;
    font-style: var(--desktop-body-default-regular-font-style);
}

.landing-page-desktop .email-address {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--desktop-body-default-regular-font-family);
    font-weight: var(--desktop-body-default-regular-font-weight);
    color: var(--colors-blanc);
    font-size: var(--desktop-body-default-regular-font-size);
    letter-spacing: var(--desktop-body-default-regular-letter-spacing);
    line-height: var(--desktop-body-default-regular-line-height);
    white-space: nowrap;
    font-style: var(--desktop-body-default-regular-font-style);
}

.landing-page-desktop .shape-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: screen;
}

.landing-page-desktop .shape-background img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-height: 650px) {
    .landing-page-desktop .container {
        gap: var(--spacing-m);
    }

    .landing-page-desktop .texte {
        gap: var(--spacing-m);
    }

    .landing-page-desktop .title {
        font-size: 32px;
    }

    .landing-page-desktop .subtitle {
        font-size: 18px;
    }

    .landing-page-desktop .img-2 {
        max-width: 280px;
        height: auto;
    }

    .landing-page-desktop .contact {
        gap: 32px;
        padding: var(--spacing-s) 0px 0px 0px;
    }
}

@media (max-width: 768px) {
    .landing-page-desktop {
        height: auto;
        min-height: 100dvh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .landing-page-desktop .body {
        padding: 28px 20px 40px;
        gap: var(--spacing-l);
    }

    .landing-page-desktop .div {
        align-items: center;
        flex: 0 0 auto;
    }

    .landing-page-desktop .body-2 {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .landing-page-desktop .container {
        width: 100%;
        align-items: center;
        gap: var(--spacing-xl);
    }

    .landing-page-desktop .texte {
        width: 100%;
        align-items: center;
    }

    .landing-page-desktop .heading {
        justify-content: center;
    }

    .landing-page-desktop .title {
        font-size: 32px;
        text-align: center;
    }

    .landing-page-desktop .text,
    .landing-page-desktop .text-2 {
        align-items: center;
    }

    .landing-page-desktop .subtitle,
    .landing-page-desktop .text-wrapper {
        text-align: center;
    }

    .landing-page-desktop .img-2 {
        max-width: 90%;
        height: auto;
    }

    .landing-page-desktop .mascotte-wrapper {
        width: 220px;
        height: 220px;
    }

    .landing-page-desktop .mascotte-coucou {
        height: 300px;
    }

    .landing-page-desktop .contact {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-l);
        padding: var(--spacing-l) 0 var(--spacing-xl) 0;
        margin-top: var(--spacing-l);
    }
}