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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/* === BLOQUER LE DÉFILEMENT HORIZONTAL SUR IPAD & iOS === */
html, 
body {
  overflow-x: hidden !important;
  overscroll-behavior-x: none !important;
  touch-action: pan-y !important;
  position: relative !important;
  max-width: 100% !important;
}

.main-wrapper, 
.container, 
section, 
.mb-content,
.mbr-section {
  max-width: 100% !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

/* Lecteur audio */
.audio-player-container {
  max-width: 520px;
  width: 100%;
  margin: 30px auto;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .audio-player-container {
    margin: 15px 10px;
    padding: 15px;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Catamaran', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #21b770 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #21b770 !important;
  border-color: #21b770 !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: #146e43 !important;
  border-color: #146e43 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #146e43 !important;
  border-color: #146e43 !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: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #21b770;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #146e43 !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: #21b770 !important;
  border-color: #21b770 !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: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #21b770 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #11613b !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: #ff5500 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #21b770;
}
.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: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #21b770;
  border-color: #21b770;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #21b770;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #72e6af;
}
.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: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #21b770 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #21b770;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #21b770;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #21b770;
}
.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: #21b770;
  border-bottom-color: #21b770;
}
.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: #000000 !important;
  background-color: #21b770 !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='%2321b770' %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;
}
.cid-vgGtXtfTjJ {
  z-index: 1000;
  width: 100%;
}
.cid-vgGtXtfTjJ nav.navbar {
  position: fixed;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgGtXtfTjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgGtXtfTjJ .dropdown-item:hover,
.cid-vgGtXtfTjJ .dropdown-item:focus {
  background: #21b770 !important;
  color: white !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover span {
  color: white;
}
.cid-vgGtXtfTjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgGtXtfTjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgGtXtfTjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgGtXtfTjJ .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-vgGtXtfTjJ .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-vgGtXtfTjJ .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-vgGtXtfTjJ .container {
  display: flex;
  margin: auto;
}
.cid-vgGtXtfTjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgGtXtfTjJ .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-nav {
    align-items: center;
  }
}
.cid-vgGtXtfTjJ .dropdown-menu,
.cid-vgGtXtfTjJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vgGtXtfTjJ .nav-item:focus,
.cid-vgGtXtfTjJ .nav-link:focus {
  outline: none;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgGtXtfTjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgGtXtfTjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgGtXtfTjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  box-shadow: none;
}
.cid-vgGtXtfTjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vgGtXtfTjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgGtXtfTjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vgGtXtfTjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgGtXtfTjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgGtXtfTjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgGtXtfTjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgGtXtfTjJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-vgGtXtfTjJ .dropdown-item.active,
.cid-vgGtXtfTjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgGtXtfTjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgGtXtfTjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgGtXtfTjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgGtXtfTjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgGtXtfTjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #103178;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgGtXtfTjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar {
    height: 70px;
  }
  .cid-vgGtXtfTjJ .navbar.opened {
    height: auto;
  }
  .cid-vgGtXtfTjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgGtXtfTjJ .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .container-fluid {
    padding: 0 40px;
  }
}
.cid-vgGtXtfTjJ .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgGtXtfTjJ .nav-link.link.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .navbar-caption.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn:hover {
  color: #00A7B8 !important;
  border-color: #103178 !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover {
  color: #00A7B8 !important;
}
.cid-vgGvTtW7NZ {
  position: relative;
  overflow: hidden;
}
.cid-vgGvTtW7NZ svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-vgGvTtW7NZ #e2_shape {
  fill: #ffffff !important;
}
.cid-vgGvTtW7NZ .main-text {
  color: #606060;
}
.cid-vgGvTtW7NZ .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: center;
  height: auto;
  min-height: 50rem;
}
.cid-vgGvTtW7NZ .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(100%);
}
.cid-vgGvTtW7NZ .content-block {
  padding: 0.75rem 1rem;
  top: 0;
  position: relative;
  z-index: 1;
  transform: none;
  width: 100%;
  max-width: 60%;
  text-align: left;
  padding-left: 0;
  padding-right: 1rem;
  left: 0;
}
.cid-vgGvTtW7NZ .mbr-section-subtitle {
  color: white !important;
  font-weight: 500;
  margin-bottom: 21px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9), 0 0 3px rgba(0, 0, 0, 0.7);
}
.cid-vgGvTtW7NZ .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-vgGvTtW7NZ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgGvTtW7NZ .carousel-item.active,
.cid-vgGvTtW7NZ .carousel-item-next,
.cid-vgGvTtW7NZ .carousel-item-prev {
  display: flex;
}
.cid-vgGvTtW7NZ .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-vgGvTtW7NZ .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #40b0bf;
  transition: all 200ms ease-in-out;
}
.cid-vgGvTtW7NZ .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #98dee8;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-vgGvTtW7NZ .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-vgGvTtW7NZ .carousel-controls {
    display: block;
  }
  .cid-vgGvTtW7NZ .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-vgGvTtW7NZ .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-vgGvTtW7NZ .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-vgGvTtW7NZ .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-vgGvTtW7NZ .text-element {
    padding: 1rem;
  }
  .cid-vgGvTtW7NZ .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgGvTtW7NZ .image-element {
    min-width: 50%;
  }
  .cid-vgGvTtW7NZ .media-container-row {
    width: 100%;
  }
}
.cid-vgGvTtW7NZ .card-title {
  font-weight: 900;
  color: white !important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0, 0, 0, 0.7);
}
.cid-vgGvTtW7NZ .card-title,
.cid-vgGvTtW7NZ .card-subtitle {
  text-align: left !important;
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-vgGvTtW7NZ .content-block {
    max-width: 100%;
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vgB8kWVf1m {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgB8kWVf1m .row {
  flex-direction: row-reverse;
}
.cid-vgB8kWVf1m .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vgB8kWVf1m .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgB8kWVf1m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgB8kWVf1m .mbr-section-title {
  color: #40b0bf;
}
.cid-vgB8kWVf1m .mbr-text,
.cid-vgB8kWVf1m .mbr-section-btn {
  color: #103178;
}
.cid-vgB8kWVf1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB8kWVf1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgBeg94Bdn {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/claudecripartw202-1555x1037.webp");
}
.cid-vgBeg94Bdn img {
  border-radius: 0px;
}
.cid-vgBeg94Bdn .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-vgBeg94Bdn .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-vgBeg94Bdn p:last-child {
  margin-bottom: 0;
}
.cid-vgBeg94Bdn .row {
  justify-content: center;
}
.cid-vkeA4rD6Li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #40b0bf;
}
.cid-vkeA4rD6Li .audio-player-container {
  width: 100%;
  max-width: 520px;
  margin: 30px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}
.cid-vkeA4rD6Li .audio-player {
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 18px;
  text-align: center;
}
.cid-vkeA4rD6Li audio {
  accent-color: #40b0bf;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  border-radius: 12px !important;
  background-color: #F5F5F5 !important;
  padding: 4px !important;
}
.cid-vkeA4rD6Li audio::-webkit-media-controls-panel {
  background-color: #F5F5F5 !important;
  border-radius: 12px !important;
}
.cid-vkeA4rD6Li audio::-webkit-media-controls-download-button {
  display: none !important;
}
.cid-vkeA4rD6Li audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.cid-vkeA4rD6Li .audio-player-container .playlist h3 {
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-top: 0;
  text-align: left;
}
.cid-vkeA4rD6Li .audio-player-container .playlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vkeA4rD6Li .audio-player-container .playlist li {
  padding: 6px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: #333;
  transition: color 0.2s ease;
  font-size: 18px;
  line-height: 1.4;
}
.cid-vkeA4rD6Li .audio-player-container .playlist li:hover {
  background: transparent !important;
  color: #40b0bf !important;
}
.cid-vkeA4rD6Li .audio-player-container .playlist li.playing {
  color: #40b0bf;
  font-size: 20px;
  font-weight: bold;
}
.cid-vkeA4rD6Li .track-info {
  text-align: center;
  font-size: 18px;
  color: #40b0bf;
  margin-top: 8px;
  min-height: 22px;
}
@media (max-width: 640px) {
  .cid-vkeA4rD6Li .audio-player-container {
    margin: 15px 10px;
    padding: 15px;
    border-radius: 8px;
  }
  .cid-vkeA4rD6Li .audio-player {
    padding: 10px;
  }
  .cid-vkeA4rD6Li audio::-webkit-media-controls-panel {
    padding: 0 4px !important;
  }
}
.cid-vkeA4rD6Li html,
.cid-vkeA4rD6Li body {
  overflow-x: hidden;
}
.cid-vkeA4rD6Li .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vkeA4rD6Li .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vhdLcB9unU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #40b0bf;
}
.cid-vhdLcB9unU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhdLcB9unU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhdLcB9unU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vhdLcB9unU .team-card:hover {
  transform: translateY(-10px);
}
.cid-vhdLcB9unU .card-wrap {
  background: #98dee8;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-vhdLcB9unU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vhdLcB9unU .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-vhdLcB9unU .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhdLcB9unU .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vhdLcB9unU .card-wrap:hover {
  transform: scale(1.05);
}
.cid-vhdLcB9unU .social-row {
  text-align: center;
}
.cid-vhdLcB9unU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #04492e;
  transition: all 0.3s;
}
.cid-vhdLcB9unU .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #04492e;
  font-size: 1.5rem;
}
.cid-vhdLcB9unU .social-row .soc-item:hover {
  background-color: #04492e;
}
.cid-vhdLcB9unU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vhdLcB9unU .mbr-section-title {
  color: #ffffff;
}
.cid-vhdLcB9unU .card-title,
.cid-vhdLcB9unU .social-row {
  color: #ffffff;
}
.cid-vhdLcB9unU .mbr-role,
.cid-vhdLcB9unU .social-row {
  color: #fafafa;
  text-align: center;
}
.cid-vhdLcB9unU .card-text,
.cid-vhdLcB9unU .mbr-section-btn,
.cid-vhdLcB9unU .social-row {
  text-align: left;
}
.cid-vhelVVnLWn {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background: #40b0bf;
}
.cid-vhelVVnLWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhelVVnLWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhelVVnLWn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vhelVVnLWn .team-card:hover {
  transform: translateY(-10px);
}
.cid-vhelVVnLWn .card-wrap {
  background: #98dee8;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-vhelVVnLWn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vhelVVnLWn .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-vhelVVnLWn .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhelVVnLWn .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vhelVVnLWn .card-wrap:hover {
  transform: scale(1.05);
}
.cid-vhelVVnLWn .social-row {
  text-align: center;
}
.cid-vhelVVnLWn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #04492e;
  transition: all 0.3s;
}
.cid-vhelVVnLWn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #04492e;
  font-size: 1.5rem;
}
.cid-vhelVVnLWn .social-row .soc-item:hover {
  background-color: #04492e;
}
.cid-vhelVVnLWn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vhelVVnLWn .mbr-section-title {
  color: #ffffff;
}
.cid-vhelVVnLWn .card-title,
.cid-vhelVVnLWn .social-row {
  color: #ffffff;
}
.cid-vhelVVnLWn .mbr-role,
.cid-vhelVVnLWn .social-row {
  color: #fafafa;
  text-align: center;
}
.cid-vhelVVnLWn .card-text,
.cid-vhelVVnLWn .mbr-section-btn,
.cid-vhelVVnLWn .social-row {
  text-align: left;
  color: #353535;
}
.cid-vgpl5oN1GJ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vgpl5oN1GJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #121212;
  margin-bottom: 2rem;
}
.cid-vgpl5oN1GJ .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  padding: 3rem;
  background: #eeeeee;
}
.cid-vgpl5oN1GJ .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 767px) {
  .cid-vgpl5oN1GJ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vgpl5oN1GJ .mbr-text {
  color: #696969;
}
.cid-vgpl5oN1GJ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vgpl5oN1GJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpl5oN1GJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpl5oN1GJ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-vkbttyGSkI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vkbttyGSkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkbttyGSkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkbttyGSkI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vkbttyGSkI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vkbttyGSkI .container {
    padding: 0 24px;
  }
}
.cid-vkbttyGSkI .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-vkbttyGSkI .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vkbttyGSkI .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-vkbttyGSkI .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-vkbttyGSkI .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-vkbttyGSkI .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkbttyGSkI .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vkbttyGSkI .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #21b770;
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2299aa 0%, transparent 100%);
}
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-vkbttyGSkI .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #40b0bf !important;
  border-color: #40b0bf !important;
}
.cid-vkbttyGSkI .mbr-section-title {
  color: #141414;
}
.cid-vkbttyGSkI .mbr-desc {
  color: #141414;
}
.cid-vkbttyGSkI label {
  color: #141414;
}
.cid-vjXthUrEkU {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-vjXthUrEkU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjXthUrEkU svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-vjXthUrEkU g rect {
  fill: #40b0bf;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vjXthUrEkU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vjXthUrEkU .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-vjXthUrEkU .soc-item:hover {
  background: #40b0bf;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-vjXthUrEkU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjXthUrEkU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjXthUrEkU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjXthUrEkU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-vjXthUrEkU .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjXthUrEkU .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjXthUrEkU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjXthUrEkU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjXthUrEkU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjXthUrEkU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vjXthUrEkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXthUrEkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXthUrEkU H1 {
  text-align: justify;
}
.cid-vjXthUrEkU DIV {
  text-align: justify;
}
.cid-vgGtXtfTjJ {
  z-index: 1000;
  width: 100%;
}
.cid-vgGtXtfTjJ nav.navbar {
  position: fixed;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgGtXtfTjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgGtXtfTjJ .dropdown-item:hover,
.cid-vgGtXtfTjJ .dropdown-item:focus {
  background: #21b770 !important;
  color: white !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover span {
  color: white;
}
.cid-vgGtXtfTjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgGtXtfTjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgGtXtfTjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgGtXtfTjJ .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-vgGtXtfTjJ .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-vgGtXtfTjJ .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-vgGtXtfTjJ .container {
  display: flex;
  margin: auto;
}
.cid-vgGtXtfTjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgGtXtfTjJ .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-nav {
    align-items: center;
  }
}
.cid-vgGtXtfTjJ .dropdown-menu,
.cid-vgGtXtfTjJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vgGtXtfTjJ .nav-item:focus,
.cid-vgGtXtfTjJ .nav-link:focus {
  outline: none;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgGtXtfTjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgGtXtfTjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgGtXtfTjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  box-shadow: none;
}
.cid-vgGtXtfTjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vgGtXtfTjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgGtXtfTjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vgGtXtfTjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgGtXtfTjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgGtXtfTjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgGtXtfTjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgGtXtfTjJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-vgGtXtfTjJ .dropdown-item.active,
.cid-vgGtXtfTjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgGtXtfTjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgGtXtfTjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgGtXtfTjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgGtXtfTjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgGtXtfTjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #103178;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgGtXtfTjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar {
    height: 70px;
  }
  .cid-vgGtXtfTjJ .navbar.opened {
    height: auto;
  }
  .cid-vgGtXtfTjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgGtXtfTjJ .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .container-fluid {
    padding: 0 40px;
  }
}
.cid-vgGtXtfTjJ .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgGtXtfTjJ .nav-link.link.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .navbar-caption.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn:hover {
  color: #00A7B8 !important;
  border-color: #103178 !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover {
  color: #00A7B8 !important;
}
.cid-vhOKHHoV0o {
  background-image: url("../../../assets/images/extrait-image-salut-02-w-1920x1080.webp");
}
.cid-vhOKHHoV0o h3 {
  position: relative;
}
.cid-vhOKHHoV0o h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vhOKHHoV0o svg {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 60px !important;
  z-index: 10;
  overflow: visible;
  transform: scaleY(-1);
}
.cid-vhOKHHoV0o g rect {
  fill: #ffffff;
}
.cid-vhOKHHoV0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOKHHoV0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOKHHoV0o H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vhOKHHoV0o H3 {
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-vhOKHHoV0o svg {
    height: 30px !important;
  }
}
.cid-vhOKJdHeSs {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-vhOKJdHeSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOKJdHeSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOKJdHeSs .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vhOKJdHeSs .row {
    flex-wrap: wrap;
  }
}
.cid-vhOKJdHeSs .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vhOKJdHeSs .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vhOKJdHeSs .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-vhOKJdHeSs .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #2299aa;
  transform: translateY(40%);
}
.cid-vhOKJdHeSs .mbr-section-title {
  color: #353535;
}
.cid-vhOKJdHeSs .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-vhOKJdHeSs .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-vhOKJdHeSs .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vhOKJdHeSs .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vhOKJdHeSs .mbr-text {
    margin-top: 12px;
  }
}
.cid-vhOKJdHeSs .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vhOKJdHeSs .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vhOKJdHeSs .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-vhOKJdHeSs .col-img {
    width: 350px;
  }
}
.cid-vhOKJdHeSs .img-wrap {
  position: relative;
  width: 100%;
}
.cid-vhOKJdHeSs .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vhOKJdHeSs .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-vhOKJdHeSs .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vhOKJdHeSs .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-vhOKJdHeSs .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-vhOKJdHeSs .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(30deg);
}
.cid-vhOKJdHeSs .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-vhOKJdHeSs .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-vhOKJdHeSs .mbr-text,
.cid-vhOKJdHeSs .mbr-section-btn {
  color: #353535;
}
.cid-vhOKS2znJK {
  padding-top: 420px;
  background-image: url("../../../assets/images/chef-cordes-clavecin-wjpg-2000x1331.webp");
}
.cid-vhOKS2znJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOKS2znJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOKMYqs8o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #40b0bf;
}
.cid-vhOKMYqs8o .audio-player-container {
  width: 100%;
  max-width: 520px;
  margin: 30px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}
