
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

@font-face {
    font-family: typo_maxou;
    src: url('../typo/ITCGaramondStd-LtNarrow.otf') format('opentype');
}

@font-face {
    font-family: logo;
    src: url('../typo/Fontspring-DEMO-limerick_serial-xbold.otf') format('opentype');
}

@font-face {
    font-family: police_credit;
    src: url('../typo/Limerick-Serial\ Regular.ttf') format('opentype');
}



body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: black;
    /*font-family: typo_maxou, sans-serif;*/
}

/*.logo {
    position: fixed;
    padding-top: 30px;
    padding-left: 30px;
    z-index: 999;
}

.logo img{
    height: 20px;
    width: auto;
}*/

.text-content {
    flex: 1;
    text-align: left;
    padding-left: 3px;
    margin-top: 0px;
    padding-top: 0px;
}

.text-content p {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: police_credit, sans-serif;
}

/*@media (max-width: 767px) {*/
@media (max-width: 1200px) {
    .logo_central img{
        height: 30px;
    }
}

.logo {
    position: fixed;
    top: 30px; /* Position verticale par rapport au haut de la page */
    right: 40px; /* Position horizontale par rapport à la gauche de la page */
    z-index: 999; /* Assurez-vous que le logo est au-dessus de tout autre contenu */
    text-align: right;
    align-items: right;
    /*color : #f51919;
    font-weight: 900;
    font-size: 70px;
    font-family: logo;*/
}

.logo a img{
    width: 39%;
    align-items: right;

}


.container_links {
    position: fixed;
    top: 40%;
    left: 10px;
    z-index: 999;
    display: inline-block;
}

.container_links a {
    margin: 0 0px;
    color: white;
    font-size: 14px;
    /*font-family: police_credit, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
}

.link {
    text-decoration: none;
    color: #000; 
    padding: 5px 10px; 
}

.link:hover {
    font-weight: bold;
}


.video_container {
    width: 80%;
    height: auto;
    margin: 0 auto; 
    padding-top: 30px; 
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}


.video_container video {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.video_container iframe {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

.video_container img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}


.container_project {
    width: 50%;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    padding-top: 30px;
    float: right;
    /*padding-bottom: 30px;*/
}

.credits{
    width:80%;
    margin-top: 80px;
}

.credits_left{
    width: 50%; 
    float:left;
}


.container_project p {
    color: white;
    margin: 0px;
    padding-left: 150px;
    /*font-family: police_credit, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 100;
    padding-top: 1px;
    padding-bottom: 1px;
}

.container_project strong{
    /*font-family: logo, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: normal;
}

.images_container {
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.images_container img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

@media (max-width: 767px) {
    .images_container img {
        width: 100%;
    }
}


/*@media (max-width: 767px) {*/

@media (max-width: 1200px) {
    .credits{
        width:95%;
    }
    .credits_left {
        width: 0%;
    }
    .container_project{
        width: 100%;
    }
    .container_project p{
        font-size: 12px;;
    }
    .video_container {
        width: 95%;
    }

    .credits{
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .container_links{
        top: 40vh;
    }

    .logo a img{
        width: 80%;
    }
}

@media (max-height: 500px){
    .container_links{
        top: 40vh;
    }

    .logo a img{
        width: 60%;
    }
}





