
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 350px) {

    /*DEBUT PARTIE ACCUEIL*/

    .page_accueil{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .p_bienvenue_accueil{
        font-size: 1.9rem;
        font-weight: bold;
        margin-right: 8px;
    }
    .span_natura{
        font-size: 1.9rem;

    }
    .p_medicatrix{
        font-size: 1.9rem;
        font-weight: bolder;
        font-style: oblique;
    }
    .p_ici_accueil{
        font-size: 1.6rem;
    }
    .p_info_accueil{
        font-size: 1.6rem;
    }
    /*FIN PARTIE ACCUEIL*/

    .title-register {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .form-register-check {
        margin-top: 10px;
        font-size: .9rem;
    }

    .imgPhototeque{
        /*height: 200px;*/

    }


}


/* // Medium devices (tablets, 768px and up) */
@media (max-width: 390px) {
    .p_bienvenue_accueil{
        font-size: 1.62rem;
        /*font-weight: bold;*/
        /*margin-right: 8px;*/
    }
    .p_1bienvenue{
        text-align: center;
    }
    .p_2bienvenue{
        text-align: justify;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}