
.contact {

}

.contact h4 {
    font-size : 1.4rem;
    font-style: italic;
    color : #69131C;
}

.contact h6 {
    color : black;
}


.contact .card.card-cascade.wider.reverse .card-body.card-body-cascade {
    margin-top: -4rem;
}


.text-pres {
    padding : 0 20px;
    text-align: justify;
    font-size : 1.1rem;
    width: 100%;
}

.cellule {
    flex: 0 0 48%;
    color: white;
    padding: 30px 15px;
    margin: 3px;
    height: 153px;
    font-size: 0.9rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.cellule h5 {
    text-align : center;
}

.cellule p {
    text-align: center;
}

.contact-agency {
    display : none;
}

.contact-agency.active {
    display : block;
}

.contact-nav-bar {
    padding: 10px 20px;
    color: white;
    text-align: center;
    line-height: 30px;
    height: 110px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.gradient1{
    background : linear-gradient(to right, #76D861 50%, var(--main-color) 50%, var(--main-color) 100% );
}

.gradient2{
    background : linear-gradient(to left, #76D861 50%, var(--main-color) 50%, var(--main-color) 100% );
}

#tab-content {
    clear : both;
}

.AgencyTo {
    font-weight : normal;
}

.AgencyTo.active {
    text-shadow: 1px 1px 2px black;
    margin-bottom: 7px;
    border-bottom: 1px solid white;
    font-weight : bold;
}

