
.contact {

}

.contact h4 {
    font-size : 1.4rem;
    font-style: italic;
    color : var(--secondary);
}

.contact h6 {
    color : black;
}


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


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

.cellule {
    flex: 0 0 48%;
    color: white;
    padding: 30px 15px;
    margin: 0.8vw;
    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;
}


