@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

* {
    font-family: 'Red Hat Display', sans-serif;
    color: white;
    scroll-behavior: smooth;
}

body {
    background-color: #15151c;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Koulen', sans-serif !important;
}

h1 {
    margin: 8em 1em 6em !important;
}

a {
    text-decoration: none;
    color: white;
}

h1 strong {
    font-family: 'Koulen', sans-serif !important;
}

strong {
    font-weight: inherit !important;
    position: relative;
    z-index: 10;
}

strong::before {
    /* Highlight color */
    background-color: #2e6ddb;
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: 35%;
    left: 3px;
    bottom: 2px;
    z-index: -1;
}

header#site-header {
    padding: 0 2em;
    width: 97.5vw;
    background-color: #15151c;
    position: fixed;
    height: 4.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 7px 20px black;
    top: 0;
    z-index: 1000;
}


a#siteMainIcon {
    position: relative;
    width: 250px;
    z-index: 1100;

}


#openBtn {
    display: block;
    cursor: pointer;
}

.burger-icon {
    display: block;
    width: 30px;
    height: 20px;
    position: fixed;
    right: 4vw;
    top: 1.75em;
}

.burger-icon span {
    display: block;
    background: white;
    height: 3px;
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease-in-out;
}

div#mobile-nav #links-header-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    background-color: #15151c;
    margin: 0;
    padding: 2em 0;
    position: fixed;
    width: 100vw;
    top: 4.5em;
    z-index: 101;
}

.burger-icon span:nth-child(1) {
    top: 0;
}

.burger-icon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.burger-icon span:nth-child(3) {
    bottom: 0;
}

#openBtn.active .burger-icon span:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
}

#openBtn.active .burger-icon span:nth-child(2) {
    opacity: 0;
}

#openBtn.active .burger-icon span:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
}


header #links-header{
    display: none;
}


ul#links-header-mobile {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

ul#links-footer {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    align-items: center;
    gap: 1em;
}

li {
    margin-right: 2em;
}


div#siteTitle div#paraTitle {
    background-color: #ed6a5a;
    width: 90%;
    height: 100% !important;
    padding: 15em 2em 1.5em 2em;

}

div#mascotteHead > lottie-player {
    width: 500px;
}

#textTitleHead {
    padding-right: 7em;
}

div#siteTitle {

    display: grid;
    align-items: center;
    justify-content: space-between;
}

div#siteTitle div#mascotteHead {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f2e5;
    padding-bottom: 2em;
    width: 100vw;
    height: 100% !important;


}


div#logoHead svg {
    width: 300px;
    position: relative;
    left: -15px;
}

div#paraTitle p  {
    font-weight: 650;
    font-size: 1.4em;
    margin: 0.1em;
}

footer {
    display: flex;
    flex-direction: row;
    padding: 1em 2em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button {
    padding: 0.5em 1em;
    background-color: #f3f2e5;
    color: #ed6a5a;
    border-radius: 7px;
    font-weight: 700;
    font-size: 1.2em;
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}

.button:hover {
    background-color: #2e6ddb;
    color: white;
}

#buttonsNav {
    margin-top: 2em;
    display: flex;
    gap: 1em;
}



.hidden {
    display: none !important;
}





#ready {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30vh 0 30vh 0;
    text-align: center;
}

#ready span:first-of-type {
    font-family: 'Koulen', sans-serif;
    font-size: 2.5em;
    color: #b0b0e2;
}

#ready span:last-of-type {
    font-size: 1.61em;
    color: #b0b0e2;

}

#ready lottie-player {
    width: 150px;
}


.textSide#yo {
    order: 2;
}

div#linechart {
    width: 75vw;
    border-radius: 6px;
    padding: 2em;
}

section#cinema, section#seance, section#films {
    padding: 0 2em;
}

section header {
    position: sticky;
    top: 4em;
    right: 2em;
    background-color: rgba(21, 21, 28, 0.50);
    width: 100vw;
    height: 15vh;
    z-index: 100;

}

