@font-face {
  font-family: "Hurme Bold";
  src: url("../fonts/HurmeGeometricSans3 Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Jeko extra bold";
  src: url("../fonts/Jeko Extra Bold.ttf");
}

@font-face {
  font-family: "Jeko black";
  src: url("../fonts/Jeko Black.ttf");
}

@font-face {
  font-family: "Helvetica Now Micro Regular";
  src: url("../fonts/HelveticaNowMicro-Regular.otf");
}

@font-face {
  font-family: "Helvetica Now Micro Bold";
  src: url("../fonts/HelveticaNowMicro-Bold.otf");
}

body {
  font-family: "Helvetica Now Micro Regular", Arial, Helvetica, sans-serif;
  padding-bottom: 10vh;
}

body #toTop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  color: #ff1f14;
  text-decoration: none;
  font-size: 2em;
  cursor: pointer;
}

body .ellipses {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

body .ellipses svg {
  width: 100%;
}

@media (max-width: 992px) {
  body .ellipses .ellipse1,
  body .ellipses .ellipse2,
  body .ellipses .circle1 {
    display: none;
  }
}

.px7 {
  padding-left: 7%;
  padding-right: 7%;
}

@media (max-width: 992px) {
  .px7 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.px5 {
  padding-left: 5%;
  padding-right: 5%;
}

@media (max-width: 992px) {
  .px5 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

strong {
  font-family: "Jeko black", Arial, Helvetica, sans-serif;
}

p {
  font-family: "Helvetica Now Micro Regular";
  font-size: 1em;
}

@media (max-width: 992px) {
  p {
    font-size: 0.9em;
  }
}

h1 {
  font-family: "Jeko extra bold";
}

.btn {
  font-family: "Hurme Bold";
  font-size: 1em;
}

.cta {
  background-color: #ff1f14;
  color: white;
  padding: 25px 40px;
  font-family: "Hurme Bold";
  font-size: 1.2em;
  text-decoration: none;
}

.cta:hover {
  color: white;
}

.cta svg {
  margin-right: 15px;
}

@media (max-width: 992px) {
  .cta {
    padding: 10px 18px;
    font-size: 1em;
  }
  .cta svg {
    width: 30px;
  }
}

body {
  background-color: #1e1e1e;
  position: relative;
  overflow-x: hidden;
}

body .ellipses {
  width: 100%;
  position: absolute;
  top: -18vh;
  left: 0;
}

@media (max-width: 992px) {
  body .ellipses {
    display: none;
  }
}

body .circle1 {
  position: absolute;
  width: 800px;
  top: -400px;
  right: 0;
}

body .circle2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 992px) {
  body .ellipses,
  body .circle1,
  body .circle2 {
    display: none;
  }
}

nav .nav-link {
  color: #a1a1a1 !important;
}

nav .nav-link.active {
  color: white !important;
}

nav .date {
  color: white;
}

nav .navbar-toggler {
  color: white !important;
  font-size: 2em;
  border: none;
}

main {
  position: relative;
}

main .hero {
  border-radius: 8px;
  height: 80vh;
  background: #363091;
  background: -webkit-gradient(linear, left top, right top, from(#363091), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(90deg, #363091 0%, rgba(0, 212, 255, 0) 100%);
  background-size: cover;
  background-position: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

main .hero .right {
  width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5%;
}

main .hero .right .picture1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .hero .right .picture1 .image {
  display: block;
  width: 47%;
  height: auto;
  border-radius: 5px;
  border: 2px solid white;
}

main .hero .right .picture1 .image img {
  width: 100%;
}

main .hero .right .picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .hero .right .picture .image {
  height: auto;
  border-radius: 5px;
  border: 2px solid white;
  margin-bottom: 10px;
}

main .hero .right .picture .image img {
  width: 100%;
}

@media (max-width: 992px) {
  main .hero .right {
    height: auto;
    max-width: 600px;
  }
  main .hero .right .picture1 {
    margin-bottom: 50px;
  }
  main .hero .right .picture {
    margin-bottom: 5px;
  }
}

main .hero .left {
  height: 100%;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .hero .left h1.rejoignez {
  font-size: 3em;
  font-family: "Jeko extra bold", Arial, Helvetica, sans-serif;
}

main .hero .left h1.la_revolution {
  font-size: 3em;
  font-family: "Jeko extra bold", Arial, Helvetica, sans-serif;
  line-height: 1em;
  color: #ff1f14;
}

main .hero .left .stand {
  font-size: 2em;
  font-family: "Jeko extra bold", Arial, Helvetica, sans-serif;
  line-height: 1em;
  color: #ff1f14;
}

main .hero .left .stand span {
  color: white;
}

main .hero .left .hastag {
  font-family: "Jeko extra bold", Arial, Helvetica, sans-serif;
  line-height: 1em;
  color: #ffffff;
}

main .hero .left p {
  max-width: 70%;
  font-family: "Helvetica Now Micro Regular";
  font-size: 1.4em;
  margin-top: 5vh;
}

@media (max-width: 992px) {
  main .hero .left {
    max-width: 600px;
    width: 100%;
    margin-top: 50px;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  main .hero .left .rejoignez {
    font-size: 2em;
  }
  main .hero .left .la_revolution {
    font-size: 3em;
  }
  main .hero .left h3 {
    font-size: 1em;
  }
  main .hero .left p {
    font-size: initial;
    max-width: 100%;
  }
  main .hero .left .hastag {
    font-size: 1em;
  }
  main .hero .left .stand {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  main .hero .left .rejoignez {
    font-size: 2em !important;
  }
  main .hero .left .la_revolution {
    font-size: 2.5em !important;
  }
}

@media (max-width: 992px) {
  main .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  main .hero .left {
    width: 100%;
  }
  main .hero .left .stand {
    margin-top: 30px;
  }
  main .hero .right {
    margin-top: 50px;
    width: 100%;
  }
}

.videosSection {
  padding-top: 50px;
  margin-top: 20vh;
  margin-bottom: 20vh;
  color: white;
}

.videosSection h5 {
  text-align: center;
  margin-bottom: 30px;
}

.videosSection .youtube {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.videosSection .youtube .wraper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

.videosSection .youtube .wraper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.videosSection .videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.videosSection .videos .video {
  width: 32.5%;
  margin-bottom: 40px;
  color: black;
  text-decoration: none;
}

.videosSection .videos .video .thumbnail {
  position: relative;
  margin-bottom: 20px;
}

.videosSection .videos .video .thumbnail img {
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.videosSection .videos .video .thumbnail svg {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.videosSection .videos .video .body {
  color: white;
}

.videosSection .videos .video .body h6 {
  font-weight: bold;
  font-size: initial;
  margin: initial;
}

.videosSection .videos .video .body small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: initial;
  margin: 15px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.videosSection .videos .video .body small svg {
  width: 15px;
  margin-right: 8px;
}

.videosSection .videos .video:hover .thumbnail img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.videosSection .videos .video:hover .thumbnail svg {
  opacity: 1;
}

.videosSection .videos .video:last-child {
  color: white;
  font-size: 2em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16.3vw;
}

@media screen and (max-width: 576px) {
  .videosSection .videos .video {
    width: 49.2%;
  }
  .videosSection .videos .video .thumbnail {
    margin-bottom: 15px;
  }
  .videosSection .videos .video .body h6 {
    font-size: 0.9em;
  }
  .videosSection .videos .video .body small {
    font-size: 0.8em;
  }
  .videosSection .videos .video .body small svg {
    width: 14px;
  }
  .videosSection .videos .video:last-child {
    font-size: 1.2em;
    height: 25.5vw;
  }
}

@media screen and (max-width: 350px) {
  .videosSection .videos .video {
    width: 100%;
  }
  .videosSection .videos .video:last-child {
    font-size: 1.2em;
    height: 40vw;
  }
}
/*# sourceMappingURL=spread.css.map */