.descriptions{
}

.description__title{
    font-size: 40px;
    text-align: center;
    text-decoration-line: underline;
}

.description__items{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
}

.description__left{
    width: 47%;
    height: 380px;
    background-color: aliceblue;
    border-radius: 10px;
}

.description__left-title{
    text-align: center;
    text-decoration-line: underline;
}

.description__left-text{
    margin-left: 25px;
    margin-right: 25px;
    text-align: justify;
}

.description__right{
    width: 47%;
    height: 380px;
    background-color: aliceblue;
    border-radius: 10px;
}

.description__right-title{
    text-align: center;
    text-decoration-line: underline;
}

.description__right-list-table {
    width: 84%;
    text-align: center;
    border-spacing: 5px;
}

.td__left{
    text-align: left;
    height: 50px;
    margin-left: 100px;
}

.td__right{
    text-align: left;
}

.description__li {
    list-style-type: none;
    margin-top: 25px;
}

.li__soustitre {
    list-style-type: none;
    margin-top: 25px;
}

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

    .container{
        width: 90%;
    }

    .description__items{
        margin-right: 0;
        margin-bottom: 40px;
        flex-direction: column;
    }

    .description__left{
        margin-bottom: 40px;
        width: 100%;
        height: 500px;
    }

    .description__right{
        width: 100%;
        height: 500px;
    }
}
