.TIRSO {
    color: #fd0000;
    font-size: 30px;
}

.description {
    max-width: 427px;
}

.imgAccueil {
    width: 100%;
    height: auto;
    max-width: 442px;
    margin: 0 auto;
    display: block;
}

.notes>p {
    font-size: 14px;
    padding-top: 10px;
    max-width: 420px;
}

.notes {

    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    /* margin-top: 20px; */
}

/* make the div on the lefet on this page */
.reasons {
    li{
        list-style: outside;
    }
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;


}

/* add margin in the list in the div reasons */

.reasons ul {
    margin-left: 20px;
}