/* Reset de base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
    width: 1px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 2px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.5);
}

html, body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
}

img {
    user-select: none !important;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

/* Container principal */
.view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    padding: 0;
    margin: 0 !important;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    background-color: white;
    box-sizing: border-box;
    color: white;
}

.view .popin--qrcode {
    position: absolute;
    z-index: 1999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    justify-content: center;
    display: none;
}

.view .popin--qrcode .content--popin {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 999;
    top: 10vh;
    left: 50%;
    width: 500px;
    height: 70vh;
    max-height: 900px;
    min-height: 650px;
    overflow: hidden;
    transform: translateX(-50%);
    background-color: white;
    padding: 5px;
    color: black;
    text-align: center;
    border-radius: 10px;
}

.view .popin--qrcode .content--popin .phone--custom {
    position: relative;
    display: flex;
    width: 50%;
    height: 70%;
    margin: auto;
    border-radius: 25px;
    border-top: 5px solid #262626;
    border-left: 5px solid #262626;
    border-right: 5px solid #262626;
    border-bottom: 5px solid #262626;
    justify-content: center;
    box-shadow: 0 5px 10px 2px #dedcdc;

}

.custom-element {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 30px;
    border-radius: 15px;
    background-color: black;
}

.view .popin--qrcode .content--popin .close {
    position: fixed;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #1f368b;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
}

.view .popin--qrcode .content--popin .close:hover {
    color: #00bbf2;
}

.view .popin--qrcode .content--popin .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin: 50px auto 0;
    font-family: 'Montserrat', sans-serif;
    color: #1f368b;
    width: 90%;
}

.view .popin--qrcode .content--popin .title span {
    font-weight: 900;
}

.view .popin--qrcode .content--popin .phone--custom #qrcode-custom {
    width: 200px;
    height: 200px;
    margin:auto;
}
/* Contrôle de la taille du canvas généré par AppsFlyer */
.view .popin--qrcode .content--popin .phone--custom #qrcode-custom canvas {
    width: 100% !important;
    height: 100% !important;
    margin: auto;
    display: block;
}

/* Logo Header */

.logo--header {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    width: 100vw;
    height: 100px;
    background-color: #1f368b;
    display: flex;
    justify-content: center;
}
.logo--header__img{
    position: relative;
    margin: auto;
    width: auto;
    height: 70%;
}

/* Header */
.header {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    width: 100vw;
    min-height: 600px;
    max-height: 700px;
    background-image: url("../images/desktop/header.png");
    background-repeat: no-repeat;
    background-position:top center;
    background-size: contain;
    cursor: pointer;
}

/* section globale */