.cid-vhOKMYqs8o .audio-player {
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 18px;
  text-align: center;
}
.cid-vhOKMYqs8o audio {
  accent-color: #40b0bf;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  border-radius: 12px !important;
  background-color: #F5F5F5 !important;
  padding: 4px !important;
}
.cid-vhOKMYqs8o audio::-webkit-media-controls-panel {
  background-color: #F5F5F5 !important;
  border-radius: 12px !important;
}
.cid-vhOKMYqs8o audio::-webkit-media-controls-download-button {
  display: none !important;
}
.cid-vhOKMYqs8o audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.cid-vhOKMYqs8o .audio-player-container .playlist h3 {
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-top: 0;
  text-align: left;
}
.cid-vhOKMYqs8o .audio-player-container .playlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vhOKMYqs8o .audio-player-container .playlist li {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: #333;
  transition: color 0.2s ease;
  font-size: 18px;
}
.cid-vhOKMYqs8o .audio-player-container .playlist li:hover {
  background: transparent !important;
  color: #40b0bf !important;
}
.cid-vhOKMYqs8o .audio-player-container .playlist li.playing {
  color: #40b0bf;
  font-size: 20px;
  font-weight: bold;
}
.cid-vhOKMYqs8o .track-info {
  text-align: center;
  font-size: 18px;
  color: #40b0bf;
  margin-top: 8px;
  min-height: 22px;
}
@media (max-width: 640px) {
  .cid-vhOKMYqs8o .audio-player-container {
    margin: 15px 10px;
    padding: 15px;
    border-radius: 8px;
  }
  .cid-vhOKMYqs8o .audio-player {
    padding: 10px;
  }
  .cid-vhOKMYqs8o audio::-webkit-media-controls-panel {
    padding: 0 4px !important;
  }
}
.cid-vhOKMYqs8o html,
.cid-vhOKMYqs8o body {
  overflow-x: hidden;
}
.cid-vhOKMYqs8o .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhOKMYqs8o .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vhOKMYqs8o .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vhOKKuJL4S {
  padding-top: 420px;
  background-image: url("../../../assets/images/basson20clarinettes20vents-w-2000x1331.webp");
}
.cid-vhOKKuJL4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOKKuJL4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjZn8QX8X7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjZn8QX8X7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZn8QX8X7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjZn8QX8X7 .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vjZn8QX8X7 .items-wrapper .card {
  padding: 0;
}
.cid-vjZn8QX8X7 .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vjZn8QX8X7 .content-wrapper {
    padding-right: 0;
  }
}
.cid-vjZn8QX8X7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjZn8QX8X7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vjZn8QX8X7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vjZn8QX8X7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjZn8QX8X7 .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-vjZn8QX8X7 .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vjZn8QX8X7 .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vjZn8QX8X7 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vjZn8QX8X7 .mbr-section-title,
.cid-vjZn8QX8X7 .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjZn8QX8X7 .mbr-section-title,
  .cid-vjZn8QX8X7 .title-wrapper {
    text-align: left;
  }
}
.cid-vjZn8QX8X7 .mbr-text,
.cid-vjZn8QX8X7 .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vjZn8QX8X7 .mbr-text,
  .cid-vjZn8QX8X7 .text-wrapper {
    text-align: left;
  }
}
.cid-vhOKVHNEX0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhOKVHNEX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOKVHNEX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOKVHNEX0 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vhOKVHNEX0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-vhOKVHNEX0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhOKVHNEX0 .container {
    padding: 0 20px;
  }
}
.cid-vhOKVHNEX0 .row {
  justify-content: center;
}
.cid-vhOKVHNEX0 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vhOKVHNEX0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vhOKVHNEX0 .video-block {
    margin-bottom: 30px;
  }
}
.cid-vhOKVHNEX0 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhOKVHNEX0 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vhOKVHNEX0 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #40b0bf;
  color: #ffffff;
  text-shadow: none;
}
.cid-vhOKVHNEX0 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhOKVHNEX0 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vhOKVHNEX0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhOKZ9HB6h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhOKZ9HB6h .item-wrapper {
  width: 100%;
}
.cid-vhOKZ9HB6h .row {
  align-items: center;
  justify-content: center;
}
.cid-vhOKZ9HB6h .b {
  margin-bottom: 30px;
}
.cid-vhOKZ9HB6h img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-vhOKZ9HB6h .b,
  .cid-vhOKZ9HB6h .t {
    margin-bottom: 20px;
  }
}
.cid-vkhR7EAcjV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkhR7EAcjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhR7EAcjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhR7EAcjV .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkhR7EAcjV .items-wrapper .card {
  padding: 0;
}
.cid-vkhR7EAcjV .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkhR7EAcjV .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkhR7EAcjV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhR7EAcjV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhR7EAcjV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkhR7EAcjV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhR7EAcjV .content-wrap {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vkhR7EAcjV .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkhR7EAcjV .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkhR7EAcjV .mbr-section-title,
.cid-vkhR7EAcjV .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkhR7EAcjV .mbr-section-title,
  .cid-vkhR7EAcjV .title-wrapper {
    text-align: left;
  }
}
.cid-vkhR7EAcjV .mbr-text,
.cid-vkhR7EAcjV .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkhR7EAcjV .mbr-text,
  .cid-vkhR7EAcjV .text-wrapper {
    text-align: left;
  }
}
.cid-vhOL0Qb6EG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-vhOL0Qb6EG .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vhOL0Qb6EG .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-vhOL0Qb6EG img,
.cid-vhOL0Qb6EG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhOL0Qb6EG .item:focus,
.cid-vhOL0Qb6EG span:focus {
  outline: none;
}
.cid-vhOL0Qb6EG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhOL0Qb6EG .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vhOL0Qb6EG img {
  border-radius: 30px;
}
.cid-vhOL0Qb6EG .mbr-section-title {
  color: #ffffff;
}
.cid-vhOL0Qb6EG .item-title {
  color: #ffffff;
}
.cid-vhOL0Qb6EG .item-subtitle {
  color: #ffffff;
}
.cid-vjXthUrEkU {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-vjXthUrEkU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjXthUrEkU svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-vjXthUrEkU g rect {
  fill: #40b0bf;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vjXthUrEkU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vjXthUrEkU .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-vjXthUrEkU .soc-item:hover {
  background: #40b0bf;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-vjXthUrEkU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjXthUrEkU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjXthUrEkU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjXthUrEkU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-vjXthUrEkU .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjXthUrEkU .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjXthUrEkU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjXthUrEkU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjXthUrEkU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjXthUrEkU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vjXthUrEkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXthUrEkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXthUrEkU H1 {
  text-align: justify;
}
.cid-vjXthUrEkU DIV {
  text-align: justify;
}
.cid-vgGtXtfTjJ {
  z-index: 1000;
  width: 100%;
}
.cid-vgGtXtfTjJ nav.navbar {
  position: fixed;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgGtXtfTjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgGtXtfTjJ .dropdown-item:hover,
.cid-vgGtXtfTjJ .dropdown-item:focus {
  background: #21b770 !important;
  color: white !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover span {
  color: white;
}
.cid-vgGtXtfTjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgGtXtfTjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgGtXtfTjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgGtXtfTjJ .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-vgGtXtfTjJ .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-vgGtXtfTjJ .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-vgGtXtfTjJ .container {
  display: flex;
  margin: auto;
}
.cid-vgGtXtfTjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgGtXtfTjJ .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-nav {
    align-items: center;
  }
}
.cid-vgGtXtfTjJ .dropdown-menu,
.cid-vgGtXtfTjJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vgGtXtfTjJ .nav-item:focus,
.cid-vgGtXtfTjJ .nav-link:focus {
  outline: none;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgGtXtfTjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgGtXtfTjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgGtXtfTjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  box-shadow: none;
}
.cid-vgGtXtfTjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vgGtXtfTjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgGtXtfTjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vgGtXtfTjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgGtXtfTjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgGtXtfTjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgGtXtfTjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgGtXtfTjJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-vgGtXtfTjJ .dropdown-item.active,
.cid-vgGtXtfTjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgGtXtfTjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgGtXtfTjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgGtXtfTjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgGtXtfTjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgGtXtfTjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #103178;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgGtXtfTjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar {
    height: 70px;
  }
  .cid-vgGtXtfTjJ .navbar.opened {
    height: auto;
  }
  .cid-vgGtXtfTjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgGtXtfTjJ .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .container-fluid {
    padding: 0 40px;
  }
}
.cid-vgGtXtfTjJ .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgGtXtfTjJ .nav-link.link.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .navbar-caption.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn:hover {
  color: #00A7B8 !important;
  border-color: #103178 !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover {
  color: #00A7B8 !important;
}
.cid-vhJ8cNVkiT {
  background-image: url("../../../assets/images/clavier-capture20de28099ecc81cran202026-04-0720acc802020.21.54-w-2000x1101.webp");
}
.cid-vhJ8cNVkiT h3 {
  position: relative;
}
.cid-vhJ8cNVkiT h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vhJ8cNVkiT svg {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 60px !important;
  z-index: 10;
  overflow: visible;
  transform: scaleY(-1);
}
.cid-vhJ8cNVkiT g rect {
  fill: #ffffff;
}
.cid-vhJ8cNVkiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ8cNVkiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJ8cNVkiT H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vhJ8cNVkiT H3 {
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-vhJ8cNVkiT svg {
    height: 30px !important;
  }
}
.cid-vhJ9mWOZfR {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-vhJ9mWOZfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9mWOZfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJ9mWOZfR .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vhJ9mWOZfR .row {
    flex-wrap: wrap;
  }
}
.cid-vhJ9mWOZfR .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vhJ9mWOZfR .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vhJ9mWOZfR .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-vhJ9mWOZfR .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #2299aa;
  transform: translateY(40%);
}
.cid-vhJ9mWOZfR .mbr-section-title {
  color: #353535;
}
.cid-vhJ9mWOZfR .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-vhJ9mWOZfR .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-vhJ9mWOZfR .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vhJ9mWOZfR .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vhJ9mWOZfR .mbr-text {
    margin-top: 12px;
  }
}
.cid-vhJ9mWOZfR .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vhJ9mWOZfR .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vhJ9mWOZfR .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-vhJ9mWOZfR .col-img {
    width: 350px;
  }
}
.cid-vhJ9mWOZfR .img-wrap {
  position: relative;
  width: 100%;
}
.cid-vhJ9mWOZfR .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vhJ9mWOZfR .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-vhJ9mWOZfR .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vhJ9mWOZfR .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-vhJ9mWOZfR .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-vhJ9mWOZfR .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(30deg);
}
.cid-vhJ9mWOZfR .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-vhJ9mWOZfR .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-vhJ9mWOZfR .mbr-text,
.cid-vhJ9mWOZfR .mbr-section-btn {
  color: #353535;
}
.cid-vhJ9ocmJhM {
  padding-top: 630px;
  background-image: url("../../../assets/images/solo2026-sourire2015.53.44-noire-claire-chaud-w-2000x1096.webp");
}
.cid-vhJ9ocmJhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9ocmJhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHqE6DaD8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #40b0bf;
}
.cid-vjHqE6DaD8 .audio-player-container {
  width: 100%;
  max-width: 520px;
  margin: 30px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}
