

/* =========================================
body
========================================= */

body {
    margin: 0;
    padding: 0;
    background-color: #32363d;
}

.body-artworks {
    background-repeat: no-repeat;
    background-position: 35% 35%;
    background-size: cover;
    background-attachment: fixed;
}

/* =========================================
fluid images
========================================= */

.fluidimg {
    max-width: 100%;
}

/* =========================================
page
========================================= */

.page {
    padding-top: 0.1px;
    margin: 0 auto;
    max-width: 1280px;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.rubrique {
    overflow: hidden;
}

.rubrique img {
    display: block;
    transition: transform .4s; 
}

.rubrique:hover img {
    -ms-transform: scale(1.05); 
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* =========================================
Logo Joffrey Schmitt
========================================= */

.js-header {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.671);   
    max-width: 1280px;
    position: fixed;
    z-index: 9990;
}

.titre {
    padding-top: 48px;
    padding-bottom: 80px;
    list-style: none;    
    background-image: url(../img/texturevideo.jpg);
    background-size:cover;
}

.js-logo {
    float: left;
    height: 100%;
    margin:0;
    padding-left:36px;   
}

.titre_body {
    font-size: 35px;
    color: white;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    margin-right: auto;
    margin-bottom: 18px;
    text-decoration: none;
}

.titre_footer {
    color: #67C0EF;
    font-size: 15px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.06em;
}

.barre {
    color: white;
}

/* =========================================
Barre de naviguation
========================================= */

.mainnav {
    list-style: none;
    margin-right: 6px;
    margin-top: 0px;
    margin-bottom: 18px;
    padding-right: 36px;
    max-width: 400px;
    font-family: 'Noto Sans SC', sans-serif;
    float: right;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    position: sticky;
}

.mainnav_link {
    display: inline-block;
    text-decoration: none;
    color: white;
    letter-spacing: 0.06em;
}

.mainnav_item1 {
    padding-right: 72px;
}

.mainnav_item2 {
    padding-right: 72px;
}

.mainnav_item1 a:hover {
    color:#67C0EF;
}

.mainnav_item2 a:hover {
    color:#67C0EF;
}

.mainnav_item3 a:hover {
    color:#67C0EF;
}

/* =========================================
Menu déroulant barre de navigation
========================================= */

nav > ul > li{
    float: left;
    position: relative;
}

nav a {
    display: inline-block;
    text-decoration: none;
}

nav li {
    list-style-type: none;
}

.submenu {
    display: none;
    background-color: rgba(0, 0, 0, 0.411);
}

nav li:hover .submenu {
    display: block;
    position: absolute;
    top: 100;
    left: 0;
    padding: 0;
    text-align: left;    
}

.submenu li a {
    padding: 15px 5px;
    font-size: 13px;
    color: white;
    width: 120px;
}

.submenu li:hover {
    background-color: rgba(0, 0, 0, 0.411);
    color: white;
}

/* =========================================
Présentation
========================================= */

.fond {
    padding-top: 0.1px;
    margin: 0 auto;
    max-width: 1280px;
    background-image: url(../img/introbackground5.jpg);
    background-repeat: no-repeat;
    background-size: 1280px;
    background-position: center 0;
    background-attachment: fixed;
}

.testartworks {
    padding-top: 0.1px;
    margin: 0 auto;
    max-width: 1280px;
    background-image: url(../img/texturebackground2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.colorcheckout {
    color: #67C0EF;
}

.presentationintro {
    font-size: 24px;
    padding-left:36px;
    padding-top: 250px;
    padding-bottom: 400px;
    color: white;
    margin: 0 auto;
    max-width: 1280px;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: normal;
    line-height: 10px;    
}

/* ==================================
Videos Pop-up
===================================*/

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.815); /* Semi-transparent black background */
    z-index: 9998; /* Behind the popup but above the rest of the page */
}
  
.popupContainer {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0); /* Use RGBA with 20% transparency */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    z-index: 9999; /* Above the semi-transparent background */
    max-width: 80%;
    max-height: 80%;
    overflow: hidden;
    padding: 5px; /* Add padding to make room for the close button */
}
  
