/* ============================================
   Surcharge finale des marges mobiles
   Ce fichier est chargé en fin de page pour surcharger les styles inline des templates
   ============================================ */
@media screen and (max-width: 768px) {
    html body:not(.home):not(.aslane-full-margins) #main main.installation-pac-page,
    html body:not(.home):not(.aslane-full-margins) #main .installation-pac-page,
    html body:not(.home):not(.aslane-full-margins) #main .installation-page,
    html body:not(.home):not(.aslane-full-margins) main.installation-pac-page,
    html body:not(.home):not(.aslane-full-margins) .installation-pac-page,
    html body:not(.home):not(.aslane-full-margins) .installation-page {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    html body:not(.home):not(.aslane-full-margins) #main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    html body:not(.home):not(.aslane-full-margins) #main .fusion-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 480px) {
    html body:not(.home):not(.aslane-full-margins) #main main.installation-pac-page,
    html body:not(.home):not(.aslane-full-margins) #main .installation-pac-page,
    html body:not(.home):not(.aslane-full-margins) #main .installation-page,
    html body:not(.home):not(.aslane-full-margins) main.installation-pac-page,
    html body:not(.home):not(.aslane-full-margins) .installation-pac-page,
    html body:not(.home):not(.aslane-full-margins) .installation-page {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    html body:not(.home):not(.aslane-full-margins) #main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    html body:not(.home):not(.aslane-full-margins) #main .fusion-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