.cid-vjHqE6DaD8 .audio-player {
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 18px;
  text-align: center;
}
.cid-vjHqE6DaD8 audio {
  accent-color: #40b0bf;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  border-radius: 12px !important;
  background-color: #F5F5F5 !important;
  padding: 4px !important;
}
.cid-vjHqE6DaD8 audio::-webkit-media-controls-panel {
  background-color: #F5F5F5 !important;
  border-radius: 12px !important;
}
.cid-vjHqE6DaD8 audio::-webkit-media-controls-download-button {
  display: none !important;
}
.cid-vjHqE6DaD8 audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.cid-vjHqE6DaD8 .audio-player-container .playlist h3 {
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-top: 0;
  text-align: left;
}
.cid-vjHqE6DaD8 .audio-player-container .playlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vjHqE6DaD8 .audio-player-container .playlist li {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: #333;
  transition: color 0.2s ease;
  font-size: 18px;
}
.cid-vjHqE6DaD8 .audio-player-container .playlist li:hover {
  background: transparent !important;
  color: #40b0bf !important;
}
.cid-vjHqE6DaD8 .audio-player-container .playlist li.playing {
  color: #40b0bf;
  font-size: 20px;
  font-weight: bold;
}
.cid-vjHqE6DaD8 .track-info {
  text-align: center;
  font-size: 18px;
  color: #40b0bf;
  margin-top: 8px;
  min-height: 22px;
}
@media (max-width: 640px) {
  .cid-vjHqE6DaD8 .audio-player-container {
    margin: 15px 10px;
    padding: 15px;
    border-radius: 8px;
  }
  .cid-vjHqE6DaD8 .audio-player {
    padding: 10px;
  }
  .cid-vjHqE6DaD8 audio::-webkit-media-controls-panel {
    padding: 0 4px !important;
  }
}
.cid-vjHqE6DaD8 html,
.cid-vjHqE6DaD8 body {
  overflow-x: hidden;
}
.cid-vjHqE6DaD8 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vjHqE6DaD8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vhJ9sV3VKH {
  padding-top: 280px;
  background-image: url("../../../assets/images/main-bouge-2-1438x802-1-w-1385x499.webp");
}
.cid-vhJ9sV3VKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9sV3VKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOenea8qJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhOenea8qJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOenea8qJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOenea8qJ .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vhOenea8qJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-vhOenea8qJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhOenea8qJ .container {
    padding: 0 20px;
  }
}
.cid-vhOenea8qJ .row {
  justify-content: center;
}
.cid-vhOenea8qJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vhOenea8qJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vhOenea8qJ .video-block {
    margin-bottom: 30px;
  }
}
.cid-vhOenea8qJ .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhOenea8qJ .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vhOenea8qJ .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #40b0bf;
  color: #ffffff;
  text-shadow: none;
}
.cid-vhOenea8qJ .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhOenea8qJ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vhOenea8qJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhT4L6pI9X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhT4L6pI9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhT4L6pI9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhT4L6pI9X .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vhT4L6pI9X .container-fluid {
    padding: 0 20px;
  }
}
.cid-vhT4L6pI9X .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhT4L6pI9X .container {
    padding: 0 20px;
  }
}
.cid-vhT4L6pI9X .row {
  justify-content: center;
}
.cid-vhT4L6pI9X .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vhT4L6pI9X .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vhT4L6pI9X .video-block {
    margin-bottom: 30px;
  }
}
.cid-vhT4L6pI9X .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhT4L6pI9X .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vhT4L6pI9X .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #40b0bf;
  color: #ffffff;
  text-shadow: none;
}
.cid-vhT4L6pI9X .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhT4L6pI9X .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vhT4L6pI9X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjHhvriVZJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vjHhvriVZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjHhvriVZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjHhvriVZJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .cid-vjHhvriVZJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vjHhvriVZJ .embla__slide .slide-content {
  width: 100%;
}
.cid-vjHhvriVZJ .embla__slide .slide-content:hover .item-wrapper .image-content .item-img:before,
.cid-vjHhvriVZJ .embla__slide .slide-content:focus .item-wrapper .image-content .item-img:before {
  opacity: .5;
}
.cid-vjHhvriVZJ .embla__slide .slide-content:hover .item-wrapper .image-content .item-img .mbr-section-btn,
.cid-vjHhvriVZJ .embla__slide .slide-content:focus .item-wrapper .image-content .item-img .mbr-section-btn {
  opacity: 1;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper {
  padding: 40px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .image-content {
  margin: 100px 40px;
  box-shadow: 5px 40px 50px 0 #d0cbcb;
}
@media (max-width: 992px) {
  .cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .image-content {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .image-content {
    box-shadow: none;
  }
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .image-content .item-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .image-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #65c6d4;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap {
  width: 100%;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap img {
  height: 300px;
  object-fit: cover;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .image-content .item-img .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vjHhvriVZJ .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vjHhvriVZJ .embla__button--next,
.cid-vjHhvriVZJ .embla__button--prev {
  display: flex;
}
.cid-vjHhvriVZJ .embla__button {
  bottom: 0;
  width: 52px;
  height: 52px;
  font-size: 16px;
  background-color: #f2f1f3 !important;
  color: #65c6d4 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vjHhvriVZJ .embla__button:disabled {
  opacity: .5 !important;
}
.cid-vjHhvriVZJ .embla__button:hover {
  transform: scale(1.05);
}
.cid-vjHhvriVZJ .embla__button.embla__button--prev {
  right: 3.5rem;
}
.cid-vjHhvriVZJ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-vjHhvriVZJ .embla__button.embla__button--next {
  right: 0;
}
.cid-vjHhvriVZJ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
.cid-vjHhvriVZJ .embla {
  position: relative;
  width: 100%;
}
.cid-vjHhvriVZJ .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-vjHhvriVZJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjHhvriVZJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjHhvriVZJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjHhvriVZJ .mbr-label {
  color: #19171c;
}
.cid-vjHhvriVZJ .mbr-section-title {
  color: #19171c;
}
.cid-vjHhvriVZJ .item-title {
  color: #19171c;
}
.cid-vjHhvriVZJ .item-name {
  color: #6e6e73;
}
.cid-vkhQgvSxlb {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkhQgvSxlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhQgvSxlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhQgvSxlb .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkhQgvSxlb .items-wrapper .card {
  padding: 0;
}
.cid-vkhQgvSxlb .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkhQgvSxlb .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkhQgvSxlb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhQgvSxlb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhQgvSxlb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkhQgvSxlb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhQgvSxlb .content-wrap {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vkhQgvSxlb .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkhQgvSxlb .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkhQgvSxlb .mbr-section-title,
.cid-vkhQgvSxlb .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkhQgvSxlb .mbr-section-title,
  .cid-vkhQgvSxlb .title-wrapper {
    text-align: left;
  }
}
.cid-vkhQgvSxlb .mbr-text,
.cid-vkhQgvSxlb .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkhQgvSxlb .mbr-text,
  .cid-vkhQgvSxlb .text-wrapper {
    text-align: left;
  }
}
.cid-vhOI96YBEi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-vhOI96YBEi .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vhOI96YBEi .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-vhOI96YBEi img,
.cid-vhOI96YBEi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhOI96YBEi .item:focus,
.cid-vhOI96YBEi span:focus {
  outline: none;
}
.cid-vhOI96YBEi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhOI96YBEi .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vhOI96YBEi img {
  border-radius: 30px;
}
.cid-vhOI96YBEi .mbr-section-title {
  color: #ffffff;
}
.cid-vhOI96YBEi .item-title {
  color: #ffffff;
}
.cid-vhOI96YBEi .item-subtitle {
  color: #ffffff;
}
.cid-vjXthUrEkU {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-vjXthUrEkU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjXthUrEkU svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-vjXthUrEkU g rect {
  fill: #40b0bf;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vjXthUrEkU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vjXthUrEkU .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-vjXthUrEkU .soc-item:hover {
  background: #40b0bf;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-vjXthUrEkU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjXthUrEkU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjXthUrEkU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjXthUrEkU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-vjXthUrEkU .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjXthUrEkU .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjXthUrEkU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjXthUrEkU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjXthUrEkU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjXthUrEkU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vjXthUrEkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXthUrEkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXthUrEkU H1 {
  text-align: justify;
}
.cid-vjXthUrEkU DIV {
  text-align: justify;
}
.cid-vgGtXtfTjJ {
  z-index: 1000;
  width: 100%;
}
.cid-vgGtXtfTjJ nav.navbar {
  position: fixed;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgGtXtfTjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgGtXtfTjJ .dropdown-item:hover,
.cid-vgGtXtfTjJ .dropdown-item:focus {
  background: #21b770 !important;
  color: white !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover span {
  color: white;
}
.cid-vgGtXtfTjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgGtXtfTjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgGtXtfTjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgGtXtfTjJ .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-vgGtXtfTjJ .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-vgGtXtfTjJ .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-vgGtXtfTjJ .container {
  display: flex;
  margin: auto;
}
.cid-vgGtXtfTjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgGtXtfTjJ .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-nav {
    align-items: center;
  }
}
.cid-vgGtXtfTjJ .dropdown-menu,
.cid-vgGtXtfTjJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vgGtXtfTjJ .nav-item:focus,
.cid-vgGtXtfTjJ .nav-link:focus {
  outline: none;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgGtXtfTjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgGtXtfTjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgGtXtfTjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  box-shadow: none;
}
.cid-vgGtXtfTjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vgGtXtfTjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgGtXtfTjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vgGtXtfTjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgGtXtfTjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgGtXtfTjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgGtXtfTjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgGtXtfTjJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-vgGtXtfTjJ .dropdown-item.active,
.cid-vgGtXtfTjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgGtXtfTjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgGtXtfTjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgGtXtfTjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgGtXtfTjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgGtXtfTjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #103178;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgGtXtfTjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar {
    height: 70px;
  }
  .cid-vgGtXtfTjJ .navbar.opened {
    height: auto;
  }
  .cid-vgGtXtfTjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgGtXtfTjJ .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .container-fluid {
    padding: 0 40px;
  }
}
.cid-vgGtXtfTjJ .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgGtXtfTjJ .nav-link.link.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .navbar-caption.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn:hover {
  color: #00A7B8 !important;
  border-color: #103178 !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover {
  color: #00A7B8 !important;
}
.cid-vhIlIxcbsY {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/langagessolo-langages20miniature20youtube202-visage-2000x1125.webp");
}
.cid-vhIlIxcbsY h3 {
  position: relative;
}
.cid-vhIlIxcbsY h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vhIlIxcbsY svg {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 60px !important;
  z-index: 10;
  overflow: visible;
  transform: scaleY(-1);
}
.cid-vhIlIxcbsY g rect {
  fill: #ffffff;
}
.cid-vhIlIxcbsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlIxcbsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIlIxcbsY H1 {
  text-align: center;
}
.cid-vhIlIxcbsY H3 {
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-vhIlIxcbsY svg {
    height: 30px !important;
  }
}
.cid-vhIoQ8mLci {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vhIoQ8mLci .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIoQ8mLci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIoQ8mLci .card-wrapper {
  padding: 0 162px;
}
@media (max-width: 1440px) {
  .cid-vhIoQ8mLci .card-wrapper {
    padding: 0 66px;
  }
}
@media (max-width: 992px) {
  .cid-vhIoQ8mLci .card-wrapper {
    padding: 0;
  }
}
.cid-vhIoQ8mLci .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vhIoQ8mLci .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhIoQ8mLci .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vhIoQ8mLci .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vhIoQ8mLci .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #40b0bf 0, transparent 100%);
}
.cid-vhIoQ8mLci .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhIoQ8mLci .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhIoQ8mLci .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhIoQ8mLci .panel-group .card {
  position: relative;
  padding: 0;
  border: 1px solid #40b0bf;
  background-color: transparent;
  overflow: hidden;
}
.cid-vhIoQ8mLci .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vhIoQ8mLci .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vhIoQ8mLci .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vhIoQ8mLci .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vhIoQ8mLci .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #40b0bf;
}
.cid-vhIoQ8mLci .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vhIoQ8mLci .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vhIoQ8mLci .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vhIoQ8mLci .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
    display: block;
  }
}
.cid-vhIoQ8mLci .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhIoQ8mLci .mbr-label {
  color: #004aad;
}
.cid-vhIoQ8mLci .mbr-section-title {
  color: #004aad;
}
.cid-vhIoQ8mLci .mbr-text {
  color: #004aad;
}
.cid-vhIoQ8mLci .panel-title-edit {
  color: #2299aa;
}
.cid-vhIoQ8mLci .panel-text {
  color: #232323;
}
.cid-vhIoQ8mLci .mbr-label,
.cid-vhIoQ8mLci .label-wrapper {
  color: #40b0bf;
}
.cid-vh9tR3WuTi {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/patchwork20press-1437x691.webp");
}
.cid-vh9tR3WuTi H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vh9tR3WuTi .mbr-text,
.cid-vh9tR3WuTi .mbr-section-btn {
  color: #fdb429;
}
.cid-vhfQp44jdO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhfQp44jdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhfQp44jdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhfQp44jdO .row {
  justify-content: flex-start;
}
.cid-vhfQp44jdO .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-vhfQp44jdO .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-vhfQp44jdO .mbr-section-subtitle {
  color: #2299aa;
  width: 100%;
}
.cid-vhfQp44jdO .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-vhfQp44jdO .mbr-section-title,
.cid-vhfQp44jdO .mbr-section-btn P {
  text-align: justify;
}
.cid-vkhKUMTvpj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkhKUMTvpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhKUMTvpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhKUMTvpj .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkhKUMTvpj .items-wrapper .card {
  padding: 0;
}
.cid-vkhKUMTvpj .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkhKUMTvpj .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkhKUMTvpj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhKUMTvpj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhKUMTvpj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkhKUMTvpj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhKUMTvpj .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-vkhKUMTvpj .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkhKUMTvpj .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vkhKUMTvpj .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkhKUMTvpj .mbr-section-title,
.cid-vkhKUMTvpj .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkhKUMTvpj .mbr-section-title,
  .cid-vkhKUMTvpj .title-wrapper {
    text-align: left;
  }
}
.cid-vkhKUMTvpj .mbr-text,
.cid-vkhKUMTvpj .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkhKUMTvpj .mbr-text,
  .cid-vkhKUMTvpj .text-wrapper {
    text-align: left;
  }
}
.cid-vhkGDZSrRw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhkGDZSrRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkGDZSrRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkGDZSrRw .row {
  justify-content: flex-start;
}
.cid-vhkGDZSrRw .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-vhkGDZSrRw .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-vhkGDZSrRw .mbr-section-subtitle {
  color: #2299aa;
  width: 100%;
}
.cid-vhkGDZSrRw .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-vkhLaAF7AW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkhLaAF7AW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhLaAF7AW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhLaAF7AW .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkhLaAF7AW .items-wrapper .card {
  padding: 0;
}
.cid-vkhLaAF7AW .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkhLaAF7AW .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkhLaAF7AW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhLaAF7AW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhLaAF7AW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkhLaAF7AW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhLaAF7AW .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-vkhLaAF7AW .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkhLaAF7AW .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vkhLaAF7AW .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkhLaAF7AW .mbr-section-title,
.cid-vkhLaAF7AW .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkhLaAF7AW .mbr-section-title,
  .cid-vkhLaAF7AW .title-wrapper {
    text-align: left;
  }
}
.cid-vkhLaAF7AW .mbr-text,
.cid-vkhLaAF7AW .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkhLaAF7AW .mbr-text,
  .cid-vkhLaAF7AW .text-wrapper {
    text-align: left;
  }
}
.cid-vhle4qJ7T6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhle4qJ7T6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhle4qJ7T6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhle4qJ7T6 .row {
  justify-content: flex-start;
}
.cid-vhle4qJ7T6 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-vhle4qJ7T6 .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-vhle4qJ7T6 .mbr-section-subtitle {
  color: #2299aa;
  width: 100%;
}
.cid-vhle4qJ7T6 .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-vkhLiHgSdd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkhLiHgSdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhLiHgSdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhLiHgSdd .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkhLiHgSdd .items-wrapper .card {
  padding: 0;
}
.cid-vkhLiHgSdd .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkhLiHgSdd .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkhLiHgSdd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhLiHgSdd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhLiHgSdd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkhLiHgSdd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhLiHgSdd .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-vkhLiHgSdd .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkhLiHgSdd .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vkhLiHgSdd .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkhLiHgSdd .mbr-section-title,
.cid-vkhLiHgSdd .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkhLiHgSdd .mbr-section-title,
  .cid-vkhLiHgSdd .title-wrapper {
    text-align: left;
  }
}
.cid-vkhLiHgSdd .mbr-text,
.cid-vkhLiHgSdd .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkhLiHgSdd .mbr-text,
  .cid-vkhLiHgSdd .text-wrapper {
    text-align: left;
  }
}
.cid-vhl45KevzN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhl45KevzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhl45KevzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhl45KevzN .row {
  justify-content: flex-start;
}
.cid-vhl45KevzN .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-vhl45KevzN .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-vhl45KevzN .mbr-section-subtitle {
  color: #2299aa;
  width: 100%;
}
.cid-vhl45KevzN .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-vkhLqHEbup {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkhLqHEbup .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhLqHEbup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhLqHEbup .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkhLqHEbup .items-wrapper .card {
  padding: 0;
}
.cid-vkhLqHEbup .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkhLqHEbup .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkhLqHEbup .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhLqHEbup .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhLqHEbup .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkhLqHEbup .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhLqHEbup .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-vkhLqHEbup .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkhLqHEbup .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vkhLqHEbup .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkhLqHEbup .mbr-section-title,
.cid-vkhLqHEbup .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkhLqHEbup .mbr-section-title,
  .cid-vkhLqHEbup .title-wrapper {
    text-align: left;
  }
}
.cid-vkhLqHEbup .mbr-text,
.cid-vkhLqHEbup .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkhLqHEbup .mbr-text,
  .cid-vkhLqHEbup .text-wrapper {
    text-align: left;
  }
}
.cid-vhjzBc6TV5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhjzBc6TV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhjzBc6TV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhjzBc6TV5 .row {
  justify-content: flex-start;
}
.cid-vhjzBc6TV5 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-vhjzBc6TV5 .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-vhjzBc6TV5 .mbr-section-subtitle {
  color: #2299aa;
  width: 100%;
}
.cid-vhjzBc6TV5 .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-vkhLyyqj07 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkhLyyqj07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhLyyqj07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhLyyqj07 .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkhLyyqj07 .items-wrapper .card {
  padding: 0;
}
.cid-vkhLyyqj07 .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkhLyyqj07 .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkhLyyqj07 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhLyyqj07 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhLyyqj07 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkhLyyqj07 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhLyyqj07 .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-vkhLyyqj07 .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkhLyyqj07 .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vkhLyyqj07 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkhLyyqj07 .mbr-section-title,
.cid-vkhLyyqj07 .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkhLyyqj07 .mbr-section-title,
  .cid-vkhLyyqj07 .title-wrapper {
    text-align: left;
  }
}
.cid-vkhLyyqj07 .mbr-text,
.cid-vkhLyyqj07 .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkhLyyqj07 .mbr-text,
  .cid-vkhLyyqj07 .text-wrapper {
    text-align: left;
  }
}
.cid-vhkzscbrc3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhkzscbrc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkzscbrc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkzscbrc3 .row {
  justify-content: flex-start;
}
.cid-vhkzscbrc3 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-vhkzscbrc3 .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-vhkzscbrc3 .mbr-section-subtitle {
  color: #2299aa;
  width: 100%;
}
.cid-vhkzscbrc3 .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-vkhLFgCnyg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkhLFgCnyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhLFgCnyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhLFgCnyg .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkhLFgCnyg .items-wrapper .card {
  padding: 0;
}
.cid-vkhLFgCnyg .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkhLFgCnyg .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkhLFgCnyg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhLFgCnyg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhLFgCnyg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkhLFgCnyg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhLFgCnyg .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-vkhLFgCnyg .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkhLFgCnyg .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vkhLFgCnyg .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkhLFgCnyg .mbr-section-title,
.cid-vkhLFgCnyg .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkhLFgCnyg .mbr-section-title,
  .cid-vkhLFgCnyg .title-wrapper {
    text-align: left;
  }
}
.cid-vkhLFgCnyg .mbr-text,
.cid-vkhLFgCnyg .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkhLFgCnyg .mbr-text,
  .cid-vkhLFgCnyg .text-wrapper {
    text-align: left;
  }
}
.cid-vhk6sAqxlm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhk6sAqxlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhk6sAqxlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhk6sAqxlm .row {
  justify-content: flex-start;
}
.cid-vhk6sAqxlm .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-vhk6sAqxlm .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-vhk6sAqxlm .mbr-section-subtitle {
  color: #2299aa;
  width: 100%;
}
.cid-vhk6sAqxlm .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-vhOGmCwWUM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vhOGmCwWUM img,
.cid-vhOGmCwWUM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vhOGmCwWUM .item:focus,
.cid-vhOGmCwWUM span:focus {
  outline: none;
}
.cid-vhOGmCwWUM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhOGmCwWUM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhOGmCwWUM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhOGmCwWUM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vhOGmCwWUM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhOGmCwWUM .mbr-section-title {
  color: #65c6d4;
}
.cid-vhOGmCwWUM .mbr-section-subtitle {
  color: #65c6d4;
}
.cid-vjXthUrEkU {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-vjXthUrEkU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjXthUrEkU svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-vjXthUrEkU g rect {
  fill: #40b0bf;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vjXthUrEkU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vjXthUrEkU .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-vjXthUrEkU .soc-item:hover {
  background: #40b0bf;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-vjXthUrEkU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjXthUrEkU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjXthUrEkU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjXthUrEkU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-vjXthUrEkU .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjXthUrEkU .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjXthUrEkU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjXthUrEkU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjXthUrEkU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjXthUrEkU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vjXthUrEkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXthUrEkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXthUrEkU H1 {
  text-align: justify;
}
.cid-vjXthUrEkU DIV {
  text-align: justify;
}
.cid-vgGtXtfTjJ {
  z-index: 1000;
  width: 100%;
}
.cid-vgGtXtfTjJ nav.navbar {
  position: fixed;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgGtXtfTjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgGtXtfTjJ .dropdown-item:hover,
.cid-vgGtXtfTjJ .dropdown-item:focus {
  background: #21b770 !important;
  color: white !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover span {
  color: white;
}
.cid-vgGtXtfTjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgGtXtfTjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgGtXtfTjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgGtXtfTjJ .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-vgGtXtfTjJ .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-vgGtXtfTjJ .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-vgGtXtfTjJ .container {
  display: flex;
  margin: auto;
}
.cid-vgGtXtfTjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgGtXtfTjJ .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-nav {
    align-items: center;
  }
}
.cid-vgGtXtfTjJ .dropdown-menu,
.cid-vgGtXtfTjJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vgGtXtfTjJ .nav-item:focus,
.cid-vgGtXtfTjJ .nav-link:focus {
  outline: none;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgGtXtfTjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgGtXtfTjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgGtXtfTjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  box-shadow: none;
}
.cid-vgGtXtfTjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vgGtXtfTjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgGtXtfTjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vgGtXtfTjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgGtXtfTjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgGtXtfTjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgGtXtfTjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgGtXtfTjJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-vgGtXtfTjJ .dropdown-item.active,
.cid-vgGtXtfTjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgGtXtfTjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgGtXtfTjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgGtXtfTjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgGtXtfTjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgGtXtfTjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #103178;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgGtXtfTjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar {
    height: 70px;
  }
  .cid-vgGtXtfTjJ .navbar.opened {
    height: auto;
  }
  .cid-vgGtXtfTjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgGtXtfTjJ .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .container-fluid {
    padding: 0 40px;
  }
}
.cid-vgGtXtfTjJ .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgGtXtfTjJ .nav-link.link.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .navbar-caption.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn:hover {
  color: #00A7B8 !important;
  border-color: #103178 !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover {
  color: #00A7B8 !important;
}
.cid-vhHvgpVcEt {
  background-image: url("../../../assets/images/novatrio20officielle-carre-5-2000x2042.webp");
}
.cid-vhHvgpVcEt h3 {
  position: relative;
}
.cid-vhHvgpVcEt h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vhHvgpVcEt svg {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 60px !important;
  z-index: 10;
  overflow: visible;
  transform: scaleY(-1);
}
.cid-vhHvgpVcEt g rect {
  fill: #ffffff;
}
.cid-vhHvgpVcEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhHvgpVcEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhHvgpVcEt H1 {
  text-align: left;
}
.cid-vhHvgpVcEt H3 {
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-vhHvgpVcEt svg {
    height: 30px !important;
  }
}
.cid-vhplWFAClJ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-vhplWFAClJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhplWFAClJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhplWFAClJ .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vhplWFAClJ .row {
    flex-wrap: wrap;
  }
}
.cid-vhplWFAClJ .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vhplWFAClJ .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vhplWFAClJ .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-vhplWFAClJ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #2299aa;
  transform: translateY(40%);
}
.cid-vhplWFAClJ .mbr-section-title {
  color: #353535;
}
.cid-vhplWFAClJ .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-vhplWFAClJ .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-vhplWFAClJ .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vhplWFAClJ .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vhplWFAClJ .mbr-text {
    margin-top: 12px;
  }
}
.cid-vhplWFAClJ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vhplWFAClJ .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vhplWFAClJ .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-vhplWFAClJ .col-img {
    width: 350px;
  }
}
.cid-vhplWFAClJ .img-wrap {
  position: relative;
  width: 100%;
}
.cid-vhplWFAClJ .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vhplWFAClJ .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-vhplWFAClJ .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vhplWFAClJ .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-vhplWFAClJ .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-vhplWFAClJ .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(30deg);
}
.cid-vhplWFAClJ .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-vhplWFAClJ .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-vhplWFAClJ .mbr-text,
.cid-vhplWFAClJ .mbr-section-btn {
  color: #353535;
}
.cid-vhwHl7M0dw {
  padding-top: 280px;
  background-image: url("../../../assets/images/couv-novatrio-ostinatum-hd2nobord-w-1546x1389.webp");
}
.cid-vhwHl7M0dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhwHl7M0dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhwghst6Dz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #40b0bf;
}
.cid-vhwghst6Dz .audio-player-container {
  width: 100%;
  max-width: 520px;
  margin: 30px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}
