/* LISTE */
@media (min-width: 992px) {
  .blocCategorie {
    margin-top: -6.5rem;
    text-align: right;
  }
}

.blocCategorie-contenu {
  position: relative;
}

.blocCategorie-contenu::before {
  display: block;
  content: '';
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 18.125rem;
  background: #EFEFEF;
  z-index: -1;
}

@media (min-width: 992px) {
  .blocCategorie-contenu::before {
    left: -7rem;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

/* DETAIL */
.bandeau-image {
  position: relative;
  z-index: 0;
  position: absolute;
}

.bandeau-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #AD00D2;
  opacity: 0.2;
  z-index: -1;
  -webkit-transition: opacity 0.4s, background-color 0.4s;
  -moz-transition: opacity 0.4s, background-color 0.4s;
  transition: opacity 0.4s, background-color 0.4s;
}

@supports (mix-blend-mode: multiply) or (-webkit-mix-blend-mode: multiply) {
  .bandeau-image:after {
    opacity: 0.8;
    mix-blend-mode: multiply;
  }
}

.bandeau-image::after {
  background: -moz-linear-gradient(40deg, #0039BD, #F12958);
  background: linear-gradient(50deg, #0039BD, #F12958);
}

.infosActus {
  position: relative;
  padding: 2.5rem 0;
}

@media (min-width: 992px) {
  .infosActus {
    display: inline-block;
    width: 30vw;
  }
}

@media (min-width: 1200px) {
  .infosActus {
    width: 25vw;
  }
}

.infosActus::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: -moz-linear-gradient(280deg, #F12958, #AD00D2);
  background: linear-gradient(170deg, #F12958, #AD00D2);
  z-index: -1;
}

@media (min-width: 992px) {
  .infosActus::before {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    width: 75vw;
  }
}

@media (min-width: 992px) {
  .infosActus::after {
    display: block;
    content: '';
    position: absolute;
    top: 3rem;
    right: 0.5rem;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    width: 60px;
    height: 107px;
    background: url(../../../img/utils/deco-categorie-actu.svg) no-repeat center;
  }
}

.infosActus .tip, .infosActus [class*="tip--"],
.infosActus .tag, .infosActus [class*="tag--"] {
  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: 0.9375rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 992px) {
  .infosActus-contenu::before {
    display: block;
    content: '';
    position: absolute;
    top: -moz-calc(3rem + 107px);
    top: calc(3rem + 107px);
    right: -moz-calc(-60px + 0.5rem + 0.1875rem);
    right: calc(-60px + 0.5rem + 0.1875rem);
    width: -moz-calc(480px - 30vw - 2rem);
    width: calc(480px - 30vw - 2rem);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    height: 0.1875rem;
    background: #FD7802;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .infosActus-contenu::before {
    width: -moz-calc(580px - 25vw - 2rem);
    width: calc(580px - 25vw - 2rem);
  }
}

@media (min-width: 992px) {
  .infosActus-contenu::after {
    content: "\e92e";
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    line-height: inherit;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -moz-calc(3rem + 107px);
    top: calc(3rem + 107px);
    right: -moz-calc(-480px + 30vw - 2rem);
    right: calc(-480px + 30vw - 2rem);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border: 0.1875rem solid #FD7802;
    border-radius: 50%;
    background: #fff;
    color: #FD7802;
    z-index: 1;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .infosActus-contenu::after {
    right: -moz-calc(-580px + 25vw - 2rem);
    right: calc(-580px + 25vw - 2rem);
  }
}

.infosActus + .row > [class*="col"]:first-child > [class*="titre"]:first-child {
  max-width: 70%;
}

.retour {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #AD00D2;
  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;
  margin-bottom: 4rem;
  display: block;
  position: relative;
  left: 4rem;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  z-index: 1;
}

@media (min-width: 576px) {
  .retour {
    margin-bottom: 0;
    position: fixed;
    bottom: 2rem;
    left: auto;
    right: 2rem;
  }
}

.retour::before {
  content: "\e92f";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: -2.5rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.375rem;
}

@media (min-width: 576px) {
  .retour::before {
    top: -2.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.retour::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -3rem;
  width: 2.25rem;
  height: 2.5rem;
  background: #AD00D2;
  -webkit-transform: translateY(-50%) skew(0, 20deg);
  -moz-transform: translateY(-50%) skew(0, 20deg);
  transform: translateY(-50%) skew(0, 20deg);
  z-index: -1;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}

@media (min-width: 576px) {
  .retour::after {
    top: -3.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%) skew(0, 20deg);
    -moz-transform: translateX(-50%) skew(0, 20deg);
    transform: translateX(-50%) skew(0, 20deg);
  }
}

.retour:hover::after {
  background: #F12958;
}
