@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_highlight_ressource_plugin {
  margin-top: 20px;
  margin-right: 0;
  margin-left: 0;
}
.homepage_highlight_ressource_plugin .ressources {
  margin-top: 10px;
  background-color: #ffffff;
}
.homepage_highlight_ressource_plugin .title-container {
  display: flex;
  align-items: center;
}
.homepage_highlight_ressource_plugin .title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.title-container .title {
  margin-bottom: 0;
}
.homepage_highlight_ressource_plugin .authors {
  margin-bottom: 20px;
}
.homepage_highlight_ressource_plugin .title_right_background {
  height: 20px;
  background-image: url('/static/img/header/strip-pattern-320.png');
  display: inline-block;
  flex: 1;
  margin-left: 15px;
}
.ressource_1 {
  padding: 25px 0;
  cursor: pointer;
  border-right: #eaeaea 2px solid;
}
.ressource_1.lightbg {
  background-image: url('/static/lightbg.png') !important;
}
.ressource_1 > .band {
  background: rgba(255,255,255,0.8);
  position: absolute;
  left: 0;
  right: 0;
}
.ressource_1 > .band.top {
  top: 0;
  margin-top: 15px;
  margin-right: 40px;
  padding: 10px 20px 10px 20px;
}
.ressource_1 > .band.bottom {
  bottom: 0;
  margin-bottom: 15px;
  margin-right: 40px;
  padding: 10px 20px 10px 20px;
}
.ressource_1 > .band.inverted {
  background: rgba(80,80,80,0.8);
  color: white;
}
.ressource_1 > .band > .title,
.ressource_2 > .title,
.ressource_3 > .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
}
.ressource_1_img {
  display: none;
}
.ressource_2 {
  padding: 25px 50px;
  background-color: #ffffff;
  border-bottom: #eaeaea 1px solid;
  cursor: pointer;
}
.ressource_3 {
  padding: 25px 50px;
  background-color: #ffffff;
  border-top: #eaeaea 1px solid;
  cursor: pointer;
}
.ressource_1:hover > .band > .title,
.ressource_2:hover > .title,
.ressource_3:hover > .title {
  text-decoration: underline;
}
.homepage_highlight_ressource_red_line {
  height: 2px;
  width: 40px;
  background-color: red;
  margin-bottom: 5px;
}
@media screen and (min-width:768px)and (max-width:991px) {
  .homepage_highlight_ressource_plugin .col_cell {
    display: block;
  }
  .ressource_1_img {
    display: block;
    width: 100%;
  }
  .ressource_1,
  .ressource_2,
  .ressource_3 {
    border: none;
  }
  .ressource_1,
  .ressource_2 {
    border-bottom: #eaeaea 2px solid;
  }
}
@media screen and (max-width:767px) {
  .homepage_highlight_ressource_plugin .col_cell {
    display: block;
  }
  .ressource_1_img {
    display: block;
    width: 100%;
  }
  .ressource_1,
  .ressource_2,
  .ressource_3,
  .band {
    padding: 20px !important;
    border: none;
  }
  .ressource_1,
  .ressource_2 {
    border-bottom: #eaeaea 2px solid;
  }
}