.cid-vhwghst6Dz .audio-player {
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 18px;
  text-align: center;
}
.cid-vhwghst6Dz audio {
  accent-color: #40b0bf;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  border-radius: 12px !important;
  background-color: #F5F5F5 !important;
  padding: 4px !important;
}
.cid-vhwghst6Dz audio::-webkit-media-controls-panel {
  background-color: #F5F5F5 !important;
  border-radius: 12px !important;
}
.cid-vhwghst6Dz audio::-webkit-media-controls-download-button {
  display: none !important;
}
.cid-vhwghst6Dz audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.cid-vhwghst6Dz .audio-player-container .playlist h3 {
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-top: 0;
  text-align: left;
}
.cid-vhwghst6Dz .audio-player-container .playlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vhwghst6Dz .audio-player-container .playlist li {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: #333;
  transition: color 0.2s ease;
  font-size: 18px;
}
.cid-vhwghst6Dz .audio-player-container .playlist li:hover {
  background: transparent !important;
  color: #40b0bf !important;
}
.cid-vhwghst6Dz .audio-player-container .playlist li.playing {
  color: #40b0bf;
  font-size: 20px;
  font-weight: bold;
}
.cid-vhwghst6Dz .track-info {
  text-align: center;
  font-size: 18px;
  color: #40b0bf;
  margin-top: 8px;
  min-height: 22px;
}
@media (max-width: 640px) {
  .cid-vhwghst6Dz .audio-player-container {
    margin: 15px 10px;
    padding: 15px;
    border-radius: 8px;
  }
  .cid-vhwghst6Dz .audio-player {
    padding: 10px;
  }
  .cid-vhwghst6Dz audio::-webkit-media-controls-panel {
    padding: 0 4px !important;
  }
}
.cid-vhwghst6Dz html,
.cid-vhwghst6Dz body {
  overflow-x: hidden;
}
.cid-vhwghst6Dz .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhwEQHj2LK {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/commedeslunettes-claude20lunette20flux-10-grand-w-2000x1007.webp");
}
.cid-vhwEQHj2LK H1 {
  text-align: center;
}
.cid-vhwEQHj2LK .mbr-text,
.cid-vhwEQHj2LK .mbr-section-btn {
  color: #fdb429;
}
.cid-vhwptLzleE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #40b0bf;
}
.cid-vhwptLzleE .audio-player-container {
  width: 100%;
  max-width: 520px;
  margin: 30px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}
