footer {
    background: #323232;
    border-top: 5px solid #e1472f;
    margin: auto;
}

#quotation_banner ~ footer {
    margin-bottom: var(--quotation_banner_height, 70px)!important;
}

#footer {
    padding: 2rem 1rem;
}

footer a,
footer p {
    color: #fff;
    font-size: 14px;
}

footer a:hover {
    color: #e1472f;
}

.subFoot {
    font-size: 16px;
}

.blocG,
.blocD,
.tact,
.logoFoot,
#underFoot p {
    padding: 1rem;
}

.blocG p,
.blocD p {
    border-bottom: 1px dotted #6b6b6b;
}

.blocG p,
.blocD p,
.tact p {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#underFoot {
    background: #252525;
}

#underFoot p {
    color: #969595;
    font-size: 13px;
}

#underFoot p a {
    color: #efefef;
    font-size: 13px;
}

#underFoot p a:hover {
    color: #e1472f;
}

#quotation_banner {
    --quotation_banner_height: 70px;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    max-height: 85vh;
    background-color: #e1472f;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#quotation_banner .banner-form {
    max-width: 1120px;
    width: 100%;
}

#quotation_banner .banner-intro {
    background-color: #e6e6e6;
}

#quotation_banner .banner-intro a.motto {
    font-size: 12px;
    background: rgb(238, 33, 45);
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 16px;
}

#quotation_banner .banner-header {
    height: var(--quotation_banner_height, 70px);
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}


#quotation_banner .banner-header .-content {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
#quotation_banner .banner-header .-content img {
    height: var(--quotation_banner_height, 70px);
    width: var(--quotation_banner_height, 70px);
}

#quotation_banner .banner-header p {
    color: white;
    font-size: 20px;
}

#quotation_banner .banner-form {
    height: 0;
    transition: height 0.5s ease-out;
    overflow: hidden;
}
#quotation_banner.open .banner-form {
    height: 80vh;
    overflow-y: auto;
}

.uppercase {
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    #quotation_banner .banner-header .-content{
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    #footer .bloc-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 1280px) {
    footer .container {
        width: 1120px;
    }
}