@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('/static/font/opensans.woff2') format('woff2');
  unicode-range: U + 0000 -00FF, U + 0131 , U + 0152 -0153, U + 02 C6, U + 02 DA, U + 02 DC, U + 2000 -206F, U + 2074 , U + 20 AC, U + 2212 , U + 2215;
}
.homepage_last_actualites_plugin {
  margin-top: 25px;
}
.homepage_last_actualites_plugin .news {
  margin-top: 10px;
}
.homepage_last_actualites_plugin .actualite {
  background-color: #ffffff;
  height: 100%;
  padding: 25px 50px 50px 50px;
  cursor: pointer;
  border-left: 2px solid #eaeaea;
}
.homepage_last_actualites_plugin .actualite:first-child {
  border-left: none;
}
.homepage_last_actualites_plugin .actualite > .type {
  color: #e6142d;
  font-size: 16px;
}
.homepage_last_actualites_plugin .title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.homepage_last_actualites_plugin .actualite:hover > .title {
  text-decoration: underline;
}
.homepage_last_actualites_plugin .actualite > .title {
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
}
.homepage_last_actualites_plugin .actualite > .date {
  color: #999999;
}
.homepage_last_actualites_plugin .title-container {
  display: flex;
  align-items: center;
}
.homepage_last_actualites_plugin .title_right_background {
  height: 20px;
  background-image: url('/static/img/header/strip-pattern-320.png');
  display: inline-block;
  flex: 1;
  margin-left: 15px;
}
.homepage_last_actualites_plugin .more-news {
  display: block;
  padding: 10px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #e6142d;
  outline: #999999 none;
  z-index: 15;
}
.homepage_last_actualites_plugin .more-news:hover,
.homepage_last_actualites_plugin .more-news:focus {
  color: #e6142d;
  background-color: #f4e8e9;
  text-decoration: none;
}
@media screen and (max-width:991px) {
  .homepage_last_actualites_plugin .actualite {
    display: block;
    border-left: none;
    border-top: 2px solid #eaeaea;
    padding: 25px 50px;
  }
  .homepage_last_actualites_plugin .actualite:first-child {
    border-top: none;
  }
  .homepage_last_actualites_plugin .actualite.last {
    padding-bottom: 50px;
  }
}
@media screen and (max-width:767px) {
  .homepage_last_actualites_plugin .actualite {
    padding: 20px;
  }
  .homepage_last_actualites_plugin .actualite.last {
    padding-bottom: 50px;
  }
}