* {
  padding: 0;
  margin: 0;
  font-size: 100%;
}

body {
  background-image: url("../images/bg.jpg");
  background-attachment: fixed;
  background-position: center;
}

#h1home {
  color: white;
  text-align: center;
  text-shadow: #eec66c 0.1em 0.1em 0.2em;
  margin: 0 5% 0 5%;
}

#h1film {
  margin-bottom: 3%;
}

h1 {
  color: #780000;
  text-align: center;
}

h2 {
  margin-top: 4%;
  color: white;
  font-size: 8rem;
  text-align: center;
  text-shadow: #eec66c 0.1em 0.1em 0.2em;
}

h3 {
  color: #780000;
}

h4 {
  color: white;
  text-align: center;
}

h5 {
  color: #780000;
}

h6 {
  color: #780000;
}

#nomSite {
  display: none;
}

.titregenre {
  background-color: #780000;
}

.welcome {
  color: white;
  font-weight: bold;
  float: left;
}

.sousMenu {
  margin: 1%;
}

.container-fiche {
  margin: 1% auto;
  padding: 2%;
  width: 90%;
  background-color: white;
  border-radius: 0.25rem;
}

.container-form {
  margin: 1% auto;
  padding: 2%;
  width: 60%;
  background-color: white;
  border-radius: 0.25rem;
}

.card {
  padding: 1%;
  margin: 1rem;
  border-radius: 0.25rem;
  justify-content: start;
}

.liste-vignettes {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.vignette {
  margin: 1%;
  width: 30%;
}

.vignette .img {
  width: 100%;
}

.portrait-artiste {
  margin: 2% 35% 2% 35%;
  width: 30%;
}

.formulaire-commentaire {
  margin-right: 50px;
}

.comments {
  border-radius: 0.25rem;
  background-color: #780000;
  color: white;
}

.sansCorrespondance {
  color: white !important;
  text-shadow: #eec66c 0.1em 0.1em 0.2em;
  font-weight: bold;
  font-size: 30px;
}

.rgpd {
  display: flex;
}

a {
  color: #780000;
}

a:hover {
  color: #780000;
}

a h4:hover {
  color: #eec66c;
}

.btn-rouge {
  background-color: #780000;
  color: white;
}

.btn:hover {
  background-color: #eec66c;
  color: white;
}

.action {
  border-radius: 0.25rem;
  background-color: white;
  border-color: #eec66c;
  height: 2.5rem;
  width: 12rem;
}

.action:hover {
  background-color: #eec66c;
  color: white;
}

.action:focus {
  background-color: #eec66c;
  color: white;
  border-color: #eec66c;
  box-shadow: #eec66c !important;
}

.form-control {
  border-color: #eec66c;
}

.form-control:hover {
  background-color: #eec66c;
  color: white;
}

.form-control:focus {
  background-color: #eec66c;
  color: white;
}

#commentaire_texte {
  height: 4rem;
  width: 100%;
}

#supprcommentaire:hover {
  background-color: #eec66c;
}

footer {
  color: white;
}

@media screen and (max-width: 1450px) {
  h2 {
    margin-top: 6%;
    font-size: 6rem;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    margin-top: 8%;
    font-size: 4rem;
  }

  .container-fiche {
    margin: 2% auto;
    padding: 1%;
    width: 95%;
  }

  .container-form {
    margin: 2% auto;
    padding: 5%;
    width: 90%;
  }

  .vignette {
    margin: 10px;
    width: 40%;
  }

  .portrait-artiste {
    margin: 2% 35% 2% 35%;
    width: 40%;
  }

  .formulaire-commentaire {
    margin-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    margin-top: 10%;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    display: none;
  }

  #nomSite {
    display: block;
    font-size: 2rem;
    color: #780000;
  }

  .container-fluid {
    margin-top: 15%;
  }

  .container-fiche {
    margin-top: 15%;
  }

  .container-form {
    margin-top: 15%;
  }
}

@media screen and (max-width: 500px) {
  #nomSite {
    font-size: 25px;
  }

  .container-fluid {
    margin-top: 20%;
  }

  .container-fiche {
    margin-top: 20%;
  }

  .container-form {
    margin-top: 20%;
  }
}
