p {
    margin: 20px;
    padding: 30px;
    color: var(--color-text);
    font-size: 20px;
    text-align: justify;
}

#conteneur1,
#conteneur2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
}

br {
    user-select: none;
}

.text-left {
    width: 50%;
}

.text-right {
    width: 50%;
}

#conteneur1 img,
#conteneur2 img {
    width: 30%;
    margin: 50px;
}

@media screen and (max-width:800px) {

    h4 {
        font-size: 30px;
    }

    .text-right,
    .text-left {
        width: 80%;
    }

    #conteneur1 img,
    #conteneur2 img {
        width: 50%;
    }
}