.closeBtn {
    position: absolute;
    top: 10px; /* Adjust the top position to make half of the icon in the transparent background */
    right: 10px; /* Adjust the right position to make half of the icon in the transparent background */
    cursor: pointer;
    z-index: 2;
}
  
.videoPlayer {
    width: 100%;
    height: 100%;
}

/* =========================================
Hover video image
========================================= */

.fenetre {
    position: relative;
}
  
.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
  
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
}
 
.fenetre:hover .image {
    filter: brightness(40%);
}
  
.fenetre:hover .middle {
    opacity: 1;
}
  
.text {
    color: white;
    font-size: 30px;
}

.text2 {
    padding-right: 30px;
    color: white;
    font-size: 50px;    
}

.text3 {
    color: white;
    font-size: 40px;
}

/* =========================================
Vidéo Bande démo
========================================= */

.comingsoon {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.comingsoon img {
    border-radius: 12px;
}

.showreel iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

h:hover {
    color: #67C0EF;
}

.gallery1 {
    margin-bottom: 160px;
    padding-top: 20px ;
    padding-bottom: 20px ;
    background-image: url(../img/texturevideo.jpg);
    background-size:cover;
    align-items: center;   
    vertical-align: middle;
}

.gallery2 {
    padding-top: 20px ;
    padding-bottom: 20px ;
    background-image: url(../img/texturevideo.jpg);
    background-size:cover;
    align-items: center;
    vertical-align: middle;
}

.gallery_mini1 {
    list-style: none;
    margin: auto;
    padding-left: 0px;
    width: 75%;
    font-family: 'Noto Sans SC', sans-serif;
    display: grid;
    flex-direction: column;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    grid-gap: 18px;
    vertical-align: middle;
}

.gallery_mini2 {
    list-style: none;
    margin: auto;
    padding-left: 0px;
    width: 75%;
    margin-top: 42px;
    font-family: 'Noto Sans SC', sans-serif;
    display: grid;
    flex-direction: column;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    grid-gap: 18px;
    vertical-align: middle;
}

.gallery-layout {
    margin-bottom: 160px;
    padding-top: 20px ;
    padding-bottom: 20px ;
    background-image: url(../img/texturevideo.jpg);
    background-size:cover;
    align-items: center;
}

.gallery2 {
    padding-top: 20px ;
    padding-bottom: 20px ;
    background-image: url(../img/texturevideo.jpg);
    background-size:cover;
    align-items: center;
}

.gallery_mini1_layout {
    list-style: none;
    padding-left: 0;
    margin: auto;
    width: 75%;
    font-family: 'Noto Sans SC', sans-serif;
    display: grid;
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    grid-gap: 18px;
}

.gallery_fiction {
    padding-top: 20px ;
    padding-bottom: 20px ;
    background-image: url(../img/texturevideo.jpg);
    background-size:cover;
    align-items: center;
}

.titre_index {
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    font-size: 24px;
    color: rgb(204, 204, 204);
    margin-right: auto;   
    margin-top: 36px;
    margin-bottom: 12px;
}

.titre_index2 {
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 12px;
    color: rgb(204, 204, 204);
    margin-right: auto;   
}

/* =========================================
fluid images
menu= grille
card= bloc contenant image + texte
card_titre= titre catégorie
card_description= texte de description
========================================= */

.synopsis {
    margin-top:6px;
    font-size: 18px;
    color: #ffffff;
    font-family: Noto Sans SC;
    font-style: italic;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    text-decoration: none; 
    letter-spacing: 0.02em; 
    min-width: 10%;
}

.download {
    padding-bottom:12px;
    font-size: 24px;
    color: #ffffff;
    font-family: Noto Sans SC;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    text-decoration: none; 
    letter-spacing: 0.02em; 
    min-width: 10%;
}

.titre_portfolio {
    margin-top: 90px;
    font-size: 42px;
    color: #373e4c;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: bold;
    line-height: 36px;  
}

img {
    max-width: 100%;
    object-fit: contain;    
}

.ligneGradient {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.301),rgb(255, 255, 255),rgba(255, 255, 255, 0.301));
    width:100%; 
    height:4px;
}

