﻿.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
}

.footer a {
    color: inherit;
    text-decoration: underline;
}

.footer a:hover {
    text-decoration: none;
}

.logged-cgu-container {
    margin-bottom: 52px;
    line-height: 60px; /* Vertically center the text there */
}

.cgu-container {
    line-height: 60px; /* Vertically center the text there */
}

.mobile-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    background-color: white;
    z-index: 1;
}

.mobile-nav > ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.mobile-nav > ul > li {
    height: 100%;
    width: 100%;
}

.mobile-nav > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
    fill: #6B7280;
    color: #6B7280;
}

.mobile-nav > ul > li > a:hover,
.mobile-nav > ul > li > a.active {
    fill: #10B981;
    color: #10B981;
}

/************** Footer Sites Dropdown **************/

.footer-sites-dropdown {
    position: relative;
    width: fit-content;
    height: 100%;
    width: 100%;
}

.footer-sites-dropdown .custom-dropdown {
    height: 100%;
    border: none;
    width: 100%;
    border-radius: 0px;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-sites-dropdown .custom-dropdown:hover {
    color: #10B981;
    fill: #10B981;
}

.footer-sites-dropdown .custom-dropdown-menu {
    left: 0;
}

.footer-sites-dropdown .custom-dropdown-menu.open {
    transform: translate(0, -0.5rem);
}

.footer-navlink {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 321px) {
}

@media (min-width: 641px) {}

@media (min-width: 769px) {
    .logged-cgu-container {
        margin-bottom: 0px;
    }

    .mobile-nav {
        display: none;
    }
}

@media (min-width: 1025px) {}

@media (min-width: 1281px) {}

@media (min-width: 1537px) {}
