
.footer__heading::after {
    background-color: #faaf05;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}

.footer-big {
    padding: 30px 30px 0 30px;
}


.footer-big .border-right{
    border-right: 1px solid #fcb857  !important;
}
.footer-big .border-bottom {
    border-bottom: 1px solid #fcb857  !important;

}
@media (max-width:767.98px) {
    .footer-big .border-bottom {
        border-bottom: none !important;
        display: flow;

    }



}
.border-right .footer-big {
    border-right: 1px solid #fff
}

@media (max-width: 991.98px){
    .footer-big .border-right {
        border: none !important;
    }
    .footer-big {
        padding: 25px 0 15px 0;
    }
}


footer .box-title h5 {
    font-size: 16px;
    color: #ffffff;

    font-weight: 600;
}

.gap-2 {
    gap: 10px
}

#e-mail {
    border-radius: 10px;
    background-color: #ffffff;
}

.btn-inscrit:hover {
    color: #fcb857  ;
    border: 1px solid #fcb857 ;
    background-color: #fff ;
}

.btn-inscrit {
    border-radius: 5px;
    background-color: #fcb857 ;
    border: 1px solid #fcb857 ;
    color: #fff;
    position: relative;
    font-size: 14px;
  font-weight: 500;

}
footer .footer-menu ul li a:hover {
    color: #fcb857;
}

.footer--light {
    background: #005aaa;
}
footer i.fas.fa-arrow-right {
    color: #fcb857 ;
    margin-right: 5px;
}

.footer-big .footer-menu ul li a, .footer-big p, .footer-big ul li, footer .footer-big .text-propos{
    color: #fff;
    font-size: 15px;
    line-height: 2;
    font-weight: normal;
    text-decoration: none;
}

.footer-big ul {
    padding-left: 0
}

.footer-big ul li {
    list-style: none;
    margin-bottom: 4px;
}

.footer-menu ul li a {
    font-size: 17px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}


.footer-menu--1 {
    width: 100%
}

footer .footer-widget-title {
    font-size: 18px !important;
    color: #ffffff;
    position: relative;

}

.footer-widget-title::after {
    background-color: #fcb857;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
footer .mini-footer {
    padding: 10px 0;

}
footer .mini-footer ul.list-inline.m-0 {
    text-align: end;
}
footer .mini-footer .border-top{
    border-top: 1px solid #fcb857 !important;
}
@media (max-width: 991px) {
    footer .mini-footer ul.list-inline.m-0,
    footer .mini-footer {
        text-align: center;
    }

}

footer .mini-footer p {
    margin: 0;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
footer .mini-footer p span,
footer .mini-footer p a {
    color: #fcb857;
    font-weight: 600;
}

.footer-big .row.py-4{
    margin-top: 20px;
}

.widget-about img {
    display: block;
    margin-bottom: 30px
}

.widget-about p {
    font-weight: 400
}

.widget-about .contact-details {
    margin: 30px 0 0 0
}

.widget-about .contact-details li {
    margin-bottom: 10px
}

.widget-about .contact-details li:last-child {
    margin-bottom: 0
}

.widget-about .contact-details li span {
    padding-right: 12px
}

.widget-about .contact-details li a {
    color: #5867dd
}

.mt-5{
    margin-top: 3rem !important;
}


.footer-widget-contenu .list-inline-item a img:hover {
    background-color: #fcb857;
    opacity: 1;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px, rgba(0, 0, 0, 0.05) 0 5px 10px;

}

.mini-footer .list-inline-item img:hover {
    border-radius: 0;
    box-shadow: none;
}
#newsletter input::placeholder {
    font-size: 14px;
}


footer .footer-big p {
    font-size: 14px;
    color: #fff;
}
.align-items-start {

    -ms-flex-align: start !important;
    align-items: flex-start !important;

}

@media (max-width:991px) {

    .footer-menu {
        padding-left: 0
    }
    .icon-adress {
        margin-bottom: 10px;
    }

    .contact-page_text-box{
        margin-top: 15px;
    }
    .align-items-start {

        display: flex;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        flex-wrap: wrap;
    }
     .flex-nowrap{
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

}

.pt-4 {
    padding-top: 24px !important;
}

.footer-widget-contenu.mt-4 {
    margin-top: 30px;
}




