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

.page_list--grille li {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.page_list--grille li:first-child {
  position: relative;
}

.page_list--grille li:first-child::before {
  display: block;
  content: '';
  position: absolute;
  top: -3rem;
  right: 70%;
  width: 100vw;
  height: -moz-calc(100% + 6rem);
  height: calc(100% + 6rem);
  background: #E6EAF2;
  z-index: -1;
}

body:not(.home) .page_list--grille li:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.page_list--grille li:first-child .page_list-image {
  height: 31.875rem;
}

.page_list--grille li:first-child .page_list-contenu {
  padding: 3rem;
  max-width: 40rem;
}

.page_list--grille li:first-child .page_list-titre {
  margin-bottom: 0.25rem;
  line-height: 1;
  color: #fff;
  font-family: "Akrobat", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.075rem;
  -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: 2.5rem;
  display: block;
  font-weight: 300;
  text-transform: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page_list--grille li:first-child .page_list-titre {
    letter-spacing: 0;
  }
}

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

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

.page_list--grille li:first-child .page_list-titre:first-line {
  font-weight: 800;
  font-size: 3.125rem;
}

.page_list--grille li:first-child .tag {
  font-size: 0.875rem;
}

.page_list--grille li:first-child .page_list-plus {
  display: block;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  color: #fff;
}

@media (min-width: 992px) {
  body.home .page_list--grille li {
    margin-bottom: 0;
  }
}

.page_list--grille .page_list-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #15171C;
}

.page_list--grille .page_list-image {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 18.75rem;
  margin: 0 auto;
  background-image: url("http://fakeimg.pl/400x300?text=Image%20manquante&font=bebas&font_size=30");
  background-color: #017145;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.page_list--grille .page_list-image::after {
  width: 0;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
}

.page_list--grille .page_list-contenu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 2rem;
  max-width: 30rem;
}

.page_list--grille .page_list-titre {
  margin-bottom: 0.25rem;
  line-height: 1;
  color: #fff;
  font-family: "Akrobat", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.075rem;
  -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.8rem;
  display: block;
  font-weight: 300;
  text-transform: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page_list--grille .page_list-titre {
    letter-spacing: 0;
  }
}

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

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

.page_list--grille .page_list-titre:first-line {
  font-weight: 800;
  font-size: 2rem;
}

.page_list--grille .page_list-description p,
.page_list--grille .page_list-description ul,
.page_list--grille .page_list-description ol {
  margin: 0;
}

.page_list--grille .page_list-description p {
  line-height: inherit;
  text-align: inherit;
}

.page_list--grille .page_list-description *:not(i) + p,
.page_list--grille .page_list-description *:not(i) + ul,
.page_list--grille .page_list-description *:not(i) + ol {
  margin-top: 0.5rem;
}

.page_list--grille .tag {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}

.page_list--grille .tip {
  color: #fff;
}

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

@media (min-width: 992px) and (min-width: 992px) {
  body.home .page_list--grille li:first-child .page_list-image {
    height: 100%;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: none) {
  body.home .page_list--grille li:first-child {
    height: 31.875rem;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  body.home .page_list--grille li:nth-child(3) {
    margin-top: -18.75rem;
  }
}

.page_list--grille .page_list-item:hover {
  color: #15171C;
}

.page_list--grille .page_list-item:hover .page_list-image::after {
  width: 100%;
}

.page_list--grille .page_list-item:hover .page_list-plus {
  background: #017145;
  color: #fff;
}
