@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 {
  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: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.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.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))));
  }
  .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: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
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-tMIMzz3OcK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMIMzz3OcK nav.navbar {
  position: fixed;
}
.cid-tMIMzz3OcK .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-tMIMzz3OcK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMIMzz3OcK .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMIMzz3OcK #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMIMzz3OcK .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMIMzz3OcK .dropdown-item:hover,
.cid-tMIMzz3OcK .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMIMzz3OcK .dropdown-item:hover span {
  color: white;
}
.cid-tMIMzz3OcK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMIMzz3OcK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMIMzz3OcK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMIMzz3OcK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMIMzz3OcK .nav-link {
  position: relative;
}
.cid-tMIMzz3OcK .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMIMzz3OcK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMIMzz3OcK .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMIMzz3OcK .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMIMzz3OcK .dropdown-menu,
.cid-tMIMzz3OcK .navbar.opened {
  background: #353535 !important;
}
.cid-tMIMzz3OcK .nav-item:focus,
.cid-tMIMzz3OcK .nav-link:focus {
  outline: none;
}
.cid-tMIMzz3OcK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIMzz3OcK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIMzz3OcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIMzz3OcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIMzz3OcK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIMzz3OcK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIMzz3OcK .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-tMIMzz3OcK .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIMzz3OcK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMIMzz3OcK .navbar .navbar-logo img {
  width: auto;
}
.cid-tMIMzz3OcK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMIMzz3OcK .navbar.collapsed {
  justify-content: center;
}
.cid-tMIMzz3OcK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIMzz3OcK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIMzz3OcK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIMzz3OcK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIMzz3OcK .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-tMIMzz3OcK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIMzz3OcK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMIMzz3OcK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMIMzz3OcK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIMzz3OcK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIMzz3OcK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIMzz3OcK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMIMzz3OcK .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-tMIMzz3OcK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMIMzz3OcK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMIMzz3OcK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMIMzz3OcK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIMzz3OcK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMIMzz3OcK .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-tMIMzz3OcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMIMzz3OcK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIMzz3OcK .dropdown-item.active,
.cid-tMIMzz3OcK .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIMzz3OcK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIMzz3OcK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIMzz3OcK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIMzz3OcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMIMzz3OcK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMIMzz3OcK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIMzz3OcK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMIMzz3OcK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIMzz3OcK button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMIMzz3OcK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMIMzz3OcK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIMzz3OcK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIMzz3OcK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIMzz3OcK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIMzz3OcK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIMzz3OcK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIMzz3OcK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIMzz3OcK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIMzz3OcK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMIMzz3OcK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMIMzz3OcK .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-tMIMzz3OcK .navbar {
    height: 70px;
  }
  .cid-tMIMzz3OcK .navbar.opened {
    height: auto;
  }
  .cid-tMIMzz3OcK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIMzz3OcK .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMIMzz3OcK .navbar-toggler {
  margin-left: 10px;
}
.cid-tMIMzz3OcK .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-tMIMzz3OcK .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMIMzz3OcK .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMIMzz3OcK .mbr-text {
    display: none;
  }
}
.cid-tMIMzz3OcK .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMIMzz3OcK .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMIMzz3OcK .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMIMzz3OcK .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-tMIMzz3OcK #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-tMIMzz3OcK #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-tMIMzz3OcK #vol {
    display: none;
  }
}
.cid-tMIMzz3OcK .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-sXBThuiTTn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXBThuiTTn .image-wrapper {
  position: relative;
}
.cid-sXBThuiTTn .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXBThuiTTn .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXBThuiTTn img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXBThuiTTn .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXBThuiTTn .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXBThuiTTn .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXBThuiTTn a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXBThuiTTn rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXBThuiTTn .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXBThuiTTn svg {
  margin-left: 15px;
}
.cid-sXBThuiTTn path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXBThuiTTn .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXBThuiTTn .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXBThuiTTn .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-sXBThuiTTn .wrapper {
  margin: auto;
}
.cid-trjgMXLR2G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-trjgMXLR2G .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-trjgMXLR2G .mbr-section-subtitle {
  text-align: center;
}
.cid-trjgMXLR2G .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-trjgMXLR2G .display-1 {
    font-size: 75px;
  }
  .cid-trjgMXLR2G .display-5 {
    font-size: 29px;
  }
  .cid-trjgMXLR2G .display-4 {
    font-weight: 300;
  }
}
#custom-html-1iv {
  /* Type valid CSS here */
}
#custom-html-1iv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1iv p {
  font-size: 60px;
  color: #777;
}
#custom-html-1iv * {
  margin: 0;
  padding: 0;
}
#custom-html-1iv .embed-container {
  position: relative;
  max-height: 100vh;
  height: 50vh;
  overflow: hidden;
}
#custom-html-1iv .embed-container iframe,
#custom-html-1iv .embed-container object,
#custom-html-1iv .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-sXBRhsh2YX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXBRhsh2YX .image-wrapper {
  position: relative;
}
.cid-sXBRhsh2YX .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sXBRhsh2YX .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sXBRhsh2YX img {
  max-width: 200px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.cid-sXBRhsh2YX .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-sXBRhsh2YX .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
}
.cid-sXBRhsh2YX .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXBRhsh2YX a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXBRhsh2YX rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXBRhsh2YX .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXBRhsh2YX svg {
  margin-left: 15px;
}
.cid-sXBRhsh2YX path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXBRhsh2YX .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXBRhsh2YX .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
.cid-sXBRhsh2YX .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-sXBRhsh2YX .wrapper {
  margin: auto;
}
.cid-t2LGf0nLw2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t2LGf0nLw2 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t2LGf0nLw2 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-youtube:hover {
  background: #cc0000;
}
.cid-t2LGf0nLw2 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-t2LGf0nLw2 .bg-twitch:hover {
  background: #7313ff;
}
.cid-t2LGf0nLw2 .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-t2LGf0nLw2 [class^="socicon-"]:before,
.cid-t2LGf0nLw2 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t2LGf0nLw2 .mbr-section-title,
.cid-t2LGf0nLw2 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-t2LGiEMGuk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2LGiEMGuk .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-t2LGiEMGuk .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-t2LGiEMGuk .form-control:focus,
.cid-t2LGiEMGuk .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-t2LGiEMGuk .form-group {
  margin-bottom: 1rem;
}
.cid-t2LGiEMGuk input::-webkit-input-placeholder,
.cid-t2LGiEMGuk textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-t2LGiEMGuk input:-moz-placeholder,
.cid-t2LGiEMGuk textarea:-moz-placeholder {
  color: #656565;
}
.cid-t2LGiEMGuk .jq-selectbox li,
.cid-t2LGiEMGuk .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2LGiEMGuk .jq-selectbox li:hover,
.cid-t2LGiEMGuk .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t2LGiEMGuk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2LGiEMGuk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t2LGiEMGuk textarea.form-control {
  resize: none;
}
.cid-t2LGiEMGuk .input-group-btn {
  display: inline-block;
}
.cid-t2LGiEMGuk .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-t2LGiEMGuk .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t2LGiEMGuk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t2LGiEMGuk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2LGiEMGuk .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2LGiEMGuk .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2LGiEMGuk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-t2LGiEMGuk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2LGiEMGuk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-t2LGiEMGuk .form-control,
.cid-t2LGiEMGuk .input-group-btn .btn {
  border-radius: 3px;
}
.cid-t2LGiEMGuk #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2LGiEMGuk #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2LGiEMGuk #creativecommons img,
.cid-t2LGiEMGuk iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2LGiEMGuk .offset-md-1 {
  margin-left: 1vw;
}
.cid-t0HakZJcLr.popup-builder {
  background-color: #ffffff;
}
.cid-t0HakZJcLr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0HakZJcLr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0HakZJcLr .modal-content,
.cid-t0HakZJcLr .modal-dialog {
  height: auto;
}
.cid-t0HakZJcLr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0HakZJcLr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0HakZJcLr .form-wrapper .mbr-form .form-group,
  .cid-t0HakZJcLr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0HakZJcLr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0HakZJcLr .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-t0HakZJcLr .mbr-text {
  text-align: center;
}
.cid-t0HakZJcLr .pt-0 {
  padding-top: 0 !important;
}
.cid-t0HakZJcLr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0HakZJcLr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0HakZJcLr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0HakZJcLr .modal-open {
  overflow: hidden;
}
.cid-t0HakZJcLr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0HakZJcLr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0HakZJcLr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0HakZJcLr .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-t0HakZJcLr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0HakZJcLr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0HakZJcLr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0HakZJcLr .modal-content {
  background: #232323;
  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-t0HakZJcLr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0HakZJcLr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0HakZJcLr .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0HakZJcLr .modal-backdrop.show {
  opacity: .5;
}
.cid-t0HakZJcLr .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-t0HakZJcLr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0HakZJcLr .modal-header {
    padding: 1rem;
  }
}
.cid-t0HakZJcLr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0HakZJcLr .modal-header .close svg {
  fill: #ffffff;
}
.cid-t0HakZJcLr .modal-header .close:hover {
  opacity: 1;
}
.cid-t0HakZJcLr .modal-header .close:focus {
  outline: none;
}
.cid-t0HakZJcLr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t0HakZJcLr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0HakZJcLr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0HakZJcLr .modal-body {
    padding: 1rem;
  }
}
.cid-t0HakZJcLr .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-t0HakZJcLr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0HakZJcLr .modal-footer {
    padding: 1rem;
  }
}
.cid-t0HakZJcLr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0HakZJcLr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0HakZJcLr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0HakZJcLr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0HakZJcLr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0HakZJcLr .modal-lg,
  .cid-t0HakZJcLr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0HakZJcLr .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0HakZJcLr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0HakZJcLr .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-t0HakZJcLr .form-group {
  margin-bottom: 1rem;
}
.cid-t0HakZJcLr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0HakZJcLr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0HakZJcLr .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-t0HakZJcLr .mbr-section-btn {
  margin: 0;
}
.cid-t0HakZJcLr .mbr-section-btn .btn {
  margin: 0;
}
.cid-t0HakZJcLr .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-t0HakZJcLr .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-t2HuvQQaqb.popup-builder {
  background-color: #ffffff;
}
.cid-t2HuvQQaqb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2HuvQQaqb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2HuvQQaqb .modal-content,
.cid-t2HuvQQaqb .modal-dialog {
  height: auto;
}
.cid-t2HuvQQaqb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2HuvQQaqb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2HuvQQaqb .form-wrapper .mbr-form .form-group,
  .cid-t2HuvQQaqb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2HuvQQaqb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t2HuvQQaqb .pt-0 {
  padding-top: 0 !important;
}
.cid-t2HuvQQaqb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2HuvQQaqb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2HuvQQaqb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2HuvQQaqb .modal-open {
  overflow: hidden;
}
.cid-t2HuvQQaqb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2HuvQQaqb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2HuvQQaqb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2HuvQQaqb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2HuvQQaqb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2HuvQQaqb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2HuvQQaqb .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2HuvQQaqb .modal-backdrop.show {
  opacity: .5;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-header {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2HuvQQaqb .modal-header .close svg {
  fill: #ffffff;
}
.cid-t2HuvQQaqb .modal-header .close:hover {
  opacity: 1;
}
.cid-t2HuvQQaqb .modal-header .close:focus {
  outline: none;
}
.cid-t2HuvQQaqb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-t2HuvQQaqb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2HuvQQaqb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-body {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2HuvQQaqb .modal-footer {
    padding: 1rem;
  }
}
.cid-t2HuvQQaqb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2HuvQQaqb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2HuvQQaqb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2HuvQQaqb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2HuvQQaqb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2HuvQQaqb .modal-lg,
  .cid-t2HuvQQaqb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2HuvQQaqb .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2HuvQQaqb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .form-group {
  margin-bottom: 1rem;
}
.cid-t2HuvQQaqb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2HuvQQaqb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2HuvQQaqb .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-t2HuvQQaqb .mbr-section-btn {
  margin: 0;
}
.cid-t2HuvQQaqb .mbr-section-btn .btn {
  margin: 0;
}
.cid-t2HuvQQaqb #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-t2HuvQQaqb #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-t2HuvQQaqb #creativecommons img,
.cid-t2HuvQQaqb iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-t2RLnGBwng .float {
  width: 76px;
  height: 76px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-t2RLnGBwng .my-float {
  margin-top: 16px;
}
.cid-t2RLnGBwng P {
  color: #232323;
}
.cid-t2RLnGBwng DIV {
  color: #ffffff;
}
.cid-t2RLnGBwng H10 {
  color: #767676;
}
.cid-t2RLnGBwng .hidden {
  display: none;
}
.cid-tLWOSyEav2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tLWOSyEav2 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tSDKNBusai.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKNBusai.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKNBusai.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKNBusai .modal-content,
.cid-tSDKNBusai .modal-dialog {
  height: auto;
}
.cid-tSDKNBusai .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKNBusai .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKNBusai .form-wrapper .mbr-form .form-group,
  .cid-tSDKNBusai .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKNBusai .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKNBusai .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-tSDKNBusai .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKNBusai .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKNBusai .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKNBusai .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKNBusai .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKNBusai .modal-open {
  overflow: hidden;
}
.cid-tSDKNBusai .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKNBusai .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKNBusai .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKNBusai .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-tSDKNBusai .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKNBusai .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKNBusai .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKNBusai .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-tSDKNBusai .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKNBusai .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKNBusai .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKNBusai .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKNBusai .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-tSDKNBusai .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKNBusai .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKNBusai .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKNBusai .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKNBusai .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKNBusai .modal-header .close:focus {
  outline: none;
}
.cid-tSDKNBusai .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKNBusai .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKNBusai .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKNBusai .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKNBusai .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-tSDKNBusai .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKNBusai .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKNBusai .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKNBusai .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKNBusai .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKNBusai .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKNBusai .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKNBusai .modal-lg,
  .cid-tSDKNBusai .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKNBusai .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKNBusai .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKNBusai .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-tSDKNBusai .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKNBusai .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKNBusai .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKNBusai .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-tSDKNBusai .mbr-section-btn {
  margin: 0;
}
.cid-tSDKNBusai .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tPR2ub0RR9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPR2ub0RR9 nav.navbar {
  position: fixed;
}
.cid-tPR2ub0RR9 .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-tPR2ub0RR9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPR2ub0RR9 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tPR2ub0RR9 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tPR2ub0RR9 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tPR2ub0RR9 .dropdown-item:hover,
.cid-tPR2ub0RR9 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tPR2ub0RR9 .dropdown-item:hover span {
  color: white;
}
.cid-tPR2ub0RR9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPR2ub0RR9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPR2ub0RR9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tPR2ub0RR9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPR2ub0RR9 .nav-link {
  position: relative;
}
.cid-tPR2ub0RR9 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tPR2ub0RR9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tPR2ub0RR9 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tPR2ub0RR9 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tPR2ub0RR9 .dropdown-menu,
.cid-tPR2ub0RR9 .navbar.opened {
  background: #353535 !important;
}
.cid-tPR2ub0RR9 .nav-item:focus,
.cid-tPR2ub0RR9 .nav-link:focus {
  outline: none;
}
.cid-tPR2ub0RR9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPR2ub0RR9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPR2ub0RR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPR2ub0RR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPR2ub0RR9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPR2ub0RR9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPR2ub0RR9 .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-tPR2ub0RR9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPR2ub0RR9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPR2ub0RR9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPR2ub0RR9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPR2ub0RR9 .navbar.collapsed {
  justify-content: center;
}
.cid-tPR2ub0RR9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPR2ub0RR9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPR2ub0RR9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPR2ub0RR9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPR2ub0RR9 .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-tPR2ub0RR9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPR2ub0RR9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPR2ub0RR9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPR2ub0RR9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPR2ub0RR9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPR2ub0RR9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPR2ub0RR9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPR2ub0RR9 .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-tPR2ub0RR9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPR2ub0RR9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPR2ub0RR9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPR2ub0RR9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPR2ub0RR9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPR2ub0RR9 .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-tPR2ub0RR9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPR2ub0RR9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPR2ub0RR9 .dropdown-item.active,
.cid-tPR2ub0RR9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPR2ub0RR9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPR2ub0RR9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPR2ub0RR9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPR2ub0RR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tPR2ub0RR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPR2ub0RR9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPR2ub0RR9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPR2ub0RR9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPR2ub0RR9 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPR2ub0RR9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPR2ub0RR9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPR2ub0RR9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR2ub0RR9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR2ub0RR9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPR2ub0RR9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR2ub0RR9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPR2ub0RR9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPR2ub0RR9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR2ub0RR9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPR2ub0RR9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPR2ub0RR9 .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-tPR2ub0RR9 .navbar {
    height: 70px;
  }
  .cid-tPR2ub0RR9 .navbar.opened {
    height: auto;
  }
  .cid-tPR2ub0RR9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPR2ub0RR9 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tPR2ub0RR9 .navbar-toggler {
  margin-left: 10px;
}
.cid-tPR2ub0RR9 .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-tPR2ub0RR9 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tPR2ub0RR9 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tPR2ub0RR9 .mbr-text {
    display: none;
  }
}
.cid-tPR2ub0RR9 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tPR2ub0RR9 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tPR2ub0RR9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tPR2ub0RR9 .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-tPR2ub0RR9 #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-tPR2ub0RR9 #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-tPR2ub0RR9 #vol {
    display: none;
  }
}
.cid-tPR2ub0RR9 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tPR2u6qLBB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPR2u6qLBB .mbr-section-title {
  color: #4479d9;
}
#custom-html-1kz body {
  background-color: black;
}
#custom-html-1kz .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1kz .complet {
  background-color: #000000;
}
#custom-html-1kz .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1kz .conteneurVideo iframe,
#custom-html-1kz .conteneurVideo object,
#custom-html-1kz .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1kz #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1kz .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1kz #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1kz .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1kz .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubjemvx4a9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubjemvx4a9 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tPR2u7hj1P {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tPR2u7hj1P .mbr-text {
  color: #ffffff;
}
.cid-tPR2u7hj1P .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tPR2u7hj1P .mbr-section-title {
  color: #4479d9;
}
.cid-tPR2u7hj1P H1 {
  color: #4479d9;
}
.cid-tPR2u7hj1P H2 {
  color: #4479d9;
}
.cid-tPR2u7hj1P H3 {
  color: #4479d9;
}
.cid-tPR2u7hj1P .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPR2u7hj1P .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tPR2u7hj1P .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tPR2u7hj1P .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tPR2u7hj1P .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR2u7hj1P .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tPR2u7hj1P .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tPR2u7hj1P .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tPR2u7hj1P .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR2u7hj1P .play,
.cid-tPR2u7hj1P .pause,
.cid-tPR2u7hj1P .prev,
.cid-tPR2u7hj1P .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tPR2u7hj1P .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tPR2u7hj1P #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tPR2u7hj1P .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvQpgBVe6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvQpgBVe6 .mbr-media {
  position: relative;
}
.cid-ubvQpgBVe6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvQpgBVe6 img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvQpgBVe6 img {
    max-width: 95%;
  }
}
.cid-ubvQpgBVe6 h1 {
  line-height: 1.5;
}
.cid-ubvQpgBVe6 .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvQpgBVe6 .start:hover {
  background: #ff1f3f;
}
.cid-ubvQpgBVe6 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvQpgBVe6 a {
  background-image: none !important;
}
.cid-ubvQpgBVe6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvQpgBVe6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvQpgBVe6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvQpgBVe6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvQpgBVe6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvQpgBVe6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvQpgBVe6 .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvQpgBVe6 .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvQpgBVe6 .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvQpgBVe6 .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvQpgBVe6 .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvQpgBVe6 .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvQpgBVe6 .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvQpgBVe6 .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvQpgBVe6 .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvQpgBVe6 .playEnfant,
.cid-ubvQpgBVe6 .pauseEnfant,
.cid-ubvQpgBVe6 .prevEnfant,
.cid-ubvQpgBVe6 .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvQpgBVe6 .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvQpgBVe6 #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvQpgBVe6 .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvQpgBVe6 .mbr-card-title,
.cid-ubvQpgBVe6 .cards-wrapper {
  color: #ffa405;
}
.cid-ubvQpgBVe6 .mbr-section-title P {
  text-align: right;
}
.cid-ubvQq8YMk6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvQq8YMk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvQq8YMk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvQq8YMk6 .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvQq8YMk6 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvQq8YMk6 .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvQq8YMk6 .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvQq8YMk6 .card-row {
  align-items: stretch;
}
.cid-ubvQq8YMk6 .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvQq8YMk6 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvQq8YMk6 .couleur1 {
  background-color: royalblue;
}
.cid-ubvQq8YMk6 .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvQq8YMk6 .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvQq8YMk6 .card-box {
  height: 100%;
}
.cid-ubvQq8YMk6 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvQq8YMk6 .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvQq8YMk6 .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvQq8YMk6 .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tPR2u7z1Cb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tPR2u7z1Cb .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tPR2u7z1Cb .mbr-text,
.cid-tPR2u7z1Cb .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tPR2u7X8Qu.popup-builder {
  background-color: #ffffff;
}
.cid-tPR2u7X8Qu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR2u7X8Qu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR2u7X8Qu .modal-content,
.cid-tPR2u7X8Qu .modal-dialog {
  height: auto;
}
.cid-tPR2u7X8Qu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR2u7X8Qu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR2u7X8Qu .form-wrapper .mbr-form .form-group,
  .cid-tPR2u7X8Qu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR2u7X8Qu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR2u7X8Qu .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-tPR2u7X8Qu .mbr-text {
  text-align: center;
}
.cid-tPR2u7X8Qu .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR2u7X8Qu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR2u7X8Qu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR2u7X8Qu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR2u7X8Qu .modal-open {
  overflow: hidden;
}
.cid-tPR2u7X8Qu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR2u7X8Qu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR2u7X8Qu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR2u7X8Qu .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-tPR2u7X8Qu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR2u7X8Qu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR2u7X8Qu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR2u7X8Qu .modal-content {
  background: #232323;
  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-tPR2u7X8Qu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR2u7X8Qu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR2u7X8Qu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR2u7X8Qu .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR2u7X8Qu .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-tPR2u7X8Qu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR2u7X8Qu .modal-header {
    padding: 1rem;
  }
}
.cid-tPR2u7X8Qu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR2u7X8Qu .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR2u7X8Qu .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR2u7X8Qu .modal-header .close:focus {
  outline: none;
}
.cid-tPR2u7X8Qu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR2u7X8Qu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR2u7X8Qu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR2u7X8Qu .modal-body {
    padding: 1rem;
  }
}
.cid-tPR2u7X8Qu .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-tPR2u7X8Qu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR2u7X8Qu .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR2u7X8Qu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR2u7X8Qu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR2u7X8Qu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR2u7X8Qu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR2u7X8Qu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR2u7X8Qu .modal-lg,
  .cid-tPR2u7X8Qu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR2u7X8Qu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR2u7X8Qu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR2u7X8Qu .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-tPR2u7X8Qu .form-group {
  margin-bottom: 1rem;
}
.cid-tPR2u7X8Qu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR2u7X8Qu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR2u7X8Qu .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-tPR2u7X8Qu .mbr-section-btn {
  margin: 0;
}
.cid-tPR2u7X8Qu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR2u7X8Qu .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tPR2u7X8Qu .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tPR2u8iHkQ.popup-builder {
  background-color: #ffffff;
}
.cid-tPR2u8iHkQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR2u8iHkQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR2u8iHkQ .modal-content,
.cid-tPR2u8iHkQ .modal-dialog {
  height: auto;
}
.cid-tPR2u8iHkQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR2u8iHkQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR2u8iHkQ .form-wrapper .mbr-form .form-group,
  .cid-tPR2u8iHkQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR2u8iHkQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR2u8iHkQ .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-tPR2u8iHkQ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tPR2u8iHkQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR2u8iHkQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR2u8iHkQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR2u8iHkQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR2u8iHkQ .modal-open {
  overflow: hidden;
}
.cid-tPR2u8iHkQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR2u8iHkQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR2u8iHkQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR2u8iHkQ .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-tPR2u8iHkQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR2u8iHkQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR2u8iHkQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR2u8iHkQ .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-tPR2u8iHkQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR2u8iHkQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR2u8iHkQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR2u8iHkQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR2u8iHkQ .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-tPR2u8iHkQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR2u8iHkQ .modal-header {
    padding: 1rem;
  }
}
.cid-tPR2u8iHkQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR2u8iHkQ .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR2u8iHkQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR2u8iHkQ .modal-header .close:focus {
  outline: none;
}
.cid-tPR2u8iHkQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR2u8iHkQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR2u8iHkQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR2u8iHkQ .modal-body {
    padding: 1rem;
  }
}
.cid-tPR2u8iHkQ .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-tPR2u8iHkQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR2u8iHkQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR2u8iHkQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR2u8iHkQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR2u8iHkQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR2u8iHkQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR2u8iHkQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR2u8iHkQ .modal-lg,
  .cid-tPR2u8iHkQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR2u8iHkQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR2u8iHkQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR2u8iHkQ .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-tPR2u8iHkQ .form-group {
  margin-bottom: 1rem;
}
.cid-tPR2u8iHkQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR2u8iHkQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR2u8iHkQ .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-tPR2u8iHkQ .mbr-section-btn {
  margin: 0;
}
.cid-tPR2u8iHkQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR2u8iHkQ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR2u8iHkQ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR2u8iHkQ #creativecommons img,
.cid-tPR2u8iHkQ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR2u8Rz4a {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tPR2u8Rz4a .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPR2u8Rz4a .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPR2u8Rz4a .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tPR2u8Rz4a .bg-youtube:hover {
  background: #cc0000;
}
.cid-tPR2u8Rz4a .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tPR2u8Rz4a .bg-twitch:hover {
  background: #7313ff;
}
.cid-tPR2u8Rz4a .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-tPR2u8Rz4a [class^="socicon-"]:before,
.cid-tPR2u8Rz4a [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPR2u8Rz4a .mbr-section-title,
.cid-tPR2u8Rz4a .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tPR2u9jfXI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tPR2u9jfXI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPR2u9jfXI .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tPR2u9jfXI .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-tPR2u9jfXI .form-control:focus,
.cid-tPR2u9jfXI .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tPR2u9jfXI .form-group {
  margin-bottom: 1rem;
}
.cid-tPR2u9jfXI input::-webkit-input-placeholder,
.cid-tPR2u9jfXI textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tPR2u9jfXI input:-moz-placeholder,
.cid-tPR2u9jfXI textarea:-moz-placeholder {
  color: #656565;
}
.cid-tPR2u9jfXI .jq-selectbox li,
.cid-tPR2u9jfXI .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR2u9jfXI .jq-selectbox li:hover,
.cid-tPR2u9jfXI .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR2u9jfXI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR2u9jfXI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR2u9jfXI textarea.form-control {
  resize: none;
}
.cid-tPR2u9jfXI .input-group-btn {
  display: inline-block;
}
.cid-tPR2u9jfXI .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tPR2u9jfXI .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPR2u9jfXI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPR2u9jfXI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPR2u9jfXI .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tPR2u9jfXI .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tPR2u9jfXI .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPR2u9jfXI .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tPR2u9jfXI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPR2u9jfXI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tPR2u9jfXI .form-control,
.cid-tPR2u9jfXI .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tPR2u9jfXI #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR2u9jfXI #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR2u9jfXI #creativecommons img,
.cid-tPR2u9jfXI iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR2u9jfXI .offset-md-1 {
  margin-left: 1vw;
}
.cid-tPR2ua6VXx .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tPR2ua6VXx .my-float {
  margin-top: 16px;
}
.cid-tPR2ua6VXx P {
  color: #232323;
}
.cid-tPR2ua6VXx DIV {
  color: #ffffff;
}
.cid-tPR2ua6VXx H10 {
  color: #767676;
}
.cid-tPR2ua6VXx .hidden {
  display: none;
}
.cid-tSDKRtQcHg.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKRtQcHg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKRtQcHg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKRtQcHg .modal-content,
.cid-tSDKRtQcHg .modal-dialog {
  height: auto;
}
.cid-tSDKRtQcHg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKRtQcHg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKRtQcHg .form-wrapper .mbr-form .form-group,
  .cid-tSDKRtQcHg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKRtQcHg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKRtQcHg .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-tSDKRtQcHg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKRtQcHg .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKRtQcHg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKRtQcHg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKRtQcHg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKRtQcHg .modal-open {
  overflow: hidden;
}
.cid-tSDKRtQcHg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKRtQcHg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKRtQcHg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKRtQcHg .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-tSDKRtQcHg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKRtQcHg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKRtQcHg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKRtQcHg .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-tSDKRtQcHg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKRtQcHg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKRtQcHg .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKRtQcHg .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKRtQcHg .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-tSDKRtQcHg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQcHg .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKRtQcHg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKRtQcHg .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKRtQcHg .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKRtQcHg .modal-header .close:focus {
  outline: none;
}
.cid-tSDKRtQcHg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKRtQcHg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKRtQcHg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQcHg .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKRtQcHg .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-tSDKRtQcHg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQcHg .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKRtQcHg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKRtQcHg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKRtQcHg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKRtQcHg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKRtQcHg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKRtQcHg .modal-lg,
  .cid-tSDKRtQcHg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKRtQcHg .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKRtQcHg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKRtQcHg .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-tSDKRtQcHg .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKRtQcHg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKRtQcHg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKRtQcHg .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-tSDKRtQcHg .mbr-section-btn {
  margin: 0;
}
.cid-tSDKRtQcHg .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR5MLTI4N {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPR5MLTI4N nav.navbar {
  position: fixed;
}
.cid-tPR5MLTI4N .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-tPR5MLTI4N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPR5MLTI4N .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tPR5MLTI4N #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tPR5MLTI4N .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tPR5MLTI4N .dropdown-item:hover,
.cid-tPR5MLTI4N .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tPR5MLTI4N .dropdown-item:hover span {
  color: white;
}
.cid-tPR5MLTI4N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPR5MLTI4N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPR5MLTI4N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tPR5MLTI4N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPR5MLTI4N .nav-link {
  position: relative;
}
.cid-tPR5MLTI4N .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tPR5MLTI4N .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tPR5MLTI4N .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tPR5MLTI4N .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tPR5MLTI4N .dropdown-menu,
.cid-tPR5MLTI4N .navbar.opened {
  background: #353535 !important;
}
.cid-tPR5MLTI4N .nav-item:focus,
.cid-tPR5MLTI4N .nav-link:focus {
  outline: none;
}
.cid-tPR5MLTI4N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPR5MLTI4N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPR5MLTI4N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPR5MLTI4N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPR5MLTI4N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPR5MLTI4N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPR5MLTI4N .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-tPR5MLTI4N .navbar.opened {
  transition: all 0.3s;
}
.cid-tPR5MLTI4N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPR5MLTI4N .navbar .navbar-logo img {
  width: auto;
}
.cid-tPR5MLTI4N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPR5MLTI4N .navbar.collapsed {
  justify-content: center;
}
.cid-tPR5MLTI4N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPR5MLTI4N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPR5MLTI4N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPR5MLTI4N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPR5MLTI4N .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-tPR5MLTI4N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPR5MLTI4N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPR5MLTI4N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPR5MLTI4N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPR5MLTI4N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPR5MLTI4N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPR5MLTI4N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPR5MLTI4N .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-tPR5MLTI4N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPR5MLTI4N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPR5MLTI4N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPR5MLTI4N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPR5MLTI4N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPR5MLTI4N .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-tPR5MLTI4N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPR5MLTI4N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPR5MLTI4N .dropdown-item.active,
.cid-tPR5MLTI4N .dropdown-item:active {
  background-color: transparent;
}
.cid-tPR5MLTI4N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPR5MLTI4N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPR5MLTI4N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPR5MLTI4N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tPR5MLTI4N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPR5MLTI4N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPR5MLTI4N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPR5MLTI4N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPR5MLTI4N button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPR5MLTI4N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPR5MLTI4N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPR5MLTI4N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR5MLTI4N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR5MLTI4N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPR5MLTI4N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR5MLTI4N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPR5MLTI4N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPR5MLTI4N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR5MLTI4N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPR5MLTI4N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPR5MLTI4N .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-tPR5MLTI4N .navbar {
    height: 70px;
  }
  .cid-tPR5MLTI4N .navbar.opened {
    height: auto;
  }
  .cid-tPR5MLTI4N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPR5MLTI4N .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tPR5MLTI4N .navbar-toggler {
  margin-left: 10px;
}
.cid-tPR5MLTI4N .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-tPR5MLTI4N .navbar-logo {
  margin-right: 0 !important;
}
.cid-tPR5MLTI4N .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tPR5MLTI4N .mbr-text {
    display: none;
  }
}
.cid-tPR5MLTI4N .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tPR5MLTI4N .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tPR5MLTI4N .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tPR5MLTI4N .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-tPR5MLTI4N #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-tPR5MLTI4N #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-tPR5MLTI4N #vol {
    display: none;
  }
}
.cid-tPR5MLTI4N .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tPR5MEEmKi {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPR5MEEmKi .mbr-section-title {
  color: #4479d9;
}
#custom-html-1lr body {
  background-color: black;
}
#custom-html-1lr .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1lr .complet {
  background-color: #000000;
}
#custom-html-1lr .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1lr .conteneurVideo iframe,
#custom-html-1lr .conteneurVideo object,
#custom-html-1lr .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1lr #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1lr .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1lr #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1lr .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1lr .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkhvaN6DT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkhvaN6DT .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tPR5MG0ISa {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tPR5MG0ISa .mbr-text {
  color: #ffffff;
}
.cid-tPR5MG0ISa .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tPR5MG0ISa .mbr-section-title {
  color: #4479d9;
}
.cid-tPR5MG0ISa H1 {
  color: #4479d9;
}
.cid-tPR5MG0ISa H2 {
  color: #4479d9;
}
.cid-tPR5MG0ISa H3 {
  color: #4479d9;
}
.cid-tPR5MG0ISa .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPR5MG0ISa .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tPR5MG0ISa .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tPR5MG0ISa .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tPR5MG0ISa .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR5MG0ISa .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tPR5MG0ISa .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tPR5MG0ISa .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tPR5MG0ISa .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR5MG0ISa .play,
.cid-tPR5MG0ISa .pause,
.cid-tPR5MG0ISa .prev,
.cid-tPR5MG0ISa .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tPR5MG0ISa .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tPR5MG0ISa #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tPR5MG0ISa .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvQGTuGSp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvQGTuGSp .mbr-media {
  position: relative;
}
.cid-ubvQGTuGSp .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvQGTuGSp img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvQGTuGSp img {
    max-width: 95%;
  }
}
.cid-ubvQGTuGSp h1 {
  line-height: 1.5;
}
.cid-ubvQGTuGSp .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvQGTuGSp .start:hover {
  background: #ff1f3f;
}
.cid-ubvQGTuGSp .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvQGTuGSp a {
  background-image: none !important;
}
.cid-ubvQGTuGSp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvQGTuGSp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvQGTuGSp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvQGTuGSp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvQGTuGSp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvQGTuGSp .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvQGTuGSp .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvQGTuGSp .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvQGTuGSp .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvQGTuGSp .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvQGTuGSp .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvQGTuGSp .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvQGTuGSp .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvQGTuGSp .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvQGTuGSp .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvQGTuGSp .playEnfant,
.cid-ubvQGTuGSp .pauseEnfant,
.cid-ubvQGTuGSp .prevEnfant,
.cid-ubvQGTuGSp .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvQGTuGSp .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvQGTuGSp #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvQGTuGSp .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvQGTuGSp .mbr-card-title,
.cid-ubvQGTuGSp .cards-wrapper {
  color: #ffa405;
}
.cid-ubvQGTuGSp .mbr-section-title P {
  text-align: right;
}
.cid-ubvQHIpzSH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvQHIpzSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvQHIpzSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvQHIpzSH .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvQHIpzSH .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvQHIpzSH .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvQHIpzSH .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvQHIpzSH .card-row {
  align-items: stretch;
}
.cid-ubvQHIpzSH .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvQHIpzSH .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvQHIpzSH .couleur1 {
  background-color: royalblue;
}
.cid-ubvQHIpzSH .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvQHIpzSH .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvQHIpzSH .card-box {
  height: 100%;
}
.cid-ubvQHIpzSH .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvQHIpzSH .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvQHIpzSH .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvQHIpzSH .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tPR5MGzmsN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tPR5MGzmsN .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tPR5MGzmsN .mbr-text,
.cid-tPR5MGzmsN .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tPR5MHnmuO.popup-builder {
  background-color: #ffffff;
}
.cid-tPR5MHnmuO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR5MHnmuO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR5MHnmuO .modal-content,
.cid-tPR5MHnmuO .modal-dialog {
  height: auto;
}
.cid-tPR5MHnmuO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR5MHnmuO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR5MHnmuO .form-wrapper .mbr-form .form-group,
  .cid-tPR5MHnmuO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR5MHnmuO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR5MHnmuO .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-tPR5MHnmuO .mbr-text {
  text-align: center;
}
.cid-tPR5MHnmuO .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR5MHnmuO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR5MHnmuO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR5MHnmuO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR5MHnmuO .modal-open {
  overflow: hidden;
}
.cid-tPR5MHnmuO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR5MHnmuO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR5MHnmuO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR5MHnmuO .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-tPR5MHnmuO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR5MHnmuO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR5MHnmuO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR5MHnmuO .modal-content {
  background: #232323;
  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-tPR5MHnmuO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR5MHnmuO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR5MHnmuO .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR5MHnmuO .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR5MHnmuO .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-tPR5MHnmuO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR5MHnmuO .modal-header {
    padding: 1rem;
  }
}
.cid-tPR5MHnmuO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR5MHnmuO .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR5MHnmuO .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR5MHnmuO .modal-header .close:focus {
  outline: none;
}
.cid-tPR5MHnmuO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR5MHnmuO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR5MHnmuO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR5MHnmuO .modal-body {
    padding: 1rem;
  }
}
.cid-tPR5MHnmuO .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-tPR5MHnmuO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR5MHnmuO .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR5MHnmuO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR5MHnmuO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR5MHnmuO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR5MHnmuO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR5MHnmuO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR5MHnmuO .modal-lg,
  .cid-tPR5MHnmuO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR5MHnmuO .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR5MHnmuO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR5MHnmuO .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-tPR5MHnmuO .form-group {
  margin-bottom: 1rem;
}
.cid-tPR5MHnmuO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR5MHnmuO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR5MHnmuO .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-tPR5MHnmuO .mbr-section-btn {
  margin: 0;
}
.cid-tPR5MHnmuO .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR5MHnmuO .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tPR5MHnmuO .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tPR5MI0uGx.popup-builder {
  background-color: #ffffff;
}
.cid-tPR5MI0uGx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR5MI0uGx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR5MI0uGx .modal-content,
.cid-tPR5MI0uGx .modal-dialog {
  height: auto;
}
.cid-tPR5MI0uGx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR5MI0uGx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR5MI0uGx .form-wrapper .mbr-form .form-group,
  .cid-tPR5MI0uGx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR5MI0uGx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR5MI0uGx .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-tPR5MI0uGx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tPR5MI0uGx .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR5MI0uGx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR5MI0uGx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR5MI0uGx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR5MI0uGx .modal-open {
  overflow: hidden;
}
.cid-tPR5MI0uGx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR5MI0uGx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR5MI0uGx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR5MI0uGx .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-tPR5MI0uGx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR5MI0uGx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR5MI0uGx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR5MI0uGx .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-tPR5MI0uGx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR5MI0uGx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR5MI0uGx .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR5MI0uGx .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR5MI0uGx .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-tPR5MI0uGx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR5MI0uGx .modal-header {
    padding: 1rem;
  }
}
.cid-tPR5MI0uGx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR5MI0uGx .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR5MI0uGx .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR5MI0uGx .modal-header .close:focus {
  outline: none;
}
.cid-tPR5MI0uGx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR5MI0uGx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR5MI0uGx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR5MI0uGx .modal-body {
    padding: 1rem;
  }
}
.cid-tPR5MI0uGx .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-tPR5MI0uGx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR5MI0uGx .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR5MI0uGx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR5MI0uGx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR5MI0uGx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR5MI0uGx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR5MI0uGx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR5MI0uGx .modal-lg,
  .cid-tPR5MI0uGx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR5MI0uGx .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR5MI0uGx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR5MI0uGx .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-tPR5MI0uGx .form-group {
  margin-bottom: 1rem;
}
.cid-tPR5MI0uGx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR5MI0uGx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR5MI0uGx .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-tPR5MI0uGx .mbr-section-btn {
  margin: 0;
}
.cid-tPR5MI0uGx .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR5MI0uGx #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR5MI0uGx #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR5MI0uGx #creativecommons img,
.cid-tPR5MI0uGx iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR5MIILWv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tPR5MIILWv .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPR5MIILWv .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPR5MIILWv .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tPR5MIILWv .bg-youtube:hover {
  background: #cc0000;
}
.cid-tPR5MIILWv .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tPR5MIILWv .bg-twitch:hover {
  background: #7313ff;
}
.cid-tPR5MIILWv .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-tPR5MIILWv [class^="socicon-"]:before,
.cid-tPR5MIILWv [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPR5MIILWv .mbr-section-title,
.cid-tPR5MIILWv .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tPR5MJkcX8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tPR5MJkcX8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPR5MJkcX8 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tPR5MJkcX8 .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-tPR5MJkcX8 .form-control:focus,
.cid-tPR5MJkcX8 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tPR5MJkcX8 .form-group {
  margin-bottom: 1rem;
}
.cid-tPR5MJkcX8 input::-webkit-input-placeholder,
.cid-tPR5MJkcX8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tPR5MJkcX8 input:-moz-placeholder,
.cid-tPR5MJkcX8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-tPR5MJkcX8 .jq-selectbox li,
.cid-tPR5MJkcX8 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR5MJkcX8 .jq-selectbox li:hover,
.cid-tPR5MJkcX8 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR5MJkcX8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR5MJkcX8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR5MJkcX8 textarea.form-control {
  resize: none;
}
.cid-tPR5MJkcX8 .input-group-btn {
  display: inline-block;
}
.cid-tPR5MJkcX8 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tPR5MJkcX8 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPR5MJkcX8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPR5MJkcX8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPR5MJkcX8 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tPR5MJkcX8 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tPR5MJkcX8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPR5MJkcX8 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tPR5MJkcX8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPR5MJkcX8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tPR5MJkcX8 .form-control,
.cid-tPR5MJkcX8 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tPR5MJkcX8 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR5MJkcX8 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR5MJkcX8 #creativecommons img,
.cid-tPR5MJkcX8 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR5MJkcX8 .offset-md-1 {
  margin-left: 1vw;
}
.cid-tPR5MKriH2 .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tPR5MKriH2 .my-float {
  margin-top: 16px;
}
.cid-tPR5MKriH2 P {
  color: #232323;
}
.cid-tPR5MKriH2 DIV {
  color: #ffffff;
}
.cid-tPR5MKriH2 H10 {
  color: #767676;
}
.cid-tPR5MKriH2 .hidden {
  display: none;
}
.cid-tSDKRtQJGx.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKRtQJGx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKRtQJGx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKRtQJGx .modal-content,
.cid-tSDKRtQJGx .modal-dialog {
  height: auto;
}
.cid-tSDKRtQJGx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKRtQJGx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKRtQJGx .form-wrapper .mbr-form .form-group,
  .cid-tSDKRtQJGx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKRtQJGx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKRtQJGx .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-tSDKRtQJGx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKRtQJGx .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKRtQJGx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKRtQJGx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKRtQJGx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKRtQJGx .modal-open {
  overflow: hidden;
}
.cid-tSDKRtQJGx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKRtQJGx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKRtQJGx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKRtQJGx .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-tSDKRtQJGx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKRtQJGx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKRtQJGx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKRtQJGx .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-tSDKRtQJGx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKRtQJGx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKRtQJGx .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKRtQJGx .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKRtQJGx .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-tSDKRtQJGx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQJGx .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKRtQJGx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKRtQJGx .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKRtQJGx .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKRtQJGx .modal-header .close:focus {
  outline: none;
}
.cid-tSDKRtQJGx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKRtQJGx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKRtQJGx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQJGx .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKRtQJGx .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-tSDKRtQJGx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQJGx .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKRtQJGx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKRtQJGx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKRtQJGx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKRtQJGx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKRtQJGx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKRtQJGx .modal-lg,
  .cid-tSDKRtQJGx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKRtQJGx .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKRtQJGx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKRtQJGx .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-tSDKRtQJGx .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKRtQJGx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKRtQJGx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKRtQJGx .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-tSDKRtQJGx .mbr-section-btn {
  margin: 0;
}
.cid-tSDKRtQJGx .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR78Wf7Hq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPR78Wf7Hq nav.navbar {
  position: fixed;
}
.cid-tPR78Wf7Hq .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-tPR78Wf7Hq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPR78Wf7Hq .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tPR78Wf7Hq #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tPR78Wf7Hq .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tPR78Wf7Hq .dropdown-item:hover,
.cid-tPR78Wf7Hq .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tPR78Wf7Hq .dropdown-item:hover span {
  color: white;
}
.cid-tPR78Wf7Hq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPR78Wf7Hq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPR78Wf7Hq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tPR78Wf7Hq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPR78Wf7Hq .nav-link {
  position: relative;
}
.cid-tPR78Wf7Hq .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tPR78Wf7Hq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tPR78Wf7Hq .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tPR78Wf7Hq .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tPR78Wf7Hq .dropdown-menu,
.cid-tPR78Wf7Hq .navbar.opened {
  background: #353535 !important;
}
.cid-tPR78Wf7Hq .nav-item:focus,
.cid-tPR78Wf7Hq .nav-link:focus {
  outline: none;
}
.cid-tPR78Wf7Hq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPR78Wf7Hq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPR78Wf7Hq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPR78Wf7Hq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPR78Wf7Hq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPR78Wf7Hq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPR78Wf7Hq .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-tPR78Wf7Hq .navbar.opened {
  transition: all 0.3s;
}
.cid-tPR78Wf7Hq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPR78Wf7Hq .navbar .navbar-logo img {
  width: auto;
}
.cid-tPR78Wf7Hq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPR78Wf7Hq .navbar.collapsed {
  justify-content: center;
}
.cid-tPR78Wf7Hq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPR78Wf7Hq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPR78Wf7Hq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPR78Wf7Hq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPR78Wf7Hq .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-tPR78Wf7Hq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPR78Wf7Hq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPR78Wf7Hq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPR78Wf7Hq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPR78Wf7Hq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPR78Wf7Hq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPR78Wf7Hq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPR78Wf7Hq .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-tPR78Wf7Hq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPR78Wf7Hq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPR78Wf7Hq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPR78Wf7Hq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPR78Wf7Hq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPR78Wf7Hq .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-tPR78Wf7Hq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPR78Wf7Hq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPR78Wf7Hq .dropdown-item.active,
.cid-tPR78Wf7Hq .dropdown-item:active {
  background-color: transparent;
}
.cid-tPR78Wf7Hq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPR78Wf7Hq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPR78Wf7Hq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPR78Wf7Hq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tPR78Wf7Hq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPR78Wf7Hq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPR78Wf7Hq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPR78Wf7Hq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPR78Wf7Hq button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPR78Wf7Hq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPR78Wf7Hq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPR78Wf7Hq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR78Wf7Hq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR78Wf7Hq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPR78Wf7Hq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR78Wf7Hq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPR78Wf7Hq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPR78Wf7Hq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR78Wf7Hq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPR78Wf7Hq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPR78Wf7Hq .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-tPR78Wf7Hq .navbar {
    height: 70px;
  }
  .cid-tPR78Wf7Hq .navbar.opened {
    height: auto;
  }
  .cid-tPR78Wf7Hq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPR78Wf7Hq .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tPR78Wf7Hq .navbar-toggler {
  margin-left: 10px;
}
.cid-tPR78Wf7Hq .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-tPR78Wf7Hq .navbar-logo {
  margin-right: 0 !important;
}
.cid-tPR78Wf7Hq .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tPR78Wf7Hq .mbr-text {
    display: none;
  }
}
.cid-tPR78Wf7Hq .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tPR78Wf7Hq .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tPR78Wf7Hq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tPR78Wf7Hq .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-tPR78Wf7Hq #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-tPR78Wf7Hq #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-tPR78Wf7Hq #vol {
    display: none;
  }
}
.cid-tPR78Wf7Hq .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tPR78RekMO {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPR78RekMO .mbr-section-title {
  color: #4479d9;
}
#custom-html-1m5 body {
  background-color: black;
}
#custom-html-1m5 .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1m5 .complet {
  background-color: #000000;
}
#custom-html-1m5 .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1m5 .conteneurVideo iframe,
#custom-html-1m5 .conteneurVideo object,
#custom-html-1m5 .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1m5 #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1m5 .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1m5 #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1m5 .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1m5 .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubjtw0aP4f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubjtw0aP4f .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tPR78SjYbE {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tPR78SjYbE .mbr-text {
  color: #ffffff;
}
.cid-tPR78SjYbE .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tPR78SjYbE .mbr-section-title {
  color: #4479d9;
}
.cid-tPR78SjYbE H1 {
  color: #4479d9;
}
.cid-tPR78SjYbE H2 {
  color: #4479d9;
}
.cid-tPR78SjYbE H3 {
  color: #4479d9;
}
.cid-tPR78SjYbE .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPR78SjYbE .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tPR78SjYbE .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tPR78SjYbE .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tPR78SjYbE .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR78SjYbE .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tPR78SjYbE .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tPR78SjYbE .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tPR78SjYbE .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR78SjYbE .play,
.cid-tPR78SjYbE .pause,
.cid-tPR78SjYbE .prev,
.cid-tPR78SjYbE .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tPR78SjYbE .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tPR78SjYbE #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tPR78SjYbE .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvT5uW3fB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvT5uW3fB .mbr-media {
  position: relative;
}
.cid-ubvT5uW3fB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvT5uW3fB img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvT5uW3fB img {
    max-width: 95%;
  }
}
.cid-ubvT5uW3fB h1 {
  line-height: 1.5;
}
.cid-ubvT5uW3fB .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvT5uW3fB .start:hover {
  background: #ff1f3f;
}
.cid-ubvT5uW3fB .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvT5uW3fB a {
  background-image: none !important;
}
.cid-ubvT5uW3fB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvT5uW3fB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvT5uW3fB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvT5uW3fB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvT5uW3fB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvT5uW3fB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvT5uW3fB .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvT5uW3fB .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvT5uW3fB .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvT5uW3fB .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvT5uW3fB .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvT5uW3fB .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvT5uW3fB .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvT5uW3fB .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvT5uW3fB .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvT5uW3fB .playEnfant,
.cid-ubvT5uW3fB .pauseEnfant,
.cid-ubvT5uW3fB .prevEnfant,
.cid-ubvT5uW3fB .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvT5uW3fB .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvT5uW3fB #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvT5uW3fB .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvT5uW3fB .mbr-card-title,
.cid-ubvT5uW3fB .cards-wrapper {
  color: #ffa405;
}
.cid-ubvT5uW3fB .mbr-section-title P {
  text-align: right;
}
.cid-ubvQXn2GwU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvQXn2GwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvQXn2GwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvQXn2GwU .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvQXn2GwU .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvQXn2GwU .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvQXn2GwU .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvQXn2GwU .card-row {
  align-items: stretch;
}
.cid-ubvQXn2GwU .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvQXn2GwU .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvQXn2GwU .couleur1 {
  background-color: royalblue;
}
.cid-ubvQXn2GwU .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvQXn2GwU .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvQXn2GwU .card-box {
  height: 100%;
}
.cid-ubvQXn2GwU .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvQXn2GwU .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvQXn2GwU .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvQXn2GwU .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tPR78SEm3g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tPR78SEm3g .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tPR78SEm3g .mbr-text,
.cid-tPR78SEm3g .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tPR78T35TP.popup-builder {
  background-color: #ffffff;
}
.cid-tPR78T35TP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR78T35TP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR78T35TP .modal-content,
.cid-tPR78T35TP .modal-dialog {
  height: auto;
}
.cid-tPR78T35TP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR78T35TP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR78T35TP .form-wrapper .mbr-form .form-group,
  .cid-tPR78T35TP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR78T35TP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR78T35TP .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-tPR78T35TP .mbr-text {
  text-align: center;
}
.cid-tPR78T35TP .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR78T35TP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR78T35TP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR78T35TP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR78T35TP .modal-open {
  overflow: hidden;
}
.cid-tPR78T35TP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR78T35TP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR78T35TP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR78T35TP .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-tPR78T35TP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR78T35TP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR78T35TP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR78T35TP .modal-content {
  background: #232323;
  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-tPR78T35TP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR78T35TP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR78T35TP .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR78T35TP .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR78T35TP .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-tPR78T35TP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR78T35TP .modal-header {
    padding: 1rem;
  }
}
.cid-tPR78T35TP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR78T35TP .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR78T35TP .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR78T35TP .modal-header .close:focus {
  outline: none;
}
.cid-tPR78T35TP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR78T35TP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR78T35TP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR78T35TP .modal-body {
    padding: 1rem;
  }
}
.cid-tPR78T35TP .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-tPR78T35TP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR78T35TP .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR78T35TP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR78T35TP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR78T35TP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR78T35TP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR78T35TP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR78T35TP .modal-lg,
  .cid-tPR78T35TP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR78T35TP .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR78T35TP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR78T35TP .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-tPR78T35TP .form-group {
  margin-bottom: 1rem;
}
.cid-tPR78T35TP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR78T35TP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR78T35TP .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-tPR78T35TP .mbr-section-btn {
  margin: 0;
}
.cid-tPR78T35TP .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR78T35TP .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tPR78T35TP .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tPR78Trzpb.popup-builder {
  background-color: #ffffff;
}
.cid-tPR78Trzpb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR78Trzpb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR78Trzpb .modal-content,
.cid-tPR78Trzpb .modal-dialog {
  height: auto;
}
.cid-tPR78Trzpb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR78Trzpb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR78Trzpb .form-wrapper .mbr-form .form-group,
  .cid-tPR78Trzpb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR78Trzpb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR78Trzpb .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-tPR78Trzpb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tPR78Trzpb .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR78Trzpb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR78Trzpb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR78Trzpb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR78Trzpb .modal-open {
  overflow: hidden;
}
.cid-tPR78Trzpb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR78Trzpb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR78Trzpb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR78Trzpb .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-tPR78Trzpb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR78Trzpb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR78Trzpb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR78Trzpb .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-tPR78Trzpb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR78Trzpb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR78Trzpb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR78Trzpb .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR78Trzpb .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-tPR78Trzpb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR78Trzpb .modal-header {
    padding: 1rem;
  }
}
.cid-tPR78Trzpb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR78Trzpb .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR78Trzpb .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR78Trzpb .modal-header .close:focus {
  outline: none;
}
.cid-tPR78Trzpb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR78Trzpb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR78Trzpb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR78Trzpb .modal-body {
    padding: 1rem;
  }
}
.cid-tPR78Trzpb .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-tPR78Trzpb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR78Trzpb .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR78Trzpb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR78Trzpb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR78Trzpb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR78Trzpb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR78Trzpb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR78Trzpb .modal-lg,
  .cid-tPR78Trzpb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR78Trzpb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR78Trzpb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR78Trzpb .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-tPR78Trzpb .form-group {
  margin-bottom: 1rem;
}
.cid-tPR78Trzpb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR78Trzpb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR78Trzpb .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-tPR78Trzpb .mbr-section-btn {
  margin: 0;
}
.cid-tPR78Trzpb .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR78Trzpb #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR78Trzpb #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR78Trzpb #creativecommons img,
.cid-tPR78Trzpb iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR78U1OdS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tPR78U1OdS .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPR78U1OdS .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPR78U1OdS .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tPR78U1OdS .bg-youtube:hover {
  background: #cc0000;
}
.cid-tPR78U1OdS .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tPR78U1OdS .bg-twitch:hover {
  background: #7313ff;
}
.cid-tPR78U1OdS .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-tPR78U1OdS [class^="socicon-"]:before,
.cid-tPR78U1OdS [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPR78U1OdS .mbr-section-title,
.cid-tPR78U1OdS .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tPR78Uthhl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tPR78Uthhl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPR78Uthhl .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tPR78Uthhl .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-tPR78Uthhl .form-control:focus,
.cid-tPR78Uthhl .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tPR78Uthhl .form-group {
  margin-bottom: 1rem;
}
.cid-tPR78Uthhl input::-webkit-input-placeholder,
.cid-tPR78Uthhl textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tPR78Uthhl input:-moz-placeholder,
.cid-tPR78Uthhl textarea:-moz-placeholder {
  color: #656565;
}
.cid-tPR78Uthhl .jq-selectbox li,
.cid-tPR78Uthhl .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR78Uthhl .jq-selectbox li:hover,
.cid-tPR78Uthhl .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR78Uthhl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR78Uthhl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR78Uthhl textarea.form-control {
  resize: none;
}
.cid-tPR78Uthhl .input-group-btn {
  display: inline-block;
}
.cid-tPR78Uthhl .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tPR78Uthhl .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPR78Uthhl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPR78Uthhl .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPR78Uthhl .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tPR78Uthhl .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tPR78Uthhl .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPR78Uthhl .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tPR78Uthhl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPR78Uthhl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tPR78Uthhl .form-control,
.cid-tPR78Uthhl .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tPR78Uthhl #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR78Uthhl #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR78Uthhl #creativecommons img,
.cid-tPR78Uthhl iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR78Uthhl .offset-md-1 {
  margin-left: 1vw;
}
.cid-tPR78Vja7E .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tPR78Vja7E .my-float {
  margin-top: 16px;
}
.cid-tPR78Vja7E P {
  color: #232323;
}
.cid-tPR78Vja7E DIV {
  color: #ffffff;
}
.cid-tPR78Vja7E H10 {
  color: #767676;
}
.cid-tPR78Vja7E .hidden {
  display: none;
}
.cid-tSDKRtQlTJ.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKRtQlTJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKRtQlTJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKRtQlTJ .modal-content,
.cid-tSDKRtQlTJ .modal-dialog {
  height: auto;
}
.cid-tSDKRtQlTJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKRtQlTJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKRtQlTJ .form-wrapper .mbr-form .form-group,
  .cid-tSDKRtQlTJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKRtQlTJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKRtQlTJ .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-tSDKRtQlTJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKRtQlTJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKRtQlTJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKRtQlTJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKRtQlTJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKRtQlTJ .modal-open {
  overflow: hidden;
}
.cid-tSDKRtQlTJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKRtQlTJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKRtQlTJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKRtQlTJ .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-tSDKRtQlTJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKRtQlTJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKRtQlTJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKRtQlTJ .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-tSDKRtQlTJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKRtQlTJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKRtQlTJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKRtQlTJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKRtQlTJ .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-tSDKRtQlTJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQlTJ .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKRtQlTJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKRtQlTJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKRtQlTJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKRtQlTJ .modal-header .close:focus {
  outline: none;
}
.cid-tSDKRtQlTJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKRtQlTJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKRtQlTJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQlTJ .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKRtQlTJ .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-tSDKRtQlTJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQlTJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKRtQlTJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKRtQlTJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKRtQlTJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKRtQlTJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKRtQlTJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKRtQlTJ .modal-lg,
  .cid-tSDKRtQlTJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKRtQlTJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKRtQlTJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKRtQlTJ .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-tSDKRtQlTJ .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKRtQlTJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKRtQlTJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKRtQlTJ .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-tSDKRtQlTJ .mbr-section-btn {
  margin: 0;
}
.cid-tSDKRtQlTJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR8KrOyU3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPR8KrOyU3 nav.navbar {
  position: fixed;
}
.cid-tPR8KrOyU3 .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-tPR8KrOyU3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPR8KrOyU3 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tPR8KrOyU3 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tPR8KrOyU3 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tPR8KrOyU3 .dropdown-item:hover,
.cid-tPR8KrOyU3 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tPR8KrOyU3 .dropdown-item:hover span {
  color: white;
}
.cid-tPR8KrOyU3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPR8KrOyU3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPR8KrOyU3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tPR8KrOyU3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPR8KrOyU3 .nav-link {
  position: relative;
}
.cid-tPR8KrOyU3 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tPR8KrOyU3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tPR8KrOyU3 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tPR8KrOyU3 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tPR8KrOyU3 .dropdown-menu,
.cid-tPR8KrOyU3 .navbar.opened {
  background: #353535 !important;
}
.cid-tPR8KrOyU3 .nav-item:focus,
.cid-tPR8KrOyU3 .nav-link:focus {
  outline: none;
}
.cid-tPR8KrOyU3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPR8KrOyU3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPR8KrOyU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPR8KrOyU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPR8KrOyU3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPR8KrOyU3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPR8KrOyU3 .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-tPR8KrOyU3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPR8KrOyU3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPR8KrOyU3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPR8KrOyU3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPR8KrOyU3 .navbar.collapsed {
  justify-content: center;
}
.cid-tPR8KrOyU3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPR8KrOyU3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPR8KrOyU3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPR8KrOyU3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPR8KrOyU3 .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-tPR8KrOyU3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPR8KrOyU3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPR8KrOyU3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPR8KrOyU3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPR8KrOyU3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPR8KrOyU3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPR8KrOyU3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPR8KrOyU3 .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-tPR8KrOyU3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPR8KrOyU3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPR8KrOyU3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPR8KrOyU3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPR8KrOyU3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPR8KrOyU3 .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-tPR8KrOyU3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPR8KrOyU3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPR8KrOyU3 .dropdown-item.active,
.cid-tPR8KrOyU3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPR8KrOyU3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPR8KrOyU3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPR8KrOyU3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPR8KrOyU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tPR8KrOyU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPR8KrOyU3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPR8KrOyU3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPR8KrOyU3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPR8KrOyU3 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPR8KrOyU3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPR8KrOyU3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPR8KrOyU3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR8KrOyU3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR8KrOyU3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPR8KrOyU3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR8KrOyU3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPR8KrOyU3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPR8KrOyU3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR8KrOyU3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPR8KrOyU3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPR8KrOyU3 .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-tPR8KrOyU3 .navbar {
    height: 70px;
  }
  .cid-tPR8KrOyU3 .navbar.opened {
    height: auto;
  }
  .cid-tPR8KrOyU3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPR8KrOyU3 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tPR8KrOyU3 .navbar-toggler {
  margin-left: 10px;
}
.cid-tPR8KrOyU3 .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-tPR8KrOyU3 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tPR8KrOyU3 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tPR8KrOyU3 .mbr-text {
    display: none;
  }
}
.cid-tPR8KrOyU3 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tPR8KrOyU3 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tPR8KrOyU3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tPR8KrOyU3 .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-tPR8KrOyU3 #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-tPR8KrOyU3 #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-tPR8KrOyU3 #vol {
    display: none;
  }
}
.cid-tPR8KrOyU3 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tPR8KljDTv {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPR8KljDTv .mbr-section-title {
  color: #4479d9;
}
#custom-html-1mj body {
  background-color: black;
}
#custom-html-1mj .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1mj .complet {
  background-color: #000000;
}
#custom-html-1mj .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1mj .conteneurVideo iframe,
#custom-html-1mj .conteneurVideo object,
#custom-html-1mj .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1mj #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1mj .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1mj #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1mj .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1mj .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkBR3YCwu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkBR3YCwu .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tPR8KmzZfs {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tPR8KmzZfs .mbr-text {
  color: #ffffff;
}
.cid-tPR8KmzZfs .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tPR8KmzZfs .mbr-section-title {
  color: #4479d9;
}
.cid-tPR8KmzZfs H1 {
  color: #4479d9;
}
.cid-tPR8KmzZfs H2 {
  color: #4479d9;
}
.cid-tPR8KmzZfs H3 {
  color: #4479d9;
}
.cid-tPR8KmzZfs .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPR8KmzZfs .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tPR8KmzZfs .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tPR8KmzZfs .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tPR8KmzZfs .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR8KmzZfs .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tPR8KmzZfs .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tPR8KmzZfs .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tPR8KmzZfs .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR8KmzZfs .play,
.cid-tPR8KmzZfs .pause,
.cid-tPR8KmzZfs .prev,
.cid-tPR8KmzZfs .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tPR8KmzZfs .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tPR8KmzZfs #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tPR8KmzZfs .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvTQxK85J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvTQxK85J .mbr-media {
  position: relative;
}
.cid-ubvTQxK85J .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvTQxK85J img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvTQxK85J img {
    max-width: 95%;
  }
}
.cid-ubvTQxK85J h1 {
  line-height: 1.5;
}
.cid-ubvTQxK85J .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvTQxK85J .start:hover {
  background: #ff1f3f;
}
.cid-ubvTQxK85J .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvTQxK85J a {
  background-image: none !important;
}
.cid-ubvTQxK85J .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvTQxK85J .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvTQxK85J .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvTQxK85J .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvTQxK85J .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvTQxK85J .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvTQxK85J .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvTQxK85J .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvTQxK85J .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvTQxK85J .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvTQxK85J .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvTQxK85J .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvTQxK85J .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvTQxK85J .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvTQxK85J .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvTQxK85J .playEnfant,
.cid-ubvTQxK85J .pauseEnfant,
.cid-ubvTQxK85J .prevEnfant,
.cid-ubvTQxK85J .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvTQxK85J .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvTQxK85J #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvTQxK85J .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvTQxK85J .mbr-card-title,
.cid-ubvTQxK85J .cards-wrapper {
  color: #ffa405;
}
.cid-ubvTQxK85J .mbr-section-title P {
  text-align: right;
}
.cid-ubvTRe6toq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvTRe6toq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvTRe6toq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvTRe6toq .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvTRe6toq .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvTRe6toq .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvTRe6toq .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvTRe6toq .card-row {
  align-items: stretch;
}
.cid-ubvTRe6toq .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvTRe6toq .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvTRe6toq .couleur1 {
  background-color: royalblue;
}
.cid-ubvTRe6toq .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvTRe6toq .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvTRe6toq .card-box {
  height: 100%;
}
.cid-ubvTRe6toq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvTRe6toq .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvTRe6toq .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvTRe6toq .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tPR8Kn9MT5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tPR8Kn9MT5 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tPR8Kn9MT5 .mbr-text,
.cid-tPR8Kn9MT5 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tPR8Ko2xea.popup-builder {
  background-color: #ffffff;
}
.cid-tPR8Ko2xea.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR8Ko2xea.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR8Ko2xea .modal-content,
.cid-tPR8Ko2xea .modal-dialog {
  height: auto;
}
.cid-tPR8Ko2xea .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR8Ko2xea .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR8Ko2xea .form-wrapper .mbr-form .form-group,
  .cid-tPR8Ko2xea .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR8Ko2xea .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR8Ko2xea .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-tPR8Ko2xea .mbr-text {
  text-align: center;
}
.cid-tPR8Ko2xea .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR8Ko2xea .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR8Ko2xea .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR8Ko2xea .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR8Ko2xea .modal-open {
  overflow: hidden;
}
.cid-tPR8Ko2xea .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR8Ko2xea .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR8Ko2xea .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR8Ko2xea .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-tPR8Ko2xea .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR8Ko2xea .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR8Ko2xea .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR8Ko2xea .modal-content {
  background: #232323;
  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-tPR8Ko2xea .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR8Ko2xea .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR8Ko2xea .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR8Ko2xea .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR8Ko2xea .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-tPR8Ko2xea .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR8Ko2xea .modal-header {
    padding: 1rem;
  }
}
.cid-tPR8Ko2xea .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR8Ko2xea .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR8Ko2xea .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR8Ko2xea .modal-header .close:focus {
  outline: none;
}
.cid-tPR8Ko2xea .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR8Ko2xea .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR8Ko2xea .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR8Ko2xea .modal-body {
    padding: 1rem;
  }
}
.cid-tPR8Ko2xea .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-tPR8Ko2xea .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR8Ko2xea .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR8Ko2xea .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR8Ko2xea .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR8Ko2xea .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR8Ko2xea .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR8Ko2xea .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR8Ko2xea .modal-lg,
  .cid-tPR8Ko2xea .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR8Ko2xea .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR8Ko2xea .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR8Ko2xea .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-tPR8Ko2xea .form-group {
  margin-bottom: 1rem;
}
.cid-tPR8Ko2xea .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR8Ko2xea .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR8Ko2xea .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-tPR8Ko2xea .mbr-section-btn {
  margin: 0;
}
.cid-tPR8Ko2xea .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR8Ko2xea .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tPR8Ko2xea .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tPR8KoAODF.popup-builder {
  background-color: #ffffff;
}
.cid-tPR8KoAODF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR8KoAODF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR8KoAODF .modal-content,
.cid-tPR8KoAODF .modal-dialog {
  height: auto;
}
.cid-tPR8KoAODF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR8KoAODF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR8KoAODF .form-wrapper .mbr-form .form-group,
  .cid-tPR8KoAODF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR8KoAODF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR8KoAODF .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-tPR8KoAODF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tPR8KoAODF .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR8KoAODF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR8KoAODF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR8KoAODF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR8KoAODF .modal-open {
  overflow: hidden;
}
.cid-tPR8KoAODF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR8KoAODF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR8KoAODF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR8KoAODF .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-tPR8KoAODF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR8KoAODF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR8KoAODF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR8KoAODF .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-tPR8KoAODF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR8KoAODF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR8KoAODF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR8KoAODF .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR8KoAODF .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-tPR8KoAODF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR8KoAODF .modal-header {
    padding: 1rem;
  }
}
.cid-tPR8KoAODF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR8KoAODF .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR8KoAODF .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR8KoAODF .modal-header .close:focus {
  outline: none;
}
.cid-tPR8KoAODF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR8KoAODF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR8KoAODF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR8KoAODF .modal-body {
    padding: 1rem;
  }
}
.cid-tPR8KoAODF .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-tPR8KoAODF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR8KoAODF .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR8KoAODF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR8KoAODF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR8KoAODF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR8KoAODF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR8KoAODF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR8KoAODF .modal-lg,
  .cid-tPR8KoAODF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR8KoAODF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR8KoAODF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR8KoAODF .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-tPR8KoAODF .form-group {
  margin-bottom: 1rem;
}
.cid-tPR8KoAODF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR8KoAODF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR8KoAODF .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-tPR8KoAODF .mbr-section-btn {
  margin: 0;
}
.cid-tPR8KoAODF .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR8KoAODF #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR8KoAODF #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR8KoAODF #creativecommons img,
.cid-tPR8KoAODF iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR8KpiTsq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tPR8KpiTsq .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPR8KpiTsq .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPR8KpiTsq .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tPR8KpiTsq .bg-youtube:hover {
  background: #cc0000;
}
.cid-tPR8KpiTsq .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tPR8KpiTsq .bg-twitch:hover {
  background: #7313ff;
}
.cid-tPR8KpiTsq .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-tPR8KpiTsq [class^="socicon-"]:before,
.cid-tPR8KpiTsq [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPR8KpiTsq .mbr-section-title,
.cid-tPR8KpiTsq .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tPR8KpXd5k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tPR8KpXd5k .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPR8KpXd5k .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tPR8KpXd5k .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-tPR8KpXd5k .form-control:focus,
.cid-tPR8KpXd5k .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tPR8KpXd5k .form-group {
  margin-bottom: 1rem;
}
.cid-tPR8KpXd5k input::-webkit-input-placeholder,
.cid-tPR8KpXd5k textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tPR8KpXd5k input:-moz-placeholder,
.cid-tPR8KpXd5k textarea:-moz-placeholder {
  color: #656565;
}
.cid-tPR8KpXd5k .jq-selectbox li,
.cid-tPR8KpXd5k .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR8KpXd5k .jq-selectbox li:hover,
.cid-tPR8KpXd5k .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR8KpXd5k .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR8KpXd5k .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR8KpXd5k textarea.form-control {
  resize: none;
}
.cid-tPR8KpXd5k .input-group-btn {
  display: inline-block;
}
.cid-tPR8KpXd5k .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tPR8KpXd5k .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPR8KpXd5k .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPR8KpXd5k .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPR8KpXd5k .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tPR8KpXd5k .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tPR8KpXd5k .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPR8KpXd5k .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tPR8KpXd5k .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPR8KpXd5k .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tPR8KpXd5k .form-control,
.cid-tPR8KpXd5k .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tPR8KpXd5k #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR8KpXd5k #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR8KpXd5k #creativecommons img,
.cid-tPR8KpXd5k iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR8KpXd5k .offset-md-1 {
  margin-left: 1vw;
}
.cid-tPR8Krezcy .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tPR8Krezcy .my-float {
  margin-top: 16px;
}
.cid-tPR8Krezcy P {
  color: #232323;
}
.cid-tPR8Krezcy DIV {
  color: #ffffff;
}
.cid-tPR8Krezcy H10 {
  color: #767676;
}
.cid-tPR8Krezcy .hidden {
  display: none;
}
.cid-tSDKRtR9eG.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKRtR9eG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKRtR9eG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKRtR9eG .modal-content,
.cid-tSDKRtR9eG .modal-dialog {
  height: auto;
}
.cid-tSDKRtR9eG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKRtR9eG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKRtR9eG .form-wrapper .mbr-form .form-group,
  .cid-tSDKRtR9eG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKRtR9eG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKRtR9eG .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-tSDKRtR9eG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKRtR9eG .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKRtR9eG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKRtR9eG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKRtR9eG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKRtR9eG .modal-open {
  overflow: hidden;
}
.cid-tSDKRtR9eG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKRtR9eG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKRtR9eG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKRtR9eG .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-tSDKRtR9eG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKRtR9eG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKRtR9eG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKRtR9eG .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-tSDKRtR9eG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKRtR9eG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKRtR9eG .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKRtR9eG .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKRtR9eG .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-tSDKRtR9eG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtR9eG .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKRtR9eG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKRtR9eG .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKRtR9eG .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKRtR9eG .modal-header .close:focus {
  outline: none;
}
.cid-tSDKRtR9eG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKRtR9eG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKRtR9eG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtR9eG .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKRtR9eG .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-tSDKRtR9eG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtR9eG .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKRtR9eG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKRtR9eG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKRtR9eG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKRtR9eG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKRtR9eG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKRtR9eG .modal-lg,
  .cid-tSDKRtR9eG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKRtR9eG .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKRtR9eG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKRtR9eG .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-tSDKRtR9eG .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKRtR9eG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKRtR9eG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKRtR9eG .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-tSDKRtR9eG .mbr-section-btn {
  margin: 0;
}
.cid-tSDKRtR9eG .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR9RcfUB8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPR9RcfUB8 nav.navbar {
  position: fixed;
}
.cid-tPR9RcfUB8 .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-tPR9RcfUB8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPR9RcfUB8 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tPR9RcfUB8 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tPR9RcfUB8 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tPR9RcfUB8 .dropdown-item:hover,
.cid-tPR9RcfUB8 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tPR9RcfUB8 .dropdown-item:hover span {
  color: white;
}
.cid-tPR9RcfUB8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPR9RcfUB8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPR9RcfUB8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tPR9RcfUB8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPR9RcfUB8 .nav-link {
  position: relative;
}
.cid-tPR9RcfUB8 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tPR9RcfUB8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tPR9RcfUB8 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tPR9RcfUB8 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tPR9RcfUB8 .dropdown-menu,
.cid-tPR9RcfUB8 .navbar.opened {
  background: #353535 !important;
}
.cid-tPR9RcfUB8 .nav-item:focus,
.cid-tPR9RcfUB8 .nav-link:focus {
  outline: none;
}
.cid-tPR9RcfUB8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPR9RcfUB8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPR9RcfUB8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPR9RcfUB8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPR9RcfUB8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPR9RcfUB8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPR9RcfUB8 .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-tPR9RcfUB8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPR9RcfUB8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPR9RcfUB8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPR9RcfUB8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPR9RcfUB8 .navbar.collapsed {
  justify-content: center;
}
.cid-tPR9RcfUB8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPR9RcfUB8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPR9RcfUB8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPR9RcfUB8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPR9RcfUB8 .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-tPR9RcfUB8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPR9RcfUB8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPR9RcfUB8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPR9RcfUB8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPR9RcfUB8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPR9RcfUB8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPR9RcfUB8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPR9RcfUB8 .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-tPR9RcfUB8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPR9RcfUB8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPR9RcfUB8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPR9RcfUB8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPR9RcfUB8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPR9RcfUB8 .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-tPR9RcfUB8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPR9RcfUB8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPR9RcfUB8 .dropdown-item.active,
.cid-tPR9RcfUB8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPR9RcfUB8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPR9RcfUB8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPR9RcfUB8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPR9RcfUB8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tPR9RcfUB8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPR9RcfUB8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPR9RcfUB8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPR9RcfUB8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPR9RcfUB8 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPR9RcfUB8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPR9RcfUB8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPR9RcfUB8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR9RcfUB8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR9RcfUB8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPR9RcfUB8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR9RcfUB8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPR9RcfUB8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPR9RcfUB8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR9RcfUB8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPR9RcfUB8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPR9RcfUB8 .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-tPR9RcfUB8 .navbar {
    height: 70px;
  }
  .cid-tPR9RcfUB8 .navbar.opened {
    height: auto;
  }
  .cid-tPR9RcfUB8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPR9RcfUB8 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tPR9RcfUB8 .navbar-toggler {
  margin-left: 10px;
}
.cid-tPR9RcfUB8 .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-tPR9RcfUB8 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tPR9RcfUB8 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tPR9RcfUB8 .mbr-text {
    display: none;
  }
}
.cid-tPR9RcfUB8 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tPR9RcfUB8 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tPR9RcfUB8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tPR9RcfUB8 .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-tPR9RcfUB8 #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-tPR9RcfUB8 #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-tPR9RcfUB8 #vol {
    display: none;
  }
}
.cid-tPR9RcfUB8 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tPR9R87gjQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPR9R87gjQ .mbr-section-title {
  color: #4479d9;
}
#custom-html-1mw body {
  background-color: black;
}
#custom-html-1mw .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1mw .complet {
  background-color: #000000;
}
#custom-html-1mw .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1mw .conteneurVideo iframe,
#custom-html-1mw .conteneurVideo object,
#custom-html-1mw .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1mw #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1mw .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1mw #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1mw .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1mw .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkBxzvHLw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkBxzvHLw .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tPR9R8UW9v {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tPR9R8UW9v .mbr-text {
  color: #ffffff;
}
.cid-tPR9R8UW9v .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tPR9R8UW9v .mbr-section-title {
  color: #4479d9;
}
.cid-tPR9R8UW9v H1 {
  color: #4479d9;
}
.cid-tPR9R8UW9v H2 {
  color: #4479d9;
}
.cid-tPR9R8UW9v H3 {
  color: #4479d9;
}
.cid-tPR9R8UW9v .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPR9R8UW9v .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tPR9R8UW9v .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tPR9R8UW9v .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tPR9R8UW9v .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR9R8UW9v .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tPR9R8UW9v .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tPR9R8UW9v .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tPR9R8UW9v .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR9R8UW9v .play,
.cid-tPR9R8UW9v .pause,
.cid-tPR9R8UW9v .prev,
.cid-tPR9R8UW9v .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tPR9R8UW9v .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tPR9R8UW9v #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tPR9R8UW9v .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvUBrW17h {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvUBrW17h .mbr-media {
  position: relative;
}
.cid-ubvUBrW17h .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvUBrW17h img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvUBrW17h img {
    max-width: 95%;
  }
}
.cid-ubvUBrW17h h1 {
  line-height: 1.5;
}
.cid-ubvUBrW17h .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvUBrW17h .start:hover {
  background: #ff1f3f;
}
.cid-ubvUBrW17h .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvUBrW17h a {
  background-image: none !important;
}
.cid-ubvUBrW17h .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvUBrW17h .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvUBrW17h .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvUBrW17h .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvUBrW17h .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvUBrW17h .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvUBrW17h .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvUBrW17h .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvUBrW17h .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvUBrW17h .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvUBrW17h .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvUBrW17h .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvUBrW17h .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvUBrW17h .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvUBrW17h .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvUBrW17h .playEnfant,
.cid-ubvUBrW17h .pauseEnfant,
.cid-ubvUBrW17h .prevEnfant,
.cid-ubvUBrW17h .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvUBrW17h .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvUBrW17h #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvUBrW17h .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvUBrW17h .mbr-card-title,
.cid-ubvUBrW17h .cards-wrapper {
  color: #ffa405;
}
.cid-ubvUBrW17h .mbr-section-title P {
  text-align: right;
}
.cid-ubvUCbqUml {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvUCbqUml .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvUCbqUml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvUCbqUml .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvUCbqUml .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvUCbqUml .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvUCbqUml .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvUCbqUml .card-row {
  align-items: stretch;
}
.cid-ubvUCbqUml .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvUCbqUml .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvUCbqUml .couleur1 {
  background-color: royalblue;
}
.cid-ubvUCbqUml .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvUCbqUml .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvUCbqUml .card-box {
  height: 100%;
}
.cid-ubvUCbqUml .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvUCbqUml .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvUCbqUml .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvUCbqUml .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tPR9R9fHUp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tPR9R9fHUp .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tPR9R9fHUp .mbr-text,
.cid-tPR9R9fHUp .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tPR9R9EE6v.popup-builder {
  background-color: #ffffff;
}
.cid-tPR9R9EE6v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR9R9EE6v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR9R9EE6v .modal-content,
.cid-tPR9R9EE6v .modal-dialog {
  height: auto;
}
.cid-tPR9R9EE6v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR9R9EE6v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR9R9EE6v .form-wrapper .mbr-form .form-group,
  .cid-tPR9R9EE6v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR9R9EE6v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR9R9EE6v .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-tPR9R9EE6v .mbr-text {
  text-align: center;
}
.cid-tPR9R9EE6v .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR9R9EE6v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR9R9EE6v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR9R9EE6v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR9R9EE6v .modal-open {
  overflow: hidden;
}
.cid-tPR9R9EE6v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR9R9EE6v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR9R9EE6v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR9R9EE6v .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-tPR9R9EE6v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR9R9EE6v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR9R9EE6v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR9R9EE6v .modal-content {
  background: #232323;
  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-tPR9R9EE6v .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR9R9EE6v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR9R9EE6v .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR9R9EE6v .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR9R9EE6v .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-tPR9R9EE6v .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR9R9EE6v .modal-header {
    padding: 1rem;
  }
}
.cid-tPR9R9EE6v .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR9R9EE6v .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR9R9EE6v .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR9R9EE6v .modal-header .close:focus {
  outline: none;
}
.cid-tPR9R9EE6v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR9R9EE6v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR9R9EE6v .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR9R9EE6v .modal-body {
    padding: 1rem;
  }
}
.cid-tPR9R9EE6v .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-tPR9R9EE6v .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR9R9EE6v .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR9R9EE6v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR9R9EE6v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR9R9EE6v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR9R9EE6v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR9R9EE6v .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR9R9EE6v .modal-lg,
  .cid-tPR9R9EE6v .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR9R9EE6v .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR9R9EE6v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR9R9EE6v .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-tPR9R9EE6v .form-group {
  margin-bottom: 1rem;
}
.cid-tPR9R9EE6v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR9R9EE6v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR9R9EE6v .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-tPR9R9EE6v .mbr-section-btn {
  margin: 0;
}
.cid-tPR9R9EE6v .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR9R9EE6v .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tPR9R9EE6v .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tPR9Ra2yV5.popup-builder {
  background-color: #ffffff;
}
.cid-tPR9Ra2yV5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR9Ra2yV5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR9Ra2yV5 .modal-content,
.cid-tPR9Ra2yV5 .modal-dialog {
  height: auto;
}
.cid-tPR9Ra2yV5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR9Ra2yV5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR9Ra2yV5 .form-wrapper .mbr-form .form-group,
  .cid-tPR9Ra2yV5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR9Ra2yV5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR9Ra2yV5 .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-tPR9Ra2yV5 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tPR9Ra2yV5 .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR9Ra2yV5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR9Ra2yV5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR9Ra2yV5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR9Ra2yV5 .modal-open {
  overflow: hidden;
}
.cid-tPR9Ra2yV5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR9Ra2yV5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR9Ra2yV5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR9Ra2yV5 .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-tPR9Ra2yV5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR9Ra2yV5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR9Ra2yV5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR9Ra2yV5 .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-tPR9Ra2yV5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR9Ra2yV5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR9Ra2yV5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR9Ra2yV5 .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR9Ra2yV5 .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-tPR9Ra2yV5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR9Ra2yV5 .modal-header {
    padding: 1rem;
  }
}
.cid-tPR9Ra2yV5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR9Ra2yV5 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR9Ra2yV5 .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR9Ra2yV5 .modal-header .close:focus {
  outline: none;
}
.cid-tPR9Ra2yV5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR9Ra2yV5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR9Ra2yV5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR9Ra2yV5 .modal-body {
    padding: 1rem;
  }
}
.cid-tPR9Ra2yV5 .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-tPR9Ra2yV5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR9Ra2yV5 .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR9Ra2yV5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR9Ra2yV5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR9Ra2yV5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR9Ra2yV5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR9Ra2yV5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR9Ra2yV5 .modal-lg,
  .cid-tPR9Ra2yV5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR9Ra2yV5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR9Ra2yV5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR9Ra2yV5 .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-tPR9Ra2yV5 .form-group {
  margin-bottom: 1rem;
}
.cid-tPR9Ra2yV5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR9Ra2yV5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR9Ra2yV5 .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-tPR9Ra2yV5 .mbr-section-btn {
  margin: 0;
}
.cid-tPR9Ra2yV5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR9Ra2yV5 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR9Ra2yV5 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR9Ra2yV5 #creativecommons img,
.cid-tPR9Ra2yV5 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR9Rawf3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tPR9Rawf3j .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPR9Rawf3j .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPR9Rawf3j .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tPR9Rawf3j .bg-youtube:hover {
  background: #cc0000;
}
.cid-tPR9Rawf3j .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tPR9Rawf3j .bg-twitch:hover {
  background: #7313ff;
}
.cid-tPR9Rawf3j .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-tPR9Rawf3j [class^="socicon-"]:before,
.cid-tPR9Rawf3j [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPR9Rawf3j .mbr-section-title,
.cid-tPR9Rawf3j .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tPR9Rb2RxJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tPR9Rb2RxJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPR9Rb2RxJ .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tPR9Rb2RxJ .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-tPR9Rb2RxJ .form-control:focus,
.cid-tPR9Rb2RxJ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tPR9Rb2RxJ .form-group {
  margin-bottom: 1rem;
}
.cid-tPR9Rb2RxJ input::-webkit-input-placeholder,
.cid-tPR9Rb2RxJ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tPR9Rb2RxJ input:-moz-placeholder,
.cid-tPR9Rb2RxJ textarea:-moz-placeholder {
  color: #656565;
}
.cid-tPR9Rb2RxJ .jq-selectbox li,
.cid-tPR9Rb2RxJ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR9Rb2RxJ .jq-selectbox li:hover,
.cid-tPR9Rb2RxJ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR9Rb2RxJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR9Rb2RxJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR9Rb2RxJ textarea.form-control {
  resize: none;
}
.cid-tPR9Rb2RxJ .input-group-btn {
  display: inline-block;
}
.cid-tPR9Rb2RxJ .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tPR9Rb2RxJ .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPR9Rb2RxJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPR9Rb2RxJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPR9Rb2RxJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tPR9Rb2RxJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tPR9Rb2RxJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPR9Rb2RxJ .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tPR9Rb2RxJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPR9Rb2RxJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tPR9Rb2RxJ .form-control,
.cid-tPR9Rb2RxJ .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tPR9Rb2RxJ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR9Rb2RxJ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR9Rb2RxJ #creativecommons img,
.cid-tPR9Rb2RxJ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR9Rb2RxJ .offset-md-1 {
  margin-left: 1vw;
}
.cid-tPR9RbSqHx .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tPR9RbSqHx .my-float {
  margin-top: 16px;
}
.cid-tPR9RbSqHx P {
  color: #232323;
}
.cid-tPR9RbSqHx DIV {
  color: #ffffff;
}
.cid-tPR9RbSqHx H10 {
  color: #767676;
}
.cid-tPR9RbSqHx .hidden {
  display: none;
}
.cid-tSDKRtRKWx.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKRtRKWx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKRtRKWx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKRtRKWx .modal-content,
.cid-tSDKRtRKWx .modal-dialog {
  height: auto;
}
.cid-tSDKRtRKWx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKRtRKWx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKRtRKWx .form-wrapper .mbr-form .form-group,
  .cid-tSDKRtRKWx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKRtRKWx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKRtRKWx .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-tSDKRtRKWx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKRtRKWx .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKRtRKWx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKRtRKWx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKRtRKWx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKRtRKWx .modal-open {
  overflow: hidden;
}
.cid-tSDKRtRKWx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKRtRKWx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKRtRKWx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKRtRKWx .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-tSDKRtRKWx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKRtRKWx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKRtRKWx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKRtRKWx .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-tSDKRtRKWx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKRtRKWx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKRtRKWx .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKRtRKWx .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKRtRKWx .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-tSDKRtRKWx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtRKWx .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKRtRKWx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKRtRKWx .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKRtRKWx .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKRtRKWx .modal-header .close:focus {
  outline: none;
}
.cid-tSDKRtRKWx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKRtRKWx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKRtRKWx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtRKWx .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKRtRKWx .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-tSDKRtRKWx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtRKWx .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKRtRKWx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKRtRKWx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKRtRKWx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKRtRKWx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKRtRKWx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKRtRKWx .modal-lg,
  .cid-tSDKRtRKWx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKRtRKWx .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKRtRKWx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKRtRKWx .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-tSDKRtRKWx .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKRtRKWx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKRtRKWx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKRtRKWx .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-tSDKRtRKWx .mbr-section-btn {
  margin: 0;
}
.cid-tSDKRtRKWx .mbr-section-btn .btn {
  margin: 0;
}
.cid-tRJMexwsaf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRJMexwsaf nav.navbar {
  position: fixed;
}
.cid-tRJMexwsaf .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-tRJMexwsaf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRJMexwsaf .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tRJMexwsaf #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tRJMexwsaf .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tRJMexwsaf .dropdown-item:hover,
.cid-tRJMexwsaf .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tRJMexwsaf .dropdown-item:hover span {
  color: white;
}
.cid-tRJMexwsaf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRJMexwsaf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRJMexwsaf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tRJMexwsaf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRJMexwsaf .nav-link {
  position: relative;
}
.cid-tRJMexwsaf .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tRJMexwsaf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tRJMexwsaf .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tRJMexwsaf .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tRJMexwsaf .dropdown-menu,
.cid-tRJMexwsaf .navbar.opened {
  background: #353535 !important;
}
.cid-tRJMexwsaf .nav-item:focus,
.cid-tRJMexwsaf .nav-link:focus {
  outline: none;
}
.cid-tRJMexwsaf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRJMexwsaf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRJMexwsaf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRJMexwsaf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRJMexwsaf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRJMexwsaf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRJMexwsaf .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-tRJMexwsaf .navbar.opened {
  transition: all 0.3s;
}
.cid-tRJMexwsaf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRJMexwsaf .navbar .navbar-logo img {
  width: auto;
}
.cid-tRJMexwsaf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRJMexwsaf .navbar.collapsed {
  justify-content: center;
}
.cid-tRJMexwsaf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRJMexwsaf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRJMexwsaf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRJMexwsaf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRJMexwsaf .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-tRJMexwsaf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRJMexwsaf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRJMexwsaf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRJMexwsaf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRJMexwsaf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRJMexwsaf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRJMexwsaf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRJMexwsaf .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-tRJMexwsaf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRJMexwsaf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRJMexwsaf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRJMexwsaf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRJMexwsaf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRJMexwsaf .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-tRJMexwsaf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRJMexwsaf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRJMexwsaf .dropdown-item.active,
.cid-tRJMexwsaf .dropdown-item:active {
  background-color: transparent;
}
.cid-tRJMexwsaf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRJMexwsaf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRJMexwsaf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRJMexwsaf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tRJMexwsaf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRJMexwsaf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRJMexwsaf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRJMexwsaf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRJMexwsaf button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRJMexwsaf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tRJMexwsaf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRJMexwsaf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRJMexwsaf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRJMexwsaf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRJMexwsaf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRJMexwsaf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRJMexwsaf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRJMexwsaf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRJMexwsaf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRJMexwsaf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRJMexwsaf .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-tRJMexwsaf .navbar {
    height: 70px;
  }
  .cid-tRJMexwsaf .navbar.opened {
    height: auto;
  }
  .cid-tRJMexwsaf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJMexwsaf .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tRJMexwsaf .navbar-toggler {
  margin-left: 10px;
}
.cid-tRJMexwsaf .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-tRJMexwsaf .navbar-logo {
  margin-right: 0 !important;
}
.cid-tRJMexwsaf .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tRJMexwsaf .mbr-text {
    display: none;
  }
}
.cid-tRJMexwsaf .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tRJMexwsaf .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tRJMexwsaf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tRJMexwsaf .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-tRJMexwsaf #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-tRJMexwsaf #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-tRJMexwsaf #vol {
    display: none;
  }
}
.cid-tRJMexwsaf .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tRJMesVf7c {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tRJMesVf7c .mbr-section-title {
  color: #4479d9;
}
#custom-html-1nm body {
  background-color: black;
}
#custom-html-1nm .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1nm .complet {
  background-color: #000000;
}
#custom-html-1nm .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1nm .conteneurVideo iframe,
#custom-html-1nm .conteneurVideo object,
#custom-html-1nm .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1nm #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1nm .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1nm #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1nm .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1nm .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkC7qwx5v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkC7qwx5v .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tRJMetQshl {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tRJMetQshl .mbr-text {
  color: #ffffff;
}
.cid-tRJMetQshl .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tRJMetQshl .mbr-section-title {
  color: #4479d9;
}
.cid-tRJMetQshl H1 {
  color: #4479d9;
}
.cid-tRJMetQshl H2 {
  color: #4479d9;
}
.cid-tRJMetQshl H3 {
  color: #4479d9;
}
.cid-tRJMetQshl .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tRJMetQshl .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tRJMetQshl .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tRJMetQshl .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tRJMetQshl .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tRJMetQshl .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tRJMetQshl .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tRJMetQshl .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tRJMetQshl .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tRJMetQshl .play,
.cid-tRJMetQshl .pause,
.cid-tRJMetQshl .prev,
.cid-tRJMetQshl .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tRJMetQshl .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tRJMetQshl #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tRJMetQshl .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvTBJOKFq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvTBJOKFq .mbr-media {
  position: relative;
}
.cid-ubvTBJOKFq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvTBJOKFq img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvTBJOKFq img {
    max-width: 95%;
  }
}
.cid-ubvTBJOKFq h1 {
  line-height: 1.5;
}
.cid-ubvTBJOKFq .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvTBJOKFq .start:hover {
  background: #ff1f3f;
}
.cid-ubvTBJOKFq .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvTBJOKFq a {
  background-image: none !important;
}
.cid-ubvTBJOKFq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvTBJOKFq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvTBJOKFq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvTBJOKFq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvTBJOKFq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvTBJOKFq .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvTBJOKFq .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvTBJOKFq .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvTBJOKFq .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvTBJOKFq .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvTBJOKFq .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvTBJOKFq .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvTBJOKFq .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvTBJOKFq .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvTBJOKFq .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvTBJOKFq .playEnfant,
.cid-ubvTBJOKFq .pauseEnfant,
.cid-ubvTBJOKFq .prevEnfant,
.cid-ubvTBJOKFq .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvTBJOKFq .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvTBJOKFq #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvTBJOKFq .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvTBJOKFq .mbr-card-title,
.cid-ubvTBJOKFq .cards-wrapper {
  color: #ffa405;
}
.cid-ubvTBJOKFq .mbr-section-title P {
  text-align: right;
}
.cid-ubvRwqC6RX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvRwqC6RX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvRwqC6RX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvRwqC6RX .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvRwqC6RX .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvRwqC6RX .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvRwqC6RX .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvRwqC6RX .card-row {
  align-items: stretch;
}
.cid-ubvRwqC6RX .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvRwqC6RX .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvRwqC6RX .couleur1 {
  background-color: royalblue;
}
.cid-ubvRwqC6RX .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvRwqC6RX .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvRwqC6RX .card-box {
  height: 100%;
}
.cid-ubvRwqC6RX .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvRwqC6RX .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvRwqC6RX .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvRwqC6RX .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tRJMeu938z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tRJMeu938z .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tRJMeu938z .mbr-text,
.cid-tRJMeu938z .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tRJMeuHcXv.popup-builder {
  background-color: #ffffff;
}
.cid-tRJMeuHcXv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tRJMeuHcXv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tRJMeuHcXv .modal-content,
.cid-tRJMeuHcXv .modal-dialog {
  height: auto;
}
.cid-tRJMeuHcXv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tRJMeuHcXv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tRJMeuHcXv .form-wrapper .mbr-form .form-group,
  .cid-tRJMeuHcXv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tRJMeuHcXv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tRJMeuHcXv .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-tRJMeuHcXv .mbr-text {
  text-align: center;
}
.cid-tRJMeuHcXv .pt-0 {
  padding-top: 0 !important;
}
.cid-tRJMeuHcXv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tRJMeuHcXv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tRJMeuHcXv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tRJMeuHcXv .modal-open {
  overflow: hidden;
}
.cid-tRJMeuHcXv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tRJMeuHcXv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tRJMeuHcXv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tRJMeuHcXv .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-tRJMeuHcXv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tRJMeuHcXv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tRJMeuHcXv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tRJMeuHcXv .modal-content {
  background: #232323;
  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-tRJMeuHcXv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tRJMeuHcXv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tRJMeuHcXv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tRJMeuHcXv .modal-backdrop.show {
  opacity: .5;
}
.cid-tRJMeuHcXv .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-tRJMeuHcXv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRJMeuHcXv .modal-header {
    padding: 1rem;
  }
}
.cid-tRJMeuHcXv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tRJMeuHcXv .modal-header .close svg {
  fill: #ffffff;
}
.cid-tRJMeuHcXv .modal-header .close:hover {
  opacity: 1;
}
.cid-tRJMeuHcXv .modal-header .close:focus {
  outline: none;
}
.cid-tRJMeuHcXv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tRJMeuHcXv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tRJMeuHcXv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRJMeuHcXv .modal-body {
    padding: 1rem;
  }
}
.cid-tRJMeuHcXv .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-tRJMeuHcXv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRJMeuHcXv .modal-footer {
    padding: 1rem;
  }
}
.cid-tRJMeuHcXv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tRJMeuHcXv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tRJMeuHcXv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tRJMeuHcXv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tRJMeuHcXv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tRJMeuHcXv .modal-lg,
  .cid-tRJMeuHcXv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tRJMeuHcXv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tRJMeuHcXv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tRJMeuHcXv .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-tRJMeuHcXv .form-group {
  margin-bottom: 1rem;
}
.cid-tRJMeuHcXv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tRJMeuHcXv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tRJMeuHcXv .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-tRJMeuHcXv .mbr-section-btn {
  margin: 0;
}
.cid-tRJMeuHcXv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tRJMeuHcXv .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tRJMeuHcXv .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tRJMev5Bad.popup-builder {
  background-color: #ffffff;
}
.cid-tRJMev5Bad.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tRJMev5Bad.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tRJMev5Bad .modal-content,
.cid-tRJMev5Bad .modal-dialog {
  height: auto;
}
.cid-tRJMev5Bad .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tRJMev5Bad .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tRJMev5Bad .form-wrapper .mbr-form .form-group,
  .cid-tRJMev5Bad .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tRJMev5Bad .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tRJMev5Bad .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-tRJMev5Bad .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tRJMev5Bad .pt-0 {
  padding-top: 0 !important;
}
.cid-tRJMev5Bad .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tRJMev5Bad .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tRJMev5Bad .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tRJMev5Bad .modal-open {
  overflow: hidden;
}
.cid-tRJMev5Bad .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tRJMev5Bad .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tRJMev5Bad .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tRJMev5Bad .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-tRJMev5Bad .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tRJMev5Bad .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tRJMev5Bad .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tRJMev5Bad .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-tRJMev5Bad .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tRJMev5Bad .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tRJMev5Bad .modal-backdrop.fade {
  opacity: 0;
}
.cid-tRJMev5Bad .modal-backdrop.show {
  opacity: .5;
}
.cid-tRJMev5Bad .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-tRJMev5Bad .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRJMev5Bad .modal-header {
    padding: 1rem;
  }
}
.cid-tRJMev5Bad .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tRJMev5Bad .modal-header .close svg {
  fill: #ffffff;
}
.cid-tRJMev5Bad .modal-header .close:hover {
  opacity: 1;
}
.cid-tRJMev5Bad .modal-header .close:focus {
  outline: none;
}
.cid-tRJMev5Bad .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tRJMev5Bad .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tRJMev5Bad .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRJMev5Bad .modal-body {
    padding: 1rem;
  }
}
.cid-tRJMev5Bad .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-tRJMev5Bad .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRJMev5Bad .modal-footer {
    padding: 1rem;
  }
}
.cid-tRJMev5Bad .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tRJMev5Bad .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tRJMev5Bad .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tRJMev5Bad .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tRJMev5Bad .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tRJMev5Bad .modal-lg,
  .cid-tRJMev5Bad .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tRJMev5Bad .modal-xl {
    max-width: 1140px;
  }
}
.cid-tRJMev5Bad .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tRJMev5Bad .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-tRJMev5Bad .form-group {
  margin-bottom: 1rem;
}
.cid-tRJMev5Bad .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tRJMev5Bad .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tRJMev5Bad .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-tRJMev5Bad .mbr-section-btn {
  margin: 0;
}
.cid-tRJMev5Bad .mbr-section-btn .btn {
  margin: 0;
}
.cid-tRJMev5Bad #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tRJMev5Bad #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tRJMev5Bad #creativecommons img,
.cid-tRJMev5Bad iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tRJMevDfTc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tRJMevDfTc .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRJMevDfTc .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRJMevDfTc .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tRJMevDfTc .bg-youtube:hover {
  background: #cc0000;
}
.cid-tRJMevDfTc .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tRJMevDfTc .bg-twitch:hover {
  background: #7313ff;
}
.cid-tRJMevDfTc .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-tRJMevDfTc [class^="socicon-"]:before,
.cid-tRJMevDfTc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tRJMevDfTc .mbr-section-title,
.cid-tRJMevDfTc .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tRJMewhW2Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tRJMewhW2Z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tRJMewhW2Z .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tRJMewhW2Z .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-tRJMewhW2Z .form-control:focus,
.cid-tRJMewhW2Z .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tRJMewhW2Z .form-group {
  margin-bottom: 1rem;
}
.cid-tRJMewhW2Z input::-webkit-input-placeholder,
.cid-tRJMewhW2Z textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tRJMewhW2Z input:-moz-placeholder,
.cid-tRJMewhW2Z textarea:-moz-placeholder {
  color: #656565;
}
.cid-tRJMewhW2Z .jq-selectbox li,
.cid-tRJMewhW2Z .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tRJMewhW2Z .jq-selectbox li:hover,
.cid-tRJMewhW2Z .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tRJMewhW2Z .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tRJMewhW2Z .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tRJMewhW2Z textarea.form-control {
  resize: none;
}
.cid-tRJMewhW2Z .input-group-btn {
  display: inline-block;
}
.cid-tRJMewhW2Z .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tRJMewhW2Z .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRJMewhW2Z .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRJMewhW2Z .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tRJMewhW2Z .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tRJMewhW2Z .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tRJMewhW2Z .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRJMewhW2Z .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tRJMewhW2Z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tRJMewhW2Z .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tRJMewhW2Z .form-control,
.cid-tRJMewhW2Z .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tRJMewhW2Z #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tRJMewhW2Z #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tRJMewhW2Z #creativecommons img,
.cid-tRJMewhW2Z iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tRJMewhW2Z .offset-md-1 {
  margin-left: 1vw;
}
.cid-tRJMex6Dgo .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tRJMex6Dgo .my-float {
  margin-top: 16px;
}
.cid-tRJMex6Dgo P {
  color: #232323;
}
.cid-tRJMex6Dgo DIV {
  color: #ffffff;
}
.cid-tRJMex6Dgo H10 {
  color: #767676;
}
.cid-tRJMex6Dgo .hidden {
  display: none;
}
.cid-tSDKRtR6Mv.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKRtR6Mv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKRtR6Mv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKRtR6Mv .modal-content,
.cid-tSDKRtR6Mv .modal-dialog {
  height: auto;
}
.cid-tSDKRtR6Mv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKRtR6Mv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKRtR6Mv .form-wrapper .mbr-form .form-group,
  .cid-tSDKRtR6Mv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKRtR6Mv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKRtR6Mv .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-tSDKRtR6Mv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKRtR6Mv .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKRtR6Mv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKRtR6Mv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKRtR6Mv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKRtR6Mv .modal-open {
  overflow: hidden;
}
.cid-tSDKRtR6Mv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKRtR6Mv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKRtR6Mv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKRtR6Mv .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-tSDKRtR6Mv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKRtR6Mv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKRtR6Mv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKRtR6Mv .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-tSDKRtR6Mv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKRtR6Mv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKRtR6Mv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKRtR6Mv .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKRtR6Mv .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-tSDKRtR6Mv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtR6Mv .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKRtR6Mv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKRtR6Mv .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKRtR6Mv .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKRtR6Mv .modal-header .close:focus {
  outline: none;
}
.cid-tSDKRtR6Mv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKRtR6Mv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKRtR6Mv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtR6Mv .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKRtR6Mv .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-tSDKRtR6Mv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtR6Mv .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKRtR6Mv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKRtR6Mv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKRtR6Mv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKRtR6Mv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKRtR6Mv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKRtR6Mv .modal-lg,
  .cid-tSDKRtR6Mv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKRtR6Mv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKRtR6Mv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKRtR6Mv .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-tSDKRtR6Mv .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKRtR6Mv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKRtR6Mv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKRtR6Mv .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-tSDKRtR6Mv .mbr-section-btn {
  margin: 0;
}
.cid-tSDKRtR6Mv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMINnQY2B4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMINnQY2B4 nav.navbar {
  position: fixed;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMINnQY2B4 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tMINnQY2B4 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tMINnQY2B4 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tMINnQY2B4 .dropdown-item:hover,
.cid-tMINnQY2B4 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tMINnQY2B4 .dropdown-item:hover span {
  color: white;
}
.cid-tMINnQY2B4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMINnQY2B4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMINnQY2B4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMINnQY2B4 .nav-link {
  position: relative;
}
.cid-tMINnQY2B4 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tMINnQY2B4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tMINnQY2B4 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tMINnQY2B4 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tMINnQY2B4 .dropdown-menu,
.cid-tMINnQY2B4 .navbar.opened {
  background: #353535 !important;
}
.cid-tMINnQY2B4 .nav-item:focus,
.cid-tMINnQY2B4 .nav-link:focus {
  outline: none;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMINnQY2B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMINnQY2B4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMINnQY2B4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMINnQY2B4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMINnQY2B4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tMINnQY2B4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMINnQY2B4 .navbar.collapsed {
  justify-content: center;
}
.cid-tMINnQY2B4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMINnQY2B4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMINnQY2B4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMINnQY2B4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMINnQY2B4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMINnQY2B4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMINnQY2B4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMINnQY2B4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMINnQY2B4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMINnQY2B4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMINnQY2B4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMINnQY2B4 .dropdown-item.active,
.cid-tMINnQY2B4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMINnQY2B4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMINnQY2B4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMINnQY2B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tMINnQY2B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMINnQY2B4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMINnQY2B4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMINnQY2B4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMINnQY2B4 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMINnQY2B4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMINnQY2B4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMINnQY2B4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMINnQY2B4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar {
    height: 70px;
  }
  .cid-tMINnQY2B4 .navbar.opened {
    height: auto;
  }
  .cid-tMINnQY2B4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMINnQY2B4 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tMINnQY2B4 .navbar-toggler {
  margin-left: 10px;
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tMINnQY2B4 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tMINnQY2B4 .mbr-text {
    display: none;
  }
}
.cid-tMINnQY2B4 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tMINnQY2B4 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tMINnQY2B4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tMINnQY2B4 .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-tMINnQY2B4 #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-tMINnQY2B4 #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-tMINnQY2B4 #vol {
    display: none;
  }
}
.cid-tMINnQY2B4 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tslCnH2jh0 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tslCnH2jh0 .mbr-section-title {
  color: #4479d9;
}
#custom-html-1jf body {
  background-color: black;
}
#custom-html-1jf .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1jf .complet {
  background-color: #000000;
}
#custom-html-1jf .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1jf .conteneurVideo iframe,
#custom-html-1jf .conteneurVideo object,
#custom-html-1jf .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1jf #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1jf .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1jf #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1jf .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1jf .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkBZovsMP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkBZovsMP .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tslCnK4V4S {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tslCnK4V4S .mbr-text {
  color: #ffffff;
}
.cid-tslCnK4V4S .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tslCnK4V4S .mbr-section-title {
  color: #4479d9;
}
.cid-tslCnK4V4S H1 {
  color: #4479d9;
}
.cid-tslCnK4V4S H2 {
  color: #4479d9;
}
.cid-tslCnK4V4S H3 {
  color: #4479d9;
}
.cid-tslCnK4V4S .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tslCnK4V4S .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tslCnK4V4S .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tslCnK4V4S .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tslCnK4V4S .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tslCnK4V4S .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tslCnK4V4S .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tslCnK4V4S .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tslCnK4V4S .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tslCnK4V4S .play,
.cid-tslCnK4V4S .pause,
.cid-tslCnK4V4S .prev,
.cid-tslCnK4V4S .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tslCnK4V4S .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tslCnK4V4S #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tslCnK4V4S .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvROaipNC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvROaipNC .mbr-media {
  position: relative;
}
.cid-ubvROaipNC .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvROaipNC img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvROaipNC img {
    max-width: 95%;
  }
}
.cid-ubvROaipNC h1 {
  line-height: 1.5;
}
.cid-ubvROaipNC .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvROaipNC .start:hover {
  background: #ff1f3f;
}
.cid-ubvROaipNC .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvROaipNC a {
  background-image: none !important;
}
.cid-ubvROaipNC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvROaipNC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvROaipNC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvROaipNC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvROaipNC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvROaipNC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvROaipNC .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvROaipNC .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvROaipNC .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvROaipNC .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvROaipNC .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvROaipNC .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvROaipNC .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvROaipNC .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvROaipNC .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvROaipNC .playEnfant,
.cid-ubvROaipNC .pauseEnfant,
.cid-ubvROaipNC .prevEnfant,
.cid-ubvROaipNC .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvROaipNC .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvROaipNC #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvROaipNC .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvROaipNC .mbr-card-title,
.cid-ubvROaipNC .cards-wrapper {
  color: #ffa405;
}
.cid-ubvROaipNC .mbr-section-title P {
  text-align: right;
}
.cid-ubvRPaSsL7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvRPaSsL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvRPaSsL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvRPaSsL7 .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvRPaSsL7 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvRPaSsL7 .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvRPaSsL7 .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvRPaSsL7 .card-row {
  align-items: stretch;
}
.cid-ubvRPaSsL7 .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvRPaSsL7 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvRPaSsL7 .couleur1 {
  background-color: royalblue;
}
.cid-ubvRPaSsL7 .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvRPaSsL7 .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvRPaSsL7 .card-box {
  height: 100%;
}
.cid-ubvRPaSsL7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvRPaSsL7 .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvRPaSsL7 .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvRPaSsL7 .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tslCnLKcA4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tslCnLKcA4 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tslCnLKcA4 .mbr-text,
.cid-tslCnLKcA4 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tslCnSS9Wn.popup-builder {
  background-color: #ffffff;
}
.cid-tslCnSS9Wn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tslCnSS9Wn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tslCnSS9Wn .modal-content,
.cid-tslCnSS9Wn .modal-dialog {
  height: auto;
}
.cid-tslCnSS9Wn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tslCnSS9Wn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tslCnSS9Wn .form-wrapper .mbr-form .form-group,
  .cid-tslCnSS9Wn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tslCnSS9Wn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tslCnSS9Wn .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-tslCnSS9Wn .mbr-text {
  text-align: center;
}
.cid-tslCnSS9Wn .pt-0 {
  padding-top: 0 !important;
}
.cid-tslCnSS9Wn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tslCnSS9Wn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tslCnSS9Wn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tslCnSS9Wn .modal-open {
  overflow: hidden;
}
.cid-tslCnSS9Wn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tslCnSS9Wn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tslCnSS9Wn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tslCnSS9Wn .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-tslCnSS9Wn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tslCnSS9Wn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tslCnSS9Wn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tslCnSS9Wn .modal-content {
  background: #232323;
  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-tslCnSS9Wn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tslCnSS9Wn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tslCnSS9Wn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tslCnSS9Wn .modal-backdrop.show {
  opacity: .5;
}
.cid-tslCnSS9Wn .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-tslCnSS9Wn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tslCnSS9Wn .modal-header {
    padding: 1rem;
  }
}
.cid-tslCnSS9Wn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tslCnSS9Wn .modal-header .close svg {
  fill: #ffffff;
}
.cid-tslCnSS9Wn .modal-header .close:hover {
  opacity: 1;
}
.cid-tslCnSS9Wn .modal-header .close:focus {
  outline: none;
}
.cid-tslCnSS9Wn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tslCnSS9Wn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tslCnSS9Wn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tslCnSS9Wn .modal-body {
    padding: 1rem;
  }
}
.cid-tslCnSS9Wn .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-tslCnSS9Wn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tslCnSS9Wn .modal-footer {
    padding: 1rem;
  }
}
.cid-tslCnSS9Wn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tslCnSS9Wn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tslCnSS9Wn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tslCnSS9Wn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tslCnSS9Wn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tslCnSS9Wn .modal-lg,
  .cid-tslCnSS9Wn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tslCnSS9Wn .modal-xl {
    max-width: 1140px;
  }
}
.cid-tslCnSS9Wn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tslCnSS9Wn .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-tslCnSS9Wn .form-group {
  margin-bottom: 1rem;
}
.cid-tslCnSS9Wn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tslCnSS9Wn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tslCnSS9Wn .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-tslCnSS9Wn .mbr-section-btn {
  margin: 0;
}
.cid-tslCnSS9Wn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tslCnSS9Wn .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tslCnSS9Wn .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tslCnTG6Bk.popup-builder {
  background-color: #ffffff;
}
.cid-tslCnTG6Bk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tslCnTG6Bk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tslCnTG6Bk .modal-content,
.cid-tslCnTG6Bk .modal-dialog {
  height: auto;
}
.cid-tslCnTG6Bk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tslCnTG6Bk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tslCnTG6Bk .form-wrapper .mbr-form .form-group,
  .cid-tslCnTG6Bk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tslCnTG6Bk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tslCnTG6Bk .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-tslCnTG6Bk .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tslCnTG6Bk .pt-0 {
  padding-top: 0 !important;
}
.cid-tslCnTG6Bk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tslCnTG6Bk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tslCnTG6Bk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tslCnTG6Bk .modal-open {
  overflow: hidden;
}
.cid-tslCnTG6Bk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tslCnTG6Bk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tslCnTG6Bk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tslCnTG6Bk .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-tslCnTG6Bk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tslCnTG6Bk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tslCnTG6Bk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tslCnTG6Bk .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-tslCnTG6Bk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tslCnTG6Bk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tslCnTG6Bk .modal-backdrop.fade {
  opacity: 0;
}
.cid-tslCnTG6Bk .modal-backdrop.show {
  opacity: .5;
}
.cid-tslCnTG6Bk .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-tslCnTG6Bk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tslCnTG6Bk .modal-header {
    padding: 1rem;
  }
}
.cid-tslCnTG6Bk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tslCnTG6Bk .modal-header .close svg {
  fill: #ffffff;
}
.cid-tslCnTG6Bk .modal-header .close:hover {
  opacity: 1;
}
.cid-tslCnTG6Bk .modal-header .close:focus {
  outline: none;
}
.cid-tslCnTG6Bk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tslCnTG6Bk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tslCnTG6Bk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tslCnTG6Bk .modal-body {
    padding: 1rem;
  }
}
.cid-tslCnTG6Bk .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-tslCnTG6Bk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tslCnTG6Bk .modal-footer {
    padding: 1rem;
  }
}
.cid-tslCnTG6Bk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tslCnTG6Bk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tslCnTG6Bk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tslCnTG6Bk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tslCnTG6Bk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tslCnTG6Bk .modal-lg,
  .cid-tslCnTG6Bk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tslCnTG6Bk .modal-xl {
    max-width: 1140px;
  }
}
.cid-tslCnTG6Bk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tslCnTG6Bk .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-tslCnTG6Bk .form-group {
  margin-bottom: 1rem;
}
.cid-tslCnTG6Bk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tslCnTG6Bk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tslCnTG6Bk .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-tslCnTG6Bk .mbr-section-btn {
  margin: 0;
}
.cid-tslCnTG6Bk .mbr-section-btn .btn {
  margin: 0;
}
.cid-tslCnTG6Bk #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tslCnTG6Bk #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tslCnTG6Bk #creativecommons img,
.cid-tslCnTG6Bk iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tslCnUM4vp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tslCnUM4vp .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tslCnUM4vp .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tslCnUM4vp .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tslCnUM4vp .bg-youtube:hover {
  background: #cc0000;
}
.cid-tslCnUM4vp .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tslCnUM4vp .bg-twitch:hover {
  background: #7313ff;
}
.cid-tslCnUM4vp .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-tslCnUM4vp [class^="socicon-"]:before,
.cid-tslCnUM4vp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tslCnUM4vp .mbr-section-title,
.cid-tslCnUM4vp .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tslCnVEt2n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tslCnVEt2n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tslCnVEt2n .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tslCnVEt2n .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-tslCnVEt2n .form-control:focus,
.cid-tslCnVEt2n .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tslCnVEt2n .form-group {
  margin-bottom: 1rem;
}
.cid-tslCnVEt2n input::-webkit-input-placeholder,
.cid-tslCnVEt2n textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tslCnVEt2n input:-moz-placeholder,
.cid-tslCnVEt2n textarea:-moz-placeholder {
  color: #656565;
}
.cid-tslCnVEt2n .jq-selectbox li,
.cid-tslCnVEt2n .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tslCnVEt2n .jq-selectbox li:hover,
.cid-tslCnVEt2n .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tslCnVEt2n .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tslCnVEt2n .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tslCnVEt2n textarea.form-control {
  resize: none;
}
.cid-tslCnVEt2n .input-group-btn {
  display: inline-block;
}
.cid-tslCnVEt2n .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tslCnVEt2n .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tslCnVEt2n .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tslCnVEt2n .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tslCnVEt2n .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tslCnVEt2n .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tslCnVEt2n .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tslCnVEt2n .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tslCnVEt2n .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tslCnVEt2n .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tslCnVEt2n .form-control,
.cid-tslCnVEt2n .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tslCnVEt2n #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tslCnVEt2n #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tslCnVEt2n #creativecommons img,
.cid-tslCnVEt2n iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tslCnVEt2n .offset-md-1 {
  margin-left: 1vw;
}
.cid-tslCnXr0zi .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tslCnXr0zi .my-float {
  margin-top: 16px;
}
.cid-tslCnXr0zi P {
  color: #232323;
}
.cid-tslCnXr0zi DIV {
  color: #ffffff;
}
.cid-tslCnXr0zi H10 {
  color: #767676;
}
.cid-tslCnXr0zi .hidden {
  display: none;
}
.cid-tslEPrLqeu.popup-builder {
  background-color: #ffffff;
}
.cid-tslEPrLqeu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tslEPrLqeu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tslEPrLqeu .modal-content,
.cid-tslEPrLqeu .modal-dialog {
  height: auto;
}
.cid-tslEPrLqeu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tslEPrLqeu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tslEPrLqeu .form-wrapper .mbr-form .form-group,
  .cid-tslEPrLqeu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tslEPrLqeu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tslEPrLqeu .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-tslEPrLqeu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tslEPrLqeu .pt-0 {
  padding-top: 0 !important;
}
.cid-tslEPrLqeu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tslEPrLqeu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tslEPrLqeu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tslEPrLqeu .modal-open {
  overflow: hidden;
}
.cid-tslEPrLqeu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tslEPrLqeu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tslEPrLqeu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tslEPrLqeu .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-tslEPrLqeu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tslEPrLqeu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tslEPrLqeu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tslEPrLqeu .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-tslEPrLqeu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tslEPrLqeu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tslEPrLqeu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tslEPrLqeu .modal-backdrop.show {
  opacity: .5;
}
.cid-tslEPrLqeu .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-tslEPrLqeu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tslEPrLqeu .modal-header {
    padding: 1rem;
  }
}
.cid-tslEPrLqeu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tslEPrLqeu .modal-header .close svg {
  fill: #ffffff;
}
.cid-tslEPrLqeu .modal-header .close:hover {
  opacity: 1;
}
.cid-tslEPrLqeu .modal-header .close:focus {
  outline: none;
}
.cid-tslEPrLqeu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tslEPrLqeu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tslEPrLqeu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tslEPrLqeu .modal-body {
    padding: 1rem;
  }
}
.cid-tslEPrLqeu .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-tslEPrLqeu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tslEPrLqeu .modal-footer {
    padding: 1rem;
  }
}
.cid-tslEPrLqeu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tslEPrLqeu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tslEPrLqeu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tslEPrLqeu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tslEPrLqeu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tslEPrLqeu .modal-lg,
  .cid-tslEPrLqeu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tslEPrLqeu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tslEPrLqeu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tslEPrLqeu .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-tslEPrLqeu .form-group {
  margin-bottom: 1rem;
}
.cid-tslEPrLqeu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tslEPrLqeu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tslEPrLqeu .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-tslEPrLqeu .mbr-section-btn {
  margin: 0;
}
.cid-tslEPrLqeu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tSDKRtREOe.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKRtREOe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKRtREOe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKRtREOe .modal-content,
.cid-tSDKRtREOe .modal-dialog {
  height: auto;
}
.cid-tSDKRtREOe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKRtREOe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKRtREOe .form-wrapper .mbr-form .form-group,
  .cid-tSDKRtREOe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKRtREOe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKRtREOe .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-tSDKRtREOe .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKRtREOe .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKRtREOe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKRtREOe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKRtREOe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKRtREOe .modal-open {
  overflow: hidden;
}
.cid-tSDKRtREOe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKRtREOe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKRtREOe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKRtREOe .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-tSDKRtREOe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKRtREOe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKRtREOe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKRtREOe .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-tSDKRtREOe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKRtREOe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKRtREOe .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKRtREOe .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKRtREOe .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-tSDKRtREOe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtREOe .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKRtREOe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKRtREOe .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKRtREOe .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKRtREOe .modal-header .close:focus {
  outline: none;
}
.cid-tSDKRtREOe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKRtREOe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKRtREOe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtREOe .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKRtREOe .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-tSDKRtREOe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtREOe .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKRtREOe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKRtREOe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKRtREOe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKRtREOe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKRtREOe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKRtREOe .modal-lg,
  .cid-tSDKRtREOe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKRtREOe .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKRtREOe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKRtREOe .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-tSDKRtREOe .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKRtREOe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKRtREOe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKRtREOe .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-tSDKRtREOe .mbr-section-btn {
  margin: 0;
}
.cid-tSDKRtREOe .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR4qVaq2P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPR4qVaq2P nav.navbar {
  position: fixed;
}
.cid-tPR4qVaq2P .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-tPR4qVaq2P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPR4qVaq2P .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tPR4qVaq2P #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tPR4qVaq2P .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tPR4qVaq2P .dropdown-item:hover,
.cid-tPR4qVaq2P .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tPR4qVaq2P .dropdown-item:hover span {
  color: white;
}
.cid-tPR4qVaq2P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPR4qVaq2P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPR4qVaq2P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tPR4qVaq2P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPR4qVaq2P .nav-link {
  position: relative;
}
.cid-tPR4qVaq2P .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tPR4qVaq2P .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tPR4qVaq2P .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tPR4qVaq2P .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tPR4qVaq2P .dropdown-menu,
.cid-tPR4qVaq2P .navbar.opened {
  background: #353535 !important;
}
.cid-tPR4qVaq2P .nav-item:focus,
.cid-tPR4qVaq2P .nav-link:focus {
  outline: none;
}
.cid-tPR4qVaq2P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPR4qVaq2P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPR4qVaq2P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPR4qVaq2P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPR4qVaq2P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPR4qVaq2P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPR4qVaq2P .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-tPR4qVaq2P .navbar.opened {
  transition: all 0.3s;
}
.cid-tPR4qVaq2P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPR4qVaq2P .navbar .navbar-logo img {
  width: auto;
}
.cid-tPR4qVaq2P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPR4qVaq2P .navbar.collapsed {
  justify-content: center;
}
.cid-tPR4qVaq2P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPR4qVaq2P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPR4qVaq2P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPR4qVaq2P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPR4qVaq2P .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-tPR4qVaq2P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPR4qVaq2P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPR4qVaq2P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPR4qVaq2P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPR4qVaq2P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPR4qVaq2P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPR4qVaq2P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPR4qVaq2P .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-tPR4qVaq2P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPR4qVaq2P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPR4qVaq2P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPR4qVaq2P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPR4qVaq2P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPR4qVaq2P .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-tPR4qVaq2P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPR4qVaq2P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPR4qVaq2P .dropdown-item.active,
.cid-tPR4qVaq2P .dropdown-item:active {
  background-color: transparent;
}
.cid-tPR4qVaq2P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPR4qVaq2P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPR4qVaq2P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPR4qVaq2P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tPR4qVaq2P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPR4qVaq2P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPR4qVaq2P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPR4qVaq2P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPR4qVaq2P button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPR4qVaq2P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPR4qVaq2P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPR4qVaq2P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR4qVaq2P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR4qVaq2P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPR4qVaq2P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR4qVaq2P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPR4qVaq2P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPR4qVaq2P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR4qVaq2P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPR4qVaq2P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPR4qVaq2P .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-tPR4qVaq2P .navbar {
    height: 70px;
  }
  .cid-tPR4qVaq2P .navbar.opened {
    height: auto;
  }
  .cid-tPR4qVaq2P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPR4qVaq2P .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tPR4qVaq2P .navbar-toggler {
  margin-left: 10px;
}
.cid-tPR4qVaq2P .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-tPR4qVaq2P .navbar-logo {
  margin-right: 0 !important;
}
.cid-tPR4qVaq2P .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tPR4qVaq2P .mbr-text {
    display: none;
  }
}
.cid-tPR4qVaq2P .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tPR4qVaq2P .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tPR4qVaq2P .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tPR4qVaq2P .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-tPR4qVaq2P #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-tPR4qVaq2P #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-tPR4qVaq2P #vol {
    display: none;
  }
}
.cid-tPR4qVaq2P .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tPR4qQmlQB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPR4qQmlQB .mbr-section-title {
  color: #4479d9;
}
#custom-html-1ld body {
  background-color: black;
}
#custom-html-1ld .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1ld .complet {
  background-color: #000000;
}
#custom-html-1ld .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1ld .conteneurVideo iframe,
#custom-html-1ld .conteneurVideo object,
#custom-html-1ld .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1ld #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1ld .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1ld #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1ld .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1ld .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkATAcXYL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkATAcXYL .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tPR4qRqFrI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tPR4qRqFrI .mbr-text {
  color: #ffffff;
}
.cid-tPR4qRqFrI .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tPR4qRqFrI .mbr-section-title {
  color: #4479d9;
}
.cid-tPR4qRqFrI H1 {
  color: #4479d9;
}
.cid-tPR4qRqFrI H2 {
  color: #4479d9;
}
.cid-tPR4qRqFrI H3 {
  color: #4479d9;
}
.cid-tPR4qRqFrI .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPR4qRqFrI .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tPR4qRqFrI .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tPR4qRqFrI .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tPR4qRqFrI .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR4qRqFrI .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tPR4qRqFrI .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tPR4qRqFrI .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tPR4qRqFrI .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR4qRqFrI .play,
.cid-tPR4qRqFrI .pause,
.cid-tPR4qRqFrI .prev,
.cid-tPR4qRqFrI .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tPR4qRqFrI .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tPR4qRqFrI #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tPR4qRqFrI .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvTp5aYQO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvTp5aYQO .mbr-media {
  position: relative;
}
.cid-ubvTp5aYQO .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvTp5aYQO img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvTp5aYQO img {
    max-width: 95%;
  }
}
.cid-ubvTp5aYQO h1 {
  line-height: 1.5;
}
.cid-ubvTp5aYQO .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvTp5aYQO .start:hover {
  background: #ff1f3f;
}
.cid-ubvTp5aYQO .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvTp5aYQO a {
  background-image: none !important;
}
.cid-ubvTp5aYQO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvTp5aYQO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvTp5aYQO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvTp5aYQO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvTp5aYQO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvTp5aYQO .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvTp5aYQO .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvTp5aYQO .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvTp5aYQO .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvTp5aYQO .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvTp5aYQO .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvTp5aYQO .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvTp5aYQO .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvTp5aYQO .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvTp5aYQO .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvTp5aYQO .playEnfant,
.cid-ubvTp5aYQO .pauseEnfant,
.cid-ubvTp5aYQO .prevEnfant,
.cid-ubvTp5aYQO .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvTp5aYQO .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvTp5aYQO #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvTp5aYQO .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvTp5aYQO .mbr-card-title,
.cid-ubvTp5aYQO .cards-wrapper {
  color: #ffa405;
}
.cid-ubvTp5aYQO .mbr-section-title P {
  text-align: right;
}
.cid-ubvRedw12r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvRedw12r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvRedw12r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvRedw12r .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvRedw12r .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvRedw12r .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvRedw12r .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvRedw12r .card-row {
  align-items: stretch;
}
.cid-ubvRedw12r .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvRedw12r .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvRedw12r .couleur1 {
  background-color: royalblue;
}
.cid-ubvRedw12r .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvRedw12r .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvRedw12r .card-box {
  height: 100%;
}
.cid-ubvRedw12r .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvRedw12r .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvRedw12r .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvRedw12r .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tPR4qRJ7hv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tPR4qRJ7hv .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tPR4qRJ7hv .mbr-text,
.cid-tPR4qRJ7hv .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tPR4qS8beC.popup-builder {
  background-color: #ffffff;
}
.cid-tPR4qS8beC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR4qS8beC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR4qS8beC .modal-content,
.cid-tPR4qS8beC .modal-dialog {
  height: auto;
}
.cid-tPR4qS8beC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR4qS8beC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR4qS8beC .form-wrapper .mbr-form .form-group,
  .cid-tPR4qS8beC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR4qS8beC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR4qS8beC .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-tPR4qS8beC .mbr-text {
  text-align: center;
}
.cid-tPR4qS8beC .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR4qS8beC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR4qS8beC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR4qS8beC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR4qS8beC .modal-open {
  overflow: hidden;
}
.cid-tPR4qS8beC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR4qS8beC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR4qS8beC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR4qS8beC .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-tPR4qS8beC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR4qS8beC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR4qS8beC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR4qS8beC .modal-content {
  background: #232323;
  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-tPR4qS8beC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR4qS8beC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR4qS8beC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR4qS8beC .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR4qS8beC .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-tPR4qS8beC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR4qS8beC .modal-header {
    padding: 1rem;
  }
}
.cid-tPR4qS8beC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR4qS8beC .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR4qS8beC .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR4qS8beC .modal-header .close:focus {
  outline: none;
}
.cid-tPR4qS8beC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR4qS8beC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR4qS8beC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR4qS8beC .modal-body {
    padding: 1rem;
  }
}
.cid-tPR4qS8beC .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-tPR4qS8beC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR4qS8beC .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR4qS8beC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR4qS8beC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR4qS8beC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR4qS8beC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR4qS8beC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR4qS8beC .modal-lg,
  .cid-tPR4qS8beC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR4qS8beC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR4qS8beC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR4qS8beC .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-tPR4qS8beC .form-group {
  margin-bottom: 1rem;
}
.cid-tPR4qS8beC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR4qS8beC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR4qS8beC .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-tPR4qS8beC .mbr-section-btn {
  margin: 0;
}
.cid-tPR4qS8beC .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR4qS8beC .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tPR4qS8beC .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tPR4qStlr1.popup-builder {
  background-color: #ffffff;
}
.cid-tPR4qStlr1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR4qStlr1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR4qStlr1 .modal-content,
.cid-tPR4qStlr1 .modal-dialog {
  height: auto;
}
.cid-tPR4qStlr1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR4qStlr1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR4qStlr1 .form-wrapper .mbr-form .form-group,
  .cid-tPR4qStlr1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR4qStlr1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR4qStlr1 .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-tPR4qStlr1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tPR4qStlr1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR4qStlr1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR4qStlr1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR4qStlr1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR4qStlr1 .modal-open {
  overflow: hidden;
}
.cid-tPR4qStlr1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR4qStlr1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR4qStlr1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR4qStlr1 .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-tPR4qStlr1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR4qStlr1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR4qStlr1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR4qStlr1 .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-tPR4qStlr1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR4qStlr1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR4qStlr1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR4qStlr1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR4qStlr1 .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-tPR4qStlr1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR4qStlr1 .modal-header {
    padding: 1rem;
  }
}
.cid-tPR4qStlr1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR4qStlr1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR4qStlr1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR4qStlr1 .modal-header .close:focus {
  outline: none;
}
.cid-tPR4qStlr1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR4qStlr1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR4qStlr1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR4qStlr1 .modal-body {
    padding: 1rem;
  }
}
.cid-tPR4qStlr1 .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-tPR4qStlr1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR4qStlr1 .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR4qStlr1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR4qStlr1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR4qStlr1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR4qStlr1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR4qStlr1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR4qStlr1 .modal-lg,
  .cid-tPR4qStlr1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR4qStlr1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR4qStlr1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR4qStlr1 .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-tPR4qStlr1 .form-group {
  margin-bottom: 1rem;
}
.cid-tPR4qStlr1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR4qStlr1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR4qStlr1 .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-tPR4qStlr1 .mbr-section-btn {
  margin: 0;
}
.cid-tPR4qStlr1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR4qStlr1 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR4qStlr1 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR4qStlr1 #creativecommons img,
.cid-tPR4qStlr1 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR4qT0OGD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tPR4qT0OGD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPR4qT0OGD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPR4qT0OGD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tPR4qT0OGD .bg-youtube:hover {
  background: #cc0000;
}
.cid-tPR4qT0OGD .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tPR4qT0OGD .bg-twitch:hover {
  background: #7313ff;
}
.cid-tPR4qT0OGD .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-tPR4qT0OGD [class^="socicon-"]:before,
.cid-tPR4qT0OGD [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPR4qT0OGD .mbr-section-title,
.cid-tPR4qT0OGD .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tPR4qTrESc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tPR4qTrESc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPR4qTrESc .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tPR4qTrESc .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-tPR4qTrESc .form-control:focus,
.cid-tPR4qTrESc .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tPR4qTrESc .form-group {
  margin-bottom: 1rem;
}
.cid-tPR4qTrESc input::-webkit-input-placeholder,
.cid-tPR4qTrESc textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tPR4qTrESc input:-moz-placeholder,
.cid-tPR4qTrESc textarea:-moz-placeholder {
  color: #656565;
}
.cid-tPR4qTrESc .jq-selectbox li,
.cid-tPR4qTrESc .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR4qTrESc .jq-selectbox li:hover,
.cid-tPR4qTrESc .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR4qTrESc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR4qTrESc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR4qTrESc textarea.form-control {
  resize: none;
}
.cid-tPR4qTrESc .input-group-btn {
  display: inline-block;
}
.cid-tPR4qTrESc .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tPR4qTrESc .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPR4qTrESc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPR4qTrESc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPR4qTrESc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tPR4qTrESc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tPR4qTrESc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPR4qTrESc .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tPR4qTrESc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPR4qTrESc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tPR4qTrESc .form-control,
.cid-tPR4qTrESc .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tPR4qTrESc #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR4qTrESc #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR4qTrESc #creativecommons img,
.cid-tPR4qTrESc iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR4qTrESc .offset-md-1 {
  margin-left: 1vw;
}
.cid-tPR4qUfk15 .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tPR4qUfk15 .my-float {
  margin-top: 16px;
}
.cid-tPR4qUfk15 P {
  color: #232323;
}
.cid-tPR4qUfk15 DIV {
  color: #ffffff;
}
.cid-tPR4qUfk15 H10 {
  color: #767676;
}
.cid-tPR4qUfk15 .hidden {
  display: none;
}
.cid-tSDKRtQCyC.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKRtQCyC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKRtQCyC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKRtQCyC .modal-content,
.cid-tSDKRtQCyC .modal-dialog {
  height: auto;
}
.cid-tSDKRtQCyC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKRtQCyC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKRtQCyC .form-wrapper .mbr-form .form-group,
  .cid-tSDKRtQCyC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKRtQCyC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKRtQCyC .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-tSDKRtQCyC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKRtQCyC .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKRtQCyC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKRtQCyC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKRtQCyC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKRtQCyC .modal-open {
  overflow: hidden;
}
.cid-tSDKRtQCyC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKRtQCyC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKRtQCyC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKRtQCyC .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-tSDKRtQCyC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKRtQCyC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKRtQCyC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKRtQCyC .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-tSDKRtQCyC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKRtQCyC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKRtQCyC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKRtQCyC .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKRtQCyC .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-tSDKRtQCyC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQCyC .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKRtQCyC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKRtQCyC .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKRtQCyC .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKRtQCyC .modal-header .close:focus {
  outline: none;
}
.cid-tSDKRtQCyC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKRtQCyC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKRtQCyC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQCyC .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKRtQCyC .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-tSDKRtQCyC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQCyC .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKRtQCyC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKRtQCyC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKRtQCyC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKRtQCyC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKRtQCyC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKRtQCyC .modal-lg,
  .cid-tSDKRtQCyC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKRtQCyC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKRtQCyC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKRtQCyC .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-tSDKRtQCyC .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKRtQCyC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKRtQCyC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKRtQCyC .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-tSDKRtQCyC .mbr-section-btn {
  margin: 0;
}
.cid-tSDKRtQCyC .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR0hiKKqS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPR0hiKKqS nav.navbar {
  position: fixed;
}
.cid-tPR0hiKKqS .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-tPR0hiKKqS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPR0hiKKqS .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tPR0hiKKqS #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tPR0hiKKqS .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tPR0hiKKqS .dropdown-item:hover,
.cid-tPR0hiKKqS .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tPR0hiKKqS .dropdown-item:hover span {
  color: white;
}
.cid-tPR0hiKKqS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPR0hiKKqS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPR0hiKKqS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tPR0hiKKqS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPR0hiKKqS .nav-link {
  position: relative;
}
.cid-tPR0hiKKqS .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tPR0hiKKqS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tPR0hiKKqS .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tPR0hiKKqS .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tPR0hiKKqS .dropdown-menu,
.cid-tPR0hiKKqS .navbar.opened {
  background: #353535 !important;
}
.cid-tPR0hiKKqS .nav-item:focus,
.cid-tPR0hiKKqS .nav-link:focus {
  outline: none;
}
.cid-tPR0hiKKqS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPR0hiKKqS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPR0hiKKqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPR0hiKKqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPR0hiKKqS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPR0hiKKqS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPR0hiKKqS .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-tPR0hiKKqS .navbar.opened {
  transition: all 0.3s;
}
.cid-tPR0hiKKqS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPR0hiKKqS .navbar .navbar-logo img {
  width: auto;
}
.cid-tPR0hiKKqS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPR0hiKKqS .navbar.collapsed {
  justify-content: center;
}
.cid-tPR0hiKKqS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPR0hiKKqS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPR0hiKKqS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPR0hiKKqS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPR0hiKKqS .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-tPR0hiKKqS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPR0hiKKqS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPR0hiKKqS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPR0hiKKqS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPR0hiKKqS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPR0hiKKqS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPR0hiKKqS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPR0hiKKqS .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-tPR0hiKKqS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPR0hiKKqS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPR0hiKKqS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPR0hiKKqS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPR0hiKKqS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPR0hiKKqS .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-tPR0hiKKqS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPR0hiKKqS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPR0hiKKqS .dropdown-item.active,
.cid-tPR0hiKKqS .dropdown-item:active {
  background-color: transparent;
}
.cid-tPR0hiKKqS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPR0hiKKqS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPR0hiKKqS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPR0hiKKqS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tPR0hiKKqS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPR0hiKKqS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPR0hiKKqS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPR0hiKKqS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPR0hiKKqS button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPR0hiKKqS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPR0hiKKqS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPR0hiKKqS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR0hiKKqS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR0hiKKqS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPR0hiKKqS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR0hiKKqS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPR0hiKKqS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPR0hiKKqS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR0hiKKqS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPR0hiKKqS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPR0hiKKqS .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-tPR0hiKKqS .navbar {
    height: 70px;
  }
  .cid-tPR0hiKKqS .navbar.opened {
    height: auto;
  }
  .cid-tPR0hiKKqS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPR0hiKKqS .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tPR0hiKKqS .navbar-toggler {
  margin-left: 10px;
}
.cid-tPR0hiKKqS .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-tPR0hiKKqS .navbar-logo {
  margin-right: 0 !important;
}
.cid-tPR0hiKKqS .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tPR0hiKKqS .mbr-text {
    display: none;
  }
}
.cid-tPR0hiKKqS .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tPR0hiKKqS .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tPR0hiKKqS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tPR0hiKKqS .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-tPR0hiKKqS #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-tPR0hiKKqS #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-tPR0hiKKqS #vol {
    display: none;
  }
}
.cid-tPR0hiKKqS .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tPR0hekYKG {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPR0hekYKG .mbr-section-title {
  color: #4479d9;
}
#custom-html-1kl body {
  background-color: black;
}
#custom-html-1kl .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1kl .complet {
  background-color: #000000;
}
#custom-html-1kl .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1kl .conteneurVideo iframe,
#custom-html-1kl .conteneurVideo object,
#custom-html-1kl .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1kl #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1kl .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1kl #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1kl .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1kl .donneesLecteur {
  padding-left: .5vw;
}
.cid-tPR0heN2XP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tPR0heN2XP .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tPR0heYBxq {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tPR0heYBxq .mbr-text {
  color: #ffffff;
}
.cid-tPR0heYBxq .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tPR0heYBxq .mbr-section-title {
  color: #4479d9;
}
.cid-tPR0heYBxq H1 {
  color: #4479d9;
}
.cid-tPR0heYBxq H2 {
  color: #4479d9;
}
.cid-tPR0heYBxq H3 {
  color: #4479d9;
}
.cid-tPR0heYBxq .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPR0heYBxq .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tPR0heYBxq .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tPR0heYBxq .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tPR0heYBxq .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR0heYBxq .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tPR0heYBxq .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tPR0heYBxq .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tPR0heYBxq .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tPR0heYBxq .play,
.cid-tPR0heYBxq .pause,
.cid-tPR0heYBxq .prev,
.cid-tPR0heYBxq .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tPR0heYBxq .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tPR0heYBxq #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tPR0heYBxq .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvQ2tej86 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvQ2tej86 .mbr-media {
  position: relative;
}
.cid-ubvQ2tej86 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvQ2tej86 img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvQ2tej86 img {
    max-width: 95%;
  }
}
.cid-ubvQ2tej86 h1 {
  line-height: 1.5;
}
.cid-ubvQ2tej86 .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvQ2tej86 .start:hover {
  background: #ff1f3f;
}
.cid-ubvQ2tej86 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvQ2tej86 a {
  background-image: none !important;
}
.cid-ubvQ2tej86 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvQ2tej86 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvQ2tej86 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvQ2tej86 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvQ2tej86 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvQ2tej86 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvQ2tej86 .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvQ2tej86 .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvQ2tej86 .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvQ2tej86 .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvQ2tej86 .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvQ2tej86 .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvQ2tej86 .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvQ2tej86 .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvQ2tej86 .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvQ2tej86 .playEnfant,
.cid-ubvQ2tej86 .pauseEnfant,
.cid-ubvQ2tej86 .prevEnfant,
.cid-ubvQ2tej86 .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvQ2tej86 .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvQ2tej86 #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvQ2tej86 .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvQ2tej86 .mbr-card-title,
.cid-ubvQ2tej86 .cards-wrapper {
  color: #ffa405;
}
.cid-ubvQ2tej86 .mbr-section-title P {
  text-align: right;
}
.cid-ubvQ3yrLCb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvQ3yrLCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvQ3yrLCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvQ3yrLCb .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvQ3yrLCb .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvQ3yrLCb .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvQ3yrLCb .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvQ3yrLCb .card-row {
  align-items: stretch;
}
.cid-ubvQ3yrLCb .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvQ3yrLCb .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvQ3yrLCb .couleur1 {
  background-color: royalblue;
}
.cid-ubvQ3yrLCb .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvQ3yrLCb .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvQ3yrLCb .card-box {
  height: 100%;
}
.cid-ubvQ3yrLCb .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvQ3yrLCb .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvQ3yrLCb .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvQ3yrLCb .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tPR0hflyyr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tPR0hflyyr .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tPR0hflyyr .mbr-text,
.cid-tPR0hflyyr .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tPR0hfMnp4.popup-builder {
  background-color: #ffffff;
}
.cid-tPR0hfMnp4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR0hfMnp4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR0hfMnp4 .modal-content,
.cid-tPR0hfMnp4 .modal-dialog {
  height: auto;
}
.cid-tPR0hfMnp4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR0hfMnp4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR0hfMnp4 .form-wrapper .mbr-form .form-group,
  .cid-tPR0hfMnp4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR0hfMnp4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR0hfMnp4 .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-tPR0hfMnp4 .mbr-text {
  text-align: center;
}
.cid-tPR0hfMnp4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR0hfMnp4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR0hfMnp4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR0hfMnp4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR0hfMnp4 .modal-open {
  overflow: hidden;
}
.cid-tPR0hfMnp4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR0hfMnp4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR0hfMnp4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR0hfMnp4 .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-tPR0hfMnp4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR0hfMnp4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR0hfMnp4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR0hfMnp4 .modal-content {
  background: #232323;
  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-tPR0hfMnp4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR0hfMnp4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR0hfMnp4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR0hfMnp4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR0hfMnp4 .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-tPR0hfMnp4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR0hfMnp4 .modal-header {
    padding: 1rem;
  }
}
.cid-tPR0hfMnp4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR0hfMnp4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR0hfMnp4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR0hfMnp4 .modal-header .close:focus {
  outline: none;
}
.cid-tPR0hfMnp4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR0hfMnp4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR0hfMnp4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR0hfMnp4 .modal-body {
    padding: 1rem;
  }
}
.cid-tPR0hfMnp4 .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-tPR0hfMnp4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR0hfMnp4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR0hfMnp4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR0hfMnp4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR0hfMnp4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR0hfMnp4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR0hfMnp4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR0hfMnp4 .modal-lg,
  .cid-tPR0hfMnp4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR0hfMnp4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR0hfMnp4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR0hfMnp4 .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-tPR0hfMnp4 .form-group {
  margin-bottom: 1rem;
}
.cid-tPR0hfMnp4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR0hfMnp4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR0hfMnp4 .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-tPR0hfMnp4 .mbr-section-btn {
  margin: 0;
}
.cid-tPR0hfMnp4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR0hfMnp4 .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tPR0hfMnp4 .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tPR0hg8BS1.popup-builder {
  background-color: #ffffff;
}
.cid-tPR0hg8BS1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPR0hg8BS1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPR0hg8BS1 .modal-content,
.cid-tPR0hg8BS1 .modal-dialog {
  height: auto;
}
.cid-tPR0hg8BS1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPR0hg8BS1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPR0hg8BS1 .form-wrapper .mbr-form .form-group,
  .cid-tPR0hg8BS1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPR0hg8BS1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPR0hg8BS1 .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-tPR0hg8BS1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tPR0hg8BS1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tPR0hg8BS1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPR0hg8BS1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPR0hg8BS1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPR0hg8BS1 .modal-open {
  overflow: hidden;
}
.cid-tPR0hg8BS1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPR0hg8BS1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPR0hg8BS1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPR0hg8BS1 .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-tPR0hg8BS1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPR0hg8BS1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPR0hg8BS1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPR0hg8BS1 .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-tPR0hg8BS1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPR0hg8BS1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPR0hg8BS1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPR0hg8BS1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tPR0hg8BS1 .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-tPR0hg8BS1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR0hg8BS1 .modal-header {
    padding: 1rem;
  }
}
.cid-tPR0hg8BS1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPR0hg8BS1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPR0hg8BS1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tPR0hg8BS1 .modal-header .close:focus {
  outline: none;
}
.cid-tPR0hg8BS1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPR0hg8BS1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPR0hg8BS1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR0hg8BS1 .modal-body {
    padding: 1rem;
  }
}
.cid-tPR0hg8BS1 .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-tPR0hg8BS1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPR0hg8BS1 .modal-footer {
    padding: 1rem;
  }
}
.cid-tPR0hg8BS1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPR0hg8BS1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPR0hg8BS1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPR0hg8BS1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPR0hg8BS1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPR0hg8BS1 .modal-lg,
  .cid-tPR0hg8BS1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPR0hg8BS1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPR0hg8BS1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPR0hg8BS1 .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-tPR0hg8BS1 .form-group {
  margin-bottom: 1rem;
}
.cid-tPR0hg8BS1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPR0hg8BS1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPR0hg8BS1 .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-tPR0hg8BS1 .mbr-section-btn {
  margin: 0;
}
.cid-tPR0hg8BS1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPR0hg8BS1 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR0hg8BS1 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR0hg8BS1 #creativecommons img,
.cid-tPR0hg8BS1 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR0hgCaIZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tPR0hgCaIZ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPR0hgCaIZ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPR0hgCaIZ .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tPR0hgCaIZ .bg-youtube:hover {
  background: #cc0000;
}
.cid-tPR0hgCaIZ .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tPR0hgCaIZ .bg-twitch:hover {
  background: #7313ff;
}
.cid-tPR0hgCaIZ .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-tPR0hgCaIZ [class^="socicon-"]:before,
.cid-tPR0hgCaIZ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPR0hgCaIZ .mbr-section-title,
.cid-tPR0hgCaIZ .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tPR0hh3A4U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tPR0hh3A4U .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPR0hh3A4U .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tPR0hh3A4U .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-tPR0hh3A4U .form-control:focus,
.cid-tPR0hh3A4U .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tPR0hh3A4U .form-group {
  margin-bottom: 1rem;
}
.cid-tPR0hh3A4U input::-webkit-input-placeholder,
.cid-tPR0hh3A4U textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tPR0hh3A4U input:-moz-placeholder,
.cid-tPR0hh3A4U textarea:-moz-placeholder {
  color: #656565;
}
.cid-tPR0hh3A4U .jq-selectbox li,
.cid-tPR0hh3A4U .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR0hh3A4U .jq-selectbox li:hover,
.cid-tPR0hh3A4U .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPR0hh3A4U .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR0hh3A4U .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPR0hh3A4U textarea.form-control {
  resize: none;
}
.cid-tPR0hh3A4U .input-group-btn {
  display: inline-block;
}
.cid-tPR0hh3A4U .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tPR0hh3A4U .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPR0hh3A4U .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPR0hh3A4U .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPR0hh3A4U .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tPR0hh3A4U .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tPR0hh3A4U .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPR0hh3A4U .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tPR0hh3A4U .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPR0hh3A4U .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tPR0hh3A4U .form-control,
.cid-tPR0hh3A4U .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tPR0hh3A4U #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPR0hh3A4U #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPR0hh3A4U #creativecommons img,
.cid-tPR0hh3A4U iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPR0hh3A4U .offset-md-1 {
  margin-left: 1vw;
}
.cid-tPR0hhVwkS .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tPR0hhVwkS .my-float {
  margin-top: 16px;
}
.cid-tPR0hhVwkS P {
  color: #232323;
}
.cid-tPR0hhVwkS DIV {
  color: #ffffff;
}
.cid-tPR0hhVwkS H10 {
  color: #767676;
}
.cid-tPR0hhVwkS .hidden {
  display: none;
}
.cid-tSDKRtQFtJ.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKRtQFtJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKRtQFtJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKRtQFtJ .modal-content,
.cid-tSDKRtQFtJ .modal-dialog {
  height: auto;
}
.cid-tSDKRtQFtJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKRtQFtJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKRtQFtJ .form-wrapper .mbr-form .form-group,
  .cid-tSDKRtQFtJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKRtQFtJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKRtQFtJ .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-tSDKRtQFtJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKRtQFtJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKRtQFtJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKRtQFtJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKRtQFtJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKRtQFtJ .modal-open {
  overflow: hidden;
}
.cid-tSDKRtQFtJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKRtQFtJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKRtQFtJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKRtQFtJ .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-tSDKRtQFtJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKRtQFtJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKRtQFtJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKRtQFtJ .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-tSDKRtQFtJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKRtQFtJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKRtQFtJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKRtQFtJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKRtQFtJ .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-tSDKRtQFtJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQFtJ .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKRtQFtJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKRtQFtJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKRtQFtJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKRtQFtJ .modal-header .close:focus {
  outline: none;
}
.cid-tSDKRtQFtJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKRtQFtJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKRtQFtJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQFtJ .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKRtQFtJ .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-tSDKRtQFtJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtQFtJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKRtQFtJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKRtQFtJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKRtQFtJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKRtQFtJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKRtQFtJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKRtQFtJ .modal-lg,
  .cid-tSDKRtQFtJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKRtQFtJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKRtQFtJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKRtQFtJ .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-tSDKRtQFtJ .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKRtQFtJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKRtQFtJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKRtQFtJ .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-tSDKRtQFtJ .mbr-section-btn {
  margin: 0;
}
.cid-tSDKRtQFtJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPRaTYcWxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPRaTYcWxq nav.navbar {
  position: fixed;
}
.cid-tPRaTYcWxq .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-tPRaTYcWxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPRaTYcWxq .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tPRaTYcWxq #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tPRaTYcWxq .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tPRaTYcWxq .dropdown-item:hover,
.cid-tPRaTYcWxq .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tPRaTYcWxq .dropdown-item:hover span {
  color: white;
}
.cid-tPRaTYcWxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPRaTYcWxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPRaTYcWxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tPRaTYcWxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPRaTYcWxq .nav-link {
  position: relative;
}
.cid-tPRaTYcWxq .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tPRaTYcWxq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tPRaTYcWxq .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tPRaTYcWxq .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tPRaTYcWxq .dropdown-menu,
.cid-tPRaTYcWxq .navbar.opened {
  background: #353535 !important;
}
.cid-tPRaTYcWxq .nav-item:focus,
.cid-tPRaTYcWxq .nav-link:focus {
  outline: none;
}
.cid-tPRaTYcWxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPRaTYcWxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPRaTYcWxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPRaTYcWxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPRaTYcWxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPRaTYcWxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPRaTYcWxq .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-tPRaTYcWxq .navbar.opened {
  transition: all 0.3s;
}
.cid-tPRaTYcWxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPRaTYcWxq .navbar .navbar-logo img {
  width: auto;
}
.cid-tPRaTYcWxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPRaTYcWxq .navbar.collapsed {
  justify-content: center;
}
.cid-tPRaTYcWxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPRaTYcWxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPRaTYcWxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPRaTYcWxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPRaTYcWxq .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-tPRaTYcWxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPRaTYcWxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPRaTYcWxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPRaTYcWxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPRaTYcWxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPRaTYcWxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPRaTYcWxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPRaTYcWxq .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-tPRaTYcWxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPRaTYcWxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPRaTYcWxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPRaTYcWxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPRaTYcWxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPRaTYcWxq .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-tPRaTYcWxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPRaTYcWxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPRaTYcWxq .dropdown-item.active,
.cid-tPRaTYcWxq .dropdown-item:active {
  background-color: transparent;
}
.cid-tPRaTYcWxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPRaTYcWxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPRaTYcWxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPRaTYcWxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tPRaTYcWxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPRaTYcWxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPRaTYcWxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPRaTYcWxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPRaTYcWxq button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPRaTYcWxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tPRaTYcWxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPRaTYcWxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPRaTYcWxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPRaTYcWxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPRaTYcWxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPRaTYcWxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPRaTYcWxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPRaTYcWxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPRaTYcWxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPRaTYcWxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPRaTYcWxq .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-tPRaTYcWxq .navbar {
    height: 70px;
  }
  .cid-tPRaTYcWxq .navbar.opened {
    height: auto;
  }
  .cid-tPRaTYcWxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPRaTYcWxq .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tPRaTYcWxq .navbar-toggler {
  margin-left: 10px;
}
.cid-tPRaTYcWxq .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-tPRaTYcWxq .navbar-logo {
  margin-right: 0 !important;
}
.cid-tPRaTYcWxq .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tPRaTYcWxq .mbr-text {
    display: none;
  }
}
.cid-tPRaTYcWxq .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tPRaTYcWxq .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tPRaTYcWxq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tPRaTYcWxq .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-tPRaTYcWxq #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-tPRaTYcWxq #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-tPRaTYcWxq #vol {
    display: none;
  }
}
.cid-tPRaTYcWxq .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tPRaTTR4ls {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPRaTTR4ls .mbr-section-title {
  color: #4479d9;
}
#custom-html-1n9 body {
  background-color: black;
}
#custom-html-1n9 .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1n9 .complet {
  background-color: #000000;
}
#custom-html-1n9 .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1n9 .conteneurVideo iframe,
#custom-html-1n9 .conteneurVideo object,
#custom-html-1n9 .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1n9 #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1n9 .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1n9 #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1n9 .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1n9 .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkBqx7Put {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkBqx7Put .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-tPRaTUDFm7 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tPRaTUDFm7 .mbr-text {
  color: #ffffff;
}
.cid-tPRaTUDFm7 .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-tPRaTUDFm7 .mbr-section-title {
  color: #4479d9;
}
.cid-tPRaTUDFm7 H1 {
  color: #4479d9;
}
.cid-tPRaTUDFm7 H2 {
  color: #4479d9;
}
.cid-tPRaTUDFm7 H3 {
  color: #4479d9;
}
.cid-tPRaTUDFm7 .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPRaTUDFm7 .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-tPRaTUDFm7 .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-tPRaTUDFm7 .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-tPRaTUDFm7 .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-tPRaTUDFm7 .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-tPRaTUDFm7 .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-tPRaTUDFm7 .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-tPRaTUDFm7 .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-tPRaTUDFm7 .play,
.cid-tPRaTUDFm7 .pause,
.cid-tPRaTUDFm7 .prev,
.cid-tPRaTUDFm7 .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-tPRaTUDFm7 .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-tPRaTUDFm7 #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-tPRaTUDFm7 .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvUV48VM1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvUV48VM1 .mbr-media {
  position: relative;
}
.cid-ubvUV48VM1 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvUV48VM1 img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvUV48VM1 img {
    max-width: 95%;
  }
}
.cid-ubvUV48VM1 h1 {
  line-height: 1.5;
}
.cid-ubvUV48VM1 .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvUV48VM1 .start:hover {
  background: #ff1f3f;
}
.cid-ubvUV48VM1 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvUV48VM1 a {
  background-image: none !important;
}
.cid-ubvUV48VM1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvUV48VM1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvUV48VM1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvUV48VM1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvUV48VM1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvUV48VM1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubvUV48VM1 .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvUV48VM1 .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvUV48VM1 .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvUV48VM1 .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvUV48VM1 .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvUV48VM1 .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvUV48VM1 .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvUV48VM1 .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvUV48VM1 .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvUV48VM1 .playEnfant,
.cid-ubvUV48VM1 .pauseEnfant,
.cid-ubvUV48VM1 .prevEnfant,
.cid-ubvUV48VM1 .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvUV48VM1 .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvUV48VM1 #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvUV48VM1 .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvUV48VM1 .mbr-card-title,
.cid-ubvUV48VM1 .cards-wrapper {
  color: #ffa405;
}
.cid-ubvUV48VM1 .mbr-section-title P {
  text-align: right;
}
.cid-ubvUVUBZyx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvUVUBZyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvUVUBZyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvUVUBZyx .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvUVUBZyx .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvUVUBZyx .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvUVUBZyx .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvUVUBZyx .card-row {
  align-items: stretch;
}
.cid-ubvUVUBZyx .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvUVUBZyx .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvUVUBZyx .couleur1 {
  background-color: royalblue;
}
.cid-ubvUVUBZyx .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvUVUBZyx .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvUVUBZyx .card-box {
  height: 100%;
}
.cid-ubvUVUBZyx .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvUVUBZyx .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvUVUBZyx .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvUVUBZyx .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-tPRaTUX6EJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tPRaTUX6EJ .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-tPRaTUX6EJ .mbr-text,
.cid-tPRaTUX6EJ .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-tPRaTVmzbc.popup-builder {
  background-color: #ffffff;
}
.cid-tPRaTVmzbc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPRaTVmzbc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPRaTVmzbc .modal-content,
.cid-tPRaTVmzbc .modal-dialog {
  height: auto;
}
.cid-tPRaTVmzbc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPRaTVmzbc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPRaTVmzbc .form-wrapper .mbr-form .form-group,
  .cid-tPRaTVmzbc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPRaTVmzbc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPRaTVmzbc .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-tPRaTVmzbc .mbr-text {
  text-align: center;
}
.cid-tPRaTVmzbc .pt-0 {
  padding-top: 0 !important;
}
.cid-tPRaTVmzbc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPRaTVmzbc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPRaTVmzbc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPRaTVmzbc .modal-open {
  overflow: hidden;
}
.cid-tPRaTVmzbc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPRaTVmzbc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPRaTVmzbc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPRaTVmzbc .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-tPRaTVmzbc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPRaTVmzbc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPRaTVmzbc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPRaTVmzbc .modal-content {
  background: #232323;
  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-tPRaTVmzbc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPRaTVmzbc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPRaTVmzbc .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPRaTVmzbc .modal-backdrop.show {
  opacity: .5;
}
.cid-tPRaTVmzbc .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-tPRaTVmzbc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPRaTVmzbc .modal-header {
    padding: 1rem;
  }
}
.cid-tPRaTVmzbc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPRaTVmzbc .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPRaTVmzbc .modal-header .close:hover {
  opacity: 1;
}
.cid-tPRaTVmzbc .modal-header .close:focus {
  outline: none;
}
.cid-tPRaTVmzbc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPRaTVmzbc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPRaTVmzbc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPRaTVmzbc .modal-body {
    padding: 1rem;
  }
}
.cid-tPRaTVmzbc .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-tPRaTVmzbc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPRaTVmzbc .modal-footer {
    padding: 1rem;
  }
}
.cid-tPRaTVmzbc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPRaTVmzbc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPRaTVmzbc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPRaTVmzbc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPRaTVmzbc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPRaTVmzbc .modal-lg,
  .cid-tPRaTVmzbc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPRaTVmzbc .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPRaTVmzbc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPRaTVmzbc .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-tPRaTVmzbc .form-group {
  margin-bottom: 1rem;
}
.cid-tPRaTVmzbc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPRaTVmzbc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPRaTVmzbc .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-tPRaTVmzbc .mbr-section-btn {
  margin: 0;
}
.cid-tPRaTVmzbc .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPRaTVmzbc .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-tPRaTVmzbc .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-tPRaTVIMiV.popup-builder {
  background-color: #ffffff;
}
.cid-tPRaTVIMiV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPRaTVIMiV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPRaTVIMiV .modal-content,
.cid-tPRaTVIMiV .modal-dialog {
  height: auto;
}
.cid-tPRaTVIMiV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPRaTVIMiV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPRaTVIMiV .form-wrapper .mbr-form .form-group,
  .cid-tPRaTVIMiV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPRaTVIMiV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPRaTVIMiV .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-tPRaTVIMiV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tPRaTVIMiV .pt-0 {
  padding-top: 0 !important;
}
.cid-tPRaTVIMiV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPRaTVIMiV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPRaTVIMiV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPRaTVIMiV .modal-open {
  overflow: hidden;
}
.cid-tPRaTVIMiV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPRaTVIMiV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPRaTVIMiV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPRaTVIMiV .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-tPRaTVIMiV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPRaTVIMiV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPRaTVIMiV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPRaTVIMiV .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-tPRaTVIMiV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPRaTVIMiV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPRaTVIMiV .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPRaTVIMiV .modal-backdrop.show {
  opacity: .5;
}
.cid-tPRaTVIMiV .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-tPRaTVIMiV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPRaTVIMiV .modal-header {
    padding: 1rem;
  }
}
.cid-tPRaTVIMiV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPRaTVIMiV .modal-header .close svg {
  fill: #ffffff;
}
.cid-tPRaTVIMiV .modal-header .close:hover {
  opacity: 1;
}
.cid-tPRaTVIMiV .modal-header .close:focus {
  outline: none;
}
.cid-tPRaTVIMiV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tPRaTVIMiV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPRaTVIMiV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPRaTVIMiV .modal-body {
    padding: 1rem;
  }
}
.cid-tPRaTVIMiV .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-tPRaTVIMiV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPRaTVIMiV .modal-footer {
    padding: 1rem;
  }
}
.cid-tPRaTVIMiV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPRaTVIMiV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPRaTVIMiV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPRaTVIMiV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPRaTVIMiV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPRaTVIMiV .modal-lg,
  .cid-tPRaTVIMiV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPRaTVIMiV .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPRaTVIMiV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPRaTVIMiV .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-tPRaTVIMiV .form-group {
  margin-bottom: 1rem;
}
.cid-tPRaTVIMiV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPRaTVIMiV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPRaTVIMiV .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-tPRaTVIMiV .mbr-section-btn {
  margin: 0;
}
.cid-tPRaTVIMiV .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPRaTVIMiV #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPRaTVIMiV #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPRaTVIMiV #creativecommons img,
.cid-tPRaTVIMiV iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPRaTWeU3s {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tPRaTWeU3s .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tPRaTWeU3s .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tPRaTWeU3s .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tPRaTWeU3s .bg-youtube:hover {
  background: #cc0000;
}
.cid-tPRaTWeU3s .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tPRaTWeU3s .bg-twitch:hover {
  background: #7313ff;
}
.cid-tPRaTWeU3s .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-tPRaTWeU3s [class^="socicon-"]:before,
.cid-tPRaTWeU3s [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPRaTWeU3s .mbr-section-title,
.cid-tPRaTWeU3s .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tPRaTWJF1p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tPRaTWJF1p .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPRaTWJF1p .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tPRaTWJF1p .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-tPRaTWJF1p .form-control:focus,
.cid-tPRaTWJF1p .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tPRaTWJF1p .form-group {
  margin-bottom: 1rem;
}
.cid-tPRaTWJF1p input::-webkit-input-placeholder,
.cid-tPRaTWJF1p textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tPRaTWJF1p input:-moz-placeholder,
.cid-tPRaTWJF1p textarea:-moz-placeholder {
  color: #656565;
}
.cid-tPRaTWJF1p .jq-selectbox li,
.cid-tPRaTWJF1p .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPRaTWJF1p .jq-selectbox li:hover,
.cid-tPRaTWJF1p .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tPRaTWJF1p .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPRaTWJF1p .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tPRaTWJF1p textarea.form-control {
  resize: none;
}
.cid-tPRaTWJF1p .input-group-btn {
  display: inline-block;
}
.cid-tPRaTWJF1p .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tPRaTWJF1p .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPRaTWJF1p .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPRaTWJF1p .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPRaTWJF1p .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tPRaTWJF1p .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tPRaTWJF1p .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPRaTWJF1p .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tPRaTWJF1p .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPRaTWJF1p .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tPRaTWJF1p .form-control,
.cid-tPRaTWJF1p .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tPRaTWJF1p #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tPRaTWJF1p #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tPRaTWJF1p #creativecommons img,
.cid-tPRaTWJF1p iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tPRaTWJF1p .offset-md-1 {
  margin-left: 1vw;
}
.cid-tPRaTXJeYt .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-tPRaTXJeYt .my-float {
  margin-top: 16px;
}
.cid-tPRaTXJeYt P {
  color: #232323;
}
.cid-tPRaTXJeYt DIV {
  color: #ffffff;
}
.cid-tPRaTXJeYt H10 {
  color: #767676;
}
.cid-tPRaTXJeYt .hidden {
  display: none;
}
.cid-tSDKRtRoHp.popup-builder {
  background-color: #ffffff;
}
.cid-tSDKRtRoHp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDKRtRoHp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDKRtRoHp .modal-content,
.cid-tSDKRtRoHp .modal-dialog {
  height: auto;
}
.cid-tSDKRtRoHp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDKRtRoHp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDKRtRoHp .form-wrapper .mbr-form .form-group,
  .cid-tSDKRtRoHp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDKRtRoHp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDKRtRoHp .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-tSDKRtRoHp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDKRtRoHp .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDKRtRoHp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDKRtRoHp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDKRtRoHp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDKRtRoHp .modal-open {
  overflow: hidden;
}
.cid-tSDKRtRoHp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDKRtRoHp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDKRtRoHp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDKRtRoHp .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-tSDKRtRoHp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDKRtRoHp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDKRtRoHp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDKRtRoHp .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-tSDKRtRoHp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDKRtRoHp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDKRtRoHp .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDKRtRoHp .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDKRtRoHp .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-tSDKRtRoHp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtRoHp .modal-header {
    padding: 1rem;
  }
}
.cid-tSDKRtRoHp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDKRtRoHp .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDKRtRoHp .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDKRtRoHp .modal-header .close:focus {
  outline: none;
}
.cid-tSDKRtRoHp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDKRtRoHp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDKRtRoHp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtRoHp .modal-body {
    padding: 1rem;
  }
}
.cid-tSDKRtRoHp .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-tSDKRtRoHp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDKRtRoHp .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDKRtRoHp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDKRtRoHp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDKRtRoHp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDKRtRoHp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDKRtRoHp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDKRtRoHp .modal-lg,
  .cid-tSDKRtRoHp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDKRtRoHp .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDKRtRoHp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDKRtRoHp .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-tSDKRtRoHp .form-group {
  margin-bottom: 1rem;
}
.cid-tSDKRtRoHp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDKRtRoHp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDKRtRoHp .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-tSDKRtRoHp .mbr-section-btn {
  margin: 0;
}
.cid-tSDKRtRoHp .mbr-section-btn .btn {
  margin: 0;
}
.cid-ub2bJXWnsl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ub2bJXWnsl nav.navbar {
  position: fixed;
}
.cid-ub2bJXWnsl .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-ub2bJXWnsl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ub2bJXWnsl .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-ub2bJXWnsl #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-ub2bJXWnsl .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ub2bJXWnsl .dropdown-item:hover,
.cid-ub2bJXWnsl .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ub2bJXWnsl .dropdown-item:hover span {
  color: white;
}
.cid-ub2bJXWnsl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ub2bJXWnsl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ub2bJXWnsl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ub2bJXWnsl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ub2bJXWnsl .nav-link {
  position: relative;
}
.cid-ub2bJXWnsl .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ub2bJXWnsl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ub2bJXWnsl .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ub2bJXWnsl .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ub2bJXWnsl .dropdown-menu,
.cid-ub2bJXWnsl .navbar.opened {
  background: #353535 !important;
}
.cid-ub2bJXWnsl .nav-item:focus,
.cid-ub2bJXWnsl .nav-link:focus {
  outline: none;
}
.cid-ub2bJXWnsl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub2bJXWnsl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub2bJXWnsl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub2bJXWnsl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub2bJXWnsl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub2bJXWnsl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub2bJXWnsl .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-ub2bJXWnsl .navbar.opened {
  transition: all 0.3s;
}
.cid-ub2bJXWnsl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub2bJXWnsl .navbar .navbar-logo img {
  width: auto;
}
.cid-ub2bJXWnsl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub2bJXWnsl .navbar.collapsed {
  justify-content: center;
}
.cid-ub2bJXWnsl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub2bJXWnsl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub2bJXWnsl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub2bJXWnsl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub2bJXWnsl .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-ub2bJXWnsl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub2bJXWnsl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub2bJXWnsl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ub2bJXWnsl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub2bJXWnsl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub2bJXWnsl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub2bJXWnsl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub2bJXWnsl .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-ub2bJXWnsl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub2bJXWnsl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub2bJXWnsl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ub2bJXWnsl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub2bJXWnsl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub2bJXWnsl .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-ub2bJXWnsl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub2bJXWnsl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub2bJXWnsl .dropdown-item.active,
.cid-ub2bJXWnsl .dropdown-item:active {
  background-color: transparent;
}
.cid-ub2bJXWnsl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub2bJXWnsl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub2bJXWnsl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub2bJXWnsl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ub2bJXWnsl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub2bJXWnsl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub2bJXWnsl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub2bJXWnsl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ub2bJXWnsl button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub2bJXWnsl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ub2bJXWnsl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub2bJXWnsl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub2bJXWnsl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub2bJXWnsl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub2bJXWnsl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub2bJXWnsl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub2bJXWnsl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub2bJXWnsl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub2bJXWnsl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ub2bJXWnsl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub2bJXWnsl .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-ub2bJXWnsl .navbar {
    height: 70px;
  }
  .cid-ub2bJXWnsl .navbar.opened {
    height: auto;
  }
  .cid-ub2bJXWnsl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub2bJXWnsl .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ub2bJXWnsl .navbar-toggler {
  margin-left: 10px;
}
.cid-ub2bJXWnsl .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-ub2bJXWnsl .navbar-logo {
  margin-right: 0 !important;
}
.cid-ub2bJXWnsl .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ub2bJXWnsl .mbr-text {
    display: none;
  }
}
.cid-ub2bJXWnsl .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ub2bJXWnsl .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ub2bJXWnsl .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ub2bJXWnsl .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-ub2bJXWnsl #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-ub2bJXWnsl #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-ub2bJXWnsl #vol {
    display: none;
  }
}
.cid-ub2bJXWnsl .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ub2bJTBcAP {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ub2bJTBcAP .mbr-section-title {
  color: #4479d9;
}
#custom-html-1oo body {
  background-color: black;
}
#custom-html-1oo .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1oo .complet {
  background-color: #000000;
}
#custom-html-1oo .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1oo .conteneurVideo iframe,
#custom-html-1oo .conteneurVideo object,
#custom-html-1oo .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1oo #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1oo .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1oo #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1oo .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1oo .donneesLecteur {
  padding-left: .5vw;
}
.cid-ubkBE3eHlu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubkBE3eHlu .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-ub2bJUn1jU {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ub2bJUn1jU .mbr-text {
  color: #ffffff;
}
.cid-ub2bJUn1jU .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-ub2bJUn1jU .mbr-section-title {
  color: #4479d9;
}
.cid-ub2bJUn1jU H1 {
  color: #4479d9;
}
.cid-ub2bJUn1jU H2 {
  color: #4479d9;
}
.cid-ub2bJUn1jU H3 {
  color: #4479d9;
}
.cid-ub2bJUn1jU .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-ub2bJUn1jU .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ub2bJUn1jU .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ub2bJUn1jU .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ub2bJUn1jU .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-ub2bJUn1jU .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ub2bJUn1jU .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ub2bJUn1jU .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ub2bJUn1jU .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-ub2bJUn1jU .play,
.cid-ub2bJUn1jU .pause,
.cid-ub2bJUn1jU .prev,
.cid-ub2bJUn1jU .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ub2bJUn1jU .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ub2bJUn1jU #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ub2bJUn1jU .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-ubvUcrLDEw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubvUcrLDEw .mbr-media {
  position: relative;
}
.cid-ubvUcrLDEw .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-ubvUcrLDEw img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-ubvUcrLDEw img {
    max-width: 95%;
  }
}
.cid-ubvUcrLDEw h1 {
  line-height: 1.5;
}
.cid-ubvUcrLDEw .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-ubvUcrLDEw .start:hover {
  background: #ff1f3f;
}
.cid-ubvUcrLDEw .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-ubvUcrLDEw a {
  background-image: none !important;
}
.cid-ubvUcrLDEw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubvUcrLDEw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubvUcrLDEw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubvUcrLDEw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubvUcrLDEw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubvUcrLDEw .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ubvUcrLDEw .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubvUcrLDEw .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-ubvUcrLDEw .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-ubvUcrLDEw .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-ubvUcrLDEw .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvUcrLDEw .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-ubvUcrLDEw .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-ubvUcrLDEw .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-ubvUcrLDEw .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-ubvUcrLDEw .playEnfant,
.cid-ubvUcrLDEw .pauseEnfant,
.cid-ubvUcrLDEw .prevEnfant,
.cid-ubvUcrLDEw .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-ubvUcrLDEw .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-ubvUcrLDEw #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-ubvUcrLDEw .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-ubvUcrLDEw .mbr-card-title,
.cid-ubvUcrLDEw .cards-wrapper {
  color: #ffa405;
}
.cid-ubvUdaEIU1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubvUdaEIU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvUdaEIU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvUdaEIU1 .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ubvUdaEIU1 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-ubvUdaEIU1 .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-ubvUdaEIU1 .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-ubvUdaEIU1 .card-row {
  align-items: stretch;
}
.cid-ubvUdaEIU1 .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ubvUdaEIU1 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-ubvUdaEIU1 .couleur1 {
  background-color: royalblue;
}
.cid-ubvUdaEIU1 .couleur2 {
  background-color: dodgerblue;
}
.cid-ubvUdaEIU1 .couleur3 {
  background-color: cornflowerblue;
}
.cid-ubvUdaEIU1 .card-box {
  height: 100%;
}
.cid-ubvUdaEIU1 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-ubvUdaEIU1 .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-ubvUdaEIU1 .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-ubvUdaEIU1 .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZ3H7KOe0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZ3H7KOe0B .btn {
  border-radius: 1vh;
}
.cid-ub2bJUGW3l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ub2bJUGW3l .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ub2bJUGW3l .mbr-text,
.cid-ub2bJUGW3l .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ub2bJVdssu.popup-builder {
  background-color: #ffffff;
}
.cid-ub2bJVdssu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ub2bJVdssu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ub2bJVdssu .modal-content,
.cid-ub2bJVdssu .modal-dialog {
  height: auto;
}
.cid-ub2bJVdssu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ub2bJVdssu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ub2bJVdssu .form-wrapper .mbr-form .form-group,
  .cid-ub2bJVdssu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ub2bJVdssu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ub2bJVdssu .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-ub2bJVdssu .mbr-text {
  text-align: center;
}
.cid-ub2bJVdssu .pt-0 {
  padding-top: 0 !important;
}
.cid-ub2bJVdssu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ub2bJVdssu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ub2bJVdssu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ub2bJVdssu .modal-open {
  overflow: hidden;
}
.cid-ub2bJVdssu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ub2bJVdssu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ub2bJVdssu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ub2bJVdssu .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-ub2bJVdssu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ub2bJVdssu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ub2bJVdssu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ub2bJVdssu .modal-content {
  background: #232323;
  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-ub2bJVdssu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ub2bJVdssu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ub2bJVdssu .modal-backdrop.fade {
  opacity: 0;
}
.cid-ub2bJVdssu .modal-backdrop.show {
  opacity: .5;
}
.cid-ub2bJVdssu .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-ub2bJVdssu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ub2bJVdssu .modal-header {
    padding: 1rem;
  }
}
.cid-ub2bJVdssu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ub2bJVdssu .modal-header .close svg {
  fill: #ffffff;
}
.cid-ub2bJVdssu .modal-header .close:hover {
  opacity: 1;
}
.cid-ub2bJVdssu .modal-header .close:focus {
  outline: none;
}
.cid-ub2bJVdssu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ub2bJVdssu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ub2bJVdssu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub2bJVdssu .modal-body {
    padding: 1rem;
  }
}
.cid-ub2bJVdssu .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-ub2bJVdssu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub2bJVdssu .modal-footer {
    padding: 1rem;
  }
}
.cid-ub2bJVdssu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ub2bJVdssu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ub2bJVdssu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ub2bJVdssu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ub2bJVdssu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ub2bJVdssu .modal-lg,
  .cid-ub2bJVdssu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ub2bJVdssu .modal-xl {
    max-width: 1140px;
  }
}
.cid-ub2bJVdssu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ub2bJVdssu .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-ub2bJVdssu .form-group {
  margin-bottom: 1rem;
}
.cid-ub2bJVdssu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ub2bJVdssu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ub2bJVdssu .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-ub2bJVdssu .mbr-section-btn {
  margin: 0;
}
.cid-ub2bJVdssu .mbr-section-btn .btn {
  margin: 0;
}
.cid-ub2bJVdssu .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-ub2bJVdssu .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-ub2bJVAveF.popup-builder {
  background-color: #ffffff;
}
.cid-ub2bJVAveF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ub2bJVAveF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ub2bJVAveF .modal-content,
.cid-ub2bJVAveF .modal-dialog {
  height: auto;
}
.cid-ub2bJVAveF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ub2bJVAveF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ub2bJVAveF .form-wrapper .mbr-form .form-group,
  .cid-ub2bJVAveF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ub2bJVAveF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ub2bJVAveF .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-ub2bJVAveF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ub2bJVAveF .pt-0 {
  padding-top: 0 !important;
}
.cid-ub2bJVAveF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ub2bJVAveF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ub2bJVAveF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ub2bJVAveF .modal-open {
  overflow: hidden;
}
.cid-ub2bJVAveF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ub2bJVAveF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ub2bJVAveF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ub2bJVAveF .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-ub2bJVAveF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ub2bJVAveF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ub2bJVAveF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ub2bJVAveF .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-ub2bJVAveF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ub2bJVAveF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ub2bJVAveF .modal-backdrop.fade {
  opacity: 0;
}
.cid-ub2bJVAveF .modal-backdrop.show {
  opacity: .5;
}
.cid-ub2bJVAveF .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-ub2bJVAveF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ub2bJVAveF .modal-header {
    padding: 1rem;
  }
}
.cid-ub2bJVAveF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ub2bJVAveF .modal-header .close svg {
  fill: #ffffff;
}
.cid-ub2bJVAveF .modal-header .close:hover {
  opacity: 1;
}
.cid-ub2bJVAveF .modal-header .close:focus {
  outline: none;
}
.cid-ub2bJVAveF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ub2bJVAveF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ub2bJVAveF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub2bJVAveF .modal-body {
    padding: 1rem;
  }
}
.cid-ub2bJVAveF .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-ub2bJVAveF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub2bJVAveF .modal-footer {
    padding: 1rem;
  }
}
.cid-ub2bJVAveF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ub2bJVAveF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ub2bJVAveF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ub2bJVAveF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ub2bJVAveF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ub2bJVAveF .modal-lg,
  .cid-ub2bJVAveF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ub2bJVAveF .modal-xl {
    max-width: 1140px;
  }
}
.cid-ub2bJVAveF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ub2bJVAveF .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-ub2bJVAveF .form-group {
  margin-bottom: 1rem;
}
.cid-ub2bJVAveF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ub2bJVAveF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ub2bJVAveF .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-ub2bJVAveF .mbr-section-btn {
  margin: 0;
}
.cid-ub2bJVAveF .mbr-section-btn .btn {
  margin: 0;
}
.cid-ub2bJVAveF #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ub2bJVAveF #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ub2bJVAveF #creativecommons img,
.cid-ub2bJVAveF iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ub2bJW4NXH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ub2bJW4NXH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ub2bJW4NXH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ub2bJW4NXH .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ub2bJW4NXH .bg-youtube:hover {
  background: #cc0000;
}
.cid-ub2bJW4NXH .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ub2bJW4NXH .bg-twitch:hover {
  background: #7313ff;
}
.cid-ub2bJW4NXH .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-ub2bJW4NXH [class^="socicon-"]:before,
.cid-ub2bJW4NXH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ub2bJW4NXH .mbr-section-title,
.cid-ub2bJW4NXH .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ub2bJWy136 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ub2bJWy136 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ub2bJWy136 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ub2bJWy136 .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-ub2bJWy136 .form-control:focus,
.cid-ub2bJWy136 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ub2bJWy136 .form-group {
  margin-bottom: 1rem;
}
.cid-ub2bJWy136 input::-webkit-input-placeholder,
.cid-ub2bJWy136 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ub2bJWy136 input:-moz-placeholder,
.cid-ub2bJWy136 textarea:-moz-placeholder {
  color: #656565;
}
.cid-ub2bJWy136 .jq-selectbox li,
.cid-ub2bJWy136 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ub2bJWy136 .jq-selectbox li:hover,
.cid-ub2bJWy136 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ub2bJWy136 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ub2bJWy136 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ub2bJWy136 textarea.form-control {
  resize: none;
}
.cid-ub2bJWy136 .input-group-btn {
  display: inline-block;
}
.cid-ub2bJWy136 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ub2bJWy136 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ub2bJWy136 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ub2bJWy136 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ub2bJWy136 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ub2bJWy136 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ub2bJWy136 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ub2bJWy136 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ub2bJWy136 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ub2bJWy136 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ub2bJWy136 .form-control,
.cid-ub2bJWy136 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ub2bJWy136 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ub2bJWy136 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ub2bJWy136 #creativecommons img,
.cid-ub2bJWy136 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ub2bJWy136 .offset-md-1 {
  margin-left: 1vw;
}
.cid-ub2bJXvm3U .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-ub2bJXvm3U .my-float {
  margin-top: 16px;
}
.cid-ub2bJXvm3U P {
  color: #232323;
}
.cid-ub2bJXvm3U DIV {
  color: #ffffff;
}
.cid-ub2bJXvm3U H10 {
  color: #767676;
}
.cid-ub2bJXvm3U .hidden {
  display: none;
}
.cid-ub2bJYvi29.popup-builder {
  background-color: #ffffff;
}
.cid-ub2bJYvi29.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ub2bJYvi29.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ub2bJYvi29 .modal-content,
.cid-ub2bJYvi29 .modal-dialog {
  height: auto;
}
.cid-ub2bJYvi29 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ub2bJYvi29 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ub2bJYvi29 .form-wrapper .mbr-form .form-group,
  .cid-ub2bJYvi29 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ub2bJYvi29 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ub2bJYvi29 .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-ub2bJYvi29 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ub2bJYvi29 .pt-0 {
  padding-top: 0 !important;
}
.cid-ub2bJYvi29 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ub2bJYvi29 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ub2bJYvi29 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ub2bJYvi29 .modal-open {
  overflow: hidden;
}
.cid-ub2bJYvi29 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ub2bJYvi29 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ub2bJYvi29 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ub2bJYvi29 .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-ub2bJYvi29 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ub2bJYvi29 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ub2bJYvi29 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ub2bJYvi29 .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-ub2bJYvi29 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ub2bJYvi29 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ub2bJYvi29 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ub2bJYvi29 .modal-backdrop.show {
  opacity: .5;
}
.cid-ub2bJYvi29 .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-ub2bJYvi29 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ub2bJYvi29 .modal-header {
    padding: 1rem;
  }
}
.cid-ub2bJYvi29 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ub2bJYvi29 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ub2bJYvi29 .modal-header .close:hover {
  opacity: 1;
}
.cid-ub2bJYvi29 .modal-header .close:focus {
  outline: none;
}
.cid-ub2bJYvi29 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ub2bJYvi29 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ub2bJYvi29 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub2bJYvi29 .modal-body {
    padding: 1rem;
  }
}
.cid-ub2bJYvi29 .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-ub2bJYvi29 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub2bJYvi29 .modal-footer {
    padding: 1rem;
  }
}
.cid-ub2bJYvi29 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ub2bJYvi29 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ub2bJYvi29 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ub2bJYvi29 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ub2bJYvi29 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ub2bJYvi29 .modal-lg,
  .cid-ub2bJYvi29 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ub2bJYvi29 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ub2bJYvi29 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ub2bJYvi29 .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-ub2bJYvi29 .form-group {
  margin-bottom: 1rem;
}
.cid-ub2bJYvi29 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ub2bJYvi29 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ub2bJYvi29 .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-ub2bJYvi29 .mbr-section-btn {
  margin: 0;
}
.cid-ub2bJYvi29 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGJ5sW68We {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uGJ5sW68We nav.navbar {
  position: fixed;
}
.cid-uGJ5sW68We .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-uGJ5sW68We .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGJ5sW68We .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uGJ5sW68We #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uGJ5sW68We .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uGJ5sW68We .dropdown-item:hover,
.cid-uGJ5sW68We .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uGJ5sW68We .dropdown-item:hover span {
  color: white;
}
.cid-uGJ5sW68We .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGJ5sW68We .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGJ5sW68We .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uGJ5sW68We .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGJ5sW68We .nav-link {
  position: relative;
}
.cid-uGJ5sW68We .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uGJ5sW68We .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uGJ5sW68We .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uGJ5sW68We .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uGJ5sW68We .dropdown-menu,
.cid-uGJ5sW68We .navbar.opened {
  background: #353535 !important;
}
.cid-uGJ5sW68We .nav-item:focus,
.cid-uGJ5sW68We .nav-link:focus {
  outline: none;
}
.cid-uGJ5sW68We .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGJ5sW68We .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGJ5sW68We .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGJ5sW68We .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGJ5sW68We .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGJ5sW68We .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGJ5sW68We .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-uGJ5sW68We .navbar.opened {
  transition: all 0.3s;
}
.cid-uGJ5sW68We .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGJ5sW68We .navbar .navbar-logo img {
  width: auto;
}
.cid-uGJ5sW68We .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGJ5sW68We .navbar.collapsed {
  justify-content: center;
}
.cid-uGJ5sW68We .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGJ5sW68We .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGJ5sW68We .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGJ5sW68We .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGJ5sW68We .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-uGJ5sW68We .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGJ5sW68We .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGJ5sW68We .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGJ5sW68We .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGJ5sW68We .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGJ5sW68We .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGJ5sW68We .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGJ5sW68We .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-uGJ5sW68We .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGJ5sW68We .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGJ5sW68We .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGJ5sW68We .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGJ5sW68We .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGJ5sW68We .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-uGJ5sW68We .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGJ5sW68We .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGJ5sW68We .dropdown-item.active,
.cid-uGJ5sW68We .dropdown-item:active {
  background-color: transparent;
}
.cid-uGJ5sW68We .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGJ5sW68We .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGJ5sW68We .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGJ5sW68We .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uGJ5sW68We .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGJ5sW68We .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGJ5sW68We ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGJ5sW68We .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGJ5sW68We button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGJ5sW68We button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uGJ5sW68We button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGJ5sW68We button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGJ5sW68We button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGJ5sW68We button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGJ5sW68We nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGJ5sW68We nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGJ5sW68We nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGJ5sW68We nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGJ5sW68We .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGJ5sW68We a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGJ5sW68We .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-uGJ5sW68We .navbar {
    height: 70px;
  }
  .cid-uGJ5sW68We .navbar.opened {
    height: auto;
  }
  .cid-uGJ5sW68We .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGJ5sW68We .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uGJ5sW68We .navbar-toggler {
  margin-left: 10px;
}
.cid-uGJ5sW68We .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-uGJ5sW68We .navbar-logo {
  margin-right: 0 !important;
}
.cid-uGJ5sW68We .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uGJ5sW68We .mbr-text {
    display: none;
  }
}
.cid-uGJ5sW68We .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uGJ5sW68We .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uGJ5sW68We .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uGJ5sW68We .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-uGJ5sW68We #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-uGJ5sW68We #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-uGJ5sW68We #vol {
    display: none;
  }
}
.cid-uGJ5sW68We .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uGJ5sWO2IH {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGJ5sWO2IH .mbr-section-title {
  color: #4479d9;
}
#custom-html-1wv body {
  background-color: black;
}
#custom-html-1wv .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-1wv .complet {
  background-color: #000000;
}
#custom-html-1wv .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-1wv .conteneurVideo iframe,
#custom-html-1wv .conteneurVideo object,
#custom-html-1wv .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-1wv #arrierePlanBuffer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  background-image: url("../../../assets/images/signatureplongeursnaturaliste.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
#custom-html-1wv .chargement {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  white-space: pre-wrap;
  color: lightgray;
  font-size: 2vw;
  text-align: center;
}
#custom-html-1wv #barreDeProgression {
  display: block;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: absolute;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  bottom: 0vh;
}
#custom-html-1wv .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
}
#custom-html-1wv .donneesLecteur {
  padding-left: .5vw;
}
.cid-uGJ5sXeFX0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uGJ5sXeFX0 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
.cid-uGJ5sXsujJ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uGJ5sXsujJ .mbr-text {
  color: #ffffff;
}
.cid-uGJ5sXsujJ .mbr-section-subtitle {
  color: #ff0000;
  text-align: left;
}
.cid-uGJ5sXsujJ .mbr-section-title {
  color: #4479d9;
}
.cid-uGJ5sXsujJ H1 {
  color: #4479d9;
}
.cid-uGJ5sXsujJ H2 {
  color: #4479d9;
}
.cid-uGJ5sXsujJ H3 {
  color: #4479d9;
}
.cid-uGJ5sXsujJ .conteneur {
  margin-left: auto;
  margin-right: auto;
}
.cid-uGJ5sXsujJ .lecteurComplet {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-uGJ5sXsujJ .audio-track {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-uGJ5sXsujJ .time {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-uGJ5sXsujJ .titreGene {
  display: inline-flex;
  gap: 2em;
}
.cid-uGJ5sXsujJ .titre {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-uGJ5sXsujJ .titreChapitre {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-uGJ5sXsujJ .lecteur {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-uGJ5sXsujJ .platineBoutons {
  display: inline-flex;
  gap: 2em;
}
.cid-uGJ5sXsujJ .play,
.cid-uGJ5sXsujJ .pause,
.cid-uGJ5sXsujJ .prev,
.cid-uGJ5sXsujJ .next {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-uGJ5sXsujJ .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-uGJ5sXsujJ #controls {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-uGJ5sXsujJ .clignotement {
  animation: clignote 1s linear infinite;
}
@keyframes clignote {
  50% {
    opacity: 0;
  }
}
.cid-uGJ5sXJmVu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uGJ5sXJmVu .mbr-media {
  position: relative;
}
.cid-uGJ5sXJmVu .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-uGJ5sXJmVu img {
  border-radius: 13px;
  border: 1px solid orange;
  margin: auto;
  transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 15px #000000);
}
@media (min-width: 992px) {
  .cid-uGJ5sXJmVu img {
    max-width: 95%;
  }
}
.cid-uGJ5sXJmVu h1 {
  line-height: 1.5;
}
.cid-uGJ5sXJmVu .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-uGJ5sXJmVu .start:hover {
  background: #ff1f3f;
}
.cid-uGJ5sXJmVu .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-uGJ5sXJmVu a {
  background-image: none !important;
}
.cid-uGJ5sXJmVu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uGJ5sXJmVu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uGJ5sXJmVu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uGJ5sXJmVu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGJ5sXJmVu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGJ5sXJmVu .mbr-section-title {
  color: #ffffff;
}
.cid-uGJ5sXJmVu .conteneurEnfant {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.cid-uGJ5sXJmVu .lecteurCompletEnfant {
  position: sticky;
  top: 0;
  background-color: transparent;
}
.cid-uGJ5sXJmVu .audio-trackEnfant {
  height: .3em;
  background-color: #005CFC;
  margin-top: .4em;
  margin-bottom: .4em;
}
.cid-uGJ5sXJmVu .timeEnfant {
  width: 0;
  height: .3em;
  background-color: #6592e6;
}
.cid-uGJ5sXJmVu .titreGeneEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-uGJ5sXJmVu .titreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #6592e6;
  position: absolute;
  left: .1em;
  top: 0;
}
.cid-uGJ5sXJmVu .titreChapitreEnfant {
  font-family: arial;
  font-size: 1em;
  color: #ff9e00;
  position: absolute;
  right: .1em;
  top: 0;
}
.cid-uGJ5sXJmVu .lecteurEnfant {
  background-color: transparent;
  padding-bottom: .5em;
}
.cid-uGJ5sXJmVu .platineBoutonsEnfant {
  display: inline-flex;
  gap: 2em;
}
.cid-uGJ5sXJmVu .playEnfant,
.cid-uGJ5sXJmVu .pauseEnfant,
.cid-uGJ5sXJmVu .prevEnfant,
.cid-uGJ5sXJmVu .nextEnfant {
  background-color: #6592e6;
  cursor: pointer;
  width: 3em;
  height: 3em;
  border-radius: .5em;
}
.cid-uGJ5sXJmVu .fa-2x {
  display: block;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.cid-uGJ5sXJmVu #controlsEnfant {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.cid-uGJ5sXJmVu .clignotement {
  animation: clignoteEnfant 1s linear infinite;
}
@keyframes clignoteEnfant {
  50% {
    opacity: 0;
  }
}
.cid-uGJ5sXJmVu .mbr-card-title,
.cid-uGJ5sXJmVu .cards-wrapper {
  color: #ffa405;
}
.cid-uGJ5sXJmVu .mbr-section-title P {
  text-align: right;
}
.cid-uGJ5sYdGIk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uGJ5sYdGIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJ5sYdGIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJ5sYdGIk .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-uGJ5sYdGIk .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uGJ5sYdGIk .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uGJ5sYdGIk .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-uGJ5sYdGIk .card-row {
  align-items: stretch;
}
.cid-uGJ5sYdGIk .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uGJ5sYdGIk .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid #f19614;
}
.cid-uGJ5sYdGIk .couleur1 {
  background-color: royalblue;
}
.cid-uGJ5sYdGIk .couleur2 {
  background-color: dodgerblue;
}
.cid-uGJ5sYdGIk .couleur3 {
  background-color: cornflowerblue;
}
.cid-uGJ5sYdGIk .card-box {
  height: 100%;
}
.cid-uGJ5sYdGIk .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-uGJ5sYdGIk .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #4479d9;
}
.cid-uGJ5sYdGIk .card-title {
  color: #fb980a;
  margin-bottom: 20px;
  text-align: left;
}
.cid-uGJ5sYdGIk .card-text {
  color: #fafafa;
  margin-bottom: 0;
  text-align: left;
}
.cid-uGJ5sYEGMB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGJ5sYEGMB .btn {
  border-radius: 1vh;
}
.cid-uGJ5sYUpdm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uGJ5sYUpdm .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uGJ5sYUpdm .mbr-text,
.cid-uGJ5sYUpdm .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uGJ5sZaI4B.popup-builder {
  background-color: #ffffff;
}
.cid-uGJ5sZaI4B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGJ5sZaI4B.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGJ5sZaI4B .modal-content,
.cid-uGJ5sZaI4B .modal-dialog {
  height: auto;
}
.cid-uGJ5sZaI4B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGJ5sZaI4B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGJ5sZaI4B .form-wrapper .mbr-form .form-group,
  .cid-uGJ5sZaI4B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGJ5sZaI4B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGJ5sZaI4B .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-uGJ5sZaI4B .mbr-text {
  text-align: center;
}
.cid-uGJ5sZaI4B .pt-0 {
  padding-top: 0 !important;
}
.cid-uGJ5sZaI4B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGJ5sZaI4B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGJ5sZaI4B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGJ5sZaI4B .modal-open {
  overflow: hidden;
}
.cid-uGJ5sZaI4B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGJ5sZaI4B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGJ5sZaI4B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGJ5sZaI4B .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-uGJ5sZaI4B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGJ5sZaI4B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGJ5sZaI4B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGJ5sZaI4B .modal-content {
  background: #232323;
  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-uGJ5sZaI4B .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGJ5sZaI4B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGJ5sZaI4B .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGJ5sZaI4B .modal-backdrop.show {
  opacity: .5;
}
.cid-uGJ5sZaI4B .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-uGJ5sZaI4B .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGJ5sZaI4B .modal-header {
    padding: 1rem;
  }
}
.cid-uGJ5sZaI4B .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGJ5sZaI4B .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGJ5sZaI4B .modal-header .close:hover {
  opacity: 1;
}
.cid-uGJ5sZaI4B .modal-header .close:focus {
  outline: none;
}
.cid-uGJ5sZaI4B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uGJ5sZaI4B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGJ5sZaI4B .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGJ5sZaI4B .modal-body {
    padding: 1rem;
  }
}
.cid-uGJ5sZaI4B .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-uGJ5sZaI4B .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGJ5sZaI4B .modal-footer {
    padding: 1rem;
  }
}
.cid-uGJ5sZaI4B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGJ5sZaI4B .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGJ5sZaI4B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGJ5sZaI4B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGJ5sZaI4B .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGJ5sZaI4B .modal-lg,
  .cid-uGJ5sZaI4B .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGJ5sZaI4B .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGJ5sZaI4B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGJ5sZaI4B .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-uGJ5sZaI4B .form-group {
  margin-bottom: 1rem;
}
.cid-uGJ5sZaI4B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGJ5sZaI4B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGJ5sZaI4B .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-uGJ5sZaI4B .mbr-section-btn {
  margin: 0;
}
.cid-uGJ5sZaI4B .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGJ5sZaI4B .leContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 20vw;
  background-color: #232323;
  overflow-x: hidden;
}
.cid-uGJ5sZaI4B .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cid-uGJ5sZwSP4.popup-builder {
  background-color: #ffffff;
}
.cid-uGJ5sZwSP4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGJ5sZwSP4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGJ5sZwSP4 .modal-content,
.cid-uGJ5sZwSP4 .modal-dialog {
  height: auto;
}
.cid-uGJ5sZwSP4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGJ5sZwSP4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGJ5sZwSP4 .form-wrapper .mbr-form .form-group,
  .cid-uGJ5sZwSP4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGJ5sZwSP4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGJ5sZwSP4 .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-uGJ5sZwSP4 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uGJ5sZwSP4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uGJ5sZwSP4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGJ5sZwSP4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGJ5sZwSP4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGJ5sZwSP4 .modal-open {
  overflow: hidden;
}
.cid-uGJ5sZwSP4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGJ5sZwSP4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGJ5sZwSP4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGJ5sZwSP4 .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-uGJ5sZwSP4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGJ5sZwSP4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGJ5sZwSP4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGJ5sZwSP4 .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-uGJ5sZwSP4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGJ5sZwSP4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGJ5sZwSP4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGJ5sZwSP4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uGJ5sZwSP4 .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-uGJ5sZwSP4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGJ5sZwSP4 .modal-header {
    padding: 1rem;
  }
}
.cid-uGJ5sZwSP4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGJ5sZwSP4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGJ5sZwSP4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uGJ5sZwSP4 .modal-header .close:focus {
  outline: none;
}
.cid-uGJ5sZwSP4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uGJ5sZwSP4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGJ5sZwSP4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGJ5sZwSP4 .modal-body {
    padding: 1rem;
  }
}
.cid-uGJ5sZwSP4 .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-uGJ5sZwSP4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGJ5sZwSP4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uGJ5sZwSP4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGJ5sZwSP4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGJ5sZwSP4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGJ5sZwSP4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGJ5sZwSP4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGJ5sZwSP4 .modal-lg,
  .cid-uGJ5sZwSP4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGJ5sZwSP4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGJ5sZwSP4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGJ5sZwSP4 .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-uGJ5sZwSP4 .form-group {
  margin-bottom: 1rem;
}
.cid-uGJ5sZwSP4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGJ5sZwSP4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGJ5sZwSP4 .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-uGJ5sZwSP4 .mbr-section-btn {
  margin: 0;
}
.cid-uGJ5sZwSP4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGJ5sZwSP4 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uGJ5sZwSP4 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uGJ5sZwSP4 #creativecommons img,
.cid-uGJ5sZwSP4 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uGJ5t07WtG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uGJ5t07WtG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uGJ5t07WtG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uGJ5t07WtG .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uGJ5t07WtG .bg-youtube:hover {
  background: #cc0000;
}
.cid-uGJ5t07WtG .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uGJ5t07WtG .bg-twitch:hover {
  background: #7313ff;
}
.cid-uGJ5t07WtG .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-uGJ5t07WtG [class^="socicon-"]:before,
.cid-uGJ5t07WtG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uGJ5t07WtG .mbr-section-title,
.cid-uGJ5t07WtG .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uGJ5t0CRVA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uGJ5t0CRVA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uGJ5t0CRVA .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uGJ5t0CRVA .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-uGJ5t0CRVA .form-control:focus,
.cid-uGJ5t0CRVA .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uGJ5t0CRVA .form-group {
  margin-bottom: 1rem;
}
.cid-uGJ5t0CRVA input::-webkit-input-placeholder,
.cid-uGJ5t0CRVA textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uGJ5t0CRVA input:-moz-placeholder,
.cid-uGJ5t0CRVA textarea:-moz-placeholder {
  color: #656565;
}
.cid-uGJ5t0CRVA .jq-selectbox li,
.cid-uGJ5t0CRVA .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uGJ5t0CRVA .jq-selectbox li:hover,
.cid-uGJ5t0CRVA .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uGJ5t0CRVA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uGJ5t0CRVA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uGJ5t0CRVA textarea.form-control {
  resize: none;
}
.cid-uGJ5t0CRVA .input-group-btn {
  display: inline-block;
}
.cid-uGJ5t0CRVA .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uGJ5t0CRVA .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGJ5t0CRVA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGJ5t0CRVA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uGJ5t0CRVA .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uGJ5t0CRVA .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGJ5t0CRVA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGJ5t0CRVA .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uGJ5t0CRVA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uGJ5t0CRVA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uGJ5t0CRVA .form-control,
.cid-uGJ5t0CRVA .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uGJ5t0CRVA #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uGJ5t0CRVA #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uGJ5t0CRVA #creativecommons img,
.cid-uGJ5t0CRVA iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uGJ5t0CRVA .offset-md-1 {
  margin-left: 1vw;
}
.cid-uGJ5t1MMMo .float {
  width: 75px;
  height: 75px;
  bottom: 250px;
  right: 108px;
  background-color: #4479d9;
  color: #ffffff;
  border-radius: 38px;
  font-size: 44px;
  z-index: 100;
  position: fixed;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uGJ5t1MMMo .my-float {
  margin-top: 16px;
}
.cid-uGJ5t1MMMo P {
  color: #232323;
}
.cid-uGJ5t1MMMo DIV {
  color: #ffffff;
}
.cid-uGJ5t1MMMo H10 {
  color: #767676;
}
.cid-uGJ5t1MMMo .hidden {
  display: none;
}
.cid-uGJ5t2ex7W.popup-builder {
  background-color: #ffffff;
}
.cid-uGJ5t2ex7W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGJ5t2ex7W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGJ5t2ex7W .modal-content,
.cid-uGJ5t2ex7W .modal-dialog {
  height: auto;
}
.cid-uGJ5t2ex7W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGJ5t2ex7W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGJ5t2ex7W .form-wrapper .mbr-form .form-group,
  .cid-uGJ5t2ex7W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGJ5t2ex7W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGJ5t2ex7W .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-uGJ5t2ex7W .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uGJ5t2ex7W .pt-0 {
  padding-top: 0 !important;
}
.cid-uGJ5t2ex7W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGJ5t2ex7W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGJ5t2ex7W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGJ5t2ex7W .modal-open {
  overflow: hidden;
}
.cid-uGJ5t2ex7W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGJ5t2ex7W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGJ5t2ex7W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGJ5t2ex7W .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-uGJ5t2ex7W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGJ5t2ex7W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGJ5t2ex7W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGJ5t2ex7W .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-uGJ5t2ex7W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGJ5t2ex7W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGJ5t2ex7W .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGJ5t2ex7W .modal-backdrop.show {
  opacity: .5;
}
.cid-uGJ5t2ex7W .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-uGJ5t2ex7W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGJ5t2ex7W .modal-header {
    padding: 1rem;
  }
}
.cid-uGJ5t2ex7W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGJ5t2ex7W .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGJ5t2ex7W .modal-header .close:hover {
  opacity: 1;
}
.cid-uGJ5t2ex7W .modal-header .close:focus {
  outline: none;
}
.cid-uGJ5t2ex7W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uGJ5t2ex7W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGJ5t2ex7W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGJ5t2ex7W .modal-body {
    padding: 1rem;
  }
}
.cid-uGJ5t2ex7W .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-uGJ5t2ex7W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGJ5t2ex7W .modal-footer {
    padding: 1rem;
  }
}
.cid-uGJ5t2ex7W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGJ5t2ex7W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGJ5t2ex7W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGJ5t2ex7W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGJ5t2ex7W .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGJ5t2ex7W .modal-lg,
  .cid-uGJ5t2ex7W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGJ5t2ex7W .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGJ5t2ex7W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGJ5t2ex7W .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-uGJ5t2ex7W .form-group {
  margin-bottom: 1rem;
}
.cid-uGJ5t2ex7W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGJ5t2ex7W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGJ5t2ex7W .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-uGJ5t2ex7W .mbr-section-btn {
  margin: 0;
}
.cid-uGJ5t2ex7W .mbr-section-btn .btn {
  margin: 0;
}
.cid-uO0R5Z8jHH.popup-builder {
  background-color: #ffffff;
}
.cid-uO0R5Z8jHH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uO0R5Z8jHH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uO0R5Z8jHH .modal-content,
.cid-uO0R5Z8jHH .modal-dialog {
  height: auto;
}
.cid-uO0R5Z8jHH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO0R5Z8jHH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uO0R5Z8jHH .form-wrapper .mbr-form .form-group,
  .cid-uO0R5Z8jHH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uO0R5Z8jHH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uO0R5Z8jHH .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-uO0R5Z8jHH .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uO0R5Z8jHH .pt-0 {
  padding-top: 0 !important;
}
.cid-uO0R5Z8jHH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uO0R5Z8jHH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uO0R5Z8jHH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uO0R5Z8jHH .modal-open {
  overflow: hidden;
}
.cid-uO0R5Z8jHH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uO0R5Z8jHH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uO0R5Z8jHH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uO0R5Z8jHH .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-uO0R5Z8jHH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uO0R5Z8jHH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uO0R5Z8jHH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uO0R5Z8jHH .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-uO0R5Z8jHH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uO0R5Z8jHH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uO0R5Z8jHH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uO0R5Z8jHH .modal-backdrop.show {
  opacity: .5;
}
.cid-uO0R5Z8jHH .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-uO0R5Z8jHH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0R5Z8jHH .modal-header {
    padding: 1rem;
  }
}
.cid-uO0R5Z8jHH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uO0R5Z8jHH .modal-header .close svg {
  fill: #ffffff;
}
.cid-uO0R5Z8jHH .modal-header .close:hover {
  opacity: 1;
}
.cid-uO0R5Z8jHH .modal-header .close:focus {
  outline: none;
}
.cid-uO0R5Z8jHH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uO0R5Z8jHH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uO0R5Z8jHH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0R5Z8jHH .modal-body {
    padding: 1rem;
  }
}
.cid-uO0R5Z8jHH .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-uO0R5Z8jHH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0R5Z8jHH .modal-footer {
    padding: 1rem;
  }
}
.cid-uO0R5Z8jHH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uO0R5Z8jHH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uO0R5Z8jHH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uO0R5Z8jHH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uO0R5Z8jHH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uO0R5Z8jHH .modal-lg,
  .cid-uO0R5Z8jHH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uO0R5Z8jHH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uO0R5Z8jHH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uO0R5Z8jHH .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-uO0R5Z8jHH .form-group {
  margin-bottom: 1rem;
}
.cid-uO0R5Z8jHH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uO0R5Z8jHH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uO0R5Z8jHH .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-uO0R5Z8jHH .mbr-section-btn {
  margin: 0;
}
.cid-uO0R5Z8jHH .mbr-section-btn .btn {
  margin: 0;
}
