
/* 
    Created on : 6 avr. 2019, 18:02:59
    Author     : armand
*/

@media screen and (max-width: 1200px) {
    #menu  .cell{
        font-size: 14px;
    }
    
}
@media screen and (max-width: 991px) {
    #header_right{
        padding-top : 0; 
    }
    #menu_table{
        display: none;
    }
    #menu_responsive_ico{
        display: block;
    }
}
@media screen and (max-width:680px) {
    
    #img_wide{
        background-image: url('/ressources/pix/img_wide2.jpg');
        padding-top: 40%;
    }
    
    #img_wide_home{
        background-image: url('/ressources/pix/img_wide2.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        padding-top: 76%;

    }
    #header_left{
        width: 60%;
    }
    #header_right{
        border: none;
        padding-right: 0;
    }
    #home_img_container, #home_img,#home_right,#home_center,.team_texte_add_inside,#contact_bloc_centre,#home_table_team,#img_wide_team{
        display: none;
    }
    #home_left{
        width: 96% !important;
            display: block;
    }
    #home_table{
        display:block;
        width: 100%;
    }
    .home_team{
        width: 100% !important;
        padding-left : 5px !important; 
        padding-top : 5px !important; 
        padding-bottom : 5px !important;  
        
    }
    #team_responsive{
        display: block;
    }
    .team_texte1{
        margin-top:20px;
    }
    .team_texte1_inside{
        margin-left: 0;
    }
    .approche_bloc_left, .approche_bloc_right{
        float: none;
        width: 100%;
    }
    #contact_bloc_left, #contact_bloc_right,#contact_bloc_carte,#contact_bloc_explain {
        display: block !important
    }
    .contact_bloc,#contact_bloc_carte,#contact_bloc_explain{
        width: 100%;
        margin-bottom: 20px;
    }
    #contact_bloc_explain{
        height: 400px;
    }
    #contact_bloc_explain{
        margin-top: 50px
    }
    .contact_table{
        margin-bottom: 0;
    }
    .approche_texte img{
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        }
    .links_cell_1{
        width:50%;
    }
    #home_admin_link{
        padding-top: 30px;
    }
    #footer_div{
        font-size: 14px
    }
}