.mobileHeader,
.mobileFooter {
    display: none;
    z-index: 10;
}

.burgerMenuNav {

    display: none;
    z-index: 15;
}


@media(max-width: 1250px) {
    #grosTitre {

        font-size: 55px;
    }

    .bigText {
        font-size: 55px;
    }

    .date {
        font-size: 14pt;
    }
}

@media(max-width: 950px) {
    #grosTitre {

        font-size: 35px;
    }

    #petitTexte {
        font-size: 12px;
    }

    #petitTexteFooter {
        font-size: 12px;
    }

    .arrowIcon {
        width: 55px;
    }

    #courant {
        font-size: 22px;
    }

    :root {
        --headerWidth: 100px;
    }

    .img1 {
        width: 85%;
        position: absolute;
    }

    .img2 {
        width: 45%;
        position: absolute;
    }

    .bigText {
        font-size: 50px;
        width: calc(100% - 2vw);
    }

    .date {
        font-size: 12pt;
    }

}

@media(max-width: 650px) {
    #grosTitre {

        font-size: 38px;
    }

    .arrowIcon {
        width: 50px;
    }

    #petitTexte {
        font-size: 10px;
    }

    #petitTexteFooter {
        font-size: 10px;
    }

    #courant {
        font-size: 20px;
    }

    .padding {
        width: 90%;
        padding: 2vw;
    }

    .bigText {
        font-size: 40px;

    }

    .date {
        font-size: 7pt;
    }
}

@media(max-width: 500px) {
    #grosTitre {

        font-size: 30px;
    }

    .bigText {
        font-size: 35px;

    }

}

@media(max-width: 480px) {

    main {
        width: 100%;
        height: auto;
        top: 20vh;
        left: 0;
        padding-bottom: 10vh;
    }

    #grosTitre {

        font-size: 30px;
    }

    #courant {
        font-size: 15px;
    }

    .button_slide {
        height: 10vh;
    }

    .arrowIcon {
        width: 40px;
    }

    .headerLine1,
    .headerLine2,
    header {
        display: none;
    }

    .pageTitle {
        width: 100vw;
        height: 10vh;
    }

    .mobileHeader {
        position: fixed;
        display: block;
        width: 100vw;
        height: 10vh;
        top: 10vh;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        border-bottom: 2px solid var(--black);

        z-index: 2;

        background-color: var(--white);
    }

    .burgerMenuNav {
        display: block;
        position: fixed;
    }

    .closed {
        display: none;
    }

    .roundButton {
        height: 10vh;
        width: 10vh;

    }

    .round {
        height: 10vh;
        width: 10vh;
    }

    .roundButton:hover .round {
        border: 2px solid var(--black);
    }


    .titleTextContainer {
        height: calc(100vh/10);
    }

    .titleText {
        margin: 0;
    }

    .leftRound {
        border-right: 2px solid var(--black);
        border-bottom: 2px solid var(--black);
    }

    .rightRound {
        border-left: 2px solid var(--black);
        border-bottom: 2px solid var(--black);
    }

    .hl {
        width: calc(100vw - 100vh/10 * 2);
        border-top: 2px solid var(--black);
    }

    .footerhl {
        width: 100%;
        right: 0;
    }

    .mobileFooter {
        position: fixed;
        display: block;
        width: 100vw;
        height: 10vh;
        bottom: 0;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;

        border-top: 2px solid var(--black);
        box-sizing: border-box;

        z-index: 10;

        background-color: var(--white);
    }

    .footerDescription {
        display: flex;
        flex-direction: column;

        height: calc(100vh/10);
        width: calc(100vw - 20vh);
    }

    .footerText {
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 2vw;
    }

    .slide_left:hover {
        box-shadow: none;
    }

    .slide_left:hover #grosTitre {
        color: var(--black);
    }

    .slide_left:hover .arrowIcon {
        stroke: var(--black);
    }

    .darkMode {
        border-right: 2px solid var(--black);
        box-sizing: border-box;
    }

    .darkMode:hover {
        background-color: var(--black);
    }

    .darkMode:hover .starIcon {
        stroke: var(--white);
    }


    .illustration {
        display: none;
    }

    .bigPictureContainer {
        height: 70vh;

        top: 20vh;
    }






}