/* calendrier */
.header3{
    margin-top: -10vh;
}
.calendrier-container{
    padding: 0px;
    margin-top: 5%;
    margin-bottom: 15vh;
    margin-top: -15vh;
}
.calendrier-container h3{
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
}

.calendrier-sub-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: -50px;
}
.calendrier-txt1{
    display: flex;
    justify-content:flex-end;
    flex-direction: column;
    background: url('/assets/images/actu/actu1.jpg') center center no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% 100%;
    height: 200px;
    width: 400px;
    filter: saturate(2);
}
.calendrier-txt2{
    display: flex;
    justify-content:flex-end;
    flex-direction: column;
    background: url('/assets/images/actu/actu2.png') center center no-repeat;
    background-position: center center;
    background-attachment:scroll;
    background-size: 100% 100%;
    height: 200px;
    width: 400px;
    filter: sepia(9);
}
.calendrier-txt3{
    display: flex;
    justify-content:flex-end;
    flex-direction: column;
    background: url('/assets/images/actu/actu3.jpg') center center no-repeat;
    background-position: center center;
    background-attachment:scroll;
    background-size: 100% 100%;
    height: 200px;
    width: 400px;
    filter: sepia(9);
}
.calendrier-txt4{
    display: flex;
    justify-content:flex-end;
    flex-direction: column;
    background: url('/assets/images/actu/actu4.jpg') center center no-repeat;
    background-position: center center;
    background-attachment:scroll;
    background-size: 100% 100%;
    height: 200px;
    width: 400px;
    filter: sepia(9);
}
.calendrier-txt{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 22vh;
    width: 20vw;
    margin-left: 0.5vw;
    font-size: 22px;
    color: #f7b10a;
    font-family: 'Oswald', sans-serif;
    text-shadow: -1px 1px 0 #000,
                      1px 1px 0 #000,
                      1px -1px 0 #000,
                      -1px -1px 0 #000;
}