.sous-titre {
    color: #182848;
    padding: 100px 50px 40px 50px;
    border-bottom: solid gray 3px;
    font-size: 42px;
}

.sous-titre-right {
    color: #182848;
    text-align: right;
    padding: 100px 50px 40px 50px;
    border-bottom: solid gray 3px;
        font-size: 42px;

}

.divs {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    text-align: justify;
}

.spans {
    color: #0056b3;
}

.img {
    width: 100%;
    min-width: 40%;
    padding: 40px;
}

.paragraphes {
    padding: 40px;
    text-align: justify;
    font-size: 25px;
}
