@media screen and (min-width: 200px) and (max-width: 250px) {
    .leaflet-popup-content-wrapper{
        max-width: 190px;
    }
    #btn_close_cc {
        float: left;
    }
}

@media screen and (min-width: 251px) and (max-width: 300px) {
    .leaflet-popup-content-wrapper{
        max-width: 240px;
    }
    #btn_close_cc {
        float: left;
    }
}

@media screen and (min-width: 301px) and (max-width: 350px) {
    .leaflet-popup-content-wrapper{
        max-width: 290px;
    }
}

@media screen and (min-width: 351px) and (max-width: 400px) {
    .leaflet-popup-content-wrapper{
        max-width: 340px;
    }
}

@media screen and (min-width: 401px) and (max-width: 450px) {
    .leaflet-popup-content-wrapper{
        max-width: 390px;
    }
}

@media screen and (min-width: 451px) and (max-width: 500px) {
    .leaflet-popup-content-wrapper{
        max-width: 440px;
    }
}

@media screen and (min-width: 501px) and (max-width: 550px) {
    .leaflet-popup-content-wrapper{
        max-width: 490px;
    }

}



@media screen and (min-width: 0px) and (max-width: 550px) {
    .leaflet-popup-content-wrapper{
        max-width: 240px;
    }
    #btn_close_cc {
        float: left;
    }
    .cadre_legende {
        margin-bottom: 50px!important;
    }
    .cadre_logo_partenaire img {
        width: 220px!important;
    }
    #log_partenaires_mobile {
        display: block;
    }
    .cadre_logo_partenaire {
        display: none;
    }
    .leaflet-popup-content{
        margin: auto;
        padding: 5px;
        width: 100%;
    }
    .cadre_controle_des_couches {
        width: 300px;
    }

}