@media (max-width:5000px) {
    .margdec {
        margin-left: 36px;
    }
    .margdecal {
        margin-left: 45px;
    }
    .parent {
        min-height: 150vh;
        margin-top: 13%;
    }
    .tabdetails {
        width: 100%;
    }
    .tabdetails td {
        border: 1px dotted black;
        padding: 10px;
    }
    .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: 'Montserrat-bold';
        font-size: 20px;
        border-bottom: 1px solid #41A2AA;
        margin-bottom: 15px;
        margin-top: 15px;
        width: fit-content;
    }
    .title1 {
        color: #41A2AA;
        font-family: 'Montserrat-Semibold';
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .title2 {
        color: #000;
        font-family: 'Montserrat-Regular';
        font-size: 15px;
        margin-left: 25px;
        margin-bottom: 15px;
        margin-top: 15px;
        list-style: disc;
    }
    .title3 {
        color: #000;
        font-family: 'Montserrat-Semibold';
        font-size: 15px;
        line-height: 2;
        text-align: justify;
    }
    .title4 {
        color: #000;
        font-family: 'Montserrat-Semibold';
        font-size: 14px;
        line-height: 2;
        text-align: justify;
        padding-left: 15px;
    }
    .lien {
        color: #41A2AA !important;
        cursor: pointer;
        text-decoration: underline !important;
    }
    img.imgst {
        margin-left: 4px;
    }
    mark {
        background-color: #FFFF00;
    }
}

@media (max-width:1370px) {
    .parent {
        min-height: 150vh;
        margin-top: 17%;
    }
    .title1 {
        color: #41A2AA;
        font-family: 'Montserrat-Semibold';
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .title2 {
        color: #000;
        font-family: 'Montserrat-Regular';
        font-size: 13px;
        margin-left: 25px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .title3 {
        color: #000;
        font-family: 'Montserrat-Semibold';
        font-size: 13px;
        line-height: 2;
        text-align: justify;
    }
    .title4 {
        color: #000;
        font-family: 'Montserrat-Semibold';
        font-size: 12px;
        line-height: 2;
        text-align: justify;
    }
}

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

@media (max-width:500px) {
    .main {
        overflow-y: scroll;
    }
    .titlelegand2 {
    margin-top: 45px;}
}