/*#main_top,#main_bottom{

    background-size: contain;
    background-color: #e73c28;
    background-position: bottom left;

}
#main_bottom{
    min-height: 50%;
} */



.style_table{
    margin: 10px 0;
    border:1px solid #fff;
    background: #fff;
}
.style_table tbody tr:first-child td, .style_table th {
    background: #fff;
    /*color: #fff !important; */
    font-weight: bold;
}
.style_table tr:nth-child(odd) {
    background: #e8e5e5;
    font-size: 18px;
    color: #333;
}
.style_table tr:nth-child(even) {
    background: #fff;
    font-size: 22px;
    color: #333;

}
.style_table td, .style_table th {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
}

.partenaire_table img{
    margin:0 20px !important;
}

.img_p, h3 img{
    margin-bottom: 100px !important;
}

.conteneur {  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important; }

@media (max-width: 1100px) {
    #col1, #col2, .responsive_table td{
        width: 100% !important;
        display: block;
        overflow: auto;
    }
    #col3{
        display: none;
    }
    .responsive_table td img{
        margin-left:auto !important;
        margin-right:auto !important;
        margin-bottom:15px !important;
        float: none !important;
        display: block;
    }

}    








@media (max-width: 700px) {
    #main_top{min-height: 30%; }
    .sections{
        padding: 15px 19px;
    }
    h1,h2,h3,h4,p,.colonne,.pad{
        margin-left:0 !important;
        margin-right:0 !important;
    }
    h3 img{
        display:block;
        margin:10px auto 20px !important;
        float:none !important;
    }
    a img{
        margin:0 auto !important;
    }

    #motsclics, #formation{
        margin: 0 !important;
        width:100% !important;
    }

    .img_p{
        display: block !important;
        float: none !important;
        margin:10px auto !important;
    }

}