section {
    position: relative;
    width: 100vw;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

/* section client */

.section__client {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url("../images/desktop/background_client.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin: 15px auto 50px;
}

/* title */
section .title {
    position: relative;
    width: 100%;
    z-index: 100;
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #1f368b;
}

section .title span {
    color: #00bbf2;
}

.section__client .inline .column .title {
    font-size: 40px;
    line-height: 44px;
}

.section__client .inline .column .title span {
    font-size: 64px;
}

section .submit {
    position: relative;
    cursor: pointer;
    width: 250px;
    outline: none;
    color: white;
    background-color: #1f368b;
    border: 2px solid #1f368b;
    border-radius: 30px;
    height: 60px;
    line-height: 1;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    margin: 25px auto;
    padding: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
}

section .submit:hover {
    color: #1f368b;
    background-color: white;
}

.inline {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}


.section__client .container__offer{
    position: relative;
    flex-direction: column;
    background-color: #f7fcff;
    max-width: 1200px;
    padding: 25px 50px 25px;
    margin: 0 auto;
    width: 80%;
    border-radius: 0 50px 0 50px;
}

.section__client .container__offer .inline {
    width:100% !important;
}

.section__client .container__offer .card {
    position: absolute;
    top: 20px;
    left: -75px;
    width: 150px;

}

.inline svg {
    /* Force la taille exacte du SVG */
    width: 50px ;
    height: 50px;
    /* Empêche le redimensionnement */
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;

    /* Conserve les proportions */
    flex-shrink: 0;

    /* Centrage si besoin */
    margin: auto;

    /* Empêche la déformation */
    object-fit: none;
}

.inline .column {
    display: flex;
    flex-direction: column;
    width: 33%;
    height: 90%;
    margin: 10px auto 0;
    color: #1f368b;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

.inline .column .title {
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #00bbf2;
}

sup {
    line-height: 0; /* Empêche sup d'affecter la line-height du parent */
    vertical-align: super;
    font-size: 0.8em;
}
.sup--small{
    font-size: 0.5em;
    top:0;
}
.inline .column .description {
    width: 90%;
    max-width: 200Px;
    margin: 5px auto 0;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    color: black;
}

/* section family */

.section__family {
    min-height: 300px;
    margin: 0 auto 75px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.section__family .inline {
    max-width: 1000px;
    margin: 50px auto 0;
}

.section__family .title {
    margin: 0 auto 25px;
}

.inline .content--text {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto auto auto 25px;
}

.inline .content--text ul li {
    color: black;
}

.list {
    list-style: none; /* Supprime les puces par défaut */
    padding-left: 0;
    margin: 20px auto;
}

.list .puce {
    position: relative;
    padding-left: 10px; /* Espace pour la puce personnalisée */
    color: #000; /* Couleur du texte */
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px auto;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.list .puce #text {
    margin: auto
}

.list .puce {
    display: flex;
    flex-direction: row;
}

.list .puce .picto--list {
    margin-top: 4px;
    color: #1f368b;
}

.list .puce p span {
    color: #1f368b;
    font-weight: 900;
    white-space: nowrap;
}


.section__family .inline .visuel--right {
    width: 35vw;
    max-width: 500px;
    margin: 0 -10vw 0 auto;
}

.inline .content--text--title {
    position: relative;
    width: 100%;
    z-index: 100;
    font-size: 28px;
    line-height: 38px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #1f368b;
    text-align: left;
    margin-left: 15px;
}

.inline .content--text--title span {
    color: #00bbf2;
    font-size: 40px;
    line-height: 38px;
}

.inline .content--text--description {
    position: relative;
    width: 80%;
    z-index: 100;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: black;
    margin: 15px auto 0 15px;
}

.inline .content--text--description span {
    color: #00bbf2;
    font-weight: 900;
}

/* section account */
.section__account {
    min-height: 650px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto -25px;
}

.section__account .bg-color {
    background-color: #f7fcff;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.section__account .bg-asset {
    background-image: url("../images/desktop/background_account.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.section__account .title {
    position: relative;
    width: 100%;
    z-index: 100;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #1f368b;
    margin-top: 10vh;
}

.section__account .title span {
    font-weight: 900;
    color: #1f368b;
}

/* section project */
.section__project {
    min-height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.section__project .title {
    margin: 10px auto 25px;
}

.section__project .inline .visuel--left {
    width: 35vw;
    max-width: 500px;
    margin: auto;
}

.section__project .inline .content--project {
    position: relative;
    width: 50%;
    max-width: 500px;
    margin: 0 auto 0 0;
    color: #1f368b;
    text-align: left;
}

.content--project--title {
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 20px auto 0;
}

.content--project--title span {
    font-size: 30px;
    line-height: 24px;
}

.content--project--title small {
    font-size: 10px;
    line-height: 24px;
}

.content--project--subtitle {
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 20px;
}

.content--project--description {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: black ;
    margin: 20px auto;
}

.content--project--description b {
    font-weight: 900;
    color: black;
}

.content--project--description span {
    color: black !important;
}

.content--project--description span b {
    color: black !important;
    font-weight: 900;
}

.content--project--detail {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #1f368b;
    margin: 20px auto;
}

.content--project--detail u {
    font-weight: 900;
}

.inline .column .picto {
    width: 125px;
    margin: auto;
}

/* section informations */
.section__informations .inline {
    max-width: 600px;
}

.section__informations {
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url("../images/desktop/background_informations.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    justify-content: center;
    margin: 25px auto 0;
}

.section__informations .title  {
    font-weight: 400;
}

.section__informations .title b {
   font-weight: 900;
}

.section__informations .inline {
    max-width: 90vw;
    padding: 50px 25px;
    background-color: white;
    box-sizing: border-box;
}

.section__informations .inline .column {
    max-width: 250px;
}

/* section download */

.section__download {
    min-height: 300px;
    margin: 25px auto;
    position: relative;
    justify-content: center;
    background-color: #f7fcff;
    padding: 15px 0 25px;
}

.section__download .inline {
    justify-content: center;
}


.section__download .inline .download--text {
    position: relative;
    width: 50%;
    max-width: 500px;
    z-index: 100;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #1f368b;
    margin: auto;
}

.section__download .inline .download--text span {
    color: #00bbf2;
}


.section__download .inline .visuel--right {
    position:relative;
    width: 400px;
    margin: auto;
}

.section__download .inline .column {
    flex-direction: row;
    justify-content: center;
}

/* section reward */

.section__reward {
    min-height:auto;
    width: 90%;
    margin: 0 auto 0;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 2px 10px 2px #dedcdc;
}
.section__reward .title{
    font-size: 30px;
   margin: 25px auto 25px;
}

.section__reward .inline {
    max-width: 800px;
}

.section__reward .inline .column {
    width: 50%;
}

.section__reward .inline .column .picto {
    height: 100px;
    object-fit: contain;
}


.section__reward .inline .column p {
    width: 90%;
    margin: auto;
    font-weight: 600;
}

.section__reward .footer--content {
    position: relative;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    justify-content: center;
    background-color: #8abbe7;
    margin: 50px auto 0;
}

/* section footer */
.section__footer {
    background-color: #202122;
    margin: 0 auto 0;
    position: relative;
    justify-content: center;
}

.section__footer .footer--logo {
    width: 110px;
    object-fit: contain;
    margin: 50px auto;
}

.section__footer .share--module {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 25px;
    justify-content: space-between;
}

.section__footer .share--module .social img {
    height: 50px;
    margin: auto;
    border-radius: 5px;
    object-fit: contain;
    overflow: hidden;
    cursor: pointer;
}

.section__footer .mentions {
    font-size: 12px;
    width: 90%;
    max-width: 1000px;
    margin: 50px auto 100px;
   text-align: left;
}

.section__footer .mentions a {
    color: white;
}


@media screen and (min-width: 1600px) {
    .bg-asset {
        background-size: cover !important;
    }

    .section__client {
        background-size: cover !important;
    }

    .section__client .container__offer{
        width: 90% !important;
        max-width: 1600px;
    }

    .logo--header {
        min-height: 250px;
    }

}

@media screen and (min-width: 750px) and (max-height: 650px) {

    .logo--header {
        min-height: 150px;
    }

    .view .popin--qrcode .content--popin {
        top: 2.5vh;
        left: 50%;
        width: 500px;
        height: 60vh;
        min-height: 550px;
    }

    .view .popin--qrcode .content--popin .phone--custom {
        width: 45%;
        height: 80%;
        margin: 20px auto 0;
        border-radius: 25px;
    }

    .view .popin--qrcode .content--popin .title {
        font-size: 16px;
        line-height: 25px;
        margin: 25px auto 0;
    }

        .view .popin--qrcode .content--popin .phone--custom #qrcode-custom {
            width: 200px;
            height: 200px;
            border: none;
            margin: auto;
        }

        /* Contrôle de la taille du canvas généré par AppsFlyer en responsive */
        .view .popin--qrcode .content--popin .phone--custom #qrcode-custom canvas {
            width: 100% !important;
            height: 100% !important;
            margin: auto;
            display: block;
        }
}

@media screen and (max-width: 1250px) {
    .section__download .inline .download--text {
        font-size: 28px;
        line-height: 35px;
        margin: auto;
    }
}

@media screen and (max-width: 1000px) {
    /* Header */
    .header {
        min-height: 500px;
        max-height: 600px;
        background-size: contain;
    }

    .section__download .inline .download--text {
        font-size: 20px;
        line-height: 25px;
    }

}

@media screen and (max-width: 600px) {
    /* Logo Header */
    .logo--header {
        min-height: 60px;
    }

    /* Header */
    .header {
        position: relative;
        z-index: 100;
        margin: 0 auto;
        width: 90vw;
        min-height: 600px;
        max-height: 700px;
        background-image: url("../images/mobile/header.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        cursor: default;
    }

    section .title {
        width: 80%;
        z-index: 100;
        font-size: 22px;
        line-height: 26px;
        margin: 0 auto;
    }

    /* section client */

    .section__client {
        min-height: auto;
        background-image: url("../images/mobile/background_client.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0 auto 25px;
    }

    .section__client .title {
        margin: 25px auto;
    }

    .section__client .container__offer {
        padding: 25px 0 0;
        justify-content: center;
    }

    .section__client .inline {
        width: 90%;
        height: 60%;
        flex-direction: column;
    }



    .section__client .inline .column {
        display: flex;
        flex-direction: column;
        width: 80%;
        height: 50%;
        max-height: 200px;
        margin: 0 auto 10px;
        color: #1f368b;
        text-align: center;
        background-color: transparent;
        border-radius: 10px;
        justify-content: center;
        padding: 0;
    }



    .inline svg {
        margin: 25px auto 15px;
    }

    .section__client .inline .column .title {
        font-size: 35px;
        line-height: 40px;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        color: #00bbf2;
        margin-top: 20px;
    }

    .section__client .inline .column .title span {
        font-size: 60px;
    }

    .section__client .inline .column .description {
        width: 80%;
        font-size: 14px;
        line-height: 16px;
    }

    .section__client .submit {
        margin: 100px auto 0;
    }

    /* section family */

    .section__family {
        min-height: auto;
        margin: 0 auto 0;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .section__family .inline {
        width: 100%;
        height: 60%;
        flex-direction: column;
        margin: 0 auto;
    }

    .section__family .inline .visuel--right {
        width: 110vw;
        margin: 10px auto 10px -5vw;
    }

    .inline .content--text--title {
        position: relative;
        width: 100%;
        font-size: 20px;
        line-height: 20px;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        color: #1f368b;
        text-align: left;
        margin-left: 15px;
    }

    .inline .content--text--title span {
        color: #00bbf2;
        font-size: 20px;
        line-height: 20px;
    }

    .inline .content--text--description {
        position: relative;
        width: 100%;
        z-index: 100;
        font-size: 13px;
        line-height: 16px;
        margin: 15px auto 0 15px;
    }

    .inline .content--text--description span {
        color: #00bbf2;
    }

    ul li {
        font-size: 13px;
        line-height: 16px;
    }

    /* section account */

    .section__account {
        min-height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 0 auto 0 !important;
    }

    .section__account .visuel--top {
        position: relative;
        width: 60vw;
        margin: 0 auto 0;
    }

    .section__account .title {
        position: relative;
        width: 100%;
        z-index: 100;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        color: #1f368b;
        margin-top: 25px;
    }


    .section__account .bg-color {
        background-color: #f7fcff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        transform: translateY(0);
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        pointer-events: none;
    }



    /* section project */
    .section__project {
        min-height: auto;
    }

    .section__project .title {
        margin: 10px auto 25px;
    }

    .section__project .inline {
        flex-direction: column;
        width: 100%;
    }

    .section__project .inline .visuel--left {
        width: 110vw;
        margin: 10px auto 10px -10vw;
    }


    .section__project .inline .content--project {
        position: relative;
        width: 80%;
        max-width: 500px;
        margin: 0 auto;
    }

    .content--project--title small {
        font-size: 9px;
        line-height: 9px;
    }

    .section__informations {
        min-height: auto;
        margin: 10vh auto 0;
        background-image: url("../images/mobile/background_infomations.png");
        background-size: cover;
        background-position: bottom;
    }

    .section__informations .title {
        width: 70%;
       margin: 25px auto 25px !important;
    }

    .section__informations .inline {
        flex-direction: column;
        padding: 25px;
    }

    .section__informations .inline .column {
        width: 100%;
        margin: 10px auto;
    }

    .section__informations .inline .column .description {
        width: 100%;
    }

    .section__informations .inline .column .picto {
        width: 200px;
        object-fit: contain;
    }

    /* section download */

    .section__download {
        min-height: auto;
        margin: 0 auto;
    }

    .section__download .inline {
        flex-direction: column;
        width: 100%;
    }


    .section__download .inline .download--text {
        position: relative;
        width: 90%;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        font-weight: 900;
        margin: 0 auto 25px;
    }

    .section__download .inline .visuel--right {
        position:relative;
        width: 100vw;
        margin: 0 auto;
    }

    .section__download .inline .visuel--right .background {
        position:relative;
        width: 80%;
        margin: 0 auto;
    }

    .section__download .inline .visuel--right .cta--left {
        position:absolute;
        bottom: 5vh;
        left: 5vh;
        width: 150px;
        max-width: 35vw;
        height: 50px;
        max-height: 12vw;
    }

    .section__download .inline .visuel--right .cta--right {
        position:absolute;
        bottom: 5vh;
        right: 5vh;
        width: 150px;
        max-width: 35vw;
        height: 50px;
        max-height: 12vw;
    }

    /* section reward */

    .section__reward {

        margin: 10px auto 0;
    }
    .section__reward .title{
       font-size: 20px;
        line-height: 22px;
        margin: 25px auto;
        width: 65%;
    }

    .section__reward .inline {
        max-width: 800px;
        flex-direction: column;
    }

    .section__reward .inline .column {
        width: 100%;
        margin: 0 auto;
    }

    .section__reward .inline .column .picto {
        height: 50px;
        object-fit: contain;
    }

    .section__reward .inline .column p {
        margin: auto;
        width: 90%;
        font-size: 12px;
        text-align: left;
        font-weight: 400;
    }

    .section__reward .footer--content {
        position: relative;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        justify-content: center;
        background-color: #8abbe7;
        margin: 50px auto 0;
    }

    .section__footer .footer--logo {
        width: 100px;
        margin: 25px auto;
    }

    .section__footer .share--module {
        width: 85%;
    }

    .section__footer .share--module .social img {
        height: 35px;
        margin: auto;
        border-radius: 3px;
        cursor: default;
    }

    .section__footer .mentions {
        font-size: 10px;
    }

    .submit {
        cursor: default;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

}
