/* Styles généraux */
body {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
    margin: 0;
    padding: 0;
    color: rgb(185, 230, 250);

}
.bgImage{
    position: absolute;
    width: 100%;
}
a{
  text-decoration: none;
    color: rgb(185, 230, 250);
}

/* Header */
.main-header {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    border-bottom: solid #777 1px;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.menu .logo {
    font-size: 1rem;
    color: white;
    text-decoration: none;
}

.menu nav {
    display: flex;
    gap: 30px;
}

.menu nav a {
    font-size: 1rem;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.menu nav a:hover {
    color: rgb(185, 230, 250); /* Ajouter une couleur hover */
}

/* Présentation du Film */
.film-presentation {
    display: flex;
    padding: 0 10%;
    background-color: #000;
    color: rgb(185, 230, 250);
}

.film-presentation .texte-container {
    flex: 1;
    padding-left: 50px;
}

.film-presentation h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.film-presentation p {
    line-height: 1.6;
}

/* Personnages et Comédiens */
.personnages {
    padding: 50px 10%;
    background-color:rgb(15, 15, 15);
    text-align: center;
}

.personnages h3 {
    margin-bottom: 20px;
}

.personnages-list {
    display: flex;
    justify-content: center;
    gap: 30px;
        display: flex;
    flex-direction: column;
}
.personnagePhoto img{
    width: 150px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}
.personnagePhoto {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.personnage{
        display: flex;
    flex-direction: row;
}

.personnage p {
    margin-top: 10px;
    margin-right: auto;
}

/* Mot du Réalisateur */
.mot-du-real {
    padding: 50px 10%;
    background-color: rgb(20, 20, 20);
    text-align: center;
}

.mot-du-real h3 {
    margin-bottom: 20px;
}

/* Équipe Technique */
.equipe-technique {
    padding: 50px 10%;
    background-color: rgb(15, 15, 15);
}

.equipe-technique h3 {
    text-align: center;
    margin-bottom: 20px;
}

.equipe-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;

}

.membre p {
    font-weight: bold;
}

/* Musique */
.musique {
    padding: 50px 10%;
    background-color:  rgb(20, 20, 20);
    text-align: center;
}
.remerciement {
    padding: 50px 10%;
    background-color: rgb(15, 15, 10);;
    text-align: center;
}

/* Photos de Tournage */
.photos-tournage {
    padding: 50px 10%;
    background-color:  rgb(20, 20, 20);
    text-align: center;
}

.photos-tournage h3 {
    margin-bottom: 20px;
}

.photos-tournage .photos {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.photos-tournage img {
    width: 500px;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
footer{
    bottom: 0;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: #777;
}
.banniereLuna {
    background-image: url('../image/banniereLuna2.png');
    height: 900px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banniere div div img{
    width: 25%;
    position: absolute;
    left: 65%;
    top: 20%;
    border-radius: 20px;
}


.banniere-texte {
    position: absolute;
    text-align: center;
    color: white;
    width: 100%;
    height: 100%;
}

.banniere-texte .infos {
    
  font-family: "arial", sans-serif;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 1.3rem;
    flex-wrap: wrap;
    position: absolute;
    left: 10%;
    top: 68%;
}

.banniere-texte .infos .quality {
    background-color: #2196F3;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    width: 40px;
}

.banniere-texte h1 {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
.synopsis{
position: absolute;
top: 78%;
left: 10%;
width: 40%;
text-align: left;
}

 .titre-principal {
    font-size: 10rem;
    font-weight: bold;
    position: absolute;
    left: 8%;
    top: 10%;
}

.titre-secondaire {
    font-size: 1.3rem;
    font-weight: normal;
}

footer{
    background-color: black;
    color: white;
}
footer p {
    background-color: black;
    color: white;
    margin: 0;
}

@media (max-width: 600px) {
    .banniereLuna {
        height: 100vh;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}
@media (max-width: 800px) {
.banniere img {
    width:100%;
}
.personnagePhoto img{
    width: 75px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}
.titre-principal{
    font-size: 5rem;
}

}
@media (max-width: 1055px) {
.equipe-list {
    flex-wrap: wrap;
}

}

@media (max-width: 600px) {
  .film-presentation {
    flex-direction: column;
    padding: 60px 2vw 20px 2vw;
    gap: 10px;
  }
  .film-presentation .image-container, .film-presentation .texte-container {
    padding: 0;
    max-width: 100vw;
  }
  .film-presentation img {
    max-width: 95vw;
    width: 100%;
    height: auto;
  }
  .film-presentation .texte-container {
    padding-left: 0;
  }
  .personnages-list, .equipe-list, .photos-tournage .photos {
    flex-direction: column !important;
    gap: 10px;
    align-items: center;
  }
  .personnage img, .photos-tournage img {
    width: 90vw;
    max-width: 300px;
    height: auto;
  }
  .banniere img {
    width: 100vw;
    max-width: 100vw;
  }
  .banniere-texte {
    position: static;
    transform: none;
    width: 100vw;
    padding: 10px 0;
  }
  .banniere-texte .infos {
    flex-direction: column;
    gap: 5px;
    font-size: 1rem;
  }
  .banniere-texte .titre-secondaire {
    font-size: 1rem;
  }
  .mot-du-real, .equipe-technique, .musique, .remerciement, .photos-tournage, .personnages {
    padding: 20px 2vw;
  }
}
@media (max-width: 600px) {
    .banniere-texte .infos .quality {
background-color: #2196F3;
padding: 2px 8px;
border-radius: 4px;
font-weight: bold;
font-size: 1rem;
width: auto;
min-width: 32px;
display: inline-block;
text-align: center;
margin: 0 auto;
}
}