.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#game.container, #collections.container, #authors.container, #contact.container, #legal.container {
  margin-top: 0;
  padding-top: 2em;
}

#collections.container, #authors.container, #contact.container, #legal.container {
  margin-top: 0;
  padding-top: 6em;
}

#games-list .shadow-lg, #game .shadow-lg {
  box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, .75) !important;
}

#games-list {
  margin-top: 3em;
}

#game h1 {
  font-weight: 900;
  color: #3c3c3b;
  font-family: 'Merriweather', serif;
  font-size: 3rem;
  text-transform: uppercase;
}

#legal h1, #contact h1, #collections h1, #authors h1 {
  font-weight: 900;
  color: #3c3c3b;
  font-family: 'Merriweather', serif;
}

h2, h3 {
  font-family: 'Merriweather', serif;
  font-weight: 900;
}

.cke_editable h2 {
  font-size: 2rem;
}

h4 {
  font-size: 1.125em;
}

#authors h4 {
  font-family: 'Montserrat', sans-serif;
}

.hero-button {
  background: #ed2021;
  border-radius: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}

h4.intro-jeu {
  color: #3c3c3b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.navigation-clean {
  background: #09118d;
}

.footer-clean {
  background: #09118d;
  color: #ffffff;
  text-align: center;
  padding: 1em 0;
}

hr.separateur, .cke_editable hr, .container hr {
  height: 4px;
  background-color: #09118d;
  opacity: 1;
}

.container.figure-caption {
  margin-top: 4rem;
}

.cc-revoke.cc-right {
  right: 2em;
}

.carousel-indicators {
  bottom: 25px;
}

img.author-picture {
  border-radius: 500px;
}

a.author-link {
  text-decoration: none;
  font-weight: 600;
}

.text-default, .cke_editable p, #gameContent p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.picto-author {
  width: 7%;
}

.banner-games {
  background: rgba(15, 96, 136, 0.1);
}

.logo_collection-Onivers {
  width: 100%;
}

/* Small only */

@media screen and (max-width: 39.9375em) {
  .image-resized {
    width: 100%;
    height: auto;
  }
}

/* Medium and up */

@media screen and (min-width: 40em) {
  .carousel-indicators {
    bottom: 50px;
  }

  .container.figure-caption {
    margin-top: 18rem;
  }

  .hero-button {
    font-size: 1rem !important;
  }

  #game.container, #collections.container, #authors.container, #contact.container, #legal.container {
    margin-top: 6em;
    padding-top: 2em;
  }

  #games-list {
    margin-top: 6em;
  }

  .logo_collection-Onivers {
    width: 100px;
  }

  .footer-clean {
    padding: 1em;
  }
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */

@media screen and (min-width: 64em) {}

/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* Extra Large only */

@media screen and (min-width: 160em) {}