body    {
    color: #f9f9f9 ;
    background-color:#181726 ;
    margin-top: 60px;
    font-family: Inspire-Bold, sans-serif;
    font-size: 20px;
    letter-spacing: .11px;
    line-height: 1.4;
    overflow-x: hidden;
}

.stitre{
    margin-top: 5%;
}
.colltitre{margin-top: 8%}

.centering{text-align:center;}

/* ------------------------------- MENU BANNIERE ------------------------------------------ */
.banner {
    background-color: #12101a00;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1000px;
    z-index: 999;
    font-size: 13px;
    letter-spacing: 1.42px;
    line-height: 1.07;
}

.bannercoll {
    background-color: #12101a00;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, -10px);
    width: 1000px;
    z-index: 1000;
    font-size: 13px;
    letter-spacing: 1.42px;
    line-height: 1.07;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner:hover {
    background-color: #10151a54;
}

.bannercoll:hover{
    background-color: #181f2654;
}

.menu ul {
    display: flex;                  
    align-items: center;           
    list-style-type: none;
    margin: 0;                     
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    margin-right: 35px;
    margin-left: 5px;
}

.menu ul li a:hover {
    text-decoration: underline;
    opacity: 0.5;
    transition: 0.3s;
}

.menubis ul li{
    display: inline;
    margin-right: 20px; 
}

.menubis ul{
    list-style-type: none;
    border-bottom: 1px solid #ffffff6e;
    display: flex;
}

.menubis ul li a{
    font-size: 12px ;
    font-family: Inspire-Bold, sans-serif;
    text-decoration: none;
    color:#ffffff6e;
}

.menubis ul li a:hover { text-decoration: underline; color:white; }

/* ----------------------------------- AFFICHAGE DES FILMS ---------------------------------- */
/* .film-fond {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    display: block; 
    left: 50%; 
    transform: translateX(-350px);
    width: 700px; 
    height: 390px; 
    position: absolute;
    object-fit: cover;
} */

.film-fond {
    height: 600px; 
    top: 0px;
    width: 1200px;
    position: relative;
    object-fit: cover; 
    box-shadow: 0 40px 40px #100e16;
    left: 50%;
    transform: translate(-50%,-60px);

    -webkit-mask-image: linear-gradient(to right, transparent, #181726 20%, #181726 80%, transparent), 
    linear-gradient(to bottom, #181726 0%, #181726 80%, transparent 100%);
    mask-image: linear-gradient(to right, transparent, #18172650 20%, black 80%, transparent), 
    linear-gradient(to bottom, #181726 0%, #181726 80%, transparent 100%);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.film-image {
    position : relative ;
    width: 250px ;
    height: 375px ;
    left: 50%;
    transform: translate(-1700px, 313px);
    box-shadow: 20px #181726;
    border-radius: 5px;
}

.film-details {
    position: relative;
    top: 0px;
    left: 50%;
    width: 500px;
    transform: translate(-42%, -70px);
}

.film-title {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-right: 15%;
    text-shadow: 0px 0px 25px #181726;
    padding-bottom: 15px;
}

.film-date {
    font-size: 20px;
    position: absolute;
    color: rgb(152, 178, 213);
    text-decoration: underline;
    z-index: 999;
}

.film-synopsis {
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
    position: relative;
    text-align: justify;
    line-height: 1.6;
    width: 500px;
    margin-bottom: 20px;
}

.film-note {
    padding-left: 60px;
    font-size: 13px;
    margin-top: 7px;
    color: #ccc;
    
}

.film-acteurs {width: 500px;}

.film-acty {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

.film-personnage {display: none;}
.film-photo {display: none; position: absolute; object-fit: cover;}

.film-acty a {color: #ccc; text-decoration: none; font-size: 14px; }
.film-acteur {border: 2px solid #ccc; border-radius: 10px; padding: 4px;}
.film-acteur:hover {color: white; border-color: white; transform: scale(1.1); transition-duration: 0.3s;}
.film-acty:hover .film-photo {
    position : absolute;
    width: 250px ;
    height: 376px;
    left: 50%;
    top: 20px;
    transform: translate(-540px, -20px);
    border-radius: 6px;
    display: flex;
}

.film-acty:hover .film-personnage {
    display: flex;
    position: absolute;
    width: 225px;
    left: 50%;
    top: 20px;
    transform: translate(-540px, 360px);
    color: #ccc;
    border-radius: 15px;
    border: 2px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 300;
    background-color: #1d1d30;
}  

.film-cont {
    width: 220px;
    left: 50%;
    top: 650px;
    position: absolute;
    transform: translate(350px, 0);
    text-align: center;
}

.film-info {
    background-color: #445566;
    width: 200px;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
}

.film-info p {
    font-size: 14px;
    color: #9DC0D4;
    text-decoration: underline;
    margin-bottom: 2px;
    margin-top: 10px;
}

.film-info hr {border: none; border: 1px solid #181726; width: 220px; transform: translate(-10px, 0);}

.film-info a {text-decoration: none; color: #9DC0D4; font-size: 13px;}
.film-info a:hover{color: white; transform: scale(1.1);}

.film-dir {display: inline-flex; margin-top: 2px;}

/* Note */

.note-bouton {
    background-color: #181726;
    border: transparent;
    color: #445566;
    text-decoration: underline;
    font-size: 16px;
}

.note {
    position: relative;
    font-size: 16px;
    margin-top: 20px;
}

.chiffre-note {
    font-size: 30px;
    color: #0056b3;
    font-weight: 800;
}

.popup {
    display: none;
    position: fixed;
    top: 0px;
    width: 800px;
    transform: translate(-50%,0);
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 800;
    transform: translate(-100%, -100%);
}

.popup-content {
    background-color: rgba(43, 43, 43, 0.425);
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    height: 400px;
}

.popup-content textarea {
    width: 720px;
    height: 280px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #33333383;
    color: #fff;
}

.popup-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.save-btn, .close-btn {
    background-color: #48505c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transform: translate(0, -5px)
}

.close-btn {
    background-color: #181818;
}

.save-btn:hover, .close-btn:hover {
    border: 2px solid white;
}

/* -------- SEQUEL ------- */
.film-navigation {
    width: 240px;
    left: 50%;
    text-align: center;
    transform: translate(-540px, 0px);
    position: relative;
}
.previousfilm, .nextfilm{
    padding: 10px 20px; 
    margin: 0 5px; 
    font-size: 14px;  
    background-color:#171e26 ;
    color: #fff;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, transform 0.3s; 
    border-radius: 20px;    
}

.previousfilm {
    margin-bottom: 15px;
}

.previousfilm:hover, .nextfilm:hover {
    border: 2px solid #333; 
    background-color: #fff; 
    color: #333;
}


.bouton-bleu-modif {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    width: 200px;
    transform: translate(0, -400px);
}  

.bouton-bleu-modif:hover {
    background-color: #0056b3;
}

.comment-section {
    background-color: #262626;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 1px;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 30px;
}

.comment-section p {
    background-color: #626262;
    padding: 8px;
    border-radius: 5px;

}

.comment-header {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline; /* Aligne le texte sur la ligne du bas pour que ce soit joli */
    gap: 10px; /* Espace entre le nom et la note */
}

.user-note-container {
    color: #aaa; /* Couleur un peu plus claire pour le "/ 7" */
    font-size: 14px;
}

.user-note-value {
    font-size: 18px; /* Ici, tu changes la taille de la note seule */
    font-weight: bold;
    color: #ffcc00; /* Optionnel : une couleur dorée pour la note */
}

.comment-section p {
    background-color: #626262;
    padding: 8px;
    border-radius: 5px;
    margin-top: 5px;
}

.comment-nav button {
    padding: 3px;
    border-radius: 3px;
    background-color: #626262;
}


/* ---------------------------------- FILMOGRAPHY ---------------------------------------- */
.GdTitre{
    font-family: "Lobster", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
    left : 50% ;
    transform: translateX(-50%);
    position : absolute ;
    top: 475px ;
    z-index: 990;
    font-size: 40px ;
    text-shadow: 1px 1px 2px black, 0 0 1em rgba(0,0,0,0.5);
}
.PtTitre{
    font-family: "Lobster", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
    left : 50% ;
    transform: translateX(-50%);
    position : absolute ;
    top: 530px ;
    z-index: 990;
    font-size: 36px ;
    text-shadow: 1px 1px 2px black, 0 0 1em rgba(0,0,0,0.5);
}
.PtTitre2{
    font-family: "Lobster", serif;
    font-weight: 400;
    font-style: normal;
    left : 50% ;
    transform: translateX(-50%);
    position : absolute ;
    top: 575px ;
    z-index: 990;
    font-size: 36px ;
    text-shadow: 1px 1px 2px black, 0 0 1em rgba(0,0,0,0.5);
}

.Filmofond {
    height: 600px; 
    top: 0px;
    width: 1000px;
    position: absolute;
    object-fit: cover; 
    box-shadow: 0 40px 40px #100e16;
    left: 50%;
    transform: translate(-50%,0);

    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent), 
    linear-gradient(to bottom, black, black calc(100% - 30px), transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent), 
    linear-gradient(to bottom, black, black calc(100% - 30px), transparent);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.GreenButton{
    position: absolute;
    left: 50%;
    top: 680px;
    text-align: center;
    transform: translate(-135px);
    padding: 6px 30px;
    background-color: #007BFF;
    border: none;
    cursor: pointer;
    width: 240px;
    border-radius: 5px;
}

.GreenButton a{
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.count-films{
    position : absolute; 
    right : 2% ;
    font-family: 'Great Vibes', cursive;
    font-size: 100px;
    top : 1% ;
    z-index: 1000;
}

.centre{
    position: absolute;
    top: 750px;
    width: 1000px;
    left: 50%;
    transform: translateX(-500px);
    text-align: center;
    color:#475b6e
}

.colliitem {
    display: inline-block;
    margin: 5px;
    position: relative; 
    margin-top: 40px;   
}

.pngCollection {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.pngBox {
    width: 140px;
    height: 210px;
    background-color: #222034;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    border: 2px solid transparent;
}

.pngBox a{text-decoration: none;}
.pngBox:hover{border: 2px solid #ccc;}

.pngPng {
    width: 140px;
    height: 200px;
    object-fit: cover;
    text-align: justify;
    transform: translateY(10px);
}

.pngName {
    font-size: 13px;
    color: #5e7081;
    padding: 10px;
    text-align: justify;
}

.review{
    font-size: 14px;
    margin-top: 100px;
    width: 900px;
    border-bottom: 2px solid currentColor;
    text-align: left;
    transform: translateX(50px);
}

.reviewed{
    width: 940px;
    transform: translateX(32px);
}

.collritem {
    display: inline-block;
    margin: 4px;
    position: relative;   
}

.collrimage {
    transition: transform 0.3s; /* Animation de transition pour l'agrandissement */
    width: 80px ;
    height: 120px; 
    box-shadow: 0 15px 15px #100e16;
    z-index: 500;
    border: 2px solid transparent;
}

.collrimage:hover {
    transform: translateY(-5px); /* Agrandir l'image au survol */
    z-index: 70;
    border: 2px solid #fff;  
}

/* ---------------------------------- COLLECTION DE FILM ---------------------------------------- */
.collitem {
    display: inline-block;
    margin-right: 20px;
    margin-left : 20px;
    margin-bottom: 25px;
    position: relative; 
    text-align: center;
}

.collimage {
    transition: transform 0.3s; /* Animation de transition pour l'agrandissement */
    width: 140px ;
    height: 210px; 
    box-shadow: 0 15px 15px #100e16;
    z-index: 500;
    border: 2px solid transparent;
}

.collimage:hover {
    transform: translateY(-28px); /* Agrandir l'image au survol */
    z-index: 70;
    border: 2px solid #fff;  
}

.collectfold{
    width: 1000px;
    left: 50%;
    transform: translateX(-50%) ;
    position: relative;
    display: inline-block;
    align-items: center;
    text-align: justify;
    margin-top: 10px;
}
/* -----------------------------------------------COLLECTION BOX/ACTEUR----------------------------------------------- */
.custom-tout {
    position: absolute;
    width: 300px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    left: 50%;
    transform: translate(-720px, 100px);
}

.custom-tout input[type=text] {
    border: none;
    border-radius: 20px;
    padding: 12px;
    font-size: 16px;
    width: calc(100% - 20px); 
}

.custom-tout input[type=submit] {
    background-color: #2b2e51;
    position: absolute;
    right: 0;
    top: 0;
    border: 3px solid #ccc;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
}

.Naame{
    font-size: 32px ;
    text-align: justify;
    margin-bottom: 0px;
    border-bottom: 1px solid #ffffff6e;
    margin-top: 25px;
    top: 20px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
.Naaame{
    font-size: 12px ;
    font-family: Inspire-Bold, sans-serif;
    color:#ffffff6e;
    margin-top: 24px;
    border-bottom: 1px solid #ffffff6e;
    padding-bottom: 6px;
    padding-left: 12px;
}

.Naaame a{ text-decoration: none; color:#ffffff6e; }
.Naaame a:hover { text-decoration: underline; color:white; }

.photo {
    position: fixed;
    width: 260px;
    height: 390px;
    display: block;
    object-fit: cover;
    left: 50%;
    transform: translate(-650px, -680px);
}

.acteurfold{
    width: 800px;
    left: 50%;
    transform: translateX(-340px) ;
    position: relative;
    display: inline-block;
    align-items: center;
    text-align: justify;
    min-height: 100vh;
    flex-grow: 1;    
}

.collimagea {
    transition: transform 0.3s; /* Animation de transition pour l'agrandissement */
    box-shadow: 0 15px 15px #100e16;
    width: 120px ;
    height: 180px; 
}

.collimagea:hover {
    transform: scale(1.05); /* Agrandir l'image au survol */
}

.collaitema {
    display: inline-block;
    margin-left : 5px;
    position: relative; 
    margin-bottom: 5px;
    top: 10px;
    width: 120px;
}

.btn-modif-act{
    position: absolute;
    left: 50%;
    transform: translate(350px, 102px);
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff6e;
}

.btn-modif-act:hover{
    color: #ffffff;
}

.png{
    height: 75%;
    bottom: 0%;
    position: fixed;
    left: 1%;
}
/* -------------------------------------------------- ACTEURS PREFERES--------------------------------------------------- */
.acteurpref{
    width: 156px;
    height: 243px;
    background-color: #222034;
    margin-bottom: 55px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.acteurpref a{text-decoration: none;}

.acteurpref-png {
    height: 243px;
    width: 156px; 
    background-color: #222034;
    object-fit: cover;
    border: 2px solid transparent;
}

.acteurpref-png:hover {
    border: 2px solid #fff;
}

.acteurpref-nom {
    font-size: 13px;
    color: #ccc;
    font-weight: 600;    
}
/* ------------------------------------------------------ LOGIN ----------------------------------------------------- */

.login-container { 
    text-align: center; 
    max-width: 500px; 
    margin: 50px auto; 
    color: white; 
    font-family: sans-serif; 
}

#main-png { 
    width: auto; 
    height: 450px; 
    margin-bottom: 20px; 
    transition: all 0.3s ease; 
}

.login-box { 
    background: #262626; 
    padding: 10px; 
    border-radius: 15px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transform: translate(0, -100px);
    font-size: 20px;
}

.choice-buttons { 
    display: flex; 
    justify-content: center; 
    gap: 20px; 
    margin-top: 20px; 
}

.btn-choice, .user-card { 
    background: #444; 
    padding: 15px 25px; 
    border-radius: 8px; 
    cursor: pointer; 
    border: none; 
    color: white; 
    font-weight: bold; 
    transition: 0.2s; 
}

.btn-choice:hover, .user-card:hover { 
    background: #007bff; 
    transform: scale(1.05); 
}

.users-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 10px; 
    margin-top: 15px; 
}

.btn-back { 
    background: none; 
    border: none; 
    color: #888; 
    cursor: pointer; 
    margin-top: 20px; 
    text-decoration: underline; 
}

.input-group input { 
    width: 100%; 
    padding: 12px; 
    margin: 20px 0; 
    border-radius: 5px; 
    border: 1px solid #444;
    background: #111; 
    color: white; 
    box-sizing: border-box; 
}

.error-msg { 
    color: #ff4d4d; 
    font-weight: bold; 
    margin-top: 15px; 
}


/* ------------------------------------------------------ AJOUTER ------------------------------------------------------ */
.formgrd {
    position: relative;
    width: 800px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size : 30px ;
    padding-left : 12px;
}

.formgrd input[type=text] {
    border: none;
    border-radius: 20px;
    padding-left: 12px;
    font-size: 20px; 
}

.formid {
    position: relative;
    width: 120px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size : 20px ;
    margin-left: 3%;
}

.formid input[type=text] {
    border: none;
    border-radius: 20px;
    padding: 30px;
    font-size: 20px; 
}

.cestlefond{
    margin-left: 40px;
}

.formlast{
    position : relative ;
    margin-right : 28.5% ;
    display: inline-block;
    margin-bottom : 10px;
    font-size: 24px;
}

.formlast::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px; /* Ajuste la distance du soulignement par rapport au texte */
    width: 300px; /* Assure que le soulignement s'étend sur toute la largeur */
    height: 2px; /* Épaisseur du soulignement */
    background-color: white; /* Couleur du soulignement */
}

.formlast2{
    position: relative;
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 20px;
    padding-left: 5px; 
}

.formlast3{
    position: relative;
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-left : 15% ;
    height: 20px;
    padding-left: 5px; 
}

.bouton-modal{
    left: 880px;
    top: 520px;
    position: fixed;
}

.film-containerB {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    position: fixed;
    display: inline-block;
    top: 600px;
    left: 880px;
    width: 350px;
}


/* ---------------------------------------------------BARRE DE RECHERCHE------------------------------------ */
/* Style de la barre de recherche */
.search-form {
    display: inline-block;
    background-color: #1c242d; /* Couleur de fond */
    border-radius: 25px; /* Coins arrondis */
    padding: 5px; /* Ajustement du rembourrage */
}

.search-form input[type="text"] {
    padding: 0; /* Rembourrage à zéro */
    font-size: 16px; /* Taille de la police */
    border: none; /* Pas de bordure */
    background: transparent; /* Fond transparent */
    outline: none; /* Supprimer le contour */
    width: 135px; /* Largeur de la barre de recherche */
    color: #fff;
    margin-left: 10px; /* Ajout de marge à gauche pour l'espace entre le texte et l'icône */
}

/* Style du bouton de recherche */
.search-button {
    padding: 0; /* Rembourrage à zéro */
    background: transparent; /* Fond transparent */
    border: none; /* Pas de bordure */
    cursor: pointer; /* Curseur au survol */
}

/* Style de l'image de la loupe */
.search-button img {
    width: 30px; /* Taille de l'icône */
    height: auto; /* Hauteur automatique */
    vertical-align: middle; /* Aligner l'icône verticalement */
}

.rechbox .rech-acteur {
    padding: 5px 10px;
    margin-right: 16px;
    background-color: #1c242d;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 2%;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, transform 0.3s; 
    width: 140px; /* Taille fixe de la case */
    text-align: center;
    display: inline-block;
}

.rechbox .rech-acteur a {
    color: white;
    text-decoration: none;
}

.rechbox .rech-acteur:hover a {
    color: #1c242d;
}

.rechbox .rech-acteur:hover {
    border: 2px solid #333;
    background-color: #fff;
    color: #333;
    text-decoration: none; /* Supprimer le soulignement au survol */
}

.rechbox .photorech {
    width: 140px;
    height: 210px;
    object-fit: cover;
}

/* ------------------------------------------- MODIFIER FILM ------------------------------------ */

.previewimage{
    position: absolute;
    left: 45%;
    top: 12%;
    height: 210px;
    width: 140px;
    object-fit: cover;
}

.previewimageA{
    position: fixed;
    left: 60%;
    top: 12%;
    height: 420px;
    width: 280px;
    object-fit: cover;
}

.previewfond{
    position: absolute;
    left: 45%;
    top: 42%;
    height: 390px;
    width: 700px;
    object-fit: cover;
}

.film-container {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    width: 550px;
    position: relative;
    display: inline-block;
}

.film-containerA {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    width: 800px;
    position: relative;
    display: inline-block;
}

.film-containerP {
    position: absolute;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    width: 400px;
    display: inline-block;
    left: 60%;
    top: 15%;
}

.form-group {
    margin-bottom: 15px;
}  

.form-note {
    width: 100%;
}

.form-group label {
    font-weight: bold;
}

.form-group input, textarea {
    width: 95%;
    padding: 8px;
    margin-top: 5px;
}

.form-groupA {
    margin-bottom: 15px;
} 

.form-groupA input, textarea {
    width: 50%;
    padding: 8px;
    margin-top: 5px;
}
.bouton-bleu {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
}  

.bouton-bleu:hover {
    background-color: #0056b3;
}

.film-container2 {
    border: 1px solid #ccc;
    padding: 10px;
    width: 31%;
    position: relative;
    display: inline-block;
    margin-left: 0.5%;
}

.gros-container{
    display:inline-flex;
}

.film-container2 button{
    width: 100%;
    height: 5%;
    margin-top: 25%;
    background-color: #007BFF;
    color: white;
    border: none;
}

.film-container2 button:hover{
    background-color: #0056b3;
}

/* ---------------------------------------------------- BOX DE FILMS ------------------------------------------------------ */
.boxed{
    width: 940px;
    transform: translateX(28px);
}
.boxitem{
    display: inline-block;
    margin: 4px;
    position: relative; 
}

.boximage{
    width: 300px;
    border: 2px solid transparent;
    transition: transform 0.3s;
    box-shadow: 0 15px 15px #100e16;
    border-radius: 25px; 
}

.boximage:hover{
    transform: scale(1.03);
    border: 2px solid #fff;
}

.BoxFond{
    top: 0;
    position: fixed;
    object-fit: cover; 
    box-shadow: 0 40px 40px #100e16;
    left: 50%;
    transform: translate(-50%,-10px);
    opacity: 30%;

    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent), 
    linear-gradient(to bottom, black, black calc(100% - 30px), transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent), 
    linear-gradient(to bottom, black, black calc(100% - 30px), transparent);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.BoxDevant{
    top: 100px;
    position: fixed;
    object-fit: cover;
    height: 200px;
    width: 300px; 
    left: 50%;
    transform: translate(-700px,100px);
    border: 2px solid #fff;
    box-shadow: 0 15px 15px #100e16;
    border-radius: 25px; 
}

.BoxButton{
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    width: 200px;
    top: 100px;
    position: fixed;
    left: 50%;
    transform: translate(-650px, 320px);
}

.BoxButton:hover{
    background-color: #d4d4d4;
    color: #000085;
}

.formBox{
    padding: 10px 20px;
    background-color: #d4d4d4;
    color: #000085;
    width: 156px;
    top: 150px;
    position: fixed;
    left: 50%;
    transform: translate(-650px, 320px);
}

.BoxButton2{
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    width: 200px;
    top: 200px;
    position: fixed;
    left: 50%;
    transform: translate(-650px, 320px);
}

.BoxButton2:hover{
    background-color: #d4d4d4;
    color: #000085;
}


.genre-dropdown {
    background-color: #ffffff00;
    color: #ffffff6e;
    border: 1px solid #ffffff00;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-family: Inspire-Bold, sans-serif;
    font-size: 12px;
    outline: none;
}

.genre-dropdown:hover {
    border-color: white;
}

.genre-dropdown option{
    color: white; 
    background-color: #1a1924;
}

.contenu-page {
    margin-top: 130px; 
}

.genre-dropdown-solo {
    position: fixed; 
    top: 50px; 
    right: 60px;
    z-index: 1001;
    
    background-color: #181f26;
    color: white;
    border: 1px solid #333;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-family: Inspire-Bold, sans-serif;
    font-size: 14px;
    outline: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); 
}

.genre-dropdown-solo:hover {
    border-color: #007BFF;
}

/* ------------------------------------------------BAS DE PAGE--------------------------------------- */

.basdepage {
    width: 105%;
    background-color: #32324c; 
    margin-top: 0px; 
    text-align: center; 
    left: -10px;
    bottom: -10px;
    position: relative;
}
