@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
/**
 * Colors
 *
 */
/**
 * Breakpoint slicer
 *
 * @see https://github.com/lolmaus/breakpoint-slicer
 */
/**
 * Bootstrap customised
 *
 * @see https://getbootstrap.com/docs/4.6/getting-started/theming/#variable-defaults
 */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%; }

html, body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%; }

html {
  scroll-behavior: smooth; }

body {
  background-color: black;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Special Elite';
  text-align: center; }
  @media (max-width: 768px) {
    body .logo {
      max-width: 60%;
      margin: 0 auto; } }
  body a {
    color: white; }
  body h3 {
    font-family: 'Special Elite', cursive;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  body p {
    margin: 5px 0; }
    @media (max-width: 768px) {
      body p {
        margin: 10px 0; } }
  body .main {
    width: 60%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      body .main {
        width: 100%; } }
    body .main__title {
      font-family: 'Special Elite', cursive;
      font-size: 2.4rem;
      margin-top: 4.5rem; }
      body .main__title strong {
        position: relative; }
        body .main__title strong::after {
          content: '';
          position: absolute;
          bottom: -0.125rem;
          left: -0.5rem;
          right: -0.5rem;
          height: 0.75rem;
          z-index: -1;
          background-image: url("/assets/dist/img/underline.svg");
          background-repeat: no-repeat;
          background-size: cover; }
    body .main__facebook {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 2rem auto 0 auto;
      padding-left: 4rem; }
      body .main__facebook svg {
        margin-right: 1rem;
        position: absolute;
        left: 0;
        top: -0.6rem; }
    body .main .fb_iframe_widget {
      background: white;
      margin-bottom: 2rem; }
    body .main__informations {
      margin-bottom: 25px; }
      body .main__informations p {
        line-height: 2.4rem; }
        body .main__informations p strong {
          font-weight: 400;
          position: relative; }
          body .main__informations p strong::after {
            content: '';
            z-index: -1;
            background-image: url("/assets/dist/img/underline.svg");
            background-repeat: no-repeat;
            background-size: contain;
            bottom: -0.2rem;
            height: 0.5rem;
            left: -0.25rem;
            right: -0.25rem;
            position: absolute; }
      body .main__informations h3 {
        margin-top: 35px; }
      body .main__informations h4 {
        margin-bottom: 5px;
        display: block;
        font-size: 18px; }
      body .main__informations .map {
        height: auto !important;
        width: 100%;
        margin: 1.5rem 0;
        min-height: 30rem; }
  body .foot {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid white; }

header ul {
  background: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 2.5rem;
  margin: 5rem auto;
  border-radius: 2.5rem;
  list-style: none; }
  @media (max-width: 76.8rem) {
    header ul {
      position: fixed;
      width: 100%;
      height: 100vh;
      left: 0;
      top: -60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 10rem 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #000000b3;
      -webkit-backdrop-filter: blur(15px);
      backdrop-filter: blur(15px);
      border-radius: 0;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: .3s;
      transition: .3s;
      z-index: -9;
      opacity: 0; }
      header ul li {
        margin: 1rem 0; }
        header ul li a {
          color: white;
          font-size: 2rem; } }
  header ul.open {
    max-height: 100vh;
    overflow: visible;
    opacity: 1;
    z-index: 9; }
  header ul li {
    display: inline-block; }

header.fixed ul {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 0;
  width: 100%; }
  @media (max-width: 76.8rem) {
    header.fixed ul {
      background-color: #000000b3;
      padding-top: 9rem; } }
  @media (max-width: 76.8rem) {
    header.fixed ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 1rem 0;
      margin: 0 auto; } }

header a {
  color: black;
  text-transform: uppercase;
  margin: 0 1rem; }
  @media (max-width: 76.8rem) {
    header a {
      font-size: 1.5rem;
      margin: .5rem 0;
      font-weight: 900; } }

.nav-toggler {
  border: 3px solid #fff;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 40px;
  display: none;
  z-index: 10;
  position: fixed;
  top: 2rem;
  right: 2rem; }
  @media (max-width: 76.8rem) {
    .nav-toggler {
      display: block; } }
  .nav-toggler span {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    -webkit-transition: .3s;
    transition: .3s; }
    .nav-toggler span::before {
      content: ' ';
      width: 28px;
      height: 3px;
      background-color: #fff;
      display: block;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transform: translateY(-9px);
              transform: translateY(-9px); }
    .nav-toggler span::after {
      content: ' ';
      width: 28px;
      height: 3px;
      background-color: #fff;
      display: block;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transform: translateY(6px);
              transform: translateY(6px); }

.nav-toggler.toggler-open span {
  background-color: transparent; }
  .nav-toggler.toggler-open span:before {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg); }
  .nav-toggler.toggler-open span:after {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg); }

.splide__slide img {
  vertical-align: bottom;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover; }

.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 118rem;
  margin: 0 auto 5rem; }
  .events__title {
    width: 100%;
    position: relative; }
    .events__title:after {
      content: '';
      z-index: -1;
      background-image: url(/assets/dist/img/underline.svg);
      background-repeat: no-repeat;
      background-size: contain;
      bottom: -0.2rem;
      height: 0.5rem;
      left: 50%;
      right: -0.25rem;
      position: absolute; }
  .events h4 {
    height: 55px; }
  .events__event--btn {
    background: white;
    color: black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    border-radius: 2.5rem;
    padding: 1.3rem 0 8px;
    max-width: 70%;
    margin: 1.5rem auto; }
  .events__event--desc {
    font-size: 1.4rem;
    line-break: anywhere;
    height: 6rem; }
  .eventsArchive__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 118rem;
    margin: 0 auto 5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .eventsArchive__list--item {
      width: 23%;
      margin-bottom: 2rem; }
      @media (max-width: 76.8rem) {
        .eventsArchive__list--item {
          width: 100%; } }
      .eventsArchive__list--item h4 {
        height: 5.5rem; }
      .eventsArchive__list--item img {
        height: 15rem;
        -o-object-fit: cover;
        object-fit: cover; }

.post {
  max-width: 50rem;
  margin: 0 auto;
  background: white;
  color: black;
  font-size: 14px; }
  .post__desc {
    padding: 1.5rem; }
    .post__desc--date {
      font-weight: 900;
      margin: 1.5rem 0 1rem; }
    .post__desc--btn {
      background: black;
      color: white;
      margin-bottom: 0;
      padding: 1rem 0 0.6rem;
      max-width: 25rem; }
  .post img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid white; }

.slideout-widget {
  position: fixed;
  right: -15em;
  top: 50%;
  -webkit-transition: right .4s;
  transition: right .4s;
  width: 15em;
  z-index: 10; }
  .slideout-widget:hover {
    right: 0; }
  @media (max-width: 991px) {
    .slideout-widget {
      display: none; } }
  .slideout-widget-handler, .slideout-widget-content {
    padding: 1em .5em;
    background: #3c5b9b;
    border: none; }
    .slideout-widget-handler a, .slideout-widget-content a {
      color: #fff; }
  .slideout-widget-handler {
    padding: 0;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: none;
    left: -3em;
    position: absolute;
    text-align: center;
    width: 3em; }
  .slideout-widget-content {
    border-width: 1px 0;
    overflow: hidden;
    width: 100%;
    z-index: 11;
    height: 1.6rem; }

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