/*Variables*/
.bg-color {
  background-image: linear-gradient(#ffc107 0%, #ffa21a 100%);
}

/*Variables*/
.bg-color {
  background-image: linear-gradient(#ffc107 0%, #ffa21a 100%);
}

#site-header .navbar {
  min-height: 70px;
  background-color: rgba(15, 15, 15, 0.85) !important;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(238, 238, 238, 0.368627451);
}
#site-header .navbar .offcanvas-body li {
  margin-right: 1rem;
}
#site-header .navbar .offcanvas-body i.fa-regular {
  font-size: 1rem;
  font-weight: 100;
  color: #ffc107;
  margin-left: 5px;
}
#site-header .navbar .offcanvas-body i.fa-user {
  margin-right: 10px;
}
#site-header .navbar .offcanvas-body a.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0rem;
  vertical-align: 0rem;
  content: ">";
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
  border: 0px;
  color: #ffc107;
}
#site-header .navbar .offcanvas-body a:hover, #site-header .navbar .offcanvas-body a:focu {
  color: #ffffff !important;
  border-bottom: 1px solid #ffc107;
}
#site-header .navbar .navbar-toggler {
  border-color: #ffffff00 !important;
}
#site-header .navbar .navbar-toggler:focus {
  box-shadow: none !important;
}

#site-header .navbar .offcanvas {
  background: none;
}

#site-header .navbar .show {
  background-color: rgb(15, 15, 15) !important;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(238, 238, 238, 0.368627451);
}

#site-header a.dropdown-item:hover, a.dropdown-item:focus {
  color: #fff !important;
  border-bottom: 1px solid #ffc107;
  background-color: transparent;
}

#site-header .dropdown-menu li {
  padding: 5px;
}

#site-header .dropdown-menu hr {
  color: #eee;
}

#site-header .logo {
  background: transparent url("../images/logo-foreign-1.png") no-repeat center center;
  background-size: 75%;
  height: 40px;
  width: 350px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

#site-header .navbar .navbar-toggler {
  border-color: #fff;
}

#site-header .navbar li a {
  font-size: 18px;
  font-weight: lighter;
}

#site-header .navbar .dropdown-menu {
  background: rgba(0, 0, 0, 0.85);
  /*    min-width: 50px;*/
  padding: 20px;
  border-radius: 0px;
  border: 1px #000 solid;
}

#site-header .dropdown-menu a {
  display: inline;
  color: rgba(255, 255, 255, 0.55);
  padding: 0px;
}

/*Variables*/
.bg-color {
  background-image: linear-gradient(#ffc107 0%, #ffa21a 100%);
}

/*==============
=> Start Game <=
==============*/
#start-game {
  min-height: 20rem;
  background: url(../images/visuel-fond.jpg) center top no-repeat;
  background-size: cover;
  max-width: 100%;
}
#start-game .start-game__content {
  margin-top: 6.5rem;
}
#start-game .start-game__content .start-game__phrase {
  font-family: "Tourney", roboto, cursive, arial;
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
#start-game .start-game__content .button a {
  font-family: "Tourney", roboto, cursive, arial;
  color: #111111;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.7rem;
}
#start-game .start-game__content .button a:hover {
  color: #ffffff;
}

.start-breadcrumb .breadcrumb {
  margin-bottom: 0;
}
.start-breadcrumb nav {
  margin-top: 1.5rem;
  padding-left: 0;
}
.start-breadcrumb a {
  color: #ffc107;
}

/*Variables*/
.bg-color {
  background-image: linear-gradient(#ffc107 0%, #ffa21a 100%);
}

#footer-home .container-fluid {
  margin-top: 2rem;
}
#footer-home .middle-footer h5 {
  font-size: 1.05rem;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
#footer-home .middle-footer .border-titre {
  border-bottom: 1px solid #ffc107;
  display: inline-block;
}
#footer-home .middle-footer a {
  font-size: 0.8rem;
  color: #bbb;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5rem;
}
#footer-home .middle-footer a:hover {
  color: #ffffff;
}
#footer-home .bottom-footer {
  border-top: 1px solid #bbb;
  margin-top: 2rem;
}
#footer-home .bottom-footer p {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #bbb;
  margin-bottom: 1rem;
}

#hist-univers {
  background: url(../images/test-2.jpeg) center top no-repeat;
  background-size: cover;
  min-height: 60vh;
  max-width: 100%;
}
#hist-univers .hist-univers__title .col-12 {
  padding-left: 0;
}
#hist-univers .hist-univers__content {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#hist-univers .hist-univers__content .top-corner {
  margin-left: 0;
}
#hist-univers .hist-univers__content .col-12 {
  padding-left: 0;
  padding-right: 0;
}
#hist-univers .hist-univers__content .hist-univers__prologue {
  background-color: #111111;
  margin-bottom: 3rem;
}
#hist-univers .hist-univers__content .hist-univers__prologue h2 {
  color: #ffc107;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
#hist-univers .hist-univers__content .hist-univers__prologue p {
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  text-align: justify;
}
#hist-univers .hist-univers__content .hist-univers__allhist {
  background-color: #111111cf;
  min-height: 10rem;
  margin-top: 1rem;
}
#hist-univers .hist-univers__content .hist-univers__allhist .top-corner {
  margin-left: -12px;
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event {
  margin-top: 2rem;
  min-height: 2rem;
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event h2 {
  color: #ffc107;
  padding: 1rem 1.5rem 0 1.5rem;
  margin-bottom: 2rem;
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event .hist-univers__event-title {
  background-color: #ffc107;
  margin: 0rem 1.5rem 0 1.5rem;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%);
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event .hist-univers__event-title img {
  max-height: 4rem;
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event .hist-univers__event-title h3 {
  color: #111111;
  font-family: "Tourney", roboto, cursive, arial;
  font-weight: 900;
  text-transform: uppercase;
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event .hist-univers__event-title h3 span {
  text-transform: initial;
  font-family: "Open Sans", roboto, cursive, arial;
  font-size: 1.2rem;
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event .hist-univers__event-title p {
  color: #111111;
  font-size: 1rem;
  font-weight: bold;
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event .hist-univers__color-bar {
  border-left: 4px solid #ffc107;
  display: inline-block;
  min-height: 1rem;
  margin-left: 4rem;
  padding-top: 0.8rem;
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event .hist-univers__color-bar .hist-univers__show-date {
  background-color: #ffc107;
  margin-left: -2.7rem;
  text-align: center;
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event .hist-univers__color-bar .hist-univers__show-date p {
  color: #111111;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0.5rem;
}
#hist-univers .hist-univers__content .hist-univers__allhist .hist-univers__event .hist-univers__text p {
  margin: 0.5rem 2.5rem 1.5rem 0;
  text-align: justify;
}
#hist-univers .hist-univers__content .hist-univers__key-dates {
  background-color: #111111cf;
  min-height: 10rem;
}

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