.footer{
    /* border: 1px solid red; */
    padding: 0px 0 20px !important;
    /* overflow: hidden; */
    background: #222;
    color: #fff;

    /* margin-top: 250px; */
    z-index: 10;
}

.ctn__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}


.footer__copyright {
    /* display: flex; */
    /* justify-content: center; */
    text-align: right;
}



.footer__sticky{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10
}



.footer__list_link {
    /* border: 1px solid red; */
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0;
    text-align: right;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
}

.footer__list_link > li{
    list-style: none;
    display: inline-block;
}



.footer__list_link > li > a {
    font-family: "Open Sans", sans-serif;
    position: relative;
    display: inline-block;
    /* color: #3a3a3a; */
    color: #fff !important;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: color .3s ease-in-out;
}

.footer__list_link > li > a:hover{
    text-decoration: underline !important;
}

.footer__list_link li:not(first-of-type) a{
    margin-left: 20px;
}

.footer__social_network a{
    text-decoration: none !important;
}

.footer__p_abt a:before,
.footer__span a:before,
.footer__rubrique a:before,
.footer__more_links_abt a:before{
    content: "";
    position: absolute;
    bottom:1px;
    width: 0;
    height: 2px;
    background: transparent;
    transition:all .3s ease-in;
}

.footer__p_abt a:hover:before,
.footer__span a:hover:before,
.footer__rubrique a:hover:before,
.footer__more_links_abt a:hover:before{
    background: #0c5884;
    width: 100%;

}

.footer__p_abt li a:hover,
.footer__span li a:hover,
.footer__rubrique li a:hover,
.footer__more_links_abt li a:hover{
    color: #0c5884;
    text-decoration: none;
}


.footer__rubrique .col-lg-12,
.footer__rubrique .col-xs-12,
.footer__rubrique .col-xs-6{
    padding: 0;
    /* width: 100%; */
}








.footer .col-lg-4,
.footer .col-lg-6,
.footer .col-lg-8{
    padding: 0 10px;

}

.footer__list_link .col-lg-4,
.footer__list_link .col-lg-6{
    padding: 0;
    /* border: 1px solid red; */
}




.footer__title{
    position: relative;
    display: inline-block;
    font-size: 1.4em !important;
    /* color: #636363 !important; */
}

.footer__p_abt{
    position: relative;
    font-size: 1.1em;
    padding: 30px;
    padding-left: 0;
    background: #fff;
    border-radius: 0 10px 10px 0;
}

.footer__p_abt:before{
    content: "";
    position: absolute;
    top:0;
    right: 0;
    width: 100vw;
    height: 100%;
    background:#fff;
    /* border:1px solid red */
    z-index: -1;
    border-radius: 0 10px 10px 0;
}

.footer p{
    font-size: 1.1em;
}

.footer__bottom_line span{
    font-weight: 500;
}

.footer__link_abt{
    position: relative;
    font-weight: bold;
    color: #0c5884;
    text-decoration: underline;
    display: inline-block;
    transition: color .3s ease;
}


.footer__link_abt:hover{
    text-decoration: none;
}

.footer__more_links_abt > li > a,
.footer__rubrique > li > a{
    padding: 2px 0;
}


.footer__ghermatek_link{
    position: relative;
    color: #0c5884;
    font-weight: bold;
    display: inline-block;
    transition: color .3s ease-in;
}

.footer__ghermatek_link:hover{
    color: #0c5884;
    text-decoration: none;
}

.footer__signature{
    text-align: right;
}

.footer__bottom_line{
    position: relative;
    display: inline-block;
    width: 100%;
    /* border: 1px solid red; */
    margin-bottom: -50px
}

.footer__bottom_line:before{
    content: "";
    position: absolute;
    top:50%;
    right:-50vw;
    height: 2px;
    width: 200vw;
    background:rgba(224, 25, 36, .5)

}




.footer__lv_line_design,
.footer__rv_line_design{
    position: relative;
    display: block;

}

.footer__lv_line_design:before,
.footer__rv_line_design:before{
    content: "";
    position: absolute;

    width:2px;

    background:rgba(224, 25, 36, .5);
    z-index:-2

}

.footer__lv_line_design:before{
    bottom:-40px;
    left:0;
    height: 100px;
}
.footer__rv_line_design:before{
    top:-40px;
    right:0;
    height: 30px;

}

.footer__span{
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 1em;
    /* border: 1px solid red; */
}
.footer__tl_line_design,
.footer__tr_line_design{
    position: relative;

}

.footer__tl_line_design:before,
.footer__tr_line_design:before{
    content: "";
    position: absolute;

    height: 180%;
    z-index:-1;
    /* border: 2px solid green; */
}

.footer__tl_line_design:before{
    width:110%;
    top:-40%;
    left:-5%;

}
.footer__tr_line_design:before{
    width:120%;
    top:-40%;
    left:-10%;
}


.footer__network_title{
    /* display: inline-block; */
    margin-top: 50px !important;
}

.footer__social_network li{
    display: inline-block;

}

.footer__social_network li a{
    position: relative;
    margin-right: 2px;
    margin-bottom: 5px;
    background: #0c5884;
    color: #fff;
    padding: 10px 14px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    /* font-size: 1em; */
    transition: background .3s ease;
}


