.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: 100vh;

    width: 100%;

}


.toast_editeur{

    max-width: 500px;
    min-width: 500px;

    width: 90%;

    background-color: #ffffff;

    color: #000;

    height: auto;

    overflow-y: auto;

}

.container_toast_editeur .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.toast_header_editeur{} 

.toast_body_editeur{}

.toast_body_img_editeur{flex-basis: 100%;}

.toast_body_text_editeur{flex-basis: 100%;}

@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{width: 100% !important;}

	.toast_body_img_editeur img{width: 100%;}

    .toast_body_text_editeur{}

}

@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{}

}