/* Fabrication de blocs 3D Billight - page-specific styles */

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

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

#header_home {
    padding: 13% 10% !important;
}

@media screen and (min-width: 992px) {
    img#billight-logo-navbar {
        width: 200px !important;
    }
}

@media (max-width: 991.98px) {
    .reverseThis {
        display: flex;
        flex-direction: column-reverse;
    }
}

img {
    width: 100%;
}
