@media screen and (max-width: 800px){
    .explainer_module{
        margin:0 0 30px 0;
    }
    .mailjet_display_group{
        margin-left:0;
        width: 100%;
    }
    .mailjet_statistics{
        width: calc((100% - 20px) / 2);
    }
    .mailjet_statistics:not(:last-of-type){
        margin-bottom: 20px;
        margin-right: 0;
    }
    .mailjet_statistics:first-of-type{
        margin-right: 20px;
    }
    #bloc_dns{
        flex-direction: column;
    }
    .bloc_dns{
        width: 100%;
    }
    .dns_viewer{
        width: 100%;
        text-align: center;
        padding: 15px 2%;
    }
    #import_data_choice,#import_data_actions{
        width: 100%;
        margin-left: 0%;
    }
}
@media screen and (max-width: 500px){
    .mailjet_statistics{
        width:100%;
    }
    .mailjet_statistics:first-of-type{
        margin-right: 0;
    }

}