header.contact {
    position: relative;
    background-position: bottom;
    background-image: url("../../assets/images/ban4.jpeg");
    background-size: cover;
    height: 40vh;
}

header.contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f22222;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.contact .title-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

header.contact .title-contact h1,
header.contact .title-contact .h1 {
    text-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    header.contact {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    header.contact .title-contact h1,
    header.contact .title-contact .h1 {
        font-size: 2.5rem;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 790px) {
    header.contact {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    header.contact .title-contact h1,
    header.contact .title-contact .h1 {
        font-size: 2rem;
        text-transform: uppercase;
    }
    .contenu .text-contact {
        font-size: 1em;
        padding-top: 1.5em;
    }
}

.section-bg-img-2 {
    background-image: url("../../assets/images/bg-4.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 20px 10px 30px 10px;
}

.info-icon {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.info-card {
    height: 30vh;
}

.card i {
    font-size: 32px;
    color: #000;
    border-radius: 50%;
    padding: 15px;
    border: 2px dotted #f22222;
    display: flex;
    justify-content: center;
}

.card h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    text-align: center;
}

.card p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
