.actualite {
    position: fixed;
    top: 0;
    left: 0;
    width: 52vw;
    height: 100vh;
    padding-bottom: 70px;
    background-color: #41161a;
    overflow-y: scroll;

}

.actualite_display {

    padding-top: 5em;
    padding-left: 3em;
    padding-right: 10em;
    padding-bottom: 5em;
    color: white;
}

.news_box {
    position: relative;
    margin-bottom: 3em;
}

.news_section {
    font-family: "BG_Regular";
    font-size: 11px;

}

.news_date {
    font-family: "BG_Regular";
    font-size: 11px;
    background-color: #41161a;
    position: absolute;
    top: 20px;
    left: 0;
    padding-right: 6px;
    z-index: 1;
}

.news_date_line {
    top: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid white;
}



.news_title {
    font-family: "BG_Light";
    font-size: 30px;
    text-decoration: underline;
    padding-top: 40px;
    padding-bottom: 16px;
}

.news_paragraphe {
    font-family: "BG_Regular";
    font-size: 16px;
    padding-bottom: 16px;
}

.news_paragraphe_list {
    font-family: "BG_Regular";
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.news_paragraphe_underline {
    text-decoration: underline;
}

.news_purchase_button {
    font-family: "BG_Regular";
    font-size: 16px;
    color: white;
    border: 1.5px solid white;
    display: inline-block;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    margin-top: 10px;

}

.news_purchase_button:hover {
    color: #41161a;
    background-color: white;
}

.actualite_titre {
    display: none;
}

.slideshow_books {
    display: none;
}

.actualite_paragraphe_mobile {
    display: none;
}

.barre_journal_title {
    display: none;
}



/*
*MEDIA SCREEN
*/

@media screen and (max-width: 1200px) {

    .actualite_display {

        padding-top: 5em;
        padding-left: 3em;
        padding-right: 9em;
        padding-bottom: 5em;
        color: white;
    }

    .news_title {
        font-size: 27px;
        padding-top: 40px;
        padding-bottom: 16px;
    }

    .news_paragraphe {
        font-size: 15px;
        padding-bottom: 16px;
    }

    .news_paragraphe_list {
        font-size: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .news_purchase_button {
        font-size: 15px;
        border: 1.5px solid white;
        padding: 8px;
        margin-top: 10px;

    }
}

@media screen and (max-width: 1100px) {

    .actualite_display {

        padding-top: 5em;
        padding-left: 3em;
        padding-right: 8em;
        padding-bottom: 5em;
        color: white;
    }

    .news_title {
        font-size: 25px;
        padding-top: 40px;
        padding-bottom: 16px;
    }

    .news_paragraphe {
        font-size: 14px;
        padding-bottom: 16px;
    }

    .news_paragraphe_list {
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .news_purchase_button {
        font-size: 14px;
        border: 1.5px solid white;
        padding: 8px;
        margin-top: 10px;

    }
}

@media screen and (max-width: 1000px) {

    .actualite_display {

        padding-top: 5em;
        padding-left: 3em;
        padding-right: 7em;
        padding-bottom: 5em;
        color: white;
    }

    .news_title {
        font-size: 24px;
        padding-top: 40px;
        padding-bottom: 16px;
    }

    .news_paragraphe {
        font-size: 13px;
        padding-bottom: 16px;
    }

    .news_paragraphe_list {
        font-size: 13px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .news_purchase_button {
        font-size: 13px;
        border: 1.5px solid white;
        padding: 8px;
        margin-top: 10px;

    }
}

@media screen and (max-width: 900px) {

    .actualite_display {
        padding-right: 6em;
    }

}



@media screen and (max-width: 834px) {

    .actualite {
        top: 80px;
        width: 100vw;
        height: 100vh;
        background-color: white;

    }

    .actualite_display {
        color: black;
        padding-right: 2em;
        padding-left: 2em;


    }

    .actualite_titre {
        display: block;
        padding-left: 1.4em;
        padding-bottom: 4px;
        padding-top: 4px;
        font-family: "BG_Regular";
        font-size: 21px;
        background-color: white;
        border-bottom: 1px solid black;
        z-index: 1;
    }

    .slideshow_books {
        width: 100vw;
        height: 235px;
        display: flex;
        gap: 1vw;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        background-color: black;
        padding-right: 5em;
    }

    .slideshow_books li {
        list-style-type: none;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 5em;
        scroll-snap-align: center;
    }

    .slideshow_books img {
        width: 8em;
    }

    .actualite_paragraphe_mobile {
        display: block;
        font-family: "BG_Regular";
        font-size: 17px;
        padding-bottom: 16px;
        padding-left: 2em;
        padding-right: 1em;
        padding-top: 0.5em;
    }

    .barre_journal_title {
        display: block;
        position: absolute;
        top: 315px;
        left: 0;
        z-index: 1;
        background-color: white;
        color: black;
        width: 100vw;
        height: 2.7em;
        overflow: hidden;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    .journal_title_container {
        position: relative;
        height: 2.5em;
        width: 2000px;
        overflow: hidden;
    }

    .journal_title {
        position: absolute;
        top: 0;
        left: 0;
        width: fit-content;
        display: block;
        font-family: "BG_Regular";
        text-transform: uppercase;
        font-size: 20px;
        line-height: 40px;
        animation-duration: 18s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;

    }

    .espace_entre {
        height: 2.5em;
        width: 15px;
    }

    .first_round {
        left: -100%;
        animation-name: infinite_slide_one;
    }

    .second_round {
        left: 100%;
        animation-name: infinite_slide_two;
    }

    @keyframes infinite_slide_one {
        from {
            left: 0;
        }

        to {
            left: -100%;
        }
    }

    @keyframes infinite_slide_two {
        from {
            left: 100%;
        }

        to {
            left: 0;
        }
    }

    .news_date {
        font-size: 11px;
        background-color: white;
    }

    .news_date_line {
        top: 30px;
        width: 100%;
        border-bottom: 1px solid black;
    }

    .news_title {
        font-size: 30px;
    }

    .news_paragraphe {
        font-size: 16px;
        padding-bottom: 16px;
    }

    .news_paragraphe_list {
        font-size: 16px;
    }

    .news_purchase_button {
        font-size: 16px;
        background-color: white;
        color: black;
        border: 1px solid black;

    }

    .news_purchase_button:hover {
        background-color: black;
        color: white;
        border: 1px solid black;

    }
}


@media screen and (max-width: 720px) {


    .news_title {
        font-size: 27px;
    }

    .news_paragraphe {
        font-size: 15px;
    }

    .news_paragraphe_list {
        font-size: 15px;
    }

    .news_purchase_button {
        font-size: 15px;

    }


}

@media screen and (max-width: 695px) {

    .barre_journal_title {

        top: 330px;
        left: 0;

    }
}

@media screen and (max-width: 620px) {

    .news_title {
        font-size: 26px;
    }

    .news_paragraphe {
        font-size: 14px;
    }

    .news_paragraphe_list {
        font-size: 14px;
    }

    .news_purchase_button {
        font-size: 14px;

    }


}



@media screen and (max-width: 520px) {

    .actualite_paragraphe_mobile {
        font-family: "BG_Regular";
        font-size: 14px;
        padding-bottom: 16px;
        padding-left: 2em;
        padding-right: 1em;
        padding-top: 1em;
    }

    .barre_journal_title {
        top: 330px;
    }

    .news_title {
        font-size: 24px;
    }

    .news_paragraphe {
        font-size: 13px;
    }

    .news_paragraphe_list {
        font-size: 13px;
    }

    .news_purchase_button {
        font-size: 13px;

    }


}


@media screen and (max-width: 360px) {

    .news_section {
        font-size: 10px;

    }

    .actualite_paragraphe_mobile {
        font-size: 13px;
    }

    .news_date {
        font-size: 10px;
        background-color: white;
        top: 25px;

    }

    .news_date_line {
        top: 35px;
        width: 100%;
        border-bottom: 1px solid black;
    }

}

@media screen and (max-width: 320px) {

    .news_section {
        font-size: 9px;

    }

    .actualite_paragraphe_mobile {
        font-size: 12px;
        padding-top: 1.4em;
    }

}

@media screen and (max-width: 300px) {

    .news_section {
        font-size: 8px;

    }

    .actualite_paragraphe_mobile {
        font-size: 11px;
    }

}