    .image_mobile_exam{
        height: 250px;
        align-self: stretch;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .section_examen_mobile{
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        align-self: stretch;
        background-color: #f4f4f5;
    }
    .display_max_970{
        display: none;
    }
    .texte_contend_mobile{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
    }
    .texte_bouton_mobile{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }
    @media screen and (max-width: 970px) {
        .succursale_select{
            width: 87vw !important;
        }      
        .display_max_970{
            display: flex;
        }
        .display_none_max_970{
            display: none;
        }
        .rdv_container img{
            height: 352px;
        }
        .rdv_container {
            height: 352px;
        }
        .rdv_box h2{
            font-size: 40px;
        }
        .rdv_box{
            position: relative;
            left: auto;
            top: auto;
            max-height: 352px;
            width: 89%;
        }
        .pseudo_container_box_text{
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .contact_form_container {
            margin-bottom: 0px!important;
        }
    }
    @media screen and (max-width: 768px) {
        .texte_contend_mobile .container-buttom-main, .texte_contend_mobile .button-standard{
            width: 100%!important;
        }
        .intro-form {
            text-align: left;
        }
        .intro_contact {
            margin-left: 0px; 
            margin-right: 0px; 
        }
        .intro_contact {
            justify-content: flex-start; 
        }
        .contact_form .line, .contact_form .message,.donnee_personnelle,.infolettre,
        #submit_contact .button-standard, .prenom, .nom_de_famille, .courriel, .telephone, .message,
        .contact_form .container-buttom-main a, .contact_form button {
            width: 100%!important;
        }
        .contact_form_container {
             margin: 25px 0px 80px;
             padding-left: 0px;
             padding-right: 0px;
        }
        .line_1, .line_2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; 
        align-items: flex-start; 
        }

    }    
    @media screen and (max-width: 700px) {
        .rdv_box h2{
            font-size: 30px;
        }
        .rdv_box{
            padding: 45px 40px 45px;
        }
        .rdv_box .button-standard{
            width: 100%;
        }
    }    
    .rdv_container{
        margin-bottom: 0px!important;
    }
    .intro-form{
        margin-top: 0px!important;
    }