@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RemahPro-Regular';
  src: url("../fonts/RemahPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #22264b;
  background-image: url("../img/qualiens.png");
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ba9b3f;
}

header {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px 0px;
}
header .logo {
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
}
header .logo img {
  max-width: 100px;
  min-width: 60px;
}
header .titre {
  width: 100%;
  display: block;
  text-align: center;
  margin: 5px auto 0px;
}
header .titre img {
  width: 75%;
}

main .btn {
  color: #22264b;
  background-color: #ba9b3f;
  padding: 0 10px;
  border-radius: 25px;
  font-weight: 700;
  height: 40px;
  width: 200px;
  line-height: 40px;
  font-size: 0.8em;
  display: block;
  margin: 5px auto;
  font-family: 'Montserrat-700', sans-serif;
  text-align: center;
}
main .btn > img {
  width: 0.55em;
  margin-left: 2px;
  margin-top: 2px;
}
main #teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  text-align: center;
}
main #teams .team {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #ba9b3f;
  text-align: center;
  margin: 0 10px;
  padding: 0px 0 20px;
}
main #teams .team > img {
  max-width: 320px;
  width: 80vw;
  display: block;
  margin: 2px auto;
}
main #teams .team .texte {
  padding: 10px;
  font-family: 'RemahPro-Regular', sans-serif;
  font-size: 1.8em;
}
main .epreuve-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}
main .epreuve-final .ligne {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background-color: #ba9b3f;
}
main .epreuve-final .btn-final {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  margin: 0 6%;
  text-decoration: none;
  color: #22264b;
  font-size: 1em;
  padding: 5px;
  height: auto;
}

footer {
  padding: 30px;
  text-align: center;
}
footer .go-website {
  text-decoration: none;
  color: #fff;
  font-family: 'Montserrat-700', sans-serif;
  font-size: 1em;
}
footer .go-website img {
  width: 14px;
  margin-right: 2px;
  padding: 0;
}

@media screen and (min-width: 1036px) and (max-width: 1376px) {
  main #teams .team {
    -webkit-box-flex: 1;
        -ms-flex: 1 45%;
            flex: 1 45%;
  }
}
@media screen and (min-width: 1296px) {
  body {
    background-size: cover;
  }

  header {
    margin-bottom: 15px;
  }
  header .titre {
    text-align: center;
    max-width: 960px;
  }

  main .epreuve-final {
    max-width: 1180px;
  }
}

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