html {
  overflow-y: scroll;
  width: 100%;
  font-family: Barlow, sans-serif;
  font-size: 1.3rem;
  color: #ececec;
  scroll-behavior: smooth;
  line-height: 1.3;
}
html:before {
  background: url(./images/background-black.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
html .timecode {
  font-size: 1.5rem !important;
  padding: 0.1em 0 0.1em 0;
}
html body > section {
  border-top: 1px solid #fff;
  margin: 0 90px;
  padding: 30px 0;
}
html body > section .columns {
  display: flex;
  flex-direction: row;
}
html body > section .columns .column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
html body > section a {
  color: white;
}

body {
  font-weight: 300;
}

.rules {
  border-left: 1px solid #fff;
  padding-left: 1rem !important;
}

.navbar {
  font-size: 26px;
  padding: 0.4em 0.8em;
  margin: 15px 70px 0px 90px !important;
}
.navbar .navbar-brand, .navbar .navbar-tabs, .navbar .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
}
.navbar .container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.navbar .navbar-brand, .navbar .navbar-tabs {
  flex-shrink: 0;
}
.navbar .navbar-item img {
  max-height: 3rem;
  margin-top: 0.4em;
}
.navbar .nav-toggle {
  display: none;
}
.navbar .navbar-menu {
  flex-grow: 1;
  align-items: stretch;
  display: flex;
}
.navbar .navbar-menu .navbar-end {
  justify-content: flex-end;
  margin-left: auto;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}
.navbar .navbar-menu .navbar-end .navbar-item {
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1.1;
  padding: 0.5rem 0.75rem;
  position: relative;
  color: #ececec;
}
.navbar .navbar-menu .navbar-end #menu-btn {
  padding-left: 45px;
}
.navbar #headerAddress {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0px 20px;
  border-left: 1px solid #fff;
  margin-left: 20px;
  letter-spacing: 2px;
  margin-top: 8px;
  height: 52px;
  line-height: 25px;
}

table {
  color: #ececec;
  font-size: 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 1em 0 1em 0;
}
table td, table th {
  border: 1px solid #fff;
  border-width: 0 0 1px;
  padding: 0.5em 0 0.75em 0;
  vertical-align: top;
}
table tr:last-child td {
  border-bottom-width: 0;
}

.has-text-centered {
  text-align: center;
}

strong {
  font-weight: 700;
}

.green, a {
  color: #5fd38d;
}

.showOnlyButton {
  color: #ececec;
  padding: 15px 32px;
  display: inline-block;
  font-size: 1.5em;
  cursor: pointer;
}

.showOnlyButton:hover {
  color: #5fd38d;
}

.events {
  padding: 1em 0 1em 0;
}

h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px 0 24px 0;
  text-align: center;
}

h3 {
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 50px 0 0 0;
  padding: 0;
}

.infos {
  width: 100%;
}
.infos .workshopName {
  text-align: center;
}
.infos .workshopName h3 {
  margin-top: 0px;
}
.infos .workshopFooter {
  text-align: center;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

#menu {
  background-color: #1b1b1b;
  border: 1px solid #fff;
  padding: 10px;
  position: absolute;
  z-index: 30;
  width: 124px;
  text-align: right;
  top: 60px;
  right: 0;
}
#menu .menu {
  list-style: none;
}
#menu .menu a {
  color: #fff;
}
#menu .menu a:hover {
  color: #5fd38d;
}

