/* NOTES DE TRAVAIL */
.note2Travail {
    clear: both;
    margin-top: 20px;
}

.note2Travail p {
    margin-bottom: 10px;
    line-height: 1.5;
}body {
    padding-left: 2%;
    padding-right: 2%;
    background-color: #fff;
}

img {
    float: right;
    object-fit: cover;
    object-position: center;
    height: 3%;
    width: auto;
    max-height: 100px;
   

}
h1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: green;
    margin-top: 20px;
    margin-bottom: 20px;
}
