@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-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-tSJwRTutI8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tSJwRTutI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSJwRTutI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSJwRTutI8 .container,
.cid-tSJwRTutI8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tSJwRTutI8 .container,
  .cid-tSJwRTutI8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSJwRTutI8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tSJwRTutI8 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tSJwRTutI8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tSJwRTutI8 .mbr-section-title {
  color: #fb980a;
}
.cid-tSJwRTutI8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMmxrRwxDX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMmxrRwxDX img,
.cid-tMmxrRwxDX .item-img {
  width: 100%;
}
.cid-tMmxrRwxDX .item:focus,
.cid-tMmxrRwxDX span:focus {
  outline: none;
}
.cid-tMmxrRwxDX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tMmxrRwxDX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tMmxrRwxDX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tMmxrRwxDX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMmxrRwxDX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tMmxrRwxDX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tMmxrRwxDX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMmxrRwxDX .mbr-section-title {
  color: #4479d9;
  text-align: left;
}
.cid-tMmxrRwxDX .mbr-text,
.cid-tMmxrRwxDX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tMmxrRwxDX .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-tMmxrRwxDX .item-subtitle {
  text-align: center;
}
.cid-tMmxrRwxDX .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tMIXvV3rVE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMIXvV3rVE .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIFkPSDns {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMIFkPSDns .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-sYOgSMt8gH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYOgSMt8gH .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sYOgSMt8gH .mbr-text {
  color: #000000;
}
.cid-sYOO6yTWGV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sYOO6yTWGV .image-wrapper {
  position: relative;
}
.cid-sYOO6yTWGV .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYOO6yTWGV .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYOO6yTWGV img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYOO6yTWGV .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYOO6yTWGV .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYOO6yTWGV .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYOO6yTWGV a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYOO6yTWGV rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYOO6yTWGV .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYOO6yTWGV svg {
  margin-left: 15px;
}
.cid-sYOO6yTWGV path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYOO6yTWGV .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYOO6yTWGV .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYOO6yTWGV .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-sYOO6yTWGV .wrapper {
  margin: auto;
}
.cid-sYQcywggKJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYQcywggKJ .image-wrapper {
  position: relative;
}
.cid-sYQcywggKJ .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYQcywggKJ .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYQcywggKJ img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYQcywggKJ .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYQcywggKJ .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYQcywggKJ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYQcywggKJ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYQcywggKJ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYQcywggKJ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYQcywggKJ svg {
  margin-left: 15px;
}
.cid-sYQcywggKJ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYQcywggKJ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYQcywggKJ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYQcywggKJ .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-sYQcywggKJ .wrapper {
  margin: auto;
}
.cid-sYQcwrAGBT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sYQcwrAGBT .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-sYQcwrAGBT .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-sYQcwrAGBT .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-sYQcwrAGBT .col-12 {
    padding: 0 2rem;
  }
  .cid-sYQcwrAGBT .row {
    margin: 0 -2rem;
  }
}
.cid-sYQcwrAGBT .mbr-text,
.cid-sYQcwrAGBT .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-sYQcwrAGBT .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-sYPaDAUmZ6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sYPaDAUmZ6 .image-wrapper {
  position: relative;
}
.cid-sYPaDAUmZ6 .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sYPaDAUmZ6 .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sYPaDAUmZ6 img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sYPaDAUmZ6 .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sYPaDAUmZ6 .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sYPaDAUmZ6 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sYPaDAUmZ6 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sYPaDAUmZ6 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sYPaDAUmZ6 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sYPaDAUmZ6 svg {
  margin-left: 15px;
}
.cid-sYPaDAUmZ6 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sYPaDAUmZ6 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sYPaDAUmZ6 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sYPaDAUmZ6 .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-sYPaDAUmZ6 .wrapper {
  margin: auto;
}
.cid-tW8TCjzptz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tW8TCjzptz .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-t0e5GFfcJf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t0e5GFfcJf img,
.cid-t0e5GFfcJf .item-img {
  width: 100%;
}
.cid-t0e5GFfcJf .item:focus,
.cid-t0e5GFfcJf span:focus {
  outline: none;
}
.cid-t0e5GFfcJf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0e5GFfcJf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t0e5GFfcJf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t0e5GFfcJf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0e5GFfcJf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t0e5GFfcJf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t0e5GFfcJf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0e5GFfcJf .mbr-section-title {
  color: #4479d9;
}
.cid-t0e5GFfcJf .mbr-text,
.cid-t0e5GFfcJf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t0e5GFfcJf .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-t0e5GFfcJf .item-subtitle {
  text-align: center;
}
.cid-sYOUTyRJWf {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-sYOUTyRJWf img,
.cid-sYOUTyRJWf .item-img {
  width: 100%;
}
.cid-sYOUTyRJWf .item:focus,
.cid-sYOUTyRJWf span:focus {
  outline: none;
}
.cid-sYOUTyRJWf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYOUTyRJWf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sYOUTyRJWf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sYOUTyRJWf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYOUTyRJWf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sYOUTyRJWf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sYOUTyRJWf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sYOUTyRJWf .mbr-section-title {
  color: #4479d9;
}
.cid-sYOUTyRJWf .mbr-text,
.cid-sYOUTyRJWf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sYOUTyRJWf .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-sYOUTyRJWf .item-subtitle {
  text-align: center;
}
.cid-tMIFkPSDns {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMIFkPSDns .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIGyfePSL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMIGyfePSL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tMIGyfePSL .mbr-text {
  color: #000000;
}
.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-tSDIMYY4hC.popup-builder {
  background-color: #ffffff;
}
.cid-tSDIMYY4hC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDIMYY4hC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDIMYY4hC .modal-content,
.cid-tSDIMYY4hC .modal-dialog {
  height: auto;
}
.cid-tSDIMYY4hC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDIMYY4hC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDIMYY4hC .form-wrapper .mbr-form .form-group,
  .cid-tSDIMYY4hC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDIMYY4hC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDIMYY4hC .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-tSDIMYY4hC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDIMYY4hC .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDIMYY4hC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDIMYY4hC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDIMYY4hC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDIMYY4hC .modal-open {
  overflow: hidden;
}
.cid-tSDIMYY4hC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDIMYY4hC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDIMYY4hC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDIMYY4hC .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-tSDIMYY4hC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDIMYY4hC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDIMYY4hC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDIMYY4hC .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-tSDIMYY4hC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDIMYY4hC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDIMYY4hC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDIMYY4hC .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDIMYY4hC .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-tSDIMYY4hC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYY4hC .modal-header {
    padding: 1rem;
  }
}
.cid-tSDIMYY4hC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDIMYY4hC .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDIMYY4hC .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDIMYY4hC .modal-header .close:focus {
  outline: none;
}
.cid-tSDIMYY4hC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDIMYY4hC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDIMYY4hC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYY4hC .modal-body {
    padding: 1rem;
  }
}
.cid-tSDIMYY4hC .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-tSDIMYY4hC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYY4hC .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDIMYY4hC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDIMYY4hC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDIMYY4hC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDIMYY4hC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDIMYY4hC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDIMYY4hC .modal-lg,
  .cid-tSDIMYY4hC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDIMYY4hC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDIMYY4hC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDIMYY4hC .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-tSDIMYY4hC .form-group {
  margin-bottom: 1rem;
}
.cid-tSDIMYY4hC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDIMYY4hC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDIMYY4hC .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-tSDIMYY4hC .mbr-section-btn {
  margin: 0;
}
.cid-tSDIMYY4hC .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-t2jMoasMfy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2jMoasMfy .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2jMoasMfy .mbr-text {
  color: #000000;
}
.cid-t2jMobw0dh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t2jMobw0dh .image-wrapper {
  position: relative;
}
.cid-t2jMobw0dh .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-t2jMobw0dh .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-t2jMobw0dh img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-t2jMobw0dh .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-t2jMobw0dh .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-t2jMobw0dh .mbr-section-title {
  margin-bottom: 25px;
}
.cid-t2jMobw0dh a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t2jMobw0dh rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t2jMobw0dh .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t2jMobw0dh svg {
  margin-left: 15px;
}
.cid-t2jMobw0dh path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t2jMobw0dh .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t2jMobw0dh .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-t2jMobw0dh .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-t2jMobw0dh .wrapper {
  margin: auto;
}
.cid-t2jMobOKYN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2jMobOKYN .image-wrapper {
  position: relative;
}
.cid-t2jMobOKYN .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-t2jMobOKYN .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-t2jMobOKYN img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-t2jMobOKYN .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-t2jMobOKYN .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-t2jMobOKYN .mbr-section-title {
  margin-bottom: 25px;
}
.cid-t2jMobOKYN a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t2jMobOKYN rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t2jMobOKYN .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t2jMobOKYN svg {
  margin-left: 15px;
}
.cid-t2jMobOKYN path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t2jMobOKYN .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t2jMobOKYN .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-t2jMobOKYN .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-t2jMobOKYN .wrapper {
  margin: auto;
}
.cid-t2jMoc863m {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-t2jMoc863m .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-t2jMoc863m .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-t2jMoc863m .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-t2jMoc863m .col-12 {
    padding: 0 2rem;
  }
  .cid-t2jMoc863m .row {
    margin: 0 -2rem;
  }
}
.cid-t2jMoc863m .mbr-text,
.cid-t2jMoc863m .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-t2jMoc863m .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-t2jMocykUJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2jMocykUJ .image-wrapper {
  position: relative;
}
.cid-t2jMocykUJ .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-t2jMocykUJ .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-t2jMocykUJ img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-t2jMocykUJ .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-t2jMocykUJ .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-t2jMocykUJ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-t2jMocykUJ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t2jMocykUJ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t2jMocykUJ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t2jMocykUJ svg {
  margin-left: 15px;
}
.cid-t2jMocykUJ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t2jMocykUJ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t2jMocykUJ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-t2jMocykUJ .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-t2jMocykUJ .wrapper {
  margin: auto;
}
.cid-tW8TvK7nO9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tW8TvK7nO9 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-t2jMod9GJg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t2jMod9GJg img,
.cid-t2jMod9GJg .item-img {
  width: 100%;
}
.cid-t2jMod9GJg .item:focus,
.cid-t2jMod9GJg span:focus {
  outline: none;
}
.cid-t2jMod9GJg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2jMod9GJg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2jMod9GJg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t2jMod9GJg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2jMod9GJg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t2jMod9GJg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t2jMod9GJg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2jMod9GJg .mbr-section-title {
  color: #4479d9;
}
.cid-t2jMod9GJg .mbr-text,
.cid-t2jMod9GJg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t2jMod9GJg .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-t2jMod9GJg .item-subtitle {
  text-align: center;
}
.cid-tMIFkPSDns {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMIFkPSDns .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIGtJk7LT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMIGtJk7LT .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tMIGtJk7LT .mbr-text {
  color: #000000;
}
.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-tSDIMYYGuX.popup-builder {
  background-color: #ffffff;
}
.cid-tSDIMYYGuX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDIMYYGuX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDIMYYGuX .modal-content,
.cid-tSDIMYYGuX .modal-dialog {
  height: auto;
}
.cid-tSDIMYYGuX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDIMYYGuX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDIMYYGuX .form-wrapper .mbr-form .form-group,
  .cid-tSDIMYYGuX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDIMYYGuX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDIMYYGuX .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-tSDIMYYGuX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDIMYYGuX .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDIMYYGuX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDIMYYGuX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDIMYYGuX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDIMYYGuX .modal-open {
  overflow: hidden;
}
.cid-tSDIMYYGuX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDIMYYGuX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDIMYYGuX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDIMYYGuX .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-tSDIMYYGuX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDIMYYGuX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDIMYYGuX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDIMYYGuX .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-tSDIMYYGuX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDIMYYGuX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDIMYYGuX .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDIMYYGuX .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDIMYYGuX .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-tSDIMYYGuX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYYGuX .modal-header {
    padding: 1rem;
  }
}
.cid-tSDIMYYGuX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDIMYYGuX .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDIMYYGuX .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDIMYYGuX .modal-header .close:focus {
  outline: none;
}
.cid-tSDIMYYGuX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDIMYYGuX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDIMYYGuX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYYGuX .modal-body {
    padding: 1rem;
  }
}
.cid-tSDIMYYGuX .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-tSDIMYYGuX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYYGuX .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDIMYYGuX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDIMYYGuX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDIMYYGuX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDIMYYGuX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDIMYYGuX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDIMYYGuX .modal-lg,
  .cid-tSDIMYYGuX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDIMYYGuX .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDIMYYGuX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDIMYYGuX .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-tSDIMYYGuX .form-group {
  margin-bottom: 1rem;
}
.cid-tSDIMYYGuX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDIMYYGuX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDIMYYGuX .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-tSDIMYYGuX .mbr-section-btn {
  margin: 0;
}
.cid-tSDIMYYGuX .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-tr0oBBvocJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tr0oBBvocJ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tr0oBBvocJ .mbr-text {
  color: #000000;
}
.cid-tr0oBCakaK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tr0oBCakaK .image-wrapper {
  position: relative;
}
.cid-tr0oBCakaK .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tr0oBCakaK .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tr0oBCakaK img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tr0oBCakaK .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tr0oBCakaK .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tr0oBCakaK .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tr0oBCakaK a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tr0oBCakaK rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tr0oBCakaK .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tr0oBCakaK svg {
  margin-left: 15px;
}
.cid-tr0oBCakaK path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tr0oBCakaK .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tr0oBCakaK .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tr0oBCakaK .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-tr0oBCakaK .wrapper {
  margin: auto;
}
.cid-tr0oBCrLtm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tr0oBCrLtm .image-wrapper {
  position: relative;
}
.cid-tr0oBCrLtm .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tr0oBCrLtm .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tr0oBCrLtm img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tr0oBCrLtm .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tr0oBCrLtm .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tr0oBCrLtm .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tr0oBCrLtm a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tr0oBCrLtm rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tr0oBCrLtm .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tr0oBCrLtm svg {
  margin-left: 15px;
}
.cid-tr0oBCrLtm path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tr0oBCrLtm .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tr0oBCrLtm .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tr0oBCrLtm .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-tr0oBCrLtm .wrapper {
  margin: auto;
}
.cid-tr0oBCGQTs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tr0oBCGQTs .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-tr0oBCGQTs .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-tr0oBCGQTs .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-tr0oBCGQTs .col-12 {
    padding: 0 2rem;
  }
  .cid-tr0oBCGQTs .row {
    margin: 0 -2rem;
  }
}
.cid-tr0oBCGQTs .mbr-text,
.cid-tr0oBCGQTs .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tr0oBCGQTs .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tr0oBD3Rgb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tr0oBD3Rgb .image-wrapper {
  position: relative;
}
.cid-tr0oBD3Rgb .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tr0oBD3Rgb .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tr0oBD3Rgb img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tr0oBD3Rgb .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tr0oBD3Rgb .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tr0oBD3Rgb .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tr0oBD3Rgb a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tr0oBD3Rgb rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tr0oBD3Rgb .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tr0oBD3Rgb svg {
  margin-left: 15px;
}
.cid-tr0oBD3Rgb path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tr0oBD3Rgb .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tr0oBD3Rgb .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tr0oBD3Rgb .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-tr0oBD3Rgb .wrapper {
  margin: auto;
}
.cid-tW8TKNcdrP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tW8TKNcdrP .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u7WmsE8t7B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u7WmsE8t7B img,
.cid-u7WmsE8t7B .item-img {
  width: 100%;
}
.cid-u7WmsE8t7B .item:focus,
.cid-u7WmsE8t7B span:focus {
  outline: none;
}
.cid-u7WmsE8t7B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7WmsE8t7B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7WmsE8t7B .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u7WmsE8t7B .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7WmsE8t7B .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u7WmsE8t7B .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u7WmsE8t7B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7WmsE8t7B .mbr-section-title {
  color: #4479d9;
}
.cid-u7WmsE8t7B .mbr-text,
.cid-u7WmsE8t7B .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u7WmsE8t7B .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-u7WmsE8t7B .item-subtitle {
  text-align: center;
}
.cid-tr0oXu0RR9 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tr0oXu0RR9 img,
.cid-tr0oXu0RR9 .item-img {
  width: 100%;
}
.cid-tr0oXu0RR9 .item:focus,
.cid-tr0oXu0RR9 span:focus {
  outline: none;
}
.cid-tr0oXu0RR9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tr0oXu0RR9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tr0oXu0RR9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tr0oXu0RR9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tr0oXu0RR9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tr0oXu0RR9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tr0oXu0RR9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tr0oXu0RR9 .mbr-section-title {
  color: #4479d9;
}
.cid-tr0oXu0RR9 .mbr-text,
.cid-tr0oXu0RR9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tr0oXu0RR9 .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-tr0oXu0RR9 .item-subtitle {
  text-align: center;
}
.cid-ttXJfIYKam.popup-builder {
  background-color: #ffffff;
}
.cid-ttXJfIYKam.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ttXJfIYKam.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ttXJfIYKam .modal-content,
.cid-ttXJfIYKam .modal-dialog {
  height: auto;
}
.cid-ttXJfIYKam .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ttXJfIYKam .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ttXJfIYKam .form-wrapper .mbr-form .form-group,
  .cid-ttXJfIYKam .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ttXJfIYKam .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ttXJfIYKam .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-ttXJfIYKam .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ttXJfIYKam .pt-0 {
  padding-top: 0 !important;
}
.cid-ttXJfIYKam .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ttXJfIYKam .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ttXJfIYKam .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ttXJfIYKam .modal-open {
  overflow: hidden;
}
.cid-ttXJfIYKam .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ttXJfIYKam .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ttXJfIYKam .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ttXJfIYKam .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-ttXJfIYKam .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ttXJfIYKam .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ttXJfIYKam .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ttXJfIYKam .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-ttXJfIYKam .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ttXJfIYKam .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ttXJfIYKam .modal-backdrop.fade {
  opacity: 0;
}
.cid-ttXJfIYKam .modal-backdrop.show {
  opacity: .5;
}
.cid-ttXJfIYKam .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-ttXJfIYKam .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttXJfIYKam .modal-header {
    padding: 1rem;
  }
}
.cid-ttXJfIYKam .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ttXJfIYKam .modal-header .close svg {
  fill: #ffffff;
}
.cid-ttXJfIYKam .modal-header .close:hover {
  opacity: 1;
}
.cid-ttXJfIYKam .modal-header .close:focus {
  outline: none;
}
.cid-ttXJfIYKam .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ttXJfIYKam .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ttXJfIYKam .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttXJfIYKam .modal-body {
    padding: 1rem;
  }
}
.cid-ttXJfIYKam .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-ttXJfIYKam .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttXJfIYKam .modal-footer {
    padding: 1rem;
  }
}
.cid-ttXJfIYKam .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ttXJfIYKam .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ttXJfIYKam .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ttXJfIYKam .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ttXJfIYKam .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ttXJfIYKam .modal-lg,
  .cid-ttXJfIYKam .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ttXJfIYKam .modal-xl {
    max-width: 1140px;
  }
}
.cid-ttXJfIYKam .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ttXJfIYKam .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-ttXJfIYKam .form-group {
  margin-bottom: 1rem;
}
.cid-ttXJfIYKam .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ttXJfIYKam .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ttXJfIYKam .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-ttXJfIYKam .mbr-section-btn {
  margin: 0;
}
.cid-ttXJfIYKam .mbr-section-btn .btn {
  margin: 0;
}
.cid-ttXQ8hYz3b.popup-builder {
  background-color: #ffffff;
}
.cid-ttXQ8hYz3b.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ttXQ8hYz3b.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ttXQ8hYz3b .modal-content,
.cid-ttXQ8hYz3b .modal-dialog {
  height: auto;
}
.cid-ttXQ8hYz3b .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ttXQ8hYz3b .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ttXQ8hYz3b .form-wrapper .mbr-form .form-group,
  .cid-ttXQ8hYz3b .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ttXQ8hYz3b .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ttXQ8hYz3b .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-ttXQ8hYz3b .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ttXQ8hYz3b .pt-0 {
  padding-top: 0 !important;
}
.cid-ttXQ8hYz3b .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ttXQ8hYz3b .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ttXQ8hYz3b .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ttXQ8hYz3b .modal-open {
  overflow: hidden;
}
.cid-ttXQ8hYz3b .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ttXQ8hYz3b .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ttXQ8hYz3b .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ttXQ8hYz3b .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-ttXQ8hYz3b .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ttXQ8hYz3b .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ttXQ8hYz3b .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ttXQ8hYz3b .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-ttXQ8hYz3b .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ttXQ8hYz3b .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ttXQ8hYz3b .modal-backdrop.fade {
  opacity: 0;
}
.cid-ttXQ8hYz3b .modal-backdrop.show {
  opacity: .5;
}
.cid-ttXQ8hYz3b .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-ttXQ8hYz3b .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttXQ8hYz3b .modal-header {
    padding: 1rem;
  }
}
.cid-ttXQ8hYz3b .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ttXQ8hYz3b .modal-header .close svg {
  fill: #ffffff;
}
.cid-ttXQ8hYz3b .modal-header .close:hover {
  opacity: 1;
}
.cid-ttXQ8hYz3b .modal-header .close:focus {
  outline: none;
}
.cid-ttXQ8hYz3b .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ttXQ8hYz3b .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ttXQ8hYz3b .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttXQ8hYz3b .modal-body {
    padding: 1rem;
  }
}
.cid-ttXQ8hYz3b .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-ttXQ8hYz3b .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttXQ8hYz3b .modal-footer {
    padding: 1rem;
  }
}
.cid-ttXQ8hYz3b .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ttXQ8hYz3b .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ttXQ8hYz3b .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ttXQ8hYz3b .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ttXQ8hYz3b .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ttXQ8hYz3b .modal-lg,
  .cid-ttXQ8hYz3b .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ttXQ8hYz3b .modal-xl {
    max-width: 1140px;
  }
}
.cid-ttXQ8hYz3b .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ttXQ8hYz3b .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-ttXQ8hYz3b .form-group {
  margin-bottom: 1rem;
}
.cid-ttXQ8hYz3b .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ttXQ8hYz3b .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ttXQ8hYz3b .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-ttXQ8hYz3b .mbr-section-btn {
  margin: 0;
}
.cid-ttXQ8hYz3b .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMIFkPSDns {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMIFkPSDns .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIGKL0Jy9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMIGKL0Jy9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tMIGKL0Jy9 .mbr-text {
  color: #000000;
}
.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-tSDIMYYDdO.popup-builder {
  background-color: #ffffff;
}
.cid-tSDIMYYDdO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDIMYYDdO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDIMYYDdO .modal-content,
.cid-tSDIMYYDdO .modal-dialog {
  height: auto;
}
.cid-tSDIMYYDdO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDIMYYDdO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDIMYYDdO .form-wrapper .mbr-form .form-group,
  .cid-tSDIMYYDdO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDIMYYDdO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDIMYYDdO .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-tSDIMYYDdO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDIMYYDdO .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDIMYYDdO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDIMYYDdO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDIMYYDdO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDIMYYDdO .modal-open {
  overflow: hidden;
}
.cid-tSDIMYYDdO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDIMYYDdO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDIMYYDdO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDIMYYDdO .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-tSDIMYYDdO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDIMYYDdO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDIMYYDdO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDIMYYDdO .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-tSDIMYYDdO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDIMYYDdO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDIMYYDdO .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDIMYYDdO .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDIMYYDdO .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-tSDIMYYDdO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYYDdO .modal-header {
    padding: 1rem;
  }
}
.cid-tSDIMYYDdO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDIMYYDdO .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDIMYYDdO .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDIMYYDdO .modal-header .close:focus {
  outline: none;
}
.cid-tSDIMYYDdO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDIMYYDdO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDIMYYDdO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYYDdO .modal-body {
    padding: 1rem;
  }
}
.cid-tSDIMYYDdO .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-tSDIMYYDdO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYYDdO .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDIMYYDdO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDIMYYDdO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDIMYYDdO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDIMYYDdO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDIMYYDdO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDIMYYDdO .modal-lg,
  .cid-tSDIMYYDdO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDIMYYDdO .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDIMYYDdO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDIMYYDdO .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-tSDIMYYDdO .form-group {
  margin-bottom: 1rem;
}
.cid-tSDIMYYDdO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDIMYYDdO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDIMYYDdO .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-tSDIMYYDdO .mbr-section-btn {
  margin: 0;
}
.cid-tSDIMYYDdO .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-tBj5T3nEr0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tBj5T3nEr0 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBj5T3nEr0 .mbr-text {
  color: #000000;
}
.cid-tBj5T3LDUU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tBj5T3LDUU .image-wrapper {
  position: relative;
}
.cid-tBj5T3LDUU .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tBj5T3LDUU .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tBj5T3LDUU img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tBj5T3LDUU .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tBj5T3LDUU .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tBj5T3LDUU .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tBj5T3LDUU a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tBj5T3LDUU rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tBj5T3LDUU .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tBj5T3LDUU svg {
  margin-left: 15px;
}
.cid-tBj5T3LDUU path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tBj5T3LDUU .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tBj5T3LDUU .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tBj5T3LDUU .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-tBj5T3LDUU .wrapper {
  margin: auto;
}
.cid-tBj5T43orP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tBj5T43orP .image-wrapper {
  position: relative;
}
.cid-tBj5T43orP .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tBj5T43orP .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tBj5T43orP img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tBj5T43orP .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tBj5T43orP .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tBj5T43orP .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tBj5T43orP a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tBj5T43orP rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tBj5T43orP .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tBj5T43orP svg {
  margin-left: 15px;
}
.cid-tBj5T43orP path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tBj5T43orP .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tBj5T43orP .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tBj5T43orP .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-tBj5T43orP .wrapper {
  margin: auto;
}
.cid-tBj5T4imgg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tBj5T4imgg .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-tBj5T4imgg .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-tBj5T4imgg .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-tBj5T4imgg .col-12 {
    padding: 0 2rem;
  }
  .cid-tBj5T4imgg .row {
    margin: 0 -2rem;
  }
}
.cid-tBj5T4imgg .mbr-text,
.cid-tBj5T4imgg .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tBj5T4imgg .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tBj5T4M5rH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tBj5T4M5rH .image-wrapper {
  position: relative;
}
.cid-tBj5T4M5rH .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tBj5T4M5rH .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tBj5T4M5rH img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-tBj5T4M5rH .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-tBj5T4M5rH .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-tBj5T4M5rH .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tBj5T4M5rH a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tBj5T4M5rH rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tBj5T4M5rH .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tBj5T4M5rH svg {
  margin-left: 15px;
}
.cid-tBj5T4M5rH path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tBj5T4M5rH .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tBj5T4M5rH .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-tBj5T4M5rH .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-tBj5T4M5rH .wrapper {
  margin: auto;
}
.cid-tW8TH5qyKA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tW8TH5qyKA .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tBj5T5hOSW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tBj5T5hOSW img,
.cid-tBj5T5hOSW .item-img {
  width: 100%;
}
.cid-tBj5T5hOSW .item:focus,
.cid-tBj5T5hOSW span:focus {
  outline: none;
}
.cid-tBj5T5hOSW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBj5T5hOSW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBj5T5hOSW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tBj5T5hOSW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBj5T5hOSW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tBj5T5hOSW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tBj5T5hOSW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBj5T5hOSW .mbr-section-title {
  color: #4479d9;
}
.cid-tBj5T5hOSW .mbr-text,
.cid-tBj5T5hOSW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tBj5T5hOSW .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-tBj5T5hOSW .item-subtitle {
  text-align: center;
}
.cid-tMIFkPSDns {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMIFkPSDns .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-tMIGCttsmj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMIGCttsmj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tMIGCttsmj .mbr-text {
  color: #000000;
}
.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-tSDIMYYtxN.popup-builder {
  background-color: #ffffff;
}
.cid-tSDIMYYtxN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDIMYYtxN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDIMYYtxN .modal-content,
.cid-tSDIMYYtxN .modal-dialog {
  height: auto;
}
.cid-tSDIMYYtxN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDIMYYtxN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDIMYYtxN .form-wrapper .mbr-form .form-group,
  .cid-tSDIMYYtxN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDIMYYtxN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDIMYYtxN .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-tSDIMYYtxN .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDIMYYtxN .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDIMYYtxN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDIMYYtxN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDIMYYtxN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDIMYYtxN .modal-open {
  overflow: hidden;
}
.cid-tSDIMYYtxN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDIMYYtxN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDIMYYtxN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDIMYYtxN .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-tSDIMYYtxN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDIMYYtxN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDIMYYtxN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDIMYYtxN .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-tSDIMYYtxN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDIMYYtxN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDIMYYtxN .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDIMYYtxN .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDIMYYtxN .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-tSDIMYYtxN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYYtxN .modal-header {
    padding: 1rem;
  }
}
.cid-tSDIMYYtxN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDIMYYtxN .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDIMYYtxN .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDIMYYtxN .modal-header .close:focus {
  outline: none;
}
.cid-tSDIMYYtxN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDIMYYtxN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDIMYYtxN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYYtxN .modal-body {
    padding: 1rem;
  }
}
.cid-tSDIMYYtxN .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-tSDIMYYtxN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDIMYYtxN .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDIMYYtxN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDIMYYtxN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDIMYYtxN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDIMYYtxN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDIMYYtxN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDIMYYtxN .modal-lg,
  .cid-tSDIMYYtxN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDIMYYtxN .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDIMYYtxN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDIMYYtxN .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-tSDIMYYtxN .form-group {
  margin-bottom: 1rem;
}
.cid-tSDIMYYtxN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDIMYYtxN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDIMYYtxN .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-tSDIMYYtxN .mbr-section-btn {
  margin: 0;
}
.cid-tSDIMYYtxN .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6A55JEIr7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6A55JEIr7 nav.navbar {
  position: fixed;
}
.cid-v6A55JEIr7 .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-v6A55JEIr7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6A55JEIr7 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v6A55JEIr7 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v6A55JEIr7 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v6A55JEIr7 .dropdown-item:hover,
.cid-v6A55JEIr7 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v6A55JEIr7 .dropdown-item:hover span {
  color: white;
}
.cid-v6A55JEIr7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6A55JEIr7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6A55JEIr7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v6A55JEIr7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6A55JEIr7 .nav-link {
  position: relative;
}
.cid-v6A55JEIr7 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v6A55JEIr7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v6A55JEIr7 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v6A55JEIr7 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v6A55JEIr7 .dropdown-menu,
.cid-v6A55JEIr7 .navbar.opened {
  background: #353535 !important;
}
.cid-v6A55JEIr7 .nav-item:focus,
.cid-v6A55JEIr7 .nav-link:focus {
  outline: none;
}
.cid-v6A55JEIr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6A55JEIr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6A55JEIr7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6A55JEIr7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6A55JEIr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6A55JEIr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6A55JEIr7 .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-v6A55JEIr7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v6A55JEIr7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6A55JEIr7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v6A55JEIr7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6A55JEIr7 .navbar.collapsed {
  justify-content: center;
}
.cid-v6A55JEIr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6A55JEIr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6A55JEIr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6A55JEIr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6A55JEIr7 .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-v6A55JEIr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6A55JEIr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6A55JEIr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6A55JEIr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6A55JEIr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6A55JEIr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6A55JEIr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6A55JEIr7 .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-v6A55JEIr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6A55JEIr7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6A55JEIr7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6A55JEIr7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6A55JEIr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6A55JEIr7 .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-v6A55JEIr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6A55JEIr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6A55JEIr7 .dropdown-item.active,
.cid-v6A55JEIr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v6A55JEIr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6A55JEIr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6A55JEIr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6A55JEIr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6A55JEIr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6A55JEIr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6A55JEIr7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6A55JEIr7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6A55JEIr7 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6A55JEIr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v6A55JEIr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6A55JEIr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6A55JEIr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6A55JEIr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6A55JEIr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6A55JEIr7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6A55JEIr7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6A55JEIr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6A55JEIr7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6A55JEIr7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6A55JEIr7 .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-v6A55JEIr7 .navbar {
    height: 70px;
  }
  .cid-v6A55JEIr7 .navbar.opened {
    height: auto;
  }
  .cid-v6A55JEIr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6A55JEIr7 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v6A55JEIr7 .navbar-toggler {
  margin-left: 10px;
}
.cid-v6A55JEIr7 .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-v6A55JEIr7 .navbar-logo {
  margin-right: 0 !important;
}
.cid-v6A55JEIr7 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6A55JEIr7 .mbr-text {
    display: none;
  }
}
.cid-v6A55JEIr7 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v6A55JEIr7 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v6A55JEIr7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v6A55JEIr7 .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-v6A55JEIr7 #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-v6A55JEIr7 #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-v6A55JEIr7 #vol {
    display: none;
  }
}
.cid-v6A55JEIr7 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v6A55KAp3R {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v6A55KAp3R .image-wrapper {
  position: relative;
}
.cid-v6A55KAp3R .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-v6A55KAp3R .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-v6A55KAp3R img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-v6A55KAp3R .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-v6A55KAp3R .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-v6A55KAp3R .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v6A55KAp3R a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v6A55KAp3R rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v6A55KAp3R .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v6A55KAp3R svg {
  margin-left: 15px;
}
.cid-v6A55KAp3R path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v6A55KAp3R .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v6A55KAp3R .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-v6A55KAp3R .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-v6A55KAp3R .wrapper {
  margin: auto;
}
.cid-v6A55KQZ0a {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/epave-merou-2000x844.webp");
}
.cid-v6A55KQZ0a .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-v6A55KQZ0a .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v6A55KQZ0a {
    align-items: flex-end;
  }
  .cid-v6A55KQZ0a .row {
    justify-content: flex-start;
  }
  .cid-v6A55KQZ0a .content-wrap {
    width: 57%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v6A55KQZ0a .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6A55KQZ0a {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6A55KQZ0a .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v6A55KQZ0a .content-wrap {
    width: 100%;
  }
}
.cid-v6A55KQZ0a .mbr-section-title {
  color: #ffffff;
}
.cid-v6A55KQZ0a .mbr-text,
.cid-v6A55KQZ0a .mbr-section-btn {
  color: #ffffff;
}
.cid-v6A55L51eM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6A55L51eM .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6A55LeUii {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v6A55LeUii img,
.cid-v6A55LeUii .item-img {
  width: 100%;
}
.cid-v6A55LeUii .item:focus,
.cid-v6A55LeUii span:focus {
  outline: none;
}
.cid-v6A55LeUii .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6A55LeUii .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6A55LeUii .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v6A55LeUii .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6A55LeUii .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v6A55LeUii .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v6A55LeUii .btn-primary {
  margin: 0;
}
.cid-v6A55LeUii .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v6A55LeUii .mbr-text,
.cid-v6A55LeUii .mbr-section-btn {
  text-align: center;
}
.cid-v6A55LeUii .mbr-text {
  margin-bottom: 0;
  color: white;
  text-align: left;
  line-height: 1.3em;
  font-size: 1.3em;
}
.cid-v6A55LeUii .mbr-text em {
  color: #4479d9;
}
.cid-v6A55LeUii .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-v6A55LeUii .item-title {
  text-align: left;
  margin: 0;
  color: #4479d9;
}
.cid-v6A55LeUii .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-v6A55LeUii .content-margin {
  margin-top: 50px;
}
.cid-v6A55LeUii .btnFiltre,
.cid-v6A55LeUii .btnAffiche,
.cid-v6A55LeUii .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-v6A55LeUii .item-footer {
  padding: 0;
  margin: 0;
  display: block;
}
.cid-v6A55LeUii .item-title DIV {
  text-align: left;
}
.cid-v6A55LeUii .btn {
  vertical-align: unset;
}
.cid-v6A55LeUii .btn:hover {
  background-color: #4a7bb5;
}
.cid-v6A55LeUii .btn:focus {
  outline: none;
}
.cid-v6A55LeUii .filter-buttons {
  text-align: center;
}
.cid-v6A55LeUii .filter-btn.active,
.cid-v6A55LeUii .grid-btn.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #0056b3 !important;
}
.cid-v6A55LeUii .grid-btn {
  margin-right: 5px;
}
.cid-v6A55LeUii img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.cid-v6A55LeUii .fiche-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-v6A55LeUii .fiche-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.cid-v6A55LeUii .complet {
  background-color: black;
  text-align: center;
}
.cid-v6A55LeUii .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-v6A55LeUii .item-btn {
  display: block !important;
  visibility: visible !important;
}
.cid-v6A55LeUii .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-v6A55LeUii .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-v6A55LeUii .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-v6A55LeUii .fiche-item .tooltip:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-v6A55LeUii .fiche-item,
.cid-v6A55LeUii .fiche-item * {
  overflow: visible !important;
  opacity: 1 !important;
}
.cid-v6A55LeUii .fiche-item .tooltip:not(:last-child)::after {
  content: ", ";
  color: #000;
}
.cid-v6A55LeUii .fiche-item .mbr-text em {
  font-style: normal;
}
.cid-v6A55LeUii .fiche-item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6A55LeUii .fiche-item .item-content {
  flex-grow: 1;
}
.cid-v6A55LeUii .fiche-item .item-footer,
.cid-v6A55LeUii .fiche-item .mbr-section-btn {
  margin-top: auto;
}
.cid-v6A55LeUii .filter-btn-month.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.cid-v6A55LrGTV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6A55LrGTV .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6A55LD2F2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6A55LD2F2 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v6A55LD2F2 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v6A55LD2F2 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v6A55LD2F2 .bg-youtube:hover {
  background: #cc0000;
}
.cid-v6A55LD2F2 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v6A55LD2F2 .bg-twitch:hover {
  background: #7313ff;
}
.cid-v6A55LD2F2 .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-v6A55LD2F2 [class^="socicon-"]:before,
.cid-v6A55LD2F2 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6A55LD2F2 .mbr-section-title,
.cid-v6A55LD2F2 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v6A55LUEg9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v6A55LUEg9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v6A55LUEg9 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v6A55LUEg9 .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-v6A55LUEg9 .form-control:focus,
.cid-v6A55LUEg9 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v6A55LUEg9 .form-group {
  margin-bottom: 1rem;
}
.cid-v6A55LUEg9 input::-webkit-input-placeholder,
.cid-v6A55LUEg9 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v6A55LUEg9 input:-moz-placeholder,
.cid-v6A55LUEg9 textarea:-moz-placeholder {
  color: #656565;
}
.cid-v6A55LUEg9 .jq-selectbox li,
.cid-v6A55LUEg9 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6A55LUEg9 .jq-selectbox li:hover,
.cid-v6A55LUEg9 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6A55LUEg9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6A55LUEg9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6A55LUEg9 textarea.form-control {
  resize: none;
}
.cid-v6A55LUEg9 .input-group-btn {
  display: inline-block;
}
.cid-v6A55LUEg9 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v6A55LUEg9 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6A55LUEg9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v6A55LUEg9 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v6A55LUEg9 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v6A55LUEg9 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6A55LUEg9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6A55LUEg9 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v6A55LUEg9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v6A55LUEg9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v6A55LUEg9 .form-control,
.cid-v6A55LUEg9 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v6A55LUEg9 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6A55LUEg9 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6A55LUEg9 #creativecommons img,
.cid-v6A55LUEg9 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6A55LUEg9 .offset-md-1 {
  margin-left: 1vw;
}
.cid-v6A55Md84P.popup-builder {
  background-color: #ffffff;
}
.cid-v6A55Md84P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6A55Md84P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6A55Md84P .modal-content,
.cid-v6A55Md84P .modal-dialog {
  height: auto;
}
.cid-v6A55Md84P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6A55Md84P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6A55Md84P .form-wrapper .mbr-form .form-group,
  .cid-v6A55Md84P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6A55Md84P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6A55Md84P .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-v6A55Md84P .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6A55Md84P .pt-0 {
  padding-top: 0 !important;
}
.cid-v6A55Md84P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6A55Md84P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6A55Md84P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6A55Md84P .modal-open {
  overflow: hidden;
}
.cid-v6A55Md84P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6A55Md84P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6A55Md84P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6A55Md84P .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-v6A55Md84P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6A55Md84P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6A55Md84P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6A55Md84P .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-v6A55Md84P .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6A55Md84P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6A55Md84P .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6A55Md84P .modal-backdrop.show {
  opacity: .5;
}
.cid-v6A55Md84P .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-v6A55Md84P .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6A55Md84P .modal-header {
    padding: 1rem;
  }
}
.cid-v6A55Md84P .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6A55Md84P .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6A55Md84P .modal-header .close:hover {
  opacity: 1;
}
.cid-v6A55Md84P .modal-header .close:focus {
  outline: none;
}
.cid-v6A55Md84P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6A55Md84P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6A55Md84P .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6A55Md84P .modal-body {
    padding: 1rem;
  }
}
.cid-v6A55Md84P .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-v6A55Md84P .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6A55Md84P .modal-footer {
    padding: 1rem;
  }
}
.cid-v6A55Md84P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6A55Md84P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6A55Md84P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6A55Md84P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6A55Md84P .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6A55Md84P .modal-lg,
  .cid-v6A55Md84P .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6A55Md84P .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6A55Md84P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6A55Md84P .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-v6A55Md84P .form-group {
  margin-bottom: 1rem;
}
.cid-v6A55Md84P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6A55Md84P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6A55Md84P .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-v6A55Md84P .mbr-section-btn {
  margin: 0;
}
.cid-v6A55Md84P .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6A9KfQokk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6A9KfQokk nav.navbar {
  position: fixed;
}
.cid-v6A9KfQokk .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-v6A9KfQokk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6A9KfQokk .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v6A9KfQokk #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v6A9KfQokk .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v6A9KfQokk .dropdown-item:hover,
.cid-v6A9KfQokk .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v6A9KfQokk .dropdown-item:hover span {
  color: white;
}
.cid-v6A9KfQokk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6A9KfQokk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6A9KfQokk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v6A9KfQokk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6A9KfQokk .nav-link {
  position: relative;
}
.cid-v6A9KfQokk .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v6A9KfQokk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v6A9KfQokk .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v6A9KfQokk .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v6A9KfQokk .dropdown-menu,
.cid-v6A9KfQokk .navbar.opened {
  background: #353535 !important;
}
.cid-v6A9KfQokk .nav-item:focus,
.cid-v6A9KfQokk .nav-link:focus {
  outline: none;
}
.cid-v6A9KfQokk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6A9KfQokk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6A9KfQokk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6A9KfQokk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6A9KfQokk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6A9KfQokk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6A9KfQokk .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-v6A9KfQokk .navbar.opened {
  transition: all 0.3s;
}
.cid-v6A9KfQokk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6A9KfQokk .navbar .navbar-logo img {
  width: auto;
}
.cid-v6A9KfQokk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6A9KfQokk .navbar.collapsed {
  justify-content: center;
}
.cid-v6A9KfQokk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6A9KfQokk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6A9KfQokk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6A9KfQokk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6A9KfQokk .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-v6A9KfQokk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6A9KfQokk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6A9KfQokk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6A9KfQokk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6A9KfQokk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6A9KfQokk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6A9KfQokk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6A9KfQokk .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-v6A9KfQokk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6A9KfQokk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6A9KfQokk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6A9KfQokk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6A9KfQokk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6A9KfQokk .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-v6A9KfQokk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6A9KfQokk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6A9KfQokk .dropdown-item.active,
.cid-v6A9KfQokk .dropdown-item:active {
  background-color: transparent;
}
.cid-v6A9KfQokk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6A9KfQokk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6A9KfQokk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6A9KfQokk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6A9KfQokk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6A9KfQokk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6A9KfQokk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6A9KfQokk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6A9KfQokk button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6A9KfQokk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v6A9KfQokk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6A9KfQokk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6A9KfQokk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6A9KfQokk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6A9KfQokk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6A9KfQokk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6A9KfQokk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6A9KfQokk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6A9KfQokk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6A9KfQokk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6A9KfQokk .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-v6A9KfQokk .navbar {
    height: 70px;
  }
  .cid-v6A9KfQokk .navbar.opened {
    height: auto;
  }
  .cid-v6A9KfQokk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6A9KfQokk .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v6A9KfQokk .navbar-toggler {
  margin-left: 10px;
}
.cid-v6A9KfQokk .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-v6A9KfQokk .navbar-logo {
  margin-right: 0 !important;
}
.cid-v6A9KfQokk .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6A9KfQokk .mbr-text {
    display: none;
  }
}
.cid-v6A9KfQokk .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v6A9KfQokk .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v6A9KfQokk .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v6A9KfQokk .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-v6A9KfQokk #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-v6A9KfQokk #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-v6A9KfQokk #vol {
    display: none;
  }
}
.cid-v6A9KfQokk .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v6A9KgJJPa {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v6A9KgJJPa .image-wrapper {
  position: relative;
}
.cid-v6A9KgJJPa .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-v6A9KgJJPa .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-v6A9KgJJPa img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-v6A9KgJJPa .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-v6A9KgJJPa .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-v6A9KgJJPa .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v6A9KgJJPa a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v6A9KgJJPa rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v6A9KgJJPa .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v6A9KgJJPa svg {
  margin-left: 15px;
}
.cid-v6A9KgJJPa path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v6A9KgJJPa .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v6A9KgJJPa .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-v6A9KgJJPa .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-v6A9KgJJPa .wrapper {
  margin: auto;
}
.cid-v6A9KgZK6v {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/paysage-1.14.1-copy-2000x844.webp");
}
.cid-v6A9KgZK6v .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-v6A9KgZK6v .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v6A9KgZK6v {
    align-items: flex-end;
  }
  .cid-v6A9KgZK6v .row {
    justify-content: flex-start;
  }
  .cid-v6A9KgZK6v .content-wrap {
    width: 57%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v6A9KgZK6v .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6A9KgZK6v {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6A9KgZK6v .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v6A9KgZK6v .content-wrap {
    width: 100%;
  }
}
.cid-v6A9KgZK6v .mbr-section-title {
  color: #ffffff;
}
.cid-v6A9KgZK6v .mbr-text,
.cid-v6A9KgZK6v .mbr-section-btn {
  color: #ffffff;
}
.cid-v6A9KhcC0X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6A9KhcC0X .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6A9KhkfxW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v6A9KhkfxW img,
.cid-v6A9KhkfxW .item-img {
  width: 100%;
}
.cid-v6A9KhkfxW .item:focus,
.cid-v6A9KhkfxW span:focus {
  outline: none;
}
.cid-v6A9KhkfxW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6A9KhkfxW .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6A9KhkfxW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v6A9KhkfxW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6A9KhkfxW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v6A9KhkfxW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v6A9KhkfxW .btn-primary {
  margin: 0;
}
.cid-v6A9KhkfxW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v6A9KhkfxW .mbr-text,
.cid-v6A9KhkfxW .mbr-section-btn {
  text-align: center;
}
.cid-v6A9KhkfxW .mbr-text {
  margin-bottom: 0;
  color: white;
  text-align: left;
  line-height: 1.3em;
  font-size: 1.3em;
}
.cid-v6A9KhkfxW .mbr-text em {
  color: #4479d9;
}
.cid-v6A9KhkfxW .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-v6A9KhkfxW .item-title {
  text-align: left;
  margin: 0;
  color: #4479d9;
}
.cid-v6A9KhkfxW .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-v6A9KhkfxW .content-margin {
  margin-top: 50px;
}
.cid-v6A9KhkfxW .btnFiltre,
.cid-v6A9KhkfxW .btnAffiche,
.cid-v6A9KhkfxW .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-v6A9KhkfxW .item-footer {
  padding: 0;
  margin: 0;
  display: block;
}
.cid-v6A9KhkfxW .item-title DIV {
  text-align: left;
}
.cid-v6A9KhkfxW .btn {
  vertical-align: unset;
}
.cid-v6A9KhkfxW .btn:hover {
  background-color: #4a7bb5;
}
.cid-v6A9KhkfxW .btn:focus {
  outline: none;
}
.cid-v6A9KhkfxW .filter-buttons {
  text-align: center;
}
.cid-v6A9KhkfxW .filter-btn.active,
.cid-v6A9KhkfxW .grid-btn.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #0056b3 !important;
}
.cid-v6A9KhkfxW .grid-btn {
  margin-right: 5px;
}
.cid-v6A9KhkfxW img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.cid-v6A9KhkfxW .fiche-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-v6A9KhkfxW .fiche-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.cid-v6A9KhkfxW .complet {
  background-color: black;
  text-align: center;
}
.cid-v6A9KhkfxW .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-v6A9KhkfxW .item-btn {
  display: block !important;
  visibility: visible !important;
}
.cid-v6A9KhkfxW .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-v6A9KhkfxW .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-v6A9KhkfxW .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-v6A9KhkfxW .fiche-item .tooltip:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-v6A9KhkfxW .fiche-item,
.cid-v6A9KhkfxW .fiche-item * {
  overflow: visible !important;
  opacity: 1 !important;
}
.cid-v6A9KhkfxW .fiche-item .tooltip:not(:last-child)::after {
  content: ", ";
  color: #000;
}
.cid-v6A9KhkfxW .fiche-item .mbr-text em {
  font-style: normal;
}
.cid-v6A9KhkfxW .fiche-item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6A9KhkfxW .fiche-item .item-content {
  flex-grow: 1;
}
.cid-v6A9KhkfxW .fiche-item .item-footer,
.cid-v6A9KhkfxW .fiche-item .mbr-section-btn {
  margin-top: auto;
}
.cid-v6A9KhkfxW .filter-btn-month.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.cid-v6A9Khvtus {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6A9Khvtus .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6A9Ki4Fql {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6A9Ki4Fql .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v6A9Ki4Fql .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v6A9Ki4Fql .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v6A9Ki4Fql .bg-youtube:hover {
  background: #cc0000;
}
.cid-v6A9Ki4Fql .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v6A9Ki4Fql .bg-twitch:hover {
  background: #7313ff;
}
.cid-v6A9Ki4Fql .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-v6A9Ki4Fql [class^="socicon-"]:before,
.cid-v6A9Ki4Fql [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6A9Ki4Fql .mbr-section-title,
.cid-v6A9Ki4Fql .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v6A9KiQQ4N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v6A9KiQQ4N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v6A9KiQQ4N .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v6A9KiQQ4N .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-v6A9KiQQ4N .form-control:focus,
.cid-v6A9KiQQ4N .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v6A9KiQQ4N .form-group {
  margin-bottom: 1rem;
}
.cid-v6A9KiQQ4N input::-webkit-input-placeholder,
.cid-v6A9KiQQ4N textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v6A9KiQQ4N input:-moz-placeholder,
.cid-v6A9KiQQ4N textarea:-moz-placeholder {
  color: #656565;
}
.cid-v6A9KiQQ4N .jq-selectbox li,
.cid-v6A9KiQQ4N .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6A9KiQQ4N .jq-selectbox li:hover,
.cid-v6A9KiQQ4N .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6A9KiQQ4N .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6A9KiQQ4N .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6A9KiQQ4N textarea.form-control {
  resize: none;
}
.cid-v6A9KiQQ4N .input-group-btn {
  display: inline-block;
}
.cid-v6A9KiQQ4N .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v6A9KiQQ4N .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6A9KiQQ4N .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v6A9KiQQ4N .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v6A9KiQQ4N .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v6A9KiQQ4N .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6A9KiQQ4N .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6A9KiQQ4N .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v6A9KiQQ4N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v6A9KiQQ4N .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v6A9KiQQ4N .form-control,
.cid-v6A9KiQQ4N .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v6A9KiQQ4N #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6A9KiQQ4N #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6A9KiQQ4N #creativecommons img,
.cid-v6A9KiQQ4N iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6A9KiQQ4N .offset-md-1 {
  margin-left: 1vw;
}
.cid-v6A9Kj7jqN.popup-builder {
  background-color: #ffffff;
}
.cid-v6A9Kj7jqN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6A9Kj7jqN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6A9Kj7jqN .modal-content,
.cid-v6A9Kj7jqN .modal-dialog {
  height: auto;
}
.cid-v6A9Kj7jqN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6A9Kj7jqN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6A9Kj7jqN .form-wrapper .mbr-form .form-group,
  .cid-v6A9Kj7jqN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6A9Kj7jqN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6A9Kj7jqN .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-v6A9Kj7jqN .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6A9Kj7jqN .pt-0 {
  padding-top: 0 !important;
}
.cid-v6A9Kj7jqN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6A9Kj7jqN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6A9Kj7jqN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6A9Kj7jqN .modal-open {
  overflow: hidden;
}
.cid-v6A9Kj7jqN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6A9Kj7jqN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6A9Kj7jqN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6A9Kj7jqN .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-v6A9Kj7jqN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6A9Kj7jqN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6A9Kj7jqN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6A9Kj7jqN .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-v6A9Kj7jqN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6A9Kj7jqN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6A9Kj7jqN .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6A9Kj7jqN .modal-backdrop.show {
  opacity: .5;
}
.cid-v6A9Kj7jqN .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-v6A9Kj7jqN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6A9Kj7jqN .modal-header {
    padding: 1rem;
  }
}
.cid-v6A9Kj7jqN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6A9Kj7jqN .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6A9Kj7jqN .modal-header .close:hover {
  opacity: 1;
}
.cid-v6A9Kj7jqN .modal-header .close:focus {
  outline: none;
}
.cid-v6A9Kj7jqN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6A9Kj7jqN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6A9Kj7jqN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6A9Kj7jqN .modal-body {
    padding: 1rem;
  }
}
.cid-v6A9Kj7jqN .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-v6A9Kj7jqN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6A9Kj7jqN .modal-footer {
    padding: 1rem;
  }
}
.cid-v6A9Kj7jqN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6A9Kj7jqN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6A9Kj7jqN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6A9Kj7jqN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6A9Kj7jqN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6A9Kj7jqN .modal-lg,
  .cid-v6A9Kj7jqN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6A9Kj7jqN .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6A9Kj7jqN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6A9Kj7jqN .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-v6A9Kj7jqN .form-group {
  margin-bottom: 1rem;
}
.cid-v6A9Kj7jqN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6A9Kj7jqN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6A9Kj7jqN .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-v6A9Kj7jqN .mbr-section-btn {
  margin: 0;
}
.cid-v6A9Kj7jqN .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6Ab4EpyCM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6Ab4EpyCM nav.navbar {
  position: fixed;
}
.cid-v6Ab4EpyCM .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-v6Ab4EpyCM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6Ab4EpyCM .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v6Ab4EpyCM #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v6Ab4EpyCM .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v6Ab4EpyCM .dropdown-item:hover,
.cid-v6Ab4EpyCM .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v6Ab4EpyCM .dropdown-item:hover span {
  color: white;
}
.cid-v6Ab4EpyCM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6Ab4EpyCM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6Ab4EpyCM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v6Ab4EpyCM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6Ab4EpyCM .nav-link {
  position: relative;
}
.cid-v6Ab4EpyCM .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v6Ab4EpyCM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v6Ab4EpyCM .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v6Ab4EpyCM .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v6Ab4EpyCM .dropdown-menu,
.cid-v6Ab4EpyCM .navbar.opened {
  background: #353535 !important;
}
.cid-v6Ab4EpyCM .nav-item:focus,
.cid-v6Ab4EpyCM .nav-link:focus {
  outline: none;
}
.cid-v6Ab4EpyCM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6Ab4EpyCM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6Ab4EpyCM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6Ab4EpyCM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6Ab4EpyCM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6Ab4EpyCM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6Ab4EpyCM .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-v6Ab4EpyCM .navbar.opened {
  transition: all 0.3s;
}
.cid-v6Ab4EpyCM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6Ab4EpyCM .navbar .navbar-logo img {
  width: auto;
}
.cid-v6Ab4EpyCM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6Ab4EpyCM .navbar.collapsed {
  justify-content: center;
}
.cid-v6Ab4EpyCM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6Ab4EpyCM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6Ab4EpyCM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6Ab4EpyCM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6Ab4EpyCM .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-v6Ab4EpyCM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6Ab4EpyCM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6Ab4EpyCM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6Ab4EpyCM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6Ab4EpyCM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6Ab4EpyCM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6Ab4EpyCM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6Ab4EpyCM .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-v6Ab4EpyCM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6Ab4EpyCM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6Ab4EpyCM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6Ab4EpyCM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6Ab4EpyCM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6Ab4EpyCM .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-v6Ab4EpyCM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6Ab4EpyCM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6Ab4EpyCM .dropdown-item.active,
.cid-v6Ab4EpyCM .dropdown-item:active {
  background-color: transparent;
}
.cid-v6Ab4EpyCM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6Ab4EpyCM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6Ab4EpyCM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6Ab4EpyCM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6Ab4EpyCM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6Ab4EpyCM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6Ab4EpyCM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6Ab4EpyCM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6Ab4EpyCM button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6Ab4EpyCM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v6Ab4EpyCM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6Ab4EpyCM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Ab4EpyCM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Ab4EpyCM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6Ab4EpyCM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Ab4EpyCM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6Ab4EpyCM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6Ab4EpyCM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Ab4EpyCM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6Ab4EpyCM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Ab4EpyCM .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-v6Ab4EpyCM .navbar {
    height: 70px;
  }
  .cid-v6Ab4EpyCM .navbar.opened {
    height: auto;
  }
  .cid-v6Ab4EpyCM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6Ab4EpyCM .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v6Ab4EpyCM .navbar-toggler {
  margin-left: 10px;
}
.cid-v6Ab4EpyCM .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-v6Ab4EpyCM .navbar-logo {
  margin-right: 0 !important;
}
.cid-v6Ab4EpyCM .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6Ab4EpyCM .mbr-text {
    display: none;
  }
}
.cid-v6Ab4EpyCM .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v6Ab4EpyCM .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v6Ab4EpyCM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v6Ab4EpyCM .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-v6Ab4EpyCM #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-v6Ab4EpyCM #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-v6Ab4EpyCM #vol {
    display: none;
  }
}
.cid-v6Ab4EpyCM .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v6Ab4EWZNM {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v6Ab4EWZNM .image-wrapper {
  position: relative;
}
.cid-v6Ab4EWZNM .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-v6Ab4EWZNM .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-v6Ab4EWZNM img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-v6Ab4EWZNM .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-v6Ab4EWZNM .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-v6Ab4EWZNM .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v6Ab4EWZNM a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v6Ab4EWZNM rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v6Ab4EWZNM .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v6Ab4EWZNM svg {
  margin-left: 15px;
}
.cid-v6Ab4EWZNM path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v6Ab4EWZNM .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v6Ab4EWZNM .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-v6Ab4EWZNM .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-v6Ab4EWZNM .wrapper {
  margin: auto;
}
.cid-v6Ab4F9r0G {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/anemone-sable-827x363.webp");
}
.cid-v6Ab4F9r0G .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-v6Ab4F9r0G .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v6Ab4F9r0G {
    align-items: flex-end;
  }
  .cid-v6Ab4F9r0G .row {
    justify-content: flex-start;
  }
  .cid-v6Ab4F9r0G .content-wrap {
    width: 57%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v6Ab4F9r0G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6Ab4F9r0G {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6Ab4F9r0G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v6Ab4F9r0G .content-wrap {
    width: 100%;
  }
}
.cid-v6Ab4F9r0G .mbr-section-title {
  color: #ffffff;
}
.cid-v6Ab4F9r0G .mbr-text,
.cid-v6Ab4F9r0G .mbr-section-btn {
  color: #ffffff;
}
.cid-v6Ab4Fkgtg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6Ab4Fkgtg .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6Ab4FtoBw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v6Ab4FtoBw img,
.cid-v6Ab4FtoBw .item-img {
  width: 100%;
}
.cid-v6Ab4FtoBw .item:focus,
.cid-v6Ab4FtoBw span:focus {
  outline: none;
}
.cid-v6Ab4FtoBw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6Ab4FtoBw .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6Ab4FtoBw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v6Ab4FtoBw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6Ab4FtoBw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v6Ab4FtoBw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v6Ab4FtoBw .btn-primary {
  margin: 0;
}
.cid-v6Ab4FtoBw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v6Ab4FtoBw .mbr-text,
.cid-v6Ab4FtoBw .mbr-section-btn {
  text-align: center;
}
.cid-v6Ab4FtoBw .mbr-text {
  margin-bottom: 0;
  color: white;
  text-align: left;
  line-height: 1.3em;
  font-size: 1.3em;
}
.cid-v6Ab4FtoBw .mbr-text em {
  color: #4479d9;
}
.cid-v6Ab4FtoBw .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-v6Ab4FtoBw .item-title {
  text-align: left;
  margin: 0;
  color: #4479d9;
}
.cid-v6Ab4FtoBw .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-v6Ab4FtoBw .content-margin {
  margin-top: 50px;
}
.cid-v6Ab4FtoBw .btnFiltre,
.cid-v6Ab4FtoBw .btnAffiche,
.cid-v6Ab4FtoBw .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-v6Ab4FtoBw .item-footer {
  padding: 0;
  margin: 0;
  display: block;
}
.cid-v6Ab4FtoBw .item-title DIV {
  text-align: left;
}
.cid-v6Ab4FtoBw .btn {
  vertical-align: unset;
}
.cid-v6Ab4FtoBw .btn:hover {
  background-color: #4a7bb5;
}
.cid-v6Ab4FtoBw .btn:focus {
  outline: none;
}
.cid-v6Ab4FtoBw .filter-buttons {
  text-align: center;
}
.cid-v6Ab4FtoBw .filter-btn.active,
.cid-v6Ab4FtoBw .grid-btn.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #0056b3 !important;
}
.cid-v6Ab4FtoBw .grid-btn {
  margin-right: 5px;
}
.cid-v6Ab4FtoBw img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.cid-v6Ab4FtoBw .fiche-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-v6Ab4FtoBw .fiche-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.cid-v6Ab4FtoBw .complet {
  background-color: black;
  text-align: center;
}
.cid-v6Ab4FtoBw .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-v6Ab4FtoBw .item-btn {
  display: block !important;
  visibility: visible !important;
}
.cid-v6Ab4FtoBw .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-v6Ab4FtoBw .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-v6Ab4FtoBw .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-v6Ab4FtoBw .fiche-item .tooltip:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-v6Ab4FtoBw .fiche-item,
.cid-v6Ab4FtoBw .fiche-item * {
  overflow: visible !important;
  opacity: 1 !important;
}
.cid-v6Ab4FtoBw .fiche-item .tooltip:not(:last-child)::after {
  content: ", ";
  color: #000;
}
.cid-v6Ab4FtoBw .fiche-item .mbr-text em {
  font-style: normal;
}
.cid-v6Ab4FtoBw .fiche-item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6Ab4FtoBw .fiche-item .item-content {
  flex-grow: 1;
}
.cid-v6Ab4FtoBw .fiche-item .item-footer,
.cid-v6Ab4FtoBw .fiche-item .mbr-section-btn {
  margin-top: auto;
}
.cid-v6Ab4FtoBw .filter-btn-month.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.cid-v6Ab4FELnb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6Ab4FELnb .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6Ab4FO5gl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6Ab4FO5gl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v6Ab4FO5gl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v6Ab4FO5gl .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v6Ab4FO5gl .bg-youtube:hover {
  background: #cc0000;
}
.cid-v6Ab4FO5gl .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v6Ab4FO5gl .bg-twitch:hover {
  background: #7313ff;
}
.cid-v6Ab4FO5gl .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-v6Ab4FO5gl [class^="socicon-"]:before,
.cid-v6Ab4FO5gl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6Ab4FO5gl .mbr-section-title,
.cid-v6Ab4FO5gl .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v6Ab4G6V0D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v6Ab4G6V0D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v6Ab4G6V0D .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v6Ab4G6V0D .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-v6Ab4G6V0D .form-control:focus,
.cid-v6Ab4G6V0D .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v6Ab4G6V0D .form-group {
  margin-bottom: 1rem;
}
.cid-v6Ab4G6V0D input::-webkit-input-placeholder,
.cid-v6Ab4G6V0D textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v6Ab4G6V0D input:-moz-placeholder,
.cid-v6Ab4G6V0D textarea:-moz-placeholder {
  color: #656565;
}
.cid-v6Ab4G6V0D .jq-selectbox li,
.cid-v6Ab4G6V0D .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6Ab4G6V0D .jq-selectbox li:hover,
.cid-v6Ab4G6V0D .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6Ab4G6V0D .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6Ab4G6V0D .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6Ab4G6V0D textarea.form-control {
  resize: none;
}
.cid-v6Ab4G6V0D .input-group-btn {
  display: inline-block;
}
.cid-v6Ab4G6V0D .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v6Ab4G6V0D .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6Ab4G6V0D .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v6Ab4G6V0D .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v6Ab4G6V0D .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v6Ab4G6V0D .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6Ab4G6V0D .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6Ab4G6V0D .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v6Ab4G6V0D .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v6Ab4G6V0D .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v6Ab4G6V0D .form-control,
.cid-v6Ab4G6V0D .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v6Ab4G6V0D #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6Ab4G6V0D #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6Ab4G6V0D #creativecommons img,
.cid-v6Ab4G6V0D iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6Ab4G6V0D .offset-md-1 {
  margin-left: 1vw;
}
.cid-v6Ab4GnL9H.popup-builder {
  background-color: #ffffff;
}
.cid-v6Ab4GnL9H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6Ab4GnL9H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6Ab4GnL9H .modal-content,
.cid-v6Ab4GnL9H .modal-dialog {
  height: auto;
}
.cid-v6Ab4GnL9H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6Ab4GnL9H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6Ab4GnL9H .form-wrapper .mbr-form .form-group,
  .cid-v6Ab4GnL9H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6Ab4GnL9H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6Ab4GnL9H .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-v6Ab4GnL9H .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6Ab4GnL9H .pt-0 {
  padding-top: 0 !important;
}
.cid-v6Ab4GnL9H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6Ab4GnL9H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6Ab4GnL9H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6Ab4GnL9H .modal-open {
  overflow: hidden;
}
.cid-v6Ab4GnL9H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6Ab4GnL9H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6Ab4GnL9H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6Ab4GnL9H .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-v6Ab4GnL9H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6Ab4GnL9H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6Ab4GnL9H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6Ab4GnL9H .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-v6Ab4GnL9H .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6Ab4GnL9H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6Ab4GnL9H .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6Ab4GnL9H .modal-backdrop.show {
  opacity: .5;
}
.cid-v6Ab4GnL9H .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-v6Ab4GnL9H .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6Ab4GnL9H .modal-header {
    padding: 1rem;
  }
}
.cid-v6Ab4GnL9H .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6Ab4GnL9H .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6Ab4GnL9H .modal-header .close:hover {
  opacity: 1;
}
.cid-v6Ab4GnL9H .modal-header .close:focus {
  outline: none;
}
.cid-v6Ab4GnL9H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6Ab4GnL9H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6Ab4GnL9H .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6Ab4GnL9H .modal-body {
    padding: 1rem;
  }
}
.cid-v6Ab4GnL9H .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-v6Ab4GnL9H .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6Ab4GnL9H .modal-footer {
    padding: 1rem;
  }
}
.cid-v6Ab4GnL9H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6Ab4GnL9H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6Ab4GnL9H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6Ab4GnL9H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6Ab4GnL9H .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6Ab4GnL9H .modal-lg,
  .cid-v6Ab4GnL9H .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6Ab4GnL9H .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6Ab4GnL9H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6Ab4GnL9H .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-v6Ab4GnL9H .form-group {
  margin-bottom: 1rem;
}
.cid-v6Ab4GnL9H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6Ab4GnL9H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6Ab4GnL9H .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-v6Ab4GnL9H .mbr-section-btn {
  margin: 0;
}
.cid-v6Ab4GnL9H .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6AbSnaTib {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6AbSnaTib nav.navbar {
  position: fixed;
}
.cid-v6AbSnaTib .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-v6AbSnaTib .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6AbSnaTib .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v6AbSnaTib #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v6AbSnaTib .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v6AbSnaTib .dropdown-item:hover,
.cid-v6AbSnaTib .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v6AbSnaTib .dropdown-item:hover span {
  color: white;
}
.cid-v6AbSnaTib .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6AbSnaTib .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6AbSnaTib .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v6AbSnaTib .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6AbSnaTib .nav-link {
  position: relative;
}
.cid-v6AbSnaTib .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v6AbSnaTib .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v6AbSnaTib .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v6AbSnaTib .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v6AbSnaTib .dropdown-menu,
.cid-v6AbSnaTib .navbar.opened {
  background: #353535 !important;
}
.cid-v6AbSnaTib .nav-item:focus,
.cid-v6AbSnaTib .nav-link:focus {
  outline: none;
}
.cid-v6AbSnaTib .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6AbSnaTib .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6AbSnaTib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6AbSnaTib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6AbSnaTib .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6AbSnaTib .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6AbSnaTib .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-v6AbSnaTib .navbar.opened {
  transition: all 0.3s;
}
.cid-v6AbSnaTib .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6AbSnaTib .navbar .navbar-logo img {
  width: auto;
}
.cid-v6AbSnaTib .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6AbSnaTib .navbar.collapsed {
  justify-content: center;
}
.cid-v6AbSnaTib .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6AbSnaTib .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6AbSnaTib .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6AbSnaTib .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6AbSnaTib .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-v6AbSnaTib .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6AbSnaTib .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6AbSnaTib .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6AbSnaTib .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6AbSnaTib .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6AbSnaTib .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6AbSnaTib .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6AbSnaTib .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-v6AbSnaTib .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6AbSnaTib .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6AbSnaTib .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6AbSnaTib .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6AbSnaTib .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6AbSnaTib .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-v6AbSnaTib .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6AbSnaTib .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6AbSnaTib .dropdown-item.active,
.cid-v6AbSnaTib .dropdown-item:active {
  background-color: transparent;
}
.cid-v6AbSnaTib .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6AbSnaTib .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6AbSnaTib .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6AbSnaTib .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6AbSnaTib .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6AbSnaTib .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6AbSnaTib ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6AbSnaTib .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6AbSnaTib button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6AbSnaTib button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v6AbSnaTib button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6AbSnaTib button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6AbSnaTib button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6AbSnaTib button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6AbSnaTib nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6AbSnaTib nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6AbSnaTib nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6AbSnaTib nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6AbSnaTib .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6AbSnaTib a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6AbSnaTib .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-v6AbSnaTib .navbar {
    height: 70px;
  }
  .cid-v6AbSnaTib .navbar.opened {
    height: auto;
  }
  .cid-v6AbSnaTib .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6AbSnaTib .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v6AbSnaTib .navbar-toggler {
  margin-left: 10px;
}
.cid-v6AbSnaTib .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-v6AbSnaTib .navbar-logo {
  margin-right: 0 !important;
}
.cid-v6AbSnaTib .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6AbSnaTib .mbr-text {
    display: none;
  }
}
.cid-v6AbSnaTib .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v6AbSnaTib .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v6AbSnaTib .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v6AbSnaTib .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-v6AbSnaTib #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-v6AbSnaTib #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-v6AbSnaTib #vol {
    display: none;
  }
}
.cid-v6AbSnaTib .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v6AbSnG3Cp {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v6AbSnG3Cp .image-wrapper {
  position: relative;
}
.cid-v6AbSnG3Cp .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-v6AbSnG3Cp .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-v6AbSnG3Cp img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-v6AbSnG3Cp .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-v6AbSnG3Cp .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-v6AbSnG3Cp .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v6AbSnG3Cp a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v6AbSnG3Cp rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v6AbSnG3Cp .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v6AbSnG3Cp svg {
  margin-left: 15px;
}
.cid-v6AbSnG3Cp path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v6AbSnG3Cp .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v6AbSnG3Cp .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-v6AbSnG3Cp .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-v6AbSnG3Cp .wrapper {
  margin: auto;
}
.cid-v6AbSnTB7c {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/posidonies-copy-827x363.webp");
}
.cid-v6AbSnTB7c .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-v6AbSnTB7c .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v6AbSnTB7c {
    align-items: flex-end;
  }
  .cid-v6AbSnTB7c .row {
    justify-content: flex-start;
  }
  .cid-v6AbSnTB7c .content-wrap {
    width: 57%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v6AbSnTB7c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6AbSnTB7c {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6AbSnTB7c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v6AbSnTB7c .content-wrap {
    width: 100%;
  }
}
.cid-v6AbSnTB7c .mbr-section-title {
  color: #ffffff;
}
.cid-v6AbSnTB7c .mbr-text,
.cid-v6AbSnTB7c .mbr-section-btn {
  color: #ffffff;
}
.cid-v6AbSo6iVD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6AbSo6iVD .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6AbSoexcm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v6AbSoexcm img,
.cid-v6AbSoexcm .item-img {
  width: 100%;
}
.cid-v6AbSoexcm .item:focus,
.cid-v6AbSoexcm span:focus {
  outline: none;
}
.cid-v6AbSoexcm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6AbSoexcm .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6AbSoexcm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v6AbSoexcm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AbSoexcm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v6AbSoexcm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v6AbSoexcm .btn-primary {
  margin: 0;
}
.cid-v6AbSoexcm .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v6AbSoexcm .mbr-text,
.cid-v6AbSoexcm .mbr-section-btn {
  text-align: center;
}
.cid-v6AbSoexcm .mbr-text {
  margin-bottom: 0;
  color: white;
  text-align: left;
  line-height: 1.3em;
  font-size: 1.3em;
}
.cid-v6AbSoexcm .mbr-text em {
  color: #4479d9;
}
.cid-v6AbSoexcm .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-v6AbSoexcm .item-title {
  text-align: left;
  margin: 0;
  color: #4479d9;
}
.cid-v6AbSoexcm .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-v6AbSoexcm .content-margin {
  margin-top: 50px;
}
.cid-v6AbSoexcm .btnFiltre,
.cid-v6AbSoexcm .btnAffiche,
.cid-v6AbSoexcm .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-v6AbSoexcm .item-footer {
  padding: 0;
  margin: 0;
  display: block;
}
.cid-v6AbSoexcm .item-title DIV {
  text-align: left;
}
.cid-v6AbSoexcm .btn {
  vertical-align: unset;
}
.cid-v6AbSoexcm .btn:hover {
  background-color: #4a7bb5;
}
.cid-v6AbSoexcm .btn:focus {
  outline: none;
}
.cid-v6AbSoexcm .filter-buttons {
  text-align: center;
}
.cid-v6AbSoexcm .filter-btn.active,
.cid-v6AbSoexcm .grid-btn.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #0056b3 !important;
}
.cid-v6AbSoexcm .grid-btn {
  margin-right: 5px;
}
.cid-v6AbSoexcm img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.cid-v6AbSoexcm .fiche-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-v6AbSoexcm .fiche-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.cid-v6AbSoexcm .complet {
  background-color: black;
  text-align: center;
}
.cid-v6AbSoexcm .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-v6AbSoexcm .item-btn {
  display: block !important;
  visibility: visible !important;
}
.cid-v6AbSoexcm .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-v6AbSoexcm .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-v6AbSoexcm .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-v6AbSoexcm .fiche-item .tooltip:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-v6AbSoexcm .fiche-item,
.cid-v6AbSoexcm .fiche-item * {
  overflow: visible !important;
  opacity: 1 !important;
}
.cid-v6AbSoexcm .fiche-item .tooltip:not(:last-child)::after {
  content: ", ";
  color: #000;
}
.cid-v6AbSoexcm .fiche-item .mbr-text em {
  font-style: normal;
}
.cid-v6AbSoexcm .fiche-item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6AbSoexcm .fiche-item .item-content {
  flex-grow: 1;
}
.cid-v6AbSoexcm .fiche-item .item-footer,
.cid-v6AbSoexcm .fiche-item .mbr-section-btn {
  margin-top: auto;
}
.cid-v6AbSoexcm .filter-btn-month.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.cid-v6AbSoqTZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6AbSoqTZW .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6AbSoBeiY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6AbSoBeiY .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v6AbSoBeiY .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v6AbSoBeiY .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v6AbSoBeiY .bg-youtube:hover {
  background: #cc0000;
}
.cid-v6AbSoBeiY .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v6AbSoBeiY .bg-twitch:hover {
  background: #7313ff;
}
.cid-v6AbSoBeiY .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-v6AbSoBeiY [class^="socicon-"]:before,
.cid-v6AbSoBeiY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6AbSoBeiY .mbr-section-title,
.cid-v6AbSoBeiY .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v6AbSoSByw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v6AbSoSByw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v6AbSoSByw .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v6AbSoSByw .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-v6AbSoSByw .form-control:focus,
.cid-v6AbSoSByw .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v6AbSoSByw .form-group {
  margin-bottom: 1rem;
}
.cid-v6AbSoSByw input::-webkit-input-placeholder,
.cid-v6AbSoSByw textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v6AbSoSByw input:-moz-placeholder,
.cid-v6AbSoSByw textarea:-moz-placeholder {
  color: #656565;
}
.cid-v6AbSoSByw .jq-selectbox li,
.cid-v6AbSoSByw .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6AbSoSByw .jq-selectbox li:hover,
.cid-v6AbSoSByw .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6AbSoSByw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6AbSoSByw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6AbSoSByw textarea.form-control {
  resize: none;
}
.cid-v6AbSoSByw .input-group-btn {
  display: inline-block;
}
.cid-v6AbSoSByw .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v6AbSoSByw .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6AbSoSByw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v6AbSoSByw .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v6AbSoSByw .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v6AbSoSByw .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6AbSoSByw .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6AbSoSByw .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v6AbSoSByw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v6AbSoSByw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v6AbSoSByw .form-control,
.cid-v6AbSoSByw .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v6AbSoSByw #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6AbSoSByw #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6AbSoSByw #creativecommons img,
.cid-v6AbSoSByw iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6AbSoSByw .offset-md-1 {
  margin-left: 1vw;
}
.cid-v6AbSpblE3.popup-builder {
  background-color: #ffffff;
}
.cid-v6AbSpblE3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6AbSpblE3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6AbSpblE3 .modal-content,
.cid-v6AbSpblE3 .modal-dialog {
  height: auto;
}
.cid-v6AbSpblE3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6AbSpblE3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6AbSpblE3 .form-wrapper .mbr-form .form-group,
  .cid-v6AbSpblE3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6AbSpblE3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6AbSpblE3 .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-v6AbSpblE3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6AbSpblE3 .pt-0 {
  padding-top: 0 !important;
}
.cid-v6AbSpblE3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6AbSpblE3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6AbSpblE3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6AbSpblE3 .modal-open {
  overflow: hidden;
}
.cid-v6AbSpblE3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6AbSpblE3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6AbSpblE3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6AbSpblE3 .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-v6AbSpblE3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6AbSpblE3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6AbSpblE3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6AbSpblE3 .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-v6AbSpblE3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6AbSpblE3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6AbSpblE3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6AbSpblE3 .modal-backdrop.show {
  opacity: .5;
}
.cid-v6AbSpblE3 .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-v6AbSpblE3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AbSpblE3 .modal-header {
    padding: 1rem;
  }
}
.cid-v6AbSpblE3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6AbSpblE3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6AbSpblE3 .modal-header .close:hover {
  opacity: 1;
}
.cid-v6AbSpblE3 .modal-header .close:focus {
  outline: none;
}
.cid-v6AbSpblE3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6AbSpblE3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6AbSpblE3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AbSpblE3 .modal-body {
    padding: 1rem;
  }
}
.cid-v6AbSpblE3 .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-v6AbSpblE3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AbSpblE3 .modal-footer {
    padding: 1rem;
  }
}
.cid-v6AbSpblE3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6AbSpblE3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6AbSpblE3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6AbSpblE3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6AbSpblE3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6AbSpblE3 .modal-lg,
  .cid-v6AbSpblE3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6AbSpblE3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6AbSpblE3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6AbSpblE3 .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-v6AbSpblE3 .form-group {
  margin-bottom: 1rem;
}
.cid-v6AbSpblE3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6AbSpblE3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6AbSpblE3 .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-v6AbSpblE3 .mbr-section-btn {
  margin: 0;
}
.cid-v6AbSpblE3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6AeA9omRS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6AeA9omRS nav.navbar {
  position: fixed;
}
.cid-v6AeA9omRS .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-v6AeA9omRS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6AeA9omRS .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v6AeA9omRS #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v6AeA9omRS .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v6AeA9omRS .dropdown-item:hover,
.cid-v6AeA9omRS .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v6AeA9omRS .dropdown-item:hover span {
  color: white;
}
.cid-v6AeA9omRS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6AeA9omRS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6AeA9omRS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v6AeA9omRS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6AeA9omRS .nav-link {
  position: relative;
}
.cid-v6AeA9omRS .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v6AeA9omRS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v6AeA9omRS .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v6AeA9omRS .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v6AeA9omRS .dropdown-menu,
.cid-v6AeA9omRS .navbar.opened {
  background: #353535 !important;
}
.cid-v6AeA9omRS .nav-item:focus,
.cid-v6AeA9omRS .nav-link:focus {
  outline: none;
}
.cid-v6AeA9omRS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6AeA9omRS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6AeA9omRS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6AeA9omRS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6AeA9omRS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6AeA9omRS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6AeA9omRS .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-v6AeA9omRS .navbar.opened {
  transition: all 0.3s;
}
.cid-v6AeA9omRS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6AeA9omRS .navbar .navbar-logo img {
  width: auto;
}
.cid-v6AeA9omRS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6AeA9omRS .navbar.collapsed {
  justify-content: center;
}
.cid-v6AeA9omRS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6AeA9omRS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6AeA9omRS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6AeA9omRS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6AeA9omRS .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-v6AeA9omRS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6AeA9omRS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6AeA9omRS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6AeA9omRS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6AeA9omRS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6AeA9omRS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6AeA9omRS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6AeA9omRS .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-v6AeA9omRS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6AeA9omRS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6AeA9omRS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6AeA9omRS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6AeA9omRS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6AeA9omRS .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-v6AeA9omRS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6AeA9omRS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6AeA9omRS .dropdown-item.active,
.cid-v6AeA9omRS .dropdown-item:active {
  background-color: transparent;
}
.cid-v6AeA9omRS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6AeA9omRS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6AeA9omRS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6AeA9omRS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6AeA9omRS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6AeA9omRS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6AeA9omRS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6AeA9omRS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6AeA9omRS button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6AeA9omRS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v6AeA9omRS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6AeA9omRS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6AeA9omRS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6AeA9omRS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6AeA9omRS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6AeA9omRS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6AeA9omRS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6AeA9omRS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6AeA9omRS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6AeA9omRS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6AeA9omRS .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-v6AeA9omRS .navbar {
    height: 70px;
  }
  .cid-v6AeA9omRS .navbar.opened {
    height: auto;
  }
  .cid-v6AeA9omRS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6AeA9omRS .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v6AeA9omRS .navbar-toggler {
  margin-left: 10px;
}
.cid-v6AeA9omRS .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-v6AeA9omRS .navbar-logo {
  margin-right: 0 !important;
}
.cid-v6AeA9omRS .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6AeA9omRS .mbr-text {
    display: none;
  }
}
.cid-v6AeA9omRS .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v6AeA9omRS .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v6AeA9omRS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v6AeA9omRS .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-v6AeA9omRS #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-v6AeA9omRS #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-v6AeA9omRS #vol {
    display: none;
  }
}
.cid-v6AeA9omRS .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v6AeAajvQZ {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v6AeAajvQZ .image-wrapper {
  position: relative;
}
.cid-v6AeAajvQZ .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-v6AeAajvQZ .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-v6AeAajvQZ img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-v6AeAajvQZ .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-v6AeAajvQZ .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-v6AeAajvQZ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v6AeAajvQZ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v6AeAajvQZ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v6AeAajvQZ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v6AeAajvQZ svg {
  margin-left: 15px;
}
.cid-v6AeAajvQZ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v6AeAajvQZ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v6AeAajvQZ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-v6AeAajvQZ .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-v6AeAajvQZ .wrapper {
  margin: auto;
}
.cid-v6AeKauNZI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v6AeKauNZI .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-v6AeKauNZI .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-v6AeKauNZI .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-v6AeKauNZI .col-12 {
    padding: 0 2rem;
  }
  .cid-v6AeKauNZI .row {
    margin: 0 -2rem;
  }
}
.cid-v6AeKauNZI .mbr-text,
.cid-v6AeKauNZI .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v6AeKauNZI .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-v6AhWSECSp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6AhWSECSp .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6AeAaRXN1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v6AeAaRXN1 img,
.cid-v6AeAaRXN1 .item-img {
  width: 100%;
}
.cid-v6AeAaRXN1 .item:focus,
.cid-v6AeAaRXN1 span:focus {
  outline: none;
}
.cid-v6AeAaRXN1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6AeAaRXN1 .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6AeAaRXN1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v6AeAaRXN1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AeAaRXN1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v6AeAaRXN1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v6AeAaRXN1 .btn-primary {
  margin: 0;
}
.cid-v6AeAaRXN1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v6AeAaRXN1 .mbr-text,
.cid-v6AeAaRXN1 .mbr-section-btn {
  text-align: center;
}
.cid-v6AeAaRXN1 .mbr-text {
  margin-bottom: 0;
  color: white;
  text-align: left;
  line-height: 1.3em;
  font-size: 1.3em;
}
.cid-v6AeAaRXN1 .mbr-text em {
  color: #4479d9;
}
.cid-v6AeAaRXN1 .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-v6AeAaRXN1 .item-title {
  text-align: left;
  margin: 0;
  color: #4479d9;
}
.cid-v6AeAaRXN1 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-v6AeAaRXN1 .content-margin {
  margin-top: 50px;
}
.cid-v6AeAaRXN1 .btnFiltre,
.cid-v6AeAaRXN1 .btnAffiche,
.cid-v6AeAaRXN1 .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-v6AeAaRXN1 .item-footer {
  padding: 0;
  margin: 0;
  display: block;
}
.cid-v6AeAaRXN1 .item-title DIV {
  text-align: left;
}
.cid-v6AeAaRXN1 .btn {
  vertical-align: unset;
}
.cid-v6AeAaRXN1 .btn:hover {
  background-color: #4a7bb5;
}
.cid-v6AeAaRXN1 .btn:focus {
  outline: none;
}
.cid-v6AeAaRXN1 .filter-buttons {
  text-align: center;
}
.cid-v6AeAaRXN1 .filter-btn.active,
.cid-v6AeAaRXN1 .grid-btn.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #0056b3 !important;
}
.cid-v6AeAaRXN1 .grid-btn {
  margin-right: 5px;
}
.cid-v6AeAaRXN1 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.cid-v6AeAaRXN1 .fiche-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-v6AeAaRXN1 .fiche-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.cid-v6AeAaRXN1 .complet {
  background-color: black;
  text-align: center;
}
.cid-v6AeAaRXN1 .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-v6AeAaRXN1 .item-btn {
  display: block !important;
  visibility: visible !important;
}
.cid-v6AeAaRXN1 .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-v6AeAaRXN1 .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-v6AeAaRXN1 .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-v6AeAaRXN1 .fiche-item .tooltip:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-v6AeAaRXN1 .fiche-item,
.cid-v6AeAaRXN1 .fiche-item * {
  overflow: visible !important;
  opacity: 1 !important;
}
.cid-v6AeAaRXN1 .fiche-item .tooltip:not(:last-child)::after {
  content: ", ";
  color: #000;
}
.cid-v6AeAaRXN1 .fiche-item .mbr-text em {
  font-style: normal;
}
.cid-v6AeAaRXN1 .fiche-item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6AeAaRXN1 .fiche-item .item-content {
  flex-grow: 1;
}
.cid-v6AeAaRXN1 .fiche-item .item-footer,
.cid-v6AeAaRXN1 .fiche-item .mbr-section-btn {
  margin-top: auto;
}
.cid-v6AeAaRXN1 .filter-btn-month.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.cid-v6AeAb2YKG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6AeAb2YKG .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6AeAbcLAO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6AeAbcLAO .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v6AeAbcLAO .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v6AeAbcLAO .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v6AeAbcLAO .bg-youtube:hover {
  background: #cc0000;
}
.cid-v6AeAbcLAO .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v6AeAbcLAO .bg-twitch:hover {
  background: #7313ff;
}
.cid-v6AeAbcLAO .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-v6AeAbcLAO [class^="socicon-"]:before,
.cid-v6AeAbcLAO [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6AeAbcLAO .mbr-section-title,
.cid-v6AeAbcLAO .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v6AeAbuCi9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v6AeAbuCi9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v6AeAbuCi9 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v6AeAbuCi9 .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-v6AeAbuCi9 .form-control:focus,
.cid-v6AeAbuCi9 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v6AeAbuCi9 .form-group {
  margin-bottom: 1rem;
}
.cid-v6AeAbuCi9 input::-webkit-input-placeholder,
.cid-v6AeAbuCi9 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v6AeAbuCi9 input:-moz-placeholder,
.cid-v6AeAbuCi9 textarea:-moz-placeholder {
  color: #656565;
}
.cid-v6AeAbuCi9 .jq-selectbox li,
.cid-v6AeAbuCi9 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6AeAbuCi9 .jq-selectbox li:hover,
.cid-v6AeAbuCi9 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6AeAbuCi9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6AeAbuCi9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6AeAbuCi9 textarea.form-control {
  resize: none;
}
.cid-v6AeAbuCi9 .input-group-btn {
  display: inline-block;
}
.cid-v6AeAbuCi9 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v6AeAbuCi9 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6AeAbuCi9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v6AeAbuCi9 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v6AeAbuCi9 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v6AeAbuCi9 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6AeAbuCi9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6AeAbuCi9 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v6AeAbuCi9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v6AeAbuCi9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v6AeAbuCi9 .form-control,
.cid-v6AeAbuCi9 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v6AeAbuCi9 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6AeAbuCi9 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6AeAbuCi9 #creativecommons img,
.cid-v6AeAbuCi9 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6AeAbuCi9 .offset-md-1 {
  margin-left: 1vw;
}
.cid-v6AeAbK5Dn.popup-builder {
  background-color: #ffffff;
}
.cid-v6AeAbK5Dn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6AeAbK5Dn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6AeAbK5Dn .modal-content,
.cid-v6AeAbK5Dn .modal-dialog {
  height: auto;
}
.cid-v6AeAbK5Dn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6AeAbK5Dn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6AeAbK5Dn .form-wrapper .mbr-form .form-group,
  .cid-v6AeAbK5Dn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6AeAbK5Dn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6AeAbK5Dn .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-v6AeAbK5Dn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6AeAbK5Dn .pt-0 {
  padding-top: 0 !important;
}
.cid-v6AeAbK5Dn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6AeAbK5Dn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6AeAbK5Dn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6AeAbK5Dn .modal-open {
  overflow: hidden;
}
.cid-v6AeAbK5Dn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6AeAbK5Dn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6AeAbK5Dn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6AeAbK5Dn .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-v6AeAbK5Dn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6AeAbK5Dn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6AeAbK5Dn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6AeAbK5Dn .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-v6AeAbK5Dn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6AeAbK5Dn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6AeAbK5Dn .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6AeAbK5Dn .modal-backdrop.show {
  opacity: .5;
}
.cid-v6AeAbK5Dn .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-v6AeAbK5Dn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AeAbK5Dn .modal-header {
    padding: 1rem;
  }
}
.cid-v6AeAbK5Dn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6AeAbK5Dn .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6AeAbK5Dn .modal-header .close:hover {
  opacity: 1;
}
.cid-v6AeAbK5Dn .modal-header .close:focus {
  outline: none;
}
.cid-v6AeAbK5Dn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6AeAbK5Dn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6AeAbK5Dn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AeAbK5Dn .modal-body {
    padding: 1rem;
  }
}
.cid-v6AeAbK5Dn .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-v6AeAbK5Dn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AeAbK5Dn .modal-footer {
    padding: 1rem;
  }
}
.cid-v6AeAbK5Dn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6AeAbK5Dn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6AeAbK5Dn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6AeAbK5Dn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6AeAbK5Dn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6AeAbK5Dn .modal-lg,
  .cid-v6AeAbK5Dn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6AeAbK5Dn .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6AeAbK5Dn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6AeAbK5Dn .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-v6AeAbK5Dn .form-group {
  margin-bottom: 1rem;
}
.cid-v6AeAbK5Dn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6AeAbK5Dn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6AeAbK5Dn .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-v6AeAbK5Dn .mbr-section-btn {
  margin: 0;
}
.cid-v6AeAbK5Dn .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6AjAwn897 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6AjAwn897 nav.navbar {
  position: fixed;
}
.cid-v6AjAwn897 .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-v6AjAwn897 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6AjAwn897 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v6AjAwn897 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v6AjAwn897 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v6AjAwn897 .dropdown-item:hover,
.cid-v6AjAwn897 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v6AjAwn897 .dropdown-item:hover span {
  color: white;
}
.cid-v6AjAwn897 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6AjAwn897 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6AjAwn897 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v6AjAwn897 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6AjAwn897 .nav-link {
  position: relative;
}
.cid-v6AjAwn897 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v6AjAwn897 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v6AjAwn897 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v6AjAwn897 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v6AjAwn897 .dropdown-menu,
.cid-v6AjAwn897 .navbar.opened {
  background: #353535 !important;
}
.cid-v6AjAwn897 .nav-item:focus,
.cid-v6AjAwn897 .nav-link:focus {
  outline: none;
}
.cid-v6AjAwn897 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6AjAwn897 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6AjAwn897 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6AjAwn897 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6AjAwn897 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6AjAwn897 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6AjAwn897 .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-v6AjAwn897 .navbar.opened {
  transition: all 0.3s;
}
.cid-v6AjAwn897 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6AjAwn897 .navbar .navbar-logo img {
  width: auto;
}
.cid-v6AjAwn897 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6AjAwn897 .navbar.collapsed {
  justify-content: center;
}
.cid-v6AjAwn897 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6AjAwn897 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6AjAwn897 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6AjAwn897 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6AjAwn897 .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-v6AjAwn897 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6AjAwn897 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6AjAwn897 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6AjAwn897 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6AjAwn897 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6AjAwn897 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6AjAwn897 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6AjAwn897 .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-v6AjAwn897 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6AjAwn897 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6AjAwn897 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6AjAwn897 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6AjAwn897 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6AjAwn897 .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-v6AjAwn897 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6AjAwn897 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6AjAwn897 .dropdown-item.active,
.cid-v6AjAwn897 .dropdown-item:active {
  background-color: transparent;
}
.cid-v6AjAwn897 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6AjAwn897 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6AjAwn897 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6AjAwn897 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6AjAwn897 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6AjAwn897 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6AjAwn897 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6AjAwn897 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6AjAwn897 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6AjAwn897 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v6AjAwn897 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6AjAwn897 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6AjAwn897 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6AjAwn897 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6AjAwn897 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6AjAwn897 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6AjAwn897 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6AjAwn897 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6AjAwn897 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6AjAwn897 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6AjAwn897 .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-v6AjAwn897 .navbar {
    height: 70px;
  }
  .cid-v6AjAwn897 .navbar.opened {
    height: auto;
  }
  .cid-v6AjAwn897 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6AjAwn897 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v6AjAwn897 .navbar-toggler {
  margin-left: 10px;
}
.cid-v6AjAwn897 .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-v6AjAwn897 .navbar-logo {
  margin-right: 0 !important;
}
.cid-v6AjAwn897 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6AjAwn897 .mbr-text {
    display: none;
  }
}
.cid-v6AjAwn897 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v6AjAwn897 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v6AjAwn897 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v6AjAwn897 .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-v6AjAwn897 #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-v6AjAwn897 #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-v6AjAwn897 #vol {
    display: none;
  }
}
.cid-v6AjAwn897 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v6AjAwXAd3 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v6AjAwXAd3 .image-wrapper {
  position: relative;
}
.cid-v6AjAwXAd3 .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-v6AjAwXAd3 .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-v6AjAwXAd3 img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-v6AjAwXAd3 .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-v6AjAwXAd3 .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-v6AjAwXAd3 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v6AjAwXAd3 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v6AjAwXAd3 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v6AjAwXAd3 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v6AjAwXAd3 svg {
  margin-left: 15px;
}
.cid-v6AjAwXAd3 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v6AjAwXAd3 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v6AjAwXAd3 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-v6AjAwXAd3 .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-v6AjAwXAd3 .wrapper {
  margin: auto;
}
.cid-v6AjAxbWjV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v6AjAxbWjV .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-v6AjAxbWjV .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-v6AjAxbWjV .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-v6AjAxbWjV .col-12 {
    padding: 0 2rem;
  }
  .cid-v6AjAxbWjV .row {
    margin: 0 -2rem;
  }
}
.cid-v6AjAxbWjV .mbr-text,
.cid-v6AjAxbWjV .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v6AjAxbWjV .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-v6AjAxsFit {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6AjAxsFit .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6AjAxDBp8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v6AjAxDBp8 img,
.cid-v6AjAxDBp8 .item-img {
  width: 100%;
}
.cid-v6AjAxDBp8 .item:focus,
.cid-v6AjAxDBp8 span:focus {
  outline: none;
}
.cid-v6AjAxDBp8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6AjAxDBp8 .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6AjAxDBp8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v6AjAxDBp8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AjAxDBp8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v6AjAxDBp8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v6AjAxDBp8 .btn-primary {
  margin: 0;
}
.cid-v6AjAxDBp8 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v6AjAxDBp8 .mbr-text,
.cid-v6AjAxDBp8 .mbr-section-btn {
  text-align: center;
}
.cid-v6AjAxDBp8 .mbr-text {
  margin-bottom: 0;
  color: white;
  text-align: left;
  line-height: 1.3em;
  font-size: 1.3em;
}
.cid-v6AjAxDBp8 .mbr-text em {
  color: #4479d9;
}
.cid-v6AjAxDBp8 .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-v6AjAxDBp8 .item-title {
  text-align: left;
  margin: 0;
  color: #4479d9;
}
.cid-v6AjAxDBp8 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-v6AjAxDBp8 .content-margin {
  margin-top: 50px;
}
.cid-v6AjAxDBp8 .btnFiltre,
.cid-v6AjAxDBp8 .btnAffiche,
.cid-v6AjAxDBp8 .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-v6AjAxDBp8 .item-footer {
  padding: 0;
  margin: 0;
  display: block;
}
.cid-v6AjAxDBp8 .item-title DIV {
  text-align: left;
}
.cid-v6AjAxDBp8 .btn {
  vertical-align: unset;
}
.cid-v6AjAxDBp8 .btn:hover {
  background-color: #4a7bb5;
}
.cid-v6AjAxDBp8 .btn:focus {
  outline: none;
}
.cid-v6AjAxDBp8 .filter-buttons {
  text-align: center;
}
.cid-v6AjAxDBp8 .filter-btn.active,
.cid-v6AjAxDBp8 .grid-btn.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #0056b3 !important;
}
.cid-v6AjAxDBp8 .grid-btn {
  margin-right: 5px;
}
.cid-v6AjAxDBp8 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.cid-v6AjAxDBp8 .fiche-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-v6AjAxDBp8 .fiche-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.cid-v6AjAxDBp8 .complet {
  background-color: black;
  text-align: center;
}
.cid-v6AjAxDBp8 .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-v6AjAxDBp8 .item-btn {
  display: block !important;
  visibility: visible !important;
}
.cid-v6AjAxDBp8 .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-v6AjAxDBp8 .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-v6AjAxDBp8 .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-v6AjAxDBp8 .fiche-item .tooltip:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-v6AjAxDBp8 .fiche-item,
.cid-v6AjAxDBp8 .fiche-item * {
  overflow: visible !important;
  opacity: 1 !important;
}
.cid-v6AjAxDBp8 .fiche-item .tooltip:not(:last-child)::after {
  content: ", ";
  color: #000;
}
.cid-v6AjAxDBp8 .fiche-item .mbr-text em {
  font-style: normal;
}
.cid-v6AjAxDBp8 .fiche-item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6AjAxDBp8 .fiche-item .item-content {
  flex-grow: 1;
}
.cid-v6AjAxDBp8 .fiche-item .item-footer,
.cid-v6AjAxDBp8 .fiche-item .mbr-section-btn {
  margin-top: auto;
}
.cid-v6AjAxDBp8 .filter-btn-month.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.cid-v6AjAxQPDi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6AjAxQPDi .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6AjAy0XFL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6AjAy0XFL .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v6AjAy0XFL .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v6AjAy0XFL .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v6AjAy0XFL .bg-youtube:hover {
  background: #cc0000;
}
.cid-v6AjAy0XFL .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v6AjAy0XFL .bg-twitch:hover {
  background: #7313ff;
}
.cid-v6AjAy0XFL .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-v6AjAy0XFL [class^="socicon-"]:before,
.cid-v6AjAy0XFL [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6AjAy0XFL .mbr-section-title,
.cid-v6AjAy0XFL .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v6AjAygbdq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v6AjAygbdq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v6AjAygbdq .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v6AjAygbdq .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-v6AjAygbdq .form-control:focus,
.cid-v6AjAygbdq .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v6AjAygbdq .form-group {
  margin-bottom: 1rem;
}
.cid-v6AjAygbdq input::-webkit-input-placeholder,
.cid-v6AjAygbdq textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v6AjAygbdq input:-moz-placeholder,
.cid-v6AjAygbdq textarea:-moz-placeholder {
  color: #656565;
}
.cid-v6AjAygbdq .jq-selectbox li,
.cid-v6AjAygbdq .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6AjAygbdq .jq-selectbox li:hover,
.cid-v6AjAygbdq .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6AjAygbdq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6AjAygbdq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6AjAygbdq textarea.form-control {
  resize: none;
}
.cid-v6AjAygbdq .input-group-btn {
  display: inline-block;
}
.cid-v6AjAygbdq .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v6AjAygbdq .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6AjAygbdq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v6AjAygbdq .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v6AjAygbdq .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v6AjAygbdq .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6AjAygbdq .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6AjAygbdq .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v6AjAygbdq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v6AjAygbdq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v6AjAygbdq .form-control,
.cid-v6AjAygbdq .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v6AjAygbdq #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6AjAygbdq #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6AjAygbdq #creativecommons img,
.cid-v6AjAygbdq iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6AjAygbdq .offset-md-1 {
  margin-left: 1vw;
}
.cid-v6AjAyzGPh.popup-builder {
  background-color: #ffffff;
}
.cid-v6AjAyzGPh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6AjAyzGPh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6AjAyzGPh .modal-content,
.cid-v6AjAyzGPh .modal-dialog {
  height: auto;
}
.cid-v6AjAyzGPh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6AjAyzGPh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6AjAyzGPh .form-wrapper .mbr-form .form-group,
  .cid-v6AjAyzGPh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6AjAyzGPh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6AjAyzGPh .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-v6AjAyzGPh .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6AjAyzGPh .pt-0 {
  padding-top: 0 !important;
}
.cid-v6AjAyzGPh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6AjAyzGPh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6AjAyzGPh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6AjAyzGPh .modal-open {
  overflow: hidden;
}
.cid-v6AjAyzGPh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6AjAyzGPh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6AjAyzGPh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6AjAyzGPh .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-v6AjAyzGPh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6AjAyzGPh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6AjAyzGPh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6AjAyzGPh .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-v6AjAyzGPh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6AjAyzGPh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6AjAyzGPh .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6AjAyzGPh .modal-backdrop.show {
  opacity: .5;
}
.cid-v6AjAyzGPh .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-v6AjAyzGPh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AjAyzGPh .modal-header {
    padding: 1rem;
  }
}
.cid-v6AjAyzGPh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6AjAyzGPh .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6AjAyzGPh .modal-header .close:hover {
  opacity: 1;
}
.cid-v6AjAyzGPh .modal-header .close:focus {
  outline: none;
}
.cid-v6AjAyzGPh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6AjAyzGPh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6AjAyzGPh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AjAyzGPh .modal-body {
    padding: 1rem;
  }
}
.cid-v6AjAyzGPh .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-v6AjAyzGPh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6AjAyzGPh .modal-footer {
    padding: 1rem;
  }
}
.cid-v6AjAyzGPh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6AjAyzGPh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6AjAyzGPh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6AjAyzGPh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6AjAyzGPh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6AjAyzGPh .modal-lg,
  .cid-v6AjAyzGPh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6AjAyzGPh .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6AjAyzGPh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6AjAyzGPh .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-v6AjAyzGPh .form-group {
  margin-bottom: 1rem;
}
.cid-v6AjAyzGPh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6AjAyzGPh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6AjAyzGPh .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-v6AjAyzGPh .mbr-section-btn {
  margin: 0;
}
.cid-v6AjAyzGPh .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-v6XEAmaHub {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6XEAmaHub nav.navbar {
  position: fixed;
}
.cid-v6XEAmaHub .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-v6XEAmaHub .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6XEAmaHub .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v6XEAmaHub #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v6XEAmaHub .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v6XEAmaHub .dropdown-item:hover,
.cid-v6XEAmaHub .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v6XEAmaHub .dropdown-item:hover span {
  color: white;
}
.cid-v6XEAmaHub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6XEAmaHub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6XEAmaHub .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v6XEAmaHub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6XEAmaHub .nav-link {
  position: relative;
}
.cid-v6XEAmaHub .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v6XEAmaHub .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v6XEAmaHub .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v6XEAmaHub .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v6XEAmaHub .dropdown-menu,
.cid-v6XEAmaHub .navbar.opened {
  background: #353535 !important;
}
.cid-v6XEAmaHub .nav-item:focus,
.cid-v6XEAmaHub .nav-link:focus {
  outline: none;
}
.cid-v6XEAmaHub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6XEAmaHub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6XEAmaHub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6XEAmaHub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6XEAmaHub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6XEAmaHub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6XEAmaHub .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-v6XEAmaHub .navbar.opened {
  transition: all 0.3s;
}
.cid-v6XEAmaHub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6XEAmaHub .navbar .navbar-logo img {
  width: auto;
}
.cid-v6XEAmaHub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6XEAmaHub .navbar.collapsed {
  justify-content: center;
}
.cid-v6XEAmaHub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6XEAmaHub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6XEAmaHub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6XEAmaHub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6XEAmaHub .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-v6XEAmaHub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6XEAmaHub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6XEAmaHub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6XEAmaHub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6XEAmaHub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6XEAmaHub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6XEAmaHub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6XEAmaHub .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-v6XEAmaHub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6XEAmaHub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6XEAmaHub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6XEAmaHub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6XEAmaHub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6XEAmaHub .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-v6XEAmaHub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6XEAmaHub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6XEAmaHub .dropdown-item.active,
.cid-v6XEAmaHub .dropdown-item:active {
  background-color: transparent;
}
.cid-v6XEAmaHub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6XEAmaHub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6XEAmaHub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6XEAmaHub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6XEAmaHub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6XEAmaHub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6XEAmaHub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6XEAmaHub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6XEAmaHub button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6XEAmaHub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v6XEAmaHub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6XEAmaHub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6XEAmaHub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6XEAmaHub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6XEAmaHub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6XEAmaHub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6XEAmaHub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6XEAmaHub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6XEAmaHub .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6XEAmaHub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6XEAmaHub .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-v6XEAmaHub .navbar {
    height: 70px;
  }
  .cid-v6XEAmaHub .navbar.opened {
    height: auto;
  }
  .cid-v6XEAmaHub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6XEAmaHub .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v6XEAmaHub .navbar-toggler {
  margin-left: 10px;
}
.cid-v6XEAmaHub .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-v6XEAmaHub .navbar-logo {
  margin-right: 0 !important;
}
.cid-v6XEAmaHub .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6XEAmaHub .mbr-text {
    display: none;
  }
}
.cid-v6XEAmaHub .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v6XEAmaHub .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v6XEAmaHub .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v6XEAmaHub .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-v6XEAmaHub #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-v6XEAmaHub #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-v6XEAmaHub #vol {
    display: none;
  }
}
.cid-v6XEAmaHub .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v6XEAmLFUk {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v6XEAmLFUk .image-wrapper {
  position: relative;
}
.cid-v6XEAmLFUk .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-v6XEAmLFUk .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-v6XEAmLFUk img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-v6XEAmLFUk .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-v6XEAmLFUk .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-v6XEAmLFUk .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v6XEAmLFUk a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v6XEAmLFUk rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v6XEAmLFUk .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v6XEAmLFUk svg {
  margin-left: 15px;
}
.cid-v6XEAmLFUk path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v6XEAmLFUk .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v6XEAmLFUk .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-v6XEAmLFUk .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-v6XEAmLFUk .wrapper {
  margin: auto;
}
.cid-v6XEAn2tv6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v6XEAn2tv6 .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-v6XEAn2tv6 .svg-top .st0 {
  fill: #232323;
}
@media (max-width: 992px) {
  .cid-v6XEAn2tv6 .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-v6XEAn2tv6 .col-12 {
    padding: 0 2rem;
  }
  .cid-v6XEAn2tv6 .row {
    margin: 0 -2rem;
  }
}
.cid-v6XEAn2tv6 .mbr-text,
.cid-v6XEAn2tv6 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v6XEAn2tv6 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-v6XEAnu6fe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6XEAnu6fe .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6XEAnJIAX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v6XEAnJIAX img,
.cid-v6XEAnJIAX .item-img {
  width: 100%;
}
.cid-v6XEAnJIAX .item:focus,
.cid-v6XEAnJIAX span:focus {
  outline: none;
}
.cid-v6XEAnJIAX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6XEAnJIAX .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v6XEAnJIAX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v6XEAnJIAX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XEAnJIAX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v6XEAnJIAX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v6XEAnJIAX .btn-primary {
  margin: 0;
}
.cid-v6XEAnJIAX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v6XEAnJIAX .mbr-text,
.cid-v6XEAnJIAX .mbr-section-btn {
  text-align: center;
}
.cid-v6XEAnJIAX .mbr-text {
  margin-bottom: 0;
  color: white;
  text-align: left;
  line-height: 1.3em;
  font-size: 1.3em;
}
.cid-v6XEAnJIAX .mbr-text em {
  color: #4479d9;
}
.cid-v6XEAnJIAX .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-v6XEAnJIAX .item-title {
  text-align: left;
  margin: 0;
  color: #4479d9;
}
.cid-v6XEAnJIAX .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-v6XEAnJIAX .content-margin {
  margin-top: 50px;
}
.cid-v6XEAnJIAX .btnFiltre,
.cid-v6XEAnJIAX .btnAffiche,
.cid-v6XEAnJIAX .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-v6XEAnJIAX .item-footer {
  padding: 0;
  margin: 0;
  display: block;
}
.cid-v6XEAnJIAX .item-title DIV {
  text-align: left;
}
.cid-v6XEAnJIAX .btn {
  vertical-align: unset;
}
.cid-v6XEAnJIAX .btn:hover {
  background-color: #4a7bb5;
}
.cid-v6XEAnJIAX .btn:focus {
  outline: none;
}
.cid-v6XEAnJIAX .filter-buttons {
  text-align: center;
}
.cid-v6XEAnJIAX .filter-btn.active,
.cid-v6XEAnJIAX .grid-btn.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #0056b3 !important;
}
.cid-v6XEAnJIAX .grid-btn {
  margin-right: 5px;
}
.cid-v6XEAnJIAX img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.cid-v6XEAnJIAX .fiche-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-v6XEAnJIAX .fiche-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.cid-v6XEAnJIAX .complet {
  background-color: black;
  text-align: center;
}
.cid-v6XEAnJIAX .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-v6XEAnJIAX .item-btn {
  display: block !important;
  visibility: visible !important;
}
.cid-v6XEAnJIAX .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-v6XEAnJIAX .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-v6XEAnJIAX .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-v6XEAnJIAX .fiche-item .tooltip:hover .tooltiptext {
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-v6XEAnJIAX .fiche-item,
.cid-v6XEAnJIAX .fiche-item * {
  overflow: visible !important;
  opacity: 1 !important;
}
.cid-v6XEAnJIAX .fiche-item .tooltip:not(:last-child)::after {
  content: ", ";
  color: #000;
}
.cid-v6XEAnJIAX .fiche-item .mbr-text em {
  font-style: normal;
}
.cid-v6XEAnJIAX .fiche-item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6XEAnJIAX .fiche-item .item-content {
  flex-grow: 1;
}
.cid-v6XEAnJIAX .fiche-item .item-footer,
.cid-v6XEAnJIAX .fiche-item .mbr-section-btn {
  margin-top: auto;
}
.cid-v6XEAnJIAX .filter-btn-month.active {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.cid-v6XEAo1o5b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6XEAo1o5b .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6XEAoi3Qc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6XEAoi3Qc .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v6XEAoi3Qc .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v6XEAoi3Qc .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v6XEAoi3Qc .bg-youtube:hover {
  background: #cc0000;
}
.cid-v6XEAoi3Qc .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v6XEAoi3Qc .bg-twitch:hover {
  background: #7313ff;
}
.cid-v6XEAoi3Qc .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-v6XEAoi3Qc [class^="socicon-"]:before,
.cid-v6XEAoi3Qc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6XEAoi3Qc .mbr-section-title,
.cid-v6XEAoi3Qc .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v6XEAoIej1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v6XEAoIej1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v6XEAoIej1 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v6XEAoIej1 .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-v6XEAoIej1 .form-control:focus,
.cid-v6XEAoIej1 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v6XEAoIej1 .form-group {
  margin-bottom: 1rem;
}
.cid-v6XEAoIej1 input::-webkit-input-placeholder,
.cid-v6XEAoIej1 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v6XEAoIej1 input:-moz-placeholder,
.cid-v6XEAoIej1 textarea:-moz-placeholder {
  color: #656565;
}
.cid-v6XEAoIej1 .jq-selectbox li,
.cid-v6XEAoIej1 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6XEAoIej1 .jq-selectbox li:hover,
.cid-v6XEAoIej1 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6XEAoIej1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6XEAoIej1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6XEAoIej1 textarea.form-control {
  resize: none;
}
.cid-v6XEAoIej1 .input-group-btn {
  display: inline-block;
}
.cid-v6XEAoIej1 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v6XEAoIej1 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6XEAoIej1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v6XEAoIej1 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v6XEAoIej1 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v6XEAoIej1 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6XEAoIej1 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6XEAoIej1 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v6XEAoIej1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v6XEAoIej1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v6XEAoIej1 .form-control,
.cid-v6XEAoIej1 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v6XEAoIej1 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6XEAoIej1 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6XEAoIej1 #creativecommons img,
.cid-v6XEAoIej1 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6XEAoIej1 .offset-md-1 {
  margin-left: 1vw;
}
.cid-v6XEAp95JW.popup-builder {
  background-color: #ffffff;
}
.cid-v6XEAp95JW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6XEAp95JW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6XEAp95JW .modal-content,
.cid-v6XEAp95JW .modal-dialog {
  height: auto;
}
.cid-v6XEAp95JW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6XEAp95JW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6XEAp95JW .form-wrapper .mbr-form .form-group,
  .cid-v6XEAp95JW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6XEAp95JW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6XEAp95JW .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-v6XEAp95JW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6XEAp95JW .pt-0 {
  padding-top: 0 !important;
}
.cid-v6XEAp95JW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6XEAp95JW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6XEAp95JW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6XEAp95JW .modal-open {
  overflow: hidden;
}
.cid-v6XEAp95JW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6XEAp95JW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6XEAp95JW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6XEAp95JW .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-v6XEAp95JW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6XEAp95JW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6XEAp95JW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6XEAp95JW .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-v6XEAp95JW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6XEAp95JW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6XEAp95JW .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6XEAp95JW .modal-backdrop.show {
  opacity: .5;
}
.cid-v6XEAp95JW .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-v6XEAp95JW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XEAp95JW .modal-header {
    padding: 1rem;
  }
}
.cid-v6XEAp95JW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6XEAp95JW .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6XEAp95JW .modal-header .close:hover {
  opacity: 1;
}
.cid-v6XEAp95JW .modal-header .close:focus {
  outline: none;
}
.cid-v6XEAp95JW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6XEAp95JW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6XEAp95JW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XEAp95JW .modal-body {
    padding: 1rem;
  }
}
.cid-v6XEAp95JW .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-v6XEAp95JW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XEAp95JW .modal-footer {
    padding: 1rem;
  }
}
.cid-v6XEAp95JW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6XEAp95JW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6XEAp95JW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6XEAp95JW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6XEAp95JW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6XEAp95JW .modal-lg,
  .cid-v6XEAp95JW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6XEAp95JW .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6XEAp95JW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6XEAp95JW .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-v6XEAp95JW .form-group {
  margin-bottom: 1rem;
}
.cid-v6XEAp95JW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6XEAp95JW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6XEAp95JW .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-v6XEAp95JW .mbr-section-btn {
  margin: 0;
}
.cid-v6XEAp95JW .mbr-section-btn .btn {
  margin: 0;
}
