
.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 45%;
    color: white;
    padding: 20px;
    margin: 8px;
    height: 150.75px;
    font-size: 0.9rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)
}

.cellule h5 {
    text-align : center;
}

.cellule p {
    text-align: center;
}


