@font-face {
    font-family: 'Montserrat';
    src: url('/public/font/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}
body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Avenir;
    font-weight: 500;
    margin: 0;
    padding: 0;
}


#burger,
#logo-mobile{
    display: none;
}

.poster.mobile{
    display: none;
}


nav{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
nav div {
    width: 40%;
    display: flex;
    justify-content: space-around;
}
nav a{
    text-decoration: none;
    color: black;
}
.current{
    font-weight: bold;
}
hr{
    opacity: 0.2;
}

main{
    width: 60%;
    margin: 15vh auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
}

main h1{
    font-size: 1.4em;
    display: flex;
    align-items: center;
    width: 100%;
}
main h1 img{
    width: 1.1em;
    margin-right: 1em;
}

main .poster{
    width: 30%;
    margin-top: 5vh;
    position: relative;
}

main .poster:hover .on-hover{
    opacity: 1;
    transition: 0.4s;
}

main .poster > img,
main .poster .hover-informations{
    width: 100%;
    height: 100%;
    border-radius: 1vh;
}
main .poster > img{
    z-index: -2;
    box-shadow: 4px 5px 24px 5px rgba(0, 0, 0, 0.2);
}

main .poster .hover-informations{
    position: absolute;
    width: 100%;
    background: rgba(0,0,0, 0.85);
    height: 100%;
}

.hover-informations{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.hover-informations h2{
    font-size: 1.1em;
}
.hover-informations h3{
    font-style: italic;
    font-size: 1em;
    font-weight: lighter;
    margin-bottom: 3vh;
}

.hover-informations .play{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 0.8em;
    opacity: 0.8;
}

.play:hover{
    opacity: 1;
    transition: 0.4;
}

.hover-informations .play img{
    width: 4em;
    margin-bottom: 1em;
}

.btn {
    background: #CE0A1E;
    color: white;
    border-radius: 10em;
    text-decoration: none;
    padding: 1vh 2vh;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 5vh;
}

.btn:hover{
    color: #CE0A1E;
    background: white;
    transition: 0.6s;
}

.date{
    position: absolute;
    padding: 2vh 0;
    top: -2vh;
    line-height: 0;
    left: 40%;
    background: #0BA5ED;
    color: white;
    font-weight: bold;
    z-index: 99;
    display: block;
    width: 20%;
    text-align: center;
    font-size: 0.9em;
}

.on-hover{
opacity: 0
}

/* #############
    SHOW
 ############## */

.back-link{
    width: 100%;
    text-decoration: none;
    color: #2EBFB2;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.back-link img{
    margin-right: 1em;
}

.publication{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5vh;
}

.publication > img{
    width: 35%;
    box-shadow: 4px 5px 24px 5px rgba(0, 0, 0, 0.2);
    border-radius: 1vh;
}

.publication > div{
    width: 60%;
}
.publication .title{
    display: flex;
    justify-content: space-between;
    align-items: start;
    line-height: 0.5em;
}

.publication .title div #cumulated_views{
    font-size: 0.8em;
    text-align: right;
}

.publication .title h1{
    text-transform: uppercase;
    width: auto;
}

.publication .btns{
    display: flex;
    justify-content: flex-start;
}

#synopsis{
    text-align: justify;
}

.publication .btn{
    display: flex;
    width: fit-content;
    align-items: center;
    font-size: 0.7em;
    margin: 2vh 0;
}
.publication .btn.press{
    background: #2EBFB2;
    margin-left: 2em;
}
.publication .btn img{
    width: 1em;
    margin-right: 1vh;
}

.teaser{
    width: 100%;
    margin: 5vh auto;
    text-align: center;
}

.informations{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.informations > div{
    width: 48%;
}

.informations #casting{
    width: 100%;
}

.informations > div div{
    margin-bottom: 3vh;
    line-height: 1.2em;
}
.youtube-link{
    display: none;
}
.teaser iframe{
    margin: 5vh auto;
    display: none;
    width: 65%;
    height: 40vh;
}

section{
    width: 100%;
    margin: auto;
    background: #0BA5ED;
    padding: 5% 15%;
    box-sizing: border-box;
    color: white;
    font-size: 1.1em;
}

article{
    margin-top: 5vh;
    text-align: center;
}
article h2{
    font-size: 1.1em;
}
article p
article a{
    margin-bottom: 5vh;
}

article a{
    color: inherit;
}

.lang img{
    width: 1.5em;
}

.teams{
    width: 100%;
    margin-top: 5vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.teams > div{
    background: #292929;
    width: 26%;
    margin-bottom: 5vh;
    border-radius: 1em;
    padding: 2em 2em 0 2em;
    box-sizing: border-box;
}

.teams > div:hover{
    box-shadow: 4px 5px 24px 5px rgba(0, 0, 0, 0.6);
    transition: 0.3s;
}

.teams > div h2{
    color: #0BA5ED;
    font-weight: 300;
    margin: 0;
}

.teams > div p{
    color: white;
    opacity: 0.7;
    margin: 0;
    margin-bottom: 2vh;
}

.teams > div .square{
    width: 100%;
    height: 25vh;
    background-color: red;
    object-fit: contain;
    margin-bottom: 2em;
    background-size: cover;
}

.square img {
    width: 100%;
}




footer{
    background: #383838;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 5vh 0;
    position: relative;
}

footer div{
    width: 20%;
    color: white
}

footer div h4 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.4vh;
    font-size: 1em;
    margin: 1vh 0;
}

footer div h5{
    font-size: 1em;
}

.marius{
    position: absolute;
    bottom: 0;
    right: 1em;
    opacity: 0.5;
    font-weight: 300;
}

footer:nth-child(8) > div:nth-child(3) a {
    text-decoration: none;
}

footer:nth-child(8) > div:nth-child(3){
    width: 30%;
}

footer div a {
    color: white;
    line-height: 2em;
    opacity: 0.8;
}









