@charset "UTF-8";
/* *** Epic theme CSS file *** */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;700&display=swap");
  .dev-notes .d-noneXXX {
    display: block !important;
    border: 1px dashed red !important; }
  .dev-notes .dev-todo {
    border: 1px dotted green !important; }
    .dev-notes .dev-todo::before {
      content: 'Todo';
      background-color: green;
      color: white;
      font-weight: bold;
      font-size: 0.5rem;
      padding: 5px;
      position: relative;
      top: -15px;
      left: -15px;
      border-radius: 5px;
      z-index: 10; }
  .dev-notes .dev-fixme {
    border: 1px dotted orange !important; }
    .dev-notes .dev-fixme::before {
      content: 'Fixme';
      background-color: orange;
      color: white;
      font-weight: bold;
      font-size: 0.5rem;
      padding: 5px;
      position: relative;
      top: -15px;
      left: -15px;
      border-radius: 5px;
      z-index: 10; }
  .dev-notes .dev-test {
    border: 1px dotted violet !important; }
    .dev-notes .dev-test::before {
      content: 'Test';
      background-color: violet;
      color: white;
      font-weight: bold;
      font-size: 0.5rem;
      padding: 5px;
      position: relative;
      top: -15px;
      left: -15px;
      border-radius: 5px;
      z-index: 10; }
  .dev-notes [cms-no-export] {
    border: 1px dashed rgba(255, 0, 255, 0.25) !important; }
    .dev-notes [cms-no-export]::before {
      content: 'Don\'t export';
      background-color: rgba(255, 0, 255, 0.25);
      color: white;
      font-weight: bold;
      font-size: 0.5rem;
      padding: 5px;
      position: relative;
      top: -15px;
      left: -15px;
      border-radius: 5px;
      z-index: 10; }

/* $site-headings-font-family: Roboto */
/* Reset CSS */
/* HTML */
body {
  background-color: inherit;
  color: #3e3e3e;
  font-family: "Manrope", sans-serif;
  max-width: 100vw !important; }

h1,
h2 {
  font-family: "Patua One", cursive;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative; }

a[href^="tel:"] {
  color: inherit; }

