.body{
    background-image: url(ressources/png/6120406a-172f-422e-80cb-dd0410767ed6.png);
    background-size: cover;
    font-family:'Courier New', Courier, monospace;
    font-size: 18px;
    color: white;
}

.aside_bar{
    position: absolute;
    margin-left: 510px;
    margin-top: 0px;
    display:flex;
    flex-direction: column;
    align-items: center;
    background: black;
}

.container{
    width: 850px;
    margin-left: 542px;
    margin-top: 52px;
}

.border_pavé{
    border : solid black 4px;
    padding: 8px;
    
}
.pavé{
    background-color: rgba(7, 7, 128, 0.844);
    border: solid black 1px;
    padding: 137px;
}

.articles{
    padding-bottom: 80px;
    height:600px;
    overflow: hidden auto;
}

h3{
    display: flex;
    justify-content: end;
    font-size: 1em;
    color: hsla(238, 86%, 26%, 0.414);
    background-color: orange;
    margin-bottom: 70px;
    margin-top: 70px;
}

