.main-content {
  min-height: calc(100vh - 290px);
}

.affix-md {
  position: fixed;
}

@media (max-width: 992px) {
  .affix-md {
    position: static;
  }
}

/* Colors */

.community-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -5px;
}

.community-list .community-card {
  width: calc((100% / 3) - 10px);
  margin: 5px;
  padding-bottom: 35px !important;
}

.community-list .community-card-iframe {
  width: calc((100% / 4) - 10px) !important;
  margin: 5px;
  padding-bottom: 35px !important;
}

.community-list .community-card .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .community-list .community-card {
    width: calc((100% / 2) - 10px);
  }
}

@media screen and (max-width: 768px) {
  .community-list .community-card {
    width: 100%;
  }
}

#formations_list .invited {
  border: 1px solid #f8ac59;
  -webkit-box-shadow: 0px 0px 5px #f8ac59;
          box-shadow: 0px 0px 5px #f8ac59;
}

div.table-cards-associate {
  display: table;
  width: 100%;
  /* Float four columns side by side */
  /* Responsive columns - one column layout (vertical) on small screens */
}

div.table-cards-associate .row {
  display: table-row;
  margin: 0 -5px;
  padding-top: 5px;
}

div.table-cards-associate .row:hover {
  background: #f1f1f1 !important;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

div.table-cards-associate .row.header {
  background: transparent !important;
}

div.table-cards-associate .row.header div.column {
  font-weight: 600;
  padding: 15px 0;
  background: transparent;
  border-bottom: 1px solid #dedede;
}

div.table-cards-associate.stripped .row:nth-child(2n+1) {
  background-color: #f9f9f9;
}

div.table-cards-associate .column {
  display: table-cell;
  padding: 8px 0;
  word-break: break-word;
}

@media screen and (max-width: 600px) {
  div.table-cards-associate .column {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    text-align: center !important;
    min-height: 18px;
  }

  div.table-cards-associate .column:before {
    content: attr(data-label);
    font-weight: 600;
    white-space: pre;
  }

  div.table-cards-associate .column.content-break-line:before {
    margin-top: 15px;
    display: block;
    width: 100%;
  }

  div.table-cards-associate .row {
    padding: 16px;
    text-align: center;
    background-color: #f9f9f9 !important;
    margin-bottom: 25px;
    display: block;
    -webkit-box-shadow: 2px 2px 5px #dedede;
            box-shadow: 2px 2px 5px #dedede;
  }

  div.table-cards-associate .row.header {
    display: block;
    text-align: left;
  }

  div.table-cards-associate .row.header .column {
    display: none;
  }

  div.table-cards-associate .row.header .column.order-link {
    display: inline-block;
    border: none !important;
    text-align: left;
    padding: 0 !important;
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 1630px) {
  div.table-cards-associate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  div.table-cards-associate .column {
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    text-align: center !important;
    min-height: 18px;
  }

  div.table-cards-associate .column:before {
    content: attr(data-label);
    font-weight: 600;
    white-space: pre;
  }

  div.table-cards-associate .column.content-break-line:before {
    margin-top: 15px;
    display: block;
    width: 100%;
  }

  div.table-cards-associate .row {
    padding: 16px;
    text-align: center;
    background-color: #f9f9f9 !important;
    margin: 10px;
    display: block;
    width: calc(50% - 20px);
    -webkit-box-shadow: 2px 2px 5px #dedede;
            box-shadow: 2px 2px 5px #dedede;
  }
  
  div.table-cards-associate .row.info {
    display: none;
  }

  div.table-cards-associate .row.header {
    display: block;
    text-align: left;
    width: 100%;
  }

  div.table-cards-associate .row.header .column {
    display: none;
  }

  div.table-cards-associate .row.header .column.order-link {
    display: inline-block;
    border: none !important;
    text-align: left;
    padding: 0 !important;
    padding-left: 15px !important;
  }
}

div#toggle_display_key_trad {
  position: fixed;
  right: 0;
  top: 50%;
  background: white;
  border: 1px solid #282828;
  border-right: none;
  border-radius: 15px 0  0 15px;
  padding: 10px;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

div#toggle_display_key_trad:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

div#toggle_display_key_trad * {
  z-index: 10000;
}

@media print {
  div#toggle_display_key_trad {
    display: none;
  }
}

.reset-css html,
.reset-css body,
.reset-css div,
.reset-css span,
.reset-css applet,
.reset-css object,
.reset-css iframe,
.reset-css h1,
.reset-css h2,
.reset-css h3,
.reset-css h4,
.reset-css h5,
.reset-css h6,
.reset-css p,
.reset-css blockquote,
.reset-css pre,
.reset-css a,
.reset-css abbr,
.reset-css acronym,
.reset-css address,
.reset-css big,
.reset-css cite,
.reset-css code,
.reset-css del,
.reset-css dfn,
.reset-css em,
.reset-css img,
.reset-css ins,
.reset-css kbd,
.reset-css q,
.reset-css s,
.reset-css samp,
.reset-css small,
.reset-css strike,
.reset-css strong,
.reset-css sub,
.reset-css sup,
.reset-css tt,
.reset-css var,
.reset-css b,
.reset-css u,
.reset-css i,
.reset-css center,
.reset-css dl,
.reset-css dt,
.reset-css dd,
.reset-css ol,
.reset-css ul,
.reset-css li,
.reset-css fieldset,
.reset-css form,
.reset-css label,
.reset-css legend,
.reset-css table,
.reset-css caption,
.reset-css tbody,
.reset-css tfoot,
.reset-css thead,
.reset-css tr,
.reset-css th,
.reset-css td,
.reset-css article,
.reset-css aside,
.reset-css canvas,
.reset-css details,
.reset-css embed,
.reset-css figure,
.reset-css figcaption,
.reset-css footer,
.reset-css header,
.reset-css hgroup,
.reset-css menu,
.reset-css nav,
.reset-css output,
.reset-css ruby,
.reset-css section,
.reset-css summary,
.reset-css time,
.reset-css mark,
.reset-css audio,
.reset-css video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.reset-css article,
.reset-css aside,
.reset-css details,
.reset-css figcaption,
.reset-css figure,
.reset-css footer,
.reset-css header,
.reset-css hgroup,
.reset-css menu,
.reset-css nav,
.reset-css section {
  display: block;
}

.reset-css body {
  line-height: 1;
}

.reset-css ol,
.reset-css ul {
  margin: initial;
  padding: 2em;
  list-style: initial;
}

.reset-css ul {
  list-style-type: disc;
  list-style-position: outside;
}

.reset-css ul ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 15px;
}

.reset-css ul ul ul {
  list-style: square;
}

.reset-css ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  margin-left: 15px;
}

.reset-css ol {
  list-style-type: decimal;
  list-style-position: outside;
}

.reset-css ol ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 15px;
}

.reset-css ol ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  margin-left: 15px;
}

.reset-css li {
  padding-left: 5px;
}

.reset-css blockquote,
.reset-css q {
  quotes: none;
}

.reset-css blockquote:before,
.reset-css blockquote:after,
.reset-css q:before,
.reset-css q:after {
  content: '';
}

.reset-css table {
  border-collapse: collapse;
  border-spacing: 0;
}

.logo-circle{
  border:5px solid #FFF;
}