#menu.menu-active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1000px) {
  .rules, .index-text {
    padding-left: 0rem !important;
    margin-left: 0 !important;
  }
  #map {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  section img {
    width: 100%;
  }
  .workshopInfo {
    padding-bottom: 1em;
    padding-top: 1em;
  }
  .workshopInfo .workshopInfoLeft {
    width: 100%;
  }
  .workshopInfo .workshopInfoRight {
    width: 100%;
    padding-bottom: 3em;
  }
  .rules {
    border-left: 0px solid #fff !important;
  }
  .is-12-mobile {
    width: calc(100% - 1.5rem) !important;
  }
  .navbar {
    margin: 15px 0px 0px 0px !important;
  }
  .navbar a:hover {
    text-decoration: underline;
  }
  .navbar .navbar-menu {
    display: block;
  }
  .navbar .container {
    flex-direction: column !important;
  }
  .navbar .navbar-brand #headerAddress {
    display: none;
  }
  .navbar .navbar-brand .nav-toggle {
    display: block;
    align-self: flex-end;
    display: initial;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 10px;
  }
  .navbar .navbar-menu .navbar-end.dn {
    display: none !important;
  }
  .navbar .navbar-menu .navbar-end {
    justify-content: flex-start;
    margin-left: 0 !important;
    align-items: stretch;
    display: flex;
    flex-direction: column;
  }
  .navbar .navbar-menu .navbar-end .navbar-item {
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    position: relative;
    color: #ececec;
  }
  .navbar .navbar-menu .navbar-end #menu-btn {
    padding-left: 0.75rem !important;
  }
  html body section {
    margin: 0 5px;
  }
  html body section .columns {
    display: block;
  }
  html body section p.subtitle {
    font-size: 22px;
    line-height: 22px;
    margin-top: 15px;
  }
  html body section#main .columns .column {
    width: 90%;
    margin: auto;
  }
  html body section#main .columns:first-child .column:first-child {
    width: 0;
    margin: 0;
    padding: 0;
  }
  html body section#main .columns:first-child .column {
    padding-top: 0px !important;
  }
  html body section#contact .column {
    width: 100%;
  }
  html body section#contact .column:first-child {
    margin-bottom: 30px;
  }
}
footer {
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  padding-bottom: 1em;
}
footer a {
  padding: 0 1.2rem 0 0.2rem;
  color: white;
}
footer strong {
  padding: 0 0 0 1rem;
}
footer img {
  height: 1.5em !important;
  width: auto;
  padding: 0.15rem;
}
footer p {
  padding-top: 2rem;
}

a {
  cursor: pointer;
  text-decoration: none;
}

section img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

figure {
  padding: 0;
  margin: 0;
}

.info-box-wrapper {
  padding-top: 1rem;
}

.info-box {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 1em;
  margin-bottom: 1em;
  width: 100%;
}

.info-box:hover {
  border: 2px solid #5fd38d;
}

.dates {
  padding-top: 1em;
}

.date, .date-periodic {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 1em;
  margin-bottom: 1em;
  width: 100%;
}

.date-periodic {
  display: flex;
  margin-bottom: 15px;
}
.date-periodic .date-periodic-left {
  flex: 0 0 230px;
  border-right: solid 1px;
  padding-right: 19px;
}
.date-periodic .date-periodic-left .date-periodic-left-top {
  text-align: right;
  font-size: 1.1rem;
}
.date-periodic .date-periodic-left .date-periodic-left-top .date-periodic-periodicity {
  font-weight: bold;
}
.date-periodic .date-periodic-left .date-periodic-left-top .date-periodic-time {
  padding-left: 7px;
}
.date-periodic .date-periodic-left .date-periodic-left-bottom {
  text-align: right;
  font-size: 0.8rem;
}
.date-periodic .date-periodic-right {
  flex: 1 0 105px;
  padding-left: 19px;
  font-size: 1.1rem;
  align-self: center;
}
@media only screen and (max-width: 430px) {
  .date-periodic {
    display: block;
  }
  .date-periodic .date-periodic-left {
    border-right: none;
    padding-right: 0px;
  }
  .date-periodic .date-periodic-left .date-periodic-left-top, .date-periodic .date-periodic-left .date-periodic-left-bottom {
    text-align: left;
  }
  .date-periodic .date-periodic-right {
    padding-left: 0px;
    padding-top: 15px;
  }
}

.date:hover, .date-periodic:hover {
  border: 2px solid #5fd38d;
}

