.full-row {
    padding: 0 !important;
}

.center-flex {
    display: flex;
    align-items: center;
    padding: 20px;
}

.title-v {
    font-size: 1.6rem !important;
}

@media screen and (min-width: 992px) {
    .margin-left-70 {
    }
    .margin-right-70 {
    }
}

.button-gr:hover {
    box-shadow: 0 0 6px 0 rgb(157 96 212 / 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(10deg, #0e7332, #bacf0c);
}

#header_home {
    background: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 10% !important;
}

.titre-underline::after {
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background-image: linear-gradient(45deg, #0e7332, #bacf0c) !important;
    position: absolute;
    bottom: -10px;
    left: 0%;
    transform: translate(0%, 10px);
}

.btn-flach:before, .btn-flach::after {
    background: #00f5fa !important;
    box-shadow: 0 0 5px #00f5fa, 0 0 15px #00f5fa, 0 0 30px #00f5fa, 0 0 60px #00f5fa !important;
}

@media (min-width: 992px) {
    .footer-ctl {
        margin-top: 100px !important;
        background-image: url('../../img/ctl/Billight_Services_CTA.png');
        background-position: center center;
        height: 500px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .footer-ctl {
        margin-top: 100px !important;
        background: #0A0B10;
        background-position: center center;
        height: 500px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
