html, body {
    overflow-y: auto !important;
}
/* Block 1 */
#section_1{
    min-height: 65%;
}
#section_1::before {
    content: "";
    position: absolute;
    background-image: url('../img/image_fond.jpg');
    background-image: url('../img/image_fond.webp');
    background-repeat: no-repeat;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}
#div_search_insee{
    display: inline-block;
    width: calc(100% - 60px);
}
@media screen and (max-width: 600px) {
    #div_search_insee{
        width: 100%;
    }
}
#div_search_insee td, #div_search_insee th{
    padding: 4px 10px;
}
.grouping_row{
    background: #c2d7db;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: bold;
}
.div_height_50{
    height: 50px;
}
.autocompleted_container{
    max-height: 250px !important;
}
/* Block 2 */
#section_2{
    min-height: 20%;
}
.border_bottom{
    border-bottom: 3px var(--main-color-first) solid;
}
.panel_mt{
    width: calc(100% / 3.05);
    margin: 0;
    display: inline-block;
}
.float-left {
    float: left;
}
/* Block 3 */
#onglet_contact hr{
    width: 170px;
}


.auto_form_modal{
    max-height: 98%;
    height: 90%;
    width: 98%;
    top: 5% !important;
}
/* COOKIES */
body #tarteaucitronRoot div#tarteaucitronAlertBig{
    border-radius: 5px;
}

@media only screen and (max-width: 600px){
    #section_1{
        min-height: 75%;
    }
    #search_insee{
        width: 100%;
    }
    .panel_mt{
        width: calc(100% / 3);
    }
}
