@media screen and (max-width: 1200px) {
    .row_list {
        
        width: 100%;
        margin-left: 0%;
    }
    .title_bloc{
        font-size: 60%;
    }
    .modal_extend {
        max-width: 70%;
    }
    

}
@media screen and (min-width: 1300px) {
    #highlight_box{
        width: 15vw;
        margin-left: 17vw;
    }   
}
@media screen and (max-width: 900px) {
    .modal_extend {
        max-width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .user_message{
        display: none;
    }
    .navbar {
        height: auto;
    }
    .main_bloc {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3vh;
    }
    .login-form-1 {
        width: auto;
    }
    .head_menu {
        display: flex;
        flex-direction: column;
        margin-top: 20vh;
    }
    .menu_bloc_content {
        width: 100%;
        height: 100%;
    }
    .line_bloc{
        font-size: 150%;
    }
    .title_bloc {
        font-size: 100%;
        
    }

    .line_bloc{
        font-size: 100%;
    }
    .bloc_information{
        flex-direction: column;
        align-items: center;
    }
    .my_personal_information {
        width: 90%;
        font-size: 0.8em;
    }
    .my_professional_information {
        width: 90%;
        font-size: 0.8em;
    }
    .information_title{
        margin-bottom: 3vh;
    }
    .modify{
        width: 6vw;
        height: 6vw;
        position: absolute;
        right: 5vw;
    }
    .modify:hover{
        width: 7vw;
        height: 7vw;
    }
    #user_information_title_bloc{
        display: none;
      }
}
@media screen and (max-width: 500px) , screen and (max-height: 600px){
    .my_personal_information {
        width: 95%;
        font-size: 0.6em;
    }
    .my_professional_information {
        width: 95%;
        font-size: 0.6em;
    }
    #user_information_title_bloc{
        display: none;
      }
    .faisabilite-number{
        margin-top: 5vh;
      }

}

.complement{
    padding-right: 0;
  }


  