article {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media only screen and (min-width: 1000px) {
  article {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .events {
    display: flex;
    flex-direction: row;
  }
  h2 {
    font-size: 2rem;
    text-align: left;
  }
  h3 {
    text-align: left;
  }
  .timecode {
    font-size: 2rem !important;
  }
  .infos {
    width: 100%;
  }
  .infos .workshopName {
    border-bottom: 1px solid white;
    text-align: left;
    font-size: 1.5rem;
  }
  .infos .workshopInfo {
    display: flex;
    padding-bottom: 3em;
    padding-top: 1em;
    align-items: flex-start;
  }
  .infos .workshopInfo .workshopInfoLeft {
    flex: 1;
  }
  .infos .workshopInfo .workshopInfoRight {
    margin-left: 30px;
    padding-left: 30px;
    flex: 1;
  }
  .infos .workshopFooter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid white;
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  footer {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }
  footer a {
    padding: 0 1rem 0 1rem;
    color: white;
  }
  footer strong {
    border-left: 2px solid white;
    padding: 0 0 0 1rem;
  }
  #workshops .column {
    width: 49% !important;
  }
}
.deactivated {
  color: grey;
  border: 2px solid grey;
}

.deactivated:hover {
  color: grey;
  border: 2px solid grey;
}

* {
  box-sizing: border-box;
}

li {
  list-style-position: inside;
}

ul, li {
  margin: 0;
  padding: 0 0.9em 0em 0;
}

ul {
  padding: 0 0.9em 1em 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.4em;
  text-align: left;
}

li.active {
  background-color: white !important;
  color: black !important;
}

.active span {
  color: black !important;
  background-color: white;
}

#workshops .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#workshops img {
  width: 100%;
  object-fit: cover;
}
#workshops .column {
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 1rem;
  margin-bottom: 1rem;
}
#workshops .column:hover {
  border: 2px solid #5fd38d;
}

.btn {
  border: 1px solid white;
  padding: 1em;
  margin: 2em 0 0 0;
}

.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 15px;
  margin-left: 1em;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.list-item {
  width: 100%;
  cursor: pointer;
  line-height: 1.3em;
}

.desc p {
  padding: 0;
  margin: 0;
  letter-spacing: 0.05rem;
  font-size: 1.4rem !important;
}

.dates-index a {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.2rem 0 0 0;
  margin: 0;
  border-bottom: 1px solid gray;
  margin-bottom: 0.4rem;
}

.homepage_upcoming_courses .upcoming_course {
  display: flex;
  margin-bottom: 18px;
}
.homepage_upcoming_courses .upcoming_course .upcoming_course_left {
  flex: 0 0 78px;
  border-right: solid 1px;
  padding-right: 15px;
}
.homepage_upcoming_courses .upcoming_course .upcoming_course_left .upcoming_course_dow {
  text-align: right;
  font-size: 1.5em;
  text-transform: uppercase;
}
.homepage_upcoming_courses .upcoming_course .upcoming_course_left .upcoming_course_date {
  text-align: right;
}
.homepage_upcoming_courses .upcoming_course .upcoming_course_right {
  flex: 1 1 auto;
  padding-left: 15px;
  align-self: center;
}
.homepage_upcoming_courses .upcoming_course .upcoming_course_right .upcoming_course_title {
  font-size: 1.5em;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  .homepage_upcoming_courses .upcoming_course .upcoming_course_right .upcoming_course_occupancy_and_time {
    display: flex;
  }
  .homepage_upcoming_courses .upcoming_course .upcoming_course_right .upcoming_course_occupancy_and_time .upcoming_course_occupancy {
    flex: 0 1 auto;
  }
  .homepage_upcoming_courses .upcoming_course .upcoming_course_right .upcoming_course_occupancy_and_time .upcoming_course_time {
    flex: 0 1 auto;
    margin-left: 10px;
    border-left: solid 1px;
    padding-left: 10px;
  }
}

.course-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -7px;
}
@media only screen and (max-width: 1000px) {
  .course-gallery {
    margin-top: 43px;
  }
}
.course-gallery .course-galery-thumbnail {
  width: 50%;
  padding: 7px;
}

/*# sourceMappingURL=style.css.map */
