.highlight {
  width: 100%;
  font-family: "rift-soft", sans-serif;
  font-weight: 600;
  padding-top: 48px;
  padding-bottom: 48px;
  background: url(../assets/back-olympia.jpg);
  background-size: cover;
  height: 420px;
  display: flex;
  align-items: center;
  animation: moveBackground 60s linear infinite;
}

@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -500px 0;
  }
  100% {
    background-position: 0 0;
  }
}

.highlight .wrapper {
  min-width: 320px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.highlight .container {
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight .container img {
  width: 420px;
}

.highlight h2 {
  font-size: 80px;
  margin-bottom: 0px;
  max-width: 420px;
  text-align: center;
  line-height: 1;
}

.highlight .decompte {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 420px;
  text-align: center;
  justify-content: center;
}

.highlight .dyn {
  font-size: 80px;
  margin-right: 60px;
}

.highlight .decompte span {
  display: block;
  width: 100%;
}

.highlight a {
  color: #ffffff;
  display: flex;
  justify-content: center;
  max-width: 416px;
  text-align: center;

  margin-top: 16px;
}

.highlight a span {
  font-size: 32px;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 28px;
  background: rgb(195, 78, 104);
  background: linear-gradient(
    90deg,
    rgba(195, 78, 104, 1) 0%,
    rgba(118, 60, 127, 1) 100%
  );
}

.highlight a span:hover {
  background: rgb(204, 106, 128);
  background: linear-gradient(
    90deg,
    rgba(204, 106, 128, 1) 0%,
    rgba(142, 78, 152, 1) 100%
  );
}

.highlight h2.index-hi {
  font-size: 34px;
}

/* Media Queries */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

/* Mobile */
/* ------------------------------------------------------------------------ */

@media only screen and (min-width: 0px) and (max-width: 480px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  .highlight {
    height: 260px;
  }

  .highlight .container img {
    display: none;
  }

  .highlight .container {
    justify-content: center;
  }

  .highlight .dyn {
    font-size: 48px;
    text-align: center;
    margin-right: 32px;
  }

  .highlight div,
  .highlight div span {
    text-align: center;
    display: block;
    font-size: 16px;
  }

  .highlight .decompte {
    justify-content: center;
    text-align: center;
  }

  .highlight h2 {
    font-size: 48px;
    margin-bottom: 12px;
  }

  .highlight a span {
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 48px;
    padding-right: 48px;
    border-radius: 28px;
    letter-spacing: 1px;
    margin-top: 12px;
  }
}

/* Mobile Paysage */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 481px) and (max-width: 640px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  .highlight {
    height: 320px;
  }

  .highlight .container img {
    display: none;
  }

  .highlight .container {
    justify-content: center;
  }

  .highlight .dyn {
    font-size: 60px;
    text-align: center;
  }

  .highlight div,
  .highlight div span {
    text-align: center;
    display: block;
  }

  .highlight .decompte {
    justify-content: center;
    text-align: center;
  }

  .highlight h2 {
    font-size: 60px;
    margin-bottom: 16px;
  }

  .highlight a span {
    font-size: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 48px;
    padding-right: 48px;
    border-radius: 28px;
    letter-spacing: 1px;
    margin-top: 16px;
  }
}

/* Tablette Portrait */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 641px) and (max-width: 800px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  .highlight {
    height: 320px;
  }

  .highlight .container img {
    display: none;
  }

  .highlight .container {
    justify-content: center;
  }

  .highlight .container {
    justify-content: center;
  }

  .highlight .dyn {
    text-align: center;
  }

  .highlight div,
  .highlight div span {
    text-align: center;
    display: block;
  }

  .highlight .decompte {
    justify-content: center;
    text-align: center;
  }
}

/* Tablette paysage */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 801px) and (max-width: 960px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  .highlight .container img {
    width: 318px;
  }
}

/* Petit écran */
/* ------------------------------------------------------------------------ */

@media only screen and (min-width: 961px) and (max-width: 1098px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  .highlight .container img {
    width: 468px;
  }
}

@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  .highlight .container img {
    width: 600px;
  }
}