.cid-vhwptLzleE .audio-player {
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 18px;
  text-align: center;
}
.cid-vhwptLzleE audio {
  accent-color: #40b0bf;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  border-radius: 12px !important;
  background-color: #F5F5F5 !important;
  padding: 4px !important;
}
.cid-vhwptLzleE audio::-webkit-media-controls-panel {
  background-color: #F5F5F5 !important;
  border-radius: 12px !important;
}
.cid-vhwptLzleE audio::-webkit-media-controls-download-button {
  display: none !important;
}
.cid-vhwptLzleE audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.cid-vhwptLzleE .audio-player-container .playlist h3 {
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-top: 0;
  text-align: left;
}
.cid-vhwptLzleE .audio-player-container .playlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vhwptLzleE .audio-player-container .playlist li {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: #333;
  transition: color 0.2s ease;
  font-size: 18px;
}
.cid-vhwptLzleE .audio-player-container .playlist li:hover {
  background: transparent !important;
  color: #40b0bf !important;
}
.cid-vhwptLzleE .audio-player-container .playlist li.playing {
  color: #40b0bf;
  font-size: 20px;
  font-weight: bold;
}
.cid-vhwptLzleE .track-info {
  text-align: center;
  font-size: 18px;
  color: #40b0bf;
  margin-top: 8px;
  min-height: 22px;
}
@media (max-width: 640px) {
  .cid-vhwptLzleE .audio-player-container {
    margin: 15px 10px;
    padding: 15px;
    border-radius: 8px;
  }
  .cid-vhwptLzleE .audio-player {
    padding: 10px;
  }
  .cid-vhwptLzleE audio::-webkit-media-controls-panel {
    padding: 0 4px !important;
  }
}
.cid-vhwptLzleE html,
.cid-vhwptLzleE body {
  overflow-x: hidden;
}
.cid-vhwptLzleE .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhwptLzleE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vjRsIc6BHZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjRsIc6BHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjRsIc6BHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjRsIc6BHZ .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vjRsIc6BHZ .items-wrapper .card {
  padding: 0;
}
.cid-vjRsIc6BHZ .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vjRsIc6BHZ .content-wrapper {
    padding-right: 0;
  }
}
.cid-vjRsIc6BHZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjRsIc6BHZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vjRsIc6BHZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vjRsIc6BHZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjRsIc6BHZ .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-vjRsIc6BHZ .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vjRsIc6BHZ .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vjRsIc6BHZ .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vjRsIc6BHZ .mbr-section-title,
.cid-vjRsIc6BHZ .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjRsIc6BHZ .mbr-section-title,
  .cid-vjRsIc6BHZ .title-wrapper {
    text-align: left;
  }
}
.cid-vjRsIc6BHZ .mbr-text,
.cid-vjRsIc6BHZ .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vjRsIc6BHZ .mbr-text,
  .cid-vjRsIc6BHZ .text-wrapper {
    text-align: left;
  }
}
.cid-vhqrrU1fN1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhqrrU1fN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqrrU1fN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhqrrU1fN1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .cid-vhqrrU1fN1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vhqrrU1fN1 .embla__slide .slide-content {
  width: 100%;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content:hover .item-wrapper .image-content .item-img:before,
.cid-vhqrrU1fN1 .embla__slide .slide-content:focus .item-wrapper .image-content .item-img:before {
  opacity: .5;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content:hover .item-wrapper .image-content .item-img .mbr-section-btn,
.cid-vhqrrU1fN1 .embla__slide .slide-content:focus .item-wrapper .image-content .item-img .mbr-section-btn {
  opacity: 1;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper {
  padding: 40px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .image-content {
  margin: 100px 40px;
  box-shadow: 5px 40px 50px 0 #d0cbcb;
}
@media (max-width: 992px) {
  .cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .image-content {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .image-content {
    box-shadow: none;
  }
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .image-content .item-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .image-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #98dee8;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap {
  width: 100%;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap img {
  height: 300px;
  object-fit: cover;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .image-content .item-img .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vhqrrU1fN1 .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vhqrrU1fN1 .embla__button--next,
.cid-vhqrrU1fN1 .embla__button--prev {
  display: flex;
}
.cid-vhqrrU1fN1 .embla__button {
  bottom: 0;
  width: 52px;
  height: 52px;
  font-size: 16px;
  background-color: #ece9f0 !important;
  color: #65c6d4 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vhqrrU1fN1 .embla__button:disabled {
  opacity: .5 !important;
}
.cid-vhqrrU1fN1 .embla__button:hover {
  transform: scale(1.05);
}
.cid-vhqrrU1fN1 .embla__button.embla__button--prev {
  right: 3.5rem;
}
.cid-vhqrrU1fN1 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-vhqrrU1fN1 .embla__button.embla__button--next {
  right: 0;
}
.cid-vhqrrU1fN1 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
.cid-vhqrrU1fN1 .embla {
  position: relative;
  width: 100%;
}
.cid-vhqrrU1fN1 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-vhqrrU1fN1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhqrrU1fN1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhqrrU1fN1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhqrrU1fN1 .mbr-label {
  color: #19171c;
}
.cid-vhqrrU1fN1 .mbr-section-title {
  color: #19171c;
}
.cid-vhqrrU1fN1 .item-title {
  color: #19171c;
}
.cid-vhqrrU1fN1 .item-name {
  color: #6e6e73;
}
.cid-vhqt656Ki0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhqt656Ki0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhqt656Ki0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhqt656Ki0 .container {
    padding: 0 20px;
  }
}
.cid-vhqt656Ki0 .row {
  justify-content: center;
}
.cid-vhqt656Ki0 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vhqt656Ki0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vhqt656Ki0 .video-block {
    margin-bottom: 30px;
  }
}
.cid-vhqt656Ki0 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhqt656Ki0 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vhqt656Ki0 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #40b0bf;
  color: #ffffff;
  text-shadow: none;
}
.cid-vhqt656Ki0 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhqt656Ki0 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vhqt656Ki0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vhrwmfBXyf {
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-vhrwmfBXyf iframe,
.cid-vhrwmfBXyf img,
.cid-vhrwmfBXyf video {
  width: 100%;
}
.cid-vhrwmfBXyf .mbr-media {
  position: relative;
}
.cid-vhrwmfBXyf .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-vhrwmfBXyf .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vhrwmfBXyf .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vhrwmfBXyf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vhrwmfBXyf .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-vhrwmfBXyf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vhrwmfBXyf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vhrwmfBXyf .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-vhrwmfBXyf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhrwmfBXyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhrwmfBXyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhrwmfBXyf .container {
    padding: 0 20px;
  }
}
.cid-vhrwmfBXyf .row {
  justify-content: center;
}
.cid-vhrwmfBXyf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vhrwmfBXyf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vhrwmfBXyf .video-block {
    margin-bottom: 30px;
  }
}
.cid-vhrwmfBXyf .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhrwmfBXyf .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vhrwmfBXyf .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #40b0bf;
  color: #ffffff;
  text-shadow: none;
}
.cid-vhrwmfBXyf .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhrwmfBXyf .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vhrwmfBXyf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vhqtHLzlkb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhqtHLzlkb .item-wrapper {
  width: 100%;
}
.cid-vhqtHLzlkb .row {
  align-items: center;
  justify-content: center;
}
.cid-vhqtHLzlkb .b {
  margin-bottom: 30px;
}
.cid-vhqtHLzlkb img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-vhqtHLzlkb .b,
  .cid-vhqtHLzlkb .t {
    margin-bottom: 20px;
  }
}
.cid-vkhQLgwqM6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkhQLgwqM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhQLgwqM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhQLgwqM6 .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkhQLgwqM6 .items-wrapper .card {
  padding: 0;
}
.cid-vkhQLgwqM6 .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkhQLgwqM6 .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkhQLgwqM6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhQLgwqM6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhQLgwqM6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkhQLgwqM6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhQLgwqM6 .content-wrap {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vkhQLgwqM6 .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkhQLgwqM6 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkhQLgwqM6 .mbr-section-title,
.cid-vkhQLgwqM6 .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkhQLgwqM6 .mbr-section-title,
  .cid-vkhQLgwqM6 .title-wrapper {
    text-align: left;
  }
}
.cid-vkhQLgwqM6 .mbr-text,
.cid-vkhQLgwqM6 .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkhQLgwqM6 .mbr-text,
  .cid-vkhQLgwqM6 .text-wrapper {
    text-align: left;
  }
}
.cid-vhpIlg26P9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-vhpIlg26P9 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vhpIlg26P9 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-vhpIlg26P9 img,
.cid-vhpIlg26P9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhpIlg26P9 .item:focus,
.cid-vhpIlg26P9 span:focus {
  outline: none;
}
.cid-vhpIlg26P9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhpIlg26P9 .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vhpIlg26P9 img {
  border-radius: 30px;
}
.cid-vhpIlg26P9 .mbr-section-title {
  color: #ffffff;
}
.cid-vhpIlg26P9 .item-title {
  color: #ffffff;
}
.cid-vhpIlg26P9 .item-subtitle {
  color: #ffffff;
}
.cid-vjXthUrEkU {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-vjXthUrEkU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjXthUrEkU svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-vjXthUrEkU g rect {
  fill: #40b0bf;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vjXthUrEkU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vjXthUrEkU .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-vjXthUrEkU .soc-item:hover {
  background: #40b0bf;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-vjXthUrEkU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjXthUrEkU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjXthUrEkU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjXthUrEkU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-vjXthUrEkU .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjXthUrEkU .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjXthUrEkU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjXthUrEkU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjXthUrEkU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjXthUrEkU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vjXthUrEkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXthUrEkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXthUrEkU H1 {
  text-align: justify;
}
.cid-vjXthUrEkU DIV {
  text-align: justify;
}
.cid-vgGtXtfTjJ {
  z-index: 1000;
  width: 100%;
}
.cid-vgGtXtfTjJ nav.navbar {
  position: fixed;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgGtXtfTjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgGtXtfTjJ .dropdown-item:hover,
.cid-vgGtXtfTjJ .dropdown-item:focus {
  background: #21b770 !important;
  color: white !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover span {
  color: white;
}
.cid-vgGtXtfTjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgGtXtfTjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgGtXtfTjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgGtXtfTjJ .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-vgGtXtfTjJ .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-vgGtXtfTjJ .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-vgGtXtfTjJ .container {
  display: flex;
  margin: auto;
}
.cid-vgGtXtfTjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgGtXtfTjJ .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-nav {
    align-items: center;
  }
}
.cid-vgGtXtfTjJ .dropdown-menu,
.cid-vgGtXtfTjJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vgGtXtfTjJ .nav-item:focus,
.cid-vgGtXtfTjJ .nav-link:focus {
  outline: none;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgGtXtfTjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgGtXtfTjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgGtXtfTjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  box-shadow: none;
}
.cid-vgGtXtfTjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vgGtXtfTjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgGtXtfTjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vgGtXtfTjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgGtXtfTjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgGtXtfTjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgGtXtfTjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgGtXtfTjJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-vgGtXtfTjJ .dropdown-item.active,
.cid-vgGtXtfTjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgGtXtfTjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgGtXtfTjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgGtXtfTjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgGtXtfTjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgGtXtfTjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #103178;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgGtXtfTjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar {
    height: 70px;
  }
  .cid-vgGtXtfTjJ .navbar.opened {
    height: auto;
  }
  .cid-vgGtXtfTjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgGtXtfTjJ .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .container-fluid {
    padding: 0 40px;
  }
}
.cid-vgGtXtfTjJ .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgGtXtfTjJ .nav-link.link.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .navbar-caption.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn:hover {
  color: #00A7B8 !important;
  border-color: #103178 !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover {
  color: #00A7B8 !important;
}
.cid-vhOJKYzzB4 {
  background-image: url("../../../assets/images/sollarge-sol20sans20pianoc2a9filip20forestier-3c-w-2000x916.webp");
}
.cid-vhOJKYzzB4 h3 {
  position: relative;
}
.cid-vhOJKYzzB4 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vhOJKYzzB4 svg {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 60px !important;
  z-index: 10;
  overflow: visible;
  transform: scaleY(-1);
}
.cid-vhOJKYzzB4 g rect {
  fill: #ffffff;
}
.cid-vhOJKYzzB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOJKYzzB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOJKYzzB4 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vhOJKYzzB4 H3 {
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-vhOJKYzzB4 svg {
    height: 30px !important;
  }
}
.cid-vhOJMT932N {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vhOJMT932N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOJMT932N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOJMT932N .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vhOJMT932N .row {
    flex-wrap: wrap;
  }
}
.cid-vhOJMT932N .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vhOJMT932N .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vhOJMT932N .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-vhOJMT932N .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #2299aa;
  transform: translateY(40%);
}
.cid-vhOJMT932N .mbr-section-title {
  color: #353535;
}
.cid-vhOJMT932N .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-vhOJMT932N .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-vhOJMT932N .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vhOJMT932N .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vhOJMT932N .mbr-text {
    margin-top: 12px;
  }
}
.cid-vhOJMT932N .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vhOJMT932N .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vhOJMT932N .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-vhOJMT932N .col-img {
    width: 350px;
  }
}
.cid-vhOJMT932N .img-wrap {
  position: relative;
  width: 100%;
}
.cid-vhOJMT932N .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vhOJMT932N .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-vhOJMT932N .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vhOJMT932N .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-vhOJMT932N .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-vhOJMT932N .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(360deg);
}
.cid-vhOJMT932N .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(145deg);
}
@media (max-width: 991px) {
  .cid-vhOJMT932N .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-vhOJMT932N .mbr-text,
.cid-vhOJMT932N .mbr-section-btn {
  color: #353535;
}
.cid-vhOJRPwaUO {
  padding-top: 630px;
  background-image: url("../../../assets/images/cheveux20bleus-2clair-w-2000x1096.webp");
}
.cid-vhOJRPwaUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOJRPwaUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNbXZemPp {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vjNbXZemPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNbXZemPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNbXZemPp .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vjNbXZemPp .row {
    flex-wrap: wrap;
  }
}
.cid-vjNbXZemPp .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vjNbXZemPp .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vjNbXZemPp .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-vjNbXZemPp .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #2299aa;
  transform: translateY(40%);
}
.cid-vjNbXZemPp .mbr-section-title {
  color: #353535;
}
.cid-vjNbXZemPp .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-vjNbXZemPp .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-vjNbXZemPp .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vjNbXZemPp .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vjNbXZemPp .mbr-text {
    margin-top: 12px;
  }
}
.cid-vjNbXZemPp .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vjNbXZemPp .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vjNbXZemPp .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-vjNbXZemPp .col-img {
    width: 350px;
  }
}
.cid-vjNbXZemPp .img-wrap {
  position: relative;
  width: 100%;
}
.cid-vjNbXZemPp .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vjNbXZemPp .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-vjNbXZemPp .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vjNbXZemPp .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-vjNbXZemPp .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-vjNbXZemPp .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(235deg);
}
.cid-vjNbXZemPp .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(355deg);
}
@media (max-width: 991px) {
  .cid-vjNbXZemPp .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-vjNbXZemPp .mbr-text,
.cid-vjNbXZemPp .mbr-section-btn {
  color: #353535;
}
.cid-vjNc2X5bsE {
  padding-top: 630px;
  background-image: url("../../../assets/images/toupie-claude-w-2000x1093.webp");
}
.cid-vjNc2X5bsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNc2X5bsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOJPQtZLr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #40b0bf;
}
.cid-vhOJPQtZLr .audio-player-container {
  width: 100%;
  max-width: 520px;
  margin: 30px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}
