.section-actus-accueil .actus__bloc {
  display: grid;
  grid-template-columns: repeat(10,1fr);
  grid-template-rows: repeat(5,1fr);
  grid-column-gap: 20px;
  grid-row-gap: 26px;
  min-height: 680px;
}
.section-actus-accueil .actus__bloc .actu1 {
  grid-area: 1 / 1 / 4 / 6;
}
.section-actus-accueil .actus__bloc .actu1 .actu__vert {
  flex-direction: column;
}
.section-actus-accueil .actus__bloc .actu1 .actu__vert .actus__img {
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
}
.section-actus-accueil .actus__bloc .actu2 {
  grid-area: 1 / 6 / 3 / 11;
}
.section-actus-accueil .actus__bloc .actu3 {
  grid-area: 4 / 1 / 6 / 6;
}
.section-actus-accueil .actus__bloc .actublanc {
  grid-area: 3 / 6 / 5 / 11;
  display: flex;
}
.section-actus-accueil .actus__bloc .actublanc .actu__blanc {
  display: flex;
  height: 100%;
  width: 100%;
  border: 2px solid #0E4A3C;
  color: #0E4A3C;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-actus-accueil .actus__bloc .actublanc .actu__blanc .actus__infos {
  text-align: center;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-actus-accueil .actus__bloc .actublanc .actu__blanc .actus__infos .actus__titre {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-actus-accueil .actus__bloc .actublanc .actu__blanc .actus__infos .actus__date {
  line-height: 1.2;
  font-weight: 300;
}
.section-actus-accueil .actus__bloc .actublanc .actu__blanc:first-child {
  margin-right: 28px;
}
.section-actus-accueil .actus__bloc .actublanc .actu__blanc:hover {
  border-color: #B3915E;
  background: #B3915E;
  color: #ffffff;
}
.section-actus-accueil .actus__bloc .actublanc .actu__blanc:hover .actus__titre {
  color: #ffffff;
}
.section-actus-accueil .actus__bloc .actubouton {
  grid-area: 5 / 6 / 6 / 11;
  text-align: right;
}
.section-actus-accueil .actus__bloc .actubouton a {
  margin-top: 20px;
}
.section-actus-accueil .actus__bloc .actu__vert {
  display: flex;
  height: 100%;
  background: #0E4A3C;
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-actus-accueil .actus__bloc .actu__vert .actus__img {
  width: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.section-actus-accueil .actus__bloc .actu__vert .actus__img img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-actus-accueil .actus__bloc .actu__vert .actus__img .actus__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: linear-gradient(to bottom right,#ffffff,rgba(255,255,255,0) 90%);
}
.section-actus-accueil .actus__bloc .actu__vert .actus__infos {
  text-align: center;
  padding: 24px 22px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}
.section-actus-accueil .actus__bloc .actu__vert .actus__infos .actus__infos-bloc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-actus-accueil .actus__bloc .actu__vert .actus__infos .actus__titre {
  color: #ffffff;
}
.section-actus-accueil .actus__bloc .actu__vert .actus__infos .actus__date {
  line-height: 1.2;
}
.section-actus-accueil .actus__bloc .actu__vert .actus__infos .actus__icon {
  font-size: 1.4rem;
  text-align: right;
  display: block;
}
.section-actus-accueil .actus__bloc .actu__vert:hover {
  background: #B3915E;
}
.section-actus-accueil .actus__bloc .actu__vert:hover .actus__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .section-actus-accueil .actus__bloc {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .section-actus-accueil .actus__bloc .actublanc {
    flex-direction: column;
  }
  .section-actus-accueil .actus__bloc .actublanc .actu__blanc:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .section-actus-accueil .actus__bloc .actublanc .actu__blanc .actus__infos {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-actus-accueil .actus__bloc {
    display: flex;
    flex-wrap: wrap;
  }
  .section-actus-accueil .actus__bloc .actu1 {
    width: 100%;
  }
  .section-actus-accueil .actus__bloc .actu1 .actu__vert .actus__img {
    height: 100px;
  }
  .section-actus-accueil .actus__bloc .actu2,
  .section-actus-accueil .actus__bloc .actu3 {
    width: 100%;
  }
  .section-actus-accueil .actus__bloc .actubouton a {
    margin: 0;
  }
}
