﻿.presEntrep {
    display:flex;
    align-items: center;
    margin: 100px 0;
    gap:50px;
}
.presEntrep .zoneLeft {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.presEntrep .zoneLeft p {
    text-align: justify;
}
.presEntrep .zoneLeft .suite {
    display: flex;
    align-items:center;
    gap:20px;
}
.presEntrep .zoneRight {
    width: calc(50% - 25px);
}
.presEntrep .zoneLeft > span {
    font-size: 16px;
    line-height: 1.4em;
}
@media (max-width: 992px) {
    .presEntrep .zoneLeft,
    .presEntrep .zoneRight {
        width: 100%;
    }
    .presEntrep {
        flex-direction: column;
        margin: 30px 0 50px;
    }
}
@media (max-width: 1400px) {
    .presEntrep .zoneLeft > span {
        font-size: 14px;
    }
}