footer .maps-footer {
    padding: 120px 0;
}
footer .right-maps {
    background-color: #fff;
    padding: 10px 50px;
}
footer .maps-footer .container2 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
footer .maps-footer .left-maps {
    min-height: 354px;
    border-radius: 12px 0 0 12px;
    background-color: #fff;
}
footer .maps-footer .left-maps iframe {
    filter: invert(1) grayscale(1);
    height: 100%;
    width: 100%;
    border-radius: 12px;
}
footer .container3 {
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
}
footer .item-footer {
    position: relative;
    padding-right: 50px;
}
footer .item-footer:first-child::after {
    display: none;
}
footer .titre-footer {
    margin-bottom: 20px;
    font-family: 'titre';
}
footer .item-footer .telS {
    padding: 10px;
    color: #000 !important;
    background-color: #3F94CA;
}
footer .item-footer::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    height: 20px;
    width: 1px;
    background-color: #424242;
}
footer .description-footer {
    color:#377B56;
}
footer .top-footer {
    padding: 50px 0;
    background-color: #E6E6E4;
}
footer .container3 .logo-footer {
    max-width: 100%;
    margin: 0 auto;
}
footer .container3 .logo-footer a {
    display: block;
}
footer .container3 .logo-footer a img {
    width: 100%;
}