
/*** footer **/

.wrap-footer hr {
    background-image: linear-gradient(90deg, #0070c0, #032b63);
    border: none;
    height: 1px;
    width: 100%;
}

.wrapper-top-footer .footer .container {
    display: flex;
    /* padding: 3.5rem; */
}

.footer-item.intern-links {
    width: 100%;
}

.row-links-group ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-item.link-group {
    margin-right: 30px;
}
.footer-logo{
    max-width: 50px;
    position: relative;
    top: -3px;
    margin-right: 15px;
    margin-left: 5px;
}
.wrapper-top-footer {
    padding: 32px;
    color: #fff;
    background: #032b63;
}

.logo-bid img {
    max-width: 125px;
}

.row-links-group {
    border-left: 1px solid #024586;
    padding-left: 25px;
}

span.row-links-group-title {
    margin-bottom: 8px;
    display: block;
}

.row-links-group span.ik {
    font-size: 15px;
    background: transparent;
    border-radius: 50px;
    padding: 7px;
    border: 2px solid;
    margin-right: 5px;
}

.footer-item.intern-links .col-title {
    color: #ffc000;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}
.row-links-group .mkonsulting{
    max-width: 100px;
    border: 2px solid;
    padding: 5px 10px;
    border-radius: 20px;
}
.footer-item.intern-links ul li a {
    margin-right: 10px;
    background: transparent;
    color: #ffffff;
}

.footer-item.intern-links ul li a:hover {
    color: #ffc000;
}

.bottom-footer {
    padding: 25px 0;
    box-sizing: border-box;
    padding-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
}

.wrapper-footer {
    background: #024586;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 8px 0;
}

.col-xs-12.col-sm-4.col-md-4.col-lg-6.col-xlg-6.footer-logo {
    /* float: left; */
}

.bottom-footer .row {
    margin: 0;
    justify-content: space-between;
    align-items: center;
}

.wrapper-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    /* width: 40%; */
    box-sizing: border-box;
}
.footer-widget ul li {
    padding: 0px 0px 20px;
}

.footer-widget .title {
    /* margin: 0px 0px 30px; */
    position: relative;
    cursor: pointer;
}

.footer-widget .title h2 {
    font-size: 16px;
    font-weight: 700;
}

.row.footer-bloc {
    padding: 40px 0px;
}

.bottom-footer .row div {
}

.footer-links .social-links a span:hover {
    transform: rotate(360deg);
    color: #00c6e3;
}

.wrapper-footer a {
    text-decoration: none;
    font-size: 12px;
    color: #e6e2e2 !important;
}

.footer-links .social-links a span {
    color: #111;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 35px;
    color: #949494;
    font-size: 14px;
    transform: rotate(0deg);
    transition: all 700ms ease;
    margin-right: 20px;
}

.footer-links .social-links a {
    text-decoration: none !important;
}

.footer-links span.accroche-links {
    margin-left: 35%;
}

.col.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    box-sizing: border-box;
}

.col.footer-logo {
    text-align: left;
    padding-left: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}

.wrapper-footer .row {
    margin: 0;
    padding: 5px 0;
}

@media (max-width: 778px) {
    .footer-logo,
    .footer-links {
        flex-basis: unset !important;
        flex-grow: 0 !important;
    }
}
.footer-widget {
    margin-top: 50px;
}
@media (max-width: 985px) {
    .wrapper-footer{
        display: none !important;
    }
}
@media (max-width: 575px) {
    .footer-menu-item {
        /* display: none; */
    }
    .footer-widget .title:after {
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 25px;
        position: absolute;
        top: -8px;
        right: 5px;
    }
    .footer-widget .title.open-widget:after {
        content: "\f106";
        font-family: "FontAwesome";
    }
    .footer-widget {
        border-bottom: 1px solid rgb(205 251 248);
    }
    .bottom-footer {
        border-top: none;
        padding: 0;
    }
}
@media screen and (max-width: 560px) {
    .footer-links {
        padding-left: 0 !important;
    }
    .footer-links span.accroche-links {
        margin-left: 0;
    }
    .wrapper-footer ul {
        width: 60%;
    }
    .row-links-group {
        border-left: 1px solid #024586;
        width: 100%;
        margin-top: 10px;
        padding-left: unset !important;
    }
    .d-flex.social {
        flex-direction: column;
    }
    .footer-item.intern-links .col-title {
        margin-top: 20px !important;
    }
    .row-links-group ul {
        display: flex;
         justify-content: unset !important;
        align-items: center;
        margin-top: 20px !important;
    }
}
