/* XS */
@media screen and (min-width: 1px) and (max-width: 768px) {
    .leaflet-top.leaflet-left {
        width: 100%;
        z-index: 1100;
    }
    .leaflet-right {
        z-index: 1000;
    }
    .cadre_controle_des_couches {
        width: 100%;
    }
    #realisation {
        display: none;
    }
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    #accordion_01 {
        margin-top: 20px;
    }
    #liste_produit_alimentaire {
        max-height: 150px;
        overflow: auto;
    }
    #wrap_lien_formulaire {
        margin-bottom: 500px;
    }
    .search-input {
        max-width: none;
    }
    .popup_overflow_responsive {
        height: 300px;
        overflow: auto;
    }
    .last_div_cc {
        margin-bottom: 1000px;
    }
    .lib_departement {
        display: none;
    }
}

/* SM */
@media screen and (min-width: 769px) and (max-width: 992px) {
    .leaflet-top.leaflet-left {
        width: 35%;
        z-index: 1100;
    }
    .leaflet-right {
        z-index: 1000;
    }
    .cadre_controle_des_couches {
        width: 100%;
    }
    #realisation {
        display: none;
    }
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    #accordion_01 {
        margin-top: 20px;
    }
    #liste_produit_alimentaire {
        max-height: 150px;
        overflow: auto;
    }
    #wrap_lien_formulaire {
        margin-bottom: 500px;
    }
    .search-input {
        max-width: none;
    }
    .popup_overflow_responsive {
        height: 300px;
        overflow: auto;
    }
    .last_div_cc {
        margin-bottom: 200px;
    }
    .lib_departement {
        display: none;
    }
}

/* MD */
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .cadre_controle_des_couches {
        width: 300px;
    }
    .popup_overflow_responsive {
        height: 350px;
        overflow: auto;
    }
    .lib_departement {
        display: none;
    }
}

/* LG */
@media screen and (min-width: 1201px) and (max-width: 9999px) {
    .modal-lg {
        width: 1200px;
    }
    .cadre_controle_des_couches {
        width: 300px;
    }
    .popup_overflow_responsive {
        max-height: 470px;
        overflow: auto;
    }
    .lib_departement {
        display: none;
    }
}