@charset "UTF-8";
/*Variables*/
.bg-color, #actus .actus__cards .card .actus__card-body .actus__card-button .btn, #actus .actus__title .badge, #infos-game .infos-game__more img {
  background-image: linear-gradient(#ffc107 0%, #ffa21a 100%);
}

/*Variables*/
.bg-color, #actus .actus__cards .card .actus__card-body .actus__card-button .btn, #actus .actus__title .badge, #infos-game .infos-game__more img {
  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, #actus .actus__cards .card .actus__card-body .actus__card-button .btn, #actus .actus__title .badge, #infos-game .infos-game__more img {
  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;
}

@keyframes animatevaiss {
  0% {
    background-position: -2500px top;
  }
  100% {
    background-position: 70% bottom;
    background-size: 3%;
  }
}
/*==========
=> TEASER <=
==========*/
#teaser {
  background: url(../images/visuel-fond.jpg) center top no-repeat;
  background-size: cover;
}
#teaser .container-fluid {
  animation: animatevaiss 10s linear infinite;
  background-image: url(../images/visuel-vaisseau-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  padding: 0 !important;
}
#teaser .teaser__content {
  background: url(../images/fons-vaisseau-test-1.png);
  /*        height: 100%;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#teaser .teaser__content .row {
  min-height: 500px;
}
#teaser .teaser__content .teaser__window {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 3rem;
  background-color: rgba(0, 0, 0, 0.65) !important;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 30%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 80% 0, 100% 30%, 100% 100%, 0 100%);
  border: 2px dashed #ffc10780;
}
#teaser .teaser__content .teaser__window h2 {
  margin-top: 2rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  /*font-weight: bold;*/
}
#teaser .teaser__content .teaser__window h1 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #ffc107;
  /*f8b700*/
}
#teaser .teaser__content .teaser__window p {
  margin-bottom: 2rem;
}
#teaser .teaser__content .teaser__window .teaser__button {
  margin-bottom: 2rem;
}
#teaser .teaser__content .teaser__window .teaser__button i {
  text-transform: uppercase;
  margin-left: 1rem;
  font-weight: bold;
}
#teaser .teaser__content .teaser__window .teaser__button img {
  height: 1rem;
  margin-right: 1rem;
  margin-left: 0.5rem;
  opacity: 85%;
}
#teaser .teaser__content .teaser__window .teaser__button a {
  font-family: "Tourney", roboto, cursive, arial;
}

/*====================================
=> QU'EST CE QUE C'EST FOREIGN LAND <=
====================================*/
#infos-game {
  background: url("../images/espace-terre.jpeg");
  min-height: 750px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  /*    .text-explication{
          margin-bottom: 50px;
      }*/
}
#infos-game .infos-game__txt p {
  text-align: justify;
}
#infos-game .infos-game__txt h4 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem 0;
}
#infos-game .infos-game__img .carousel {
  margin-top: 60px;
}
#infos-game .infos-game__img .carousel .img-thumbnail {
  padding: 0rem;
  background-color: #ffc107;
  border: 1px dotted #ffc107;
  border-radius: 0.3rem;
  max-width: 100%;
  height: 250px;
}
#infos-game .infos-game__img .carousel .carousel-indicators [data-bs-target] {
  background-color: #ffc107;
}
#infos-game .infos-game__more .col-md-4 {
  text-align: center;
}
#infos-game .infos-game__more img {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  /*            background-image: linear-gradient(#ffd350 0%, #FF9800 100%);*/
  width: 8rem;
  border: 1px solid rgba(255, 206, 56, 0.7803921569);
}
#infos-game .infos-game__more h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#infos-game .infos-game__more h5 {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0.5rem 0 0.5rem 0;
}

/*==========================================
=> LES DERNIÈRES ACTUALITÉS ET NOUVEAUTÉS <=
==========================================*/
#actus {
  background: url("../images/main-fond-espace.jpg");
  min-height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#actus .actus__title p {
  margin-bottom: 2rem;
}
#actus .actus__title .badge {
  color: #111111;
}
#actus .actus__cards .card {
  margin: 0 1rem 1rem 1rem;
  width: 290px;
  padding: 0px;
  color: #ffffff;
  background: linear-gradient(to bottom, rgba(68, 68, 68, 0.168627451) 0%, rgba(51, 51, 51, 0.5098039216) 50%, rgba(34, 34, 34, 0.8588235294) 100%);
  border-radius: 0px;
  border: 1px dashed rgba(255, 193, 7, 0.3);
  -webkit-clip-path: polygon(0 0, 87% 0, 100% 10%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 87% 0, 100% 10%, 100% 100%, 0 100%);
}
#actus .actus__cards .card .actus__card-img {
  min-height: 200px;
  object-fit: cover;
}
#actus .actus__cards .card .actus__separ-img {
  height: 2px;
  background-color: #ffc107;
}
#actus .actus__cards .card .actus__card-body {
  padding: 0px;
}
#actus .actus__cards .card .actus__card-body h5.actus__card-title {
  font-size: 1.3rem;
  color: #ffc107;
  text-transform: uppercase;
  background-color: #ffc10726;
  padding: 0.5rem 1rem 0 1rem;
  margin: 0px;
  font-weight: bold;
}
#actus .actus__cards .card .actus__card-body .actus__card-infos {
  background-color: #ffc10726;
  padding: 0 1rem 0.5rem 1rem;
  margin: 0px;
  font-size: 1rem;
  font-weight: bold;
}
#actus .actus__cards .card .actus__card-body .actus__card-date {
  font-size: 13px;
  text-align: center;
  font-weight: normal;
}
#actus .actus__cards .card .actus__card-body .actus__card-text {
  border-top: 1px dashed #ffc107;
  padding: 1rem 1rem 0 1rem;
}
#actus .actus__cards .card .actus__card-body .actus__card-button {
  padding: 0 1rem 1rem 1rem;
  margin: 1rem 0 0 0;
}
#actus .actus__cards .card .actus__card-body .actus__card-button .btn {
  border-radius: 0px;
  border: 1px solid rgba(255, 228, 0, 0.65);
  /*                        background-image: linear-gradient(#ffd350 0%, #FFC107 100%);*/
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%);
}
#actus .actus__cards .card .actus__card-body .actus__card-button a::after {
  content: ">";
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.7, 1.4);
  -moz-transform: scale(0.7, 1.4);
  -ms-transform: scale(0.7, 1.4);
  -o-transform: scale(0.7, 1.4);
  margin-left: 0.5rem;
}
#actus .actus__cards .card .actus__card-body .actus__card-button a:checked, #actus .actus__cards .card .actus__card-body .actus__card-button a:active, #actus .actus__cards .card .actus__card-body .actus__card-button a:focus {
  color: #fff;
  border: 0;
  box-shadow: 0 0 0 0.1rem rgba(255, 193, 7, 0.25);
}

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