.ligneGradient2 {
    margin-top:180px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.301),rgb(255, 255, 255),rgba(255, 255, 255, 0.301));
    width:100%; 
    height:4px;
}

.ligneGradient3 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.301),rgb(255, 255, 255),rgba(255, 255, 255, 0.301));
    width:100%; 
    height:4px;
}

.ligneGradient4 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.301),rgb(255, 255, 255),rgba(255, 255, 255, 0.301));
    width:100%; 
    height:4px;
}

.titre_section { 
    font-size: 56px;
    color: #ffffff;
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    text-decoration: none; 
    letter-spacing: 0.02em; 
    object-fit: contain;
}
 
/*==============================
Bio
==============================*/

.gallerybio {
    margin-bottom: 160px;
    padding-top: 20px ;
    padding-bottom: 20px ;
    background-image: url(../img/texturevideo.jpg);
    background-size:cover;
    align-items: center;
}

.gallery_minibio {
    list-style: none;
    margin: auto;
    padding-left: 90px;
    max-width: 100%;
    font-family: 'Noto Sans SC', sans-serif;
    display: grid;
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    grid-gap: 42px;
}

.textbio {
    color:white;
    font-size:18px;
    text-align: justify;
    vertical-align: middle;
}

.photobio {
    width: 80%;
    vertical-align: middle;
}

.photobio img {
    border: 1px solid #ffffff;
    vertical-align: middle;
}

/*==========================================
Contact
============================================*/

.contact {
    margin-bottom: 160px;
    padding-top: 20px ;
    padding-bottom: 20px ;
    background-image: url(../img/texturevideo.jpg);
    background-size:cover;
    align-items: center;
}

.gallery_contact {
    list-style: none;
    padding: 0;
    margin: auto;
    padding-left: 60px;
    max-width: 100%;
    font-family: 'Noto Sans SC', sans-serif;
    justify-content: center;
    grid-gap: 18px;
}

.textcontact {
    padding-top: 18px;
    color:white;
    font-size:18px;
    text-align: center;
}

/* =========================================
Informations de bas de page
========================================= */

.footer {
    padding-top: 0.1px;
    margin: 0 auto;
    max-width: 1280px;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 15px;
    background-image: url(../img/texturevideo.jpg);
    background-size:300%;
    padding-bottom: 24px;
    max-width: 30%;
}
     
.container-bottom {
    background-color: #373e4c;
    margin: 0 auto;
    padding-bottom: 12px;
    max-width: 1280px;
    background-image: url(../img/texturevideo.jpg);
    background-size:cover;  
}

.socialmedia {
    margin-top: 18px;
    margin-bottom: 12px;
    color:#ffffff;
    text-align: center;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;   
}

.infos { 
    list-style: none;
    font-family: 'Noto Sans SC', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    margin:0;
    padding:0;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.06em;
}

/* =========================================
Classes de chaque élément. 
infos_item1=powered by Joffrey Schmitt
infos_item2= logo FB
infos_item3= logo Mail
========================================= */

.infos_item1 {
    padding:0;
    margin:0;  
}

.infos_item3 {
    padding:0;
    margin:0;    
}

/* =========================================
Page Artworks
========================================= */

.gallery_mini {
    list-style: none;
}

.titre_categorie {
    margin-top: 90px;
    font-size: 36px;
    padding-left: 36px;
    color: #373e4c;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;  
}

.titre_categorie2 {
    font-size: 36px;
    padding-left: 36px;
    color: #373e4c;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;  
}

/* =========================================
Page Motion Design / VFX Breakdown
========================================= */

.titre_motiondesign {
    margin-top: 111px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    font-size: 28px;
    color: white;    
}

.linkpresskit {
    text-decoration:none;
    color:#A19D9D;
}

.titre_gallery_bio {
    padding-top: 140px;
    padding-bottom: 110px;
    margin-top: 111px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    font-size: 42px;
    text-align: center;
    color: white;  
    background-image: url(../img/brush4a.png);  
    background-size: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: 64px;
}

