.director span{
    color: rgb(104, 104, 104);
}
.content p{
    text-align: justify!important;
}
#banner .image img {
    /* height: unset; */
}
.moreText {

    display: none;
}
.matiere{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.matiere img{
    width: 60px;
   
}
.new {
    width: 100px;
    position: absolute;
    top: -50px;
}
dt{
    position: relative;
}
.posts p{
    text-align: justify;
}

dd{
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgb(233, 231, 231);
    margin-bottom: 20px;
    padding: 0px 20px;
}
dd>p{
    flex: 1;
    text-align: justify;
}
dd img{
   height: 400px;
}
dd:last-child{
    
    border-bottom: 0px;
   
}
.posts article>img{
    width: 100%;
    cursor: pointer;
}
@media screen and (max-width:600px) {
    dd{
        flex-direction: column;
    }
    dd>p{
        margin: 0px;
    }
    dl dd {
        margin: 0px;
        padding: 0px;
    }
    dl dt {
        margin-top: 50px;
    }
}