a {
  color: #129A87;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

a:hover {
  color: #006355;
  -webkit-text-decoration-line: none;
          text-decoration-line: none; }

p {
  text-align: justify; }

p:last-child {
  margin-bottom: 0 !important; }

hr {
  border-top: 1px solid #54BBAC;
  width: 50%;
  margin-left: auto;
  margin-right: auto; }

table tr[data-href] {
  cursor: pointer; }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.text-decoration-underline {
  text-decoration: underline; }

.facebook-color {
  color: #3B5998; }

.twitter-color {
  color: #1DA1F2; }

.linkedin-color {
  color: #2867B2; }

.youtube-color {
  color: #FF0000; }

.text-p-0 {
  color: #ED1B2F !important; }

.text-p-1 {
  color: #F9707D !important; }

.text-p-2 {
  color: #F74758 !important; }

.text-p-3 {
  color: #C10517 !important; }

.text-p-4 {
  color: #99000F !important; }

.text-s-1-0 {
  color: #129A87 !important; }

.text-s-1-1 {
  color: #54BBAC !important; }

.text-s-1-2 {
  color: #2FA292 !important; }

.text-s-1-3 {
  color: #047D6D !important; }

.text-s-1-4 {
  color: #006355 !important; }

.text-s-2-0 {
  color: #ACE71A !important; }

.text-s-2-1 {
  color: #CEF46E !important; }

.text-s-2-2 {
  color: #BFF146 !important; }

.text-s-2-3 {
  color: #87BC05 !important; }

.text-s-2-4 {
  color: #6A9500 !important; }

.bg-p-0 {
  background-color: #ED1B2F !important; }

.bg-p-1 {
  background-color: #F9707D !important; }

.bg-p-2 {
  background-color: #F74758 !important; }

.bg-p-3 {
  background-color: #C10517 !important; }

.bg-p-4 {
  background-color: #99000F !important; }

.bg-s-1-0 {
  background-color: #129A87 !important; }

.bg-s-1-1 {
  background-color: #54BBAC !important; }

.bg-s-1-2 {
  background-color: #2FA292 !important; }

.bg-s-1-3 {
  background-color: #047D6D !important; }

.bg-s-1-4 {
  background-color: #006355 !important; }

.bg-s-2-0 {
  background-color: #ACE71A !important; }

.bg-s-2-1 {
  background-color: #CEF46E !important; }

.bg-s-2-2 {
  background-color: #BFF146 !important; }

.bg-s-2-3 {
  background-color: #87BC05 !important; }

.bg-s-2-4 {
  background-color: #6A9500 !important; }

h2.underline, .post-layout .post-content .post-body h2, .post-layout .post-hero .post-body h2, .post-container h2, .archive-cours h2, .single-services .service h2 {
  margin-bottom: 30px; }

h2.underline:after, .post-layout .post-content .post-body h2:after, .post-layout .post-hero .post-body h2:after, .post-container h2:after, .archive-cours h2:after, .single-services .service h2:after {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150px;
  content: '';
  height: 8px;
  border-radius: 0 6px 0 6px;
  background-color: #C10517; }

.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-video iframe,
.embed-video object,
.embed-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Bootstrap - custom/reset */
/* Table with no border */
.table-borderless td,
.table-borderless th {
  border: 0; }

/* Add-on to .badge */
.badge-notify {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0.75em;
  font-weight: bold; }

/* list-group */
.list-group-item {
  background: none; }

/* Button */
.btn:focus,
.btn.focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn.btn-primary {
  color: white !important;
  border-color: #ED1B2F;
  background-image: -webkit-linear-gradient(top, #ed1b2e 0%, #c21424 100%);
  background-color: #ED1B2F; }

.btn.btn-primary > a {
  color: white !important; }

.btn.btn-primary:hover {
  background-image: -webkit-linear-gradient(top, #c51020 0%, #940f1b 100%);
  background-color: #c51021; }

.btn.btn-secondary {
  color: white;
  border-color: none;
  background-image: -webkit-linear-gradient(top, #2FA292 0%, #006355 100%);
  background-color: #129A87; }

.btn.btn-secondary:hover {
  background-image: -webkit-linear-gradient(top, #247a6e 0%, #003029 100%);
  background-color: #e6e6e6; }

/* Breadcumbs */
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: inherit;
  /* .breadcrumb-item+.breadcrumb-item::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        padding: .75rem .5rem;

        // color: lighten($post-header-breadcrumb-separator-color, 20%);
    } */ }
  .breadcrumb .breadcrumb-item {
    color: #7e7e7e;
    padding: .75rem .5rem; }
    @media only screen and (max-width: 991px) {
      .breadcrumb .breadcrumb-item {
        padding: .25rem .25rem; } }
  .breadcrumb .breadcrumb-item:hover {
    color: black; }
  .breadcrumb .breadcrumb-item.active {
    color: black; }
  .breadcrumb .breadcrumb-item:not(:first-child)::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105"; }

/* Logo Observatoire de la prévention de l'Institut de Cardiologie de Montréal */
/* Logo OP */
.logo-op {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  width: 200px;
  font-family: 'Ubuntu', sans-serif; }
    .logo-op.text-black a {
      color: black !important; }
  .logo-op a {
    color: white !important;
    padding: 0 !important; }
    .logo-op a:hover {
      background-color: transparent !important; }
  .logo-op .op-text {
    border-bottom: 1px solid #ED1B2F;
    text-align: center;
    font-size: 1.25em;
    line-height: 23px;
    padding-bottom: 4px;
    margin-bottom: 2px;
    letter-spacing: 2px; }
  .logo-op .icm-text {
    font-size: 0.75em;
    color: #b4b4b4;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px; }

/* Social icons */
.social-icons {
  max-width: 250px; }
    aside.post-sidemenu .widget.widget_recent_entries {
      margin-bottom: 2rem; }
      aside.post-sidemenu .widget.widget_recent_entries ul {
        padding-left: 0;
        list-style-type: none; }
        aside.post-sidemenu .widget.widget_recent_entries ul li {
          margin: 0 10px 10px 10px; }
          aside.post-sidemenu .widget.widget_recent_entries ul li > a,
          aside.post-sidemenu .widget.widget_recent_entries ul li > span {
            display: block; }
          aside.post-sidemenu .widget.widget_recent_entries ul li .post-date {
            color: silver;
            font-size: smaller; }
        aside.post-sidemenu .widget.widget_recent_entries ul li:not(:last-of-type) {
          border-bottom: 1px solid silver;
          padding-bottom: 10px; }
    aside.post-sidemenu .widget.widget_archive {
      margin-bottom: 2rem; }
      aside.post-sidemenu .widget.widget_archive label.screen-reader-text {
        display: none; }
      aside.post-sidemenu .widget.widget_archive > select {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
        display: block;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
    aside.post-sidemenu .widget.widget_categories {
      margin-bottom: 2rem; }
      aside.post-sidemenu .widget.widget_categories ul {
        padding-left: 0;
        list-style-type: none; }
        aside.post-sidemenu .widget.widget_categories ul li {
          margin: 0 10px 5px 10px;
          color: silver; }

#top-spacer {
  height: 75px; }
  @media (min-width: 576px) {
    #top-spacer {
      height: 107px; } }
  @media (min-width: 768px) {
    #top-spacer {
      height: 110px; } }
  @media (min-width: 992px) {
    #top-spacer {
      height: 131px; } }
  @media (min-width: 1200px) {
    #top-spacer {
      height: 131px; } }

.site-header {
  background-color: white;
  /* Header */ }
  .site-header .site-header-message {
    background-color: #dc3545;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.1em; }
  .site-header .site-top-menu {
    display: none;
    background-color: #99000F;
    background-image: -webkit-linear-gradient(top, #99000F 0%, #80000d 100%); }
    @media only screen and (min-width: 576px) {
      .site-header .site-top-menu {
        display: block; } }
    .site-header .site-top-menu .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.70rem;
      font-weight: bold;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media only screen and (min-width: 992px) {
        .site-header .site-top-menu .container {
          font-size: 0.85rem; } }
      .site-header .site-top-menu .container > div.slogan {
        display: none;
        padding: 5px 10px 5px 0;
        color: #CEF46E;
        font-family: 'Montserrat Alternates', sans-serif;
        font-size: 0.75rem;
        letter-spacing: 1px;
        font-weight: 500; }
        @media only screen and (min-width: 768px) {
          .site-header .site-top-menu .container > div.slogan {
            display: block; } }
        @media (min-width: 992px) {
          .site-header .site-top-menu .container > div.slogan {
            font-size: 1.1rem; } }
      .site-header .site-top-menu .container > nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .site-header .site-top-menu .container > nav > a {
          padding: 5px 12px;
          color: white;
          letter-spacing: 1px;
          -webkit-transition: background-color 0.5s;
          -o-transition: background-color 0.5s;
          transition: background-color 0.5s; }
          .site-header .site-top-menu .container > nav > a:hover {
            color: white;
            background-color: #C10517; }
  .site-header nav.header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: grid;
    grid-template-columns: auto 1fr 50px;
    grid-template-rows: 1fr;
    grid-template-areas: 'logo menu fullscreen';
    /* Site header logo */
    /* Site header menu */
    /* Fullscreen btn */ }
    .site-header nav.header .site-header-logo {
      grid-area: logo;
      -ms-flex-item-align: center;
          align-self: center; }
      .site-header nav.header .site-header-logo img {
        max-width: 175px; }
      @media only screen and (min-width: 576px) {
        .site-header nav.header .site-header-logo img {
          max-width: 200px; } }
      @media only screen and (min-width: 992px) {
        .site-header nav.header .site-header-logo img {
          max-width: 250px; } }
    .site-header nav.header .site-header-menu {
      display: none;
      grid-area: menu;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .site-header nav.header .site-header-menu a {
        padding: 11px 16px;
        color: #C10517;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: normal; }
        .site-header nav.header .site-header-menu a span {
          padding: 0 4px 4px; }
      @media only screen and (min-width: 992px) {
        .site-header nav.header .site-header-menu a {
          font-size: 1.25rem;
          letter-spacing: 1px; } }
      @media only screen and (min-width: 1200px) {
        .site-header nav.header .site-header-menu a {
          font-size: 1.50rem; } }
      .site-header nav.header .site-header-menu a:hover {
        color: #99000F; }
    @media only screen and (min-width: 768px) {
      .site-header nav.header .site-header-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .site-header nav.header .fullscreen-btn {
      -ms-flex-item-align: center;
          align-self: center;
      grid-area: fullscreen; }

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(white), color-stop(50%, #99000F), to(white));
  background: -webkit-linear-gradient(right, white 0%, #99000F 50%, white 100%);
  background: -o-linear-gradient(right, white 0%, #99000F 50%, white 100%);
  background: linear-gradient(270deg, white 0%, #99000F 50%, white 100%);
  height: 4px;
  border-radius: 4px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out; }

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0; }

/* Fullscreen menu */
.fullscreen-menu {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  /* background-color: rgba(45, 45, 45, 0.12) */
  /* background-color: #727272 */
  /* background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 43.5839%, rgba(26, 121, 120, 0.95) 100%) */
  /* background-color: rgba(0, 99, 85, 0.9) */
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("https://www.transparenttextures.com/patterns/padded.png");
  /* Modal content */ }
  .fullscreen-menu .modal-content {
    color: white !important;
    border: none;
    background-color: transparent;
    /* Modal body */ }
    .fullscreen-menu .modal-content .modal-body {
      /* Site search row */ }
      .fullscreen-menu .modal-content .modal-body button.close {
        color: white !important;
        font-size: 3.5em; }
      .fullscreen-menu .modal-content .modal-body .header-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .fullscreen-menu .modal-content .modal-body .header-row .slogan {
          margin-top: 25px;
          display: inline-block;
          color: white;
          letter-spacing: 2px;
          font-size: 1.6em;
          border-bottom: 1px solid #99000F;
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 3px;
          width: auto;
          /* margin-left: auto */
          /* margin-right: auto */
          font-family: 'Montserrat Alternates', sans-serif;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-weight: 500; }
          .fullscreen-menu .modal-content .modal-body .header-row .slogan > span {
            white-space: nowrap; }
        .fullscreen-menu .modal-content .modal-body .content-row .prime-menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .fullscreen-menu .modal-content .modal-body .content-row .prime-menu > div {
            margin-left: 20px;
            margin-right: 20px; }
            .fullscreen-menu .modal-content .modal-body .content-row .prime-menu > div a {
              display: block;
              text-align: center;
              color: #ED1B2F;
              font-weight: bold;
              letter-spacing: 2px;
              font-size: 2rem;
              padding: 10px;
              -webkit-transition: color 0.5s;
              /* For modern browsers */ }
              .fullscreen-menu .modal-content .modal-body .content-row .prime-menu > div a:hover {
                color: white; }
              .fullscreen-menu .modal-content .modal-body .content-row .prime-menu > div a > span {
                padding: 0 10px 10px;
                white-space: nowrap; }
          .fullscreen-menu .modal-content .modal-body .content-row .columns-menu .list-group-item {
            text-align: center;
            color: #ACE71A;
            letter-spacing: 1px;
            font-size: 1.2rem;
            padding: 0.75rem;
            border-radius: 0.10rem;
            border-bottom: 1px solid rgba(119, 119, 119, 0.25);
            border-top: none; }
            .fullscreen-menu .modal-content .modal-body .content-row .columns-menu .list-group-item:hover {
              background-color: transparent;
              color: #57750c; }
            .fullscreen-menu .modal-content .modal-body .content-row .columns-menu .list-group-item:active, .fullscreen-menu .modal-content .modal-body .content-row .columns-menu .list-group-item:focus {
              background-color: transparent; }
            .fullscreen-menu .modal-content .modal-body .content-row .columns-menu .list-group-item:active {
              color: #ED1B2F; }
            @media (min-width: 991px) {
              .fullscreen-menu .modal-content .modal-body .content-row .columns-menu .list-group-item:last-child {
                border-bottom: none; } }
        .fullscreen-menu .modal-content .modal-body .row.site-search-row input {
          background-color: rgba(106, 106, 106, 0.55);
          color: white;
          border: 0;
          /* Placeholder color */ }
          .fullscreen-menu .modal-content .modal-body .row.site-search-row input::-webkit-input-placeholder {
            /* WebKit, Blink, Edge */
            color: lightgray; }
          .fullscreen-menu .modal-content .modal-body .row.site-search-row input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: lightgray; }
          .fullscreen-menu .modal-content .modal-body .row.site-search-row input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: lightgray; }
          .fullscreen-menu .modal-content .modal-body .row.site-search-row input::placeholder {
            /* Most modern browsers support this now. */
            color: lightgray; }
        .fullscreen-menu .modal-content .modal-body .row.row-partners > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (max-width: 576px) {
            .fullscreen-menu .modal-content .modal-body .row.row-partners > div {
              padding-top: 30px; } }
            @media (max-width: 991px) {
              .fullscreen-menu .modal-content .modal-body .row.row-partners > div:last-child {
                padding-top: 30px; } }
        .fullscreen-menu .modal-content .modal-body .row.row-partners img {
          max-width: 200px; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*@media (min-width: 992px) {
      flex-wrap: nowrap;
    }*/ }
    .pagination .page-item .page-link {
      border: none;
      width: 60px;
      text-align: center;
      font-weight: bold;
      font-size: 1.25em;
      border-radius: 0 !important; }
    .pagination .page-item a {
      color: inherit; }
    .pagination .page-item a:hover[href] {
      color: white;
      background-image: -webkit-linear-gradient(top, #c51020 0%, #940f1b 100%);
      background-color: #c51021; }
    .pagination .page-item a:hover:not([href]) {
      background-color: inherit; }
    .pagination .page-item a:not([href]) {
      color: silver; }
      .pagination .page-item.active .page-link {
        background-color: #C10517;
        color: white; }

/* Archive */
  .archive .breadcrumb {
    margin-top: .50rem;
    margin-bottom: .50rem; }

/* Post content */
.post-layout {
  margin-bottom: 3rem; }
  .post-layout .breadcrumb {
    margin-top: .50rem;
    margin-bottom: .50rem; }

/* Post header */
.post-layout .post-header {
  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;
  /* Share button */ }
  @media (min-width: 768px) {
    .post-layout .post-header .breadcrumb {
      font-size: 0.95em; } }
  @media (min-width: 992px) {
    .post-layout .post-header .breadcrumb {
      font-size: 1.05em; } }
  .post-layout .post-header .post-share {
    /* Drop down button */ }
    .post-layout .post-header .post-share .dropdown .btn {
      color: #7a7a7a; }

/* Post content */
.post-layout .post-content {
  display: grid;
  grid-template-columns: [titleshadow-start poster-start] auto [poster-end titleshadow-end];
  grid-template-areas: '.' 'heading' '.' 'main' 'sidebar' 'footer' '.';
  grid-gap: 10px;
  grid-template-rows: [poster-start] 100px [titleshadow-start] auto [titleshadow-end] 100px [poster-end] auto auto auto 20px;
  /* Post image */
  /* Post title */
  /* Post title overlay */
  /* Post body */
  /* Post side menu */
  /* Post footer */ }
  .post-layout .post-content .post-image {
    width: 100%;
    height: 100%;
    z-index: -1;
    grid-area: poster;
    -o-object-fit: cover;
       object-fit: cover; }
  .post-layout .post-content .post-title {
    grid-area: titleshadow / titleshadow / titleshadow / poster; }
    .post-layout .post-content .post-title h1 {
      color: #fdfcfc;
      margin: 0;
      /* font-size: 4.25em */
      text-shadow: 2px 1px 10px #000000;
      letter-spacing: 3px;
      padding: 40px 20px;
      word-break: break-word;
      overflow: hidden; }
  .post-layout .post-content .post-title-overlay {
    background-color: rgba(153, 0, 15, 0.7);
    /* background-color: rgba(0, 99, 85, 0.75) */
    grid-area: titleshadow / titleshadow / titleshadow / titleshadow; }
  .post-layout .post-content .post-body {
    grid-area: main;
    padding: 10px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .post-layout .post-content .post-body h2 {
      margin-top: 35px; }
    .post-layout .post-content .post-body img {
      border-radius: 0.25rem;
      padding: 0.75rem;
      max-width: 100%;
      height: auto; }
    .post-layout .post-content .post-body p {
      font-size: 1.05em;
      line-height: 30px; }
    .post-layout .post-content .post-body > p:first-child:first-letter,
    .post-layout .post-content .post-body p.lettrine:first-letter {
      color: #006355;
      float: left;
      font-family: Georgia;
      font-size: 75px;
      line-height: 60px;
      padding-top: 4px;
      padding-right: 8px; }
    .post-layout .post-content .post-body > p.sans-lettrine:first-letter {
      color: inherit;
      float: inherit;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      padding-top: inherit;
      padding-right: inherit; }
    .post-layout .post-content .post-body li:not(:first-of-type) {
      margin-top: 0.75rem; }
    .post-layout .post-content .post-body .highlight {
      margin-top: 10px;
      padding-left: 5px;
      border-left: 1px solid gray; }
  .post-layout .post-content .post-sidemenu {
    grid-area: sidebar; }
    .post-layout .post-content .post-sidemenu .list-group {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      .post-layout .post-content .post-sidemenu .list-group .list-group-item {
        color: #006355;
        padding: 0.75rem 1rem; }
        .post-layout .post-content .post-sidemenu .list-group .list-group-item:hover {
          background-color: #CEF46E; }
        .post-layout .post-content .post-sidemenu .list-group .list-group-item.active {
          background-color: #87BC05;
          border-top: none;
          border-bottom: none;
          color: white !important; }
      .post-layout .post-content .post-sidemenu .list-group .list-group {
        margin-left: 10px;
        padding-left: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        border-left: 1px solid rgba(0, 0, 0, 0.125); }
    .post-layout .post-content .post-sidemenu nav > .list-group > .list-group-item:first-of-type {
      background-color: #99000F;
      color: white; }
      .post-layout .post-content .post-sidemenu nav > .list-group > .list-group-item:first-of-type:hover {
        background-color: #C10517; }
      .post-layout .post-content .post-sidemenu nav > .list-group > .list-group-item:first-of-type.active {
        background-color: #C10517;
        border-top: none;
        border-bottom: none;
        color: white !important; }
  .post-layout .post-content .post-footer {
    grid-area: footer;
    padding: 10px; }

/* min-width:992px */
@media (min-width: 992px) {
  .post-layout .post-content {
    grid-template-columns: [poster-start] 70px [titleshadow-start] auto 250px 10px [poster-end titleshadow-end];
    grid-template-rows: [poster-start] 110px [titleshadow-start] fit-content(100%) [titleshadow-end] 110px 150px [poster-end] auto auto;
    grid-template-areas: '. . . .' '. heading heading .' '. . . .' '. main . .' '. main sidebar .' '. footer . .';
    grid-gap: 10px;
    display: grid;
    /* Post image */
    /* Post title */
    /* Post title overlay */
    /* Post body */
    /* Post side menu */
    /* Post footer */ }
    .post-layout .post-content .post-image { }
    .post-layout .post-content .post-title {
      grid-area: titleshadow / titleshadow / titleshadow / poster; }
      .post-layout .post-content .post-title h1 {
        font-size: 4.25em;
        letter-spacing: 5px;
        padding: 40px; }
    .post-layout .post-content .post-title-overlay {
      grid-area: titleshadow / titleshadow / titleshadow / titleshadow;
      border-top-left-radius: 0.25rem !important;
      border-bottom-left-radius: 0.25rem !important; }
    .post-layout .post-content .post-body {
      grid-area: main;
      background-color: #ffffff;
      padding: 20px; }
      .post-layout .post-content .post-body h2 { }
    .post-layout .post-content .post-sidemenu {
      grid-area: sidebar; }
    .post-layout .post-content .post-footer {
      grid-area: footer; } }

/* Post content */
.post-layout .post-hero {
  display: grid;
  grid-template-columns: [titleshadow-start poster-start] auto [poster-end titleshadow-end];
  grid-template-areas: '.' 'heading' '.' 'main' 'sidebar' '.';
  grid-gap: 10px;
  grid-template-rows: [poster-start] 100px [titleshadow-start] auto [titleshadow-end] 100px [poster-end] auto auto 20px;
  /* Post image */
  /* Post title */
  /* Post title overlay */
  /* Post body */
  /* Post side menu */ }
  .post-layout .post-hero .post-image {
    width: 100%;
    height: 100%;
    z-index: -1;
    grid-area: poster;
    -o-object-fit: cover;
       object-fit: cover; }
  .post-layout .post-hero .post-title {
    grid-area: titleshadow / titleshadow / titleshadow / poster; }
    .post-layout .post-hero .post-title h1 {
      color: #fdfcfc;
      margin: 0;
      /* font-size: 4.25em */
      text-shadow: 2px 1px 10px #000000;
      letter-spacing: 3px;
      padding: 40px 20px;
      word-break: break-word; }
  .post-layout .post-hero .post-title-overlay {
    background-color: rgba(153, 0, 15, 0.7);
    grid-area: titleshadow / titleshadow / titleshadow / titleshadow; }
  .post-layout .post-hero .post-body {
    grid-area: main;
    padding: 10px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .post-layout .post-hero .post-body h2 {
      margin-top: 35px; }
    .post-layout .post-hero .post-body img {
      border-radius: 0.25rem;
      padding: 0.75rem;
      max-width: 100%;
      height: auto; }
    .post-layout .post-hero .post-body p {
      text-align: justify;
      font-size: 1.05em;
      line-height: 30px; }
    .post-layout .post-hero .post-body > p:first-child:first-letter,
    .post-layout .post-hero .post-body p.lettrine:first-letter {
      color: #006355;
      float: left;
      font-family: Georgia;
      font-size: 75px;
      line-height: 60px;
      padding-top: 4px;
      padding-right: 8px; }
    .post-layout .post-hero .post-body > p.sans-lettrine:first-letter {
      color: inherit;
      float: inherit;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      padding-top: inherit;
      padding-right: inherit; }
    .post-layout .post-hero .post-body .highlight {
      margin-top: 10px;
      padding-left: 5px;
      border-left: 1px solid gray; }
  .post-layout .post-hero .post-sidemenu {
    grid-area: sidebar; }
    .post-layout .post-hero .post-sidemenu .list-group {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      .post-layout .post-hero .post-sidemenu .list-group .list-group-item {
        color: #006355;
        padding: 0.75rem 1rem; }
        .post-layout .post-hero .post-sidemenu .list-group .list-group-item:hover {
          background-color: #CEF46E; }

/* min-width:992px */
@media (min-width: 992px) {
  .post-layout .post-hero {
    grid-template-columns: [poster-start] 70px [titleshadow-start] auto 70px [poster-end titleshadow-end];
    grid-template-rows: [poster-start] 110px [titleshadow-start] fit-content(100%) [titleshadow-end] 110px 150px [poster-end] auto;
    grid-template-areas: '. . .' '. heading .' '. . .' '. . .' 'main main main';
    display: grid;
    grid-gap: 10px;
    /* Post image */
    /* Post title */
    /* Post title overlay */
    /* Post body */
    /* Post side menu */ }
    .post-layout .post-hero .post-image { }
    .post-layout .post-hero .post-title {
      grid-area: titleshadow / titleshadow / titleshadow / poster; }
      .post-layout .post-hero .post-title h1 {
        font-size: 4.25em;
        letter-spacing: 5px;
        padding: 40px; }
    .post-layout .post-hero .post-title-overlay {
      grid-area: titleshadow / titleshadow / titleshadow / titleshadow;
      border-top-left-radius: 0.25rem !important;
      border-bottom-left-radius: 0.25rem !important; }
    .post-layout .post-hero .post-body {
      grid-area: main;
      padding: 20px; }
      .post-layout .post-hero .post-body h2 { }
    .post-layout .post-hero .post-sidemenu {
      grid-area: sidebar; } }

/* Post navigation - bottom of post */
.post-layout .post-nav {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* Nouveau post-container. Utiliser pour plein écran. Tout devrait être migré vers ce CSS container. */
  .post-container li:not(:first-of-type) {
    margin-top: 0.75rem; }
  .post-container h2 {
    margin-top: 35px; }

/* Site footer */
.site-footer {
  color: #fbfbfb;
  /* Legal */ }
  .site-footer svg.wave-top {
    background-color: #072a87;
    color: white; }
  .site-footer .site-footer-content {
    padding-top: 35px;
    padding-bottom: 70px;
    background-image: -webkit-linear-gradient(bottom, #03133e 0%, #072a87 60%); }
    .site-footer .site-footer-content a {
      color: #ACE71A; }
    .site-footer .site-footer-content a:hover {
      color: #57750c; }
    .site-footer .site-footer-content .row .col-logo {
      min-height: 280px; }
      .site-footer .site-footer-content .row .col-logo .slogan {
        font-size: 1.15em;
        letter-spacing: 2px;
        white-space: nowrap;
        text-align: center;
        margin-top: 15px;
        font-family: 'Montserrat Alternates', sans-serif; }
      .site-footer .site-footer-content .row .col-logo a {
        font-size: 1.25em; }
    .site-footer .site-footer-content .row .col-menu {
      max-width: 260px; }
      .site-footer .site-footer-content .row .col-menu .list-group-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      @media (max-width: 575px) {
        .site-footer .site-footer-content .row .col-social {
          margin-top: 35px; } }
      .site-footer .site-footer-content .row .col-social .social-icons {
        margin-top: 2em; }
    .site-footer .site-footer-content .row.row-partners {
      margin-top: 35px; }
      @media (min-width: 768px) {
        .site-footer .site-footer-content .row.row-partners {
          margin-top: 70px; } }
      .site-footer .site-footer-content .row.row-partners > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 576px) {
          .site-footer .site-footer-content .row.row-partners > div {
            padding-top: 30px; } }
          @media (max-width: 767px) {
            .site-footer .site-footer-content .row.row-partners > div:last-child {
              padding-top: 30px; } }
      .site-footer .site-footer-content .row.row-partners img {
        max-width: 200px; }
  .site-footer .site-footer-bottom {
    background-color: #212121;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.80em;
    background-image: -webkit-linear-gradient(top, #2c2c2c 0%, #0c0c0c 100%); }
      .site-footer .site-footer-bottom .site-footer-legal > span {
        display: block; }
      @media (min-width: 576px) {
        .site-footer .site-footer-bottom .site-footer-legal > span {
          display: inline-block; }
          .site-footer .site-footer-bottom .site-footer-legal > span > a {
            padding-left: 20px; } }
    @media (max-width: 767px) {
      .site-footer .site-footer-bottom a {
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 5px; } }
  .news-timeline:first-child .excerpt-col .time-line .line {
    margin-top: 24px; }
  .news-timeline .date-col {
    display: none; }
    @media (min-width: 768px) {
      .news-timeline .date-col {
        display: block; } }
    .news-timeline .date-col .date-div {
      margin-right: 20px;
      margin-top: 24px;
      font-weight: bold;
      text-align: right; }
  .news-timeline .excerpt-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news-timeline .excerpt-col .time-line {
      min-width: 24px; }
      .news-timeline .excerpt-col .time-line .line {
        height: 100%;
        width: 2px;
        background-color: #54768b;
        margin-left: auto;
        margin-right: auto; }
      .news-timeline .excerpt-col .time-line .bullet {
        position: absolute;
        top: 24px;
        width: 24px;
        height: 24px;
        border-radius: 12px;
        border: 4px solid #ED1B2F;
        background-color: #ffffff; }
    .news-timeline .excerpt-col .excerpt {
      margin-left: 10px;
      margin-top: 10px;
      margin-bottom: 30px;
      padding: 10px; }
      .news-timeline .excerpt-col .excerpt .date-div {
        margin-top: 4px;
        font-weight: bold; }
        @media (min-width: 768px) {
          .news-timeline .excerpt-col .excerpt .date-div {
            display: none; } }

.timeline-container {
  padding-bottom: 3rem;
  padding-top: 3rem;
  background-color: #373737;
  color: #fcfcfc;
  /* background-color: #99000f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23aa0515' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23bb0b1c' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23cb1022' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23dc1629' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23ed1b2f' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover; */
  /* background:
    radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0,
    radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px,
    radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 50px 0,
    radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 0 50px,
    radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 50px 0,
    radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 100px 50px,
    radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 0 0,
    radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 50px 50px,
    linear-gradient(45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0,
    linear-gradient(-45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;
    background-color: #300;
    background-size: 100px 100px; */
  background-color: #99000f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ed1b2f'/%3E%3Cstop offset='1' stop-color='%2399000f'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23c30e1f'/%3E%3Cstop offset='1' stop-color='%2399000f'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.1' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; }
  .timeline-container ul.timeline {
    list-style-type: none;
    position: relative; }
  .timeline-container ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400; }
  .timeline-container ul.timeline > li {
    margin: 60px 0;
    padding-left: 20px; }
  .timeline-container ul.timeline > li:before {
    content: ' ';
    background: #87BC05;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ACE71A;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400; }

#scroll-top-btn {
  display: inline-block;
  background-color: rgba(237, 27, 47, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  -o-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#scroll-top-btn::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#scroll-top-btn:hover {
  cursor: pointer;
  background-color: #99000F; }

#scroll-top-btn:active {
  background-color: #F9707D; }

#scroll-top-btn.show {
  opacity: 1;
  visibility: visible; }

.search-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

/* archive-cours */
  .archive-cours h2 {
    margin-top: 1rem;
    margin-bottom: 2.5rem; }
  .archive-cours > header {
    margin-bottom: 3rem; }
  .archive-cours .plateau-hero {
    background-size: cover;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url("../img/cours-cardio.jpg");
    margin-bottom: 3rem;
    background-position: center center;
    /* background-attachment: fixed */ }
    .archive-cours .plateau-hero .content {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-repeat: repeat;
      z-index: 100; }
      .archive-cours .plateau-hero .content h2 {
        font-size: 5rem;
        color: #ffffff;
        letter-spacing: 5px;
        background-color: rgba(153, 0, 15, 0.7);
        width: 100%;
        text-align: center;
        padding: 15px;
        text-shadow: 2px 1px 10px #000000; }
  .archive-cours .liste-cours {
    margin-bottom: 3rem; }
    .archive-cours .liste-cours .card.card-v {
      margin-bottom: 2rem;
      height: 360px;
      overflow: hidden; }
      .archive-cours .liste-cours .card.card-v a {
        color: inherit; }
        .archive-cours .liste-cours .card.card-v .card-body .intensite {
          white-space: nowrap; }
    .archive-cours .liste-cours-resume table th:not(:first-of-type),
    .archive-cours .liste-cours-resume table td {
      vertical-align: middle;
      text-align: center; }
        .archive-cours .liste-cours-resume table td i.fa-swimmer {
          color: DodgerBlue; }
        .archive-cours .liste-cours-resume table td i.fa-sun {
          color: OrangeRed; }
        .archive-cours .liste-cours-resume table td i.fa-table-tennis {
          color: LimeGreen; }

/* Cours */
  .cours.duree > div {
    display: inline-block; }
    .cours.duree > div:first-of-type {
      font-weight: bold;
      margin-right: 5px; }
  .cours.intensite > div {
    display: inline-block; }
    .cours.intensite > div:first-of-type {
      font-weight: bold;
      margin-right: 5px; }
    .cours.intensite > div:not(:first-of-type):not(:last-of-type)::after {
      content: '-'; }
  .cours-grid .grid-header {
    display: none; }
  .cours-grid .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: 'label' 'infos' 'details' 'footer'; }
    .cours-grid .grid .clickable {
      cursor: pointer; }
    .cours-grid .grid .label {
      grid-area: label;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 10px;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cours-grid .grid .label h3 {
        display: inline-block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 0; }
      .cours-grid .grid .label > i {
        color: gray;
        -webkit-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s; }
    .cours-grid .grid .label:not(.collapsed) > i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .cours-grid .grid .infos {
      grid-area: infos;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 10px; }
      .cours-grid .grid .infos > .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center; }
        .cours-grid .grid .infos > .icons > :not(.empty):not(:first-child) {
          padding-left: 10px; }
        .cours-grid .grid .infos > .icons > :not(.empty):not(:last-child) {
          border-right: 1px solid #dee2e6;
          padding-right: 10px; }
          .cours-grid .grid .infos > .icons i.fa-nospace {
            width: inherit; }
          .cours-grid .grid .infos > .icons i.fa-swimmer {
            color: DodgerBlue; }
          .cours-grid .grid .infos > .icons i.fa-sun {
            color: OrangeRed; }
          .cours-grid .grid .infos > .icons i.fa-table-tennis {
            color: LimeGreen; }
          .cours-grid .grid .infos > .icons i.fa-user-friends {
            color: DarkSlateBlue; }
          .cours-grid .grid .infos > .icons i.fa-tv {
            color: black; }
          .cours-grid .grid .infos > .buttons .btn span {
            display: none; }
    .cours-grid .grid .details {
      grid-area: details;
      margin-top: 10px; }
      .cours-grid .grid .details .details-grid {
        display: grid;
        grid-template-columns: [poster-start] 1fr [poster-end];
        grid-template-rows: [poster-start] minmax(400px, auto) [poster-end];
        grid-template-areas: 'Description'; }
        .cours-grid .grid .details .details-grid > img {
          grid-area: poster;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          border-radius: 3px; }
        .cours-grid .grid .details .details-grid > div {
          background-color: rgba(153, 0, 15, 0.7);
          grid-area: Description;
          border-radius: 3px;
          color: #ffffff;
          padding: 30px;
          margin: 10px; }
          .cours-grid .grid .details .details-grid > div > p {
            font-size: 1.2rem; }
    .cours-grid .grid .footer {
      grid-area: footer;
      border-top: 1px solid #dee2e6;
      margin-top: 10px; }

@media only screen and (min-width: 992px) {
  .cours-grid { }
    .cours-grid .grid-legend {
      margin-bottom: 5px;
      padding-left: 5px; }
      .cours-grid .grid-legend span:first-child {
        font-weight: bold;
        margin-right: 20px; }
      .cours-grid .grid-legend span {
        margin-right: 2px; }
      .cours-grid .grid-legend i:not(:last-of-type) {
        margin-right: 20px; }
    .cours-grid .grid-header {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: auto;
      grid-template-areas: '. header';
      background-color: #343a40;
      border-radius: 3px;
      padding-bottom: 10px;
      padding-top: 10px; }
      .cours-grid .grid-header .infos-header {
        grid-area: header;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #ffffff;
        font-size: 0.80rem;
        font-weight: bold;
        text-align: center; }
        .cours-grid .grid-header .infos-header > .icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .cours-grid .grid-header .infos-header > .icons > :first-child {
            width: 100px; }
          .cours-grid .grid-header .infos-header > .icons > * {
            width: 80px; }
        .cours-grid .grid-header .infos-header > .buttons { }
          .cours-grid .grid-header .infos-header > .buttons > * {
            width: 130px; }
    .cours-grid .grid {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: auto auto auto auto;
      grid-template-areas: '. header' 'label infos' 'details details' 'footer footer'; }
      .cours-grid .grid .label {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .cours-grid .grid .label > i {
          margin-left: 10px; }
      .cours-grid .grid .infos { }
        .cours-grid .grid .infos > .icons { }
          .cours-grid .grid .infos > .icons > :first-child {
            width: 100px; }
          .cours-grid .grid .infos > .icons > * {
            width: 80px; }
          .cours-grid .grid .infos > .icons > :not(:first-child) {
            padding-left: 10px; }
          .cours-grid .grid .infos > .icons > :not(.empty):not(:last-child) {
            border-right: none;
            padding-right: 10px; }
          .cours-grid .grid .infos > .icons i {
            font-size: 1.33333em;
            line-height: .75em;
            vertical-align: -.0667em; }
            .cours-grid .grid .infos > .icons i.fa-nospace {
              width: 1.25em; }
        .cours-grid .grid .infos > .buttons { }
          .cours-grid .grid .infos > .buttons > * {
            width: 130px; }
          .cours-grid .grid .infos > .buttons > div {
            text-align: center; }
            .cours-grid .grid .infos > .buttons > div .btn {
              padding: .25rem .5rem;
              font-size: .875rem;
              line-height: 1.5;
              border-radius: .2rem; }
              .cours-grid .grid .infos > .buttons > div .btn i {
                margin-right: 5px; }
              .cours-grid .grid .infos > .buttons > div .btn span {
                display: inline-block; }
      .cours-grid .grid .details { }
        .cours-grid .grid .details .details-grid {
          display: grid;
          grid-template-columns: [poster-start] 3fr 4fr [poster-end];
          grid-template-rows: [poster-start] minmax(400px, auto) [poster-end];
          grid-template-areas: 'Description .'; }
          .cours-grid .grid .details .details-grid > div {
            margin: 15px; } }
  .liste-kin .kin {
    margin-bottom: 20px; }
    .liste-kin .kin .kin-card {
      position: relative;
      height: 550px !important;
      overflow: hidden; }
        .liste-kin .kin .kin-card .kin-thumbnail img {
          max-height: 200px;
          width: auto;
          margin-left: auto;
          margin-right: auto;
          display: block; }
      .liste-kin .kin .kin-card .kin-details {
        margin-top: 1.5rem; }
        .liste-kin .kin .kin-card .kin-details .kin-post-title {
          padding-left: 5px;
          border-left: 1px solid #878787;
          margin-bottom: 1rem; }
          .liste-kin .kin .kin-card .kin-details .kin-post-title .kin-title {
            font-size: 0.85rem; }
      .liste-kin .kin .kin-card .overflow-fadeout {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 30px 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
        background-image: -webkit-linear-gradient(top, transparent, white);
        background-image: -o-linear-gradient(top, transparent, white);
        background-image: linear-gradient(to bottom, transparent, white); }
  .single-kin .kin {
    margin-bottom: 20px; }
        .single-kin .kin .kin-card .kin-thumbnail img {
          height: 250px;
          width: auto; }
        .single-kin .kin .kin-card .kin-details .kin-post-title {
          padding-left: 5px;
          border-left: 1px solid #878787;
          margin-bottom: 1rem; }
          .single-kin .kin .kin-card .kin-details .kin-post-title .kin-title {
            font-size: 0.85rem; }
      .single-kin .kin .kin-card .kin-post-content {
        background-color: #99000F;
        background-image: -webkit-linear-gradient(top, #C10517 0%, #a80414 100%);
        color: white;
        padding: 20px;
        border-radius: 2px;
        /* p:first-of-type:first-letter {
                    float: left;
                    font-family: Georgia;
                    font-size: 75px;
                    line-height: 60px;
                    padding-top: 4px;
                    padding-right: 8px;
                } */ }

.post-layout.post-cours {
  margin-bottom: 0; }

/* Post content */
.post-layout .post-content-cours {
  padding-left: 0;
  padding-right: 0;
  min-height: 100vh;
  display: grid;
  grid-template-columns: [titleshadow-start poster-start] auto [poster-end titleshadow-end];
  grid-template-areas: '.' 'heading' '.' 'main' 'sidebar' '.';
  grid-gap: 10px;
  grid-template-rows: [poster-start] 100px [titleshadow-start] auto [titleshadow-end] 100px [poster-end] auto auto 20px;
  /* Post image */
  /* Post title */
  /* Post title overlay */
  /* Post body */
  /* Post side menu */ }
  .post-layout .post-content-cours .post-image {
    width: 100%;
    height: 100%;
    z-index: -1;
    grid-area: poster;
    -o-object-fit: cover;
       object-fit: cover; }
  .post-layout .post-content-cours .post-title {
    grid-area: heading; }
    .post-layout .post-content-cours .post-title h1 {
      color: #fdfcfc;
      margin: 0;
      /* font-size: 4.25em */
      text-shadow: 2px 1px 10px #000000;
      letter-spacing: 2px;
      padding: 40px 20px;
      word-break: break-word; }
  .post-layout .post-content-cours .post-title-overlay {
    background-color: rgba(153, 0, 15, 0.7);
    /* background-color: rgba(0, 47, 99, 0.75) */
    grid-area: titleshadow / titleshadow / titleshadow / titleshadow; }
  .post-layout .post-content-cours .post-body {
    grid-area: main;
    padding: 10px; }
    .post-layout .post-content-cours .post-body h2 {
      color: #99000F;
      border-bottom: 1px solid #54BBAC;
      padding-bottom: 5px;
      margin-bottom: 15px;
      margin-top: 20px; }
    .post-layout .post-content-cours .post-body img {
      padding: 0.75rem;
      max-width: 100%;
      height: auto; }
    .post-layout .post-content-cours .post-body p {
      text-align: justify;
      font-size: 1.25em;
      line-height: 30px; }
    .post-layout .post-content-cours .post-body > p:first-child:first-letter,
    .post-layout .post-content-cours .post-body p.lettrine:first-letter {
      color: #006355;
      float: left;
      font-family: Georgia;
      font-size: 75px;
      line-height: 60px;
      padding-top: 4px;
      padding-right: 8px; }
    .post-layout .post-content-cours .post-body > p.sans-lettrine:first-letter {
      color: inherit;
      float: inherit;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      padding-top: inherit;
      padding-right: inherit; }
    .post-layout .post-content-cours .post-body .highlight {
      margin-top: 10px;
      padding-left: 5px;
      border-left: 1px solid gray; }
      .post-layout .post-content-cours .post-body .cours.horaire h2 {
        color: white; }
      .post-layout .post-content-cours .post-body .cours.horaire .table {
        color: white; }
  .post-layout .post-content-cours .post-sidemenu {
    grid-area: sidebar; }
    .post-layout .post-content-cours .post-sidemenu .list-group {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      .post-layout .post-content-cours .post-sidemenu .list-group .list-group-item {
        color: #006355;
        padding: 0.75rem 1rem; }
        .post-layout .post-content-cours .post-sidemenu .list-group .list-group-item:hover {
          background-color: #CEF46E; }

/* min-width:992px */
@media (min-width: 992px) {
  .post-layout .post-content-cours {
    grid-template-columns: [poster-start] 4fr [titleshadow-start] minmax(500px, 3fr) [titleshadow-end] 2fr [poster-end];
    grid-template-rows: [poster-start titleshadow-start] 100px auto 0px 1fr [poster-end titleshadow-end];
    grid-template-areas: '. . .' '. heading .' '. . .' '. main .';
    display: grid;
    /* Post image */
    /* Post title */
    /* Post title overlay */
    /* Post body */
    /* Post side menu */ }
    .post-layout .post-content-cours .post-image { }
    .post-layout .post-content-cours .post-title { }
      .post-layout .post-content-cours .post-title h1 {
        margin-top: 30px;
        font-size: 4.25em;
        letter-spacing: 3px;
        padding: 0 30px; }
    .post-layout .post-content-cours .post-title-overlay {
      grid-area: titleshadow / titleshadow / titleshadow / titleshadow; }
    .post-layout .post-content-cours .post-body {
      grid-area: main;
      padding: 0 30px 30px 30px;
      color: white; }
      .post-layout .post-content-cours .post-body h2 {
        padding-bottom: 5px;
        margin-bottom: 15px;
        margin-top: 20px; }
    .post-layout .post-content-cours .post-sidemenu {
      grid-area: sidebar; } }
    .single-services .service h2 {
      margin-top: 35px; }
    .single-services .sous-services .details {
      display: grid;
      grid-template-columns: [image-start] 1fr [image-end];
      grid-template-rows: [image-start] minmax(450px, 1fr) [image-end];
      grid-template-areas: 'overlay';
      margin-bottom: 4rem; }
      .single-services .sous-services .details .background {
        grid-area: image;
        background-position: center center;
        background-size: cover; }
      .single-services .sous-services .details .overlay {
        grid-area: overlay;
        background-color: rgba(153, 0, 15, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px;
        color: #ffffff;
        margin: 1rem;
        border-radius: 3px; }
        .single-services .sous-services .details .overlay .title {
          font-size: 1.50rem; }

@media only screen and (min-width: 992px) {
  .single-services { }
    .single-services .sous-services { }
      .single-services .sous-services .details {
        grid-template-columns: [image-start] 1fr 2fr 3fr [image-end];
        grid-template-rows: [image-start] 450px [image-end];
        grid-template-areas: '. overlay .'; }
        .single-services .sous-services .details .background { }
        .single-services .sous-services .details .overlay {
          margin: 0;
          border-radius: 0; }
          .single-services .sous-services .details .overlay .title { }
          .single-services .sous-services .details .overlay .text {
            font-size: 0.85rem; } }

.card-header:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  content: "\f107";
  float: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.card-header:not(.collapsed):before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.card-header {
  -webkit-transition: background-color 1.0s ease;
  -o-transition: background-color 1.0s ease;
  transition: background-color 1.0s ease;
  cursor: pointer; }

.card-header:not(.collapsed) {
  color: white;
  background-color: #ED1B2F; }

.card-header h3 {
  margin-right: 20px; }
  .front-page .section-youtube {
    padding-top: 9rem;
    padding-bottom: 9rem; }
    .front-page .section-video-home .video-container {
      position: relative;
      height: 100vh;
      width: 100%;
      overflow: hidden; }
      .front-page .section-video-home .video-container video {
        z-index: -1;
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .front-page .section-pourquoi-epic {
    color: #ffffff;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    min-height: 100vh; }
    .front-page .section-pourquoi-epic .overlay {
      background-color: rgba(153, 0, 15, 0.5);
      background-image: url("../img/background-pattern-1.png");
      padding-top: 5rem;
      padding-bottom: 5rem;
      min-height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 576px) {
        .front-page .section-pourquoi-epic .overlay {
          padding-top: 5rem;
          padding-bottom: 5rem; } }
      @media (min-width: 768px) {
        .front-page .section-pourquoi-epic .overlay {
          padding-top: 6rem;
          padding-bottom: 6rem; } }
      @media (min-width: 992px) {
        .front-page .section-pourquoi-epic .overlay {
          padding-top: 7rem;
          padding-bottom: 7rem; } }
      @media (min-width: 1200px) {
        .front-page .section-pourquoi-epic .overlay {
          padding-top: 8rem;
          padding-bottom: 8rem; } }
      .front-page .section-pourquoi-epic .overlay h1 {
        font-size: 2.5rem;
        font-weight: 300;
        text-shadow: 2px 1px 10px #000000;
        text-align: center; }
        @media (min-width: 576px) {
          .front-page .section-pourquoi-epic .overlay h1 {
            font-size: 3rem; } }
        @media (min-width: 768px) {
          .front-page .section-pourquoi-epic .overlay h1 {
            font-size: 3.5rem; } }
        @media (min-width: 992px) {
          .front-page .section-pourquoi-epic .overlay h1 {
            font-size: 4rem; } }
        @media (min-width: 1200px) {
          .front-page .section-pourquoi-epic .overlay h1 {
            font-size: 4.5rem; } }
      .front-page .section-pourquoi-epic .overlay .content {
        font-size: 1rem; }
        @media (min-width: 576px) {
          .front-page .section-pourquoi-epic .overlay .content {
            font-size: 1.20rem; } }
        @media (min-width: 768px) {
          .front-page .section-pourquoi-epic .overlay .content {
            font-size: 1.25rem; } }
        @media (min-width: 992px) {
          .front-page .section-pourquoi-epic .overlay .content {
            font-size: 1.30rem; } }
        @media (min-width: 1200px) {
          .front-page .section-pourquoi-epic .overlay .content {
            font-size: 1.35rem; } }
        .front-page .section-pourquoi-epic .overlay .content .avantages {
          font-size: 1rem; }
          @media (min-width: 576px) {
            .front-page .section-pourquoi-epic .overlay .content .avantages {
              font-size: 1.10rem; } }
          @media (min-width: 768px) {
            .front-page .section-pourquoi-epic .overlay .content .avantages {
              font-size: 1.15rem; } }
          @media (min-width: 992px) {
            .front-page .section-pourquoi-epic .overlay .content .avantages {
              font-size: 1.20rem; } }
          @media (min-width: 1200px) {
            .front-page .section-pourquoi-epic .overlay .content .avantages {
              font-size: 1.25rem; } }

/* Unclassified */
p.lettrine:first-child:first-letter {
  color: #006355;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px; }

.panel-title > a,
.panel-title > a:active {
  /* display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none; */ }

.test {
  /* background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23220000' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23440000' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23660000' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23880000' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23A00' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover; */
  /* background-color: #99000f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23ac1625' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23bf2d3b' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23d34351' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23e65a67' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23f9707d' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover; */
  /* background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Ccircle stroke='%23D60' vector-effect='non-scaling-stroke' id='a' fill='none' stroke-width='5' r='315'/%3E%3Cuse id='f' href='%23a' stroke-dasharray='100 100 100 9999'/%3E%3Cuse id='b' href='%23a' stroke-dasharray='250 250 250 250 250 9999'/%3E%3Cuse id='e' href='%23a' stroke-dasharray='1000 500 1000 500 9999'/%3E%3Cuse id='g' href='%23a' stroke-dasharray='1500 9999'/%3E%3Cuse id='h' href='%23a' stroke-dasharray='2000 500 500 9999'/%3E%3Cuse id='j' href='%23a' stroke-dasharray='800 800 800 800 800 9999'/%3E%3Cuse id='k' href='%23a' stroke-dasharray='1200 1200 1200 1200 1200 9999'/%3E%3Cuse id='l' href='%23a' stroke-dasharray='1600 1600 1600 1600 1600 9999'/%3E%3C/defs%3E%3Cg transform='translate(1000 750)' %3E%3Cg transform='rotate(0 0 0)' %3E%3Ccircle fill='%23D60' r='10'/%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23f' transform='scale(.1) rotate(50 0 0)' /%3E%3Cuse href='%23f' transform='scale(.2) rotate(100 0 0)' /%3E%3Cuse href='%23f' transform='scale(.3) rotate(150 0 0)' /%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23b' transform='scale(.4) rotate(200 0 0)' /%3E%3Cuse href='%23z' transform='scale(.5) rotate(250 0 0)' /%3E%3C/g%3E%3Cg id='z' transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23b'/%3E%3Cuse href='%23b' transform='scale(1.2) rotate(90 0 0)' /%3E%3Cuse href='%23b' transform='scale(1.4) rotate(60 0 0)' /%3E%3Cuse href='%23e' transform='scale(1.6) rotate(120 0 0)' /%3E%3Cuse href='%23e' transform='scale(1.8) rotate(30 0 0)' /%3E%3C/g%3E%3C/g%3E%3Cg id='y' transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23e' transform='scale(1.1) rotate(20 0 0)' /%3E%3Cuse href='%23g' transform='scale(1.3) rotate(-40 0 0)' /%3E%3Cuse href='%23g' transform='scale(1.5) rotate(60 0 0)' /%3E%3Cuse href='%23h' transform='scale(1.7) rotate(-80 0 0)' /%3E%3Cuse href='%23j' transform='scale(1.9) rotate(100 0 0)' /%3E%3C/g%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23h' transform='scale(2) rotate(60 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.1) rotate(120 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.3) rotate(180 0 0)'/%3E%3Cuse href='%23h' transform='scale(2.4) rotate(240 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.5) rotate(300 0 0)'/%3E%3C/g%3E%3Cuse href='%23y' transform='scale(2) rotate(180 0 0)' /%3E%3Cuse href='%23j' transform='scale(2.7)'/%3E%3Cuse href='%23j' transform='scale(2.8) rotate(45 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.9) rotate(90 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.1) rotate(135 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.2) rotate(180 0 0)'/%3E%3C/g%3E%3Cuse href='%23k' transform='scale(3.3) rotate(225 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.5) rotate(270 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.6) rotate(315 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.7)'/%3E%3Cuse href='%23k' transform='scale(3.9) rotate(75 0 0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
//background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover; */
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23cc0000' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23aa0000' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23d6002b' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23b10022' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23d9004b' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23b2003d' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23d3006c' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23ac0057' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23c4008c' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%239e0071' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23aa00aa' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23880088' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; }
