@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap");
.layout {
  max-width: 1240px;
  margin: 0 auto;
}
.fixed {
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @paddingBody */;
  background-color: #000000 /* @headerBackground */;
  z-index: 9999;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="1/2"] {
  aspect-ratio: 1/2;
}
.ratio[data-ratio="9/10"] {
  aspect-ratio: 9/10;
}
.ratio[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}
.ratio[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}
.ratio[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}
.ratio[data-ratio="4"] {
  aspect-ratio: 4;
}
.ratio[data-ratio="3"] {
  aspect-ratio: 3;
}
/* rows */
.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.row-1 {
  max-width: 1024px;
}
.row-2 {
  max-width: 1280px;
}
.row-3 {
  max-width: 1440px;
}
.row-4 {
  max-width: 1680px;
}
.row-5 {
  max-width: 1920px;
}
.row-6 {
  max-width: 2560px;
}
/* misc */
.ApiFieldGroup .CaptationContent {
  background: none;
}
.module.hidden {
  display: none;
}
/* image lazy load */
/* TODO blur issue with safary */
/* .img-lazy-load {
  filter: blur(5px);
}

.img-lazy-load.loaded {
  filter: blur(0px);
} */
#sd-cmp * {
  max-height: 100vh;
  font-size: 14px;
}
.grecaptcha-badge {
  z-index: 99999;
}
@media only screen and (max-width: 640px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
}
@media only screen and (min-width: 641px) {
  .recaptcha-terms {
    display: none;
  }
}
.recaptcha-terms {
  padding: 5px 10px;
  text-align: center;
}
.recaptcha-terms p {
  font-size: 11px;
  line-height: 19px;
  opacity: 0.7;
}
.recaptcha-terms a {
  color: #1a73e8;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-utils/jquery-utils.css ***/
/*
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

.clearfix:after { content:""; display:table; clear:both; }
*/
/*
.resizePicture { position: relative; overflow: hidden; }
.resizePicture img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; max-width:none !important ;max-height:none !important; margin: auto; opacity: 0; }
*/
/** TOOLS PAGE */
/*
.loanTool article.tool { margin-bottom: 40px; }
.loanTool input[type="text"],
.loanTool textarea,
.loanTool select {
  width: auto;
}

.loanTool table { width: 100%; }
.loanTool table td { padding: 10px; }

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/video.js/dist/video-js.css ***/
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot");
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "\f10c";
}
.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
  content: "\f11e";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.22222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66666667em;
}
/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}
.video-js .vjs-mouse-display:before {
  display: none;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.33333333em;
  right: -0.5em;
  font-size: 0.9em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}
