/* Personnalisation de la page de création de compte */



     .descktopstyle {
        display: flex;
        justify-content: space-evenly;
    }

    .descktopstylebloc1 {
        margin-left: 78px;
    }

    .descktopstylebloc2 {
        margin-top: 25px;
    }

    .titre_h1 {
        line-height: 70px;
        font-size: 58px;
        text-transform: uppercase;
        color: #000;
        font-family: "FjallaOne", Arial, "Helvetica Neue", Helvetica, sans-serif;
    }

    .description {
        font-size: x-large;
        font-weight: bold;
        color: #000;
    }

    .description-1 {
        font-size: medium;
        color: #000000;
    }

    .left-side-connexion>.d-inline {
        color: #099ad8;
        font-size: large;
    }

    .contact-information {
        text-align: center;

        padding-top: unset;
    }

    .nowrap_web {
        white-space: nowrap;
    }

    .bloc {
        display: grid;
        justify-items: center;
        color: #000;
        font-size: 18px;
    }

    .icon-contact_3 {
        padding-top: 12px !important;
    }

    .icon-contact_4 {
        padding-top: 12px;
    }

    .icon-contact {
        padding-top: 9px;
    }

    .footer-text {
        border-right: solid 1px rgba(0, 0, 0, 0.15);
    }

    /* Personnalisation de la page de création de compte */
    form.w-100 {
        max-width: 600px;
        margin: 0 auto;
    }

    /* form input,
    form button {
        margin-bottom: 15px;
    } */

    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .right-side-ligne_3 {
        font-style: italic;
        white-space: nowrap;
    }

    .right-side-ligne_2 {
        color: #000000;
        font-size: medium;
    }

    .right_side_link {
        color: #099ad7;
        font-size: large;
        text-decoration: underline;
        font-weight: 500;
    }



    /*******************mode mobile ***************/
    @media (max-width: 768px) {

        .contact-information {
            padding-top: unset !important;
        }

        .bloc {
            display: grid;
            justify-items: center;
            color: #000;
        }

        .right-side-ligne_3 {
            white-space: unset;
        }

        .nowrap_web {
            white-space: unset;
        }

        .mobile_link {
            padding-bottom: 20px;
        }

        .mobile-mode {
            display: flex;
            flex-direction: column;
        }
    }
  