footer {
    --footer-bg              : #36363D;
    --footer-logo-max-width  : 170px;
    --footer-logo-min-width  : 100px;
    --footer-link-color      : #FFD29E;
    --footer-link-title      : #EE9F5C;
    --footer-link-hover-color: #4d4d4dc7;
    --footer-link-bg         : var(--light);
    --footer-ling-hover-bg   : var(--light);
    --footer-link-gap        : 5px;
    --footer-gap             : 0 30px;
    --footer-link-padding    : 0.2rem 0;
    --footer-social-gap      : 10px;
    --footer-body-max-width  : 700px;
}
.footer {
    background: white;
    background: var(--footer-bg);
}
footer li {
    margin-bottom: 0.5rem;
}
footer .logo-footer {
    display        : flex;
    align-items    : center;
    justify-content: center;
}
footer .logo-footer img {
    width    : 100%;
    max-width: var(--footer-logo-max-width);
    min-width: var(--footer-logo-min-width);
}
footer .social-link {
    display    : flex;
    align-items: center;
    background : none;
    padding    : var(--footer-link-padding);
    gap        : var(--footer-social-gap);
}
footer .social-link li {
    margin-bottom: 0;
}
footer .social-link a {
    display        : flex;
    justify-content: center;
    align-items    : center;
    font-size      : 16px;
    padding        : 8px;
    color          : #FFD29E !important;
    border-radius  : 50%;
    width          : 30px;
    height         : 30px;
    background     : transparent;
    border         : 1px solid #FFD29E;
}
footer .social-link a:hover {
    background-color: transparent;
    color           : white !important;
    border          : 1px solid white;
}
footer #tarteaucitronManager,
footer a {
    color      : var(--footer-link-color);
    transition : all ease 0.2s;
    line-height: 1rem;
}
footer .time {
    text-transform: unset;
}
footer .address span {
    line-height: 20px;
    /* font-size: 14px; */
}
footer #tarteaucitronManager:hover,
footer a:hover {
    cursor: pointer;
    color : var(--footer-link-hover-color);
}
footer .footer-body > * {
    display       : flex;
    flex-direction: column;
    gap           : var(--footer-link-gap);
}
footer .slot > li > a {
    display    : flex;
    padding    : var(--footer-link-padding);
    background : none;
    white-space: nowrap;
    color      : var(--footer-link-color) !important;
    transition : 0.2s all;
    font-weight: 300;
}
footer .slot > li > a:hover {
    background     : var(--footer-link-hover-bg);
    text-decoration: none!important;
}
footer .slot > li > a > i {
    display        : flex;
    justify-content: center;
    width          : 20px;
    padding-right  : 12px;
}
footer .footer-link-title {
    padding      : 15px 0;
    position     : relative;
    /* text-transform: uppercase; */
    color        : var(--footer-link-title);
    font-weight  : 600;
    margin-bottom: 0;
}
footer .footer-link-title span {
    position      : relative;
    padding-bottom: 10px;
}
/* footer .footer-link-title span:after {
    content   : "";
    position  : absolute;
    bottom    : 4px;
    left      : 0;
    width     : 100%;
    height    : 1px;
    background: var(--footer-link-color);
} */
/* ------------- GRID ------------- */
.footer-container {
    display              : grid;
    grid-template-columns: 250px 0.22fr 0.15fr 0.12fr 0.12fr 0.12fr 0.10fr;
    grid-template-rows   : 1fr;
    gap                  : 40px;
    grid-auto-flow       : row;
    grid-template-areas  : "logo slot-1 slot-2 slot-3 slot-4 slot-5 slot-6";
    overflow             : hidden;
}
.footer-container .logo {
    grid-area: logo;
    padding  : 1rem;
    display  : flex;
}
.footer-container .logo .subtitle .lettrine {
    font-weight: 500;
}
.footer-container .logo .subtitle .lettrine {
    font-size: 20px;
    color    : var(--color-3);
}
.footer-container .logo span {
    color      : white;
    text-align : center;
    font-weight: 300;
    margin-top : 1rem;
}
.footer-container .slot-1 {
    grid-area: slot-1;
    padding  : 2rem 0 2rem 2rem;
}
.footer-container .slot-2 {
    grid-area: slot-2;
    padding  : 2rem 0;
}
.footer-container .slot-3 {
    grid-area: slot-3;
    padding  : 2rem 0;
}
.footer-container .slot-4 {
    grid-area: slot-4;
    padding  : 2rem 0;
}
.footer-container .slot-5 {
    grid-area: slot-5;
    padding  : 2rem 0;
}
.footer-container .slot-6 {
    grid-area: slot-6;
    padding  : 2rem 0;
}
@media(max-width:1699px) {
    .footer-container {
        grid-template-columns: 240px 0.22fr 0.18fr 0.25fr 0.2fr 0.2fr 0.15fr;
    }
    .footer-container .logo {
        margin-left: 1rem;
    }
}
@media(max-width:1599px) {
    .footer-container {
        grid-template-columns: 200px 0.2fr 0.3fr 0.5fr 0.2fr 0.2fr 0.3fr;
        gap                  : 35px;
    }
    .footer-container .slot-1 {
        padding: 2rem 0;
    }
    .footer-container .logo {
        margin-left: 0;
    }
}
@media(max-width:1399px) {
    .footer-container {
        grid-template-columns: 250px 1fr 1fr 1fr;
        grid-template-areas  : "logo slot-1 slot-2 slot-3" "logo slot-4 slot-5 slot-6 ";
        grid-template-rows   : auto auto;
    }
    footer .logo-footer {
        display    : flex;
        align-items: start;
    }
    .footer-container .slot-1,
    .footer-container .slot-2,
    .footer-container .slot-3,
    .footer-container .slot-4,
    .footer-container .slot-5,
    .footer-container .slot-6 {
        padding: 0;
    }
}
@media(max-width:991px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        grid-template-areas  : "logo logo" "slot-1 slot-2" "slot-3 slot-4" "slot-5 slot-6";
        grid-template-rows   : auto auto auto auto;
    }
    .footer-container .slot-1,
    .footer-container .slot-3,
    .footer-container .slot-5 {
        padding: 0 0 0 1.5rem;
    }
    .footer-container .slot-2,
    .footer-container .slot-4,
    .footer-container .slot-6 {
        padding: 0 1.5rem 0 0;
    }
    .footer-container .logo {
        justify-content: center;
    }
}
@media(max-width:575px) {
    .footer-container .slot-1 {
        padding: 0 2rem;
    }
    .footer-container .slot-2 {
        padding: 0 2rem;
    }
    .footer-container .slot-3 {
        padding: 0 2rem;
    }
    .footer-container .slot-4 {
        padding: 0 2rem;
    }
    .footer-container .slot-5 {
        padding: 0 2rem;
    }
    .footer-container .slot-6 {
        padding: 0 2rem 2rem;
    }
    .footer-container {
        display       : flex;
        flex-direction: column;
        gap           : 0;
    }
}