/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .background-footer {
        background-size: contain !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .background-footer {
        background-size: contain !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .background-footer {
        background-size: contain !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .background-footer {
        background-size: contain !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .background-footer {
        background-size: cover !important;
    }
}

/*.background-footer {
    background-image: url('../images/nuages.png'), linear-gradient(to bottom, var(--main-bg-color), var(--main-bg-color) 100%);
    background-origin: border-box;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: white;
    overflow: hidden;
    max-width: 100%; 
    border-radius: 10px 10px 0 0;
}*/

.background-footer {
    /*background-image: url('../images/nuages.png'), linear-gradient(to bottom, var(--main-bg-color), var(--main-bg-color) 100%);*/
    background-origin: border-box;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: var(--main-bg-color);
    max-width: 100%; 
    border-radius: 10px 10px 0 0;
}

.footer-text {
    color: var(--main-font-color);
    font-size: 0.80rem;
}

.footer-menu-item {
    color: var(--main-font-color) !important;
}

.footer-margin {
    margin-bottom: 100px;
}

.footer-navbar {
    justify-content: center
}