body {
  font-family: "Lora";
  background: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../img/bg.jpg");
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway";
}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.site-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Raleway";
}
.site-heading .site-heading-upper {
  display: block;
  font-size: 5rem;
  font-weight: 800;
}
.site-heading .site-heading-lower {
  font-size: 3rem;
  font-weight: 100;
  line-height: 4rem;
}

.section-heading {
  text-transform: uppercase;
}
.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}
.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

.separator {
  border: 2px dashed rgba(47, 23, 15, 0.9);
}

#mainNav {
  background-color: rgba(47, 23, 15, 0.9);
  font-family: "Raleway";
}
#mainNav .navbar-brand {
  color: #e6a756;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}
#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #e6a756;
}
@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #e6a756;
  }
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}
@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}
@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

#L, #P {
  font-size: 1.45rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  display: inline-block;
}

.banner-index {
  background-color: #e6a756;
}

.list-rules {
  list-style: circle;
}

.link-index-quiz {
  color: #212529;
  text-decoration: underline;
}

.link-index-quiz:hover {
  color: #495057;
}

.show-suite {
  left: 0;
  bottom: -2rem;
}

.display-while-clicking {
  display: none;
}

@media screen and (max-width: 992px) {
  .mobile-hide {
    display: none;
  }
  .why .mobile-float-none {
    float: none !important;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 200px;
    display: block;
  }
}
h3.entitled {
  font-size: 1.35rem;
}

.verdict-quiz {
  font-size: 1.5rem;
}

.score, .reponse {
  display: none;
}

.submit-quiz:disabled {
  background-color: #e6a756 !important;
  border-color: #e6a756 !important;
}

.img-quiz {
  width: 25px;
  height: 25px;
  vertical-align: top;
  margin-right: 10px;
  display: none;
}

#reponse1-wrong, #reponse2-wrong, #reponse3-wrong, #reponse4-wrong, #reponse5-wrong {
  color: red;
}

.link-quiz {
  text-decoration: underline;
  color: #000 !important;
}

.link-quiz:hover {
  color: rgba(33, 37, 41, 0.7) !important;
}

.success {
  color: green;
}

.error {
  color: red;
}

.obligatoire {
  color: red;
}

footer {
  background-color: rgba(47, 23, 15, 0.9);
}

.text-primary {
  color: #e6a756 !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #e6a756;
  border-color: #e6a756;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #df902a;
  border-color: #df902a;
}/*# sourceMappingURL=custom.css.map */