@charset "UTF-8";
section {
  background-color: #000;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

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

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffa405 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffa405 !important;
  border-color: #ffa405 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ad6e00 !important;
  border-color: #ad6e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad6e00 !important;
  border-color: #ad6e00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa405;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad6e00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa405 !important;
  border-color: #ffa405 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffa405 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9e6400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffa405;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffeed1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tMIDBmOWSl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIDBmOWSl nav.navbar {
  position: fixed;
}
.cid-tMIDBmOWSl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIDBmOWSl .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIDBmOWSl #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIDBmOWSl .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIDBmOWSl .dropdown-item:hover,
.cid-tMIDBmOWSl .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIDBmOWSl .dropdown-item:hover span {
  color: white;
}
.cid-tMIDBmOWSl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIDBmOWSl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIDBmOWSl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIDBmOWSl .nav-link {
  position: relative;
}
.cid-tMIDBmOWSl .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIDBmOWSl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIDBmOWSl .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIDBmOWSl .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIDBmOWSl .dropdown-menu,
.cid-tMIDBmOWSl .navbar.opened {
  background: #353535 !important;
}
.cid-tMIDBmOWSl .nav-item:focus,
.cid-tMIDBmOWSl .nav-link:focus {
  outline: none;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIDBmOWSl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIDBmOWSl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-tMIDBmOWSl .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIDBmOWSl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIDBmOWSl .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIDBmOWSl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIDBmOWSl .navbar.collapsed {
  justify-content: center;
}
.cid-tMIDBmOWSl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIDBmOWSl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMIDBmOWSl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIDBmOWSl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIDBmOWSl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIDBmOWSl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMIDBmOWSl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIDBmOWSl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIDBmOWSl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIDBmOWSl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIDBmOWSl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tMIDBmOWSl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIDBmOWSl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIDBmOWSl .dropdown-item.active,
.cid-tMIDBmOWSl .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIDBmOWSl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIDBmOWSl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIDBmOWSl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIDBmOWSl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIDBmOWSl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIDBmOWSl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIDBmOWSl button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIDBmOWSl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIDBmOWSl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMIDBmOWSl .navbar {
    height: 70px;
  }
  .cid-tMIDBmOWSl .navbar.opened {
    height: auto;
  }
  .cid-tMIDBmOWSl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIDBmOWSl .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIDBmOWSl .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIDBmOWSl .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-tMIDBmOWSl .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIDBmOWSl .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIDBmOWSl .mbr-text {
    display: none;
  }
}
.cid-tMIDBmOWSl .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIDBmOWSl .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIDBmOWSl .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIDBmOWSl .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-tMIDBmOWSl #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-tMIDBmOWSl #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-tMIDBmOWSl #vol {
    display: none;
  }
}
.cid-tMIDBmOWSl .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-sXkwsy9mtJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXkwsy9mtJ .image-wrapper {
  position: relative;
}
.cid-sXkwsy9mtJ .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXkwsy9mtJ .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXkwsy9mtJ img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXkwsy9mtJ .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXkwsy9mtJ .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXkwsy9mtJ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXkwsy9mtJ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXkwsy9mtJ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXkwsy9mtJ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXkwsy9mtJ svg {
  margin-left: 15px;
}
.cid-sXkwsy9mtJ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXkwsy9mtJ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXkwsy9mtJ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXkwsy9mtJ .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sXkwsy9mtJ .wrapper {
  margin: auto;
}
.cid-tWf07XVIud {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWf07XVIud .image-wrapper {
  position: relative;
}
.cid-tWf07XVIud .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tWf07XVIud .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tWf07XVIud img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tWf07XVIud .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tWf07XVIud .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tWf07XVIud .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tWf07XVIud a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tWf07XVIud rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tWf07XVIud .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tWf07XVIud svg {
  margin-left: 15px;
}
.cid-tWf07XVIud path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tWf07XVIud .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tWf07XVIud .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tWf07XVIud .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tWf07XVIud .wrapper {
  margin: auto;
}
.cid-tWf09kJb7T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tWf09kJb7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWf09kJb7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWf09kJb7T .container,
.cid-tWf09kJb7T .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWf09kJb7T .container,
  .cid-tWf09kJb7T .container-fluid {
    padding: 0 20px;
  }
}
.cid-tWf09kJb7T .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tWf09kJb7T .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tWf09kJb7T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWf09kJb7T .mbr-section-title {
  color: #fb980a;
}
.cid-tWf09kJb7T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWf0apXC94 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWf0apXC94 img,
.cid-tWf0apXC94 .item-img {
  width: 100%;
}
.cid-tWf0apXC94 .item:focus,
.cid-tWf0apXC94 span:focus {
  outline: none;
}
.cid-tWf0apXC94 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWf0apXC94 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWf0apXC94 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tWf0apXC94 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWf0apXC94 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tWf0apXC94 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tWf0apXC94 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWf0apXC94 .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-tWf0apXC94 .mbr-text,
.cid-tWf0apXC94 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tWf0apXC94 .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-tWf0apXC94 .item-subtitle {
  text-align: center;
}
.cid-tWf0apXC94 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-sXimla3C0G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXimla3C0G .image-wrapper {
  position: relative;
}
.cid-sXimla3C0G .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXimla3C0G .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXimla3C0G img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXimla3C0G .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXimla3C0G .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXimla3C0G .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXimla3C0G a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXimla3C0G rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXimla3C0G .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXimla3C0G svg {
  margin-left: 15px;
}
.cid-sXimla3C0G path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXimla3C0G .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXimla3C0G .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXimla3C0G .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sXimla3C0G .wrapper {
  margin: auto;
}
.cid-uYyDBbYjel {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyDBbYjel .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIFn2wnvH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIFn2wnvH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIFn2wnvH .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIFn2wnvH .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIFn2wnvH .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tMIFn2wnvH [class^="socicon-"]:before,
.cid-tMIFn2wnvH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIFn2wnvH .mbr-section-title,
.cid-tMIFn2wnvH .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIFprn2Up {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIFprn2Up .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIFprn2Up .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tMIFprn2Up .form-control:focus,
.cid-tMIFprn2Up .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIFprn2Up .form-group {
  margin-bottom: 1rem;
}
.cid-tMIFprn2Up input::-webkit-input-placeholder,
.cid-tMIFprn2Up textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up input:-moz-placeholder,
.cid-tMIFprn2Up textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up .jq-selectbox li,
.cid-tMIFprn2Up .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox li:hover,
.cid-tMIFprn2Up .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up textarea.form-control {
  resize: none;
}
.cid-tMIFprn2Up .input-group-btn {
  display: inline-block;
}
.cid-tMIFprn2Up .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIFprn2Up .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIFprn2Up .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIFprn2Up .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIFprn2Up .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIFprn2Up .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIFprn2Up .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIFprn2Up .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIFprn2Up .form-control,
.cid-tMIFprn2Up .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIFprn2Up #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIFprn2Up #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIFprn2Up #creativecommons img,
.cid-tMIFprn2Up iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIFprn2Up .offset-md-1 {
  margin-left: 1vw;
}
.cid-IjcnpWd9Ly .modal-dialog {
  height: auto;
}
.cid-IjcnpWd9Ly .hidden {
  display: none;
}
.cid-tSDIJuU5QJ.popup-builder {
  background-color: #ffffff;
}
.cid-tSDIJuU5QJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDIJuU5QJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDIJuU5QJ .modal-content,
.cid-tSDIJuU5QJ .modal-dialog {
  height: auto;
}
.cid-tSDIJuU5QJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDIJuU5QJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDIJuU5QJ .form-wrapper .mbr-form .form-group,
  .cid-tSDIJuU5QJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDIJuU5QJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDIJuU5QJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSDIJuU5QJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDIJuU5QJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDIJuU5QJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDIJuU5QJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDIJuU5QJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDIJuU5QJ .modal-open {
  overflow: hidden;
}
.cid-tSDIJuU5QJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDIJuU5QJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDIJuU5QJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDIJuU5QJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSDIJuU5QJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDIJuU5QJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDIJuU5QJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDIJuU5QJ .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSDIJuU5QJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDIJuU5QJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDIJuU5QJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDIJuU5QJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDIJuU5QJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSDIJuU5QJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIJuU5QJ .modal-header {
    padding: 1rem;
  }
}
.cid-tSDIJuU5QJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDIJuU5QJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDIJuU5QJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDIJuU5QJ .modal-header .close:focus {
  outline: none;
}
.cid-tSDIJuU5QJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDIJuU5QJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDIJuU5QJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIJuU5QJ .modal-body {
    padding: 1rem;
  }
}
.cid-tSDIJuU5QJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSDIJuU5QJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIJuU5QJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDIJuU5QJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDIJuU5QJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDIJuU5QJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDIJuU5QJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDIJuU5QJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDIJuU5QJ .modal-lg,
  .cid-tSDIJuU5QJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDIJuU5QJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDIJuU5QJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDIJuU5QJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSDIJuU5QJ .form-group {
  margin-bottom: 1rem;
}
.cid-tSDIJuU5QJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDIJuU5QJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDIJuU5QJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSDIJuU5QJ .mbr-section-btn {
  margin: 0;
}
.cid-tSDIJuU5QJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMIDBmOWSl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIDBmOWSl nav.navbar {
  position: fixed;
}
.cid-tMIDBmOWSl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIDBmOWSl .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIDBmOWSl #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIDBmOWSl .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIDBmOWSl .dropdown-item:hover,
.cid-tMIDBmOWSl .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIDBmOWSl .dropdown-item:hover span {
  color: white;
}
.cid-tMIDBmOWSl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIDBmOWSl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIDBmOWSl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIDBmOWSl .nav-link {
  position: relative;
}
.cid-tMIDBmOWSl .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIDBmOWSl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIDBmOWSl .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIDBmOWSl .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIDBmOWSl .dropdown-menu,
.cid-tMIDBmOWSl .navbar.opened {
  background: #353535 !important;
}
.cid-tMIDBmOWSl .nav-item:focus,
.cid-tMIDBmOWSl .nav-link:focus {
  outline: none;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIDBmOWSl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIDBmOWSl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-tMIDBmOWSl .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIDBmOWSl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIDBmOWSl .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIDBmOWSl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIDBmOWSl .navbar.collapsed {
  justify-content: center;
}
.cid-tMIDBmOWSl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIDBmOWSl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMIDBmOWSl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIDBmOWSl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIDBmOWSl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIDBmOWSl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMIDBmOWSl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIDBmOWSl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIDBmOWSl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIDBmOWSl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIDBmOWSl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tMIDBmOWSl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIDBmOWSl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIDBmOWSl .dropdown-item.active,
.cid-tMIDBmOWSl .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIDBmOWSl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIDBmOWSl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIDBmOWSl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIDBmOWSl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIDBmOWSl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIDBmOWSl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIDBmOWSl button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIDBmOWSl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIDBmOWSl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMIDBmOWSl .navbar {
    height: 70px;
  }
  .cid-tMIDBmOWSl .navbar.opened {
    height: auto;
  }
  .cid-tMIDBmOWSl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIDBmOWSl .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIDBmOWSl .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIDBmOWSl .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-tMIDBmOWSl .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIDBmOWSl .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIDBmOWSl .mbr-text {
    display: none;
  }
}
.cid-tMIDBmOWSl .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIDBmOWSl .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIDBmOWSl .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIDBmOWSl .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-tMIDBmOWSl #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-tMIDBmOWSl #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-tMIDBmOWSl #vol {
    display: none;
  }
}
.cid-tMIDBmOWSl .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-sMKS0wj6am {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMKS0wj6am .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sMKS0wj6am .mbr-text {
  color: #000000;
}
.cid-sYQci4lKBN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sYQci4lKBN .image-wrapper {
  position: relative;
}
.cid-sYQci4lKBN .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYQci4lKBN .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYQci4lKBN img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYQci4lKBN .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYQci4lKBN .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYQci4lKBN .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYQci4lKBN a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYQci4lKBN rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYQci4lKBN .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYQci4lKBN svg {
  margin-left: 15px;
}
.cid-sYQci4lKBN path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYQci4lKBN .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYQci4lKBN .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYQci4lKBN .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYQci4lKBN .wrapper {
  margin: auto;
}
.cid-sYON9ixleH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYON9ixleH .image-wrapper {
  position: relative;
}
.cid-sYON9ixleH .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYON9ixleH .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYON9ixleH img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYON9ixleH .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYON9ixleH .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYON9ixleH .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYON9ixleH a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYON9ixleH rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYON9ixleH .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYON9ixleH svg {
  margin-left: 15px;
}
.cid-sYON9ixleH path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYON9ixleH .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYON9ixleH .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYON9ixleH .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYON9ixleH .wrapper {
  margin: auto;
}
.cid-sYQccLRnKT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sYQccLRnKT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-sYQccLRnKT .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-sYQccLRnKT .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-sYQccLRnKT .col-12 {
    padding: 0 2rem;
  }
  .cid-sYQccLRnKT .row {
    margin: 0 -2rem;
  }
}
.cid-sYQccLRnKT .mbr-text,
.cid-sYQccLRnKT .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-sYQccLRnKT .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-v6AsmT9dqa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6AsmT9dqa .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-sYON7iupdk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYON7iupdk .image-wrapper {
  position: relative;
}
.cid-sYON7iupdk .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYON7iupdk .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYON7iupdk img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYON7iupdk .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYON7iupdk .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYON7iupdk .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYON7iupdk a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYON7iupdk rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYON7iupdk .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYON7iupdk svg {
  margin-left: 15px;
}
.cid-sYON7iupdk path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYON7iupdk .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYON7iupdk .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYON7iupdk .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYON7iupdk .wrapper {
  margin: auto;
}
.cid-sR61liU3oj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sR61liU3oj img,
.cid-sR61liU3oj .item-img {
  width: 100%;
}
.cid-sR61liU3oj .item:focus,
.cid-sR61liU3oj span:focus {
  outline: none;
}
.cid-sR61liU3oj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sR61liU3oj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sR61liU3oj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sR61liU3oj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR61liU3oj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sR61liU3oj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sR61liU3oj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sR61liU3oj .mbr-section-title {
  color: #4479d9;
}
.cid-sR61liU3oj .mbr-text,
.cid-sR61liU3oj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sR61liU3oj .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sR61liU3oj .item-subtitle {
  text-align: center;
}
.cid-sOt3XYSCf9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sOt3XYSCf9 img,
.cid-sOt3XYSCf9 .item-img {
  width: 100%;
}
.cid-sOt3XYSCf9 .item:focus,
.cid-sOt3XYSCf9 span:focus {
  outline: none;
}
.cid-sOt3XYSCf9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sOt3XYSCf9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sOt3XYSCf9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sOt3XYSCf9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sOt3XYSCf9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sOt3XYSCf9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sOt3XYSCf9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sOt3XYSCf9 .mbr-section-title {
  color: #4479d9;
}
.cid-sOt3XYSCf9 .mbr-text,
.cid-sOt3XYSCf9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sOt3XYSCf9 .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sOt3XYSCf9 .item-subtitle {
  text-align: center;
}
.cid-sMK05r1Ew1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMK05r1Ew1 img,
.cid-sMK05r1Ew1 .item-img {
  width: 100%;
}
.cid-sMK05r1Ew1 .item:focus,
.cid-sMK05r1Ew1 span:focus {
  outline: none;
}
.cid-sMK05r1Ew1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK05r1Ew1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK05r1Ew1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK05r1Ew1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK05r1Ew1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK05r1Ew1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK05r1Ew1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK05r1Ew1 .mbr-section-title {
  color: #4479d9;
}
.cid-sMK05r1Ew1 .mbr-text,
.cid-sMK05r1Ew1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK05r1Ew1 .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK05r1Ew1 .item-subtitle {
  text-align: center;
}
.cid-sMK06iXhqW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMK06iXhqW img,
.cid-sMK06iXhqW .item-img {
  width: 100%;
}
.cid-sMK06iXhqW .item:focus,
.cid-sMK06iXhqW span:focus {
  outline: none;
}
.cid-sMK06iXhqW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK06iXhqW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK06iXhqW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK06iXhqW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK06iXhqW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK06iXhqW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK06iXhqW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK06iXhqW .mbr-section-title {
  color: #4479d9;
}
.cid-sMK06iXhqW .mbr-text,
.cid-sMK06iXhqW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK06iXhqW .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK06iXhqW .item-subtitle {
  text-align: center;
}
.cid-sMK07WhWvb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMK07WhWvb img,
.cid-sMK07WhWvb .item-img {
  width: 100%;
}
.cid-sMK07WhWvb .item:focus,
.cid-sMK07WhWvb span:focus {
  outline: none;
}
.cid-sMK07WhWvb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK07WhWvb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK07WhWvb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK07WhWvb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK07WhWvb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK07WhWvb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK07WhWvb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK07WhWvb .mbr-section-title {
  color: #4479d9;
}
.cid-sMK07WhWvb .mbr-text,
.cid-sMK07WhWvb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK07WhWvb .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK07WhWvb .item-subtitle {
  text-align: center;
}
.cid-sMK0bAItvL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMK0bAItvL img,
.cid-sMK0bAItvL .item-img {
  width: 100%;
}
.cid-sMK0bAItvL .item:focus,
.cid-sMK0bAItvL span:focus {
  outline: none;
}
.cid-sMK0bAItvL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK0bAItvL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK0bAItvL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK0bAItvL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK0bAItvL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK0bAItvL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK0bAItvL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK0bAItvL .mbr-section-title {
  color: #4479d9;
}
.cid-sMK0bAItvL .mbr-text,
.cid-sMK0bAItvL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK0bAItvL .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK0bAItvL .item-subtitle {
  text-align: center;
}
.cid-sMK0d7Oep6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMK0d7Oep6 img,
.cid-sMK0d7Oep6 .item-img {
  width: 100%;
}
.cid-sMK0d7Oep6 .item:focus,
.cid-sMK0d7Oep6 span:focus {
  outline: none;
}
.cid-sMK0d7Oep6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK0d7Oep6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK0d7Oep6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK0d7Oep6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK0d7Oep6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK0d7Oep6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK0d7Oep6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK0d7Oep6 .mbr-section-title {
  color: #4479d9;
}
.cid-sMK0d7Oep6 .mbr-text,
.cid-sMK0d7Oep6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK0d7Oep6 .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK0d7Oep6 .item-subtitle {
  text-align: center;
}
.cid-sMK0e03kvw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMK0e03kvw img,
.cid-sMK0e03kvw .item-img {
  width: 100%;
}
.cid-sMK0e03kvw .item:focus,
.cid-sMK0e03kvw span:focus {
  outline: none;
}
.cid-sMK0e03kvw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK0e03kvw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK0e03kvw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK0e03kvw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK0e03kvw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK0e03kvw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK0e03kvw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK0e03kvw .mbr-section-title {
  color: #4479d9;
}
.cid-sMK0e03kvw .mbr-text,
.cid-sMK0e03kvw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK0e03kvw .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK0e03kvw .item-subtitle {
  text-align: center;
}
.cid-sMK0eFzXjA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMK0eFzXjA img,
.cid-sMK0eFzXjA .item-img {
  width: 100%;
}
.cid-sMK0eFzXjA .item:focus,
.cid-sMK0eFzXjA span:focus {
  outline: none;
}
.cid-sMK0eFzXjA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK0eFzXjA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK0eFzXjA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK0eFzXjA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK0eFzXjA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK0eFzXjA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK0eFzXjA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK0eFzXjA .mbr-section-title {
  color: #4479d9;
}
.cid-sMK0eFzXjA .mbr-text,
.cid-sMK0eFzXjA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK0eFzXjA .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK0eFzXjA .item-subtitle {
  text-align: center;
}
.cid-sMK0fz3pC7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMK0fz3pC7 img,
.cid-sMK0fz3pC7 .item-img {
  width: 100%;
}
.cid-sMK0fz3pC7 .item:focus,
.cid-sMK0fz3pC7 span:focus {
  outline: none;
}
.cid-sMK0fz3pC7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK0fz3pC7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK0fz3pC7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK0fz3pC7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK0fz3pC7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK0fz3pC7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK0fz3pC7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK0fz3pC7 .mbr-section-title {
  color: #4479d9;
}
.cid-sMK0fz3pC7 .mbr-text,
.cid-sMK0fz3pC7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK0fz3pC7 .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK0fz3pC7 .item-subtitle {
  text-align: center;
}
.cid-sMK0gnG80p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMK0gnG80p img,
.cid-sMK0gnG80p .item-img {
  width: 100%;
}
.cid-sMK0gnG80p .item:focus,
.cid-sMK0gnG80p span:focus {
  outline: none;
}
.cid-sMK0gnG80p .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK0gnG80p .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK0gnG80p .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK0gnG80p .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK0gnG80p .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK0gnG80p .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK0gnG80p .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK0gnG80p .mbr-section-title {
  color: #4479d9;
}
.cid-sMK0gnG80p .mbr-text,
.cid-sMK0gnG80p .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK0gnG80p .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK0gnG80p .item-subtitle {
  text-align: center;
}
.cid-sMK0h1sg52 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMK0h1sg52 img,
.cid-sMK0h1sg52 .item-img {
  width: 100%;
}
.cid-sMK0h1sg52 .item:focus,
.cid-sMK0h1sg52 span:focus {
  outline: none;
}
.cid-sMK0h1sg52 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK0h1sg52 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK0h1sg52 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK0h1sg52 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK0h1sg52 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK0h1sg52 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK0h1sg52 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK0h1sg52 .mbr-section-title {
  color: #4479d9;
}
.cid-sMK0h1sg52 .mbr-text,
.cid-sMK0h1sg52 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK0h1sg52 .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK0h1sg52 .item-subtitle {
  text-align: center;
}
.cid-sMK0hBLUPX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sMK0hBLUPX img,
.cid-sMK0hBLUPX .item-img {
  width: 100%;
}
.cid-sMK0hBLUPX .item:focus,
.cid-sMK0hBLUPX span:focus {
  outline: none;
}
.cid-sMK0hBLUPX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMK0hBLUPX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMK0hBLUPX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMK0hBLUPX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMK0hBLUPX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMK0hBLUPX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMK0hBLUPX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMK0hBLUPX .mbr-section-title {
  color: #4479d9;
}
.cid-sMK0hBLUPX .mbr-text,
.cid-sMK0hBLUPX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMK0hBLUPX .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMK0hBLUPX .item-subtitle {
  text-align: center;
}
.cid-tMIG3VlwgN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMIG3VlwgN .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tMIG3VlwgN .mbr-text {
  color: #000000;
}
.cid-uYyDBbYjel {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyDBbYjel .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIFn2wnvH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIFn2wnvH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIFn2wnvH .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIFn2wnvH .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIFn2wnvH .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tMIFn2wnvH [class^="socicon-"]:before,
.cid-tMIFn2wnvH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIFn2wnvH .mbr-section-title,
.cid-tMIFn2wnvH .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIFprn2Up {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIFprn2Up .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIFprn2Up .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tMIFprn2Up .form-control:focus,
.cid-tMIFprn2Up .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIFprn2Up .form-group {
  margin-bottom: 1rem;
}
.cid-tMIFprn2Up input::-webkit-input-placeholder,
.cid-tMIFprn2Up textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up input:-moz-placeholder,
.cid-tMIFprn2Up textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up .jq-selectbox li,
.cid-tMIFprn2Up .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox li:hover,
.cid-tMIFprn2Up .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up textarea.form-control {
  resize: none;
}
.cid-tMIFprn2Up .input-group-btn {
  display: inline-block;
}
.cid-tMIFprn2Up .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIFprn2Up .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIFprn2Up .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIFprn2Up .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIFprn2Up .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIFprn2Up .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIFprn2Up .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIFprn2Up .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIFprn2Up .form-control,
.cid-tMIFprn2Up .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIFprn2Up #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIFprn2Up #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIFprn2Up #creativecommons img,
.cid-tMIFprn2Up iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIFprn2Up .offset-md-1 {
  margin-left: 1vw;
}
.cid-tSDIMYXiOW.popup-builder {
  background-color: #ffffff;
}
.cid-tSDIMYXiOW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDIMYXiOW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDIMYXiOW .modal-content,
.cid-tSDIMYXiOW .modal-dialog {
  height: auto;
}
.cid-tSDIMYXiOW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDIMYXiOW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDIMYXiOW .form-wrapper .mbr-form .form-group,
  .cid-tSDIMYXiOW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDIMYXiOW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDIMYXiOW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSDIMYXiOW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDIMYXiOW .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDIMYXiOW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDIMYXiOW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDIMYXiOW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDIMYXiOW .modal-open {
  overflow: hidden;
}
.cid-tSDIMYXiOW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDIMYXiOW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDIMYXiOW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDIMYXiOW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSDIMYXiOW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDIMYXiOW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDIMYXiOW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDIMYXiOW .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSDIMYXiOW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDIMYXiOW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDIMYXiOW .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDIMYXiOW .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDIMYXiOW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSDIMYXiOW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYXiOW .modal-header {
    padding: 1rem;
  }
}
.cid-tSDIMYXiOW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDIMYXiOW .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDIMYXiOW .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDIMYXiOW .modal-header .close:focus {
  outline: none;
}
.cid-tSDIMYXiOW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDIMYXiOW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDIMYXiOW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYXiOW .modal-body {
    padding: 1rem;
  }
}
.cid-tSDIMYXiOW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSDIMYXiOW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYXiOW .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDIMYXiOW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDIMYXiOW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDIMYXiOW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDIMYXiOW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDIMYXiOW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDIMYXiOW .modal-lg,
  .cid-tSDIMYXiOW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDIMYXiOW .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDIMYXiOW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDIMYXiOW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSDIMYXiOW .form-group {
  margin-bottom: 1rem;
}
.cid-tSDIMYXiOW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDIMYXiOW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDIMYXiOW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSDIMYXiOW .mbr-section-btn {
  margin: 0;
}
.cid-tSDIMYXiOW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMIDBmOWSl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIDBmOWSl nav.navbar {
  position: fixed;
}
.cid-tMIDBmOWSl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIDBmOWSl .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIDBmOWSl #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIDBmOWSl .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIDBmOWSl .dropdown-item:hover,
.cid-tMIDBmOWSl .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIDBmOWSl .dropdown-item:hover span {
  color: white;
}
.cid-tMIDBmOWSl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIDBmOWSl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIDBmOWSl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIDBmOWSl .nav-link {
  position: relative;
}
.cid-tMIDBmOWSl .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIDBmOWSl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIDBmOWSl .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIDBmOWSl .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIDBmOWSl .dropdown-menu,
.cid-tMIDBmOWSl .navbar.opened {
  background: #353535 !important;
}
.cid-tMIDBmOWSl .nav-item:focus,
.cid-tMIDBmOWSl .nav-link:focus {
  outline: none;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIDBmOWSl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIDBmOWSl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-tMIDBmOWSl .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIDBmOWSl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIDBmOWSl .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIDBmOWSl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIDBmOWSl .navbar.collapsed {
  justify-content: center;
}
.cid-tMIDBmOWSl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIDBmOWSl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMIDBmOWSl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIDBmOWSl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIDBmOWSl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIDBmOWSl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMIDBmOWSl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIDBmOWSl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIDBmOWSl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIDBmOWSl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIDBmOWSl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tMIDBmOWSl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIDBmOWSl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIDBmOWSl .dropdown-item.active,
.cid-tMIDBmOWSl .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIDBmOWSl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIDBmOWSl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIDBmOWSl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIDBmOWSl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIDBmOWSl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIDBmOWSl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIDBmOWSl button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIDBmOWSl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIDBmOWSl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMIDBmOWSl .navbar {
    height: 70px;
  }
  .cid-tMIDBmOWSl .navbar.opened {
    height: auto;
  }
  .cid-tMIDBmOWSl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIDBmOWSl .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIDBmOWSl .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIDBmOWSl .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-tMIDBmOWSl .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIDBmOWSl .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIDBmOWSl .mbr-text {
    display: none;
  }
}
.cid-tMIDBmOWSl .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIDBmOWSl .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIDBmOWSl .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIDBmOWSl .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-tMIDBmOWSl #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-tMIDBmOWSl #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-tMIDBmOWSl #vol {
    display: none;
  }
}
.cid-tMIDBmOWSl .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-sMKSeztphL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMKSeztphL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sMKSeztphL .mbr-text {
  color: #000000;
}
.cid-sYONlvMEHH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sYONlvMEHH .image-wrapper {
  position: relative;
}
.cid-sYONlvMEHH .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYONlvMEHH .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYONlvMEHH img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYONlvMEHH .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYONlvMEHH .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYONlvMEHH .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYONlvMEHH a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYONlvMEHH rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYONlvMEHH .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYONlvMEHH svg {
  margin-left: 15px;
}
.cid-sYONlvMEHH path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYONlvMEHH .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYONlvMEHH .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYONlvMEHH .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYONlvMEHH .wrapper {
  margin: auto;
}
.cid-sYQcoFUmvn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYQcoFUmvn .image-wrapper {
  position: relative;
}
.cid-sYQcoFUmvn .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYQcoFUmvn .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYQcoFUmvn img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYQcoFUmvn .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYQcoFUmvn .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYQcoFUmvn .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYQcoFUmvn a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYQcoFUmvn rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYQcoFUmvn .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYQcoFUmvn svg {
  margin-left: 15px;
}
.cid-sYQcoFUmvn path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYQcoFUmvn .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYQcoFUmvn .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYQcoFUmvn .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYQcoFUmvn .wrapper {
  margin: auto;
}
.cid-sYQcmoK6KM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sYQcmoK6KM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-sYQcmoK6KM .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-sYQcmoK6KM .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-sYQcmoK6KM .col-12 {
    padding: 0 2rem;
  }
  .cid-sYQcmoK6KM .row {
    margin: 0 -2rem;
  }
}
.cid-sYQcmoK6KM .mbr-text,
.cid-sYQcmoK6KM .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-sYQcmoK6KM .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-v6AspKh2oq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6AspKh2oq .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-sYONvGStu1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYONvGStu1 .image-wrapper {
  position: relative;
}
.cid-sYONvGStu1 .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYONvGStu1 .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYONvGStu1 img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYONvGStu1 .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYONvGStu1 .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYONvGStu1 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYONvGStu1 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYONvGStu1 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYONvGStu1 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYONvGStu1 svg {
  margin-left: 15px;
}
.cid-sYONvGStu1 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYONvGStu1 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYONvGStu1 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYONvGStu1 .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYONvGStu1 .wrapper {
  margin: auto;
}
.cid-sMKOyZ9pXf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sMKOyZ9pXf img,
.cid-sMKOyZ9pXf .item-img {
  width: 100%;
}
.cid-sMKOyZ9pXf .item:focus,
.cid-sMKOyZ9pXf span:focus {
  outline: none;
}
.cid-sMKOyZ9pXf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMKOyZ9pXf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMKOyZ9pXf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMKOyZ9pXf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMKOyZ9pXf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMKOyZ9pXf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMKOyZ9pXf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMKOyZ9pXf .mbr-section-title {
  color: #4479d9;
}
.cid-sMKOyZ9pXf .mbr-text,
.cid-sMKOyZ9pXf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMKOyZ9pXf .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMKOyZ9pXf .item-subtitle {
  text-align: center;
}
.cid-sMKOzIH7YQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sMKOzIH7YQ img,
.cid-sMKOzIH7YQ .item-img {
  width: 100%;
}
.cid-sMKOzIH7YQ .item:focus,
.cid-sMKOzIH7YQ span:focus {
  outline: none;
}
.cid-sMKOzIH7YQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMKOzIH7YQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMKOzIH7YQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMKOzIH7YQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMKOzIH7YQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMKOzIH7YQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMKOzIH7YQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMKOzIH7YQ .mbr-section-title {
  color: #4479d9;
}
.cid-sMKOzIH7YQ .mbr-text,
.cid-sMKOzIH7YQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMKOzIH7YQ .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMKOzIH7YQ .item-subtitle {
  text-align: center;
}
.cid-tMIGbxYYq9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMIGbxYYq9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tMIGbxYYq9 .mbr-text {
  color: #000000;
}
.cid-uYyDBbYjel {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyDBbYjel .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIFn2wnvH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIFn2wnvH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIFn2wnvH .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIFn2wnvH .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIFn2wnvH .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tMIFn2wnvH [class^="socicon-"]:before,
.cid-tMIFn2wnvH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIFn2wnvH .mbr-section-title,
.cid-tMIFn2wnvH .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIFprn2Up {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIFprn2Up .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIFprn2Up .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tMIFprn2Up .form-control:focus,
.cid-tMIFprn2Up .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIFprn2Up .form-group {
  margin-bottom: 1rem;
}
.cid-tMIFprn2Up input::-webkit-input-placeholder,
.cid-tMIFprn2Up textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up input:-moz-placeholder,
.cid-tMIFprn2Up textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up .jq-selectbox li,
.cid-tMIFprn2Up .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox li:hover,
.cid-tMIFprn2Up .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up textarea.form-control {
  resize: none;
}
.cid-tMIFprn2Up .input-group-btn {
  display: inline-block;
}
.cid-tMIFprn2Up .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIFprn2Up .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIFprn2Up .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIFprn2Up .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIFprn2Up .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIFprn2Up .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIFprn2Up .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIFprn2Up .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIFprn2Up .form-control,
.cid-tMIFprn2Up .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIFprn2Up #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIFprn2Up #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIFprn2Up #creativecommons img,
.cid-tMIFprn2Up iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIFprn2Up .offset-md-1 {
  margin-left: 1vw;
}
.cid-tSDIMYXPpq.popup-builder {
  background-color: #ffffff;
}
.cid-tSDIMYXPpq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDIMYXPpq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDIMYXPpq .modal-content,
.cid-tSDIMYXPpq .modal-dialog {
  height: auto;
}
.cid-tSDIMYXPpq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDIMYXPpq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDIMYXPpq .form-wrapper .mbr-form .form-group,
  .cid-tSDIMYXPpq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDIMYXPpq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDIMYXPpq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSDIMYXPpq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDIMYXPpq .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDIMYXPpq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDIMYXPpq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDIMYXPpq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDIMYXPpq .modal-open {
  overflow: hidden;
}
.cid-tSDIMYXPpq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDIMYXPpq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDIMYXPpq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDIMYXPpq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSDIMYXPpq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDIMYXPpq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDIMYXPpq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDIMYXPpq .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSDIMYXPpq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDIMYXPpq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDIMYXPpq .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDIMYXPpq .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDIMYXPpq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSDIMYXPpq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYXPpq .modal-header {
    padding: 1rem;
  }
}
.cid-tSDIMYXPpq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDIMYXPpq .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDIMYXPpq .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDIMYXPpq .modal-header .close:focus {
  outline: none;
}
.cid-tSDIMYXPpq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDIMYXPpq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDIMYXPpq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYXPpq .modal-body {
    padding: 1rem;
  }
}
.cid-tSDIMYXPpq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSDIMYXPpq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYXPpq .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDIMYXPpq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDIMYXPpq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDIMYXPpq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDIMYXPpq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDIMYXPpq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDIMYXPpq .modal-lg,
  .cid-tSDIMYXPpq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDIMYXPpq .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDIMYXPpq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDIMYXPpq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSDIMYXPpq .form-group {
  margin-bottom: 1rem;
}
.cid-tSDIMYXPpq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDIMYXPpq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDIMYXPpq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSDIMYXPpq .mbr-section-btn {
  margin: 0;
}
.cid-tSDIMYXPpq .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMIDBmOWSl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIDBmOWSl nav.navbar {
  position: fixed;
}
.cid-tMIDBmOWSl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIDBmOWSl .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIDBmOWSl #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIDBmOWSl .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIDBmOWSl .dropdown-item:hover,
.cid-tMIDBmOWSl .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIDBmOWSl .dropdown-item:hover span {
  color: white;
}
.cid-tMIDBmOWSl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIDBmOWSl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIDBmOWSl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIDBmOWSl .nav-link {
  position: relative;
}
.cid-tMIDBmOWSl .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIDBmOWSl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIDBmOWSl .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIDBmOWSl .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIDBmOWSl .dropdown-menu,
.cid-tMIDBmOWSl .navbar.opened {
  background: #353535 !important;
}
.cid-tMIDBmOWSl .nav-item:focus,
.cid-tMIDBmOWSl .nav-link:focus {
  outline: none;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIDBmOWSl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIDBmOWSl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIDBmOWSl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIDBmOWSl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-tMIDBmOWSl .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIDBmOWSl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIDBmOWSl .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIDBmOWSl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIDBmOWSl .navbar.collapsed {
  justify-content: center;
}
.cid-tMIDBmOWSl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIDBmOWSl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMIDBmOWSl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIDBmOWSl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIDBmOWSl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIDBmOWSl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIDBmOWSl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMIDBmOWSl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIDBmOWSl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIDBmOWSl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIDBmOWSl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIDBmOWSl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIDBmOWSl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tMIDBmOWSl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIDBmOWSl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIDBmOWSl .dropdown-item.active,
.cid-tMIDBmOWSl .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIDBmOWSl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIDBmOWSl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIDBmOWSl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIDBmOWSl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIDBmOWSl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIDBmOWSl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIDBmOWSl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIDBmOWSl button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIDBmOWSl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIDBmOWSl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIDBmOWSl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIDBmOWSl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIDBmOWSl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMIDBmOWSl .navbar {
    height: 70px;
  }
  .cid-tMIDBmOWSl .navbar.opened {
    height: auto;
  }
  .cid-tMIDBmOWSl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIDBmOWSl .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIDBmOWSl .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIDBmOWSl .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-tMIDBmOWSl .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIDBmOWSl .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIDBmOWSl .mbr-text {
    display: none;
  }
}
.cid-tMIDBmOWSl .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIDBmOWSl .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIDBmOWSl .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIDBmOWSl .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-tMIDBmOWSl #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-tMIDBmOWSl #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-tMIDBmOWSl #vol {
    display: none;
  }
}
.cid-tMIDBmOWSl .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-sYQb2W9CzN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYQb2W9CzN .image-wrapper {
  position: relative;
}
.cid-sYQb2W9CzN .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYQb2W9CzN .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYQb2W9CzN img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYQb2W9CzN .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYQb2W9CzN .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYQb2W9CzN .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYQb2W9CzN a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYQb2W9CzN rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYQb2W9CzN .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYQb2W9CzN svg {
  margin-left: 15px;
}
.cid-sYQb2W9CzN path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYQb2W9CzN .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYQb2W9CzN .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYQb2W9CzN .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYQb2W9CzN .wrapper {
  margin: auto;
}
.cid-t1KkMrPH2v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t1KkMrPH2v .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t1KkMrPH2v .mbr-text {
  color: #000000;
}
.cid-sYOLavu7Ba {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYOLavu7Ba .image-wrapper {
  position: relative;
}
.cid-sYOLavu7Ba .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYOLavu7Ba .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYOLavu7Ba img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYOLavu7Ba .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYOLavu7Ba .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYOLavu7Ba .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYOLavu7Ba a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYOLavu7Ba rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYOLavu7Ba .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYOLavu7Ba svg {
  margin-left: 15px;
}
.cid-sYOLavu7Ba path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYOLavu7Ba .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYOLavu7Ba .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYOLavu7Ba .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYOLavu7Ba .wrapper {
  margin: auto;
}
.cid-sYQa21n7A8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sYQa21n7A8 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-sYQa21n7A8 .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-sYQa21n7A8 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-sYQa21n7A8 .col-12 {
    padding: 0 2rem;
  }
  .cid-sYQa21n7A8 .row {
    margin: 0 -2rem;
  }
}
.cid-sYQa21n7A8 .mbr-text,
.cid-sYQa21n7A8 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-sYQa21n7A8 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-v6AsjsnU0f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6AsjsnU0f .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-sYOLbOO80d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYOLbOO80d .image-wrapper {
  position: relative;
}
.cid-sYOLbOO80d .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYOLbOO80d .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYOLbOO80d img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYOLbOO80d .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYOLbOO80d .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYOLbOO80d .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYOLbOO80d a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYOLbOO80d rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYOLbOO80d .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYOLbOO80d svg {
  margin-left: 15px;
}
.cid-sYOLbOO80d path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYOLbOO80d .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYOLbOO80d .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYOLbOO80d .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sYOLbOO80d .wrapper {
  margin: auto;
}
.cid-tqL82zvYyi {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tqL82zvYyi img,
.cid-tqL82zvYyi .item-img {
  width: 100%;
}
.cid-tqL82zvYyi .item:focus,
.cid-tqL82zvYyi span:focus {
  outline: none;
}
.cid-tqL82zvYyi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqL82zvYyi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqL82zvYyi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tqL82zvYyi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqL82zvYyi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tqL82zvYyi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tqL82zvYyi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqL82zvYyi .mbr-section-title {
  color: #4479d9;
}
.cid-tqL82zvYyi .mbr-text,
.cid-tqL82zvYyi .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tqL82zvYyi .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-tqL82zvYyi .item-subtitle {
  text-align: center;
}
.cid-to6a2dX2xW {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-to6a2dX2xW img,
.cid-to6a2dX2xW .item-img {
  width: 100%;
}
.cid-to6a2dX2xW .item:focus,
.cid-to6a2dX2xW span:focus {
  outline: none;
}
.cid-to6a2dX2xW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-to6a2dX2xW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-to6a2dX2xW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-to6a2dX2xW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to6a2dX2xW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-to6a2dX2xW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-to6a2dX2xW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-to6a2dX2xW .mbr-section-title {
  color: #4479d9;
}
.cid-to6a2dX2xW .mbr-text,
.cid-to6a2dX2xW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-to6a2dX2xW .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-to6a2dX2xW .item-subtitle {
  text-align: center;
}
.cid-tkvx7m0YDu {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tkvx7m0YDu img,
.cid-tkvx7m0YDu .item-img {
  width: 100%;
}
.cid-tkvx7m0YDu .item:focus,
.cid-tkvx7m0YDu span:focus {
  outline: none;
}
.cid-tkvx7m0YDu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkvx7m0YDu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkvx7m0YDu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tkvx7m0YDu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkvx7m0YDu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tkvx7m0YDu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tkvx7m0YDu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkvx7m0YDu .mbr-section-title {
  color: #4479d9;
}
.cid-tkvx7m0YDu .mbr-text,
.cid-tkvx7m0YDu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tkvx7m0YDu .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-tkvx7m0YDu .item-subtitle {
  text-align: center;
}
.cid-ti9qntzudu {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-ti9qntzudu img,
.cid-ti9qntzudu .item-img {
  width: 100%;
}
.cid-ti9qntzudu .item:focus,
.cid-ti9qntzudu span:focus {
  outline: none;
}
.cid-ti9qntzudu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ti9qntzudu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ti9qntzudu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ti9qntzudu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ti9qntzudu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ti9qntzudu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ti9qntzudu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ti9qntzudu .mbr-section-title {
  color: #4479d9;
}
.cid-ti9qntzudu .mbr-text,
.cid-ti9qntzudu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ti9qntzudu .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-ti9qntzudu .item-subtitle {
  text-align: center;
}
.cid-tfq2XechyG {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tfq2XechyG img,
.cid-tfq2XechyG .item-img {
  width: 100%;
}
.cid-tfq2XechyG .item:focus,
.cid-tfq2XechyG span:focus {
  outline: none;
}
.cid-tfq2XechyG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tfq2XechyG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tfq2XechyG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tfq2XechyG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tfq2XechyG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tfq2XechyG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tfq2XechyG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tfq2XechyG .mbr-section-title {
  color: #4479d9;
}
.cid-tfq2XechyG .mbr-text,
.cid-tfq2XechyG .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tfq2XechyG .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-tfq2XechyG .item-subtitle {
  text-align: center;
}
.cid-tcMMEeubhk {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tcMMEeubhk img,
.cid-tcMMEeubhk .item-img {
  width: 100%;
}
.cid-tcMMEeubhk .item:focus,
.cid-tcMMEeubhk span:focus {
  outline: none;
}
.cid-tcMMEeubhk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tcMMEeubhk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcMMEeubhk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tcMMEeubhk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcMMEeubhk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tcMMEeubhk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tcMMEeubhk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcMMEeubhk .mbr-section-title {
  color: #4479d9;
}
.cid-tcMMEeubhk .mbr-text,
.cid-tcMMEeubhk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tcMMEeubhk .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-tcMMEeubhk .item-subtitle {
  text-align: center;
}
.cid-ta3OKRk0ra {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-ta3OKRk0ra img,
.cid-ta3OKRk0ra .item-img {
  width: 100%;
}
.cid-ta3OKRk0ra .item:focus,
.cid-ta3OKRk0ra span:focus {
  outline: none;
}
.cid-ta3OKRk0ra .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ta3OKRk0ra .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ta3OKRk0ra .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ta3OKRk0ra .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta3OKRk0ra .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ta3OKRk0ra .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ta3OKRk0ra .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ta3OKRk0ra .mbr-section-title {
  color: #4479d9;
}
.cid-ta3OKRk0ra .mbr-text,
.cid-ta3OKRk0ra .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ta3OKRk0ra .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-ta3OKRk0ra .item-subtitle {
  text-align: center;
}
.cid-t7u1xfwTQt {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t7u1xfwTQt img,
.cid-t7u1xfwTQt .item-img {
  width: 100%;
}
.cid-t7u1xfwTQt .item:focus,
.cid-t7u1xfwTQt span:focus {
  outline: none;
}
.cid-t7u1xfwTQt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7u1xfwTQt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7u1xfwTQt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t7u1xfwTQt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7u1xfwTQt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t7u1xfwTQt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t7u1xfwTQt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7u1xfwTQt .mbr-section-title {
  color: #4479d9;
}
.cid-t7u1xfwTQt .mbr-text,
.cid-t7u1xfwTQt .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t7u1xfwTQt .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-t7u1xfwTQt .item-subtitle {
  text-align: center;
}
.cid-t4B14E6Apr {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t4B14E6Apr img,
.cid-t4B14E6Apr .item-img {
  width: 100%;
}
.cid-t4B14E6Apr .item:focus,
.cid-t4B14E6Apr span:focus {
  outline: none;
}
.cid-t4B14E6Apr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4B14E6Apr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4B14E6Apr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t4B14E6Apr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4B14E6Apr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t4B14E6Apr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t4B14E6Apr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4B14E6Apr .mbr-section-title {
  color: #4479d9;
}
.cid-t4B14E6Apr .mbr-text,
.cid-t4B14E6Apr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t4B14E6Apr .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-t4B14E6Apr .item-subtitle {
  text-align: center;
}
.cid-t1GJJedSFc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t1GJJedSFc img,
.cid-t1GJJedSFc .item-img {
  width: 100%;
}
.cid-t1GJJedSFc .item:focus,
.cid-t1GJJedSFc span:focus {
  outline: none;
}
.cid-t1GJJedSFc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t1GJJedSFc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t1GJJedSFc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t1GJJedSFc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1GJJedSFc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t1GJJedSFc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t1GJJedSFc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1GJJedSFc .mbr-section-title {
  color: #4479d9;
}
.cid-t1GJJedSFc .mbr-text,
.cid-t1GJJedSFc .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t1GJJedSFc .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-t1GJJedSFc .item-subtitle {
  text-align: center;
}
.cid-sYOIELQAqZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYOIELQAqZ img,
.cid-sYOIELQAqZ .item-img {
  width: 100%;
}
.cid-sYOIELQAqZ .item:focus,
.cid-sYOIELQAqZ span:focus {
  outline: none;
}
.cid-sYOIELQAqZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYOIELQAqZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sYOIELQAqZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sYOIELQAqZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYOIELQAqZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sYOIELQAqZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sYOIELQAqZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sYOIELQAqZ .mbr-section-title {
  color: #4479d9;
}
.cid-sYOIELQAqZ .mbr-text,
.cid-sYOIELQAqZ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sYOIELQAqZ .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sYOIELQAqZ .item-subtitle {
  text-align: center;
}
.cid-sWmqGv4SkQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sWmqGv4SkQ img,
.cid-sWmqGv4SkQ .item-img {
  width: 100%;
}
.cid-sWmqGv4SkQ .item:focus,
.cid-sWmqGv4SkQ span:focus {
  outline: none;
}
.cid-sWmqGv4SkQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sWmqGv4SkQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sWmqGv4SkQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sWmqGv4SkQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sWmqGv4SkQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sWmqGv4SkQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sWmqGv4SkQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sWmqGv4SkQ .mbr-section-title {
  color: #4479d9;
}
.cid-sWmqGv4SkQ .mbr-text,
.cid-sWmqGv4SkQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sWmqGv4SkQ .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sWmqGv4SkQ .item-subtitle {
  text-align: center;
}
.cid-sMKU5yOuGg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sMKU5yOuGg img,
.cid-sMKU5yOuGg .item-img {
  width: 100%;
}
.cid-sMKU5yOuGg .item:focus,
.cid-sMKU5yOuGg span:focus {
  outline: none;
}
.cid-sMKU5yOuGg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMKU5yOuGg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMKU5yOuGg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sMKU5yOuGg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMKU5yOuGg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sMKU5yOuGg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sMKU5yOuGg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMKU5yOuGg .mbr-section-title {
  color: #4479d9;
}
.cid-sMKU5yOuGg .mbr-text,
.cid-sMKU5yOuGg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sMKU5yOuGg .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sMKU5yOuGg .item-subtitle {
  text-align: center;
}
.cid-t1KkfnbGnS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t1KkfnbGnS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t1KkfnbGnS .mbr-text {
  color: #000000;
}
.cid-uYyDBbYjel {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYyDBbYjel .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIFn2wnvH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMIFn2wnvH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMIFn2wnvH .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMIFn2wnvH .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMIFn2wnvH .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMIFn2wnvH .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tMIFn2wnvH [class^="socicon-"]:before,
.cid-tMIFn2wnvH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMIFn2wnvH .mbr-section-title,
.cid-tMIFn2wnvH .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMIFprn2Up {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMIFprn2Up .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMIFprn2Up .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tMIFprn2Up .form-control:focus,
.cid-tMIFprn2Up .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMIFprn2Up .form-group {
  margin-bottom: 1rem;
}
.cid-tMIFprn2Up input::-webkit-input-placeholder,
.cid-tMIFprn2Up textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up input:-moz-placeholder,
.cid-tMIFprn2Up textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMIFprn2Up .jq-selectbox li,
.cid-tMIFprn2Up .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox li:hover,
.cid-tMIFprn2Up .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMIFprn2Up .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMIFprn2Up textarea.form-control {
  resize: none;
}
.cid-tMIFprn2Up .input-group-btn {
  display: inline-block;
}
.cid-tMIFprn2Up .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMIFprn2Up .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMIFprn2Up .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMIFprn2Up .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMIFprn2Up .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMIFprn2Up .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMIFprn2Up .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMIFprn2Up .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMIFprn2Up .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMIFprn2Up .form-control,
.cid-tMIFprn2Up .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMIFprn2Up #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMIFprn2Up #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMIFprn2Up #creativecommons img,
.cid-tMIFprn2Up iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMIFprn2Up .offset-md-1 {
  margin-left: 1vw;
}
.cid-tSDIMYXflx.popup-builder {
  background-color: #ffffff;
}
.cid-tSDIMYXflx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDIMYXflx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDIMYXflx .modal-content,
.cid-tSDIMYXflx .modal-dialog {
  height: auto;
}
.cid-tSDIMYXflx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDIMYXflx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDIMYXflx .form-wrapper .mbr-form .form-group,
  .cid-tSDIMYXflx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDIMYXflx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDIMYXflx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSDIMYXflx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDIMYXflx .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDIMYXflx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDIMYXflx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDIMYXflx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDIMYXflx .modal-open {
  overflow: hidden;
}
.cid-tSDIMYXflx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDIMYXflx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDIMYXflx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDIMYXflx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSDIMYXflx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDIMYXflx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDIMYXflx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDIMYXflx .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSDIMYXflx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDIMYXflx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDIMYXflx .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDIMYXflx .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDIMYXflx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSDIMYXflx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYXflx .modal-header {
    padding: 1rem;
  }
}
.cid-tSDIMYXflx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDIMYXflx .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDIMYXflx .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDIMYXflx .modal-header .close:focus {
  outline: none;
}
.cid-tSDIMYXflx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDIMYXflx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDIMYXflx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYXflx .modal-body {
    padding: 1rem;
  }
}
.cid-tSDIMYXflx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSDIMYXflx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYXflx .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDIMYXflx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDIMYXflx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDIMYXflx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDIMYXflx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDIMYXflx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDIMYXflx .modal-lg,
  .cid-tSDIMYXflx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDIMYXflx .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDIMYXflx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDIMYXflx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSDIMYXflx .form-group {
  margin-bottom: 1rem;
}
.cid-tSDIMYXflx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDIMYXflx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDIMYXflx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSDIMYXflx .mbr-section-btn {
  margin: 0;
}
.cid-tSDIMYXflx .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6Ak2ieneS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6Ak2ieneS nav.navbar {
  position: fixed;
}
.cid-v6Ak2ieneS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6Ak2ieneS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6Ak2ieneS .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v6Ak2ieneS #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v6Ak2ieneS .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v6Ak2ieneS .dropdown-item:hover,
.cid-v6Ak2ieneS .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v6Ak2ieneS .dropdown-item:hover span {
  color: white;
}
.cid-v6Ak2ieneS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6Ak2ieneS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6Ak2ieneS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v6Ak2ieneS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6Ak2ieneS .nav-link {
  position: relative;
}
.cid-v6Ak2ieneS .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v6Ak2ieneS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v6Ak2ieneS .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v6Ak2ieneS .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v6Ak2ieneS .dropdown-menu,
.cid-v6Ak2ieneS .navbar.opened {
  background: #353535 !important;
}
.cid-v6Ak2ieneS .nav-item:focus,
.cid-v6Ak2ieneS .nav-link:focus {
  outline: none;
}
.cid-v6Ak2ieneS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6Ak2ieneS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6Ak2ieneS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6Ak2ieneS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6Ak2ieneS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6Ak2ieneS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6Ak2ieneS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-v6Ak2ieneS .navbar.opened {
  transition: all 0.3s;
}
.cid-v6Ak2ieneS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6Ak2ieneS .navbar .navbar-logo img {
  width: auto;
}
.cid-v6Ak2ieneS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6Ak2ieneS .navbar.collapsed {
  justify-content: center;
}
.cid-v6Ak2ieneS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6Ak2ieneS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6Ak2ieneS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6Ak2ieneS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6Ak2ieneS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6Ak2ieneS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6Ak2ieneS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6Ak2ieneS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6Ak2ieneS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6Ak2ieneS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6Ak2ieneS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6Ak2ieneS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6Ak2ieneS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6Ak2ieneS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6Ak2ieneS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6Ak2ieneS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6Ak2ieneS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6Ak2ieneS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6Ak2ieneS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-v6Ak2ieneS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6Ak2ieneS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6Ak2ieneS .dropdown-item.active,
.cid-v6Ak2ieneS .dropdown-item:active {
  background-color: transparent;
}
.cid-v6Ak2ieneS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6Ak2ieneS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6Ak2ieneS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6Ak2ieneS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6Ak2ieneS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6Ak2ieneS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6Ak2ieneS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6Ak2ieneS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6Ak2ieneS button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6Ak2ieneS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v6Ak2ieneS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6Ak2ieneS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Ak2ieneS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Ak2ieneS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6Ak2ieneS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Ak2ieneS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6Ak2ieneS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6Ak2ieneS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Ak2ieneS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6Ak2ieneS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Ak2ieneS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6Ak2ieneS .navbar {
    height: 70px;
  }
  .cid-v6Ak2ieneS .navbar.opened {
    height: auto;
  }
  .cid-v6Ak2ieneS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6Ak2ieneS .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v6Ak2ieneS .navbar-toggler {
  margin-left: 10px;
}
.cid-v6Ak2ieneS .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-v6Ak2ieneS .navbar-logo {
  margin-right: 0 !important;
}
.cid-v6Ak2ieneS .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6Ak2ieneS .mbr-text {
    display: none;
  }
}
.cid-v6Ak2ieneS .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v6Ak2ieneS .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v6Ak2ieneS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v6Ak2ieneS .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-v6Ak2ieneS #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-v6Ak2ieneS #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-v6Ak2ieneS #vol {
    display: none;
  }
}
.cid-v6Ak2ieneS .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v6Ak2iUujN {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v6Ak2iUujN .image-wrapper {
  position: relative;
}
.cid-v6Ak2iUujN .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-v6Ak2iUujN .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-v6Ak2iUujN img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-v6Ak2iUujN .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-v6Ak2iUujN .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-v6Ak2iUujN .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v6Ak2iUujN a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v6Ak2iUujN rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v6Ak2iUujN .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v6Ak2iUujN svg {
  margin-left: 15px;
}
.cid-v6Ak2iUujN path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v6Ak2iUujN .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v6Ak2iUujN .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-v6Ak2iUujN .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v6Ak2iUujN .wrapper {
  margin: auto;
}
.cid-v6Ak2jcXbB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v6Ak2jcXbB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-v6Ak2jcXbB .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-v6Ak2jcXbB .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-v6Ak2jcXbB .col-12 {
    padding: 0 2rem;
  }
  .cid-v6Ak2jcXbB .row {
    margin: 0 -2rem;
  }
}
.cid-v6Ak2jcXbB .mbr-text,
.cid-v6Ak2jcXbB .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v6Ak2jcXbB .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-v6Ak2jzmlq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6Ak2jzmlq .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6Ak2jNBFU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v6Ak2jNBFU img,
.cid-v6Ak2jNBFU .item-img {
  width: 100%;
}
.cid-v6Ak2jNBFU .item:focus,
.cid-v6Ak2jNBFU span:focus {
  outline: none;
}
.cid-v6Ak2jNBFU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6Ak2jNBFU .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6Ak2jNBFU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v6Ak2jNBFU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6Ak2jNBFU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v6Ak2jNBFU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v6Ak2jNBFU .btn-primary {
  margin: 0;
}
.cid-v6Ak2jNBFU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v6Ak2jNBFU .mbr-text,
.cid-v6Ak2jNBFU .mbr-section-btn {
  text-align: center;
}
.cid-v6Ak2jNBFU .mbr-text {
  margin-bottom: 0;
  color: white;
  text-align: left;
  line-height: 1.3em;
  font-size: 1.3em;
}
.cid-v6Ak2jNBFU .mbr-text em {
  color: #4479d9;
}
.cid-v6Ak2jNBFU .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-v6Ak2jNBFU .item-title {
  text-align: left;
  margin: 0;
  color: #4479d9;
}
.cid-v6Ak2jNBFU .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-v6Ak2jNBFU .content-margin {
  margin-top: 50px;
}
.cid-v6Ak2jNBFU .btnFiltre,
.cid-v6Ak2jNBFU .btnAffiche,
.cid-v6Ak2jNBFU .btn {
  margin-top: 0.3em;
  margin-bottom: 0px;
  cursor: pointer;
  background-color: #ffa405;
  color: white;
  border-radius: 10px;
  padding: .2em .5em;
  margin-right: 0.5em;
  text-align: center;
  display: inline-block;
  border: none;
  max-height: 2em;
  max-width: 9em;
}
.cid-v6Ak2jNBFU .item-footer {
  padding: 0;
  margin: 0;
  display: block;
}
.cid-v6Ak2jNBFU .item-title DIV {
  text-align: left;
}
.cid-v6Ak2jNBFU .btn {
  vertical-align: unset;
}
.cid-v6Ak2jNBFU .btn:hover {
  background-color: #4a7bb5;
}
.cid-v6Ak2jNBFU .btn:focus {
  outline: none;
}
.cid-v6Ak2jNBFU .filter-buttons {
  text-align: center;
}
.cid-v6Ak2jNBFU .filter-btn.active,
.cid-v6Ak2jNBFU .grid-btn.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #0056b3 !important;
}
.cid-v6Ak2jNBFU .grid-btn {
  margin-right: 5px;
}
.cid-v6Ak2jNBFU img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.cid-v6Ak2jNBFU .fiche-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-v6Ak2jNBFU .fiche-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.cid-v6Ak2jNBFU .complet {
  background-color: black;
  text-align: center;
}
.cid-v6Ak2jNBFU .mbr-section-btn .item-btn {
  display: block !important;
  visibility: visible !important;
  width: 10em;
  margin-left: auto;
  margin-right: auto;
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 4px;
}
.cid-v6Ak2jNBFU .item-btn {
  display: block !important;
  visibility: visible !important;
}
.cid-v6Ak2jNBFU .fiche-item .tooltip {
  display: inline-block !important;
  color: #4479d9 !important;
  position: relative !important;
  cursor: pointer !important;
  opacity: 1 !important;
  font-family: 'Jost', sans-serif;
  font-size: 1em;
}
.cid-v6Ak2jNBFU .fiche-item .tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 241, 118, 0.95);
  color: #000;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #fdd835;
  position: absolute !important;
  z-index: 9999 !important;
  font-size: 0.8em;
  font-family: 'Jost', sans-serif;
  white-space: normal;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s, visibility 0.2s;
  min-width: 180px;
  max-width: 300px;
  text-align: left;
  word-wrap: break-word;
}
.cid-v6Ak2jNBFU .fiche-item .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(253, 216, 53, 0.95) transparent transparent transparent;
}
.cid-v6Ak2jNBFU .fiche-item .tooltip:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-v6Ak2jNBFU .fiche-item,
.cid-v6Ak2jNBFU .fiche-item * {
  overflow: visible !important;
  opacity: 1 !important;
}
.cid-v6Ak2jNBFU .fiche-item .tooltip:not(:last-child)::after {
  content: ", ";
  color: #000;
}
.cid-v6Ak2jNBFU .fiche-item .mbr-text em {
  font-style: normal;
}
.cid-v6Ak2jNBFU .fiche-item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6Ak2jNBFU .fiche-item .item-content {
  flex-grow: 1;
}
.cid-v6Ak2jNBFU .fiche-item .item-footer,
.cid-v6Ak2jNBFU .fiche-item .mbr-section-btn {
  margin-top: auto;
}
.cid-v6Ak2jNBFU .filter-btn-month.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.cid-v6Ak2k5M5Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6Ak2k5M5Q .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6Ak2kjIKa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6Ak2kjIKa .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v6Ak2kjIKa .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v6Ak2kjIKa .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v6Ak2kjIKa .bg-youtube:hover {
  background: #cc0000;
}
.cid-v6Ak2kjIKa .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v6Ak2kjIKa .bg-twitch:hover {
  background: #7313ff;
}
.cid-v6Ak2kjIKa .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v6Ak2kjIKa [class^="socicon-"]:before,
.cid-v6Ak2kjIKa [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6Ak2kjIKa .mbr-section-title,
.cid-v6Ak2kjIKa .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v6Ak2kMP2W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v6Ak2kMP2W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v6Ak2kMP2W .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v6Ak2kMP2W .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-v6Ak2kMP2W .form-control:focus,
.cid-v6Ak2kMP2W .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v6Ak2kMP2W .form-group {
  margin-bottom: 1rem;
}
.cid-v6Ak2kMP2W input::-webkit-input-placeholder,
.cid-v6Ak2kMP2W textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v6Ak2kMP2W input:-moz-placeholder,
.cid-v6Ak2kMP2W textarea:-moz-placeholder {
  color: #656565;
}
.cid-v6Ak2kMP2W .jq-selectbox li,
.cid-v6Ak2kMP2W .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6Ak2kMP2W .jq-selectbox li:hover,
.cid-v6Ak2kMP2W .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6Ak2kMP2W .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6Ak2kMP2W .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6Ak2kMP2W textarea.form-control {
  resize: none;
}
.cid-v6Ak2kMP2W .input-group-btn {
  display: inline-block;
}
.cid-v6Ak2kMP2W .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v6Ak2kMP2W .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6Ak2kMP2W .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v6Ak2kMP2W .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v6Ak2kMP2W .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v6Ak2kMP2W .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6Ak2kMP2W .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6Ak2kMP2W .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v6Ak2kMP2W .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v6Ak2kMP2W .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v6Ak2kMP2W .form-control,
.cid-v6Ak2kMP2W .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v6Ak2kMP2W #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6Ak2kMP2W #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6Ak2kMP2W #creativecommons img,
.cid-v6Ak2kMP2W iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6Ak2kMP2W .offset-md-1 {
  margin-left: 1vw;
}
.cid-v6Ak2leDyj.popup-builder {
  background-color: #ffffff;
}
.cid-v6Ak2leDyj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6Ak2leDyj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6Ak2leDyj .modal-content,
.cid-v6Ak2leDyj .modal-dialog {
  height: auto;
}
.cid-v6Ak2leDyj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6Ak2leDyj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6Ak2leDyj .form-wrapper .mbr-form .form-group,
  .cid-v6Ak2leDyj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6Ak2leDyj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6Ak2leDyj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6Ak2leDyj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6Ak2leDyj .pt-0 {
  padding-top: 0 !important;
}
.cid-v6Ak2leDyj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6Ak2leDyj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6Ak2leDyj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6Ak2leDyj .modal-open {
  overflow: hidden;
}
.cid-v6Ak2leDyj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6Ak2leDyj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6Ak2leDyj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6Ak2leDyj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6Ak2leDyj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6Ak2leDyj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6Ak2leDyj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6Ak2leDyj .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6Ak2leDyj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6Ak2leDyj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6Ak2leDyj .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6Ak2leDyj .modal-backdrop.show {
  opacity: .5;
}
.cid-v6Ak2leDyj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6Ak2leDyj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6Ak2leDyj .modal-header {
    padding: 1rem;
  }
}
.cid-v6Ak2leDyj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6Ak2leDyj .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6Ak2leDyj .modal-header .close:hover {
  opacity: 1;
}
.cid-v6Ak2leDyj .modal-header .close:focus {
  outline: none;
}
.cid-v6Ak2leDyj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6Ak2leDyj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6Ak2leDyj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6Ak2leDyj .modal-body {
    padding: 1rem;
  }
}
.cid-v6Ak2leDyj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6Ak2leDyj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6Ak2leDyj .modal-footer {
    padding: 1rem;
  }
}
.cid-v6Ak2leDyj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6Ak2leDyj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6Ak2leDyj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6Ak2leDyj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6Ak2leDyj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6Ak2leDyj .modal-lg,
  .cid-v6Ak2leDyj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6Ak2leDyj .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6Ak2leDyj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6Ak2leDyj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6Ak2leDyj .form-group {
  margin-bottom: 1rem;
}
.cid-v6Ak2leDyj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6Ak2leDyj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6Ak2leDyj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6Ak2leDyj .mbr-section-btn {
  margin: 0;
}
.cid-v6Ak2leDyj .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6XLOiHEui {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6XLOiHEui nav.navbar {
  position: fixed;
}
.cid-v6XLOiHEui .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6XLOiHEui .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6XLOiHEui .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v6XLOiHEui #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v6XLOiHEui .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v6XLOiHEui .dropdown-item:hover,
.cid-v6XLOiHEui .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v6XLOiHEui .dropdown-item:hover span {
  color: white;
}
.cid-v6XLOiHEui .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6XLOiHEui .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6XLOiHEui .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v6XLOiHEui .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6XLOiHEui .nav-link {
  position: relative;
}
.cid-v6XLOiHEui .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v6XLOiHEui .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v6XLOiHEui .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v6XLOiHEui .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v6XLOiHEui .dropdown-menu,
.cid-v6XLOiHEui .navbar.opened {
  background: #353535 !important;
}
.cid-v6XLOiHEui .nav-item:focus,
.cid-v6XLOiHEui .nav-link:focus {
  outline: none;
}
.cid-v6XLOiHEui .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6XLOiHEui .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6XLOiHEui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6XLOiHEui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6XLOiHEui .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6XLOiHEui .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6XLOiHEui .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-v6XLOiHEui .navbar.opened {
  transition: all 0.3s;
}
.cid-v6XLOiHEui .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6XLOiHEui .navbar .navbar-logo img {
  width: auto;
}
.cid-v6XLOiHEui .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6XLOiHEui .navbar.collapsed {
  justify-content: center;
}
.cid-v6XLOiHEui .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6XLOiHEui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6XLOiHEui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6XLOiHEui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6XLOiHEui .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6XLOiHEui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6XLOiHEui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6XLOiHEui .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6XLOiHEui .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6XLOiHEui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6XLOiHEui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6XLOiHEui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6XLOiHEui .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6XLOiHEui .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6XLOiHEui .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6XLOiHEui .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6XLOiHEui .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6XLOiHEui .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6XLOiHEui .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-v6XLOiHEui .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6XLOiHEui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6XLOiHEui .dropdown-item.active,
.cid-v6XLOiHEui .dropdown-item:active {
  background-color: transparent;
}
.cid-v6XLOiHEui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6XLOiHEui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6XLOiHEui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6XLOiHEui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6XLOiHEui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6XLOiHEui .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6XLOiHEui ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6XLOiHEui .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6XLOiHEui button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6XLOiHEui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v6XLOiHEui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6XLOiHEui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6XLOiHEui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6XLOiHEui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6XLOiHEui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6XLOiHEui nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6XLOiHEui nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6XLOiHEui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6XLOiHEui .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6XLOiHEui a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6XLOiHEui .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6XLOiHEui .navbar {
    height: 70px;
  }
  .cid-v6XLOiHEui .navbar.opened {
    height: auto;
  }
  .cid-v6XLOiHEui .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6XLOiHEui .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v6XLOiHEui .navbar-toggler {
  margin-left: 10px;
}
.cid-v6XLOiHEui .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-v6XLOiHEui .navbar-logo {
  margin-right: 0 !important;
}
.cid-v6XLOiHEui .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6XLOiHEui .mbr-text {
    display: none;
  }
}
.cid-v6XLOiHEui .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v6XLOiHEui .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v6XLOiHEui .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v6XLOiHEui .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-v6XLOiHEui #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-v6XLOiHEui #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-v6XLOiHEui #vol {
    display: none;
  }
}
.cid-v6XLOiHEui .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v6XLOjCIS9 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v6XLOjCIS9 .image-wrapper {
  position: relative;
}
.cid-v6XLOjCIS9 .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-v6XLOjCIS9 .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-v6XLOjCIS9 img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-v6XLOjCIS9 .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-v6XLOjCIS9 .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-v6XLOjCIS9 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v6XLOjCIS9 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v6XLOjCIS9 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v6XLOjCIS9 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v6XLOjCIS9 svg {
  margin-left: 15px;
}
.cid-v6XLOjCIS9 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v6XLOjCIS9 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v6XLOjCIS9 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-v6XLOjCIS9 .link a {
  background-image: none !important;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v6XLOjCIS9 .wrapper {
  margin: auto;
}
.cid-v6XLOjQmRu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v6XLOjQmRu .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-v6XLOjQmRu .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-v6XLOjQmRu .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-v6XLOjQmRu .col-12 {
    padding: 0 2rem;
  }
  .cid-v6XLOjQmRu .row {
    margin: 0 -2rem;
  }
}
.cid-v6XLOjQmRu .mbr-text,
.cid-v6XLOjQmRu .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v6XLOjQmRu .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-v6XLOk6UHR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6XLOk6UHR .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6XLOkhSnj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v6XLOkhSnj img,
.cid-v6XLOkhSnj .item-img {
  width: 100%;
}
.cid-v6XLOkhSnj .item:focus,
.cid-v6XLOkhSnj span:focus {
  outline: none;
}
.cid-v6XLOkhSnj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6XLOkhSnj .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6XLOkhSnj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v6XLOkhSnj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XLOkhSnj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v6XLOkhSnj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v6XLOkhSnj .btn-primary {
  margin: 0;
}
.cid-v6XLOkhSnj .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v6XLOkhSnj .mbr-text,
.cid-v6XLOkhSnj .mbr-section-btn {
  text-align: center;
}
.cid-v6XLOkhSnj .mbr-text {
  margin-bottom: 0;
  color: white;
  text-align: left;
  line-height: 1.3em;
  font-size: 1.3em;
}
.cid-v6XLOkhSnj .mbr-text em {
  color: #4479d9;
}
.cid-v6XLOkhSnj .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-v6XLOkhSnj .item-title {
  text-align: left;
  margin: 0;
  color: #4479d9;
}
.cid-v6XLOkhSnj .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-v6XLOkhSnj .content-margin {
  margin-top: 50px;
}
.cid-v6XLOkhSnj .btnFiltre,
.cid-v6XLOkhSnj .btnAffiche,
.cid-v6XLOkhSnj .btn {
  margin-top: 0.3em;
  margin-bottom: 0px;
  cursor: pointer;
  background-color: #ffa405;
  color: white;
  border-radius: 10px;
  padding: .2em .5em;
  margin-right: 0.5em;
  text-align: center;
  display: inline-block;
  border: none;
  max-height: 2em;
  max-width: 9em;
}
.cid-v6XLOkhSnj .item-footer {
  padding: 0;
  margin: 0;
  display: block;
}
.cid-v6XLOkhSnj .item-title DIV {
  text-align: left;
}
.cid-v6XLOkhSnj .btn {
  vertical-align: unset;
}
.cid-v6XLOkhSnj .btn:hover {
  background-color: #4a7bb5;
}
.cid-v6XLOkhSnj .btn:focus {
  outline: none;
}
.cid-v6XLOkhSnj .filter-buttons {
  text-align: center;
}
.cid-v6XLOkhSnj .filter-btn.active,
.cid-v6XLOkhSnj .grid-btn.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #0056b3 !important;
}
.cid-v6XLOkhSnj .grid-btn {
  margin-right: 5px;
}
.cid-v6XLOkhSnj img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.cid-v6XLOkhSnj .fiche-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-v6XLOkhSnj .fiche-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.cid-v6XLOkhSnj .complet {
  background-color: black;
  text-align: center;
}
.cid-v6XLOkhSnj .mbr-section-btn .item-btn {
  display: block !important;
  visibility: visible !important;
  width: 10em;
  margin-left: auto;
  margin-right: auto;
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 4px;
}
.cid-v6XLOkhSnj .item-btn {
  display: block !important;
  visibility: visible !important;
}
.cid-v6XLOkhSnj .fiche-item .tooltip {
  display: inline-block !important;
  color: #4479d9 !important;
  position: relative !important;
  cursor: pointer !important;
  opacity: 1 !important;
  font-family: 'Jost', sans-serif;
  font-size: 1em;
}
.cid-v6XLOkhSnj .fiche-item .tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 241, 118, 0.95);
  color: #000;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #fdd835;
  position: absolute !important;
  z-index: 9999 !important;
  font-size: 0.8em;
  font-family: 'Jost', sans-serif;
  white-space: normal;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s, visibility 0.2s;
  min-width: 180px;
  max-width: 300px;
  text-align: left;
  word-wrap: break-word;
}
.cid-v6XLOkhSnj .fiche-item .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(253, 216, 53, 0.95) transparent transparent transparent;
}
.cid-v6XLOkhSnj .fiche-item .tooltip:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-v6XLOkhSnj .fiche-item,
.cid-v6XLOkhSnj .fiche-item * {
  overflow: visible !important;
  opacity: 1 !important;
}
.cid-v6XLOkhSnj .fiche-item .tooltip:not(:last-child)::after {
  content: ", ";
  color: #000;
}
.cid-v6XLOkhSnj .fiche-item .mbr-text em {
  font-style: normal;
}
.cid-v6XLOkhSnj .fiche-item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6XLOkhSnj .fiche-item .item-content {
  flex-grow: 1;
}
.cid-v6XLOkhSnj .fiche-item .item-footer,
.cid-v6XLOkhSnj .fiche-item .mbr-section-btn {
  margin-top: auto;
}
.cid-v6XLOkhSnj .filter-btn-month.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.cid-v6XLOkukuW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6XLOkukuW .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6XLOkG7pX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6XLOkG7pX .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v6XLOkG7pX .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v6XLOkG7pX .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v6XLOkG7pX .bg-youtube:hover {
  background: #cc0000;
}
.cid-v6XLOkG7pX .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v6XLOkG7pX .bg-twitch:hover {
  background: #7313ff;
}
.cid-v6XLOkG7pX .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v6XLOkG7pX [class^="socicon-"]:before,
.cid-v6XLOkG7pX [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6XLOkG7pX .mbr-section-title,
.cid-v6XLOkG7pX .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v6XLOkYizM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v6XLOkYizM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v6XLOkYizM .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v6XLOkYizM .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-v6XLOkYizM .form-control:focus,
.cid-v6XLOkYizM .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v6XLOkYizM .form-group {
  margin-bottom: 1rem;
}
.cid-v6XLOkYizM input::-webkit-input-placeholder,
.cid-v6XLOkYizM textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v6XLOkYizM input:-moz-placeholder,
.cid-v6XLOkYizM textarea:-moz-placeholder {
  color: #656565;
}
.cid-v6XLOkYizM .jq-selectbox li,
.cid-v6XLOkYizM .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6XLOkYizM .jq-selectbox li:hover,
.cid-v6XLOkYizM .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6XLOkYizM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6XLOkYizM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6XLOkYizM textarea.form-control {
  resize: none;
}
.cid-v6XLOkYizM .input-group-btn {
  display: inline-block;
}
.cid-v6XLOkYizM .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v6XLOkYizM .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6XLOkYizM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v6XLOkYizM .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v6XLOkYizM .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v6XLOkYizM .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6XLOkYizM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6XLOkYizM .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v6XLOkYizM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v6XLOkYizM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v6XLOkYizM .form-control,
.cid-v6XLOkYizM .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v6XLOkYizM #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6XLOkYizM #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6XLOkYizM #creativecommons img,
.cid-v6XLOkYizM iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6XLOkYizM .offset-md-1 {
  margin-left: 1vw;
}
.cid-v6XLOliEaR.popup-builder {
  background-color: #ffffff;
}
.cid-v6XLOliEaR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6XLOliEaR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6XLOliEaR .modal-content,
.cid-v6XLOliEaR .modal-dialog {
  height: auto;
}
.cid-v6XLOliEaR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6XLOliEaR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6XLOliEaR .form-wrapper .mbr-form .form-group,
  .cid-v6XLOliEaR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6XLOliEaR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6XLOliEaR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6XLOliEaR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6XLOliEaR .pt-0 {
  padding-top: 0 !important;
}
.cid-v6XLOliEaR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6XLOliEaR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6XLOliEaR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6XLOliEaR .modal-open {
  overflow: hidden;
}
.cid-v6XLOliEaR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6XLOliEaR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6XLOliEaR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6XLOliEaR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6XLOliEaR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6XLOliEaR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6XLOliEaR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6XLOliEaR .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6XLOliEaR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6XLOliEaR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6XLOliEaR .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6XLOliEaR .modal-backdrop.show {
  opacity: .5;
}
.cid-v6XLOliEaR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6XLOliEaR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XLOliEaR .modal-header {
    padding: 1rem;
  }
}
.cid-v6XLOliEaR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6XLOliEaR .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6XLOliEaR .modal-header .close:hover {
  opacity: 1;
}
.cid-v6XLOliEaR .modal-header .close:focus {
  outline: none;
}
.cid-v6XLOliEaR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6XLOliEaR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6XLOliEaR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XLOliEaR .modal-body {
    padding: 1rem;
  }
}
.cid-v6XLOliEaR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6XLOliEaR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XLOliEaR .modal-footer {
    padding: 1rem;
  }
}
.cid-v6XLOliEaR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6XLOliEaR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6XLOliEaR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6XLOliEaR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6XLOliEaR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6XLOliEaR .modal-lg,
  .cid-v6XLOliEaR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6XLOliEaR .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6XLOliEaR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6XLOliEaR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6XLOliEaR .form-group {
  margin-bottom: 1rem;
}
.cid-v6XLOliEaR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6XLOliEaR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6XLOliEaR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6XLOliEaR .mbr-section-btn {
  margin: 0;
}
.cid-v6XLOliEaR .mbr-section-btn .btn {
  margin: 0;
}