.footer__social_network li a [class*=icon-]{
    position: relative;
    display: inline-block;
    /* padding: 12px; */
    /* width: 47px; */
    /* height: 47px; */
    /* border: 1px solid red; */
    /* border-radius: 50px; */
    /* transition: all .3s ease-in-out */
}

.footer__social_network li a:hover{
    background: #0c6599;
}


.footer__social_network li a:hover [class*=icon-]{
    animation: leftRightBtnIcon .3s;
}


.footer [class*=icon-]:before{
    position: relative;
    top: 2px;
    left: 1px;
    /* font-size: .8em !important; */
    /* transition: all .3s ease-in-out; */
}

.footer__copyright span > a{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    transition: all .3s ease;
}

.footer__copyright span > a:hover{
    color: #0c5884;
}



@media screen and (max-width: 767px){
    .footer{
        padding-top: 0 !important;
    }

    .footer__lv_line_design:before{
        bottom: -50px;
        height: 100px;
    }

    .foot__coord__ul > li:last-child{
        margin-bottom: 0 !important;
    }

    .ctn__footer{
        display: flex;
        flex-direction: column !important;
    }

    /* .rub__col_ctn{
        order: 1;
    }
    .abt__col_ctn{
        order: 2;
    } */

    .abt__col_ctn .footer__title{
        margin-top: 70px;
    }

    .footer__h_line_design_left:after{
        right: -100vw !important;
    }

    .nav__social__ctn {
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        margin-bottom: 25px;
    }

    .footer__navigation__social__medias{
        flex-direction: column;
    }

    .footer__navigation__social__medias>ul{
        left: inherit !important;
    }

    .footer__copyright{
        text-align: center;
    }

    .footer__list_link > li {
        list-style: none;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-wrap: nowrap;
        /* width: 100%; */
        /* border: 1px solid; */
        margin-bottom: 10px;
    }

    .footer__list_link{
        flex-direction: column;
    }

    .footer__list_link li:not(first-of-type) a{
        margin-left: inherit;
    }

    .footer__list_link > li{
        margin-bottom: 15px;

    }

    .footer__list_link > li:is(:last-of-type){
        margin-bottom: 0 !important;
    }


    .main__footer > .container{
        width: 100% !important;
    }


    .foot__coord__ul{
        display: flex;
        flex-direction: column !important;
    }

    .foot__coord__ul > li{
        flex-direction: column;
        margin-bottom: 22px !important;
    }

    .foot__coord__ul > li span[class*="icon-"]{
        margin-right: inherit;
        margin-bottom: 15px
    }

    .main__footer:after{
        bottom: 10% !important;
    }

    .main__footer:before{
        bottom: 31% !important;
        transform: skew(0, -1deg) !important;
    }

    .footer__logo{
        margin-bottom: 15px;
    }


}


.foot__coord__ul{
    margin: 0;
    padding: 0;
    /* border: 1px solid red; */
    text-align: center;
}

.foot__coord__ul > li {
    margin: 0 7px;
    list-style: none;
    display: inline-flex;
    /* flex-direction: row; */
    align-items: center;
}

.foot__coord__ul > li{
    margin-top: 10px;
}

.foot__coord__ul > li span[class*="icon-"] {
    margin-right: 10px;
    font-size: 1.2em;
    position: relative;
    /* top: 3px; */
}

.foot__coord__ul > li > span:last-child,
.foot__coord__ul > li > a{
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
    margin: 0 7px;
}




.footer__navigation__social__medias {
    position: relative;
    display: inline-flex;
    /* display: none; */
    align-items: center;
    /* width: 225px; */
    /* border-right: 1px solid #e4e4e4; */
    /* background: #22B473; */
}

.footer__navigation__social__medias>.follow-txt {
    color: #fff;
    position: relative;
    /* left: 7px */
}

.footer__navigation__social__medias>ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    left: 15px;
}

.footer__navigation__social__medias>ul>li {
    display: inline-block;
}

.footer__navigation__social__medias>ul>li>a {
    position: relative;
    padding: 4px 8px;
    /* margin: 0 7px; */
    color: #fff;
}



.main__footer{
    position: relative;
    /* z-index: 1; */
}

.main__footer > .container{
    width: 70%;

}

.ctn__footer__logo{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer__logo {
    display: inline-block;
    /* z-index: 1000 !important; */
    font-size: 3em;
    line-height: .8em;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    /* margin-left: 0; */
    /* text-align: center; */
}

#footer__logo img#the_logo {
    /* border:1px solid yellow; */
    position: relative;
    /* top:-9px; */
    /* width: 150px; */
    /* width: 180px; */
    width: 150px !important;
    /* width:100%; */
    /* width:200px; */
    /* margin-left: 10px; */
    padding: 0px;
    z-index: 1000;
    transition: opacity left .3s ease;
}


.main__footer:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 22%;
    left: 0;
    background: #222;
    transform: skew(0, -4deg);
    z-index: -1;
}

.main__footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 44%;
    left: 0;
    background: #3f85de;
    transform: skew(0, -3deg);
    z-index: -2;
}





















