/* .btn:hover {
  animation: grow 2s ease infinite;
}


@keyframes grow {
  from { transform: scale(0); }
  to { transform: scale(1); }
} */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.center{
    text-align: center;
}

html{
    scroll-behavior:smooth;
  }
  
body{
    margin: 0;
    padding:0;
    font-family: 'Raleway', sans-serif;
  }
  
header{
    background-position: center;
    color: #cc0000;
    text-align: center;
    background-size: cover;
    text-shadow: 1px 1px 10px black;
}
  
  
  header .principal{
    margin-top: 20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  
  header .principal h4{
    margin-top: 350px;
    padding:20px;
  }

.body_acceuil{
  background-color: #000;
}

.body_liste_films{
  background: linear-gradient(to bottom, #6699ff 0%, #ff9933 100%) no-repeat;
  background-color: #ff9933;
  background-size: cover;
  height: 100vh;
}

.header_acceuil{
  background: url('https://a-static.besthdwallpaper.com/avengers-heros-marvel-fond-d-ecran-5120x2160-25791_16.jpg');
  background-size: cover;
  height:80vh;
  text-align: center;
  background-position: center;
}

.container-fluid{
  text-align: center;
}

.title_liste{
  background-color: #b8c6ff;
  border: none;
  border-radius: 15px;
  font-family: 'Bebas Neue', cursive;
}

.nav_test{
  background-color: #333333;
}

.body_resumes{
  background-color: #d9d9d9;
}

.margin_bb{
  margin-top: 2vh;
  margin-block-end: 7vh;
}
.margin_b1{
  margin-left: 2vh;
  margin-right: 2vh;
}
.margin_b2{
  margin-top: 2vh;
}

.card-footer {
  border: none;
}

.header_acteur{
  background: url('https://wallpaperaccess.com/full/2979609.jpg');
  background-size: cover;
  height:56vh;
  text-align: center;
  background-position: center;
}

.acteur{
  width: 100%;
}

.body_acteurs {
  background-color: #bfbfbf;
}

.titre_acteurs {
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  font-size: 80px;
}
.affiche_body{
  background-color: #bfbfbf;
  /* background: linear-gradient(to bottom, #ff0000 0%, #990000 100%); */
}
.titre_galerie {
  text-align: center;
  font-family: 'Bebas Neue', cursive;
}