@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: #ffffff /* @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/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/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/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;
}
/*** 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 Cello PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/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(16, 45, 101, 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 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 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 Cello PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/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 .info {
  text-align: justify;
}
.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 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 Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-8.css ***/
.module-legal.template8 p {
  margin-right: 8px;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/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 Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/agency.less ***/
.module-agency.agency-template-7 ul li h3 {
  font-family: 'Montserrat', sans-serif /* @fontfamily  */;
  margin: 0;
  color: #000000 /* @footerContent */;
  font-weight: 400;
}
/*** CSS BASE PLUGIN Selection ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Selection/Resources/css/selection-base.less ***/
.module-selection .selectionLink {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  color: #fff;
  font-size: 16px;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99;
}
.module-selection .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-selection .selectionLink:hover,
.module-selection .selectionLinkOn {
  opacity: 1;
  transform: scale(1.4);
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Selection/Resources/css/selection-2.less ***/
.selection-template-2 .item {
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.selection-template-2 .item .content {
  padding: 10px;
}
.selection-template-2 .item .content p {
  margin: 0;
}
.selection-template-2 .item ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.selection-template-2 .item ul li {
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
  font-weight: 700;
  padding: 0 10px;
  overflow: hidden;
}
.selection-template-2 .item ul li i {
  display: none;
}
.selection-template-2 .item .soleagent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #373e4f;
  color: #FFF;
  padding: 5px 10px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .module-listing ul.listing > li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .module-listing ul.listing {
    margin: 0 0 40px 0;
  }
  .module-listing ul.listing > li {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.owl-controls .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.owl-controls .owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 2px;
  margin: 0px 5px;
}
.owl-controls .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Selection ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/selection.less ***/
.module-selection.selection-template-2 .slider .owl-nav .owl-next i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  top: 50%;
  border-radius: 300px;
  background-color: white;
  padding: 10px;
  background-size: contain;
  color: #102d65 /* @color4 */;
  height: 40px;
  width: 40px;
  z-index: 9999;
  left: auto;
  right: 0px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}
.module-selection.selection-template-2 .slider .owl-nav .owl-prev i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 300px;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  color: #102d65 /* @color4 */;
  left: 0px;
  top: 50%;
  background-size: contain;
  height: 40px;
  width: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}
.module-selection.selection-template-2 .item {
  box-shadow: none;
  background: #f9fafb;
}
.module-selection.selection-template-2 .item ul {
  background: transparent;
  text-align: center;
  justify-content: center;
}
.module-selection.selection-template-2 .item ul li {
  font-size: 16px;
  color: #000000 /* @fontColor */;
}
.module-selection.selection-template-5 {
  margin-top: 40px;
  margin-bottom: 5rem;
}
.module-selection.selection-template-5 .module-header h2 {
  margin-bottom: 0;
  color: #000000 /* @fontColorTitle */;
  font-size: -7.5rem;
  line-height: 2.5rem;
  font-weight: 300;
}
.module-selection.selection-template-5 .module-header p {
  color: #000000 /* @fontColor */;
  font-weight: 200;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.module-selection.selection-template-5 .list {
  padding: 0 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-selection.selection-template-5 .list .item {
  position: relative;
  float: none;
  width: 24.1%;
  margin: 0;
}
.module-selection.selection-template-5 .list .item:nth-child(odd) {
  clear: none;
}
.module-selection.selection-template-5 .list .item img {
  width: 100%;
  height: auto;
}
.module-selection.selection-template-5 .list .item .content {
  background: #f9fafb;
  padding: 20px 10px 20px 10px;
}
.module-selection.selection-template-5 .list .item .content > div {
  text-align: center;
}
.module-selection.selection-template-5 .list .item .content h3 {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.module-selection.selection-template-5 .list .item .content h4 {
  font-weight: 400;
  margin: 0;
  font-size: 15px;
}
.module-selection.selection-template-5 .list .item .content p.price {
  text-align: center;
  font-weight: 600;
}
.module-selection.selection-template-5 .list .item .content ul {
  display: none;
}
.module-selection.selection-template-5 .list .item a .content p.soleagent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #373e4f;
  color: #FFF;
  padding: 5px 10px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .selection-template-5 .list .item {
    width: 49%;
  }
}
@media screen and (max-width: 470px) {
  .selection-template-5 .list .item {
    width: 100%;
  }
}
/*** 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 Cello PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/language.less ***/
.module-language .FieldWrapper {
  background-color: #ffffff;
  border-left: solid;
}
.module-language span {
  /* @color4 */
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-size: 14px;
  text-transform: uppercase;
}
.module-language a {
  /* @color4 */
  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 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;
}
/*** CSS BASE PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Currency/Resources/css/main.css ***/
.module-currency {
  position: relative;
}
.module-currency input {
  display: none;
}
.module-currency label {
  display: block;
  cursor: pointer;
}
.module-currency label:hover {
  text-decoration: underline;
}
.module-currency .FieldWrapper {
  left: 0;
  min-width: 70px;
  text-align: left;
  padding: 10px;
}
.module-currency .FieldWrapper label {
  clear: right;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/currency.less ***/
.module-currency .FieldWrapper {
  background-color: #ffffff;
  border-left: solid;
}
.module-currency span {
  color: #000000 /* @fontColor */;
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-currency label {
  color: #000000 /* @fontColor */;
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/*** GLOBAL CSS TEMPLATE Cello ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/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: #000000 /* @fontColor */;
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-weight: 300 /* @fontweight */;
  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: #ffffff /* @bodyColor */;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #000000 /* @fontColorTitle */;
  font-family: 'Montserrat', sans-serif /* @fontfamilyTitle */;
  font-weight: 300 /* @fontweightTitle */;
}
h1,
h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h1 {
  font-size: 2.5rem /* @fontsizeTitle */;
  line-height: 12.5rem;
}
h2 {
  font-size: -2.5rem;
  line-height: 2.5rem;
  font-weight: 300;
}
a {
  color: #000000 /* @fontColor */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #000000 /* @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: 1240px;
  margin-left: auto;
  margin-right: auto;
}
button,
.button {
  display: inline-block;
  line-height: 24px;
  color: white;
  background-color: #102d65 /* @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: #091939;
}
.mfp-bg {
  z-index: 10000;
}
/* popup */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}
/* fancybox zoom picture */
.fancybox-skin {
  background: #102d65 /* @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: #000000 /* @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: #ffffff /* @inputBackground */;
  -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: #000000 /* @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: #000000 /* @searchColor */;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
.select2-dropdown.dropdown-price .select2-results__option {
  padding-left: 0;
}
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;
  background: #ffffff;
  border-top: 0px solid #102d65 /* @bodyColor */;
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
}
header > div {
  display: block;
  transition: all 0.35s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
header.fixed > div {
  display: flex;
}
header.fixed > div .zone-header-right,
header.is-active > div .zone-header-right {
  margin-top: 10px;
  transition: all 0.35s ease;
  width: auto;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
header.fixed > div .zone-header-right .module-cluster,
header.is-active > div .zone-header-right .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.fixed > div .zone-header-right .module-cluster .module-language,
header.is-active > div .zone-header-right .module-cluster .module-language {
  float: left;
  margin-top: 3px;
}
header.fixed > div .zone-header-right .module-cluster .module-language .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-language .FieldWrapper {
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i {
  color: #000000;
  /* @headerContent */
}
header.fixed > div .zone-header-right .module-cluster .module-language ul,
header.is-active > div .zone-header-right .module-cluster .module-language ul {
  text-align: center;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul li a span,
header.is-active > div .zone-header-right .module-cluster .module-language ul li a span {
  color: #000000 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency,
header.is-active > div .zone-header-right .module-cluster .module-currency {
  float: left;
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper {
  border-left: solid 3px #000000 /* @headerContent */;
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper label,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper label {
  color: #000000 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #000000 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-menu,
header.is-active > div .zone-header-right .module-cluster .module-menu {
  margin: 0;
}
header.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;
}
header.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-lead {
  margin: 5px 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a,
header.is-active > div .zone-header-right .module-cluster .module-lead a {
  text-transform: uppercase;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a span,
header.is-active > div .zone-header-right .module-cluster .module-lead a span,
header.fixed > div .zone-header-right .module-cluster .module-lead a i,
header.is-active > div .zone-header-right .module-cluster .module-lead a i {
  color: #000000;
}
header.fixed > div .zone-header-left .module-logo,
header.is-active > div .zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
header.fixed > div .zone-header-left .module-logo img,
header.is-active > div .zone-header-left .module-logo img {
  height: 80px;
}
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: #102d65;
  /* @color4 */
}
header .zone-header-right .module-menu > ul > li.sub-menu > ul > li:hover a {
  color: #102d65;
  /* @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: 16px;
  font-weight: 400;
}
/** base**/
.zone-header-left .module-logo {
  margin-top: 15px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.zone-header-left .module-logo img {
  height: 80px /* @heightLogo */;
  width: auto;
}
.zone-header-right {
  width: 100%;
  display: block;
}
.zone-header-right .module-cluster {
  display: none;
}
.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: center;
}
.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 {
  text-transform: uppercase;
  font-size: 15px;
  color: #000000 /* @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: #ffffff /* @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: #000000 /* @headerContent */;
  }
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .social.twitter {
  top: 4px;
}
.zone-header-right .module.module-language {
  float: left;
  margin-top: 3px;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.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: #000000 /* @colorSocialMedia */;
}
.zone-header-right .module.module-social-menu .twitter a path {
  fill: #000000;
}
.zone-header-right .module.module-social-menu .twitter a path:hover {
  fill: #00acee;
}
.zone-header-right .module.social-menu-template-2 .social__items {
  margin-right: 15px;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item a svg path {
  fill: #000000 /* headerContent*/;
  transition: fill 0.5s ease;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #102d65;
}
@media only screen and (max-width: 1024px) {
  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: #ffffff;
    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: #000000 /* @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;
  }
  header.fixed > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div {
    justify-content: center;
  }
  header > div .zone-header-right {
    position: initial;
  }
  .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: #102d65;
    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;
  }
}
@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: #ffffff /* @footerBackground */;
  clear: both;
}
footer .zone-footer {
  padding: 30px 15px 15px 15px;
  justify-content: space-between;
  border-top: 1px solid #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1240px;
  margin: auto;
}
footer .zone-footer:after {
  content: none;
}
footer .zone-footer h2,
footer .zone-footer .module-header-title {
  color: #000000;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0;
  text-transform: uppercase;
}
footer .zone-footer .module-header {
  margin-bottom: 0;
}
footer a,
footer p,
footer li {
  color: #000000 /* @footerContent */;
}
footer a:hover {
  color: #102d65;
}
footer .module-social-menu {
  margin: 0;
  width: 24%;
}
footer .module-social-menu .twitter a path {
  fill: #000000;
}
footer .module-social-menu .twitter a path:hover {
  fill: #00acee;
}
footer .social-menu-template-2 .social__items {
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .social-menu-template-2 .social__items .social__item a {
  display: flex;
  gap: 10px;
  justify-content: center;
}
footer .social-menu-template-2 .social__items .social__item a svg path {
  fill: #000000 /* colorSocialMedia*/;
  transition: fill 0.5s ease;
}
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: #102d65;
}
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),
  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%;
  }
  footer .zone-footer > .module:not(:first-child) h2 {
    border-top: 1px gray solid;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
/*** GLOBAL CSS TEMPLATE Cello PAGE homepage ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/pages/css/homepage.less ***/
body.homepage {
  /* module slider */
  /* module user */
  /* module cms */
}
body.homepage .module-slider {
  margin-bottom: 0px /* @paddingBody */;
}
body.homepage .module-slider .owl-item img {
  width: 100%;
  height: auto;
}
@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.template-1 {
  margin-top: 4rem;
}
body.homepage .module-cms {
  padding: 35px 0;
  margin-bottom: 20px;
}
body.homepage .module-cms .info {
  text-align: center;
}
/*** CSS WEBSITE Polarius ***/
.module-user.template-1 .module-header h2 {
  margin-bottom: 4rem;
}
.news-details .title {
  font-size: 1.3rem;
}
.news-details .content h2 {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  .faq {
    padding: 20px;
  }
}
.faq .module-header-title {
  color: #102d65;
  font-weight: 600;
}
.faq .accordeon-content div p,
.faq .accordeon-content div li {
  font-size: 14px;
}
.faq .accordeon-title h2 {
  text-transform: inherit;
  font-size: 1rem;
}
.faq .accordeon-title h2:hover {
  cursor: pointer;
}
.faq ul li {
  list-style: disc;
}
.faq b {
  font-weight: 500;
}
.pictureGuide .module-header-title {
  font-size: 20px;
  font-weight: 400;
}
.guide .info h1 {
  justify-content: center !important;
}
@media screen and (max-width: 500px) {
  .guide .info h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .guide .info h1 {
    font-size: 13px;
  }
}
.guide ul li {
  list-style: disc;
}
.guide h1 {
  margin-bottom: 20px;
}
.guide h3,
.guide h2 {
  text-align: left !important;
}
.guide table {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
  /* centre le tableau */
  border-collapse: collapse;
  /* fusionne les bordures */
}
.guide th,
.guide td {
  border: 1px solid #333;
  padding: 8px 12px;
  text-align: center;
}
.guide th {
  background-color: #f2f2f2;
}
.guide h2,
.guide .cms-subtitle {
  font-size: 1.3rem !important;
  justify-content: left !important;
  margin: 20px auto;
  max-width: 700px;
  margin-bottom: 20px !important;
  white-space: inherit !important;
}
.guide h2::before,
.guide .cms-subtitle::before {
  display: none;
}
.guide h2::after,
.guide .cms-subtitle::after {
  display: none;
}
/* SLIDER PAGE PROPERTY */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  z-index: 10001;
}
/* 
*HOMEPAGE
*/
/* SEARCH HOMEPAGE */
.homepage .module-search {
  max-width: 1000px;
}
/* MODULE PROPERTY INFO TEMPLATE 17 */
body.property .property-info-template-17 ul {
  height: auto;
}
body.property .zone-full-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.module-user.template-1 ul.listing > li {
  background: #fff;
}
/*typo*/
h1,
h2 {
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
}
h3 {
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1.2;
  padding: 0;
}
/*header*/
header.fixed > div {
  display: block;
}
header.fixed > div .zone-header-left .module-logo {
  margin-top: 15px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
header.fixed > div .zone-header-right {
  display: block;
  margin-top: 0px;
}
header.fixed > div .zone-header-right .module-cluster {
  position: absolute;
  right: 0;
  top: -94px;
}
header.fixed > div .zone-header-right .module.module-452858.template-1.menu-template-1.module-menu.main.column button::after {
  content: none;
}
.banner.template-1.picture-template-1.module-picture.background-mod .picture {
  background-position: center center !important;
  height: 500px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
  width: 180px;
}
.select2-container--open .select2-dropdown--below {
  width: 170px !important;
}
.module.module-452858.module-menu.main.column li.sub-menu ul li:hover span {
  color: #929292;
}
.module.module-452864.module-search form .fields-wrapper .line-wrapper.form-center > .field.price .select2-selection__rendered {
  padding-right: 43px;
}
/*commun design*/
html {
  scroll-behavior: smooth;
}
body .wrapper {
  max-width: 100%;
}
.module {
  scroll-margin-top: 200px;
}
svg {
  color: #102d65;
}
li.social svg:hover {
  color: #102d65;
}
.whiteBackground {
  border: 1px solid white;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
.gradient-white {
  background: linear-gradient(0.25turn, white, #f69c3c00);
}
button,
.button,
button.submit,
.module-contact button {
  height: auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 40px !important;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  position: relative;
  overflow: hidden;
}
button::after,
.button::after,
button.submit::after,
.module-contact button::after {
  z-index: -1;
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100%;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.button:hover,
button:hover,
button.submit:hover {
  background-color: transparent;
  color: white;
}
.button:hover::after,
button:hover::after,
button.submit:hover::after {
  width: 100%;
  left: 0;
}
.btnContainer {
  margin-top: 30px;
}
.title-decoration {
  padding: 10px 20px;
  border-radius: 50px;
  background-color: white;
  width: fit-content;
}
.traits {
  font-size: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.traits::before,
.traits::after {
  content: "";
  background-color: black;
  height: 1px;
  width: 100%;
}
.traits::before {
  margin-right: 20px;
}
.traits::after {
  margin-left: 20px;
}
.icon-agency {
  position: relative;
}
.icon-agency i.mdi {
  position: absolute;
  left: -15px;
}
.module-agency .info {
  position: relative;
}
.module-agency .info i.mdi {
  position: absolute;
  left: -15px;
}
.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.city-listing {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: white;
  padding: 5px 10px;
  z-index: 99;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.city-listing svg {
  margin-right: 10px;
}
.navigation-buttons {
  display: none;
}
.navigation-buttons h2,
.navigation-buttons h1 {
  width: 100%;
  text-align: center;
}
.navigation-buttons .info {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.navigation-buttons .info p {
  width: 100%;
  margin: 20px 10px;
  text-align: center;
  border-left: 1px solid lightgray;
}
.navigation-buttons .info p:hover {
  cursor: pointer;
}
.navigation-buttons .info p:hover a {
  color: #102d65;
  letter-spacing: 3px;
}
.navigation-buttons .info p:first-child {
  border: none;
}
.navigation-buttons .info p a {
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.text-bloc {
  margin-bottom: 0;
  margin-top: 55px;
  overflow: visible;
}
.text-bloc .info b {
  font-weight: 500;
  color: #000;
}
.text-bloc .info p,
.text-bloc .info ul,
.text-bloc .info ol,
.text-bloc .info h1,
.text-bloc .info h2,
.text-bloc .info h3 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.text-bloc .info h1 {
  font-weight: 600;
  color: #102d65;
}
@media only screen and (max-width: 1024px) {
  .text-bloc .info h1 {
    white-space: unset;
  }
}
.text-bloc .info h2,
.text-bloc .info h3 {
  color: #102d65;
  font-weight: 400;
  text-align: left;
}
.text-bloc .info h3 {
  margin-top: 10px;
}
.text-bloc h2,
.text-bloc h1 {
  font-size: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.text-bloc h2::before,
.text-bloc h1::before,
.text-bloc h2::after,
.text-bloc h1::after {
  content: "";
  background-color: black;
  height: 1px;
  width: 100%;
}
.text-bloc h2::before,
.text-bloc h1::before {
  margin-right: 20px;
}
.text-bloc h2::after,
.text-bloc h1::after {
  margin-left: 20px;
}
.text-bloc b {
  color: #102d65;
}
.text-bloc li {
  overflow: visible;
  list-style: auto;
  margin: 10px 24px;
}
.text-bloc li::marker {
  font-size: 1.1rem;
  font-weight: bold;
  color: #102d65;
}
/*header*/
header {
  border-top: none;
}
header.is-active .module.module-452913.template-1.cluster-template-1.module-cluster {
  display: none;
}
header:not(.fixed) .zone-header-right .module.module-cluster {
  display: block;
  position: absolute;
  right: 10px;
  top: -91px;
  float: none;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  header:not(.fixed) .zone-header-right .module.module-cluster {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: 70px;
    right: 0;
  }
}
@media screen and (max-width: 620px) {
  header:not(.fixed) .zone-header-right .module.module-cluster {
    top: 95px;
  }
}
header:not(.fixed) .zone-header-left .module-logo img {
  filter: none !important;
}
.module-language ul {
  width: 110px;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul {
  text-align: left;
}
/*body*/
body.wrapper {
  max-width: 1480px;
}
.listing .module-picture.background-mod .picture {
  height: 450px;
}
.listing.res p:first-child a {
  color: #102d65;
  letter-spacing: 3px;
}
.listing.offMarket p:nth-child(2) a {
  color: #102d65;
  letter-spacing: 3px;
}
.listing.com p:nth-child(3) a {
  color: #102d65;
  letter-spacing: 3px;
}
.listing.longterm p:first-child a {
  color: #102d65;
  letter-spacing: 3px;
}
.listing.holiday p:nth-child(2) a {
  color: #102d65;
  letter-spacing: 3px;
}
body.two-column div.row-2 > div.zone-right-content {
  background-color: transparent !important;
}
body.property div.row-2 .zone-right-content {
  background-color: transparent;
}
body.property div.row-2 .zone-right-content > div {
  background-color: transparent;
}
body.property .module-user div.comment {
  display: none;
}
body.property .module.module-452888.module-cluster .module.module-452889.module-user.template-1 ul.listing li .container,
body.property .module.module-452889.module-user.template-1 ul.listing li .container {
  margin: 0;
  width: 100% !important;
}
body.property .module.module-452888.module-cluster .module.module-452889.module-user.template-1 ul.listing li .container .picture .userBubble,
body.property .module.module-452889.module-user.template-1 ul.listing li .container .picture .userBubble {
  height: 420px !important;
}
/*modules*/
.zone-content .module + .module,
.zone-left-content .module + .module,
.zone-right-content .module + .module,
.zone-bottom-content .module + .module {
  margin: 40px auto;
}
.module-contact,
.module-estimate,
.module-estimate.template-1 {
  background-color: transparent !important;
  border-radius: 40px;
  max-width: 767px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.module-contact input[type="text"],
.module-estimate input[type="text"],
.module-estimate.template-1 input[type="text"],
.module-contact input[type="password"],
.module-estimate input[type="password"],
.module-estimate.template-1 input[type="password"],
.module-contact input[type="number"],
.module-estimate input[type="number"],
.module-estimate.template-1 input[type="number"],
.module-contact input[type="email"],
.module-estimate input[type="email"],
.module-estimate.template-1 input[type="email"],
.module-contact input[type="tel"],
.module-estimate input[type="tel"],
.module-estimate.template-1 input[type="tel"],
.module-contact select,
.module-estimate select,
.module-estimate.template-1 select,
.module-contact textarea,
.module-estimate textarea,
.module-estimate.template-1 textarea,
.module-contact .select2-container,
.module-estimate .select2-container,
.module-estimate.template-1 .select2-container {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid lightgray;
}
.module-contact .field.email input[type="email"],
.module-estimate .field.email input[type="email"],
.module-estimate.template-1 .field.email input[type="email"] {
  text-transform: initial;
}
.module-contact .select2-container--default .select2-selection,
.module-estimate .select2-container--default .select2-selection,
.module-estimate.template-1 .select2-container--default .select2-selection {
  border: none;
}
.module-estimate.template-1 {
  padding: 30px 50px;
}
@media (min-width: 767px) {
  .module-estimate.template-1 form .field {
    width: 48.5%;
  }
}
.module-estimate.template-1 form .field.category {
  width: 100%;
}
.banner {
  position: relative;
}
.banner .picture {
  background-attachment: fixed;
  background-position: bottom;
}
@media (min-width: 1680px) {
  .banner .picture {
    height: 60vh !important;
  }
}
.banner .content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner .content h2 {
  font-size: 2rem;
  animation: 1.5s ease slidein;
}
.banner .content h1 {
  font-size: 2rem;
  animation: 1.5s ease slidein;
}
@keyframes slidein {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
.module-legal section.cookies h3 {
  font-family: 'Montserrat', sans-serif;
}
/*dropdowns*/
.select2-dropdown {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0;
  border: none;
  padding: 0px;
}
.select2-dropdown.dropdown-price .select2-results__option {
  padding-left: 3px;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(startYposition);
  }
  100% {
    opacity: 0;
    transform: translateY(endYposition);
  }
}
/*footer*/
footer .zone-legal {
  border-top: 1px solid black;
  padding-top: 10px;
}
footer .zone-legal ul li,
footer .zone-legal p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
}
footer .zone-legal .module-legal {
  padding: 5px 0;
}
footer .zone-legal .module-menu.column {
  width: 100%;
}
footer .zone-legal .module-menu.column .module-header {
  display: none;
}
footer .zone-legal .module-menu.column ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
footer .zone-legal .module-menu.column ul li {
  margin: 0 5px !important;
}
footer .mdi.mdi-map-marker-outline {
  display: none;
}
.accordeon-title .mdi::before {
  transform: rotate(0deg) !important;
}
.container.active i::before {
  transform: rotate(180deg) !important;
}
.module-search .field {
  overflow: hidden !important;
}
/*** CSS ROUTING ***/
header {
  transition: all 0.3s ease;
}
header img {
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  header:not(.fixed) {
    background-color: white;
  }
  header:not(.fixed) .zone-header-left .module-logo img {
    filter: invert();
  }
  header:not(.fixed) .zone-header-right .module-menu ul > li::before {
    background-color: #000000 !important;
  }
  header:not(.fixed) .zone-header-right .module-menu ul > li a {
    color: #000000;
  }
  header:not(.fixed) .zone-header-right .module-menu ul > li.current {
    color: #000000;
    border-bottom: 5px solid #000000 !important;
  }
  header:not(.fixed) .zone-header-right .module-menu ul > li.current span {
    color: #000000 !important;
  }
  header:not(.fixed) .zone-header-right .module-menu ul > li:hover a span {
    color: #000000 !important;
  }
  header:not(.fixed) .zone-header-right .module-menu ul > li:hover a span a {
    color: #000000 !important;
  }
  header:not(.fixed) .zone-header-right .module-menu ul > li.sub-menu ul {
    background-color: white;
  }
  header:not(.fixed) .zone-header-right .module-menu ul > li.sub-menu ul li.sub-menu ul {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  header:not(.fixed) .zone-header-right .module-menu ul > li.sub-menu::after {
    color: #000000 !important;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 453006 ***/
.zone-full_width .module.module-453006.template-1.slider-template-1.module-slider.video.slider-center,
.module.module-453006.template-1.slider-template-1.module-slider.video.slider-center {
  max-width: 100%;
  height: 100vh;
  margin: auto;
  transition: all 1s ease-in-out;
}
.zone-full_width .module.module-453006.template-1.slider-template-1.module-slider.video.slider-center .slider,
.module.module-453006.template-1.slider-template-1.module-slider.video.slider-center .slider {
  height: 100%!important;
}
.zone-full_width .module.module-453006.template-1.slider-template-1.module-slider.video.slider-center .video-js .vjs-tech:not(iframe),
.module.module-453006.template-1.slider-template-1.module-slider.video.slider-center .video-js .vjs-tech:not(iframe) {
  width: 100% !important;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-453006.template-1.slider-template-1.module-slider.video.slider-center,
  .module.module-453006.template-1.slider-template-1.module-slider.video.slider-center {
    height: 40vh;
  }
}
@media screen and (max-width: 500px) {
  .zone-full_width .module.module-453006.template-1.slider-template-1.module-slider.video.slider-center,
  .module.module-453006.template-1.slider-template-1.module-slider.video.slider-center {
    height: 25vh;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 452970 ***/
.zone-bottom_content .module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text,
.module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-452970 {
  display: none;
  position: fixed;
  padding: 5px;
  bottom: 87px;
  right: 1vw;
  background: none;
  z-index: 999;
  margin-bottom: 50px;
}
.zone-bottom_content .module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text:hover,
.module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text:hover,
.popup-module-cms.popup-module-452970:hover {
  cursor: pointer;
}
.zone-bottom_content .module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text a,
.module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text a,
.popup-module-cms.popup-module-452970 a {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  padding-left: 20px;
  background: #102d65;
  border-radius: 25px !important;
  border: none;
  font-size: 10px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: pre;
  color: #102d65;
  overflow: hidden;
  transform-origin: center;
  transform: translateZ(0);
  transition: all 0.4s 0.2s ease, color 0.3s cubic-bezier(1, 0, 0, 1);
}
.zone-bottom_content .module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text a i,
.module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text a i,
.popup-module-cms.popup-module-452970 a i {
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  color: #fff;
  transition: all 0.4s 0.2s ease, color 0.3s cubic-bezier(1, 0, 0, 1);
}
.zone-bottom_content .module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text a:hover,
.module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text a:hover,
.popup-module-cms.popup-module-452970 a:hover {
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease, color 0.6s cubic-bezier(1, 0, 0, 1);
}
.zone-bottom_content .module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text a:hover i,
.module.module-452970.scrollTopButton.template-1.cms-template-1.module-cms.only-text a:hover i,
.popup-module-cms.popup-module-452970 a:hover i {
  color: #102d65;
}
/*** CUSTOM CSS FROM BDD MODULE 452971 ***/
.zone-bottom_content .module.module-452971.template-1.cms-template-1.module-cms.only-text,
.module.module-452971.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-452971 {
  position: fixed;
  padding: 5px;
  bottom: 35px;
  right: 1vw;
  background: none;
  z-index: 10;
}
.zone-bottom_content .module.module-452971.template-1.cms-template-1.module-cms.only-text a,
.module.module-452971.template-1.cms-template-1.module-cms.only-text a,
.popup-module-cms.popup-module-452971 a {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  padding-left: 20px;
  background: white;
  border-radius: 25px !important;
  border: none;
  font-size: 10px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: pre;
  color: white;
  overflow: hidden;
  transform-origin: center;
  transform: translateZ(0);
  transition: all 0.4s 0.2s ease, color 0.3s cubic-bezier(1, 0, 0, 1);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.zone-bottom_content .module.module-452971.template-1.cms-template-1.module-cms.only-text a i,
.module.module-452971.template-1.cms-template-1.module-cms.only-text a i,
.popup-module-cms.popup-module-452971 a i {
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  color: #102d65;
  transition: all 0.4s 0.2s ease, color 0.3s cubic-bezier(1, 0, 0, 1);
}
.zone-bottom_content .module.module-452971.template-1.cms-template-1.module-cms.only-text a:hover,
.module.module-452971.template-1.cms-template-1.module-cms.only-text a:hover,
.popup-module-cms.popup-module-452971 a:hover {
  width: 203px;
  padding-left: 48px;
  color: #fff;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease, color 0.6s cubic-bezier(1, 0, 0, 1);
}
.zone-bottom_content .module.module-452971.template-1.cms-template-1.module-cms.only-text a:hover i,
.module.module-452971.template-1.cms-template-1.module-cms.only-text a:hover i,
.popup-module-cms.popup-module-452971 a:hover i {
  color: #102d65;
}
/*** CUSTOM CSS FROM BDD MODULE 452984 ***/
.zone-footer .module.module-452984.template-1.cms-template-1.module-cms.only-text,
.module.module-452984.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-452984 {
  position: absolute;
}
/*** CUSTOM CSS FROM BDD MODULE 452858 ***/
.zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column ul li,
.module.module-452858.template-1.menu-template-1.module-menu.main.column ul li {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 8px;
  /*&.current {
         border-bottom: 5px solid @headerContent;
         a, span {
             color: @headerContent;
         }
         &::before {
             display: none;
         }
    }*/
}
.zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column ul li::before,
.module.module-452858.template-1.menu-template-1.module-menu.main.column ul li::before {
  position: absolute;
  height: 5px;
  width: 0;
  background-color: #000000;
  left: 50%;
  bottom: 0px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column ul li.sub-menu::after,
  .module.module-452858.template-1.menu-template-1.module-menu.main.column ul li.sub-menu::after {
    display: none;
  }
}
.zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column ul li:hover,
.module.module-452858.template-1.menu-template-1.module-menu.main.column ul li:hover {
  /*&::before {
            width: 100%;
            left: 0;
            transition: all 0.4s ease;
        }*/
}
.zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column ul li:hover a,
.module.module-452858.template-1.menu-template-1.module-menu.main.column ul li:hover a,
.zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column ul li:hover span,
.module.module-452858.template-1.menu-template-1.module-menu.main.column ul li:hover span {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu > a::before,
  .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu > a::before {
    position: relative;
    left: -20px;
    top: 0px;
    margin-left: -6px;
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
  .zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column .sub-menu > a.is-open::before,
  .module.module-452858.template-1.menu-template-1.module-menu.main.column .sub-menu > a.is-open::before {
    transform: rotate(-180deg);
  }
}
.zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu::after,
.module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu::after {
  color: #000000;
  top: 7px;
  display: none;
}
.zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li,
.module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li {
  width: 100%;
  padding: 5% 0;
  margin: 0;
}
.zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.current,
.module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.current {
  border-bottom: none;
}
.zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul,
.module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul {
  display: none;
}
@media screen and (min-width: 1025px) {
  .zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu:hover ul,
  .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu:hover ul {
    display: flex;
    flex-direction: column;
    right: -10498px;
    top: 0px;
  }
}
@media screen and (max-wdith: 1024px) {
  .zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu,
  .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu {
    position: relative;
  }
  .zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul,
  .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul {
    right: auto !important;
    display: block;
  }
  .zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul li,
  .module.module-452858.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul li {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column ul > li.current,
  .module.module-452858.template-1.menu-template-1.module-menu.main.column ul > li.current {
    color: #000000;
    border-bottom: 5px solid #ffffff !important;
  }
}
.zone-header_right .module.module-452858.template-1.menu-template-1.module-menu.main.column button::after,
.module.module-452858.template-1.menu-template-1.module-menu.main.column button::after {
  content: none!important;
}
/*** CUSTOM CSS FROM BDD MODULE 452868 ***/
.zone-full_width .module.module-452868.homepageContent.template-1.cms-template-1.module-cms.only-text,
.module.module-452868.homepageContent.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-452868 {
  padding: 0;
  margin-top: -95px;
  border-top: none;
}
.zone-full_width .module.module-452868.homepageContent.template-1.cms-template-1.module-cms.only-text p:last-child,
.module.module-452868.homepageContent.template-1.cms-template-1.module-cms.only-text p:last-child,
.popup-module-cms.popup-module-452868 p:last-child {
  margin-top: 30px;
}
.zone-full_width .module.module-452868.homepageContent.template-1.cms-template-1.module-cms.only-text .info,
.module.module-452868.homepageContent.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-452868 .info {
  padding-top: 65px;
  max-width: 767px;
  margin: 0px auto;
}
.zone-full_width .module.module-452868.homepageContent.template-1.cms-template-1.module-cms.only-text .info h1,
.module.module-452868.homepageContent.template-1.cms-template-1.module-cms.only-text .info h1,
.popup-module-cms.popup-module-452868 .info h1 {
  padding: 10px 20px;
  border-radius: 50px;
  background-color: white;
  width: fit-content;
  margin: 0 auto 30px;
}
.zone-full_width .module.module-452868.homepageContent.template-1.cms-template-1.module-cms.only-text .info h3,
.module.module-452868.homepageContent.template-1.cms-template-1.module-cms.only-text .info h3,
.popup-module-cms.popup-module-452868 .info h3 {
  margin-bottom: 40px;
}
/*** CUSTOM CSS FROM BDD MODULE 452900 ***/
.zone-footer .module.module-452900.template-7.agency-template-7.module-agency.simple .agency,
.module.module-452900.template-7.agency-template-7.module-agency.simple .agency {
  margin-bottom: 10px;
}
.zone-footer .module.module-452900.template-7.agency-template-7.module-agency.simple .highlight,
.module.module-452900.template-7.agency-template-7.module-agency.simple .highlight {
  text-decoration: underline;
  margin-bottom: 5px;
}
.zone-footer .module.module-452900.template-7.agency-template-7.module-agency.simple h3,
.module.module-452900.template-7.agency-template-7.module-agency.simple h3 {
  margin-bottom: 10px;
}
.zone-footer .module.module-452900.template-7.agency-template-7.module-agency.simple .phone,
.module.module-452900.template-7.agency-template-7.module-agency.simple .phone {
  margin-bottom: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 452923 ***/
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2,
.module.module-452923.module-selection.template-2.selection-template-2 {
  margin-top: 0;
  /* MODULE SELECTION */
  display: flex;
  flex-wrap: wrap;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .picture,
.module.module-452923.module-selection.template-2.selection-template-2 .picture {
  position: relative;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .module-header,
.module.module-452923.module-selection.template-2.selection-template-2 .module-header {
  width: 100%;
  max-width: 1240px;
  margin: 30px auto;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .module-header p,
.module.module-452923.module-selection.template-2.selection-template-2 .module-header p {
  text-transform: initial;
  color: #000000;
  font-weight: initial;
  font-size: initial;
  letter-spacing: 0px;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .module-header h2,
.module.module-452923.module-selection.template-2.selection-template-2 .module-header h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .module-header h2,
  .module.module-452923.module-selection.template-2.selection-template-2 .module-header h2 {
    font-size: 16px!important;
  }
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .module-header h2::before,
.module.module-452923.module-selection.template-2.selection-template-2 .module-header h2::before,
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .module-header h2::after,
.module.module-452923.module-selection.template-2.selection-template-2 .module-header h2::after {
  content: "";
  background-color: black;
  height: 1px;
  width: 100%;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .module-header h2::before,
.module.module-452923.module-selection.template-2.selection-template-2 .module-header h2::before {
  margin-right: 20px;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .module-header h2::after,
.module.module-452923.module-selection.template-2.selection-template-2 .module-header h2::after {
  margin-left: 20px;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider,
.module.module-452923.module-selection.template-2.selection-template-2 .slider {
  width: 100%;
  max-height: 700px;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item {
  background: none;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item:hover .content p,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item:hover .content p {
  opacity: 1;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item:hover .content p svg,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item:hover .content p svg {
  margin-right: 0;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .picture,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .picture {
  height: 400px;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .picture img,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .picture img {
  object-fit: cover;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 60px 15px 15px;
  background: linear-gradient(#e6646400, #000000cb);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content .content-title-price,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content .content-title-price {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: left;
  align-items: flex-start;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content .content-title-price .city,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content .content-title-price .city {
  background: #fff;
  padding: 5px 10px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content .content-title-price .title,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content .content-title-price .title {
  color: #fff;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content .content-title-price .price,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content .content-title-price .price {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content .content-title-price .price .currency-price,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content .content-title-price .price .currency-price {
  font-size: 16px;
  color: #c2c0c0;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content p.icon,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content p.icon {
  opacity: 0;
  transition: all 0.3s ease;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content p.icon svg,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content p.icon svg {
  color: black;
  width: 2rem;
  height: 2rem;
  margin-right: 20px;
  transition: all 0.3s ease;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content p.icon svg:hover,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content p.icon svg:hover {
  color: #102d65;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content > div,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content > div {
  display: inline-block;
  margin-right: 10px;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content > div span,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content > div span {
  color: #000;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content > div i,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content > div i {
  font-size: 20px;
  color: #000;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav {
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: -27px;
  width: 100px;
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-prev i,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-prev i,
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-next i,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-next i {
  color: #000;
  font-size: 45px;
  line-height: 1;
  height: 60px;
  width: 40px;
  margin: 5px;
  transition: all 0.3s ease;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-prev i,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-prev i,
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-next i,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-next i {
    background-color: transparent;
    color: white;
  }
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-prev i:hover,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-prev i:hover,
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-next i:hover,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-next i:hover,
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-prev i:active,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-prev i:active,
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-next i:active,
.module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-next i:active {
  color: #102d65;
}
@media screen and (max-width: 810px) {
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2,
  .module.module-452923.module-selection.template-2.selection-template-2 {
    flex-wrap: wrap;
  }
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .module-header,
  .module.module-452923.module-selection.template-2.selection-template-2 .module-header {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider {
    width: 100%;
  }
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav {
    bottom: 85px;
    left: auto;
    right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2,
  .module.module-452923.module-selection.template-2.selection-template-2 {
    margin-top: 1rem;
  }
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .module-header h2,
  .module.module-452923.module-selection.template-2.selection-template-2 .module-header h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .owl-controls,
  .module.module-452923.module-selection.template-2.selection-template-2 .owl-controls {
    display: none;
  }
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .picture,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .picture {
    height: 350px;
  }
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content h3,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .content h3 {
    font-size: 20px;
  }
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav {
    bottom: auto;
    left: 30px;
    right: 30px;
    Top: 130px;
    width: auto;
  }
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-next i,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-next i,
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-prev i,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav .owl-prev i {
    border: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    height: 55px;
    width: 55px;
  }
}
.zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .owl-nav,
.module.module-452923.module-selection.template-2.selection-template-2 .owl-nav {
  bottom: 95px;
  right: -200px;
  left: unset;
}
@media screen and (max-width: 810px) {
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav {
    bottom: 85px;
    left: unset;
    right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .picture,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-item .item .picture {
    height: 350px;
  }
  .zone-full_width .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav,
  .module.module-452923.module-selection.template-2.selection-template-2 .slider .owl-nav {
    bottom: auto;
    left: 30px;
    right: 30px;
    Top: 130px;
    width: auto;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 455167 ***/
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-455167.template-1.menu-template-1.module-menu.column,
  .module.module-455167.template-1.menu-template-1.module-menu.column {
    width: 100%;
  }
  .zone-footer .module.module-455167.template-1.menu-template-1.module-menu.column .module-header-title,
  .module.module-455167.template-1.menu-template-1.module-menu.column .module-header-title {
    text-align: center;
  }
}
.zone-footer .module.module-455167.template-1.menu-template-1.module-menu.column .module-header-title,
.module.module-455167.template-1.menu-template-1.module-menu.column .module-header-title {
  letter-spacing: 0.5px;
}
/*** CUSTOM CSS FROM BDD MODULE 452901 ***/
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-452901.template-1.language-template-1.module-language .CaptationContent,
  .module.module-452901.template-1.language-template-1.module-language .CaptationContent {
    justify-content: center;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 452862 ***/
.zone-footer .module.module-452862.template-1.social-menu-template-1.module-social-menu,
.module.module-452862.template-1.social-menu-template-1.module-social-menu {
  width: 100%;
}
.zone-footer .module.module-452862.template-1.social-menu-template-1.module-social-menu ul,
.module.module-452862.template-1.social-menu-template-1.module-social-menu ul {
  max-width: 350px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.zone-footer .module.module-452862.template-1.social-menu-template-1.module-social-menu ul li,
.module.module-452862.template-1.social-menu-template-1.module-social-menu ul li {
  line-height: 1;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 5px;
}
.zone-footer .module.module-452862.template-1.social-menu-template-1.module-social-menu ul li span,
.module.module-452862.template-1.social-menu-template-1.module-social-menu ul li span {
  display: none;
}
.zone-footer .module.module-452862.template-1.social-menu-template-1.module-social-menu ul li a,
.module.module-452862.template-1.social-menu-template-1.module-social-menu ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}
.zone-footer .module.module-452862.template-1.social-menu-template-1.module-social-menu ul li svg,
.module.module-452862.template-1.social-menu-template-1.module-social-menu ul li svg {
  color: #000000;
  height: 1.5rem;
  width: 1.5rem;
}
.zone-footer .module.module-452862.template-1.social-menu-template-1.module-social-menu ul li:hover svg,
.module.module-452862.template-1.social-menu-template-1.module-social-menu ul li:hover svg {
  color: #102d65;
}
/*** CUSTOM CSS FROM BDD MODULE 452938 ***/
.zone-header_right .module.module-452913.template-1.cluster-template-1.module-cluster .module.module-452938.template-1.currency-template-1.module-currency,
.module.module-452913.template-1.cluster-template-1.module-cluster .module.module-452938.template-1.currency-template-1.module-currency,
.module.module-452938.template-1.currency-template-1.module-currency {
  margin-top: 3px;
}

