@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;
}
.block_page_plugin a[href],
.block_page_plugin a[onclick] {
  color: #e6142d;
  outline: #999999 none;
}
.block_page_plugin a[href]:hover,
.block_page_plugin a[href]:focus,
.block_page_plugin a[onclick]:hover,
.block_page_plugin a[onclick]:focus {
  color: #e6142d;
  background-color: #f4e8e9;
  text-decoration: none;
}
.block_page_plugin {
  padding: 0 50px;
}
.block_page_plugin > .title_plugin {
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 10px;
}
.block_page_plugin > .MAR-plugin,
.block_page_plugin > .multiple-ressources-plugin,
.block_page_plugin > .text_plugin {
  margin-bottom: 25px;
}
.block_page_plugin > .multiple-ressources-plugin > .MAR-plugin-container > .MAR-plugin {
  margin-bottom: 10px;
}
.block_page_plugin > .MAR-plugin > .MAR-title,
.block_page_plugin > .subtitle_plugin {
  font-size: large;
  font-weight: bold;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0;
  margin-bottom: 8px;
}
.block_page_plugin > .multiple-ressources-plugin {
  overflow: hidden;
}
.block_page_plugin > .multiple-ressources-plugin > .multiple-ressources-label {
  font-size: large;
  font-weight: bold;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0;
  margin-bottom: 8px;
  display: block;
}
.block_page_plugin > .multiple-ressources-plugin:first-child {
  margin-top: 0;
}
.block_page_plugin > .multiple-ressources-plugin > .MAR-plugin-container > .MAR-plugin,
.block_page_plugin > .multiple-ressources-plugin > .MAR-plugin-container > .MAR-plugin > .MAR-content {
  display: inline;
  float: left;
}
.block_page_plugin > .multiple-ressources-plugin > .MAR-plugin-container > .MAR-plugin > .MAR-content > * {
  margin: 0;
  padding: 0;
}
.block_page_plugin > .multiple-ressources-plugin > .MAR-plugin-container > .MAR-plugin:not(:last-child) > .MAR-content > p:last-child:after {
  content: ",\00a0";
}
@media (max-width:767px) {
  .block_page_plugin {
    padding: 0 20px;
  }
}