footer {
    --footer-bg              : var(--bg-light);
    --footer-logo-max-width  : 262px;
    --footer-logo-min-width  : 100px;
    --footer-link-color      : var(--color-1);
    --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  : 1000px;
}
.footer {
    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);
    flex-direction: column;
}
footer .social-link li {
    margin-bottom: 0;
}
footer .social-link a {
    display        : flex;
    justify-content: center;
    align-items    : center;
    font-size      : 16px;
    color          : var(--color-1)!important;
    text-decoration: underline !important;
}
footer .social-link a:hover {
    background-color: var(--bg-light);
    color           : var(--dark);
    text-decoration : none !important;
}
footer #tarteaucitronManager,
footer a {
    color      : var(--footer-link-color);
    transition : all ease 0.2s;
    /* text-transform: uppercase; */
    line-height: 1rem;
}
footer .time {
    text-transform: unset;
}
footer .address span {
    line-height: 20px;
}
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;
    text-decoration: underline !important;
    transition     : 0.2s all;
}
footer .slot > li > a:hover {
    background     : var(--footer-link-hover-bg);
    text-decoration: none!important;
}
footer .slot > li > a.address {
    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;
    font-family  : var(--text-font);
    position     : relative;
    /* text-transform: uppercase; */
    color        : var(--footer-link-color);
    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: 1fr 226px 155px 107px 1fr;
    grid-template-rows   : auto auto;
    gap                  : 0 40px;
    grid-auto-flow       : row;
    grid-template-areas  : "logo logo logo logo logo" "slot-1 slot-2 slot-3 slot-4 slot-5";
    overflow             : hidden;
    width                : var(--footer-body-max-width);
    margin               : 0 auto;
}
.footer-container .logo {
    grid-area      : logo;
    padding        : 1rem;
    display        : flex;
    align-items    : center;
    justify-content: center;
    padding        : 2rem;
}
.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  : 0.5rem 0;
}
.footer-container .slot-2 {
    grid-area: slot-2;
    padding  : 0.5rem 0;
}
.footer-container .slot-3 {
    grid-area: slot-3;
    padding  : 0.5rem 0;
}
.footer-container .slot-4 {
    grid-area: slot-4;
    padding  : 0.5rem 0;
}
.footer-container .slot-5 {
    grid-area: slot-5;
    padding  : 0.5rem 0;
}
.entete p {
    text-align: right;
}
@media(max-width:1299px) {
    footer .logo-footer img {
        max-width: 265px;
    }
    .deco .split:after {
        width: 40px;
    }
}
@media(max-width:1199px) {
    .footer-container {
        grid-template-areas  : "logo logo logo " "slot-1 slot-2 slot-3" "slot-4 slot-5 .";
        grid-template-columns: 210px 1fr 195px;
        width                : 730px;
    }
}
@media(max-width:991px) {
    .footer-container {
        width: 700px;
    }
    .trait {
        margin: 0 auto;
    }
    .entete p {
        text-align: center;
    }
}
@media(max-width:767px) {
    .footer-container {
        grid-template-areas  : "logo logo" "slot-1 slot-2" "slot-3 slot-4 " "slot-5 .";
        grid-template-columns: 1fr 1fr;
        width                : 100%;
        gap                  : 0;
    }
    .footer-container .slot-1 {
        grid-area: slot-1;
        padding  : 0 0 0 2.5rem;
    }
    .footer-container .slot-3 {
        grid-area: slot-3;
        padding  : 0 0 0 2.5rem;
    }
    .footer-container .slot-5 {
        grid-area: slot-5;
        padding  : 0 0 0 2.5rem;
    }
}
@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 2rem;
    }
    .footer-container {
        display       : flex;
        flex-direction: column;
    }
}