    #sub-footer a {
        color: #fff !important;
    }

    #sub-footer {
        background-color: #243a5e;
        background-image: url(../images/bg-section.png);
        background: linear-gradient(45deg, #243a5e, #243a5e);
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

    }

    #sub-footer .u-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        font-style: italic;
    }

    .u-wrapper {
        max-width: 120rem;
        text-align: left;
        width: 100%;
        margin: 0px auto;
    }

    #zone-subfooter .copyright {
        text-align: center;
    }

    #zone-subfooter .copyright a {
        color: inherit;
        text-decoration: none;
    }

    #sub-footer .u-wrapper a {
        position: relative;
        color: white;
        transition: all 0.3s ease 0s;
    }

    #sub-footer .production {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -0.5rem;
    }

    #sub-footer .production-text {
        position: relative;
        margin-top: -0.3rem;
    }

    #sub-footer .production-icons {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-left: 1.5rem;
    }

    .title-footer {
        font-family: 'Gelasio', serif;
         font-size: 2rem;
        font-weight: normal;
        text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
        margin-bottom: 3.2rem;
        text-transform: capitalize;
        color: #fff;
    }

    .footer .footer-nav ul,
    .footer .footer-nav li {
        overflow: inherit;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .footer .footer-navList {
        -webkit-columns: 3;
        columns: 3;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .footer-navItem {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .footer .footer-navItem {
        display: inline-block;
        width: 100%;
        opacity: 1;
        -webkit-transform: translateY(-2.4rem);
        transform: translateY(-2.4rem);
        transition-duration: .4s;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .footer .footer-navLink {
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 2.5rem;
        padding-left: 1.2em;
    }

    .footer .footer-navLink::before {
        content: '';
        border-top: .3em solid #38c172;
        border-bottom: .3em solid #38c172;
        border-left: .3em solid #38c172;
        border-right: .3em solid #38c172;
        display: inline-block;
        vertical-align: baseline;
        margin-right: 0.0rem;
        position: relative;
        left: -1.2em;
        transform: rotate(45deg);
        height: 5px;
        width: 5px;
    }

    .footer a {
        text-decoration: none;
    }

    .footer a:hover {
        opacity: .5;
    }

    .title-footer::after {
        content: '';
        display: inline-block;
        vertical-align: baseline;
        width: 0.5em;
        height: 0.04em;
        min-height: 1px;
        background: currentColor;
        margin-right: .1em;
    }

    .title-footer span {
        font-style: italic;
        color: #38c172;
    }

    .title-footer span::before {
        content: '';
        display: inline-block;
        vertical-align: baseline;
        width: 0.5em;
        height: 0.04em;
        min-height: 1px;
        background: currentColor;
        margin-right: .1em;
    }

    #nous-contacter::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 2px;
        background: rgba(255, 255, 255, 0.1);
    }

    #nous-contacter {
        border-left: 2px solid #f1ebeb33;
    }

    .bg-footer {
        background-color: #243a5e !important;
    }

    #footer .accordion-button{

    }

    .footer_contact{

    }

    .footer_contact .footer_contact_item::before {
        content: '';
        border-top: .3em solid #38c172;
        border-bottom: .3em solid #38c172;
        border-left: .3em solid #38c172;
        border-right: .3em solid #38c172;
        display: inline-block;
        vertical-align: baseline;
        margin-right: 0.0rem;
        position: relative;
        left: -1.2em;
        transform: rotate(45deg);
        height: 5px;
        width: 5px;
    }
    .footer_contact .footer_contact_item{
        color: #fff;
        font-size: small;
    }
    .footer_contact .footer_contact_item > span:first-child{
        font-weight: bold;

    }
