<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(../fonts/stylesheet.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0 0px;
  font-size: 12px;
  line-height: 1.45;
  font-family: "Verdana", sans-serif;
  background: #FF0000;
  overflow-x: hidden; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: #000;
  text-decoration: none; }

img {
  width: 100%; }

figure {
  margin: 0; }

p, li {
  font-size: 16px; }

h1 {
  font-size: 37px;
  font-family: "Block Berthold Condensed", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-weight: normal; }

h1:first-child {
  margin-top: 0; }

h3 {
  font-size: 16px;
  margin-bottom: 0; }

h3 + p {
  margin: 0; }

hr {
  border: 2px solid #000;
  margin-top: 45px;
  margin-bottom: 45px; }

p + h1, h1 + h1, h2 + h1, hr + h1, h1 + hr {
  margin-top: 45px; }

p + h2, h1 + h2, h2 + h2 {
  margin-top: 45px; }

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 1000; }
  header.row {
    margin: 0; }
  header a {
    text-decoration: none; }
  header .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  header .mobile-menu_logo {
    padding: 15px 20px 10px;
    width: 150px; }
  header .mobile-menu_btn {
    display: block;
    position: relative;
    margin: 0px 50px;
    cursor: pointer;
    height: 24px; }
    header .mobile-menu_btn span {
      display: block;
      background: #FF0000;
      height: 4px;
      width: 35px;
      position: absolute;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    header .mobile-menu_btn span:nth-child(1) {
      top: 0px; }
    header .mobile-menu_btn span:nth-child(2) {
      top: 10px; }
    header .mobile-menu_btn span:nth-child(3) {
      top: 20px; }
    header .mobile-menu_btn .transparent {
      opacity: 0; }
    header .mobile-menu_btn .rotate-top {
      -webkit-transform: rotatez(45deg);
      -ms-transform: rotate(45deg);
      transform: rotatez(45deg);
      -webkit-transform-origin: 0%;
      left: 2px; }
    header .mobile-menu_btn .rotate-bottom {
      -webkit-transform: rotatez(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotatez(-45deg);
      -webkit-transform-origin: 15%; }
  header .nav {
    max-height: 0;
    overflow: scroll;
    background: #FFF;
    margin: 0;
    padding-left: 5.5vw;
    border-bottom: 8px solid #000;
    width: 100%;
    -webkit-transition: max-height 1s linear;
    -o-transition: max-height 1s linear;
    transition: max-height 1s linear; }
    header .nav.active {
      min-height: 91vh;
      max-height: 100vh;
      overflow: auto; }
  header .main-nav {
    margin-top: 20px;
    font-family: "Block Berthold Condensed", sans-serif;
    letter-spacing: 0.5px; }
    header .main-nav li {
      padding-top: 2px;
      padding-bottom: 2px;
      cursor: pointer;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 27px;
      color: #FF0000; }
      header .main-nav li a {
        color: #FF0000; }
      header .main-nav li.active {
        color: #000; }
        header .main-nav li.active &gt; a {
          color: #000; }
  header .main-nav_first-level &gt; li:hover, header .main-nav_first-level &gt; li:hover &gt; a {
    color: #000; }
    header .main-nav_first-level &gt; li:hover::before, header .main-nav_first-level &gt; li:hover &gt; a::before {
      color: #000; }
  header .main-nav_first-level &gt; li ul &gt; li a {
    color: #FF0000; }
  header .main-nav_first-level &gt; li ul &gt; li:hover, header .main-nav_first-level &gt; li ul &gt; li:hover a {
    color: #000; }
  header .main-nav_first-level &gt; li.active .main-nav_submenu {
    padding: 10px;
    max-height: 1000px; }
  header .main-nav_submenu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height 0.3s linear, padding 0.2s linear 0.2s, border-bottom-width 0.2s linear;
    -o-transition: max-height 0.3s linear, padding 0.2s linear 0.2s, border-bottom-width 0.2s linear;
    transition: max-height 0.3s linear, padding 0.2s linear 0.2s, border-bottom-width 0.2s linear; }
    header .main-nav_submenu li {
      font-size: 19px; }
    header .main-nav_submenu.active {
      padding: 10px;
      max-height: 1000px;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    header .main-nav_submenu a.active {
      color: #000; }
  header .searchbar {
    margin: 20px 0px;
    padding-left: 0; }
    header .searchbar input[type="search"] {
      width: 75%;
      max-width: 200px; }
    header .searchbar input[type="submit"] {
      width: 20%;
      max-width: 50px;
      cursor: pointer; }
      header .searchbar input[type="submit"]:hover {
        color: #FFF;
        background: #FF0000; }
    header .searchbar input {
      border: none;
      border: 1px solid #FF0000;
      color: #FF0000;
      background: #FFF;
      padding: 5px;
      display: inline-block; }

@media only screen and (min-width: 62em) {
  header {
    border-bottom: 8px solid #000;
    position: fixed;
    width: calc(100% - 100px);
    max-width: 120em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 0px; }
    header .desktop-menu_logo {
      padding-top: 10px;
      padding-left: 8px; }
    header .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      min-height: auto;
      max-height: none;
      border-bottom: none;
      padding-left: 30px;
      padding-right: 0; }
    header .main-nav {
      margin-top: 0; }
    header .main-nav_first-level {
      -webkit-column-count: 3;
      column-count: 3;
      -moz-column-count: 3; }
      header .main-nav_first-level &gt; li.active .main-nav_submenu {
        overflow: inherit;
        max-height: none;
        padding: 10px 20px;
        border-bottom-width: 8px; }
    header .main-nav_submenu {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      right: 0;
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #FFF;
      border-bottom: 0px solid #000;
      border-left: 8px solid #000;
      border-right: 8px solid #000; }
      header .main-nav_submenu.active {
        padding: 10px 20px;
        border-bottom-width: 8px; }
      header .main-nav_submenu li {
        padding: 0px 10px; }
    header .desktop-menu {
      padding: 0; }
    header .searchbar {
      padding-left: 1rem;
      padding-right: 0; } }

@media only screen and (min-width: 120em) {
  header {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; } }

.home-grid-wrapper {
  margin: 0; }

.grid-item {
  width: 100%;
  border: 4px solid #000;
  padding: 20px;
  background: #FFF;
  position: relative;
  overflow: hidden; }
  .grid-item a {
    color: #FF0000; }
    .grid-item a p, .grid-item a .date {
      color: #000; }
  .grid-item p {
    margin: 10px 0; }
  .grid-item h1 + h2 {
    margin-top: 20px; }
  .grid-item h2 {
    font-size: 19px;
    color: #FF0000;
    margin: 0; }
  .grid-item h3 {
    color: #FF0000;
    margin: 0; }

.agenda {
  /*min-height: 300px;*/
  padding-top: 20px; }
  .agenda h1, .agenda h2 {
    color: #FF0000;
    text-align: center; }
  .agenda h1 + ul {
    margin-top: 20px; }
  .agenda li {
    border-top: 2px dotted #000;
    margin: 0;
    padding: 10px 0px; }
  .agenda .date, .agenda .event-title {
    padding: 0; }
  .agenda .event-title {
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2px;
    padding-left: 10px; }
    .agenda .event-title p {
      color: #FF0000;
      margin: 0; }

.cover-wrapper {
  width: 100%;
  height: 100%; }

.actu {
  padding: 0; }
  .actu .cover-wrapper {
    position: absolute;
    z-index: 0; }
  .actu .actu-title-wrapper {
    position: absolute;
    z-index: 2;
    bottom: 1em;
    left: 1em; }
  .actu h2, .actu .date, .actu h3 {
    background: #FFF;
    border: 4px solid #000;
    display: inline-block;
    padding: 5px 8px;
    font-family: "Block Berthold Condensed", sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em; }
  .actu h2 {
    text-transform: uppercase;
    font-size: 27px; }
  .actu h3 {
    border-bottom: none; }
  .actu .date {
    border-top: none; }
  .actu h3, .actu .date {
    text-transform: uppercase;
    font-size: 12px;
    color: #000; }

.presentation h2 {
  color: #000; }

.presentation p {
  color: #000; }
  .presentation p strong {
    font-weight: normal; }

.image {
  padding: 0; }

.contact, .liens, .guide, .adhesion {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }
  .contact a, .liens a, .guide a, .adhesion a {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Block Berthold Condensed", sans-serif;
    color: #FF0000;
    font-size: 37px; }

.newsletter {
  padding-top: 6px;
  padding-bottom: 6px; }

.publications {
  text-align: center; }

@media only screen and (min-width: 768px) {
  .home-grid-wrapper {
    width: calc(100% + 8px);
    margin-left: -4px;
    display: inline-grid;
    grid-gap: 0px;
    grid-template-columns: repeat(12, 8.33333%);
    grid-template-rows: repeat(20, 50px); }
    .home-grid-wrapper .grid-item:first-child {
      grid-column: 1 / 5;
      grid-row: 1 / 6; }
    .home-grid-wrapper .grid-item:nth-child(2) {
      grid-column: 5 / 13;
      grid-row: 1 / 9; }
    .home-grid-wrapper .grid-item:nth-child(3) {
      grid-column: 1 / 5;
      grid-row: 6 / 12; }
    .home-grid-wrapper .grid-item:nth-child(4) {
      grid-column: 1 / 5;
      grid-row: 12 / 17; }
    .home-grid-wrapper .grid-item:nth-child(5) {
      grid-column: 5 / 7;
      grid-row: 9 / 11; }
    .home-grid-wrapper .grid-item:nth-child(6) {
      grid-column: 7 / 10;
      grid-row: 9 / 11; }
    .home-grid-wrapper .grid-item:nth-child(7) {
      grid-column: 5 / 10;
      grid-row: 14 / 19; }
    .home-grid-wrapper .grid-item:nth-child(8) {
      grid-column: 10 / 13;
      grid-row: 14 / 16; }
    .home-grid-wrapper .grid-item:nth-child(9) {
      grid-column: 5 / 10;
      grid-row: 11 / 14; }
    .home-grid-wrapper .grid-item:nth-child(10) {
      grid-column: 10 / 13;
      grid-row: 16 / 28;
      border-bottom: none;
      border-left: 8px solid #000;
      width: 101%;
      margin-left: -1%; }
    .home-grid-wrapper .grid-item:nth-child(11) {
      grid-column: 10 / 13;
      grid-row: 9 / 11; }
    .home-grid-wrapper .grid-item:nth-child(12) {
      grid-column: 1 / 5;
      grid-row: 17 / 25;
      border-right: 8px solid #000;
      border-bottom: 8px solid #000;
      width: 101%; }
    .home-grid-wrapper .grid-item:nth-child(13) {
      grid-column: 5 / 10;
      grid-row: 19 / 24;
      border-bottom: 8px solid #000; }
    .home-grid-wrapper .grid-item:nth-child(14) {
      grid-column: 10 / 13;
      grid-row: 11 / 14; } }

@media only screen and (min-width: 62em) {
  body[data-template="home"] main {
    padding-top: 0px;
    margin-top: 102px; }
  .home-grid-wrapper {
    width: calc(100% + 8px);
    margin-left: -4px;
    display: inline-grid;
    grid-gap: 0px;
    grid-template-columns: repeat(12, 8.33333%);
    grid-template-rows: repeat(20, 50px); }
    .home-grid-wrapper .grid-item:first-child {
      grid-column: 1 / 4;
      grid-row: 1 / 5; }
    .home-grid-wrapper .grid-item:nth-child(2) {
      grid-column: 4 / 9;
      grid-row: 1 / 9; }
    .home-grid-wrapper .grid-item:nth-child(3) {
      grid-column: 9 / 13;
      grid-row: 1 / 6; }
    .home-grid-wrapper .grid-item:nth-child(4) {
      grid-column: 1 / 4;
      grid-row: 5 / 9; }
    .home-grid-wrapper .grid-item:nth-child(5) {
      grid-column: 4 / 6;
      grid-row: 9 / 11; }
    .home-grid-wrapper .grid-item:nth-child(6) {
      grid-column: 6 / 9;
      grid-row: 9 / 11; }
    .home-grid-wrapper .grid-item:nth-child(7) {
      grid-column: 9 / 13;
      grid-row: 6 / 11; }
    .home-grid-wrapper .grid-item:nth-child(8) {
      grid-column: 1 / 4;
      grid-row: 11 / 13; }
    .home-grid-wrapper .grid-item:nth-child(9) {
      grid-column: 4 / 9;
      grid-row: 11 / 14; }
    .home-grid-wrapper .grid-item:nth-child(10) {
      grid-column: 9 / 13;
      grid-row: 11 / 18;
      border-bottom: 4px solid #000; }
    .home-grid-wrapper .grid-item:nth-child(11) {
      grid-column: 1 / 4;
      grid-row: 9 / 11; }
    .home-grid-wrapper .grid-item:nth-child(12) {
      grid-column: 1 / 4;
      grid-row: 13 / 21;
      border-right: 8px solid #000;
      width: 101%; }
    .home-grid-wrapper .grid-item:nth-child(13) {
      grid-column: 4 / 9;
      grid-row: 14 / 18;
      border-bottom: 8px solid #000; }
    .home-grid-wrapper .grid-item:nth-child(14) {
      grid-column: 9 / 13;
      grid-row: 18 / 20;
      border-bottom: 8px solid #000;
      border-left: 8px solid #000;
      width: 101%;
      margin-left: -1%; } }

.sidebar-left .images-gallery {
  margin: 0; }
  .sidebar-left .images-gallery li {
    padding: 0;
    border-right: 8px solid #000;
    vertical-align: bottom;
    position: relative; }
    .sidebar-left .images-gallery li figure {
      height: 100%; }
    .sidebar-left .images-gallery li img {
      vertical-align: top;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%; }
    .sidebar-left .images-gallery li:nth-child(3n) {
      border-right: none; }
    .sidebar-left .images-gallery li figcaption {
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      color: #FFF;
      font-weight: 600;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      background: rgba(0, 0, 0, 0.5);
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear;
      padding: 0 6px; }
      .sidebar-left .images-gallery li figcaption p {
        font-size: 12px;
        line-height: 1.2; }
    .sidebar-left .images-gallery li:hover figcaption {
      opacity: 1; }

.date {
  color: #FF0000;
  font-size: 16px; }

.sidebar-right {
  background: #FFF;
  border-top: 8px solid #000;
  color: #FF0000;
  font-size: 19px; }
  .sidebar-right li {
    background: #FFF; }
    .sidebar-right li p {
      font-size: 12px;
      line-height: 1.2; }
    .sidebar-right li p::before {
      content: "→";
      margin-left: -24px;
      margin-right: 5px;
      font-size: 20px; }

.note {
  color: #FF0000;
  font-size: 19px;
  font-size: 13px;
  line-height: 1.2;
  position: absolute;
  left: 102%;
  width: 30%;
  margin-top: -30px;
  display: none; }
  .note::before {
    content: "►";
    margin-left: -17px;
    margin-right: 4px; }

.related-page {
  border-top: 2px solid #000;
  margin-top: 30px;
  padding-top: 30px;
  color: #FF0000; }
  .related-page ul {
    margin-top: 30px; }
    .related-page ul li {
      border: 3px solid #000;
      display: inline-block;
      padding: 10px 20px;
      margin-right: 20px;
      font-weight: bold; }
      .related-page ul li a {
        border: none; }

@media only screen and (min-width: 62em) {
  .note {
    display: block; }
  .sidebar-left {
    border-right: 8px solid #000;
    background: #FF0000; }
    .sidebar-left .images-gallery li {
      border-right: none;
      border-bottom: 8px solid #000; } }

body[data-template="list"] .content,
body[data-template="events"] .content,
body[data-template="newsletter"] .content,
body[data-template="search"] .content {
  background: #FF0000; }

.newsletter-presentation {
  background: #FFF;
  padding: 20px 30px;
  border-bottom: 8px solid #000; }
  .newsletter-presentation h1 {
    color: #FF0000; }

.agenda-title-wrapper {
  background: #FFF;
  padding: 20px 30px;
  border-bottom: 8px solid #000;
  color: #FF0000; }

.agenda-content .list-item {
  border-top: 8px solid #000;
  margin-top: -8px; }
  .agenda-content .list-item h1 {
    font-size: 30px; }
  .agenda-content .list-item .list-item_date {
    color: #FF0000;
    font-size: 16px;
    font-size: 1.1em; }

body[data-intended-template="event"] .content, body[data-intended-template="event"] .sidebar-left,
body[data-intended-template="newsletter"] .content,
body[data-intended-template="newsletter"] .sidebar-left,
body[data-intended-template="search"] .content,
body[data-intended-template="search"] .sidebar-left {
  padding-top: 0px; }

.content article.list-item {
  padding: 20px;
  background: #FFF;
  border-bottom: 8px solid #000; }
  .content article.list-item:last-child {
    border-bottom: none; }
  .content article.list-item .content-to-hide {
    display: none; }
  .content article.list-item .list-item_content {
    position: relative; }
  .content article.list-item h1.list-item_title_click {
    margin: 0;
    cursor: pointer; }
    .content article.list-item h1.list-item_title_click:hover {
      color: #FF0000; }
  .content article.list-item figure {
    margin-bottom: 20px; }

.sidebar-left {
  padding: 0;
  border-right: 0; }

.sidebar-right {
  border-left: 0; }

.image-gallery {
  margin: 0; }
  .image-gallery li {
    padding: 0; }
    .image-gallery li img {
      vertical-align: top; }

@media only screen and (min-width: 62em) {
  .content article.list-item figure {
    margin-bottom: 0; }
  .content article.list-item.active h1 {
    margin-top: 0; }
  .content article.list-item h1 {
    margin-top: 0px; }
  .content article.list-item:last-child {
    border-bottom: 8px solid #000; }
  .content article.list-item:first-child .image-gallery {
    top: -7px; }
  .image-gallery {
    position: absolute;
    left: calc(-34% - 5px);
    width: calc(34% - 2px);
    top: -8px;
    border-bottom: none; }
    .image-gallery li {
      border-top: 8px solid #000;
      border-bottom: 8px solid #000;
      border-right: none; }
  .agenda-title-wrapper {
    border-left: 8px solid #000;
    border-right: 8px solid #000; }
  .newsletter-presentation {
    border-left: 8px solid #000; } }

.archives.content {
  background: #FF0000; }

.archives .year {
  font-family: "Block Berthold Condensed", sans-serif;
  color: #FF0000;
  font-size: 37px;
  margin: 0;
  border-bottom: 8px solid #000;
  border-top: 8px solid #000;
  position: relative;
  width: 100%;
  background: #FFF;
  padding: 0 20px; }
  .archives .year:first-child {
    border-top: none; }

.archives h1 {
  font-size: 27px;
  padding-top: 5px; }

.archives .list-item_date {
  color: #000;
  border-bottom: 2px solid #FF0000; }

@media only screen and (min-width: 62em) {
  .archives article.list-item .image-gallery {
    top: 0px; }
    .archives article.list-item .image-gallery:first-child {
      top: -8px; }
  .archives .year {
    width: 134.3%;
    margin-left: -34.3%;
    border-left: 8px solid #000; } }

.search-term {
  color: #FF0000; }
  .search-term::before {
    color: #000; }

h2.no-result {
  background: #FFF;
  margin: 0;
  padding: 30px;
  border-left: 8px solid #000;
  border-bottom: 8px solid #000; }

.search h1 {
  font-size: 27px;
  padding-top: 5px; }

.search span.list-item_date::before {
  content: "&gt; "; }

.search span.list-item_date:first-child::before {
  content: ""; }

.show-for-small-only {
  display: block; }

.hide-for-small-only {
  display: none; }

main, main.row {
  padding-top: 54px;
  border: 8px solid #000;
  margin: 0px;
  background: #FF0000;
  max-width: 120em;
  margin: auto; }

.rouge {
  color: #FF0000; }

.breadcrumb {
  background: #FFF;
  text-align: center;
  padding: 10px;
  font-weight: bold; }
  .breadcrumb li {
    display: inline-block;
    font-size: 19px; }
    .breadcrumb li:first-child a {
      color: #FF0000; }
      .breadcrumb li:first-child a:hover {
        color: #000; }
    .breadcrumb li:first-child:before {
      content: ""; }
    .breadcrumb li:before {
      content: "&gt;";
      font-weight: bold;
      font-size: 18px;
      margin: -5px 5px; }
    .breadcrumb li a.active {
      color: #000;
      pointer-events: none; }
    .breadcrumb li a:hover {
      color: #FF0000; }

.content {
  padding: 0;
  background: #FFF;
  position: relative;
  border-top: 8px solid #000;
  overflow-wrap: break-word; }
  .content article {
    padding: 20px 30px;
    position: relative;
    background: #FFF;
    padding-bottom: 45px; }
    .content article .list-item_content figure, .content article .page_content figure {
      margin: 45px 0px;
      width: 80%; }
    .content article .auteur {
      color: #FF0000;
      font-size: 1.1em;
      margin-top: 10px; }
    .content article a.download-file {
      margin-left: 32px; }
      .content article a.download-file::before {
        content: ' ';
        background-image: url(../images/download-arrow.svg);
        background-size: 32px 32px;
        background-repeat: no-repeat;
        height: 35px;
        width: 35px;
        display: inline-block;
        margin-left: -36px;
        vertical-align: middle; }
  .content a {
    border-bottom: 2px solid #FF0000; }
    .content a:hover {
      color: #FF0000; }

body[data-template="default"] .content article {
  min-height: 85vh; }

body[data-template="publications"] .content {
  background: #FF0000; }

body[data-template="publications"] .publications-wrapper {
  padding: 20px; }
  body[data-template="publications"] .publications-wrapper li {
    margin-bottom: 20px; }
  body[data-template="publications"] .publications-wrapper a:hover figcaption {
    color: #FFF; }
  body[data-template="publications"] .publications-wrapper figcaption {
    padding: 5px;
    font-weight: bold;
    line-height: 1.2; }

.related {
  border-top: 8px solid #000; }
  .related li {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px; }
    .related li a {
      color: #FF0000; }
      .related li a:before {
        content: "—"; }

@media only screen and (min-width: 62em) {
  body {
    margin: 0 50px;
    margin-bottom: 50px;
    background: #FFF; }
  .breadcrumb {
    border-bottom: 8px solid #000; }
  .show-for-small-only {
    display: none !important; }
  .hide-for-small-only {
    display: block !important; }
  main, main.row {
    margin-top: 106px;
    padding-top: 0;
    min-height: 95vh; }
  .content, .sidebar-left, .sidebar-right {
    padding-top: 55px; }
  .no-submenu .content, .no-submenu .sidebar-left, .no-submenu .sidebar-right {
    padding-top: 0px; }
  .content {
    border-top: none; }
    .content article {
      border-left: 8px solid #000; }
  .related {
    position: absolute;
    right: -53%;
    width: 51.6%;
    bottom: 100px;
    background: #FFF;
    padding: 0 10px 10px;
    border-bottom: 8px solid #000; }
    .related a:hover {
      color: #000; } }
</pre></body></html>