@font-face {
    font-family: News Gothic Regular;
    src: url(/wp-content/themes/font/News\ Gothic\ Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: Advent;
    src: url(/wp-content/themes/font/AdventPro-Regular.ttf);
    font-weight: normal;
}



.footer-information-wrapper {
    background-color: var(--main-color);
    overflow: hidden;
    width: 100%;
}
.footer-copyright-wrapper {
    background-color: #383838;
    width: 100%;
}

.footer-copyright-wrapper .footer-content-wrapper {
    padding: 0.8em 14em;
    font-family: 'NeueHaasUnica';
    font-size: 0.7em;
}

.footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-social-wrapper {
    margin-top: 25px;
}

.custom-footer-contact-picto {
    margin-left: 20px;
}

.footer-content-wrapper {
    padding: 1em 10em;
    font-family: 'NeueHaasUnica';
}

.footer-left-content {
    float: left;
}

.footer-right-content table {
    text-align: right;
    margin-bottom: 30px;
}
.footer-right-content {
    float: right;
    font-family: "Advent";
}

.clear-content {
    clear: both;
}

.footer-wrapper a,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper span {
    color: white;
}

.footer-wrapper h4 {
    margin: 0.7em 0 0.3em;
    font-size: var(--font-size-m);
}

.footer-wrapper a {
    text-decoration: none;
}

#menu-footer-menu .menu-item:not(:first-child) {
    border-left: 1px solid white;
    padding-left: 10px;
    margin-left: 10px;
}

ul#menu-footer-menu {
    margin: 0;
    padding: 0;
    display: flex;
    /*min-width: 1200px;*/
}

#menu-footer-menu ul {
    list-style-type: none;
    list-style-image: none;
}

#menu-footer-menu li {
    display: inline;
    font-size: 13px;
    font-family: 'NeueHaasUnica';
}

.footer-left-content img.custom-logo {
    padding-top: 15px;
    margin-left: -15px;
    height: auto !important;
}

@media screen and (max-width: 1200px) {
    ul#menu-footer-menu {
        margin: 0;
        padding: 0;
        text-align: center;
        display: initial;
    }

    #menu-footer-menu .menu-item:not(:first-child) {
         border-left: none;
         padding-left: 0px;
         margin-left: 0px;
    }

    #menu-footer-menu li {
        display: block;
        list-style-type: none;
        height: auto;
        line-height: 1.5rem;
    }
    .footer-content-wrapper .clear-content{
        display: none;
    }
    .footer-information-wrapper .footer-content-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1em 10%;
    }
    .footer-information-wrapper .footer-right-content {
        order: 3;
    }
    .footer-information-wrapper .menu-footer-menu-container {
        order: 2;
    }
    .footer-copyright-wrapper .footer-content-wrapper {
         padding: 0.8em 0.8em;
         text-align: center;
     }
}

@media screen and (max-width: 700px) {
    .footer-content-wrapper {
        padding: 1em 1em;
    }

    .footer-information-wrapper .footer-left-content {
        margin-bottom: 1em;
    }

    .footer-information-wrapper .footer-content-wrapper {
        flex-direction: column;
    }

    .footer-information-wrapper .footer-content-wrapper {
        padding: 1em;
    }

    .footer-right-content td {
        /*! text-align: center; */
        /*width: 100%;*/
        /*! height: 100%; */
    }

    .footer-social-wrapper {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .footer-left-content img.custom-logo {
        padding-top: 16%;
        margin-left: 0;
        max-width: 155px;
    }

    .custom-footer-contact-picto {
        margin-left: 8px;
        display: none;
    }

    .footer-right-content table {
        text-align: center;
    }

    .footer-wrapper h4 {
        color: white;
        margin: 0.7em 0 0.3em;
        text-align: center;
        width: 100%;
    }

    .footer-right-content td:first-child {
        width: 100%;
    }

    .footer-right-content tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 410px) {
    .footer-content-wrapper {
        padding: 1em 1em;
    }

    .footer-right-content {
        float: none;
        margin: 0px 75px;
    }

    .footer-left-content {
        float: none;
        margin: 0px 75px;
    }

    .footer-left-content img.custom-logo {
        margin-left: 0px;
    }
}


/*@media screen and (max-width: 700px) {
    .footer-content-wrapper {
        padding: 1em 1em;
    }
    .footer-information-wrapper .footer-left-content {
        margin-bottom: 1em;
    }
    .footer-information-wrapper .footer-content-wrapper {
        flex-direction: column;
    }
    .footer-information-wrapper .footer-content-wrapper {
        padding: 1em;
    }
}

@media screen and (max-width: 410px) {
    .footer-content-wrapper {
        padding: 1em 1em;
    }
    .footer-right-content {
        float: none;
        margin: 0px 75px;
    }
    .footer-left-content {
        float: none;
        margin: 0px 75px;
    }
    .footer-social-wrapper {
        margin-left: 25px;
    }
    .footer-left-content img.custom-logo {
        margin-left: 0px;
    }
}*/
