@import "./fonts.css";

.timefooter hr {
    border-top: 1px solid #e7e7e7 !important;
    margin: 10px 0;
}

.timefooter .padding-footer {
    padding: 50px 20px 0 20px;
}
.text-center {
    text-align: center !important;
}
@media (max-width:991px) {
    .timefooter   .padding-footer {
        padding: 20px 10px 0 20px;
    }
    #newsletter input.form-control {
        height: 45px !important;
        border-radius: 5px;
         width: 360px;
    }
}

.timefooter .bg-col-footer {
    background-color: #f8f8fa;
    border-top: 4px solid #e30b13;
    padding: 30px 30px 20px 30px;
}

.timefooter ul li address,
.timefooter ul li a,
.timefooter p {
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: initial;
}

.timefooter ul li address i,
.timefooter ul li a:hover,
.timefooter ul li a i {
    color: #e30b13;
}

.timefooter a.text-color {
    color: #e30b13;
    font-weight: 600;
}

.timefooter img.logo {
    width: 100%;
    height: auto;
}

.timefooter h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}
.timefooter h3::before {
    position: absolute;
    height: 3px;
    width: 50px;
    left: 0;
    bottom: -6px;
    background: linear-gradient(to right, #e30b13 0%, #fff 100%);
    display: block;
    content: "";
}



.timefooter .social a {
    border-radius: 4px;
    height: 35px;
    width: 35px;
    font-size: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 12px;
    text-align: center;
}

.timefooter .social > a i {
    color: #fff;
}

.timefooter .social .facebook {
    background-color: #1876d6;
}

.timefooter .social .twitter {
    background-color: #00aeff;
}

.timefooter .social .instagram {
    background-color: #c337a2;
}


#newsletter .btn-liste {
    height: 41px;
    padding: 0 30px;
    border: none;
    position: absolute;
    right: 16px;
    top: 2px;
    left: auto;
    bottom: auto;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #e30b13;
    font-weight: 500;
    border-radius: 5px;
}
#newsletter input.form-control {
    height: 45px !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#newsletter{
    margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
    .my-flex-col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {

    .timefooter .padding-footer {
        padding: 20px 10px 0 20px;
    }
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}


.mr-auto, .mx-auto {
    margin-right: auto!important;
}
footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

footer .h3-contact{
    color: #000000
}
footer .title-contact {
    color: #000000 !important;;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;

    text-align: initial;
}
#footer-time .list-inline>li {
    display: block;
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}

.news-footer {
    display: block;
}
.bg-gray-footer{
    background: #3c3c3b;
}


