/********************************************************
*														*
		        MODULES/ACTUALITES
*														*
********************************************************/
.actus .contenuPage {
  padding: 0;
}

.actus-liste {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.actus-liste li {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.actus-item {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  color: #414745;
}

.actus-item [class*="tag"] {
  margin-bottom: 0.25rem;
}

.actus-item [class*="titre"] {
  margin-bottom: 0.5rem;
  color: #151716;
}

.actus-item [class*="chapo"] {
  margin-bottom: 1rem;
  color: #414745;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.actus-image {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
  height: 300px;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.actus-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  z-index: -2;
  -webkit-filter: grayscale(1) brightness(0.8);
  filter: grayscale(1) brightness(0.8);
  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .actus-image:before {
    content: none;
  }
}

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

@supports (mix-blend-mode: overlay) or (-webkit-mix-blend-mode: overlay) {
  .actus-image::after {
    opacity: 0;
    mix-blend-mode: overlay;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .actus-image::after {
    -webkit-mix-blend-mode: none;
    mix-blend-mode: none;
    opacity: 0.2;
  }
}

.actus-article {
  position: relative;
  padding: 3rem 3rem;
  -webkit-transition: background-color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: background-color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: background-color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.actus-article:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #eaf2ee;
  position: absolute;
  bottom: 100%;
  left: 3rem;
  -webkit-transition: border 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: border 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.actus-liste li:nth-child(even) .actus-item {
  background-color: #fff;
}

.actus-liste li:nth-child(even) .actus-article:before {
  border-bottom-color: #fff;
}

.actus-item:hover .actus-image:before, .actus-item:hover .actus-image:after {
  opacity: 1;
}

.actus-item:hover [class*="titre"] {
  color: inherit;
}

.actus-item:hover [class*="chapo"] {
  color: #151716;
}