.titre_gallery_artworks {
    padding-top: 140px;
    padding-bottom: 110px;
    margin-top: 111px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    font-size: 42px;
    text-align: center;
    color: white;  
    background-image: url(../img/brush1a.png);  
    background-size: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: 50px;
}

.titre_gallery_md {
    padding-top: 140px;
    padding-bottom: 110px;
    margin-top: 111px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    font-size: 42px;
    text-align: center;
    color: white;  
    background-image: url(../img/brush2a.png);  
    background-size: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: 38px;
}

.titre_gallery_movies {
    padding-top: 140px;
    padding-bottom: 110px;
    margin-top: 111px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    font-size: 42px;
    text-align: center;
    color: white;  
    background-image: url(../img/brush3a.png);  
    background-size: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: 60px;
}

.package_video {
    margin: auto;
    width: 65%;
    list-style-type: none;
}

.package_video2 {
    margin: auto;
    width: 65%;
    margin-top: 114px;
    list-style-type: none;    
}

.package_video_fiction {
    padding-top: 90px;
    padding-bottom: 90px;
    margin: auto;
    width: 75%; 
    list-style-type: none;
}

.package_video_fiction2 {
    padding-top: 90px;
    padding-bottom: 90px;
    list-style: none;
    padding-left: 0;
    margin: auto;
    height:auto;
    width: 75%;
    font-family: 'Noto Sans SC', sans-serif;
    display: grid;
    grid-gap: 24px;
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
}

.package_video_fiction2 img {
    border-radius: 15px;
}

.package_video_fiction_movie {
    padding-top: 90px;
    list-style: none;
    padding-left: 0;
    margin: auto;
    height:auto;
    width: 75%;
    font-family: 'Noto Sans SC', sans-serif;
    display: grid;
    grid-gap: 24px;
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    align-items: center;
}

.package_video_fiction_movie img {
    border-radius: 15px;
}

.package_video_fiction_movie2 {
    padding-top: 24px;
    padding-bottom: 90px;
    list-style: none;
    padding-left: 0;
    margin: auto;
    height:auto;
    width: 75%;
    font-family: 'Noto Sans SC', sans-serif;
    display: grid;
    grid-gap: 28px;
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
}

.package_video_fiction_movie2 img {
    border-radius: 15px;
}

/*
.zoomvid {
    overflow: hidden;
}

.zoomvid img {
    display: block;
    transition: transform .4s; 
}

.zoomvid:hover img {
    -ms-transform: scale(1.05); 
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
*/

.fondvideo3 {
    padding-bottom: 28px;
}

.titre_video {
    margin-top: 24px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    font-size: 25px;
    color: white;
}

.titre_video2 {
    margin-top: 6px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    font-size: 25px;
    color: white;
}

