@media (max-width:5000px) {
    li.styleliste {
        list-style: disc;
    }
    .parent {
        min-height: 150vh;
        margin-top: 13%;
    }
    .titlelegand2 {
        color: #41A2AA;
        font-family: 'Montserrat-bold';
        font-size: 20px;
        border-bottom: 1px solid #41A2AA;
        margin: auto;
        margin-bottom: 15px;
        margin-top: 15px;
        width: fit-content;
    }
    .titlelegand {
        color: #41A2AA;
        font-family: 'arial';
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 15px;
    }
    
.titlelegand:after {
    display      : block;
    content      : '';
    border-bottom: solid 1px #41A2AA;
    transform    : scaleX(0);
    transition   : transform 300ms ease-in-out;
        margin-top: 15px;

}

titlelegand:after {
    transform: scaleX(1);
}
    .title1 {
        color: #41A2AA;
        font-family: 'Montserrat-regular';
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 15px;
        MARGIN-LEFT: 18px;
    }
    .title2 {
        color: #000;
        font-family: 'Montserrat-Semibold';
        font-size: 15px;
        margin-left: 8.5%;
        margin-bottom: 15px;
    }
    .title3 {
        color: #000;
        font-family: 'Montserrat-Semibold';
        font-size: 15px;
        line-height: 2;
        margin-bottom: 15px;
        text-align: justify;
    }
    .lien {
        color: #41A2AA !important;
        cursor: pointer;
        text-decoration: underline !important;
    }
}

@media (max-width:1370px) {
    .parent {
        min-height: 150vh;
        margin-top: 17%;
    }
    .titlelegand {
    color: #41A2AA;

    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #41A2AA;
   
}.title1 {
    color: #41A2AA;
    font-family: 'Montserrat-regular';
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    MARGIN-LEFT: 18px;
}

    .title3 {
        color: #000;
        font-family: 'Montserrat-Semibold';
        font-size: 13px;
        line-height: 2;
        margin-bottom: 15px;
        text-align: justify;
    }
       .title2 {

        font-size: 13px;
       
    }
}

@media (max-width:1200px) {
    .sperteur {
        max-width: 5%;
    }
}