@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;
}
.main {
  position: relative;
}
.block_title_page {
  padding: 25px 50px 0 50px;
}
.draft-alert {
  background-color: #e6142d;
  color: white;
  padding: 15px;
}
#sidebar_page > .button_plugin,
.sidebar-action.button_plugin {
  padding: 0 25px;
  margin: 25px auto;
  width: 100%;
}
#sidebar_page > .button_plugin > .button,
.sidebar-action > .button {
  border: solid #e6142d 2px;
  width: 100%;
  color: #e6142d;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 10px 5px;
  font-weight: bold;
}
#sidebar_page > .button_plugin > .button:hover,
.sidebar-action > .button:hover,
#sidebar_page > .button_plugin > .button:focus,
.sidebar-action > .button:focus {
  background-color: #e6142d;
  color: white;
  text-decoration: none;
}
#sidebar_page > img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.page_footer {
  background-color: #f4e8e9;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #e6142d;
  border-bottom: 2px solid #efa8b0;
  display: flex;
  align-items: center;
  padding: 25px;
}
.page_footer > .page_footer_alert_img {
  background-image: url('/static/img/alert-message-icon.png');
  height: 52px;
  width: 48px;
  flex-shrink: 0;
  margin-right: 25px;
  margin-left: auto;
}
.page_footer > .page_footer_text {
  margin-right: auto;
}
.button_previous_next {
  position: absolute;
  top: 25px;
  right: -15px;
  z-index: 5;
}
.button_pn:hover,
.button_pn:focus {
  opacity: 1;
  text-decoration: inherit;
  color: #ffffff;
}
.button_pn {
  height: 50px;
  width: 50px;
  margin-bottom: 2px;
  background-color: #2d2d2d;
  opacity: 0.5;
  color: #ffffff;
  font-size: x-large;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button_plugin.sidebar-action + .button_plugin.sidebar-action:last-child {
  padding-top: 0;
}
.member_image,
.news_image,
.ressource_image {
  width: 100%;
}
.news_image > img,
.ressource_image > img {
  width: 100%;
}
.member_image > img {
  width: 100%;
  padding: 50px;
}
@media (max-width:991px) {
  #sidebar_page > .button_plugin {
    padding: 0;
  }
  #sidebar_page > .button_plugin:last-child {
    margin-bottom: 0;
  }
  .button_plugin.sidebar-action {
    padding: 25px 50px;
    margin: 0;
  }
  #sidebar_page {
    padding: 25px 50px !important;
  }
  .block_title_page {
    padding: 0 50px;
  }
  #page-bottom-actions:not(:empty) {
    border-top: solid 2px #eaeaea;
  }
}
@media (max-width:767px) {
  .block_title_page {
    padding: 0 20px;
  }
  #sidebar_page {
    padding: 20px !important;
  }
  #sidebar_page > .button_plugin {
    margin: 20px auto;
  }
  .button_plugin.sidebar-action {
    padding: 20px;
    margin: 0;
  }
  .block_page_plugin {
    padding: 0 20px;
  }
}