@font-face {
  font-family: "Jaapokki";
  src: url("../fonts/Jaapokki/jaapokki-regular.eot");
  src: url("../fonts/Jaapokki/jaapokki-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jaapokki/jaapokki-regular.ttf") format("ttf"), url("../fonts/Jaapokki/jaapokki-regular.svg") format("svg"), url("../fonts/Jaapokki/jaapokki-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.img-effect {
  margin-bottom: 2%;
  position: relative;
}

.img-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.img-basic-text {
  position: absolute;
  color: white;
  top: 40%;
  left: 5%;
  font-size: 0.9em;
  font-family: "Maven Pro";
}

.img-effect:hover .img-image {
  opacity: 0.08;
}
.img-effect:hover .img-basic-text {
  opacity: 0;
}
.img-effect:hover .img-text {
  opacity: 1;
}

.img-text {
  text-align: center;
  transition: 0.5s ease;
  opacity: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: black;
  width: 100%;
  color: #deb02f;
  font-size: 1.25em;
  padding: 16px 32px;
  font-family: "Maven Pro";
}

body {
  font-size: 16px;
  font-family: "Maven Pro";
}

header, main, footer {
  padding-left: 150px;
}

@media only screen and (max-width: 992px) {
  header, main, footer {
    padding-left: 0;
  }
}
section {
  min-height: 100vh;
}

#imgIntro {
  background: url(../images/judotest.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  padding-top: 59.91%;
  /* (img-height / img-width * width) */
  z-index: 99;
  max-height: 100vh;
}

/************SIDENAV CLASSES********************/
.side-elem a {
  height: 16vh !important;
  background-color: #343434;
  font-family: Jaapokki;
  transition: all 0.4s linear;
  color: white;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}
.side-elem a:hover {
  background-color: #deb02f;
}
.side-elem a span {
  position: relative;
}

.active a {
  background-color: #deb02f;
}

.button-collapse {
  position: absolute;
  top: 0;
  z-index: 0;
  color: black;
}

.button-collapse i {
  font-size: 50px;
}

.userView {
  margin-bottom: 0 !important;
  height: 20vh;
}

.userView .background {
  background-color: #343434;
  display: flex;
  justify-content: center;
  align-items: center;
}
.userView .background img {
  height: 15vh;
}

.centered-title {
  margin: 0 auto;
  font-size: 2.2em;
  text-align: center;
  letter-spacing: 7px;
  font-family: Jaapokki;
  width: 85%;
}

.contact-quote {
  margin: 0 auto;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 6px;
  font-family: Jaapokki;
  width: 81%;
  margin-left: 21%;
  margin-top: 40%;
}

#cours-content {
  margin: 0 auto;
}

/***********NEWS**********/
.title-news {
  font-family: Jaapokki;
  font-size: 1.5em;
  text-align: center;
}

.date-news {
  text-align: center;
  font-size: 0.9em;
}

.content-news {
  margin-bottom: 5%;
  text-align: justify;
}

.photo-news {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.scroll-text {
  height: 50px;
  overflow: hidden;
  position: relative;
}

.scroll-text h3 {
  font-size: 3em;
  color: limegreen;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-text 10s linear infinite;
  -webkit-animation: scroll-text 10s linear infinite;
  animation: scroll-text 10s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-text {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-text {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-text {
  0% {
    -moz-transform: translateX(100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
}
/***********COURS**********/
#img-cours {
  width: 23%;
  display: block;
  margin: 0 auto;
  margin-top: 7%;
  margin-bottom: 6%;
}

.infos {
  background-image: url(../images/fonddd.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.infos-txt {
  color: white;
  width: 100%;
  padding-top: 100px;
  margin-bottom: 10%;
}

@media screen and (max-width: 601px) {
  .infos {
    background-image: none;
    background: white;
  }

  .infos-txt {
    color: black
  }
}

.side-nav {
  background-color: #343434;
}

@media screen and (max-width: 992px) {
  section {
    min-height: auto
  }

  #imgIntro {
    background-size: 100% auto;
    height: auto;
  }
}

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