
/* section footer  */

footer.bg-footer {
    background-color: #7ea804;
    padding: 40px 0 0 0;

}

footer .title-footer {
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    color: #9dc330;
}


footer ul li a,
footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
footer ul li.list-inline-item{
    padding-right: 10px;
}

footer .copyright ul li a i:hover,
footer ul li a:hover {
    color: #9dc330;
    text-decoration: none;
}


footer.bg-footer {
    background-color: #7ea804;
    padding: 40px 0 0 0;

}
footer .title-footer-nwesletter {
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}
footer .title-footer {
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: inline-block;
}
footer .title-footer::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 8px;
    left: 0;
    background-color: white;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.3s ease-out;
}
footer .title-footer:hover::after{
    transform: scaleX(0);
    transform-origin: bottom right;
}

footer ul li a,
footer p , .reseau-sociaux {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.reseau-sociaux{

    padding-right: 10px;
}
footer ul li.list-inline-item {
    padding-right: 10px;
}

footer .copyright ul li a i:hover,
footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .form-input-group {
    position: relative;
    height: 50px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
}

footer .invite-btn {
    position: absolute;
    right: 8px;
    top: 6px;
    bottom: 6px;
    border-radius: 5px;
    background-color: #9dc330;
    color: #fff;
    text-align: center;
    width: 100px;
    font-weight: 400;
    box-shadow: inset 0 0 0 #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid transparent;
}

footer .invite-btn:hover {
    color: #9dc330;
    background: #fff;
    border: 1px solid #9dc330;
    box-shadow: inset 0 70px 0 0 #fff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s
}

footer .form-input-group input {
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 0 0 33px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(69 90 100);
    outline: 0;
}

footer img.icon-envollope {
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    font-size: 20px;
}

footer .border-hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #fff;
}

footer .text-end {
    text-align: end;
}

footer .copyright {
    background: #000000;
}

footer .copyright ul li a i {
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
}

footer .copyright .octasoft {
    color: #9dc330;
    font-size: 15px;
    font-weight: 600;
}

.logo-footer {
    width: 150px;
    height: auto;
}

@media (max-width:767px){
    footer ul.menu-footer > li.list-inline-item {
        padding: 10px;
        display: flex;

    }

    footer .copyright .liste-resaux{
        text-align: center;
    }


}


@media (max-width:991px) {

    .border-nwesletter{
        border-left: none !important;
    }


}