.footerTop {
    border-bottom: 1px solid var(--violet);
    margin-top: var(--gutter-v);
}
#footer .logo {
    display: block;
    width: 250px;
    margin-bottom: .5em;
}
/**************************************************************************************************/
/********* FOOTER
/**************************************************************************************************/
.footer {
    display: flex;
    gap: var(--gutter);
    margin-top: calc(var(--gutter-v) / 2);
    margin-bottom: var(--gutter-v);
}

/** Footer left **/
.footerLeft {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.footerLeft address {
    font-style: italic;
    line-height: 1.2em;
}
.footerLeft address::first-line {
    font-style: normal;    
}
.footerLeft p {
    line-height: 1em;
}
.footerLeft p em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
}
/** Footer menu **/
.footer .mod-menu {
    width: 50%;
    font-size: var(--font-size-L);
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.footer .mod-menu .item-103 a {
    line-height: 1.2em;
}

.footer .mod-menu .item-105 {
    font-style: italic;
}
/**************************************************************************************************/
/********* BOTTOM BAR
/**************************************************************************************************/
.footerBottomWrap {
    background: var(--blue);
    color: #fff;
}
.footerBottom {
    display: flex;
    justify-content: space-between;
    gap: var(--gutter);
    padding: 1em 0;
}
.copyRight, .mentionsLegales {
    width: 50%;
}
/**************************************************************************************************/
/********* RESPONSIVE
/**************************************************************************************************/
@media screen and (max-width: 1285px) {
}