.cid-vhOJPQtZLr .audio-player {
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 18px;
  text-align: center;
}
.cid-vhOJPQtZLr audio {
  accent-color: #40b0bf;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  border-radius: 12px !important;
  background-color: #F5F5F5 !important;
  padding: 4px !important;
}
.cid-vhOJPQtZLr audio::-webkit-media-controls-panel {
  background-color: #F5F5F5 !important;
  border-radius: 12px !important;
}
.cid-vhOJPQtZLr audio::-webkit-media-controls-download-button {
  display: none !important;
}
.cid-vhOJPQtZLr audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.cid-vhOJPQtZLr .audio-player-container .playlist h3 {
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-top: 0;
  text-align: left;
}
.cid-vhOJPQtZLr .audio-player-container .playlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vhOJPQtZLr .audio-player-container .playlist li {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: #333;
  transition: color 0.2s ease;
  font-size: 18px;
}
.cid-vhOJPQtZLr .audio-player-container .playlist li:hover {
  background: transparent !important;
  color: #40b0bf !important;
}
.cid-vhOJPQtZLr .audio-player-container .playlist li.playing {
  color: #40b0bf;
  font-size: 20px;
  font-weight: bold;
}
.cid-vhOJPQtZLr .track-info {
  text-align: center;
  font-size: 18px;
  color: #40b0bf;
  margin-top: 8px;
  min-height: 22px;
}
@media (max-width: 640px) {
  .cid-vhOJPQtZLr .audio-player-container {
    margin: 15px 10px;
    padding: 15px;
    border-radius: 8px;
  }
  .cid-vhOJPQtZLr .audio-player {
    padding: 10px;
  }
  .cid-vhOJPQtZLr audio::-webkit-media-controls-panel {
    padding: 0 4px !important;
  }
}
.cid-vhOJPQtZLr html,
.cid-vhOJPQtZLr body {
  overflow-x: hidden;
}
.cid-vhOJPQtZLr .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhOJPQtZLr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vhOJSrkmL4 {
  padding-top: 420px;
  background-image: url("../../../assets/images/13-sol-noir-meditation-3-w-2000x1127.webp");
}
.cid-vhOJSrkmL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOJSrkmL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOJWA35jq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhOJWA35jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOJWA35jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOJWA35jq .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vhOJWA35jq .container-fluid {
    padding: 0 20px;
  }
}
.cid-vhOJWA35jq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhOJWA35jq .container {
    padding: 0 20px;
  }
}
.cid-vhOJWA35jq .row {
  justify-content: center;
}
.cid-vhOJWA35jq .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vhOJWA35jq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vhOJWA35jq .video-block {
    margin-bottom: 30px;
  }
}
.cid-vhOJWA35jq .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhOJWA35jq .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vhOJWA35jq .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #40b0bf;
  color: #000000;
  text-shadow: none;
}
.cid-vhOJWA35jq .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhOJWA35jq .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vhOJWA35jq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjNIfK2uPT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vjNIfK2uPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNIfK2uPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNIfK2uPT .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vjNIfK2uPT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vjNIfK2uPT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vjNIfK2uPT .container {
    padding: 0 20px;
  }
}
.cid-vjNIfK2uPT .row {
  justify-content: center;
}
.cid-vjNIfK2uPT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vjNIfK2uPT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vjNIfK2uPT .video-block {
    margin-bottom: 30px;
  }
}
.cid-vjNIfK2uPT .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjNIfK2uPT .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vjNIfK2uPT .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #40b0bf;
  color: #000000;
  text-shadow: none;
}
.cid-vjNIfK2uPT .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjNIfK2uPT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vjNIfK2uPT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjNYWfr6ik {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vjNYWfr6ik .item-wrapper {
  width: 100%;
}
.cid-vjNYWfr6ik .row {
  align-items: center;
  justify-content: center;
}
.cid-vjNYWfr6ik .b {
  margin-bottom: 30px;
}
.cid-vjNYWfr6ik img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-vjNYWfr6ik .b,
  .cid-vjNYWfr6ik .t {
    margin-bottom: 20px;
  }
}
.cid-vkhNWGQrHO {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkhNWGQrHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhNWGQrHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhNWGQrHO .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkhNWGQrHO .items-wrapper .card {
  padding: 0;
}
.cid-vkhNWGQrHO .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkhNWGQrHO .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkhNWGQrHO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhNWGQrHO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhNWGQrHO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkhNWGQrHO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhNWGQrHO .content-wrap {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vkhNWGQrHO .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkhNWGQrHO .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkhNWGQrHO .mbr-section-title,
.cid-vkhNWGQrHO .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkhNWGQrHO .mbr-section-title,
  .cid-vkhNWGQrHO .title-wrapper {
    text-align: left;
  }
}
.cid-vkhNWGQrHO .mbr-text,
.cid-vkhNWGQrHO .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkhNWGQrHO .mbr-text,
  .cid-vkhNWGQrHO .text-wrapper {
    text-align: left;
  }
}
.cid-vjNTnT4OEv {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjNTnT4OEv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #121212;
  margin-bottom: 2rem;
}
.cid-vjNTnT4OEv .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  padding: 3rem;
  background: #eeeeee;
}
.cid-vjNTnT4OEv .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 767px) {
  .cid-vjNTnT4OEv .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vjNTnT4OEv .mbr-text {
  color: #696969;
}
.cid-vjNTnT4OEv .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vjNTnT4OEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNTnT4OEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNTnT4OEv .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-vhOK46jCUr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-vhOK46jCUr .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vhOK46jCUr .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-vhOK46jCUr img,
.cid-vhOK46jCUr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhOK46jCUr .item:focus,
.cid-vhOK46jCUr span:focus {
  outline: none;
}
.cid-vhOK46jCUr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhOK46jCUr .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vhOK46jCUr img {
  border-radius: 30px;
}
.cid-vhOK46jCUr .mbr-section-title {
  color: #ffffff;
}
.cid-vhOK46jCUr .item-title {
  color: #ffffff;
}
.cid-vhOK46jCUr .item-subtitle {
  color: #ffffff;
}
.cid-vjXthUrEkU {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-vjXthUrEkU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjXthUrEkU svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-vjXthUrEkU g rect {
  fill: #40b0bf;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vjXthUrEkU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vjXthUrEkU .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-vjXthUrEkU .soc-item:hover {
  background: #40b0bf;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-vjXthUrEkU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjXthUrEkU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjXthUrEkU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjXthUrEkU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-vjXthUrEkU .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjXthUrEkU .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjXthUrEkU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjXthUrEkU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjXthUrEkU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjXthUrEkU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vjXthUrEkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXthUrEkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXthUrEkU H1 {
  text-align: justify;
}
.cid-vjXthUrEkU DIV {
  text-align: justify;
}
.cid-vgGtXtfTjJ {
  z-index: 1000;
  width: 100%;
}
.cid-vgGtXtfTjJ nav.navbar {
  position: fixed;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgGtXtfTjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgGtXtfTjJ .dropdown-item:hover,
.cid-vgGtXtfTjJ .dropdown-item:focus {
  background: #21b770 !important;
  color: white !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover span {
  color: white;
}
.cid-vgGtXtfTjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgGtXtfTjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgGtXtfTjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgGtXtfTjJ .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-vgGtXtfTjJ .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-vgGtXtfTjJ .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-vgGtXtfTjJ .container {
  display: flex;
  margin: auto;
}
.cid-vgGtXtfTjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgGtXtfTjJ .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-nav {
    align-items: center;
  }
}
.cid-vgGtXtfTjJ .dropdown-menu,
.cid-vgGtXtfTjJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vgGtXtfTjJ .nav-item:focus,
.cid-vgGtXtfTjJ .nav-link:focus {
  outline: none;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgGtXtfTjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgGtXtfTjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgGtXtfTjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgGtXtfTjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 !important;
  box-shadow: none;
}
.cid-vgGtXtfTjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vgGtXtfTjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgGtXtfTjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vgGtXtfTjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgGtXtfTjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgGtXtfTjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgGtXtfTjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgGtXtfTjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgGtXtfTjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgGtXtfTjJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgGtXtfTjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgGtXtfTjJ .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-vgGtXtfTjJ .dropdown-item.active,
.cid-vgGtXtfTjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgGtXtfTjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgGtXtfTjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgGtXtfTjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgGtXtfTjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgGtXtfTjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgGtXtfTjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgGtXtfTjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #103178;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgGtXtfTjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgGtXtfTjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgGtXtfTjJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgGtXtfTjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgGtXtfTjJ .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-vgGtXtfTjJ .navbar {
    height: 70px;
  }
  .cid-vgGtXtfTjJ .navbar.opened {
    height: auto;
  }
  .cid-vgGtXtfTjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgGtXtfTjJ .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .container-fluid {
    padding: 0 40px;
  }
}
.cid-vgGtXtfTjJ .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-vgGtXtfTjJ .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-vgGtXtfTjJ .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-vgGtXtfTjJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgGtXtfTjJ .nav-link.link.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .navbar-caption.text-black:hover {
  color: #00A7B8 !important;
}
.cid-vgGtXtfTjJ .mbr-section-btn .btn:hover {
  color: #00A7B8 !important;
  border-color: #103178 !important;
}
.cid-vgGtXtfTjJ .dropdown-item:hover {
  color: #00A7B8 !important;
}
.cid-vhOISC8w0k {
  background-image: url("../../../assets/images/orgue-jazz-blanc-2-petit-w-1909x1080.webp");
}
.cid-vhOISC8w0k h3 {
  position: relative;
}
.cid-vhOISC8w0k h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vhOISC8w0k svg {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 60px !important;
  z-index: 10;
  overflow: visible;
  transform: scaleY(-1);
}
.cid-vhOISC8w0k g rect {
  fill: #ffffff;
}
.cid-vhOISC8w0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOISC8w0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOISC8w0k H1 {
  text-align: center;
  color: #ffffff;
}
.cid-vhOISC8w0k H3 {
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-vhOISC8w0k svg {
    height: 30px !important;
  }
}
.cid-vhOJ2mhcTH {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vhOJ2mhcTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOJ2mhcTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOJ2mhcTH .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vhOJ2mhcTH .row {
    flex-wrap: wrap;
  }
}
.cid-vhOJ2mhcTH .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vhOJ2mhcTH .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vhOJ2mhcTH .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-vhOJ2mhcTH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #2299aa;
  transform: translateY(40%);
}
.cid-vhOJ2mhcTH .mbr-section-title {
  color: #353535;
}
.cid-vhOJ2mhcTH .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-vhOJ2mhcTH .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-vhOJ2mhcTH .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-vhOJ2mhcTH .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vhOJ2mhcTH .mbr-text {
    margin-top: 12px;
  }
}
.cid-vhOJ2mhcTH .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vhOJ2mhcTH .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vhOJ2mhcTH .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-vhOJ2mhcTH .col-img {
    width: 350px;
  }
}
.cid-vhOJ2mhcTH .img-wrap {
  position: relative;
  width: 100%;
}
.cid-vhOJ2mhcTH .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vhOJ2mhcTH .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-vhOJ2mhcTH .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vhOJ2mhcTH .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-vhOJ2mhcTH .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-vhOJ2mhcTH .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(30deg);
}
.cid-vhOJ2mhcTH .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-vhOJ2mhcTH .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-vhOJ2mhcTH .mbr-text,
.cid-vhOJ2mhcTH .mbr-section-btn {
  color: #353535;
}
.cid-vhOJpNEht8 {
  padding-top: 350px;
  background-image: url("../../../assets/images/capture2019.30.50-coup-w-2000x831.webp");
}
.cid-vhOJpNEht8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOJpNEht8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOJ7AwOiC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #40b0bf;
}
.cid-vhOJ7AwOiC .audio-player-container {
  width: 100%;
  max-width: 520px;
  margin: 30px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}
