.close {
    float: right !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: .5 !important;
} 
.container_toast_editeur{
    background-color: rgba(0, 0, 0, 0.58);
    z-index: 20000;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
    position:fixed; 
    height: 100%;
    width: 100%;
}
.toast_editeur{
    max-width: 800px;
    width: 90%;
    background-color: #ffffff;
    color: #000;
    height: auto;
    overflow-y: auto;
    padding:15px;
}
.toast_header_editeur{color: white !important; 
    font-size: 19px;} 
.toast_body_editeur{}
.toast_body_img_editeur{flex-basis: 100%;}
.toast_body_text_editeur{flex-basis: 100%; margin-top: 15px;}
button.close{
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
}
@media (min-width: 576px) {
    .container_toast_editeur{}
    .toast_editeur{}
    .toast_header_editeur{}
    .toast_body_editeur{}
    .toast_body_img_editeur{}
    .toast_body_text_editeur{}
}
@media (min-width: 768px) {
    .container_toast_editeur{
    }
    .toast_editeur{
/*        height: auto;*/
    }
    .toast_header_editeur{}
    .toast_body_editeur{}
    .toast_body_img_editeur{max-width: 100%;flex-basis: 100%;}
    .toast_body_text_editeur{max-width: 100%; flex-basis: 100%;}
}
@media (min-width: 992px) {
    .container_toast_editeur{}
    .toast_editeur{}
    .toast_header_editeur{}
    .toast_body_editeur{}
    .toast_body_img_editeur{}
    .toast_body_text_editeur{}
}
@media (min-width: 1200px){
    .container_toast_editeur{}
    .toast_editeur{}
    .toast_header_editeur{}
    .toast_body_editeur{}
    .toast_body_img_editeur{}
    .toast_body_text_editeur{}
}