@charset "UTF-8";
.tematik_renvoi--secteurs {
  /* HOVER */
}

@media (min-width: 992px) {
  .tematik_renvoi--secteurs:nth-child(1) {
    /* On positionne les éléments par rapport au container global, donc ajout de 25% de l'écran à chaque bloc */
  }
  .tematik_renvoi--secteurs:nth-child(1) .tematik_renvoi-image,
  .tematik_renvoi--secteurs:nth-child(1) .tematik_renvoi-titre, .tematik_renvoi--secteurs:nth-child(1)::before {
    left: 0vw;
  }
  .tematik_renvoi--secteurs:nth-child(2) {
    /* On positionne les éléments par rapport au container global, donc ajout de 25% de l'écran à chaque bloc */
  }
  .tematik_renvoi--secteurs:nth-child(2) .tematik_renvoi-image,
  .tematik_renvoi--secteurs:nth-child(2) .tematik_renvoi-titre, .tematik_renvoi--secteurs:nth-child(2)::before {
    left: 25vw;
  }
  .tematik_renvoi--secteurs:nth-child(3) {
    /* On positionne les éléments par rapport au container global, donc ajout de 25% de l'écran à chaque bloc */
  }
  .tematik_renvoi--secteurs:nth-child(3) .tematik_renvoi-image,
  .tematik_renvoi--secteurs:nth-child(3) .tematik_renvoi-titre, .tematik_renvoi--secteurs:nth-child(3)::before {
    left: 50vw;
  }
  .tematik_renvoi--secteurs:nth-child(4) {
    /* On positionne les éléments par rapport au container global, donc ajout de 25% de l'écran à chaque bloc */
  }
  .tematik_renvoi--secteurs:nth-child(4) .tematik_renvoi-image,
  .tematik_renvoi--secteurs:nth-child(4) .tematik_renvoi-titre, .tematik_renvoi--secteurs:nth-child(4)::before {
    left: 75vw;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .tematik_renvoi--secteurs {
    position: relative;
    width: 100%;
    padding: 2rem 2rem 10rem;
    min-height: 20rem;
  }
}

@media (min-width: 992px) {
  .tematik_renvoi--secteurs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tematik_renvoi--secteurs:not(:last-child) {
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.15);
  }
  .tematik_renvoi--secteurs::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25vw;
    height: 0;
    background: -moz- oldlinear-gradient(280deg, #F12958, #AD00D2);
    background: linear-gradient(170deg, #F12958, #AD00D2);
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    opacity: 0.85;
    z-index: -1;
  }
}

.tematik_renvoi--secteurs .tematik_renvoi-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (min-width: 992px) {
  .tematik_renvoi--secteurs .tematik_renvoi-image {
    width: 25vw;
  }
}

@media (min-width: 992px) {
  .tematik_renvoi--secteurs {
    /* Repositionnement des images de chaque item en mode ordi */
  }
  .tematik_renvoi--secteurs:first-child .tematik_renvoi-image {
    background-position: 65% center;
  }
  .tematik_renvoi--secteurs:nth-child(2) .tematik_renvoi-image {
    background-position: 90% center;
  }
  .tematik_renvoi--secteurs:last-child .tematik_renvoi-image {
    background-position: 40% center;
  }
}

@media (min-width: 992px) {
  .tematik_renvoi--secteurs .tematik_renvoi-texte {
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: -9999rem;
    max-width: -moz-calc(75vw - 12.5vw);
    max-width: calc(75vw - 12.5vw);
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    z-index: -1;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s, -moz-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
  }
}

.tematik_renvoi--secteurs strong:not(.tematik_renvoi-titre) {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #fff;
  font-family: "Anodina", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  display: block;
  font-size: 3rem;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .tematik_renvoi--secteurs strong:not(.tematik_renvoi-titre) {
    font-size: 5.625rem;
  }
}

.tematik_renvoi--secteurs small {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  color: #fff;
  line-height: 1.7;
}

@media (min-width: 992px) {
  .tematik_renvoi--secteurs small {
    font-size: 1.125rem;
    max-width: 50vw;
  }
}

.tematik_renvoi--secteurs .tematik_renvoi-titre {
  display: none;
}

@media (min-width: 992px) {
  .tematik_renvoi--secteurs .tematik_renvoi-titre {
    margin-bottom: 0.25rem;
    line-height: 1.1;
    color: #fff;
    font-family: "Anodina", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    font-size: 1.0125rem;
    letter-spacing: 0.15rem;
    display: block;
    position: absolute;
    top: 1rem;
    width: 25vw;
    text-align: center;
    opacity: 0.4;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

@media (min-width: 992px) and (min-width: 576px) {
  .tematik_renvoi--secteurs .tematik_renvoi-titre {
    font-size: 1.06875rem;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .tematik_renvoi--secteurs .tematik_renvoi-titre {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .tematik_renvoi--secteurs.survol .tematik_renvoi-image {
    opacity: 0;
  }
  .tematik_renvoi--secteurs:hover::before {
    height: 100%;
  }
  .tematik_renvoi--secteurs:hover .tematik_renvoi-texte {
    left: 12.5vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }
  .tematik_renvoi--secteurs:hover .tematik_renvoi-titre {
    opacity: 1;
  }
}
