/* =====================================================
   HELLO ELEMENTOR - SINGLE ARTICLE MARGIN
   Compatible tous les articles
   Sans impact Header / Footer
===================================================== */

/* =========================================
   ORDINATEUR
========================================= */

@media (min-width: 1024px) {

    /*
    Contenu réel article Elementor
    */

    body.single-post .elementor-widget-theme-post-content,
    body.single-post .entry-content {

        padding-left: 100px !important;
        padding-right: 100px !important;

        box-sizing: border-box;
    }
}

/* =========================================
   TABLETTE
========================================= */

@media (min-width: 768px) and (max-width: 1023px) {

    body.single-post .elementor-widget-theme-post-content,
    body.single-post .entry-content {

        padding-left: 40px !important;
        padding-right: 40px !important;

        box-sizing: border-box;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    body.single-post .elementor-widget-theme-post-content,
    body.single-post .entry-content {

        padding-left: 5px !important;
        padding-right: 5px !important;

        box-sizing: border-box;
    }
}