.mariage {
    margin-top: 50px;
    background-image: url("../../img/Formations/mariage.jpg");
    align-items: center;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0;
    min-height: 38vw;
    height: auto ;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.mariage--text {
    background-color: white;
    margin-left: 50%;
    width: 46%;
}

.text {
    padding-left: 3%;
    padding-right: 2%;
}

.mariage--title h5 {
    color: #0c1c4f;
    padding-left: 1em;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    text-align: center;
}

.mariage--title--text,
.mariage--title a {
    color: #0c1c4f;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: justify;
}

.mariage--title a {
    text-decoration-line: none;
}

.mariage--title a:hover {
    color: #80bdff;
}

.mariage--title--text p {
    padding-top: 0.5em;
}

@media (max-width:639px) {

    .mariage--text {
        width: 93%;
        margin-left: 3%;
    }
}