.product_video {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.product_video iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.subtitle {
    margin-top: 12px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    font-size: 18px;
    color : #A19D9D;
}

.logiciel_video {
    margin-top: 24px;
    margin-right:36px;
    list-style: none;
    font-family: 'Noto Sans SC', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    font-style: normal;
    text-align: center;
    grid-gap: 12px;
}

.bouton {
    background-color: #0096FB;
    border: none;
    color: white;
    font-size: 19px;
    padding-top: 11px;
    height: 43px;
    width: 250px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 9px;
    transition-duration: 0.3s;
}

.bouton:hover {
    background-color: #1b78b6;
}
  
/*
.bouton1 {
    margin: 0 6px;
    max-width: 250px;
    transition: 0.3s;
}

.bouton2 {
    margin: 0 6px;
    max-width: 250px;
    transition: 0.3s;
}

.bouton1:hover {
    filter: brightness(80%);
}

.bouton2:hover {
    filter: brightness(80%);
}
*/

.description {
    text-align:center;
}

.description_video {
    margin-top: 24px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: white;
}

.affiche_description {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    list-style: none;
    font-family: 'Noto Sans SC', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    grid-gap: 30px;
    align-items: center;
    color: white;
    margin:0;   
}

.affiche {
    padding:0;
    margin:0;  
    max-width: 22%; 
}

.affiche img {
    border: 1px solid #ffffff;
    vertical-align: middle;    
}

/* =========================================
Page Movies
========================================= */

.titre_movies {
    margin-top: 111px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    font-size: 28px;
    color: white;   
}

/* =========================================
Page Contact
========================================= */

.titre_contact {
    margin-top: 111px;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    font-size: 28px;
    color: white;   
}

/* =========================================
Liens Retour
========================================= */

.returnlink {
    padding-left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    list-style: none;
    font-family: 'Noto Sans SC', sans-serif;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    font-size: 24px;   
    align-items: center;
    color: white;
    margin:0;  
    background-image: url(../img/brush5a.png);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -37px;
}

.returnlink2 {
    padding-left: 0;
    padding-top: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
    list-style: none;
    font-family: 'Noto Sans SC', sans-serif;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    font-size: 24px;   
    align-items: center;
    color: white;
    margin:0;  
    background-image: url(../img/brush5a.png);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 114px;
}

.returnlink3 {
    padding-left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    list-style: none;
    font-family: 'Noto Sans SC', sans-serif;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    font-size: 24px;   
    align-items: center;
    color: white;
    margin:0;  
    background-image: url(../img/brush5a.png);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -37px;
}

.boutonretour {
    color: #ffffff;
    padding: 0;
    margin-left: 30px; 
    margin-right: 30px;
    padding-bottom: 50px;
}

.boutonretour2 {
    text-decoration: none;
    color: #ffffff;
}

/* =========================================
Container du texte et du formulaire
========================================= */

.bloc_contact {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 156px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px; 
}

/* =========================================
Texte de présentation
========================================= */

.presentation {
    list-style-type: none;
    color: white;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
}

/* =========================================
Container du texte et du formulaire
========================================= */

.bloc_contact {
    padding: 0;
    margin-top: 138px;
    margin-bottom: 156px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px; 
}

/* =========================================
mentions légales
========================================= */

.mentionslegales {
    margin-bottom: 160px;
    padding-top: 20px ;
    padding-bottom: 20px ;
    background-image: url(../img/texturevideo.jpg);
    background-size:cover;
    align-items: center;
}

.bloc_mentionslegales {
    list-style: none;
    padding: 0;
    margin: auto;
    max-width: 100%;
    font-family: 'Noto Sans SC', sans-serif;
    grid-gap: 18px;
}

.titrementions {
    margin-left: 72px;
    margin-right: 72px;
    margin-bottom: 24px;
    padding-top: 18px;
    color:white;
    font-size:30px;
    text-align: left;
}

.textmentions {
    margin-left: 72px;
    margin-right: 72px;
    margin-bottom: 30px;
    color:white;
    font-size:18px;
    text-align: left;
}

.mentions {
    list-style: none;
    font-family: 'Noto Sans SC', sans-serif;
    align-items: center;
    color: rgb(255, 255, 255);
    margin:0;
    padding:0;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.06em;
}

.mentions2 {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

/* =========================================
Responsive 
========================================= */

label, #toggle {
    display: none;
}
 
@media all and (max-width: 800px) {
    nav {
        height: 60px;
    }
 
    nav .mainnav {
        padding-top:36px;
        margin-bottom:0;
        display: none;
    }
 
    nav .mainnav a {
        width: 50%;
    }  

    label {
        width: 30px;
        display: block;
        float:right;
        margin-right: 40px;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }

    #toggle:checked + .mainnav {
        display: block;
        font-size: 18px;
        justify-content: space-between;
    }


    /* =========================================
Menu déroulant barre de navigation
========================================= */

    nav > ul > li{
        float: left;
        position: relative;
        line-height: 20px;
        justify-content: center;
    }

    nav a {
        display: inline-block;
        text-decoration: none;
    }

    nav li {
        list-style-type: none;
    }

    .submenu {
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
    }

    nav li:hover .submenu {
        padding-top: 15px;
        display: block;
        position: absolute;
        top: 100;
        left: 0;
        text-align: center;    
    }

    .submenu li a {
        padding: 30px 5px;
        font-size: 18px;
        color: white;
        width: 120px;
    }

    .submenu li:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
    }

    .titre_body {
        font-size: 30px;
        color: white;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: normal;
        line-height: 36px;
        margin-right: auto;
        margin-bottom: 10px;
        text-decoration: none;
    }
    
    .titre_footer {
        color: #67C0EF;
        font-size: 15px;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0.06em;
    }

    .titre {
        padding-top: 56px;
        padding-bottom: 60px;
        list-style: none;      
    }
    
    .synopsis {
      
      font-size: 16px;
        color: #ffffff;
        font-family: Noto Sans SC;
        font-style: italic;
        font-weight: normal;
        line-height: 36px;
        text-align: center;
        text-decoration: none; 
        letter-spacing: 0.02em; 
    }

    .showreel {
        margin-top: 5px;
        overflow:hidden;
        padding-bottom:30%;
        position:relative;
        height:100px;
    }

    .js-header {
        width: 100%;
        padding-top: 25px;
        padding-bottom:30px;
        background-color: rgba(0, 0, 0, 0.582);   
    }

    .titre_body {
        font-size: 28px;
        color: white;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: normal;
        line-height: 36px;
        margin-right: auto;
        margin-bottom: 8px;
        text-decoration: none;
    }
    
    .titre_footer {
        color: #67C0EF;
        font-size: 14px;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0.06em;
    }
    
    .barre {
        color: white;
    }

    .page {
        padding-top: 0.1px;
        margin: 0 auto;
        max-width: 1280px;
        font-family: 'Noto Sans SC', sans-serif;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }

    .fond {
        padding-top: 0.1px;
        margin: 0 auto;
        max-width: 1280px;
        background-image: url(../img/introbackground5.jpg);
        background-repeat: no-repeat;
        background-size: 810px;
        background-position: center 0;
        background-attachment: fixed;
    }
    
    .presentation {
        padding-top: 0.1px;
        padding-bottom: 300px;
        margin: 0 auto;
        max-width: 1280px;
    }

    .presentationintro {
        font-size: 18px;
        padding-left:36px;
        padding-top: 150px;
        padding-bottom: 260px;
        color: white;
        margin: 0 auto;
        max-width: 1280px;
        font-family: 'Noto Sans SC', sans-serif;
        font-weight: normal;
        line-height: 10px;
    }

    .synopsis {
        margin-top:6px;
        font-size: 18px;
        color: #ffffff;
        font-family: Noto Sans SC;
        font-style: italic;
        font-weight: normal;
        line-height: 36px;
        text-align: center;
        text-decoration: none; 
        letter-spacing: 0.02em; 
        min-width: 10%;
    }
    
    .download {
        padding-bottom:12px;
        font-size: 18px;
        color: #ffffff;
        font-family: Noto Sans SC;
        font-weight: normal;
        line-height: 36px;
        text-align: center;
        text-decoration: none; 
        letter-spacing: 0.02em; 
        min-width: 10%;
    }
    
    .titre_portfolio {
        margin-top: 90px;
        font-size: 42px;
        color: #373e4c;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: bold;
        line-height: 36px;  
    }
    
    

    .socialmedia {
        margin-top: 10px;
        color:#ffffff;
        text-align: center;
        font-family: 'Noto Sans SC', sans-serif;
        font-size: 12px;
    }

    .footer {
        padding-top: 0.1px;
        margin: 0 auto;
        max-width: 1280px;
        font-family: 'Noto Sans SC', sans-serif;
        font-size: 15px;
        background-color: #373e4c;
        padding-bottom: 12px;
        max-width: 40%;
    }

    .ligneGradient {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.301),rgb(255, 255, 255),rgba(255, 255, 255, 0.301));
        width:100%; 
        height:2px;
    }

      /*Artworks*/

    .ligneGradient2 {
        margin-top:110px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.301),rgb(255, 255, 255),rgba(255, 255, 255, 0.301));
        width:100%; 
        height:4px;
    }

    .titre_categorie {
        margin-top: 90px;
        font-size: 36px;
        padding-left: 36px;
        color: #373e4c;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: bold;
        line-height: 30px;  
    }

    .titre_gallery_video {
        margin-top: 111px;
        margin-bottom: 96px;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: normal;
        line-height: 36px;
        font-size: 36px;
        text-align: center;
        color: white;    
    }

    .gallery1 {
        margin-bottom: 160px;
        padding-top: 20px ;
        padding-bottom: 20px ;
        background-image: url(../img/texturevideo.jpg);
        background-size:cover;
        align-items: center;
        justify-content: center;
    }
    
    .gallery2 {
        padding-bottom: 20px ;
        background-image: url(../img/texturevideo.jpg);
        background-size:cover;
        align-items: center;
        justify-content: center;
    }
    
    .gallery_mini1 {
        list-style: none;
        padding-left: 0;
        margin: 0;
        width: 100%;
        font-family: 'Noto Sans SC', sans-serif;
        display: grid;
        flex-direction: column;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 18px;
        justify-items: center;
        align-items: center;
    }
    
    .gallery_mini2 {
        list-style: none;
        margin: 0;
        padding-left: 0;
        width: 100%;
        margin-top: 24px;
        font-family: 'Noto Sans SC', sans-serif;
        display: grid;
        flex-direction: column;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 18px;
        justify-items: center;
        align-items: center;
    }

    .gallery-layout {
        margin-bottom: 160px;
        padding-top: 20px ;
        padding-bottom: 20px ;
        background-image: url(../img/texturevideo.jpg);
        background-size:cover;
        align-items: center;
    }
    
    
    .gallery_mini1_layout {
        list-style: none;
        padding-left: 0;
        margin: 0;
        width: 100%;
        font-family: 'Noto Sans SC', sans-serif;
        display: grid;
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        align-items: center;
        grid-gap: 18px;   
    }

    .package_video {
        margin: auto;
        width: 90%; 
        list-style-type: none;
    }
    
    .package_video2 {
        margin: auto;
        width: 90%;
        margin-top: 114px;
        list-style-type: none;    
    }

    .package_video_fiction {
        padding-top: 90px;
        padding-bottom: 0px;
        margin: auto;
        width: 75%; 
        list-style-type: none;
    }

    .package_video_fiction2 {
        padding-top: 84px;
        padding-bottom: 84px;
        list-style: none;
        padding-left: 0;
        margin: auto;
        height: auto;
        width: 75%;
        font-family: 'Noto Sans SC', sans-serif;
        display: grid;
        grid-gap: 24px;
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        align-items: center;
    }

    .package_video_fiction_movie {
        padding-top: 84px;
        list-style: none;
        padding-left: 0;
        margin: auto;
        height:auto;
        width: 75%;
        font-family: 'Noto Sans SC', sans-serif;
        display: grid;
        grid-gap: 30px;
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        align-items: center;
    }

    .package_video_fiction_movie2 {
        padding-top: 24px;
        padding-bottom: 90px;
        list-style: none;
        padding-left: 0;
        margin: auto;
        height:auto;
        width: 75%;
        font-family: 'Noto Sans SC', sans-serif;
        display: grid;
        grid-gap: 24px;
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        align-items: center;
    }

    .titre_video2 {
        margin-top: 6px;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: normal;
        line-height: 30px;
        font-size: 25px;
        color: white;
    }

    .text {  
        color: white;
        font-size: 25px;
    }

    .text2 {
        padding-left: 18px;
        color: white;
        font-size: 25px;
    }

    .text3 {
        
        color: white;
        font-size: 25px;
    }

    /* ==================================
Videos Pop-up
===================================*/

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.815); /* Semi-transparent black background */
        z-index: 9998; /* Behind the popup but above the rest of the page */
    }
  
    .popupContainer {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(255, 255, 255, 0); /* Use RGBA with 20% transparency */
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
        z-index: 9999; /* Above the semi-transparent background */
        max-width: 80%;
        max-height: 80%;
        overflow: hidden;
        padding: 5px; /* Add padding to make room for the close button */
    }
  
    .closeBtn {
        position: absolute;
        top: 70px; /* Adjust the top position to make half of the icon in the transparent background */
        right: 10px; /* Adjust the right position to make half of the icon in the transparent background */
        cursor: pointer;
        z-index: 2;
    }
  
    .videoPlayer {
        width: 100%;
        height: 100%;
    }
    
    .affiche {
        padding:0;
        margin:0;  
        max-width: 40%;
    }

    .affiche_description {
        padding-left: 18px;
        padding-right: 18px;
        margin-top: 50px;
        margin-bottom: 50px;
        list-style: none;
        font-family: 'Noto Sans SC', sans-serif;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        grid-gap: 30px;
        align-items: center;
        color: white;
        margin:0;   
    }

    .subtitle {
        margin-top: 12px;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: normal;
        line-height: 30px;
        font-size: 18px;
        color : #A19D9D;
    }    

    .logiciel_video {
        flex-direction: column;
        margin-top: 15px;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: normal;
        line-height: 30px;
        font-size: 10px;
        color : #A19D9D;
        grid-gap: 12px;
    }
    
    .description {
        text-align:center;
    }

    .description_video {
        margin-top: 12px;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: normal;
        line-height: 18px;
        font-size: 12px;
        color: white;
    }
