@charset "UTF-8";

/* defaults */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: rgb(255, 100, 0);
    font-family: "MonumentGrotesk";
}

@font-face {
    font-family: "MonumentGrotesk";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/MonumentGrotesk-Regular.otf") format("opentype");
}
  
  
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    text-rendering: optimizeLegibility;
    /* width: 100vw; */
    /* overflow: hidden; */
    /* font-family: "MonumentGrotesk"; */
    font-size: 15px;
}

::selection {
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
}

::-moz-selection {
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
}

ol, ul {
    list-style: none;
}

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

a :hover {
    z-index: 10000000;
}

.hidden {
    display: none;
}

/* */

.container-one {
    position: relative;
    /* display: flex;
    flex-flow: column wrap; */
    width: 100%;
    /* height: 100%; */
}

.panel-menu {
    display: flex;
    position: fixed;
    background-color: white;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
}

.text-menu {
    width: 100%;
    padding: 10px;
    color: rgb(255, 100, 0);
    border-right: 1px solid rgb(255, 100, 0);
}


.text-menu-movie {
    width: 100%;
    padding: 10px;
    color: rgb(255, 100, 0);
    cursor: pointer;
}

.text-menu-movie:hover {
    background-color: rgb(255, 100, 0);
    padding: 10px;
    color: black;
}

.panel-2013 {
    /* top: 13px; */
    background-color: rgb(255, 100, 0);
    position: relative;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
    transition: all 0.5s ;
    filter: blur(10px);
}

.panel-2013:hover {
    width: 100%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    filter: blur(0px);
}

.panel-info-movie {
    top: 100%;
    z-index: 10;
    position: absolute;
    width: 100%;
}

.text-info-movie {
    padding: 10px;
    font-size: 30px;
    column-count: 2;
}

.panel-2014 {
    background-color: rgb(255, 100, 0);
    position: relative;
    width: 100%;
    height: 100%;
}

.panel-2016 {
    background-color: rgb(255, 100, 0);
    position: relative;
    width: 100%;
    height: 100%;
}

.bouton-ville-one {
    width: 100vh;
    font-size: 30px;
    position: absolute;
    padding-top: 5px;
    left: 16.9%;
    cursor: pointer;
}

.bouton-ville-one:hover {
    color: white;
}


.bouton-ville-two {
    z-index: 10;
    font-size: 30px;
    position: absolute;
    padding-top: 5px;
    left: 50.2%;
}

.bouton-ville-two:hover {
    color: white;
}

.container-date-intro {
    display: flex;
    width: 100%;
    padding-top: 40px;
    padding-left: 10px;
    transform: translate3d(0, 0, 0);
    transition: all 1s ease-in-out;
}

.container-date-intro.switch-on {
    transform: translate3d(-100%, 0, 0);
    transition: all 1s ease-in-out;
    display: flex;
    width: 100%;
    padding-top: 40px;
    padding-left: 10px;
}

.container-date {
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
}

.text-date-one {
    width: 100%;
    z-index: 5;
    position: relative;
    /* top: 3.5vh; */
    font-size: 30px;
    color: black;
}

.text-date-two {
    width: 100%;
    z-index: 5;
    position: relative;
    /* top: 3.5vh; */
    font-size: 30px;
    color: black;
}

.text-date-ville {
    top: 8.5vh;
    z-index: 5;
    position: absolute;
    font-size: 30px;
    color: black;
}

.text-date-ville-city{
    z-index: 5;
    position: relative;
    font-size: 1em;
    color: black;
    cursor: pointer;
}


.text-date-ville-city:hover {
    z-index: 5;
    position: relative;
    font-size: 1em;
    color: white;
}

.image-ville {
    z-index: 0;
    width: 300vw;
    position: relative;
    left: 0px;
    display: flex;
    /* transition: 0.5s ease; */
    /* transition-timing-function: cubic-bezier(.29, 1.01, 1, -0.68); */
}

.image-ville img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.panel-info-movie {
    /* background-color: rgb(255, 100, 0); */
    width: 100%;
    transform: translate3d(100%, 0, 0);
    transition: transform 1s ease-in-out;
}

.panel-info-movie.switch-on {
    width: 100%;
    transform: translate3d(0, 0, 0);
}

.container-ending {
    width: 100%;
    height: 1080px;
    background-color: white;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}


.ending {
    position: relative;
    width: 100%;
    font-size: 35px;
    color: rgb(255, 100, 0);
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, 50%, 0);
}

@media screen and (max-width: 588px) {
    .text-info-movie {
        padding: 10px;
        font-size: 30px;
        column-count: 1;
    }

    .container-date-intro {
        display: flex;
        width: 100%;
        padding-top: 60px;
        padding-left: 10px;
        transform: translate3d(0, 0, 0);
        transition: all 1s ease-in-out;
    }
}