.cid-vhOJ7AwOiC .audio-player {
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 18px;
  text-align: center;
}
.cid-vhOJ7AwOiC audio {
  accent-color: #40b0bf;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  border-radius: 12px !important;
  background-color: #F5F5F5 !important;
  padding: 4px !important;
}
.cid-vhOJ7AwOiC audio::-webkit-media-controls-panel {
  background-color: #F5F5F5 !important;
  border-radius: 12px !important;
}
.cid-vhOJ7AwOiC audio::-webkit-media-controls-download-button {
  display: none !important;
}
.cid-vhOJ7AwOiC audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.cid-vhOJ7AwOiC .audio-player-container .playlist h3 {
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-top: 0;
  text-align: left;
}
.cid-vhOJ7AwOiC .audio-player-container .playlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vhOJ7AwOiC .audio-player-container .playlist li {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: #333;
  transition: color 0.2s ease;
  font-size: 18px;
}
.cid-vhOJ7AwOiC .audio-player-container .playlist li:hover {
  background: transparent !important;
  color: #40b0bf !important;
}
.cid-vhOJ7AwOiC .audio-player-container .playlist li.playing {
  color: #40b0bf;
  font-size: 20px;
  font-weight: bold;
}
.cid-vhOJ7AwOiC .track-info {
  text-align: center;
  font-size: 18px;
  color: #40b0bf;
  margin-top: 8px;
  min-height: 22px;
}
@media (max-width: 640px) {
  .cid-vhOJ7AwOiC .audio-player-container {
    margin: 15px 10px;
    padding: 15px;
    border-radius: 8px;
  }
  .cid-vhOJ7AwOiC .audio-player {
    padding: 10px;
  }
  .cid-vhOJ7AwOiC audio::-webkit-media-controls-panel {
    padding: 0 4px !important;
  }
}
.cid-vhOJ7AwOiC html,
.cid-vhOJ7AwOiC body {
  overflow-x: hidden;
}
.cid-vhOJ7AwOiC .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhOJ7AwOiC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vhOJotRqqS {
  padding-top: 280px;
  background-image: url("../../../assets/images/croise-coup-2bis-w-2000x485.webp");
}
.cid-vhOJotRqqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOJotRqqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOJaB0jjn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhOJaB0jjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhOJaB0jjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhOJaB0jjn .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vhOJaB0jjn .container-fluid {
    padding: 0 20px;
  }
}
.cid-vhOJaB0jjn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhOJaB0jjn .container {
    padding: 0 20px;
  }
}
.cid-vhOJaB0jjn .row {
  justify-content: center;
}
.cid-vhOJaB0jjn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vhOJaB0jjn .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vhOJaB0jjn .video-block {
    margin-bottom: 30px;
  }
}
.cid-vhOJaB0jjn .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhOJaB0jjn .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vhOJaB0jjn .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #40b0bf;
  color: #000000;
  text-shadow: none;
}
.cid-vhOJaB0jjn .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhOJaB0jjn .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vhOJaB0jjn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjMYCdkWRW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vjMYCdkWRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjMYCdkWRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjMYCdkWRW .container {
    padding: 0 20px;
  }
}
.cid-vjMYCdkWRW .row {
  justify-content: center;
}
.cid-vjMYCdkWRW .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vjMYCdkWRW .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vjMYCdkWRW .video-block {
    margin-bottom: 30px;
  }
}
.cid-vjMYCdkWRW .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjMYCdkWRW .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vjMYCdkWRW .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #40b0bf;
  color: #000000;
  text-shadow: none;
}
.cid-vjMYCdkWRW .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjMYCdkWRW .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vjMYCdkWRW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjMBg11aCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vjMBg11aCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjMBg11aCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjMBg11aCK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .cid-vjMBg11aCK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vjMBg11aCK .embla__slide .slide-content {
  width: 100%;
}
.cid-vjMBg11aCK .embla__slide .slide-content:hover .item-wrapper .image-content .item-img:before,
.cid-vjMBg11aCK .embla__slide .slide-content:focus .item-wrapper .image-content .item-img:before {
  opacity: .5;
}
.cid-vjMBg11aCK .embla__slide .slide-content:hover .item-wrapper .image-content .item-img .mbr-section-btn,
.cid-vjMBg11aCK .embla__slide .slide-content:focus .item-wrapper .image-content .item-img .mbr-section-btn {
  opacity: 1;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper {
  padding: 40px;
  height: 100%;
  background-color: #f2f1f3;
}
@media (max-width: 992px) {
  .cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .image-content {
  margin: 100px 40px;
  box-shadow: 5px 40px 50px 0 #d0cbcb;
}
@media (max-width: 992px) {
  .cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .image-content {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .image-content {
    box-shadow: none;
  }
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .image-content .item-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .image-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #65c6d4;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap {
  width: 100%;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap img {
  height: 300px;
  object-fit: cover;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .image-content .item-img .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vjMBg11aCK .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vjMBg11aCK .embla__button--next,
.cid-vjMBg11aCK .embla__button--prev {
  display: flex;
}
.cid-vjMBg11aCK .embla__button {
  bottom: 0;
  width: 52px;
  height: 52px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #65c6d4 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vjMBg11aCK .embla__button {
    display: none;
  }
}
.cid-vjMBg11aCK .embla__button:disabled {
  opacity: .5 !important;
}
.cid-vjMBg11aCK .embla__button:hover {
  transform: scale(1.05);
}
.cid-vjMBg11aCK .embla__button.embla__button--prev {
  right: 3.5rem;
}
.cid-vjMBg11aCK .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-vjMBg11aCK .embla__button.embla__button--next {
  right: 0;
}
.cid-vjMBg11aCK .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
.cid-vjMBg11aCK .embla {
  position: relative;
  width: 100%;
}
.cid-vjMBg11aCK .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-vjMBg11aCK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjMBg11aCK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjMBg11aCK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjMBg11aCK .mbr-label {
  color: #19171c;
}
.cid-vjMBg11aCK .mbr-section-title {
  color: #19171c;
}
.cid-vjMBg11aCK .item-title {
  color: #19171c;
}
.cid-vjMBg11aCK .item-name {
  color: #6e6e73;
}
.cid-vlLvUiS2Va {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vlLvUiS2Va .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlLvUiS2Va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlLvUiS2Va .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vlLvUiS2Va .items-wrapper .card {
  padding: 0;
}
.cid-vlLvUiS2Va .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vlLvUiS2Va .content-wrapper {
    padding-right: 0;
  }
}
.cid-vlLvUiS2Va .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlLvUiS2Va .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vlLvUiS2Va .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vlLvUiS2Va .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlLvUiS2Va .content-wrap {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vlLvUiS2Va .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vlLvUiS2Va .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vlLvUiS2Va .mbr-section-title,
.cid-vlLvUiS2Va .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vlLvUiS2Va .mbr-section-title,
  .cid-vlLvUiS2Va .title-wrapper {
    text-align: left;
  }
}
.cid-vlLvUiS2Va .mbr-text,
.cid-vlLvUiS2Va .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlLvUiS2Va .mbr-text,
  .cid-vlLvUiS2Va .text-wrapper {
    text-align: left;
  }
}
.cid-vhOIeB5apc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-vhOIeB5apc .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vhOIeB5apc .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-vhOIeB5apc img,
.cid-vhOIeB5apc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhOIeB5apc .item:focus,
.cid-vhOIeB5apc span:focus {
  outline: none;
}
.cid-vhOIeB5apc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vhOIeB5apc .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vhOIeB5apc img {
  border-radius: 30px;
}
.cid-vhOIeB5apc .mbr-section-title {
  color: #ffffff;
}
.cid-vhOIeB5apc .item-title {
  color: #ffffff;
}
.cid-vhOIeB5apc .item-subtitle {
  color: #ffffff;
}
.cid-vjXthUrEkU {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-vjXthUrEkU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjXthUrEkU svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-vjXthUrEkU g rect {
  fill: #40b0bf;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vjXthUrEkU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vjXthUrEkU .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-vjXthUrEkU .soc-item:hover {
  background: #40b0bf;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-vjXthUrEkU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vjXthUrEkU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjXthUrEkU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vjXthUrEkU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vjXthUrEkU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-vjXthUrEkU .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vjXthUrEkU .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vjXthUrEkU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vjXthUrEkU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vjXthUrEkU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vjXthUrEkU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vjXthUrEkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXthUrEkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXthUrEkU H1 {
  text-align: justify;
}
.cid-vjXthUrEkU DIV {
  text-align: justify;
}
