
.fr-footer__operator {
    width: 115px;
    padding-top: 20px;
}

.fr-footer__operator .fr-responsive-img {
    padding: 15px;
}

.fr-footer {
    background-color: #212121;
    color: #fff;
    box-shadow: inset 0 2px 0 0 #27272761,
        inset 0 -1px 0 0 var(--border-default-grey);
    padding-top: 0;
}

.fr-footer .fr-container {
    gap: 0;
}

.fr-footer__operator a {
    padding: 0.8rem;
}

.fr-footer__operator a,
.fr-footer__operator a:hover,
.fr-footer__operator a:active {
    background: none;
}

.fr-footer__brand.fr-enlarge-link a::before {
    content: none;
}

.fr-footer__brand.fr-enlarge-link {
    height: 120px;
    background-color: transparent;
    margin: 0;
}


.fr-footer__brand .fr-logo {
    font-size: 0.7rem;
    background-color: #fff;
    padding: 0.5rem 1.2rem;
}

.fr-footer__bottom {
    padding: 1.4rem 0;
    box-shadow: none;
}

.fr-footer__content-title {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.2rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.fr-footer__content .fr-grid-row {
    width: 100%;
}

.fr-footer__body {
    display: block;
    padding: 70px 0 50px;
    --hover: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.fr-footer__content-link {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 0.75rem;
}

.fr-footer__content-link:hover,
.fr-footer__content-link:active {
    text-decoration: none;
    background-image: none;
    /* color: #cfcfcf; */
    background: none !important;
}

.fr-footer__content-list {
    flex-direction: column;
}

.fr-footer__content-list>li {
    margin: 0;
    /*padding-top: 0.8rem !important;*/
}

#menu-footer-acces-rapides {
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 25px;
    border-radius: 3px;
    align-items: start;
    text-align: start;
}

#menu-footer-acces-rapides li+li {
    margin-top: 10px;
}

#menu-footer-acces-rapides li:last-child {
    display: none;
}

#menu-footer-acces-rapides a {
    background-image: none;
    text-transform: uppercase;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}

#menu-footer-acces-rapides a:active {
    background: none;
}

#menu-footer-acces-rapides a:active {
    background: none;
}

.fr-footer__content {
    margin-top: 0;
    max-width: none;
    width: auto;
    margin-left: 5%;
}

.fr-footer__content .fr-grid-row--gutters {
    margin: 0;
}

.social-links-wrapper {
    text-align: right;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    align-items: center;
}

.fr-footer__bottom-social {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    align-items: center;
}

.fr-footer__bottom-social span::before {
    width: 2.4rem;
    height: 2.4rem;
    color: #b5b5b5;
}

.fr-footer__bottom-social .copyright {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
}

.fr-footer__bottom-mention-legal {
    width: 100%;
}

.fr-footer__bottom-mention-legal p {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    text-align: start;
    padding: 0;
    margin: 0;
}

.fr-footer__brand a {
    display: block;
    width: 115px;
    padding: 0;
}

@media (hover: hover) and (pointer: fine) {
    .fr-enlarge-link:active {
        background-color: transparent;
    }
}


@media (max-width: 992px) {}

@media (max-width: 768px) {
    .fr-footer__brand.fr-enlarge-link {
        padding: 0rem 1rem 0rem 1rem;
    }

    #menu-footer-acces-rapides li {
        text-align: center;
    }
}


.footer-social-icon.footer-social-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    text-decoration: none;
    background-image: none;
}

.footer-social-icon.footer-social-icon:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 62em) {
    .fr-footer .fr-footer__content .footer-menu.fr-unhidden-lg {
        display: block !important;
    }
}

@media (max-width: 1059px) {
    .fr-footer__operator img {
        width: 100%;
        padding: 15px;
        height: auto;
    }

    .fr-footer__operator {
        width: 105px;
        padding-top: 0;
    }

    .fr-footer__brand a {
        width: 105px;
    }

    .fr-footer__content {
        max-width: none;
        margin-left: 0;
    }

    .fr-footer__content .fr-grid-row--gutters {
        margin: 0;
    }

    .fr-footer__content .fr-grid-row .footer-acces-rapide-container {
        margin-left: 0;
        width: 100%;
    }

    .fr-footer__body .fr-col-12:last-child {
        padding: 0;
        margin-left: 0;
        flex: 0 0 100%;
        max-width: none;
        width: 100%;
    }

    .fr-footer__brand.fr-enlarge-link {
        justify-content: space-around;
        padding: 0;
        margin: 0;
    }

    .fr-footer__container {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .fr-footer__body-container .fr-col-lg-3 {
        flex: 0 0 100%;
        max-width: none;
        width: 100%;
    }

    #menu-footer-acces-rapides {
        margin: 35px 0 0;
        align-items: center;
    }

    #menu-footer-acces-rapides li+li {
        margin-top: 10px;
    }

    #menu-footer-acces-rapides li:last-child {
        display: block;
    }

    .fr-footer {
        padding: 0;
    }

    .fr-footer .fr-footer__content .footer-menu.fr-unhidden-lg {
        display: none !important;
    }

    .fr-footer__content .fr-grid-row {
        width: 100%;
    }

    .fr-footer .fr-container {
        max-width: calc(100% - 40px);
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fr-footer__body+.fr-footer__bottom {
        margin: 0;
    }

    .fr-footer__bottom {
        margin: 0;
        padding: 0 0 35px;
        box-shadow: none;
    }


    .fr-footer__body-container {
        width: 100%;
        flex-direction: column;
    }

    .fr-footer__body {
        display: flex;
        flex-direction: column;
        padding: 50px 0 25px;
        border: none;
        margin: 0;
    }


}