.page_list--grille {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.home .page_list--grille {
  margin-top: 1rem;
}

.page_list--grille li + li {
  margin-top: 2rem;
}

.page_list--grille .page_list-item {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  width: 100%;
  color: #fff;
}

.page_list--grille .page_list-plus {
  display: none;
}

@media (min-width: 768px) {
  .page_list--grille .page_list-plus {
    margin-bottom: 1rem;
    line-height: 1;
    color: #fff;
    font-family: "Decalotype", 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;
    position: absolute;
    top: 4rem;
    right: 2rem;
    font-size: 1rem;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.4s, top 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, top 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s, top 0.4s, -moz-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, top 0.4s;
    transition: opacity 0.4s, transform 0.4s, top 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
  }
  .page_list--grille .page_list-plus i {
    top: 0.5625rem;
    position: relative;
    font-size: 2.5rem;
  }
}

.page_list--grille .page_list-image {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
}

.page_list--grille .page_list-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  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;
}

.page_list--grille .page_list-image:before {
  opacity: 1;
}

.page_list--grille .page_list-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D31B21;
  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) {
  .page_list--grille .page_list-image:after {
    opacity: 0;
    mix-blend-mode: multiply;
  }
}

.page_list--grille .page_list-image img {
  width: 100%;
}

.page_list--grille .page_list-image::before {
  background: -moz-linear-gradient(240deg, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.6));
  background: linear-gradient(210deg, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.6));
  z-index: 1;
}

.page_list--grille .page_list-image::after {
  z-index: 2;
}

.page_list--grille .page_list-contenu {
  display: block;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .page_list--grille .page_list-contenu {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    padding: 1.5rem;
    max-width: 28.75rem;
  }
}

.page_list--grille .page_list-titre {
  margin-bottom: 1rem;
  line-height: 1;
  color: #151515;
  font-family: "Decalotype", 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.6rem;
  margin-top: 0.5rem;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (min-width: 576px) {
  .page_list--grille .page_list-titre {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .page_list--grille .page_list-titre {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .page_list--grille .page_list-titre {
    color: #fff;
  }
}

.page_list--grille .tip {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (min-width: 768px) {
  .page_list--grille .tip {
    color: #fff;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .page_list--grille li:first-child .page_list-plus {
    top: 50%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .page_list--grille li:first-child .page_list-image {
    width: 100vw;
    right: 1rem;
  }
}

@media (min-width: 768px) and (min-width: 576px) {
  .page_list--grille li:first-child .page_list-image {
    right: -moz-calc((((100vw - 540px) / 2) + 0.5rem));
    right: calc((((100vw - 540px) / 2) + 0.5rem));
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .page_list--grille li:first-child .page_list-image {
    right: -moz-calc((((100vw - 720px) / 2) + 0.5rem));
    right: calc((((100vw - 720px) / 2) + 0.5rem));
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .page_list--grille li:first-child .page_list-image {
    right: -moz-calc((((100vw - 960px) / 2) + 0.5rem));
    right: calc((((100vw - 960px) / 2) + 0.5rem));
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .page_list--grille li:first-child .page_list-image {
    right: -moz-calc((((100vw - 1140px) / 2) + 0.5rem));
    right: calc((((100vw - 1140px) / 2) + 0.5rem));
  }
}

@media (min-width: 768px) {
  .page_list--grille li:first-child .page_list-contenu {
    bottom: 1.5rem;
  }
  .home .page_list--grille li:first-child .page_list-contenu {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .page_list--grille .page_list-item:hover .page_list-plus {
    opacity: 1;
    top: 2rem;
  }
}

.page_list--grille .page_list-item:hover .page_list-image::after {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .page_list--grille li:first-child .page_list-item:hover .page_list-plus {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
