/* FOOTER GLOBAL */
.cavi-footer {
    font-family: system-ui, sans-serif;
    width: 100%;
}

/* SCROLL HORIZONTAL */
.footer-scroll {
    gap: 32px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: visible;
}

.footer-logo img {
    height: 34px;
    object-fit: contain;
}

/* TITRES */
.footer-menu-title {
    cursor: pointer;
    white-space: nowrap;
}

/* SOUS-MENU */
.footer-submenu {
    pointer-events: auto;
    flex-direction: column;
}

.footer-submenu a {
    font-size: 14px;
    text-align: center;
    padding: 10px 14px;
    text-decoration: none;
    color: #fff;
}

.footer-submenu a:hover {
    background-color: #222;
}

/* DROITS */
.footer-rights {
    font-size: 13px;
}

/* MOBILE : scroll horizontal et alignement */
@media (max-width: 768px) {
    .footer-scroll {
        justify-content: flex-start;
    }
}
