@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700");
body {
  background-color: #e9ecef;
  font-family: Roboto, sans-serif;
}

iframe {
  width: 100%;
  height: 500px;
}

.actuality {
  padding: 0;
  box-shadow: 3px 2px 11px 1px #152a38;
  margin: 30px;
  width: 30%;
  max-width: 370px;
  font-family: Roboto, sans-serif;
}
@media screen and (max-width: 1300px) {
  .actuality {
    margin: 10px;
    max-width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .actuality {
    margin: 30px;
    max-width: 70%;
    width: 70%;
  }
}
@media screen and (max-width: 670px) {
  .actuality {
    margin: 30px;
    max-width: 90%;
    width: 90%;
  }
}
.actuality__img {
  width: 100%;
}
.actuality__body {
  background-color: white;
  padding: 20px;
  text-align: left;
  border-left: #ffa142 4px solid;
}
@media screen and (max-width: 670px) {
  .actuality__body {
    padding: 5px;
  }
}
.actuality__text:first-letter {
  font-size: 25px;
  color: #ffa142;
}
.actuality__title {
  text-transform: uppercase;
  color: #336688;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0;
}
.actuality__date {
  font-size: 12px;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 30px;
}

.actus-single .actuality {
  box-shadow: 3px 2px 11px 1px #a6a8ab;
}

.actus {
  background-color: #336688;
  width: 100%;
}

.affiche {
  max-width: 300px;
}
@media screen and (max-width: 992px) {
  .affiche {
    max-width: 600px;
  }
}
@media screen and (max-width: 670px) {
  .affiche {
    max-width: 300px;
  }
}
.affiche:hover .affiche__title {
  top: 0;
}
.affiche:hover .affiche__body {
  bottom: 320px;
}
.affiche__cadre {
  box-shadow: 0 0 9px 3px #8f99a2;
  height: 405px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .affiche__cadre {
    height: 798px;
  }
}
@media screen and (max-width: 670px) {
  .affiche__cadre {
    height: 405px;
  }
}
.affiche__view {
  height: 100%;
  background-size: cover;
}
.affiche__img {
  display: block;
  width: 100%;
}
.affiche__body {
  transition-duration: 500ms;
  position: relative;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: Roboto, sans-serif;
  height: 320px;
}
.affiche__hour {
  font-size: 12px;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 8px;
}
.affiche__title {
  text-transform: uppercase;
  color: #336688;
  font-weight: bold;
  transition-duration: 500ms;
  position: relative;
  top: -50px;
  animation-delay: 2000ms;
  font-family: "Quicksand", sans-serif;
  background-color: rgba(255, 255, 255, 0.89);
}
.affiche__genre {
  font-size: 12px;
  color: #4d4d4d;
  font-weight: bold;
}

.synopsie {
  border-top: #ffa142 3px solid;
  padding-top: 8px;
  margin-bottom: 5px;
  max-height: 150px;
  height: 150px;
  overflow-y: auto;
  font-size: 14px;
}
.synopsie:first-letter {
  color: #ffa142;
  padding-left: 6px;
}

.navbar {
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  color: white;
  background-color: #ffa142;
}
.navbar a {
  color: white;
  transition-duration: 500ms;
  white-space: nowrap;
}
.navbar a:hover {
  color: #336688;
}
.navbar-brand {
  font-size: inherit;
  font-family: "Quicksand", sans-serif;
  margin-right: 0;
  padding: 0;
}

.nav-item {
  margin: 0 10px;
}

.toggle-hamburger {
  color: white;
}

header {
  flex: 1;
  width: 100%;
  height: 60vh;
  background-image: url("../images/headerfullcomp.png");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  header {
    height: 30vh;
  }
}

.article__title {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 2.5rem;
}
.article__title--ws-normal {
  white-space: normal;
}
.article__title:first-letter {
  padding-left: 10px;
  border-bottom: #ffa142 6px solid;
  border-left: #ffa142 6px solid;
}
.article__subtitle {
  display: block;
  position: relative;
  top: -25px;
  white-space: nowrap;
}
.article__subtitle--left {
  left: 75px;
  width: 200px;
}
.article--border-right {
  border-right: #336688 10px solid;
}

.reserve {
  background-color: #2d2d2d;
  width: 100%;
}

.footer {
  background-color: #336688;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .footer__actus {
    display: none !important;
  }
}
.footer__link {
  display: block;
  color: white;
}
.footer__link:hover {
  color: white !important ;
  text-decoration: none;
}
.footer__title {
  text-transform: uppercase;
  font-size: 35px;
}
.footer__title:first-letter {
  border-bottom: #ffa142 3px solid;
}

.copyright {
  background-color: #2d2d2d;
}

.btn {
  border-radius: 8px;
  padding: 10px;
  font-weight: bold;
}
.btn--primary {
  border: #ffa142 2px solid;
  color: #ffa142;
}
.btn--primary:hover {
  background-color: #ffa142;
  color: white;
}
.btn--white {
  border: white 2px solid;
  color: white;
}
.btn--white:hover {
  background-color: white;
  color: #ffa142;
}

/*# sourceMappingURL=style.css.map */
