body, html {
  padding: 0;
  margin: 0; }

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  position: relative; }
  body h1, body h2 {
    text-transform: uppercase;
    color: black;
    font-family: "Monserrat", sans-serif;
    font-weight: 700;
    border-left: 5px solid #c2714f;
    padding-left: 5%;
    margin-bottom: 3%; }
  body a {
    color: black; }
    body a:hover {
      color: #e0607e;
      text-decoration: none; }
  body .btn-custom {
    background: transparent;
    border: 2px solid black;
    border-radius: 25px;
    color: black;
    font-weight: 600;
    text-transform: uppercase; }
    body .btn-custom:hover {
      border-color: #c2714f;
      color: #c2714f; }
  body .container-fluid {
    padding: 0; }
    body .container-fluid aside {
      padding: 0; }
    body .container-fluid article {
      padding: 3% 2%; }
  body #myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: 2px solid #e96b55;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: transparent;
    /* Set a background color */
    color: #e96b55;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */ }
  body #myBtn:hover {
    background-color: #f0f193;
    /* Add a dark-grey background on hover */ }

.maNav {
  background: #dbd3ad; }
  .maNav .navbar-nav a.nav-link {
    text-transform: uppercase;
    color: black;
    font-weight: 600; }
    .maNav .navbar-nav a.nav-link:hover {
      color: #e0607e; }
  .maNav .navbar-nav a.nav-link.active {
    color: #e0607e; }

/* Menu Déroulant Langue */
.maNav .dropdown-menu {
    background-color: #dbd3ad; /* Même couleur que la barre nav */
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.maNav .dropdown-item {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    color: black !important;
}

.maNav .dropdown-item:hover {
    background-color: #e0607e;
    color: white !important;
}

/* Taille unique pour tous les drapeaux (même si originaux différents) */
.flag-icon, .current-flag {
    width: 20px !important;
    height: 14px !important;
    object-fit: cover; /* Coupe l'image pour qu'elle remplisse le rectangle sans se déformer */
    margin-right: 8px;
    border-radius: 2px;
}

.welcome aside {
  background: url("../images/01-Image.jpg") no-repeat bottom;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }
.welcome article {
  background: #e96b55;
  color: white;
  text-align: center;
  text-transform: uppercase; }
  .welcome article .date {
    padding: 5% 0 7%; }
    .welcome article .date span {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
  .welcome article .textshadow {
    font-size: 4rem;
    text-shadow: 5px 0px 0px #5eab99; }
  .welcome article .btn-custom {
    color: #f0f193;
    border-color: #f0f193;
    margin-top: 5%; }
    .welcome article .btn-custom:hover {
      color: white;
      border-color: white; }

.about aside {
  background: url("../images/edition_2025.jpg") no-repeat center;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.news aside {
  background: url("../images/arco_banniere.jpg") no-repeat center;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.movie {
  background-color: #dbd3ad; 
  background-image: none; 
  height: auto;
  min-height: 200px;
  padding: 40px 0; /* Ajoute un peu d'espace en haut et en bas */
}

/* Règle CSS qui sert à créer de l'espace à l'intérieur du bloc contenant les affiches de films pour éviter que le contenu ne soit "collé" aux bords.*/
.movie .row {
  padding: 3% 2%;
}

/* Style des affiches avec animation */
.movie img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    margin-bottom: 15px;
    /* Animation */
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.movie img:hover {
    transform: scale(1.05); /* Zoom léger */
    filter: brightness(1.1); /* Plus lumineux */
    box-shadow: 0 8px 20px rgba(0,0,0,0.4); /* Ombre plus portée */
    cursor: pointer;
}

.booking aside {
  background: url("../images/parc_monceau_1.jpg") no-repeat center;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.form-group {
  position: relative; }

.contactPage .col-sm-12 .cardForm {
  margin-bottom: 3%; }

.address h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem; }
.address .contactIcons {
  display: inline-block; }
.address .banContact {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden; }
  .address .banContact img {
    width: 100%;
    position: absolute;
    top: -35%; }
footer .container{
  max-width: 1450px;
  padding-left: 2%;
}
footer {
  background: #dbd3ad;
  color: black; }
  footer h2 {
    font-size: 1.5rem; }
  footer .footerLinks a {
    display: block;
    color: black; 
    margin-top: 0.5rem;}
    footer .footerLinks a:hover {
      color: #e0607e; }
  footer .social .socialicons a {
    color: white;
    font-size: 1.5rem;
    line-height: 45px;
    margin-right: 5%;
    text-align: center;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #c2714f;
    border-radius: 45px; }
    footer .social .socialicons a:hover {
      background-color: #e0607e; }
  footer .socketBkg {
    background: #dbd3ad;
    width: 100%;
    font-size: 0.8rem; }
    footer .socketBkg p {
      padding: 1% 0%; }
  footer h2 {
    color: black; }
footer .partenaire ul li{
  margin-top: 1rem;
}
.jumbotron {
  background: #c2714f; }
  .jumbotron span {
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: xx-large;
    font-weight: 700; }

.container-fluid.filmlist {
  padding-top: 3%; }
  .container-fluid.filmlist h3 {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif; }
  .container-fluid.filmlist .note {
    color: black;
    margin: 3% 0%; }
  .container-fluid.filmlist span {
    color: #c2714f;
    padding-right: 2%; }

.film01 aside {
  background: url("../images/azur_et_asmar.jpeg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film02 aside {
  background: url("../images/les_aventures_de_tintin.jpg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film03 aside {
  background: url("../images/le_voyage_dans_la_lune.jpeg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film04 aside {
  background: url("../images/le_voyage_extraordinaire.jpg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film05 aside {
  background: url("../images/le_voyage_en_occident.jpg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film06 aside {
  background: url("../images/le_voyage_de_PL.jpg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film07 aside {
  background: url("../images/l_illusionniste.jpeg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film08 aside {
  background: url("../images/une_histoire_vraie.jpeg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film09 aside {
  background: url("../images/arco.jpg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film10 aside {
  background: url("../images/abordduDL.jpg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film11 aside {
  background: url("../images/banditsbandits.jpg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.film12 aside {
  background: url("../images/la_jetee.jpg") no-repeat top;
  background-size: 100% auto;
  height: auto;
  min-height: 200px; }

.infoBlog {
  color: black;
  font-size: x-small; }

.card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

.article .firstImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px; }
  .article .firstImg img {
    position: absolute; }
.article .infoBlog {
  font-size: 1rem; }
