/**********************************************************************/
/* FOOTER *************************************************************/
/**********************************************************************/
.bloc-logo-footer {
    display: flex;
}

.logo-footer {
    width: 150px !important;
}

img.iconsocial {
    width: auto !important;
    height: 40px !important;
    margin: 0 40px 0 0!important;
    transform: scale(1) !important;
    transition: .2s all ease;
}

img.iconsocial:hover {
    transform: scale(1.2) !important;
}

.link-footer li {
    padding: 0 0  0 0;
}

.link-footer li:before,
#copyright li:before {
    display: none !important;
}

.link-footer li a {
    padding: 0 0 16px 0;
    color: #000;
    border-bottom: 0;
    display: block;
    font-weight: normal;
}

.txt-phone-footer a {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 12px 30px;
    border-radius: 30px;
    margin: 10px 0px 0px 0px;
    opacity: 0.7;
    transition: all .2s ease;
    display: inline-block;
}

@media all and (min-width: 1000px) {
    .bloc-logo-footer .wpb_wrapper {
        display: flex;
        align-items: center;
    }
    .txt-phone-footer a {
        margin-left: 60px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .bloc-logo-footer .img-with-aniamtion-wrap .hover-wrap {
        margin-bottom: 0;
    }

    .txt-phone-footer a {
        margin: 0px 0px 0px 60px;
    }
}

.txt-phone-footer a:hover {
    opacity: 1;
}

.txt-phone-footer a:before {
    background: url(../img/phone-flip.svg) center/cover;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    filter: var(--filter-blanc);
    margin-right: 10px;
    top: 3px;
}

/**********************************************************************/
/* COPYRIGHT **********************************************************/
/**********************************************************************/
#copyright ul {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
}

#copyright li {
    /* text-transform: uppercase !important; */
    letter-spacing: 0.3px;
    /* font-weight: 700; */
    border-top: 0;
    padding: 0;
    font-size: 13px;
    margin-right: 20px;
    color: var(--color-light);
}

#copyright li a {
    color: var(--color-light);
    opacity: 0.3;
}

#copyright li a:hover {
    color: var(--color-light);
    opacity: 1;
}