section#seance header {
    margin-bottom: 10vh;
}

section header h2 {
    font-size: 5em;
    position: relative;
    color: #f3f2e5;
    font-weight: initial;
    margin-bottom: 0;
    margin-top: 0;
    top: 0.25em;
}

section header span {
    font-size: 5em;
    font-family: 'Koulen', sans-serif;
    position: relative;
    color: #2d2d3c;
    bottom: 0.82em;
    left: 0.10em;
    z-index: -1;
}

section h3 {
    font-size: 3em;
    margin-bottom: 0.5em;
    color: #f3f2e5;
}

section p {
    font-size: 1.2em;
    margin-bottom: 0.1em;
}

.ALTDATATXT {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15vh;
    justify-content: center;
}


.ALTDATATXT#yoo {
    justify-content: start;
}

div#mapFrance {
    width: 650px;
}

div#svgTicket {
    width: 700px;
}


#moneyRep {
    order: 2;
}

#svgTicket {
    order: 1;
}

@media (min-width: 768px) {
    div#siteTitle {
        grid-template-columns: repeat(2, 1fr);
    }
    div#siteTitle div#paraTitle {
        width: 60vw;
        top: 0;
        height: 60% !important;
        padding: 10em 0 5em 3em;
    }

    div#siteTitle div#mascotteHead {
        width: 40vw;
        height: 60% !important;
        padding: 10em 0 5em 0;
        align-items: start;
        justify-content: start;
    }
    div#siteTitle div#mascotteHead lottie-player {
        position: relative;
        bottom: 40px;
        left: -20px;
        width: 1000px;
    }

    .ALTDATATXT {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 2em;
        justify-content: center;
        margin-bottom: 20vh;
    }

    .textSide#yo {
        order: 1;
    }

    div#multipleradials {

        order: 2;
    }

    #moneyRep {
        order: 1;
    }

    #svgTicket {
        order: 2;
    }

    .textSide {
        width: 40%;
    }

    div#linechart {
        width: 40vw;
        border-radius: 6px;
        padding: 2em;
    }

    section h3 {
        margin-top: 2em;
        font-size: 3em;
        color: #f3f2e5;
    }

    section header {
        position: sticky;
        top: 4em;
        right: 0;
        background-color: rgba(21, 21, 28, 0.50);
        width: 100vw;
        height: 15vh;
        z-index: 100;
    }


    section header h2 {
        font-size: 7em;
        position: relative;
        color: #f3f2e5;
        font-weight: initial;
        margin-bottom: 0;
        margin-top: 0;
        bottom: 50vh;
    }

    section header span {
        font-size: 7em;
        font-family: 'Koulen', sans-serif;
        position: relative;
        color: #2d2d3c;
        bottom: 0.85em;
        left: 0.10em;
        z-index: -1;
    }



    .ALTDATATXT#yoo {
        gap: 15vw;
    }

}

@media (min-width: 1025px) {

    #hamburger-container {
        display: none;
    }

    header #links-header{
        display: flex;
        list-style: none;
        padding-right: 2em;
    }

    div#siteTitle div#paraTitle {
        padding-left: 7em;
    }

    div#textTitleHead {
        padding-right: 30vw;
    }


    div#siteTitle {
        height: 75vh;
    }

    div#siteTitle div#mascotteHead lottie-player {
        position: relative;
        bottom: 40px;
        left: -40px;
        width: 700px;
    }

    section#cinema, section#seance, section#films {
        padding: 0 5em;
    }

    .ALTDATATXT#yoo {
        margin-left: 4vw;
        gap: 25vw;
        align-items: start;
    }

    section header {
        margin-bottom: 20vh;

    }

    div#mapFrance {
        width: 1000px;
    }
    .ALTDATATXT .textSide#moneyRep h3 {
        margin-top: 0;
    }

    .ALTDATATXT#MONEY {
        gap: 12vw;
    }


}