/*
    .bouton1 {
        margin: 0 6px;
        max-width: 200px;
    }
    
    .bouton2 {
        margin: 0 6px;
        max-width: 200px;
    }
*/
    .bouton {
        background-color: #0096FB;
        border: none;
        color: white;
        font-size:16px;
        vertical-align: middle;
        padding-top: 2px;
        padding-bottom: 35px;
        height: 0px;
        width: 180px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 9px;
        transition-duration: 0.3s;
    }

    /*bio*/

    .gallerybio {
        margin-bottom: 160px;
        padding-top: 20px ;
        padding-bottom: 20px ;
        background-image: url(../img/texturevideo.jpg);
        background-size:cover;
        align-items: center;
    }
    
    .gallery_minibio {
        list-style: none;
        padding: 0;
        margin: auto;
        max-width: 80%;
        font-family: 'Noto Sans SC', sans-serif;
        display: grid;
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        grid-gap: 18px;
    }
    
    .textbio {
        padding-top: 18px;
        color:white;
        font-size:18px;
        text-align: justify;
    }
    
    .photobio {
        padding: 0;
        margin: auto;
        width: 100%;
    }
    
    /*Contact*/

    .contact {
        margin-bottom: 160px;
        padding-top: 20px ;
        padding-bottom: 20px ;
        background-image: url(../img/texturevideo.jpg);
        background-size:cover;
        align-items: center;
    }

    .gallery_contact {
        list-style: none;
        padding-right: 40px;
        max-width: 100%;
        font-family: 'Noto Sans SC', sans-serif;
        justify-content: center;
        grid-gap: 18px;
    }

    .textcontact {
        padding-top: 18px;
        color:white;
        font-size:18px;
        text-align: center;
    }

    .mentions {
        list-style: none;
        font-family: 'Noto Sans SC', sans-serif;
        align-items: center;
        color: rgb(255, 255, 255);
        margin:0;
        padding:0;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        font-size: 10px;
        text-align: center;
        letter-spacing: 0.06em;
    }
    
    .mentions2 {
        text-decoration: none;
        color: rgb(255, 255, 255);
    }

    /* =========================================
Liens Retour
========================================= */

    .returnlink {
        padding-left: 0;
        margin-top: 50px;
        margin-bottom: 50px;
        list-style: none;
        font-family: 'Noto Sans SC', sans-serif;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        font-size: 18px;   
        align-items: center;
        color: white;
        margin:0;
        background-image: url(../img/brush5a.png);
        background-size: 700px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: -37px;
    }

    .returnlink2 {
        padding-left: 0;
        padding-top: 150px;
        margin-top: 50px;
        margin-bottom: 50px;
        list-style: none;
        font-family: 'Noto Sans SC', sans-serif;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        font-size: 18px;   
        align-items: center;
        color: white;
        margin:0;
        background-image: url(../img/brush5a.png);
        background-size: 700px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 130px; 
    }

    .returnlink3 {
        padding-left: 0;
        margin-top: 50px;
        margin-bottom: 50px;
        list-style: none;
        font-family: 'Noto Sans SC', sans-serif;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        font-size: 18px;   
        align-items: center;
        color: white;
        margin:0;
        background-image: url(../img/brush5a.png);
        background-size: 700px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: -20px;
    }
}

 
