/* --------------------------------------- */
/* ---------- MOBILE XS - 300px ---------- */
@media (min-width:1px) {
    main {
        background: #ffffff;
        overflow-x: hidden;
        max-width: 2400px;
        margin: 0 auto;
    }

    /* -- Règles bloc de temporaire créa. compte voyageur -- */ @media screen, print {

        /* Conteneur de la section */
        #Section_creer_vcompte_temp {
            min-height: calc(100% - var(--navbar-height));
            background: rgb(100, 181, 246);
            background: linear-gradient(100deg, rgb(166, 234, 255) 0%, rgb(100, 181, 246) 100%);
            padding: 50px 30px;
            display: flex;
            justify-content: center;
            align-items: start;
        }

        /* Bloc du contenu */
        .scvt--content-bloc {
            position: relative;
            background: #ffffff;
            padding: 30px 20px 40px 20px;
            border-radius: 6px;
            box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.08);
            display: flex;
            flex-direction: column;
            gap: 25px;
            margin-top: 10vh;
            flex-grow: 1;
            max-width: 800px;
        }

        /* Conteneur du texte explicatif */
        .scvt--intro-grp {
            display: flex;
            flex-direction: column;
        }

        /* Titre du bloc */
        .scvt--sec-ttr {
            font-family: 'Teko', sans-serif;
            font-size: 36px;
            font-weight: 500;
            color: var(--secondary);
            line-height: 1.0;
            margin: 0 0 5px 0;
            text-align: center;
        }

        /* Texte explicatif */
        .scvt--txt {
            font-family: 'Cabin', sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: var(--noir-texte);
            margin: 0;
        }

        /* Texte en gras */
        .scvt--txt.b-txt {
            font-weight: 600;
        }

        /* Conteneur de l'input et ses éléments adjacents */
        .scvt--input-grp {
            display: flex;
            flex-direction: column;
        }

        /* Titre input */
        .scvt--input-ttr {
            font-family: 'Cabin', sans-serif;
            font-size: 15px;
            font-weight: 500;
            color: var(--secondary);
            margin: 0 0 10px 0;
        }

        /* Conteneur intermédiaire input */
        .scvt--input-wrapper {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        /* Input e-mail */
        #Input_alert_list_voyageur {

        }

        /* Bouton de validation */
        #Ajouter_mailing_compte_voyageur {
            flex-shrink: 0;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 4px;
            width: 100%;
            padding: 9px 10px;
        }

        /* Ciblage icone */
        #Ajouter_mailing_compte_voyageur .mask-ico {
            --size: 19px;
            min-width: var(--size);
            width: var(--size);
            min-height: var(--size);
            height: var(--size);
            background-color: #ffffff;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            -webkit-mask-image: url(../svg/ico-cloche.svg);
            mask-image: url(../svg/ico-cloche.svg);
            margin-bottom: 1px;
        }

        /* Bouton désactivé après envoi réussi */
        #Ajouter_mailing_compte_voyageur:disabled {
            background-color: var(--gris-form);
            pointer-events: none;
        }

        /* Explication accompagnant l'input */
        .scvt--input-subtxt {
            font-family: 'Cabin', sans-serif;
            font-size: 14px;
            font-weight: 400;
            font-style: italic;
            color: var(--gris);
            margin: 5px 0 0 0;
        }

    } /* -- FIN règles bloc de temporaire créa. compte voyageur -- */

    
    

}

/* ----------------------------------------- */
/* ---------- LARGE MOBILE - 576px ---------- */
@media (min-width:576px) {

    /* -- Règles bloc de temporaire créa. compte voyageur -- */ @media screen, print {

        /* Bloc du contenu */
        .scvt--content-bloc {
            padding: 30px 30px 40px 30px;
        }

        /* Conteneur intermédiaire input */
        .scvt--input-wrapper {
            flex-direction: row;
            gap: 10px;
        }

        /* Bouton de validation */
        #Ajouter_mailing_compte_voyageur {
            width: -moz-fit-content;
            width: fit-content;
        }

    } /* -- FIN règles bloc de temporaire créa. compte voyageur -- */

    
    

}

/* ----------------------------------------- */
/* ---------- TABLETTE MD - 768px ---------- */
@media (min-width:768px) {


    /* -- Règles bloc de temporaire créa. compte voyageur -- */ @media screen, print {

        /* Bloc du contenu */
        .scvt--content-bloc {
            padding: 30px 60px 40px 60px;
        }

        /* Titre du bloc */
        .scvt--sec-ttr {
            font-size: 42px;
        }

        /* Texte explicatif */
        .scvt--txt {
            font-size: 16px;
        }

        /* Titre input */
        .scvt--input-ttr {
            font-size: 16px;
        }

        /* Explication accompagnant l'input */
        .scvt--input-subtxt {
            font-size: 15px;
        }

    } /* -- FIN règles bloc de temporaire créa. compte voyageur -- */


}



/* -------------------------------------- */
/* ---------- ECRAN LG - 992px ---------- */
@media (min-width:992px) {

    /* -- Règles bloc de temporaire créa. compte voyageur -- */ @media screen, print {
        

    } /* -- FIN règles bloc de temporaire créa. compte voyageur -- */


}



/* --------------------------------------------- */
/* ---------- ECRAN MOYEN XL - 1200px ---------- */
@media (min-width:1200px) {

    /* -- Règles bloc de temporaire créa. compte voyageur -- */ @media screen, print {

    } /* -- FIN règles bloc de temporaire créa. compte voyageur -- */

}



/* ---------------------------------------------- */
/* ---------- ECRAN LARGE XXL - 1400px ---------- */
@media (min-width:1400px) {
    

    /* -- Règles bloc de temporaire créa. compte voyageur -- */ @media screen, print {

    } /* -- FIN règles bloc de temporaire créa. compte voyageur -- */
    
}

/* ---------------------------------------------- */
/* ---------- EXCEPTION XXXL - 1700px ---------- */
@media (min-width:1700px) {

    /* -- Règles bloc de temporaire créa. compte voyageur -- */ @media screen, print {

    } /* -- FIN règles bloc de temporaire créa. compte voyageur -- */
    
}

/* ---------------------------------------------- */
/* ---------- EXCEPTION - 2400px ---------- */
@media (min-width:2400px) {

    
}