.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}
.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}
.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}
.vjs-tooltip-progress-bar {
  visibility: hidden;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none;
}
.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: 0.5em;
}
.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
@media screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
@media screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-select/jquery.apiselect.css ***/
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 100%;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
/* Filtering style */
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect .error {
  display: none;
  padding: 6px;
}
.SumoSelect .searching {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}
.SumoSelect .CaptionCont.SelectBox label {
  line-height: 20px;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  opacity: 1;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: black;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.SumoSelect.open > .CaptionCont > label > i::before {
  content: "\F0143";
}
.SumoSelect > .CaptionCont > label > i::before {
  content: "\F0140";
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-top: 3px;
}
.SumoSelect.open > .optWrapper {
  top: 40px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 205px;
  /*height*/
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 35px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 6px 0 0 35px;
  height: 40px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.btnCancel {
  display: none!important;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/node_modules/intl-tel-input/build/css/intlTelInput.css ***/
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/*** CSS BASE PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Picture/Resources/css/main.css ***/
@media screen and (max-width: 768px) {
  .module-picture img {
    width: 100%;
  }
}
/*** CSS BASE TEMPLATE Elone PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/picture.less ***/
.module-picture.basic-mod img {
  width: 100%;
}
.module-picture.background-mod {
  margin-bottom: 4rem;
  position: relative;
}
.module-picture.background-mod .module-header {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.module-picture.background-mod .module-header .module-header-title {
  color: white;
}
.module-picture.background-mod .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .module-picture.background-mod .picture {
    height: 300px;
  }
}
/*** CSS BASE PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/main.less ***/
.module-slider.waiting {
  max-height: 500px;
}
.owl-carousel {
  touch-action: none;
}
.owl-carousel {
  touch-action: manipulation;
}
@media screen and (max-width: 1280px) {
  .module-slider.waiting {
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-slider.waiting {
    max-height: 250px;
  }
}
.module-slider.waiting .slider,
.module-slider.waiting .thumbnail {
  opacity: 0;
  overflow: hidden;
}
.module-slider.loaded .api-spinner {
  display: none;
}
.module-slider .owl-carousel,
.module-slider .owl-wrapper-outer,
.module-slider .owl-wrapper,
.module-slider .owl-stage-outer,
.module-slider .owl-stage,
.module-slider .owl-item,
.module-slider .owl-item .item {
  height: 100%;
}
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: auto;
}
.module-slider .slider .owl-item img.portrait {
  position: initial;
  width: auto;
  height: 100%;
}
.module-slider .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-slider .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-slider .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/* auto height * /
.module-slider {
  .slider .owl-item img {
    position: relative; left: auto; right: auto;
  }
}*/
/* center */
.slider-center .slider .owl-item img {
  opacity: 0.5;
}
.slider-center .slider .owl-item.main img {
  opacity: 1;
}
/* content */
.module-slider .slider .owl-item .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
/* video */
.video-js .vjs-tech:not(iframe) {
  width: 100% !important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video-js.vjs-youtube .vjs-control-bar {
  display: none;
}
.vjs-current-time.vjs-time-control.vjs-control {
  display: table;
}
.vjs-current-time-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-duration.vjs-time-control.vjs-control {
  display: table;
}
.vjs-duration-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-time-control.vjs-time-divider {
  display: table;
  height: 100%;
}
.vjs-time-control.vjs-time-divider > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vjs-play-progress.vjs-slider-bar::before {
  margin-top: -5px;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
}
.video-js .vjs-big-play-button {
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.75em;
  font-size: 6em;
  color: #26A69A;
  transition: all 0.5s ease-in-out;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background: none;
  color: #26A69A;
}
.video-js .vjs-progress-control.vjs-control {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translate(0, -100%);
  align-items: flex-end;
  width: 100%;
}
.video-js .vjs-progress-holder {
  height: 0.5em !important;
  margin: 0 !important;
}
.vjs-play-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vjs-fullscreen-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
.vjs-volume-level::before {
  margin-top: -7px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: initial;
}
.video-js .vjs-play-progress {
  background: #26A69A;
}
.video-js .vjs-control-bar .vjs-button {
  color: #26A69A;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before {
  text-shadow: initial;
}
.video-js .vjs-control:hover:before,
.video-js .vjs-control:hover span:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress .vjs-control-text::after {
  top: -5em;
}
.owl-item > div {
  width: 100% !important;
  height: 100% !important;
}
.video-js {
  height: 100% !important;
  padding: 0 !important;
}
/* rtl */
.slider.rtl .owl-stage-outer .owl-stage {
  direction: ltr;
}
/*** CSS BASE TEMPLATE Elone PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/slider.less ***/
.module-slider {
  position: relative;
  /**ANIMATION*/
}
.module-slider .slider-center .slider .owl-item.main img,
.module-slider .slider-center .slider .owl-item img {
  opacity: 1 !important;
}
.module-slider .owl-theme .owl-nav i {
  background: rgba(0, 0, 0, 0.5);
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 10px;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 20px;
}
.module-slider .owl-stage:before {
  content: none;
  background: rgba(56, 58, 63, 0.2);
}
.module-slider .owl-item img.portrait {
  width: auto;
  height: 100%;
}
.module-slider .mdi:before {
  color: #fff;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-stage .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-stage .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
.module-slider .module-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: right;
  z-index: 2;
}
.module-slider .module-header h2 {
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module-slider .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.module-slider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
/* gestion des alignements */
.module-cms .cms-align-left {
  text-align: left;
}
.module-cms .cms-align-right {
  text-align: right;
}
.module-cms .cms-align-center {
  text-align: center;
}
.module-cms .cms-align-justify {
  text-align: justify;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE TEMPLATE Elone PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/cms.less ***/
.module-cms h1,
.module-cms h2 {
  display: block;
}
.module-cms {
  padding: 0;
  margin: 0 0 50px 0;
  background: transparent;
}
.module-cms h1,
.module-cms h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}
.module-cms .module-header,
.module-cms .info {
  margin: auto;
  max-width: 1280px;
  text-align: justify;
}
.module-cms .module-header p,
.module-cms .info p {
  padding: auto;
  list-style: initial;
}
.module-cms:after {
  content: none;
}
.module-cms .background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(56, 58, 63, 0.2);
}
.module-cms h2 {
  margin-bottom: 0;
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
.module-legal.template3 ul {
  text-align: center;
}
.module-legal.template3 ul li {
  display: inline-block;
  position: relative;
}
.module-legal.template3 ul li a {
  position: relative;
}
.module-legal.template3 ul li:not(:first-child):before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.module-legal.template3 ul li:not(:first-child) {
  margin-left: 5px;
}
/*** CSS BASE TEMPLATE Elone PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/legal.less ***/
.module-legal section.legalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.module-legal section.legalContent h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.module-legal section.legalContent p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal section.legalContent div {
  width: 100%;
}
.module-legal section.legalContent article.editor,
.module-legal section.legalContent article.publisher {
  width: 49%;
  padding-left: 20px;
  border-left: 2px solid;
  margin-top: 40px;
}
.module-legal section.cookies {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 20px;
}
.module-legal section.cookies h2 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  display: block;
}
.module-legal section.cookies h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Lato';
}
.module-legal section.cookies p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal.template2 h3 {
  display: block;
}
.module-legal.template3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template3 p {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  margin: 0 10px ;
}
.module-legal.template3 p:first-child {
  font-size: 12px;
  line-height: 15px;
}
.module-legal.template3 p:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
.module-legal.template5 p:last-child:before {
  content: none;
}
.module-legal.template5 h1 {
  display: none;
}
.module-legal.template5 section.rgpd {
  column-count: 2;
  column-gap: 50px;
}
.module-legal.template5 section.rgpd > h1 {
  width: 100%;
  column-span: all;
  display: block;
}
.module-legal.template5 section.rgpd h2 {
  display: block;
  margin-bottom: 0;
  margin-top: 69px;
}
.module-legal.template5 section.rgpd p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.module-legal.template5 section.rgpd ul {
  padding-left: 20px;
  margin-bottom: 33px;
}
.module-legal.template5 section.rgpd ul li {
  list-style-type: disc;
  font-size: 16px;
  text-align: justify;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** CSS BASE PLUGIN Newsletter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Newsletter/Resources/css/newsletter.css ***/
form[name=newsletter-form] {
  position: relative;
}
form[name=newsletter-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=newsletter-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=newsletter-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=newsletter-form] .field.hidden {
  display: none;
}
.popup-module-newsletter.template-1,
.popup-module-newsletter.template-3 {
  background: grey;
  width: 500px;
  margin: auto;
  position: relative;
  padding: 1%;
}
.popup-module-newsletter.template-1 .mfp-close,
.popup-module-newsletter.template-3 .mfp-close {
  width: 20px;
  height: 20px;
  margin: -10px;
  line-height: 20px;
  border-radius: 50%;
  background: white;
  border: solid 1px black;
}
.popup-module-newsletter.template-1 .submit,
.popup-module-newsletter.template-3 .submit {
  position: absolute;
  bottom: 0;
  height: 76px;
  width: 154px;
  right: 0;
  border-radius: 3%;
  margin-bottom: 2px;
}
.module-newsletter i.mdi-newspaper {
  margin: 0 10px 0 0;
}
/*** CSS BASE PLUGIN Estimate ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Estimate/Resources/css/estimate.css ***/
form[name=estimate-form] form {
  position: relative;
}
form[name=estimate-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=estimate-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=estimate-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=estimate-form] .field.hidden {
  display: none;
}
form[name=estimate-form] .room_range,
form[name=estimate-form] .price_range,
form[name=estimate-form] .field.address {
  width: 100%;
}
form[name=estimate-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
form[name=estimate-form] .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
form[name=estimate-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
form[name=estimate-form] .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
.iti--allow-dropdown {
  width: 100%;
}
.iti__flag {
  background-image: url("/node_modules/intl-tel-input/build/img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/node_modules/intl-tel-input/build/img/flags@2x.png");
  }
}
/*** CSS BASE TEMPLATE Elone PLUGIN Estimate ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/estimate.less ***/
.module-estimate.template-1 {
  padding: 20px;
  background: #e5e5e5;
  /* @color3 */
}
.module-estimate.template-1 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-estimate.template-1 form > .field {
  width: 49.5%;
  margin-bottom: 1%;
}
.module-estimate.template-1 form > .field.civility.choice {
  display: none;
}
.module-estimate.template-1 form > .field.subtype.choice {
  display: none;
}
.module-estimate.template-1 form > .field.address,
.module-estimate.template-1 form > .field.message.textarea {
  width: 100%;
}
.module-estimate.template-1 form > .field.recaptcha.recaptcha {
  width: 100%;
}
.module-estimate.template-1 form > .field.submit.submit {
  width: auto;
  min-width: 100px;
}
@media only screen and (max-width: 768px) {
  .module-estimate.template-1 form > .field {
    width: 100% !important;
  }
}
.module-estimate .select2-container--default .select2-selection {
  border: 1px solid #d1d5db;
  border-radius: 0.35rem;
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-1.css ***/
.social-menu-template-1 ul li {
  padding: 5px;
}
.social-menu-template-1 ul li a i {
  font-size: 22px;
  margin-right: 10px;
}
.social-menu-template-1 .facebook:hover a i {
  color: #3b5999;
}
.social-menu-template-1 .google-plus:hover a i {
  color: #dd4b39;
}
.social-menu-template-1 .instagram:hover a i {
  color: #e4405f;
}
.social-menu-template-1 .twitter:hover a svg path {
  fill: #55acee;
}
.social-menu-template-1 .twitter {
  top: 2px;
  position: relative;
}
.social-menu-template-1 .twitter svg {
  margin-right: 10px;
}
.social-menu-template-1 .youtube:hover a i {
  color: #cd201f;
}
.social-menu-template-1 .linkedin:hover a i {
  color: #0077B5;
}
.social-menu-template-1 .pinterest:hover a i {
  color: #bd081c;
}
.social-menu-template-1 .dailymotion:hover a i {
  color: #00d2f3;
}
.social-menu-template-1 .tiktok .mdi-tiktok:after {
  background-image: url("/plugins/SocialMenu/tiktok.svg");
}
.social-menu-template-1 .mdi-bg:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Picture/Resources/css/accordeon.css ***/
.template-2.module-picture .accordeon-title {
  margin: 0;
}
.template-2.module-picture .accordeon-title .mdi {
  margin-left: 20px;
}
.module-picture.template-2 i::before {
  content: "\F0140";
  transform: rotate(180deg);
}
.template-2.module-picture .container {
  margin-top: 15px;
}
.template-2.module-picture .container.active i::before {
  transform: rotate(0deg);
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Elone PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/language.less ***/
.module-language .FieldWrapper {
  background-color: #000000;
}
.module-language span {
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/*** CSS BASE PLUGIN Counter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Counter/Resources/css/main.less ***/
.module-counter .cart {
  position: relative;
  transition: all 0.25s ease-in-out;
}
.module-counter .cart:hover {
  transform: scale(1.2);
}
.module-counter .count_cart {
  position: absolute;
  left: 10px;
  top: -1px;
  font-size: 13px;
  color: white;
}
.module-counter i.mdi.mdi-heart::before {
  font-size: 35px;
}
/*** GLOBAL CSS TEMPLATE Elone ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/css/main.less ***/
/*** CSS TEMPLATE Zenia ***/
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  color: #ffffff /* @fontColor */;
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-size: 16px /* @fontsize */;
  line-height: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #000000 /* @bodyColor */;
  padding: 0px /* @paddingBody */;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #ffffff /* @fontColorTitle */;
  font-family: 'Montserrat', sans-serif /* @fontfamilyTitle */;
  font-weight: 500 /* @fontweightTitle */;
}
h1,
h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 40px /* @fontsizeTitle */;
  line-height: 50px;
}
a {
  color: #ffffff /* @fontColor */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #ffffff /* @fontColor */;
}
p {
  margin-bottom: 10px;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
body .wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
button,
.button {
  display: inline-block;
  line-height: 24px;
  color: white;
  background-color: #000000 /* @color2 */;
  cursor: pointer;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  border: 0;
}
button:hover,
.button:hover {
  background: #000000;
}
/* popup */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
  z-index: 10001;
}
/* fancybox zoom picture */
.fancybox-skin {
  background: #e5e5e5 /* @color2 */;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
/* ApiFieldGroup */
.ApiFieldGroup .CaptationContent {
  background: none;
}
/* zones */
.zone {
  position: relative;
}
.zone-content .module + .module,
.zone-left-content .module + .module,
.zone-right-content .module + .module,
.zone-bottom-content .module + .module {
  margin-top: 80px;
}
.zone-content {
  max-width: 1240px;
  margin: 0 auto;
  margin: 50px auto;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled,
.SumoSelect {
  color: #ffffff /* @searchColor */;
  border-radius: 0.35rem;
  border: 1px solid #d1d5db;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
form ::placeholder {
  color: #ffffff /* @searchColor */;
}
.select2-container--default .select2-selection {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  line-height: 5px;
  margin: -3px auto 0;
  right: 5px;
  left: auto;
  transition: transform 0.35s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\F0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff /* @searchColor */;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #f9fafb;
  /* @color3 */
}
.SumoSelect > .optWrapper > .options li label {
  color: #000000;
  /* @searchFont */
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #000000;
  /* @searchFont */
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.SelectBox {
  padding: 0;
}
/** module **/
.module-header h1,
.module-header h2 {
  margin-bottom: 25px;
  padding-bottom: 0;
}
.module-header .subtitle {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 3px;
}
.zone-right-content .module-header {
  margin-bottom: 0;
}
/** HEADER */
header {
  left: 0;
  right: 0;
  transition: all 0.35s ease-out;
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @paddingBody */;
  background-color: #000000 /* @headerBackground */;
  z-index: 9999;
}
header > div {
  display: flex;
  transition: all 0.35s ease;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
header > div .module-cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
header .zone-header-left .module-logo {
  margin: 10px auto 0 0px;
  width: auto;
  text-align: center;
}
header .zone-header-left .module-logo img {
  height: 4vw /* @heightLogo */;
  width: auto;
}
header.is-active .zone-header-right {
  display: flex;
}
header.is-active .zone-header-right .module-menu.main button i {
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active .zone-header-right .module-menu.main button i:before {
  content: "\F0156";
}
header > div .zone-header-right .module-menu ul > li.current span {
  color: #000000;
  /* @color4 */
}
header .zone-header-right .module-menu.main.column ul > li a,
header .zone-header-right .module-cluster .module-menu ul > li a,
header .zone-header-right .module-cluster .module-lead a,
header .module-language .ApiFieldGroup .CaptationContent span,
header .module-language ul li a span,
.module-currency .ApiFieldGroup .CaptationContent span,
header .module-currency .FieldWrapper label {
  font-size: 14px;
  font-weight: 100;
}
header .zone-header-right .module-menu > ul > li.sub-menu > ul > li:hover a {
  color: #000000;
  /* @color4 */
}
/** base**/
.zone-header-right {
  width: 100%;
}
.zone-header-right .module-menu > ul {
  transition: all ease 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.zone-header-right .module-menu > ul > li {
  display: block;
}
.zone-header-right .module-menu > ul > li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu > ul > li a {
  color: #ffffff /* @headerContent */;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.zone-header-right .module-menu > ul li.sub-menu ul {
  display: none;
  background: #000000 /* @headerBackground */;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  max-width: 250px;
  margin: 0 auto 0 auto;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu:after {
    position: absolute;
    left: -20px;
    top: 10px;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li a {
    color: #ffffff /* @headerContent */;
  }
}
.zone-header-right .module-menu.main ul li a {
  text-transform: uppercase;
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .module-social-menu ul .twitter svg path {
  fill: #ffffff;
}
.zone-header-right .module-social-menu ul .twitter:hover svg path {
  fill: #00acee;
}
.zone-header-right .module.module-language {
  float: left;
  margin-top: 3px;
}
.zone-header-right .module.module-language .FieldWrapper {
  background-color: #000000 /* @headerBackground */;
}
.zone-header-right .module.module-language .ApiFieldGroup .CaptationContent span,
.zone-header-right .module.module-language .ApiFieldGroup .CaptationContent i {
  color: #ffffff;
  /* @headerContent */
}
.zone-header-right .module.module-language ul {
  text-align: center;
}
.zone-header-right .module.module-language ul li a span {
  color: #ffffff /* @headerContent */;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-currency .FieldWrapper {
  border-left: solid 3px #ffffff /* @headerContent */;
  background-color: #000000 /* @headerBackground */;
}
.zone-header-right .module.module-currency .FieldWrapper label {
  color: #ffffff /* @headerContent */;
}
.zone-header-right .module.module-currency .ApiFieldGroup .CaptationContent span,
.zone-header-right .module.module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #ffffff /* @headerContent */;
}
.zone-header-right .module.module-social-menu li span {
  display: none;
}
.zone-header-right .module.module-social-menu ul li a i {
  font-size: 21px;
}
.zone-header-right .module.module-social-menu a {
  color: #ffffff /* @colorSocialMedia */;
}
.zone-header-right .module.social-menu-template-2 .social__items {
  margin-right: 15px;
  margin-top: 3px;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item a svg path {
  fill: #ffffff;
  transition: fill 0.5s ease;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #000000;
}
@media only screen and (max-width: 1024px) {
  header > div {
    justify-content: center;
  }
  header > div .zone-header-right {
    position: initial;
    width: auto;
  }
  header > div .zone-header-right .module-cluster {
    display: none;
  }
  header.is-active:before {
    content: "";
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  header.is-active > div,
  header.is-active.fixed > div {
    overflow: auto;
    height: 100%;
    position: fixed;
    width: 100%;
    background: #000000;
    display: block;
  }
  header.is-active > div .zone-header-right,
  header.is-active.fixed > div .zone-header-right {
    width: 100%;
  }
  header.is-active .zone-header-right .module-menu.main ul {
    transform: translateY(0%);
  }
  header.is-active.fixed > div .zone-header-right,
  header.is-active > div .zone-header-right {
    flex-direction: column-reverse;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul,
  header.is-active > div .zone-header-right .module-menu.main ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul li,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul li a,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul li a {
    color: #ffffff /* @headerContent */;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu:hover ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu:hover ul {
    display: block;
  }
  header.is-active.fixed > div .zone-header-right .module-cluster,
  header.is-active > div .zone-header-right .module-cluster {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    margin: 0;
    padding: 15px;
  }
  header.is-active.fixed > div .zone-header-right .module-cluster .module-lead,
  header.is-active > div .zone-header-right .module-cluster .module-lead,
  header.is-active.fixed > div .zone-header-right .module-cluster .module-menu ul li,
  header.is-active > div .zone-header-right .module-cluster .module-menu ul li {
    margin: 5px 0px;
  }
  .zone-header-right .module-menu.main {
    width: 100%;
    margin-top: 10px;
    position: initial;
  }
  .zone-header-right .module-menu.main button {
    position: absolute;
    background: transparent;
    color: #000000;
    top: 1rem;
    right: 0;
  }
  .zone-header-right .module-menu.main button:hover {
    background: none;
  }
  .zone-header-right .module-menu.main button i {
    font-size: 42px;
  }
  .zone-header-right .module-menu.main > ul {
    display: none;
    transform: translateY(-100%);
    text-align: right;
    padding: 10px;
  }
  header.is-active .zone-header-left .module-logo {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .module-language .ApiFieldGroup .FieldWrapper {
    left: auto;
  }
  .zone-header-right {
    width: 100%;
  }
  .zone-header-left {
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .zone-header-left .module-logo img {
    height: 70px;
  }
  .zone-header-right .module-menu > ul > li {
    margin-bottom: 0;
  }
  .zone-header-right .module-menu.main {
    margin-top: 50px;
  }
}
/** FOOTER */
footer {
  padding-top: 40px;
  margin-top: 80px;
  background: #000000 /* @footerBackground */;
  clear: both;
}
footer .zone-footer {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1240px;
  margin: auto;
}
footer .zone-footer:after {
  content: none;
}
footer .zone-footer h2 {
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  text-align: left;
  padding-bottom: 0;
}
footer .zone-footer .module-header {
  margin-bottom: 0;
}
footer .module-header h2 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #bfbfbf;
}
footer a,
footer p,
footer li {
  color: #ffffff /* @footerContent */;
}
footer .zone-footer .module-language .ApiFieldGroup .FieldWrapper {
  background: #000000 /* @footerBackground  */;
}
footer .zone-footer .module-language .ApiFieldGroup .CaptationContent label i {
  color: #ffffff /* @footerContent  */;
}
footer a:hover {
  color: #000000;
}
footer .module-social-menu {
  margin: 0;
  width: 24%;
}
footer .module-social-menu .twitter svg path {
  fill: #ffffff;
}
footer .module-social-menu .twitter:hover svg path {
  fill: #00acee;
}
footer .social-menu-template-2 .social__items {
  gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  footer .social-menu-template-2 .social__items {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  footer .social-menu-template-2 .social__items .social__item {
    width: fit-content;
  }
}
footer .social-menu-template-2 .social__items .social__item a {
  display: flex;
  gap: 10px;
}
footer .social-menu-template-2 .social__items .social__item a svg path {
  fill: #ffffff /* @footerContent */;
  transition: fill 0.5s ease;
}
@media only screen and (max-width: 768px) {
  footer .social-menu-template-2 .social__items .social__item a span {
    display: none;
  }
}
footer .social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #000000;
}
footer .module-menu.column {
  margin: auto;
  width: 20%;
  margin: 0;
}
footer .module-menu.column ul {
  margin: 0;
  display: block;
}
footer .module-menu.column ul > li {
  text-align: left;
  margin: 0 !important;
}
footer .module-menu.column ul > li .mdi.mdi-home {
  display: none;
}
footer .zone-legal .module-legal {
  padding: 20px 0;
}
footer .zone-legal .module-legal .content {
  text-align: center;
}
footer .zone-legal .module-legal ul li {
  text-align: left;
  vertical-align: middle;
}
footer .zone-legal .module-legal ul li:last-child {
  font-size: 12px;
  line-height: 15px;
}
footer .zone-legal .module-legal ul li:last-child span {
  display: block;
}
footer .zone-legal .module-legal ul li:last-child:before {
  content: "";
  float: left;
  clear: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url("/templates/Haku/credits.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 1024px) {
  footer .zone-footer {
    justify-content: flex-start;
  }
  footer .zone-footer .ApiFieldGroup {
    align-items: flex-start;
  }
  footer .module-menu:first-child,
  footer .module-menu:nth-child(2) {
    width: 33% !important;
  }
  footer .module-menu:first-child,
  footer .module-menu:nth-child(2),
  footer .module-agency,
  footer .module-social-menu,
  footer .module-language {
    width: 33%;
  }
}
@media only screen and (max-width: 640px) {
  footer .zone-footer {
    flex-direction: column;
  }
  footer .zone-footer .module-menu:first-child,
  footer .zone-footer .module-menu:nth-child(2),
  footer .zone-footer .module-agency,
  footer .zone-footer .module-language,
  footer .zone-footer .module-social-menu {
    width: 100%;
    text-align: center;
  }
  footer .zone-footer .module-menu:first-child,
  footer .zone-footer .module-menu:nth-child(2) {
    width: 100% !important;
  }
  footer .zone-footer .module-social-menu ul > li,
  footer .zone-footer .module-menu ul > li {
    width: 100%;
    text-align: center;
  }
  footer .zone-footer .module-language .ApiFieldGroup {
    align-items: center;
  }
  footer .zone-footer h2 {
    text-align: center;
    width: 100%;
    border-bottom: none;
  }
  footer .zone-footer > .module:not(:first-child) h2 {
    border-top: 1px gray solid;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
/*** GLOBAL CSS TEMPLATE Elone PAGE homepage ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/pages/css/homepage.less ***/
body.homepage {
  /* wrapper*/
  /* module search */
  /* module slider */
  /* module user */
  /* module cms */
  /* responsive */
}
body.homepage header {
  background: transparent;
}
body.homepage header.fixed {
  background-color: #000000 /* @headerBackground */;
}
body.homepage header .module-language .content ul li a span.culture {
  color: #ffffff;
}
body.homepage header .zone-header-right .module-menu > ul > li a {
  color: #fff /* @homepageHeaderContent */;
}
body.homepage header.fixed .zone-header-right .module-menu > ul > li a {
  color: #ffffff /* @headerContent */;
}
body.homepage header .zone-header-right .module.module-cluster .mdi,
body.homepage header .zone-header-right .module.module-cluster span,
body.homepage header .zone-header-right .module.module-cluster .CaptationContent span {
  color: #fff /* @homepageHeaderContent */;
}
body.homepage header .zone-header-right .module.module-cluster .mdi:before,
body.homepage header .zone-header-right .module.module-cluster span:before,
body.homepage header .zone-header-right .module.module-cluster .CaptationContent span:before {
  color: #fff /* @homepageHeaderContent */;
}
body.homepage header .zone-header-right .module.module-cluster .social-menu-template-2 .social__items .social__item a svg path {
  fill: #fff;
}
body.homepage header .zone-header-right .module.module-cluster .social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #000000;
}
body.homepage header.fixed .zone-header-right .module.module-cluster .mdi,
body.homepage header.fixed .zone-header-right .module.module-cluster span,
body.homepage header.fixed .zone-header-right .module.module-cluster .CaptationContent span {
  color: #ffffff /* @headerContent */;
}
body.homepage header.fixed .zone-header-right .module.module-cluster .mdi:before,
body.homepage header.fixed .zone-header-right .module.module-cluster span:before,
body.homepage header.fixed .zone-header-right .module.module-cluster .CaptationContent span:before {
  color: #ffffff /* @headerContent */;
}
body.homepage header.fixed .zone-header-right .module.module-cluster .social-menu-template-2 .social__items .social__item a svg path {
  fill: #ffffff;
}
body.homepage header.fixed .zone-header-right .module.module-cluster .social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #000000;
}
body.homepage footer {
  margin-top: 0;
}
body.homepage .wrapper {
  margin-top: 0 !important;
}
body.homepage .module-search {
  margin: -140px auto 40px auto;
  padding: 25px 0;
}
body.homepage .module-search form .fields-wrapper .line-wrapper.form-center > .field {
  border: 0;
}
body.homepage .module-search form .fields-wrapper .line-wrapper.form-center > .field label {
  color: white;
}
body.homepage .module-search form .fields-wrapper button,
body.homepage .module-search form .fields-wrapper .button {
  background: transparent;
  line-height: 40px;
}
body.homepage .module-search form .fields-wrapper buttonhover i,
body.homepage .module-search form .fields-wrapper .buttonhover i {
  color: #000000 /* @color4 */;
}
body.homepage .module-slider {
  margin-bottom: 0px /* @paddingBody */;
  height: 96.6vh;
}
body.homepage .module-slider .owl-item img {
  width: 100%;
  height: auto;
}
body.homepage .module-slider .slider {
  height: 100%;
}
@media screen and (max-width: 1400px) {
  body.homepage .module-slider .owl-item img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body.homepage .module-slider {
    height: 55vw;
  }
}
body.homepage .module-user h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 36px;
  color: #ffffff /* @fontColorTitle */;
}
body.homepage .homepage .module-user.template-1 {
  position: relative;
  margin-bottom: 150px;
}
body.homepage .homepage .module-user.template-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 525px;
  background: #f9fafb /* @color3 */;
  color: #000000 /* @color4 */;
  z-index: -1;
}
body.homepage .homepage .module-user.template-1 ul.listing {
  justify-content: center;
}
body.homepage .homepage .module-user.template-1 .module-header {
  padding-top: 80px;
}
body.homepage .homepage .module-user.template-1 .module-header h2 {
  margin-bottom: 3rem;
}
body.homepage .homepage .module-user.template-1 .module-header-content {
  max-width: 800px;
  margin: auto;
}
body.homepage .homepage .module-user.template-1 ul.listing > li {
  width: 20%;
  background: #000000;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
body.homepage .homepage .module-user.template-1 i.mdi {
  color: #000000;
  /* @color4 */
}
body.homepage .homepage .module-user.template-1 .info p br {
  display: none;
}
body.homepage .homepage .module-user.template-1 .container {
  margin: 0;
}
body.homepage .homepage .module-user.template-1 .container .picture {
  padding: 0;
  margin-bottom: 15px;
}
body.homepage .homepage .module-user.template-1 .container .picture > div.userBubble {
  border-radius: 0;
  width: 100%;
  height: 260px;
}
body.homepage .module-cms {
  padding: 35px 0;
  margin-bottom: 20px;
}
body.homepage .module-cms .info {
  max-width: 1280px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body.homepage header {
    background: #000000;
  }
  body.homepage header.is-active span {
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  body.homepage .module-search {
    margin: 0px auto 40px auto;
    width: 100%;
  }
}
/*** CSS WEBSITE LLinares ***/
body {
  cursor: url(/uploads/websites/3068/cursor.png), auto;
  max-width: 2200px;
  margin: auto;
}
html {
  scroll-behavior: smooth !important;
}
#estimation {
  scroll-margin-top: 250px;
}
body .popup-module-newsletter.template-1.popup-module-445955,
body .popup-module-estimate.popup-module-446256 {
  padding: 35px;
  background: black;
  width: 600px !important;
}
body .popup-module-newsletter.template-1.popup-module-445955 form,
body .popup-module-estimate.popup-module-446256 form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .popup-module-newsletter.template-1.popup-module-445955 form .message,
body .popup-module-estimate.popup-module-446256 form .message {
  display: none;
}
body .popup-module-newsletter.template-1.popup-module-445955 form .field:not(.recaptcha, .submit),
body .popup-module-estimate.popup-module-446256 form .field:not(.recaptcha, .submit) {
  width: 49%;
  border: 1px solid white;
}
body .popup-module-newsletter.template-1.popup-module-445955 form .rgpd,
body .popup-module-estimate.popup-module-446256 form .rgpd {
  display: flex;
  gap: 5px;
}
body .popup-module-newsletter.template-1.popup-module-445955 form .rgpd label,
body .popup-module-estimate.popup-module-446256 form .rgpd label {
  font-size: 12px;
  line-height: 22px;
}
body .popup-module-newsletter.template-1.popup-module-445955 form input,
body .popup-module-estimate.popup-module-446256 form input,
body .popup-module-newsletter.template-1.popup-module-445955 form textarea,
body .popup-module-estimate.popup-module-446256 form textarea {
  background: transparent;
  border-radius: initial;
  border: initial;
}
body .popup-module-newsletter.template-1.popup-module-445955 form textarea,
body .popup-module-estimate.popup-module-446256 form textarea {
  width: 100%;
}
body .popup-module-newsletter.template-1.popup-module-445955 form #newsletter-form_last_name,
body .popup-module-estimate.popup-module-446256 form #newsletter-form_last_name {
  width: 49%;
}
body .popup-module-newsletter.template-1.popup-module-445955 form #newsletter-form_first_name,
body .popup-module-estimate.popup-module-446256 form #newsletter-form_first_name {
  width: 48%;
}
body .popup-module-newsletter.template-1.popup-module-445955 form .select2-container--default .select2-selection--multiple,
body .popup-module-estimate.popup-module-446256 form .select2-container--default .select2-selection--multiple {
  background-color: transparent;
}
body .popup-module-newsletter.template-1.popup-module-445955 .mfp-close,
body .popup-module-estimate.popup-module-446256 .mfp-close {
  margin: 0;
}
body .popup-module-newsletter.template-1.popup-module-445955 button:not(.mfp-close),
body .popup-module-estimate.popup-module-446256 button:not(.mfp-close) {
  position: relative;
  border: 1px solid white;
  height: auto;
  width: auto;
  margin-top: 10px;
}
.button-style {
  border: 1px solid white;
  padding: 10px;
  font-weight: 600;
  display: block;
  margin: auto;
  width: fit-content;
  font-size: 16px;
}
a.center-button {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  width: fit-content;
  margin: 20px auto;
  margin-left: 0;
  background: black;
  border-radius: 20px;
  padding: 15px;
}
@media only screen and (max-width: 640px) {
  a.center-button {
    font-size: 16px;
  }
}
body .mfp-container .mfp-content {
  width: fit-content;
}
.popup-module-cms {
  background: black;
  border: 0.5px solid white;
}
.detail-agence .zone-content {
  margin-top: 0 !important;
}
.detail-agence .zone-content .module-cms {
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  top: -50px;
  overflow: visible;
}
@media only screen and (max-width: 640px) {
  .detail-agence .zone-content .module-cms {
    top: initial;
  }
}
.detail-agence .zone-content .module-cms .info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.detail-agence .zone-content .module-cms .info h3 {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .detail-agence .zone-content .module-cms .info {
    padding: 0;
  }
}
.detail-agence .zone-content .module-cms .info .title-container {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 640px) {
  .detail-agence .zone-content .module-cms .info .title-container {
    align-items: flex-start;
    gap: 10px;
  }
}
.detail-agence .zone-content .module-cms .info .title-container .number {
  font-size: 16rem;
  font-weight: 600;
  line-height: 0.8;
}
@media only screen and (max-width: 640px) {
  .detail-agence .zone-content .module-cms .info .title-container .number {
    font-size: 5rem;
    top: -20px;
    position: relative;
  }
}
.detail-agence .zone-content .module-cms .info .title-container .bloc-title {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  .detail-agence .zone-content .module-cms .info .title-container .bloc-title {
    padding-top: 20px;
  }
}
.detail-agence .zone-content .module-cms .info .title-container .bloc-title .cms-title {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
}
.detail-agence .zone-content .module-cms .info .title-container .bloc-title .cms-subtitle {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .detail-agence .zone-content .module-cms .info .title-container .bloc-title .cms-subtitle {
    font-size: 13px;
  }
}
.detail-agence .zone-content .module-cms .info .title-container .bloc-title .cms-subtitle::before {
  content: "";
  background: white;
  position: relative;
  display: block;
  width: 50px;
  height: 2px;
}
@media only screen and (max-width: 640px) {
  .detail-agence .zone-content .module-cms .info .title-container .bloc-title .cms-subtitle::before {
    width: 25px;
    display: none;
  }
}
.detail-agence .zone-content .module-cms .info .hour ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 800px;
  margin: auto;
  margin-top: 80px;
  border-left: 0.5px solid white;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .detail-agence .zone-content .module-cms .info .hour ul {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.detail-agence .zone-content .module-cms .info .hour ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3px;
  width: 48%;
}
.detail-agence .zone-content .module-cms .info .hour ul li span {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .detail-agence .zone-content .module-cms .info .hour ul li span {
    font-size: 12px;
  }
}
body.seo .zone.zone-content,
body.seo .zone.zone-bottom-content {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content,
  body.seo .zone.zone-bottom-content {
    margin-bottom: 0;
  }
  body.seo .zone.zone-content .info,
  body.seo .zone.zone-bottom-content .info {
    padding: 0 !important;
  }
}
body.seo .zone.zone-content .info,
body.seo .zone.zone-bottom-content .info,
body.seo .zone.zone-content .module-structured-cms .content,
body.seo .zone.zone-bottom-content .module-structured-cms .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 100%;
}
body.seo .zone.zone-content .info h1,
body.seo .zone.zone-bottom-content .info h1,
body.seo .zone.zone-content .module-structured-cms .content h1,
body.seo .zone.zone-bottom-content .module-structured-cms .content h1,
body.seo .zone.zone-content .info h2,
body.seo .zone.zone-bottom-content .info h2,
body.seo .zone.zone-content .module-structured-cms .content h2,
body.seo .zone.zone-bottom-content .module-structured-cms .content h2 {
  padding: 0 !important;
  margin: 0;
}
body.seo .zone.zone-content .info .banner-top,
body.seo .zone.zone-bottom-content .info .banner-top,
body.seo .zone.zone-content .module-structured-cms .content .banner-top,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .banner-top,
  body.seo .zone.zone-bottom-content .info .banner-top,
  body.seo .zone.zone-content .module-structured-cms .content .banner-top,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top {
    margin-bottom: 20px;
  }
}
body.seo .zone.zone-content .info .banner-top img,
body.seo .zone.zone-bottom-content .info .banner-top img,
body.seo .zone.zone-content .module-structured-cms .content .banner-top img,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top img {
  width: 100% !important;
  max-width: 100%;
  height: 35vw;
  border-radius: 0 !important;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body.seo .zone.zone-content .info .banner-top img,
  body.seo .zone.zone-bottom-content .info .banner-top img,
  body.seo .zone.zone-content .module-structured-cms .content .banner-top img,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .banner-top img,
  body.seo .zone.zone-bottom-content .info .banner-top img,
  body.seo .zone.zone-content .module-structured-cms .content .banner-top img,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top img {
    height: auto;
    aspect-ratio: 14/16;
    object-fit: cover;
  }
}
body.seo .zone.zone-content .info .banner-top .content-banner,
body.seo .zone.zone-bottom-content .info .banner-top .content-banner,
body.seo .zone.zone-content .module-structured-cms .content .banner-top .content-banner,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top .content-banner {
  right: 100px;
  bottom: 100px;
  position: absolute;
  width: fit-content !important;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .banner-top .content-banner,
  body.seo .zone.zone-bottom-content .info .banner-top .content-banner,
  body.seo .zone.zone-content .module-structured-cms .content .banner-top .content-banner,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top .content-banner {
    bottom: 10px;
    right: 10px;
    padding: 0 10px;
  }
}
body.seo .zone.zone-content .info .banner-top .content-banner h1,
body.seo .zone.zone-bottom-content .info .banner-top .content-banner h1,
body.seo .zone.zone-content .module-structured-cms .content .banner-top .content-banner h1,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top .content-banner h1 {
  font-weight: 800;
  font-size: 35px;
  padding: 0 !important;
}
body.seo .zone.zone-content .info .banner-top .content-banner h2,
body.seo .zone.zone-bottom-content .info .banner-top .content-banner h2,
body.seo .zone.zone-content .module-structured-cms .content .banner-top .content-banner h2,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top .content-banner h2 {
  font-weight: 700;
  padding: 0 !important;
}
body.seo .zone.zone-content .info .banner-top .content-banner h1,
body.seo .zone.zone-bottom-content .info .banner-top .content-banner h1,
body.seo .zone.zone-content .module-structured-cms .content .banner-top .content-banner h1,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top .content-banner h1,
body.seo .zone.zone-content .info .banner-top .content-banner h2,
body.seo .zone.zone-bottom-content .info .banner-top .content-banner h2,
body.seo .zone.zone-content .module-structured-cms .content .banner-top .content-banner h2,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top .content-banner h2 {
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .banner-top .content-banner h1,
  body.seo .zone.zone-bottom-content .info .banner-top .content-banner h1,
  body.seo .zone.zone-content .module-structured-cms .content .banner-top .content-banner h1,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top .content-banner h1,
  body.seo .zone.zone-content .info .banner-top .content-banner h2,
  body.seo .zone.zone-bottom-content .info .banner-top .content-banner h2,
  body.seo .zone.zone-content .module-structured-cms .content .banner-top .content-banner h2,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top .content-banner h2 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
body.seo .zone.zone-content .info .banner-top .content-banner .button-banner,
body.seo .zone.zone-bottom-content .info .banner-top .content-banner .button-banner,
body.seo .zone.zone-content .module-structured-cms .content .banner-top .content-banner .button-banner,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top .content-banner .button-banner {
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  width: fit-content;
  padding: 14px 40px;
  margin-left: 0;
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .banner-top .content-banner .button-banner,
  body.seo .zone.zone-bottom-content .info .banner-top .content-banner .button-banner,
  body.seo .zone.zone-content .module-structured-cms .content .banner-top .content-banner .button-banner,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-top .content-banner .button-banner {
    font-size: 10px;
    line-height: 20px;
    padding: 10px;
  }
}
body.seo .zone.zone-content .info .container,
body.seo .zone.zone-bottom-content .info .container,
body.seo .zone.zone-content .module-structured-cms .content .container,
body.seo .zone.zone-bottom-content .module-structured-cms .content .container {
  max-width: 1440px;
  padding: 0 50px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .container,
  body.seo .zone.zone-bottom-content .info .container,
  body.seo .zone.zone-content .module-structured-cms .content .container,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .container {
    padding: 0;
    gap: 20px;
  }
}
body.seo .zone.zone-content .info .container h2,
body.seo .zone.zone-bottom-content .info .container h2,
body.seo .zone.zone-content .module-structured-cms .content .container h2,
body.seo .zone.zone-bottom-content .module-structured-cms .content .container h2,
body.seo .zone.zone-content .info .container h3,
body.seo .zone.zone-bottom-content .info .container h3,
body.seo .zone.zone-content .module-structured-cms .content .container h3,
body.seo .zone.zone-bottom-content .module-structured-cms .content .container h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .container h2,
  body.seo .zone.zone-bottom-content .info .container h2,
  body.seo .zone.zone-content .module-structured-cms .content .container h2,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .container h2,
  body.seo .zone.zone-content .info .container h3,
  body.seo .zone.zone-bottom-content .info .container h3,
  body.seo .zone.zone-content .module-structured-cms .content .container h3,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .container h3 {
    font-size: 15px !important;
    line-height: 25px !important;
    width: 100%;
    text-align: center;
  }
}
body.seo .zone.zone-content .info .container a.center-button,
body.seo .zone.zone-bottom-content .info .container a.center-button,
body.seo .zone.zone-content .module-structured-cms .content .container a.center-button,
body.seo .zone.zone-bottom-content .module-structured-cms .content .container a.center-button {
  margin: 10px auto 20px auto;
}
body.seo .zone.zone-content .info .container .block-img,
body.seo .zone.zone-bottom-content .info .container .block-img,
body.seo .zone.zone-content .module-structured-cms .content .container .block-img,
body.seo .zone.zone-bottom-content .module-structured-cms .content .container .block-img {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 32px;
  align-items: stretch;
  height: fit-content;
}
body.seo .zone.zone-content .info .container .block-img .block-white,
body.seo .zone.zone-bottom-content .info .container .block-img .block-white,
body.seo .zone.zone-content .module-structured-cms .content .container .block-img .block-white,
body.seo .zone.zone-bottom-content .module-structured-cms .content .container .block-img .block-white {
  grid-column: span 7;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .container .block-img .block-white,
  body.seo .zone.zone-bottom-content .info .container .block-img .block-white,
  body.seo .zone.zone-content .module-structured-cms .content .container .block-img .block-white,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .container .block-img .block-white {
    grid-column: span 10;
  }
}
body.seo .zone.zone-content .info .container .block-img img,
body.seo .zone.zone-bottom-content .info .container .block-img img,
body.seo .zone.zone-content .module-structured-cms .content .container .block-img img,
body.seo .zone.zone-bottom-content .module-structured-cms .content .container .block-img img {
  grid-column: span 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-self: stretch;
  max-width: auto;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .container .block-img img,
  body.seo .zone.zone-bottom-content .info .container .block-img img,
  body.seo .zone.zone-content .module-structured-cms .content .container .block-img img,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .container .block-img img {
    grid-column: span 10;
  }
}
body.seo .zone.zone-content .info .container .double-img,
body.seo .zone.zone-bottom-content .info .container .double-img,
body.seo .zone.zone-content .module-structured-cms .content .container .double-img,
body.seo .zone.zone-bottom-content .module-structured-cms .content .container .double-img {
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .container .double-img,
  body.seo .zone.zone-bottom-content .info .container .double-img,
  body.seo .zone.zone-content .module-structured-cms .content .container .double-img,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .container .double-img {
    flex-direction: column;
  }
  body.seo .zone.zone-content .info .container .double-img img,
  body.seo .zone.zone-bottom-content .info .container .double-img img,
  body.seo .zone.zone-content .module-structured-cms .content .container .double-img img,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .container .double-img img {
    aspect-ratio: 1;
  }
}
body.seo .zone.zone-content .info .container .double-img:after,
body.seo .zone.zone-bottom-content .info .container .double-img:after,
body.seo .zone.zone-content .module-structured-cms .content .container .double-img:after,
body.seo .zone.zone-bottom-content .module-structured-cms .content .container .double-img:after {
  content: "";
  height: 60%;
  position: absolute;
  width: 1px;
  background: white;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .container .double-img:after,
  body.seo .zone.zone-bottom-content .info .container .double-img:after,
  body.seo .zone.zone-content .module-structured-cms .content .container .double-img:after,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .container .double-img:after {
    transform: translate(-50%, -50%) rotate(90deg);
    height: 40%;
  }
}
body.seo .zone.zone-content .info .container .double-img img,
body.seo .zone.zone-bottom-content .info .container .double-img img,
body.seo .zone.zone-content .module-structured-cms .content .container .double-img img,
body.seo .zone.zone-bottom-content .module-structured-cms .content .container .double-img img {
  width: calc((100% - ((2 - 1) * 32px)) / 2) !important;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .container .double-img img,
  body.seo .zone.zone-bottom-content .info .container .double-img img,
  body.seo .zone.zone-content .module-structured-cms .content .container .double-img img,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .container .double-img img {
    width: 100% !important;
  }
}
body.seo .zone.zone-content .info .banner-bottom,
body.seo .zone.zone-bottom-content .info .banner-bottom,
body.seo .zone.zone-content .module-structured-cms .content .banner-bottom,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-bottom {
  position: relative;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
  max-width: 1440px;
  padding: 0 50px;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .banner-bottom,
  body.seo .zone.zone-bottom-content .info .banner-bottom,
  body.seo .zone.zone-content .module-structured-cms .content .banner-bottom,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-bottom {
    padding: 0;
    margin-top: 20px;
  }
}
body.seo .zone.zone-content .info .banner-bottom img,
body.seo .zone.zone-bottom-content .info .banner-bottom img,
body.seo .zone.zone-content .module-structured-cms .content .banner-bottom img,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-bottom img {
  width: 100% !important;
  max-width: 100%;
  height: 35vw;
  margin: 0;
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .banner-bottom img,
  body.seo .zone.zone-bottom-content .info .banner-bottom img,
  body.seo .zone.zone-content .module-structured-cms .content .banner-bottom img,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-bottom img {
    height: 280px;
  }
}
body.seo .zone.zone-content .info .banner-bottom .content-banner,
body.seo .zone.zone-bottom-content .info .banner-bottom .content-banner,
body.seo .zone.zone-content .module-structured-cms .content .banner-bottom .content-banner,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-bottom .content-banner {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: fit-content !important;
  align-items: flex-end;
}
body.seo .zone.zone-content .info .banner-bottom .content-banner .button-banner,
body.seo .zone.zone-bottom-content .info .banner-bottom .content-banner .button-banner,
body.seo .zone.zone-content .module-structured-cms .content .banner-bottom .content-banner .button-banner,
body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-bottom .content-banner .button-banner {
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  width: fit-content;
  padding: 14px 40px;
  margin-left: 0;
  margin-top: 20px;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .info .banner-bottom .content-banner .button-banner,
  body.seo .zone.zone-bottom-content .info .banner-bottom .content-banner .button-banner,
  body.seo .zone.zone-content .module-structured-cms .content .banner-bottom .content-banner .button-banner,
  body.seo .zone.zone-bottom-content .module-structured-cms .content .banner-bottom .content-banner .button-banner {
    font-size: 12px;
    line-height: 22px;
    padding: 10px;
  }
}
body.seo .zone.zone-content .module:not(.module-listing) h1,
body.seo .zone.zone-bottom-content .module:not(.module-listing) h1 {
  text-align: left;
}
body.seo .zone.zone-content .module:not(.module-listing) h3,
body.seo .zone.zone-bottom-content .module:not(.module-listing) h3,
body.seo .zone.zone-content .module:not(.module-listing) h2,
body.seo .zone.zone-bottom-content .module:not(.module-listing) h2,
body.seo .zone.zone-content .module:not(.module-listing) h4,
body.seo .zone.zone-bottom-content .module:not(.module-listing) h4 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .module:not(.module-listing) h3,
  body.seo .zone.zone-bottom-content .module:not(.module-listing) h3,
  body.seo .zone.zone-content .module:not(.module-listing) h2,
  body.seo .zone.zone-bottom-content .module:not(.module-listing) h2,
  body.seo .zone.zone-content .module:not(.module-listing) h4,
  body.seo .zone.zone-bottom-content .module:not(.module-listing) h4 {
    text-align: left;
  }
}
body.seo .zone.zone-content .module:not(.module-listing) a:not(.button),
body.seo .zone.zone-bottom-content .module:not(.module-listing) a:not(.button) {
  font-weight: 700;
}
body.seo .zone.zone-content .module:not(.module-listing) img,
body.seo .zone.zone-bottom-content .module:not(.module-listing) img {
  display: block;
  margin: 20px auto;
  border-radius: 20px;
}
body.seo .zone.zone-content .module:not(.module-listing) .block-white,
body.seo .zone.zone-bottom-content .module:not(.module-listing) .block-white {
  background: white;
  border-radius: 20px;
  padding: 20px;
}
body.seo .zone.zone-content .module:not(.module-listing) .block-white *,
body.seo .zone.zone-bottom-content .module:not(.module-listing) .block-white * {
  color: black;
}
body.seo .zone.zone-content .module:not(.module-listing) .block-white .center-button,
body.seo .zone.zone-bottom-content .module:not(.module-listing) .block-white .center-button {
  background: black;
  color: white;
  border-radius: 10px;
}
body.seo .zone.zone-content .module:not(.module-listing) .block-img,
body.seo .zone.zone-bottom-content .module:not(.module-listing) .block-img {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .module:not(.module-listing) .block-img,
  body.seo .zone.zone-bottom-content .module:not(.module-listing) .block-img {
    flex-direction: column;
  }
}
body.seo .zone.zone-content .module:not(.module-listing) .block-img img,
body.seo .zone.zone-bottom-content .module:not(.module-listing) .block-img img {
  width: 30%;
  margin: 0;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  body.seo .zone.zone-content .module:not(.module-listing) .block-img img,
  body.seo .zone.zone-bottom-content .module:not(.module-listing) .block-img img {
    width: auto;
  }
}
.review {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.review div {
  border: 1px solid black;
  padding: 10px;
  width: calc((100% - 2*32px) / 3);
  height: 300px;
  overflow: scroll;
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  .review div {
    width: 100%;
  }
}
.review div .name {
  font-weight: 700;
  font-size: 18px;
}
.module-contact textarea::placeholder {
  font-family: lato !important;
}
.mfp-close-btn-in .mfp-close {
  color: white !important;
}
.mfp-content .popup-module-contact {
  background: black !important;
  width: 100%;
  padding: 70px 100px !important;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .mfp-content .popup-module-contact {
    padding: 30px !important;
    background: black !important;
    margin-top: 0 !important;
  }
}
.mfp-content .popup-module-contact .popup-content img {
  width: 100px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mfp-content .popup-module-contact .popup-content img {
    display: none;
  }
}
.mfp-content .popup-module-contact .popup-content h3 {
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
  color: white;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .mfp-content .popup-module-contact .popup-content h3 {
    color: white;
  }
}
.mfp-content .popup-module-contact form {
  width: 70%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mfp-content .popup-module-contact form button {
  position: relative;
  border: 1px solid white;
  color: white;
}
.mfp-content .popup-module-contact form .submit:hover {
  color: white;
}
@media screen and (max-width: 768px) {
  .mfp-content .popup-module-contact form {
    width: 100%;
  }
}
.mfp-content .popup-module-contact form .field:not(.message) {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .mfp-content .popup-module-contact form .field:not(.message) {
    width: 100%;
  }
}
.mfp-content .popup-module-contact form .field.message {
  width: 100%;
}
.mfp-content .popup-module-contact form input,
.mfp-content .popup-module-contact form textarea {
  background: transparent;
  border-radius: 0;
  border: 1px solid white;
}
@media screen and (max-width: 768px) {
  .mfp-content .popup-module-contact form input {
    border: none;
    border-bottom: 1px solid white;
    margin-bottom: 30px;
  }
  .mfp-content .popup-module-contact form input::placeholder {
    color: white;
  }
  .mfp-content .popup-module-contact form textarea {
    border: 1px solid white;
  }
  .mfp-content .popup-module-contact form textarea::placeholder {
    color: white;
  }
  .mfp-content .popup-module-contact form .rgpd {
    align-items: center;
  }
  .mfp-content .popup-module-contact form .rgpd input {
    margin-bottom: 0;
  }
  .mfp-content .popup-module-contact form .rgpd label,
  .mfp-content .popup-module-contact form .rgpd a {
    color: white !important;
  }
  .mfp-content .popup-module-contact form button {
    border: 1px solid white;
  }
}
.mfp-content .popup-module-contact form .rgpd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mfp-content .popup-module-contact form .rgpd label {
  font-size: 10px;
  line-height: 10px;
}
.mfp-content .popup-module-contact form > div:last-child {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: 15px;
}
.mfp-content .popup-module-contact .info-bottom {
  text-align: center;
  margin-top: 40px;
}
.mfp-content .popup-module-contact .info-bottom p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.mfp-content .popup-module-contact .info-bottom a {
  font-size: 12px;
  line-height: 12px;
}
.ww_col1 {
  padding: 0 !important;
}
#ww_63a96bc074049 .ww-box,
#ww_63a96bc074049 {
  background-image: none !important;
  background: transparent !important;
}
#ww_63a96bc074049 .ww-box[max-width~="329px"] .ww_col1 {
  flex-wrap: nowrap !important;
  align-items: center !important;
}
#ww_63a96bc074049 .ww-box[max-width~="180px"] .current-temp,
#ww_63a96bc074049 .location {
  font-size: 14px !important;
  line-height: 24px !important;
  margin: 0 5px !important;
  font-weight: 500 !important;
}
#ww_63a96bc074049 .ww-box[max-width~="180px"] .current-temp span {
  top: 0 !important;
}
.ww_source {
  display: none !important;
}
/*module search resposive bug + flex basis*/
.module-search form .fields-wrapper .line-wrapper.form-center .field {
  flex: 1 1 200px;
}
@media only screen and (max-width: 1024px) {
  .module-search {
    margin-top: 0;
    width: 100%;
  }
  .module-search form {
    margin-left: 0;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center .field {
    padding-right: 0;
    margin: 0 5px;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center .field input[type="text"],
  .module-search form .fields-wrapper .line-wrapper.form-center .field .select2-container {
    border-radius: 0;
    border: none;
  }
  .module-search form .fields-wrapper button {
    display: flex;
    align-items: center;
  }
  .module-search form .fields-wrapper button i.mdi {
    margin-right: 5px;
  }
}
element.style {
  opacity: 1;
}
body.homepage .module-search {
  margin: -136px auto 40px auto;
}
/*legals*/
.module-legal h2 {
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.module-legal.template5 section.rgpd h2 {
  margin-bottom: 30px;
}
.module-legal .publisher h2,
.module-legal .editor h2 {
  margin-top: 10px;
}
.module-legal .editor p {
  margin-bottom: 0;
}
.module-legal .cookies {
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: rgba(229, 229, 229, 0.1);
}
.module-legal .cookies h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.module-legal .cookies h3 {
  font-family: 'Montserrat', sans-serif;
}
.module-legal .bloctel h1 {
  padding-bottom: 0;
}
/*---start---*/
.banner {
  height: 30vw !important;
}
@media only screen and (max-width: 768px) {
  .banner {
    height: 40vw !important;
  }
}
.banner .slider {
  height: 100% !important;
}
.button:not(.mdi) {
  background: black;
  color: white;
  transition: 1s;
  padding: 5px 10px;
}
.button:not(.mdi):hover {
  background: rgba(0, 0, 0, 0.3);
  color: white;
}
header {
  background: #000000 !important;
  position: relative !important;
  margin-bottom: 0;
  padding-top: 30px;
}
header > div {
  max-width: 100%;
}
header > div .zone-header-right {
  display: none;
}
header > div .zone-header-left {
  position: inherit;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  header > div .zone-header-left {
    background: black;
  }
}
header > div .zone-header-left .module-menu ul li.current {
  border-bottom: 2px solid white;
}
header > div .zone-header-left span {
  font-weight: 500;
  font-size: 14px;
}
footer {
  margin-top: 0;
  padding-top: 1rem;
}
@media only screen and (max-width: 640px) {
  footer {
    padding-top: 0rem;
  }
}
footer > div.zone-footer {
  max-width: 95%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  footer > div.zone-footer {
    max-width: 100%;
  }
}
footer > div.zone-footer .module {
  width: 25%;
  padding: 0;
  order: 2;
}
@media only screen and (max-width: 640px) {
  footer > div.zone-footer .module.module-newsletter {
    order: 1;
  }
}
footer > div.zone-footer .module .cms-title,
footer > div.zone-footer .module .module-header-title {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
}
footer > div.zone-footer .module a:hover {
  color: white;
}
footer > div.zone-footer .module .cms-title,
footer > div.zone-footer .module .module-header-title {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  border-bottom: none;
  padding-left: 20px;
}
footer > div.zone-footer .module p,
footer > div.zone-footer .module ul {
  border-left: 1px solid white;
  padding-left: 8px;
}
footer > div.zone-footer .module .info {
  text-align: left;
}
footer > div.zone-footer .module form .rgpd {
  display: flex;
  align-items: center;
}
footer > div.zone-footer .module form .rgpd label {
  font-size: 10px;
  line-height: 20px;
  margin-left: 5px;
}
footer > div.zone-footer .module form input {
  height: 30px !important;
  max-width: 300px;
}
footer .zone-legal .module-legal {
  padding-top: 0;
  padding-bottom: 10px;
}
footer .zone-legal .module-legal ul li a {
  font-size: 12px;
}
footer .zone-legal .module-legal ul li:hover a {
  color: white;
}
footer .zone-legal .module-legal ul li:last-child a {
  display: flex;
}
footer .zone-legal .module-legal ul li:last-child:before {
  display: none;
}
body .wrapper {
  margin-top: 0 !important;
}
.select2-dropdown {
  background-color: black;
}
.select2-dropdown li {
  color: white !important;
}
.module-picture.linkTo .container {
  position: relative;
}
.module-picture.linkTo .container .content {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 99;
  width: fit-content;
  text-align: right;
}
.module-picture.linkTo .container .content h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  right: 0;
}
.module-cms-stroke .cms-title {
  -webkit-text-stroke: 1px white;
  color: transparent;
  transition: 2s;
}
.module-cms-stroke.stroke .cms-title {
  -webkit-text-stroke: 1px white;
  color: white;
}
.module.module-cms:not(.only-text) {
  display: flex;
  max-width: 100%;
  margin: 80px auto;
  justify-content: space-between;
  align-items: center;
}
.module.module-cms:not(.only-text) .picture {
  opacity: 1;
  transition: opacity 2s ease;
}
.module.module-cms:not(.only-text) .picture img {
  height: 600px;
  object-fit: cover;
}
.module.module-cms:not(.only-text).visible .picture {
  opacity: 1;
}
.module.module-cms:not(.only-text) .info {
  padding: 10px 20px;
  max-width: 100%;
}
.module.module-cms:not(.only-text) .info .cms-title,
.module.module-cms:not(.only-text) .info .cms-subtitle,
.module.module-cms:not(.only-text) .info h3,
.module.module-cms:not(.only-text) .info h4 {
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}
.module.module-cms:not(.only-text) .button {
  position: relative;
  margin: 30px 20px 0 0;
}
.module.module-cms:not(.only-text) p {
  text-align: left;
}
.module.module-cms:not(.only-text) .cms-title {
  text-align: center;
}
.module.module-cms:not(.only-text).img-right {
  flex-direction: row-reverse;
}
.module.module-cms:not(.only-text).img-right .info {
  margin-right: 80px;
  margin-left: initial;
}
@media only screen and (max-width: 768px) {
  .module.module-cms:not(.only-text) {
    flex-direction: column-reverse !important;
    margin: 20px auto;
    padding-bottom: 0;
  }
  .module.module-cms:not(.only-text) div.picture,
  .module.module-cms:not(.only-text) div.info {
    width: 100%;
    margin: auto !important;
  }
}
body.contenu .wrapper .zone-full-width {
  position: relative;
}
body.contenu .wrapper .zone-full-width .module-slider .slider {
  position: relative;
}
body.contenu .wrapper .zone-full-width .module-slider .slider:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.2;
  z-index: 9;
  left: 0;
  top: 0;
}
body.contenu .wrapper .zone-full-width .module-slider .slider img {
  height: 100%;
  object-fit: cover;
}
body.contenu .wrapper .zone-content {
  margin: 2rem auto 0 auto;
}
@media only screen and (max-width: 640px) {
  body.contenu .wrapper .zone-content {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
body.listing .zone-content {
  max-width: 100%;
  margin-top: 0;
  padding: 0;
}
body.listing .zone-content .module-listing ul.listing {
  max-width: 100%;
}
body.thumbnail .wrapper .zone-content {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .zone-content {
    padding: 0 10px;
  }
  .cms-title {
    justify-content: center !important;
  }
  h1,
  h2 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
}
@media only screen and (max-width: 640px) {
  .zone-content .module-cms .info p {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    transition: 1;
    margin: 0;
    padding: 0;
  }
  header > div {
    flex-direction: column;
  }
  header > div .zone-header-left {
    width: 100%;
  }
  header > div .zone-header-left .module:not(.top-header, .estimer) {
    display: none !important;
  }
  header > div .zone-header-right {
    display: block;
    width: 100%;
  }
  header > div .zone-header-right .module-cluster {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 10px;
  }
  header > div .zone-header-right .module-cluster::after {
    display: none;
  }
  header > div .zone-header-right .module-cluster .module-logo {
    width: 180px;
    transition: 1s;
  }
  header > div .zone-header-right .module-cluster .module-menu {
    position: relative;
    margin: 0;
    width: fit-content;
  }
  header > div .zone-header-right .module-cluster .module-menu li.current span {
    color: white;
  }
  header > div .zone-header-right .module-cluster .module-menu a span {
    font-weight: 500;
  }
  header > div .zone-header-right .module-cluster .module-menu button {
    padding: 0;
  }
  header > div .zone-header-right .module-cluster .module-menu button {
    position: relative;
    left: initial;
    top: initial;
  }
  header.fixed {
    position: fixed !important;
  }
  header.fixed > div .module-cluster .module-logo {
    max-width: 150px;
  }
  header.fixed > div .module-cluster.top-header {
    background: black !important;
  }
}
@media only screen and (max-width: 1024px) {
  header.is-active > div .zone-header-right {
    position: relative;
    top: 45px;
  }
  header > div .zone-header-right .module-cluster .module-social-menu {
    display: none;
  }
  header.is-active > div .zone-header-right .module-cluster .module-logo {
    position: absolute;
    left: 10px;
    top: -2px;
  }
  header.is-active > div .zone-header-right .module-cluster .module-menu button {
    float: right;
  }
  header.is-active > div .zone-header-right .module-cluster .module-social-menu {
    display: block;
  }
  footer > .zone.zone-footer .module-header-title,
  footer > .zone.zone-footer .cms-title {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  footer > .zone.zone-footer .module-cms .info {
    padding: 0;
  }
  footer > .zone.zone-footer .module-cms .info p {
    font-size: 11px;
    line-height: 21px;
  }
  footer > .zone.zone-footer input {
    font-size: 12px;
    line-height: 22px;
  }
  footer > .zone.zone-footer button {
    padding: 0 20px;
  }
  footer > .zone.zone-footer button span {
    font-size: 9px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 768px) {
  footer > div.zone-footer .module-cms,
  footer > div.zone-footer .module-logo {
    width: 33%;
  }
  footer > div.zone-footer .module-newsletter {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer > div.zone-footer .module-newsletter form .rgpd {
    justify-content: center;
  }
  footer .zone-legal .module-legal ul li a {
    font-size: 8px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 640px) {
  footer > div.zone-footer .module-cms,
  footer > div.zone-footer .module.module-logo {
    width: 100%;
    height: auto;
    padding-top: 0;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
  footer > div.zone-footer .module-cms .info,
  footer > div.zone-footer .module.module-logo .info {
    text-align: center;
  }
  footer > div.zone-footer .module-cms .info p,
  footer > div.zone-footer .module.module-logo .info p {
    border: none;
  }
  footer > div.zone-footer .module-cms .info ul,
  footer > div.zone-footer .module.module-logo .info ul {
    justify-content: center;
    border-left: none;
  }
}
.more-btn-custom {
  display: none;
}
@media only screen and (max-width: 640px) {
  .text-block {
    max-width: 500px;
    margin-bottom: 25px;
  }
  .hidden-text-btn {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .more-btn-custom {
    display: block;
  }
}
/*** CSS ROUTING ***/
footer {
  margin-top: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 433962 ***/
.zone-footer .module.module-433962.template-1.picture-template-1.module-picture.basic-mod,
.module.module-433962.template-1.picture-template-1.module-picture.basic-mod {
  width: 100%;
  margin: 40px 0;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-433962.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-433962.template-1.picture-template-1.module-picture.basic-mod {
    padding: 0 20px;
  }
}
.zone-footer .module.module-433962.template-1.picture-template-1.module-picture.basic-mod .container,
.module.module-433962.template-1.picture-template-1.module-picture.basic-mod .container {
  width: 100%;
}
.zone-footer .module.module-433962.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-433962.template-1.picture-template-1.module-picture.basic-mod img {
  max-width: 800px;
  margin: auto;
  max-height: 160px;
  display: block;
  width: 100%;
  object-fit: contain;
}
/*** CUSTOM CSS FROM BDD MODULE 248380 ***/
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video,
.module.module-248380.template-1.slider-template-1.module-slider.video {
  margin-bottom: 10px;
  position: relative;
  height: 35vw;
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .laptop,
.module.module-248380.template-1.slider-template-1.module-slider.video .laptop,
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .mobile,
.module.module-248380.template-1.slider-template-1.module-slider.video .mobile {
  height: 100%;
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .laptop video,
.module.module-248380.template-1.slider-template-1.module-slider.video .laptop video,
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .mobile video,
.module.module-248380.template-1.slider-template-1.module-slider.video .mobile video {
  width: 100%;
  display: block;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .laptop,
  .module.module-248380.template-1.slider-template-1.module-slider.video .laptop {
    display: none;
  }
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .mobile,
.module.module-248380.template-1.slider-template-1.module-slider.video .mobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .mobile,
  .module.module-248380.template-1.slider-template-1.module-slider.video .mobile {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video video-laptop,
  .module.module-248380.template-1.slider-template-1.module-slider.video video-laptop {
    display: none;
  }
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .homepage .slider-center .slider .owl-item > div:after,
.module.module-248380.template-1.slider-template-1.module-slider.video .homepage .slider-center .slider .owl-item > div:after {
  content: none;
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video video,
.module.module-248380.template-1.slider-template-1.module-slider.video video {
  object-fit: cover;
  height: 100%;
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .module-header,
.module.module-248380.template-1.slider-template-1.module-slider.video .module-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
  height: fit-content;
  left: 50%;
  transform: translate(-50%);
  bottom: 50px;
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .module-header .module-header-content h3,
.module.module-248380.template-1.slider-template-1.module-slider.video .module-header .module-header-content h3 {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 2vw);
  line-height: clamp(30px, 2.2vw, 2.2vw);
  color: black;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  justify-content: center;
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .module-header .module-header-content h3::before,
.module.module-248380.template-1.slider-template-1.module-slider.video .module-header .module-header-content h3::before {
  content: '';
  background: black;
  position: relative;
  left: 0;
  width: 50px;
  height: 3px;
  display: block;
  margin-right: 20px;
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .module-header .module-header-content h3::after,
.module.module-248380.template-1.slider-template-1.module-slider.video .module-header .module-header-content h3::after {
  content: '';
  background: black;
  position: relative;
  right: 0;
  width: 50px;
  height: 3px;
  display: block;
  margin-left: 20px;
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .module-header .module-header-content .button,
.module.module-248380.template-1.slider-template-1.module-slider.video .module-header .module-header-content .button {
  background: transparent;
  color: black;
  border: 1px solid black;
  font-size: 14px;
  line-height: 24px;
}
.zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video .slider img,
.module.module-248380.template-1.slider-template-1.module-slider.video .slider img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video,
  .module.module-248380.template-1.slider-template-1.module-slider.video {
    margin-bottom: 10px;
    position: relative;
    height: 40vw;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video,
  .module.module-248380.template-1.slider-template-1.module-slider.video {
    margin-bottom: 10px;
    position: relative;
    height: 280px;
  }
  .zone-full_width .module.module-248380.template-1.slider-template-1.module-slider.video video,
  .module.module-248380.template-1.slider-template-1.module-slider.video video {
    object-fit: cover;
    height: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 248420 ***/
.zone-footer .module.module-248420.template-2.logo-template-2.module-logo,
.module.module-248420.template-2.logo-template-2.module-logo {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.zone-footer .module.module-248420.template-2.logo-template-2.module-logo a,
.module.module-248420.template-2.logo-template-2.module-logo a {
  display: none;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-248420.template-2.logo-template-2.module-logo,
  .module.module-248420.template-2.logo-template-2.module-logo {
    padding-top: 1rem;
    border-top: 1px solid gray;
  }
  .zone-footer .module.module-248420.template-2.logo-template-2.module-logo a,
  .module.module-248420.template-2.logo-template-2.module-logo a {
    display: none;
  }
}
.zone-footer .module.module-248420.template-2.logo-template-2.module-logo img,
.module.module-248420.template-2.logo-template-2.module-logo img {
  width: 200px;
  margin: auto;
  display: block;
}
.zone-footer .module.module-248420.template-2.logo-template-2.module-logo .module-header img,
.module.module-248420.template-2.logo-template-2.module-logo .module-header img {
  width: 120px;
}
/*** CUSTOM CSS FROM BDD MODULE 249139 ***/
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: white;
}
@media only screen and (max-width: 640px) {
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster {
    background: transparent !important;
  }
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster span,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster span {
    color: white !important;
  }
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module-menu.estimer,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module-menu.estimer {
  width: 100%;
  text-align: center;
  background: transparent;
  transition: 0.3s;
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module-menu.estimer li,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module-menu.estimer li {
  margin: 2px;
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module-menu.estimer li span,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module-menu.estimer li span {
  color: black;
  transition: 0.3s;
}
@media only screen and (max-width: 640px) {
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module-menu.estimer li span,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module-menu.estimer li span {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    padding: 0 10px;
  }
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.estimer,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.estimer {
  width: 100% !important;
  position: relative;
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module-menu.main button,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module-menu.main button {
  float: right;
}
/*** CUSTOM CSS FROM BDD MODULE 252079 ***/
.zone-full_width .module.module-252079.load-title.template-1.cms-template-1.module-cms,
.module.module-252079.load-title.template-1.cms-template-1.module-cms,
.popup-module-cms.popup-module-252079 {
  position: fixed;
  width: 100%;
  background: transparent;
  z-index: -1;
  margin: 0;
  padding: 0;
  animation-name: show-loader;
  animation-duration: 4s;
  transition: all 0.5s 0s ease;
}
.zone-full_width .module.module-252079.load-title.template-1.cms-template-1.module-cms .picture,
.module.module-252079.load-title.template-1.cms-template-1.module-cms .picture,
.popup-module-cms.popup-module-252079 .picture {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999999999999;
  opacity: 0;
  animation-name: show-logo;
  animation-duration: 2.5s;
  transition: all 0.5s 0s ease;
}
.zone-full_width .module.module-252079.load-title.template-1.cms-template-1.module-cms .picture img,
.module.module-252079.load-title.template-1.cms-template-1.module-cms .picture img,
.popup-module-cms.popup-module-252079 .picture img {
  width: 100%;
  object-fit: contain;
}
.zone-full_width .module.module-252079.load-title.template-1.cms-template-1.module-cms .info,
.module.module-252079.load-title.template-1.cms-template-1.module-cms .info,
.popup-module-cms.popup-module-252079 .info {
  margin: 0;
  padding: 0;
}
.zone-full_width .module.module-252079.load-title.template-1.cms-template-1.module-cms .info .test,
.module.module-252079.load-title.template-1.cms-template-1.module-cms .info .test,
.popup-module-cms.popup-module-252079 .info .test {
  position: fixed;
  height: 0;
  background: black;
  top: 0;
  z-index: 999;
  width: 100%;
  animation-name: cinemaAnimation;
  animation-duration: 4s;
}
.zone-full_width .module.module-252079.load-title.template-1.cms-template-1.module-cms .info .test-2,
.module.module-252079.load-title.template-1.cms-template-1.module-cms .info .test-2,
.popup-module-cms.popup-module-252079 .info .test-2 {
  position: fixed;
  height: 0;
  width: 100%;
  background: black;
  bottom: 0;
  z-index: 999;
  animation-name: cinemaAnimation;
  animation-duration: 4s;
}
@keyframes show-loader {
  from {
    z-index: 9999999999999;
  }
  to {
    z-index: -1;
  }
}
@keyframes cinemaAnimation {
  from {
    height: 100vh;
  }
  to {
    height: 0vh;
  }
}
@keyframes show-logo {
  from {
    opacity: 1;
    z-index: 999999999999999999999;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 445484 ***/
.zone-footer .module.module-445484.template-1.cms-template-1.module-cms.only-text,
.module.module-445484.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-445484 {
  position: absolute;
}
.zone-footer .module.module-445484.template-1.cms-template-1.module-cms.only-text .whatsapp-button,
.module.module-445484.template-1.cms-template-1.module-cms.only-text .whatsapp-button,
.popup-module-cms.popup-module-445484 .whatsapp-button {
  position: fixed;
  bottom: 20px;
  /* distance du bas */
  right: 20px;
  /* distance de la droite */
  background-color: #25D366;
  /* couleur officielle WhatsApp */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1000;
}
.zone-footer .module.module-445484.template-1.cms-template-1.module-cms.only-text .whatsapp-button:hover,
.module.module-445484.template-1.cms-template-1.module-cms.only-text .whatsapp-button:hover,
.popup-module-cms.popup-module-445484 .whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}
.zone-footer .module.module-445484.template-1.cms-template-1.module-cms.only-text .whatsapp-button img,
.module.module-445484.template-1.cms-template-1.module-cms.only-text .whatsapp-button img,
.popup-module-cms.popup-module-445484 .whatsapp-button img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  /* rend le logo blanc */
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.zone-footer .module.module-445484.template-1.cms-template-1.module-cms.only-text .whatsapp-button,
.module.module-445484.template-1.cms-template-1.module-cms.only-text .whatsapp-button,
.popup-module-cms.popup-module-445484 .whatsapp-button {
  animation: pulse 2s infinite;
}
/*** CUSTOM CSS FROM BDD MODULE 248483 ***/
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster,
.module.module-248483.template-1.cluster-template-1.module-cluster {
  width: 100%;
  justify-content: flex-end;
  max-width: 98%;
  margin: 10px auto 0 auto;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module,
.module.module-248483.template-1.cluster-template-1.module-cluster .module {
  display: flex;
  z-index: 9;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module-cluster,
.module.module-248483.template-1.cluster-template-1.module-cluster .module-cluster {
  width: 17%;
  margin-right: 0;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module-logo,
.module.module-248483.template-1.cluster-template-1.module-cluster .module-logo {
  position: relative;
  width: auto;
  margin: 0;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module-menu,
.module.module-248483.template-1.cluster-template-1.module-cluster .module-menu {
  position: relative;
  justify-content: center;
  z-index: 2;
  width: 66%;
}
/*** CUSTOM CSS FROM BDD MODULE 248895 ***/
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-248895.template-1.cms-template-1.module-cms.only-text,
  .module.module-248895.template-1.cms-template-1.module-cms.only-text,
  .popup-module-cms.popup-module-248895 {
    display: none;
  }
}
.zone-footer .module.module-248895.template-1.cms-template-1.module-cms.only-text .info p,
.module.module-248895.template-1.cms-template-1.module-cms.only-text .info p,
.popup-module-cms.popup-module-248895 .info p {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.zone-footer .module.module-248895.template-1.cms-template-1.module-cms.only-text .info p a,
.module.module-248895.template-1.cms-template-1.module-cms.only-text .info p a,
.popup-module-cms.popup-module-248895 .info p a {
  width: calc(50% - 4px);
  font-size: 12px;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-248895.template-1.cms-template-1.module-cms.only-text .info p a,
  .module.module-248895.template-1.cms-template-1.module-cms.only-text .info p a,
  .popup-module-cms.popup-module-248895 .info p a {
    width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 248568 ***/
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(var(--columns), 1fr);
  --columns: 1;
  grid-gap: 10px;
  padding: 0;
  margin: 10px 0;
  /*
@media screen and (min-width:1024px) {

    .container:before,
    .container:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        background-color: #000000;
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
        content: '';
        opacity: 0.9;
        z-index: 1;
        transition: 1s;
    }

    .container:before {
        -webkit-transform: skew(45deg) translateX(-155%);
        transform: skew(45deg) translateX(-155%);
    }

    .container:after {
        -webkit-transform: skew(45deg) translateX(155%);
        transform: skew(45deg) translateX(155%);
    }

    .container:hover:before,
    .container.hover:before {
        -webkit-transform: skew(45deg) translateX(-55%);
        transform: skew(45deg) translateX(-55%);
    }

    .container:hover:after,
    .container.hover:after {
        -webkit-transform: skew(45deg) translateX(55%);
        transform: skew(45deg) translateX(55%);
    }
}*/
}
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod video,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod > .container,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod > .container {
  display: none;
}
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod a {
  padding: 10p;
  height: 35vw;
  max-height: 800px;
  transition: 1s;
  position: relative;
}
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .container,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .container .picture,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .container .picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .container .picture img,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .container .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .content,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 100px;
  text-align: center;
  position: absolute;
  width: fit-content;
  opacity: 1;
  transition: 1s;
  z-index: 999;
}
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .content h3,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .content h3 {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 2vw);
  line-height: 2.2vw;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 15px;
  text-shadow: 1px 1px 1px black;
}
.zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a:hover .container .content,
.module.module-248568.template-1.picture-template-1.module-picture.basic-mod a:hover .container .content {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a,
  .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a {
    height: 330px;
  }
  .zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .container:before,
  .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .container:before {
    transform: none;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.4;
    z-index: 9;
    border: none;
  }
  .zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .container .content,
  .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a .container .content {
    opacity: 1 !important;
    top: 50%;
    width: 100%;
    text-align: center;
    right: initial;
  }
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a,
  .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a {
    height: 280px;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-248568.template-1.picture-template-1.module-picture.basic-mod {
    --columns: 1;
  }
  .zone-full_width .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a,
  .module.module-248568.template-1.picture-template-1.module-picture.basic-mod a {
    height: 280px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 475986 ***/
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center {
  position: relative;
  height: 70vh;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .homepage .slider-center .slider .owl-item > div:after,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center .homepage .slider-center .slider .owl-item > div:after {
  content: none;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center h3,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center h3,
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .price,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center .price {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 2vw);
  line-height: clamp(30px, 2.2vw, 2.2vw);
  color: white;
  text-shadow: 1px 1px 1px black;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center h3,
  .module.module-475986.template-1.slider-template-1.module-slider.slider-center h3,
  .zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .price,
  .module.module-475986.template-1.slider-template-1.module-slider.slider-center .price {
    font-size: 18px;
    line-height: 1.1;
  }
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center h3,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center h3 {
  text-align: center;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center h3::before,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center h3::before {
  content: '';
  background: white;
  position: relative;
  left: 0;
  width: 50px;
  height: 3px;
  display: block;
  margin-right: 20px;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center h3::after,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center h3::after {
  content: '';
  background: white;
  position: relative;
  left: 0;
  width: 50px;
  height: 3px;
  display: block;
  margin-left: 20px;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center a:not(.button),
.module.module-475986.template-1.slider-template-1.module-slider.slider-center a:not(.button) {
  z-index: 99;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider {
  height: 100% !important;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content {
  background: transparent;
  width: 100%;
  align-items: center;
  bottom: 50px;
  padding: 0;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: center;
  right: initial;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content br,
  .module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content br {
    display: block;
  }
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content h3,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content h3 {
  text-align: center;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content h3::before,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content h3::before {
  content: '';
  background: white;
  position: relative;
  left: 0;
  width: 50px;
  height: 3px;
  display: block;
  margin-right: 20px;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content h3::after,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content h3::after {
  content: '';
  background: white;
  position: relative;
  left: 0;
  width: 50px;
  height: 3px;
  display: block;
  margin-left: 20px;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content .button,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider .owl-item .content .button {
  z-index: 99;
  width: 180px;
  text-align: center;
  position: relative;
  margin: auto;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid white;
  background: transparent;
  color: white;
}
.zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider img,
.module.module-475986.template-1.slider-template-1.module-slider.slider-center .slider img {
  width: 100%;
  object-fit: contain;
  opacity: 1 !important;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center,
  .module.module-475986.template-1.slider-template-1.module-slider.slider-center {
    margin-bottom: 10px;
    position: relative;
    height: 40vw;
  }
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center .module-header,
  .module.module-475986.template-1.slider-template-1.module-slider.slider-center .module-header {
    left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center,
  .module.module-475986.template-1.slider-template-1.module-slider.slider-center {
    margin-bottom: 10px;
    position: relative;
    height: 40vh;
  }
  .zone-full_width .module.module-475986.template-1.slider-template-1.module-slider.slider-center video,
  .module.module-475986.template-1.slider-template-1.module-slider.slider-center video {
    object-fit: cover;
    height: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 355159 ***/
.zone-full_width .module.module-355159.template-1.picture-template-1.module-picture.basic-mod,
.module.module-355159.template-1.picture-template-1.module-picture.basic-mod {
  padding: 10px 0;
  height: 35vw;
  max-height: 1000px;
  /*display:grid;
flex-wrap:wrap;
grid-template-columns: repeat(var(--columns), 1fr);
--columns: 1;
grid-gap: 10px;
padding:0;
margin:10px 0;




video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



img {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top;
}




a {

    padding: 10p;
    height: 35vw;
    max-height: 800px;
    transition: 1s;
    position: relative;



    .container {
        height: 100%;
        position: relative;
        overflow: hidden;



        .picture {
            height: 100%;
            width: 100%;
            object-fit: cover;



            img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        }


    }




    .content {
        left: 50%;
        top: 50%;
        transform: translate(-50%; -50%);
        right: 100px;

        text-align: center;

        position: absolute;
        width: fit-content;
        opacity: 1;
        transition: 1s;
        z-index: 999;

        h3 {
            font-weight: 500;
            font-size: @sizeTitle;
            line-height: 2.2vw;
            color: white;
            margin-bottom: 10px;
            text-transform: uppercase;
            padding: 15px;



        }
    }

}

a:hover .container {

    .content {
        opacity: 1;
    }



}

@media @laptop {
    a {
        height: 330px;

        .container {

            &:before {
                transform: none;
                content: "";
                position: absolute;
                height: 100%;
                width: 100%;
                background: black;
                opacity: 0.4;
                z-index: 9;
                border: none;

            }

            .content {
                opacity: 1 !important;
                top: 50%;
                width: 100%;
                text-align: center;
                right: initial;
            }
        }
    }
}

@media @tablet {

    a {
        height: 280px;


    }
}

@media @mobile {
    --columns: 1;

    a {
        height: 280px;


    }
}*/
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-355159.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-355159.template-1.picture-template-1.module-picture.basic-mod {
    height: 330px;
  }
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-355159.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-355159.template-1.picture-template-1.module-picture.basic-mod {
    height: 280px;
    padding-top: 0;
  }
}
.zone-full_width .module.module-355159.template-1.picture-template-1.module-picture.basic-mod *,
.module.module-355159.template-1.picture-template-1.module-picture.basic-mod * {
  height: 100%;
}
.zone-full_width .module.module-355159.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-355159.template-1.picture-template-1.module-picture.basic-mod img {
  object-fit: cover;
}
.zone-full_width .module.module-355159.template-1.picture-template-1.module-picture.basic-mod .content,
.module.module-355159.template-1.picture-template-1.module-picture.basic-mod .content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 100px;
  height: auto;
  text-align: center;
  position: absolute;
  opacity: 1;
  transition: 1s;
  z-index: 999;
  width: 100%;
}
.zone-full_width .module.module-355159.template-1.picture-template-1.module-picture.basic-mod .content h3,
.module.module-355159.template-1.picture-template-1.module-picture.basic-mod .content h3 {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 2vw);
  line-height: 2.2vw;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 15px;
}
/*** CUSTOM CSS FROM BDD MODULE 248896 ***/
.zone-footer .module.module-248896.template-1.cms-template-1.module-cms.only-text .info ul,
.module.module-248896.template-1.cms-template-1.module-cms.only-text .info ul,
.popup-module-cms.popup-module-248896 .info ul {
  display: flex;
}
.zone-footer .module.module-248896.template-1.cms-template-1.module-cms.only-text .info ul li,
.module.module-248896.template-1.cms-template-1.module-cms.only-text .info ul li,
.popup-module-cms.popup-module-248896 .info ul li {
  margin-right: 10px;
}
.zone-footer .module.module-248896.template-1.cms-template-1.module-cms.only-text .info p,
.module.module-248896.template-1.cms-template-1.module-cms.only-text .info p,
.popup-module-cms.popup-module-248896 .info p {
  margin-bottom: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 248476 ***/
.zone-footer .module.module-248476.template-2.newsletter-template-2.module-newsletter .module-header-title,
.module.module-248476.template-2.newsletter-template-2.module-newsletter .module-header-title {
  padding-left: 0;
}
.zone-footer .module.module-248476.template-2.newsletter-template-2.module-newsletter input,
.module.module-248476.template-2.newsletter-template-2.module-newsletter input {
  height: fit-content;
  color: black;
}
.zone-footer .module.module-248476.template-2.newsletter-template-2.module-newsletter input::placeholder,
.module.module-248476.template-2.newsletter-template-2.module-newsletter input::placeholder {
  color: black;
}
.zone-footer .module.module-248476.template-2.newsletter-template-2.module-newsletter button,
.module.module-248476.template-2.newsletter-template-2.module-newsletter button {
  border: 1px solid white;
  margin-top: 10px;
}
/*** CUSTOM CSS FROM BDD MODULE 248894 ***/
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center {
  margin-bottom: 0;
  height: auto;
}
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center h3,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center h3,
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .price,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center .price {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 2vw);
  line-height: clamp(30px, 2.2vw, 2.2vw);
  color: white;
  text-shadow: 1px 1px 1px black;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center h3,
  .module.module-248894.template-1.slider-template-1.module-slider.slider-center h3,
  .zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .price,
  .module.module-248894.template-1.slider-template-1.module-slider.slider-center .price {
    font-size: 18px;
    line-height: 1.1;
  }
}
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center a:not(.button),
.module.module-248894.template-1.slider-template-1.module-slider.slider-center a:not(.button) {
  z-index: 99;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .slider,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center .slider {
  height: 30vw !important;
}
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .slider img,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center .slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .slider .owl-item:not(.center) img,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center .slider .owl-item:not(.center) img {
  filter: blur(3px);
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .slider .owl-item:not(.center) img,
  .module.module-248894.template-1.slider-template-1.module-slider.slider-center .slider .owl-item:not(.center) img {
    filter: none;
  }
}
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .content,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center .content {
  background: transparent;
  bottom: 50px;
  padding: 0;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: center;
  right: initial;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .content,
  .module.module-248894.template-1.slider-template-1.module-slider.slider-center .content {
    bottom: 10px;
  }
}
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .content h3,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center .content h3 {
  text-align: center;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .content h3::before,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center .content h3::before {
  content: '';
  background: white;
  position: relative;
  left: 0;
  width: 50px;
  height: 3px;
  display: block;
  margin-right: 20px;
}
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .content h3::after,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center .content h3::after {
  content: '';
  background: white;
  position: relative;
  left: 0;
  width: 50px;
  height: 3px;
  display: block;
  margin-left: 20px;
}
.zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .content .button,
.module.module-248894.template-1.slider-template-1.module-slider.slider-center .content .button {
  display: none;
  z-index: 99;
  width: 180px;
  text-align: center;
  position: relative;
  margin: auto;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid white;
  background: transparent;
  color: white;
  text-shadow: 1px 1px 1px black;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .content .button,
  .module.module-248894.template-1.slider-template-1.module-slider.slider-center .content .button {
    font-size: 12px;
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center,
  .module.module-248894.template-1.slider-template-1.module-slider.slider-center {
    margin-bottom: 10px;
    position: relative;
    height: 40vw;
  }
  .zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center .slider,
  .module.module-248894.template-1.slider-template-1.module-slider.slider-center .slider {
    height: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center,
  .module.module-248894.template-1.slider-template-1.module-slider.slider-center {
    margin-bottom: 10px;
    position: relative;
    height: 40vh;
  }
  .zone-full_width .module.module-248894.template-1.slider-template-1.module-slider.slider-center video,
  .module.module-248894.template-1.slider-template-1.module-slider.slider-center video {
    object-fit: cover;
    height: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 257875 ***/
.zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text,
.module.module-257875.music.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-257875 {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background: transparent;
  z-index: 999;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text,
  .module.module-257875.music.template-1.cms-template-1.module-cms.only-text,
  .popup-module-cms.popup-module-257875 {
    right: 0px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text,
  .module.module-257875.music.template-1.cms-template-1.module-cms.only-text,
  .popup-module-cms.popup-module-257875 {
    margin-bottom: 0;
    display: none;
  }
}
.zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info,
.module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-257875 .info {
  position: relative;
}
.zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info .control,
.module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info .control,
.popup-module-cms.popup-module-257875 .info .control {
  position: absolute;
  z-index: -1;
  right: 200px;
}
.zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info div,
.module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info div,
.popup-module-cms.popup-module-257875 .info div {
  cursor: pointer;
}
.zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info div img,
.module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info div img,
.popup-module-cms.popup-module-257875 .info div img {
  width: 50px;
  margin: auto;
  padding: 0;
  filter: invert(1);
  display: block;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info div img,
  .module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info div img,
  .popup-module-cms.popup-module-257875 .info div img {
    width: 30px;
  }
}
.zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info .pause,
.module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info .pause,
.popup-module-cms.popup-module-257875 .info .pause {
  display: none;
}
.zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info.displayPause .pause,
.module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info.displayPause .pause,
.popup-module-cms.popup-module-257875 .info.displayPause .pause {
  display: block !important;
}
.zone-full_width .module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info.displayPause .playOn,
.module.module-257875.music.template-1.cms-template-1.module-cms.only-text .info.displayPause .playOn,
.popup-module-cms.popup-module-257875 .info.displayPause .playOn {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 489451 ***/
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster,
.module.module-489451.template-1.cluster-template-1.module-cluster {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster,
  .module.module-489451.template-1.cluster-template-1.module-cluster {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .img,
.module.module-489451.template-1.cluster-template-1.module-cluster .img {
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .img,
  .module.module-489451.template-1.cluster-template-1.module-cluster .img {
    width: 100%;
  }
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon,
  .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon {
    padding: 0 20px;
    width: 100%;
  }
  .zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon li,
  .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon li {
    font-size: 12px;
    line-height: 22px;
  }
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .container,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .container {
  border-bottom: 0.5px solid #2f2f2f;
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .close,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .close {
  display: none;
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .active .open,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .active .open {
  display: none;
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .active .close,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .active .close {
  display: block;
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .accordeon-title,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .accordeon-title {
  display: flex;
  font-weight: 700;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .accordeon-title,
  .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .accordeon-title {
    font-size: 14px;
  }
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .accordeon-title svg,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .accordeon-title svg {
  margin-bottom: 0;
  opacity: 0.4;
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .mdi,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .mdi {
  display: none;
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon span,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon span,
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon h1,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon h1,
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon h2,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon h2 {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon span,
  .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon span,
  .zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon h1,
  .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon h1,
  .zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon h2,
  .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon h2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon p,
  .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon p {
    font-size: 12px;
  }
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon svg,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon svg {
  width: 20px;
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .mdi,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .mdi {
  cursor: pointer;
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .mdi:before,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .mdi:before {
  transform: rotate(0);
}
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .active .mdi:before,
.module.module-489451.template-1.cluster-template-1.module-cluster .accordeon .active .mdi:before {
  transform: rotate(180deg);
}
/*** CUSTOM CSS FROM BDD MODULE 446256 ***/
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-446256.template-2.estimate-template-2.module-estimate,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-446256.template-2.estimate-template-2.module-estimate,
.module.module-446256.template-2.estimate-template-2.module-estimate,
.popup-module-estimate.popup-module-446256.template-2 {
  width: 100%;
  background: black;
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-446256.template-2.estimate-template-2.module-estimate .recaptcha,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-446256.template-2.estimate-template-2.module-estimate .recaptcha,
.module.module-446256.template-2.estimate-template-2.module-estimate .recaptcha,
.popup-module-estimate.popup-module-446256.template-2 .recaptcha {
  position: absolute;
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-446256.template-2.estimate-template-2.module-estimate .popup-open-link-wrapper,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-446256.template-2.estimate-template-2.module-estimate .popup-open-link-wrapper,
.module.module-446256.template-2.estimate-template-2.module-estimate .popup-open-link-wrapper,
.popup-module-estimate.popup-module-446256.template-2 .popup-open-link-wrapper {
  text-align: center;
  width: 100%;
  display: block;
}
/*** CUSTOM CSS FROM BDD MODULE 248892 ***/
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column,
.module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column {
  width: 100%;
  /* Hauteur du menu */
  height: fit-content;
  display: none;
  padding: 10px 0;
  /*&.fixed{
    transform:translateY(0);
    display: block;
    position: fixed;
    width: 100%;
    top: 30px;
    z-index: 999;
    height: fit-content;
    transition: 1s;
   

}*/
}
@media only screen and (max-width: 1024px) {
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column,
  .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column {
    text-align: right;
    width: 100%;
  }
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column button,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column button,
  .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column button {
    background: transparent;
  }
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul,
.module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: auto;
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li:first-child span,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li:first-child span,
.module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li:first-child span {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul,
  .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul {
    display: none;
  }
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li,
  .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li {
    margin: 10px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 248372 ***/
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header,
.module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header {
  position: absolute;
  top: -25px;
}
@media only screen and (max-width: 1024px) {
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header {
    display: none;
  }
}
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .mdi::before,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .mdi::before,
.module.module-248372.template-1.menu-template-1.module-menu.main.column .mdi::before {
  color: white !important;
}
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li,
.module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li {
  margin: 0;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li {
    padding: 5px 0;
  }
}
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu,
.module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu {
  position: relative;
}
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow,
.module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50%;
}
@media only screen and (max-width: 1024px) {
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow {
    position: relative;
    bottom: inherit;
    left: inherit;
    translate: 0;
  }
}
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu.rotated > a > .dropdown-arrow,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu.rotated > a > .dropdown-arrow,
.module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu.rotated > a > .dropdown-arrow {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > ul,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > ul,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > ul {
    display: flex !important;
  }
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul {
    display: none;
    position: absolute;
    background: #000000;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    min-width: 250px;
    flex-direction: column;
    gap: 5px;
    margin: 0;
  }
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li {
    margin-top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li a,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li a,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li a {
    color: #ffffff;
  }
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > a > .dropdown-arrow,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > a > .dropdown-arrow,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > a > .dropdown-arrow {
    transform: rotate(180deg);
  }
}
/*** CUSTOM CSS FROM BDD MODULE 248484 ***/
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster,
.module.module-248484.template-1.cluster-template-1.module-cluster {
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 10px 0 20px 0;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-counter {
  margin-right: 5px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter .mdi:before,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter .mdi:before,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-counter .mdi:before {
  font-size: 25px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter span,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter span,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-counter span {
  color: black;
  left: 10px;
  font-size: 10px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu {
  justify-content: right;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul {
  display: flex;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul .mdi,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul .mdi,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul .mdi {
  margin-right: 2px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul span,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul span,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul span {
  display: none;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language {
  justify-content: right;
  flex-direction: row-reverse;
  width: 100%;
  padding-right: 9px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper {
  left: -15px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper span,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper span,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper span {
  font-weight: 500;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent {
  padding-top: 0;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent label,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent label,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent label {
  line-height: 30px;
  width: fit-content;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent span,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent span,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent span {
  padding-right: 10px;
  font-weight: 500;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 10px;
  padding-left: 10px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header p,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header p,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header p {
  margin-bottom: 0;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header a,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header a,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header a {
  font-weight: 500;
}
/*** CUSTOM CSS FROM BDD MODULE 489450 ***/
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .module.module-489450.accordeon.template-2.picture-template-2.module-picture.basic-mod h1,
.module.module-489451.template-1.cluster-template-1.module-cluster .module.module-489450.accordeon.template-2.picture-template-2.module-picture.basic-mod h1,
.module.module-489450.accordeon.template-2.picture-template-2.module-picture.basic-mod h1,
.zone-full_width .module.module-489451.template-1.cluster-template-1.module-cluster .module.module-489450.accordeon.template-2.picture-template-2.module-picture.basic-mod h2,
.module.module-489451.template-1.cluster-template-1.module-cluster .module.module-489450.accordeon.template-2.picture-template-2.module-picture.basic-mod h2,
.module.module-489450.accordeon.template-2.picture-template-2.module-picture.basic-mod h2 {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  padding: 0;
  margin: 0;
}

