@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
.layout {
  max-width: 1240px;
  margin: 0 auto;
}
/*** 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/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,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/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/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-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;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Slider/SliderFullSize/SliderFullSize.less ***/
.module-slider.module.variation-mira_slider_banner {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 668px) {
  .module-slider.module.variation-mira_slider_banner {
    height: 60vh;
  }
}
.module-slider.module.variation-mira_slider_banner:before {
  content: "";
  position: absolute;
  height: 30%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.59) 100%);
  z-index: 9;
}
.module-slider.module.variation-mira_slider_banner .slider {
  height: 100% !important;
}
.module-slider.module.variation-mira_slider_banner .slider .owl-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-slider.module.variation-mira_slider_banner .slider .slider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.3;
  z-index: 9;
  height: 100%;
  width: 100%;
}
.module-slider.module.variation-mira_slider_banner .module-header {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
.module-slider.module.variation-mira_slider_banner .module-header a.button.search {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #484848;
  border-radius: 0px;
  background: transparent;
}
.module-slider.module.variation-mira_slider_banner .module-header a.button.search:hover {
  border: 1px solid #484848;
  color: #ffffff;
  background: #484848;
}
.module-slider.module.variation-mira_slider_banner .module-header h1,
.module-slider.module.variation-mira_slider_banner .module-header h2,
.module-slider.module.variation-mira_slider_banner .module-header h3,
.module-slider.module.variation-mira_slider_banner .module-header h4,
.module-slider.module.variation-mira_slider_banner .module-header h5,
.module-slider.module.variation-mira_slider_banner .module-header h6,
.module-slider.module.variation-mira_slider_banner .module-header p,
.module-slider.module.variation-mira_slider_banner .module-header span,
.module-slider.module.variation-mira_slider_banner .module-header li,
.module-slider.module.variation-mira_slider_banner .module-header a {
  color: #484848;
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
.module-legal.template3 ul {
  text-align: center;
}
.module-legal.template3 ul li {
  display: inline-block;
  position: relative;
}
.module-legal.template3 ul li a {
  position: relative;
}
.module-legal.template3 ul li:not(:first-child):before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.module-legal.template3 ul li:not(:first-child) {
  margin-left: 5px;
}
/*** CSS BASE TEMPLATE Mira PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/legal.less ***/
.module-legal.template2 h3 {
  display: block;
}
/*** CSS BASE PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Cluster/Header/HeaderCss.less ***/
.variation-header_mira_cluster {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px auto;
  width: 100%;
}
.variation-header_mira_cluster .module-menu ul li span,
.variation-header_mira_cluster .module-menu.main ul li span {
  transition: 0.5s ease 0s;
}
.variation-header_mira_cluster .module-menu ul li.current span,
.variation-header_mira_cluster .module-menu.main ul li.current span,
.variation-header_mira_cluster .module-menu ul li:hover span,
.variation-header_mira_cluster .module-menu.main ul li:hover span {
  color: #484848;
}
.variation-header_mira_cluster:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .variation-header_mira_cluster {
    justify-content: space-between;
  }
}
.variation-header_mira_cluster span {
  font-weight: 400;
}
.variation-header_mira_cluster .module {
  width: 25%;
  margin-top: 0px;
  text-align: center;
}
.variation-header_mira_cluster .module-menu.main {
  width: 25%;
  z-index: 11;
  top: -10px;
  /* Curseur de la souris au survol du bouton */
  /* Transformation en croix lorsqu'on clique sur le bouton */
}
.variation-header_mira_cluster .module-menu.main button {
  display: block;
  background-color: transparent;
  margin: auto;
  width: 45px;
  height: 80px;
}
.variation-header_mira_cluster .module-menu.main > ul {
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
  width: 0;
  padding-left: 0;
  transition: width 0.7s ease;
  align-items: flex-start;
  z-index: 99999999;
  padding-top: 20px;
  overflow: hidden;
  right: 0;
  transition: 0.5s ease 0s;
  overflow: scroll;
}
.variation-header_mira_cluster .module-menu.main > ul li {
  border-bottom: 1px solid rgba(72, 72, 72, 0.1);
  width: 90%;
  margin: 0 0 0 20px;
}
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu::after,
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu .mdi {
  display: none;
}
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu ul {
  display: none;
  width: 100%;
  background: transparent;
  opacity: 0;
}
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu ul li {
  margin-left: 0;
}
.variation-header_mira_cluster .module-menu.main > ul li a {
  width: fit-content;
  display: block;
  color: #484848;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
}
.variation-header_mira_cluster .module-menu.main > ul li a span {
  color: #484848;
}
.variation-header_mira_cluster .module-menu.main > ul li:nth-child(1) a i {
  display: none;
}
.variation-header_mira_cluster .module-menu.main > ul li:nth-child(1) a span {
  display: block;
}
.variation-header_mira_cluster .module-menu.main > ul.active {
  right: 0;
  width: 25%;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .variation-header_mira_cluster .module-menu.main > ul.active {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .variation-header_mira_cluster .module-menu.main > ul.active {
    width: 50%;
  }
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .module-menu.main > ul.active {
    width: 100%;
  }
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu {
  cursor: pointer;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu ul {
  display: none;
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
  right: auto;
  margin-right: 0;
  margin-left: auto;
  max-width: none;
  height: auto;
  background-color: transparent;
  padding-left: 10px;
  opacity: 1;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu ul li {
  border-bottom: none;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu .menu {
  position: absolute;
  top: 16px;
  left: 95%;
  margin-left: -6px;
  display: inline-block;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu .menu.rotate {
  transform: rotate(90deg);
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu::after {
  display: none;
}
.variation-header_mira_cluster .module-menu.main .burger-button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 5px;
}
.variation-header_mira_cluster .module-menu.main .burger-menu {
  cursor: pointer;
  position: relative;
}
.variation-header_mira_cluster .module-menu.main .bar {
  width: 40px;
  height: 1px;
  background-color: #484848;
  margin: 5px 0;
  transition: transform 0.6s ease;
}
.variation-header_mira_cluster .module-menu.main .bar1 {
  position: absolute;
  top: 0;
}
.variation-header_mira_cluster .module-menu.main .bar2 {
  position: absolute;
  top: 10px;
}
.variation-header_mira_cluster .module-menu.main .burger-button:hover {
  cursor: pointer;
}
.variation-header_mira_cluster .module-menu.main .burger-button.open .bar1 {
  transform: rotate(45deg) translate(5px, 7px);
  top: -6px;
}
.variation-header_mira_cluster .module-menu.main .burger-button.open .bar2 {
  transform: rotate(-45deg) translate(5px, -7px);
  top: 11px;
}
.variation-header_mira_cluster .module-menu.inline ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .module-logo {
    width: 50%;
  }
}
.variation-header_mira_cluster .module-logo a {
  text-align: center;
}
.variation-header_mira_cluster .module-logo a img {
  width: 150px;
  transition: 0.5s ease 0s;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .module-logo a img {
    width: 140px;
  }
}
.variation-header_mira_cluster .currencyLanguage {
  display: flex;
  justify-content: center;
}
.variation-header_mira_cluster .currencyLanguage .module-currency {
  border-right: 1px #484848 solid;
  padding-right: 20px;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .currencyLanguage .module-currency .ApiFieldGroup {
    align-items: flex-start;
    justify-content: center;
  }
}
.variation-header_mira_cluster .currencyLanguage .module-currency .ApiFieldGroup .CaptationContent {
  padding: 0;
}
.variation-header_mira_cluster .currencyLanguage .module-currency .ApiFieldGroup .CaptationContent label {
  top: -4px;
}
.variation-header_mira_cluster .currencyLanguage .module-language {
  margin-left: 10px;
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup .FieldWrapper {
  background: #ffffff;
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup .FieldWrapper span {
  color: #484848;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup {
    align-items: flex-start;
    justify-content: center;
  }
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup .CaptationContent {
  padding: 0;
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup label {
  line-height: 32px;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .currencyLanguage {
    align-items: flex-start;
  }
  .variation-header_mira_cluster .currencyLanguage .module {
    width: 100%;
    border-right: none;
    padding: 5px 0;
    margin: 0;
  }
}
header.fixed .variation-header_mira_cluster .module-logo img {
  filter: initial;
  width: 70px;
}
header.fixed .variation-header_mira_cluster .module-menu.main .bar {
  background-color: #484848;
}
header.fixed .variation-header_mira_cluster .module-menu.main > ul {
  box-shadow: -0.1px 0px 0px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
header.fixed .variation-header_mira_cluster .module-menu.main > ul li a span {
  color: #484848;
}
header.fixed .variation-header_mira_cluster .module-menu ul li span,
header.fixed .variation-header_mira_cluster .module-menu.main ul li span {
  transition: 0.5s ease 0s;
}
header.fixed .variation-header_mira_cluster .module-menu ul li.current span,
header.fixed .variation-header_mira_cluster .module-menu.main ul li.current span,
header.fixed .variation-header_mira_cluster .module-menu ul li:hover span,
header.fixed .variation-header_mira_cluster .module-menu.main ul li:hover span {
  color: #484848;
}
header.fixed .variation-header_mira_cluster .module-currency {
  border-right: 1px #484848 solid;
}
header.fixed .variation-header_mira_cluster .module-currency .FieldWrapper {
  background: #ffffff;
}
header.fixed .variation-header_mira_cluster .module-currency .FieldWrapper span {
  color: #484848;
}
@media only screen and (max-width: 668px) {
  header.fixed .variation-header_mira_cluster .module-currency {
    border-right: none;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Cluster/Footer/FooterCss.less ***/
.variation-mira_footer_cluster {
  max-width: 100%;
  width: 100%;
}
.variation-mira_footer_cluster p,
.variation-mira_footer_cluster li,
.variation-mira_footer_cluster a:not(.button),
.variation-mira_footer_cluster span,
.variation-mira_footer_cluster .mdi,
.variation-mira_footer_cluster h1,
.variation-mira_footer_cluster h2,
.variation-mira_footer_cluster h3,
.variation-mira_footer_cluster h4,
.variation-mira_footer_cluster h5,
.variation-mira_footer_cluster h6 {
  color: #ffffff;
}
.variation-mira_footer_cluster a:not(.button):hover {
  color: #484848;
}
.variation-mira_footer_cluster a:not(.button):hover span,
.variation-mira_footer_cluster a:not(.button):hover .mdi {
  color: #484848;
}
.variation-mira_footer_cluster .footer-banner {
  height: 50vh;
  position: relative;
  margin-bottom: 0;
}
.variation-mira_footer_cluster .footer-banner .module-header {
  position: absolute;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.variation-mira_footer_cluster .footer-banner .module-header .button {
  color: white;
  background: transparent;
  border: 1px solid white;
}
.variation-mira_footer_cluster .footer-banner .module-header .button:hover {
  color: #ffffff;
  background: #484848;
  border: 1px solid #484848;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footer-banner .module-header {
    width: 100%;
    padding: 0 20px;
  }
}
.variation-mira_footer_cluster .footer-banner .module-header p {
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: clamp(20px, 30px, 3vw);
}
.variation-mira_footer_cluster .footer-banner .module-header p span {
  font-size: 25px;
  margin-left: 170px;
  position: relative;
  margin-top: 10px;
  color: white;
}
.variation-mira_footer_cluster .footer-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  z-index: 1;
}
.variation-mira_footer_cluster .footer-banner .container,
.variation-mira_footer_cluster .footer-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.variation-mira_footer_cluster nav.module-menu {
  width: 100%;
  padding: 20px 0;
  background-color: #c00001;
  max-width: 2000px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster nav.module-menu {
    display: none;
  }
}
.variation-mira_footer_cluster nav.module-menu ul {
  display: flex;
  justify-content: center;
}
.variation-mira_footer_cluster nav.module-menu ul li {
  margin: 0 50px;
}
.variation-mira_footer_cluster nav.module-menu ul li .mdi {
  display: none;
}
.variation-mira_footer_cluster nav.module-menu ul li a:hover span {
  color: #ffffff;
}
.variation-mira_footer_cluster .footerClusterContact {
  position: relative;
  max-width: 2000px;
  margin: auto;
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact {
  height: 50vh;
  margin: 0 auto;
  padding: 0;
  min-height: 280px;
}
@media only screen and (max-width: 1024px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact {
    height: auto;
    min-height: auto;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info {
  width: fit-content;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info {
    top: initial;
    transform: none;
  }
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info {
    text-align: center;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info p {
  color: white;
  letter-spacing: 2px;
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info p {
    text-align: center;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info p a {
  border: 1px solid #ffffff;
  font-size: clamp(14px, 30px, 1vw);
  line-height: normal;
  padding: 10px 15px;
  color: #ffffff;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 0;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info p a {
    left: initial;
    transform: none;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .background::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.6;
  z-index: 9;
}
.variation-mira_footer_cluster .footerClusterContact .module-contact {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 99;
  background: transparent;
  padding: 0;
}
.variation-mira_footer_cluster .footerClusterContact .module-contact .popup-open-link-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
}
.variation-mira_footer_cluster .footerClusterContact .module-contact .popup-open-link-wrapper span {
  color: #ffffff;
  font-size: clamp(14px, 4vw, 1vw);
  line-height: 26px;
  display: none;
}
.variation-mira_footer_cluster .footerCluster {
  display: flex;
  width: 90%;
  align-items: self-start;
  justify-content: space-between;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerCluster {
    width: 100%;
  }
}
.variation-mira_footer_cluster .footerCluster:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.variation-mira_footer_cluster .footerCluster .module {
  width: 30%;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster .module {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 0;
  }
}
.variation-mira_footer_cluster .footerCluster .module .module-header-title {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(20px, 1.5vw, 30px);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster .module .module-header-title {
    text-align: center;
  }
}
.variation-mira_footer_cluster .footerCluster .module .module-header-title:after {
  content: "";
  position: relative;
  margin-top: 5px;
  width: 90%;
  background: #ffffff;
  opacity: 0.2;
  height: 1px;
  display: block;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster .module .module-header-title:after {
    width: 100%;
    left: 0;
  }
}
.variation-mira_footer_cluster .footerCluster .module .module-header-content p {
  text-align: left;
}
.variation-mira_footer_cluster .footerCluster .module-logo {
  position: relative;
}
.variation-mira_footer_cluster .footerCluster .module-newsletter {
  background: transparent;
  text-align: left;
  padding: 15px;
}
.variation-mira_footer_cluster .footerCluster .module-newsletter .button {
  display: block;
  position: relative;
  width: fit-content;
  border: 1px solid #ffffff;
  background: transparent;
}
.variation-mira_footer_cluster .footerCluster .module-newsletter .button span {
  color: #ffffff;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerCluster .module-newsletter .button {
    margin: auto;
  }
}
.variation-mira_footer_cluster .footerCluster .module-agency .info {
  width: 100%;
  padding: 0;
}
.variation-mira_footer_cluster .footerCluster .module-agency .info h2 {
  font-size: clamp(16px, 20px, 0.7vw);
  line-height: calc(clamp(16px, 20px, 0.7vw) + 10px);
}
/*** CSS BASE PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search.less ***/
.module-search form {
  position: relative;
}
.module-search .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
.module-search .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
.dropdown-price .select2-results__options[aria-multiselectable="true"] > li {
  padding-left: 0!important;
}
.module-search .field.hidden {
  display: none;
}
.module-search.dynamic-label .field {
  position: relative;
  display: block;
}
.module-search.dynamic-label .line-wrapper.form-center > .field label {
  position: absolute;
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  left: 0;
  top: -20px;
  cursor: text;
  font-size: 75%;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-search:not(.open) form .fields-wrapper .line-wrapper.search-advanced {
  display: none;
}
.module-search.open form .fields-wrapper .advanced-btn {
  display: none;
}
.module-search.wrapper_search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .advanced-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -40px;
  width: 100%;
  height: 0px;
}
.module-search form .fields-wrapper .advanced-btn button {
  display: flex;
  background: white;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.module-search form .fields-wrapper .advanced-btn button span {
  display: block;
}
.module-search form .fields-wrapper .advanced-btn-close {
  background: transparent;
}
.module-search form .fields-wrapper .advanced-btn-close i,
.module-search form .fields-wrapper .advanced-btn button span,
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: black;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced {
  padding: 10px;
  width: calc(100% - 40px);
  position: relative;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .advanced-close {
  width: 100%;
  text-align: center;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .field {
  width: 20%;
  text-align: left;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close {
  margin-top: 15px;
  text-align: center;
  width: 40px;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  background: white;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close span {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close > i {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper .line-wrapper.search-advanced {
    justify-content: center;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.search-advanced .field {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper_search-advanced.open form .fields-wrapper {
    padding-bottom: 50px;
  }
  .wrapper_search-advanced.open form button.submit {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
  }
}
.module-search.dynamic-label form .fields-wrapper .line-wrapper.form-center > .field input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
}
.module-search.dynamic-label select::placeholder,
.module-search.dynamic-label input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-search.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-search.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.room_range,
.price_range,
.area_range {
  width: 100%;
}
.room_range .field,
.price_range .field,
.area_range .field {
  float: left;
  width: 50%;
}
.room_range .field input,
.price_range .field input,
.area_range .field input {
  width: 100%;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-3 {
  padding-left: 120px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  left: 90px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
.module-search .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-search i.rotating:before {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.module-search-datepicker .datepicker--pointer {
  display: none;
}
.module-search-datepicker .datepicker {
  width: 100%;
}
.module-search-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.select2-dropdown .select2-results__option[aria-disabled=true]:not(.loading-results) {
  display: none;
}
.slider-track {
  position: relative;
  height: 5px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.slider-range {
  position: absolute;
  height: 100%;
  background: #c0c0c0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.module-search .ApiFieldGroup {
  align-items: flex-start;
}
.module-search .ApiFieldGroup.price p,
.module-search .ApiFieldGroup.area p {
  width: 150px;
}
.module-search .field-group.price_range.form,
.module-search .field-group .area_range.form {
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.module-search .field-group .slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.module-search .field-group .slider-values > div {
  position: relative;
}
.module-search .field-group .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.module-search .field-group .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.module-search .field-group .mdi-close {
  float: right;
  padding: 8px 5px;
}
.module-search .field-group .fields {
  display: flex;
}
.module-search .field-group .fields input {
  width: 150px;
  text-align: center;
}
.module-search .field-group .range-input {
  position: relative;
}
.module-search .field-group .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.module-search .field-group input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.module-search .field-group input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/ModuleSearch/HomeSearch/HomeSearch.less ***/
.module-search.variation-custon_search {
  display: none;
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: initial;
  background: #f5f5f5 /*@SearchBackgroundColor*/;
  z-index: 99;
  overflow: visible;
  margin-bottom: 0;
}
.module-search.variation-custon_search .select2-container--default .select2-selection--single,
.module-search.variation-custon_search .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-search.variation-custon_search .select2-selection.select2-selection--single .select2-selection__rendered,
.module-search.variation-custon_search .select2-selection.select2-selection--single .select2-selection__arrow,
.module-search.variation-custon_search .select2-container--default .select2-search--inline .select2-search__field,
.module-search.variation-custon_search .select2-selection.select2-selection--multiple .select2-selection__rendered li,
.module-search.variation-custon_search .select2-selection.select2-selection--multiple .select2-selection__rendered li .select2-selection.select2-selection--multiple .select2-selection__rendered li form ::placeholder,
.module-search.variation-custon_search .select2-container--default .select2-results__option--highlighted[aria-selected],
.module-search.variation-custon_search li.select2-results__option {
  color: #484848 /*@SearchContentColor*/;
}
.module-search.variation-custon_search .selection {
  padding: 0px;
  justify-content: flex-start;
}
.module-search.variation-custon_search .selection .select2-selection__rendered {
  padding-right: 6px;
}
.module-search.variation-custon_search .selection .select2-selection {
  width: 100%;
}
.module-search.variation-custon_search .select2-container--default,
.module-search.variation-custon_search .select2-selection--single,
.module-search.variation-custon_search .select2-selection__rendered,
.module-search.variation-custon_search li {
  color: #484848 /*@SearchContentColor*/;
}
.module-search.variation-custon_search .select2-selection__arrow {
  color: #484848 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form {
  width: 80%;
  margin: auto;
}
.module-search.variation-custon_search form .fields-wrapper {
  overflow: visible;
  background-color: #f5f5f5 /* @SearchBackgroundColor*/;
  padding: 25px 20px;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center > .field {
  background: #f5f5f5 /* @SearchBackgroundColor*/;
  border-right: none;
  width: 24%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center > .field:last-child {
  margin-right: 0;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center > .field .select2-container .select2-selection--single b {
  right: 0 !important;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center > .field .select2-selection,
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center > .field input {
  background: #f5f5f5 /* @SearchBackgroundColor */;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .select2-container--default .select2-selection {
  border: none;
  border-bottom: 1px solid #484848 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit {
  position: relative;
  width: fit-content;
  right: auto;
  left: 50%;
  float: none;
  transform: translateX(-50%);
  height: 40px;
  padding: 5px 20px;
  border: 1px solid #484848 /*@SearchContentColor*/;
  background: transparent ;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit > i {
  display: none;
  color: #484848 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit > span {
  display: block;
  color: #484848 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit:hover {
  border: 1px solid #484848 /*@buttonHoverBorderColorOnBackground*/;
  background: #484848 /*@backgroundButtonHoverColorOnBackground*/;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit:hover i,
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit:hover span {
  color: #ffffff /* @fontButtonHoverColorOnBackground*/;
}
.module-search.variation-custon_search form .fields-wrapper .advanced-btn {
  bottom: initial;
  height: auto;
  top: 33px;
}
.module-search.variation-custon_search form .fields-wrapper .advanced-btn button {
  background: transparent;
  height: 47px;
  z-index: 999999999;
  box-shadow: none;
}
.module-search.variation-custon_search form .fields-wrapper .advanced-btn button i {
  font-size: 50px;
}
.module-search.variation-custon_search form .fields-wrapper .advanced-btn button i:before,
.module-search.variation-custon_search form .fields-wrapper .advanced-btn button i span {
  color: #000000b0;
}
.module-search.variation-custon_search form .fields-wrapper .advanced-btn button span {
  display: none;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced {
  padding: 10px;
  width: 100%;
  top: 30px;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .line-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .line-wrapper .field {
  width: calc(24% - -1px);
  margin-right: 5px;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .line-wrapper .field > input[type="text"] {
  background: transparent;
  color: #484848 /*@SearchContentColor*/;
  border: none;
  border-bottom: 1px solid #484848 /*@SearchContentColor*/;
  width: 100%;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .line-wrapper .field input::placeholder {
  color: #484848 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .mdi.mdi-close {
  color: black;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #484848 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.close .line-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.close .line-wrapper .field {
  width: calc(25% - 1px);
  margin-right: 1px;
}
@media only screen and (max-width: 1024px) {
  .module-search.variation-custon_search {
    opacity: 1;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color: #f5f5f5 /*@SearchBackgroundColor*/;
  }
  .module-search.variation-custon_search form {
    top: 50%;
    transform: translateY(-50%);
  }
  .module-search.variation-custon_search form .fields-wrapper {
    background-color: transparent;
  }
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .field {
    width: 100%;
    margin-bottom: 50px;
    background-color: transparent;
  }
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .field .select2-selection__rendered,
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .field li,
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .field .select2-selection__arrow {
    color: #484848 /*@SearchContentColor*/;
  }
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .select2-container--default .select2-selection {
    border-bottom: 1px solid #484848 /*@SearchContentColor*/;
    background-color: transparent;
  }
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit {
    left: initial;
    transform: initial;
    color: #484848 /*@SearchContentColor*/;
    border: 1px solid #484848 /*@SearchContentColor*/;
    background: transparent;
  }
}
.module-search.variation-custon_search .back.button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  color: #484848 /*@SearchContentColor*/;
  font-weight: lighter;
  border: none;
  margin: 0;
  border: 1px solid #484848 /*@SearchContentColor*/;
  background: transparent;
}
@media only screen and (max-width: 1024px) {
  .module-search.variation-custon_search .back.button {
    color: #484848 /*@SearchContentColor*/;
  }
}
/*** CSS BASE TEMPLATE Mira PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/search.less ***/
.module-search {
  margin-bottom: 40px;
}
.module-search.overflowSearch .fields-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: rgba(74, 19, 74, 0.7);
}
.module-search.listingSearch .field {
  margin-bottom: 10px;
}
.module-search .field input[type="text"] {
  height: 40px;
}
.module-search .field input[type="text"]::placeholder {
  color: #333;
  opacity: 1;
}
.module-search form button {
  color: #333;
  display: block;
  background: none;
  width: 56px;
  height: 56px;
  margin: 10px auto;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: 0;
}
.module-search form button > i {
  font-size: 63px;
  vertical-align: middle;
}
.module-search form button > span {
  display: none;
}
@media (min-width: 1025px) {
  .module-slider + .module-search .form-center .field {
    float: left;
    width: calc(25% - 1px);
    margin: 0 1px 0 0;
    height: 100%;
  }
  .module-slider + .module-search .submit {
    float: right;
    position: absolute;
    top: 3px;
    right: -60px;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .module-search.overflowSearch .fields-wrapper .field {
    margin-bottom: 10px;
  }
}
/*** 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 Mira PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/cms.less ***/
.zone-full-width .module-cms {
  padding: 0;
}
.zone-content .module-cms .info {
  width: 100%;
}
.module-cms .cms-title,
.module-cms .cms-subtitle {
  display: block;
}
/*** 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-1.less ***/
.module-selection > ul:first-child {
  display: block;
  width: 100%;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}
.module-selection > ul:first-child li {
  display: inline-block;
}
li {
  list-style: none;
}
.module-selection.selection-template-1 .slider .ads {
  margin: 0 -1%;
}
.module-selection.selection-template-1 .slider .ads li {
  position: relative;
  float: left;
  width: 31.33%;
  margin: 0 1% 20px 1%;
  white-space: nowrap;
}
.module-selection.selection-template-1 .slider .ads li .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
}
.module-selection.selection-template-1 .slider .ads li h4,
.module-selection.selection-template-1 .slider .ads li p {
  color: #ffffff;
}
.module-selection.selection-template-1 .slider .ads li p {
  margin-bottom: 0;
}
.module-selection.selection-template-1 .index {
  padding-bottom: 100px;
}
.module-selection.selection-template-1 .index ul {
  display: none;
  position: absolute;
  z-index: 10;
  margin: auto;
  margin-top: 35px;
  left: 0;
  width: 100%;
}
.module-selection.selection-template-1 .index .selected ~ ul {
  display: block;
}
.module-selection.selection-template-1 .selection-btn {
  padding: 15px 0;
}
.module-selection.selection-template-1 .selection-btn.selected,
.module-selection.selection-template-1 .selection-btn:hover {
  border-bottom: solid 1px;
}
@media screen and (max-width: 1024px) {
  .module-selection.selection-template-1 .slider .ads li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .module-selection.selection-template-1 .slider .ads li {
    float: none;
    width: 98%;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/SelectionAlternatingContent/SelectionAlternatingContent.less ***/
.module-selection.module.variation-custom_selection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px 0;
  margin: 0;
  background-color: #ffffff;
}
.module-selection.module.variation-custom_selection .module-header {
  width: 27%;
  max-width: 640px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .module-selection.module.variation-custom_selection .module-header {
    width: 80%;
    padding: 20px;
  }
}
@media only screen and (max-width: 668px) {
  .module-selection.module.variation-custom_selection .module-header {
    width: 100%;
  }
}
.module-selection.module.variation-custom_selection .module-header * {
  text-align: left;
}
.module-selection.module.variation-custom_selection .module-header .module-header-title {
  text-transform: initial;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  border-bottom: none;
}
.module-selection.module.variation-custom_selection .module-header .module-header-content {
  text-align: left;
}
.module-selection.module.variation-custom_selection .module-header .module-header-content p {
  margin-bottom: 0px;
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
}
.module-selection.module.variation-custom_selection .slider {
  width: 70%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-selection.module.variation-custom_selection .slider {
    width: 80%;
  }
}
@media only screen and (max-width: 668px) {
  .module-selection.module.variation-custom_selection .slider {
    width: 100%;
  }
}
.module-selection.module.variation-custom_selection .slider .item {
  overflow: hidden;
  box-shadow: none;
}
.module-selection.module.variation-custom_selection .slider .item .picture {
  aspect-ratio: 3/2;
}
.module-selection.module.variation-custom_selection .slider .item .picture img {
  border-radius: 0px;
  height: 100%;
  object-fit: cover;
}
.module-selection.module.variation-custom_selection .slider .item .picture img.logo {
  background: #484848;
}
.module-selection.module.variation-custom_selection .content {
  background-color: #ffffff;
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.module-selection.module.variation-custom_selection .content h1,
.module-selection.module.variation-custom_selection .content h2,
.module-selection.module.variation-custom_selection .content h3,
.module-selection.module.variation-custom_selection .content h4,
.module-selection.module.variation-custom_selection .content h5,
.module-selection.module.variation-custom_selection .content h6,
.module-selection.module.variation-custom_selection .content p,
.module-selection.module.variation-custom_selection .content span,
.module-selection.module.variation-custom_selection .content a,
.module-selection.module.variation-custom_selection .content li,
.module-selection.module.variation-custom_selection .content .mdi,
.module-selection.module.variation-custom_selection .content label {
  color: #484848;
}
.module-selection.module.variation-custom_selection .content .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  width: fit-content;
}
.module-selection.module.variation-custom_selection .content .left p {
  margin-bottom: 0;
  text-align: left;
}
.module-selection.module.variation-custom_selection .content .right {
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.module-selection.module.variation-custom_selection .content .right p {
  margin-bottom: 0;
  text-align: right;
}
.module-selection.module.variation-custom_selection .content .right ul {
  display: none;
  justify-content: flex-end;
}
.module-selection.module.variation-custom_selection .content .right ul li {
  margin-left: 10px;
}
.module-selection.module.variation-custom_selection .userPic {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
}
.module-selection.module.variation-custom_selection .userPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}
.module-selection.module.variation-custom_selection .userPic img.logo {
  object-fit: contain;
  background: #484848;
}
.module-selection.module.variation-custom_selection .userPic img:not(.logo) {
  object-position: top;
}
.module-selection.module.variation-custom_selection .geo {
  display: none;
  bottom: 10px;
  right: 10px;
  left: auto;
  top: auto;
  background-color: #484848;
  border-radius: 5px;
  color: #484848;
  font-weight: 300;
  font-family: Overpass, "DM Sans", sans-serif;
}
.module-selection.module.variation-custom_selection .soleagent {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #f5f5f5;
  border-radius: 0px;
  color: #484848;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 900;
}
.module-selection.module.variation-custom_selection .owl-controls .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.module-selection.module.variation-custom_selection .owl-controls .owl-nav i {
  overflow: visible;
  display: block;
  position: relative;
  background-color: transparent;
  padding: 10px;
  border-radius: 0;
  color: #484848;
  bottom: initial;
  top: initial;
  background-size: contain;
  z-index: 9999;
  text-align: center;
  line-height: 60px;
  font-size: 60px;
}
.module-selection.module.variation-custom_selection .owl-controls .owl-dots {
  bottom: -55px;
}
.module-selection.module.variation-custom_selection .owl-controls .owl-dots .owl-dot.active span {
  background-color: #484848;
}
/*** CSS BASE TEMPLATE Mira PLUGIN Selection ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/selection.less ***/
.module-selection.selection-template-1 {
  text-align: center;
  overflow: hidden;
}
.module-selection.selection-template-1 h2 {
  font-size: 46px;
  line-height: 52px;
}
.module-selection.selection-template-1 ul li {
  display: inline-block;
  margin: 20px;
  font-size: 30px;
  font-weight: 300;
  /* text-transform: lowercase; */
}
.module-selection.selection-template-1 ul li.index > a {
  color: #484848;
  font-family: Overpass, "DM Sans", sans-serif /* @fontfamily2 */;
  font-size: 32px;
}
.module-selection.selection-template-1 .selection-btn.selected,
.module-selection.selection-template-1 .selection-btn:hover {
  color: #f5f5f5;
  border-bottom: solid 1px;
}
.module-selection.selection-template-1 .slider .ads li h4,
.module-selection.selection-template-1 .slider .ads li p {
  color: #fff;
  text-align: center;
}
.module-selection.selection-template-1 .slider .ads li h4 {
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.module-selection.selection-template-1 .slider .ads li p {
  display: inline-block;
  padding: 4px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  border: 1px solid #fff;
  border-radius: 2px;
}
@media only screen and (max-width: 480px) {
  .module-selection.selection-template-1 h2 {
    font-size: 30px;
  }
  .module-selection.selection-template-1 .index {
    padding-bottom: 0;
  }
  .module-selection.selection-template-1 ul li.index a {
    font-size: 25px;
  }
  .module-selection.selection-template-1 .index ul {
    position: relative;
  }
  .module-selection.selection-template-1 .index ul li {
    display: block;
    margin: 10px;
  }
  .module-selection.selection-template-1 .index ul li a {
    padding: 5px 0;
    font-size: 21px;
  }
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-1.css ***/
.social-menu-template-1 ul li {
  padding: 5px;
}
.social-menu-template-1 ul li a i {
  font-size: 22px;
  margin-right: 10px;
}
.social-menu-template-1 .facebook:hover a i {
  color: #3b5999;
}
.social-menu-template-1 .google-plus:hover a i {
  color: #dd4b39;
}
.social-menu-template-1 .instagram:hover a i {
  color: #e4405f;
}
.social-menu-template-1 .twitter:hover a svg path {
  fill: #55acee;
}
.social-menu-template-1 .twitter {
  top: 2px;
  position: relative;
}
.social-menu-template-1 .twitter svg {
  margin-right: 10px;
}
.social-menu-template-1 .youtube:hover a i {
  color: #cd201f;
}
.social-menu-template-1 .linkedin:hover a i {
  color: #0077B5;
}
.social-menu-template-1 .pinterest:hover a i {
  color: #bd081c;
}
.social-menu-template-1 .dailymotion:hover a i {
  color: #00d2f3;
}
.social-menu-template-1 .tiktok .mdi-tiktok:after {
  background-image: url("/plugins/SocialMenu/tiktok.svg");
}
.social-menu-template-1 .mdi-bg:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/SocialMenuFixed/SocialMenuFixed.less ***/
body .variation-custom_social_menu {
  position: fixed;
  width: auto;
  z-index: 99;
}
body .variation-custom_social_menu a {
  margin-bottom: 0;
  line-height: 35px;
}
body .variation-custom_social_menu.socialMenuScroll .button-social,
body .variation-custom_social_menu.socialMenuScroll ul li {
  background: #f5f5f5;
}
body .variation-custom_social_menu.socialMenuScroll .button-social .mdi,
body .variation-custom_social_menu.socialMenuScroll ul li .mdi {
  color: #484848;
}
body .variation-custom_social_menu .button-social {
  background: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  z-index: 99;
  text-align: center;
  transition: 0.5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}
body .variation-custom_social_menu .button-social .mdi {
  font-size: 22px;
  color: #484848;
}
body .variation-custom_social_menu .button-social .mdi-close {
  display: none;
  position: relative;
  color: #484848;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  top: 1px;
  left: 1px;
}
body .variation-custom_social_menu ul {
  position: absolute;
  z-index: 2;
}
body .variation-custom_social_menu ul li,
body .variation-custom_social_menu ul .twitter {
  bottom: 20px;
  right: 15px;
  transition: 0.4s;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: fixed;
  background-color: #f5f5f5;
  color: #484848;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  top: initial;
}
body .variation-custom_social_menu ul li a,
body .variation-custom_social_menu ul .twitter a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
body .variation-custom_social_menu ul li a svg,
body .variation-custom_social_menu ul .twitter a svg {
  width: 100%;
  margin-right: initial;
}
body .variation-custom_social_menu ul li a svg path,
body .variation-custom_social_menu ul .twitter a svg path {
  fill: #484848;
}
body .variation-custom_social_menu ul li a .mdi,
body .variation-custom_social_menu ul .twitter a .mdi {
  color: #484848;
  margin-right: 0;
  width: 100%;
  top: 1px;
  left: 1px;
  position: relative;
}
body .variation-custom_social_menu ul li a .mdi:after,
body .variation-custom_social_menu ul .twitter a .mdi:after {
  display: none;
}
body .variation-custom_social_menu.open .button-social .mdi-at {
  display: none;
}
body .variation-custom_social_menu.open .button-social .mdi-close {
  display: block;
}
/*** 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 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 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 Mira PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/language.less ***/
.module-language .FieldWrapper {
  border-left: solid;
}
.module-language span {
  color: #484848;
  font-family: Overpass, "DM Sans", sans-serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  color: #484848;
  font-family: Overpass, "DM Sans", sans-serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/*** 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;
}
/*** GLOBAL CSS TEMPLATE Mira ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/css/main.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/../Global-css/flex-column.css.less ***/
/*** CSS TEMPLATE Mira ***/
/*** Zones CSS TEMPLATE Mira ***/
body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 5px;
  margin: 5px;
}
.zone {
  position: relative;
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
header .zone-header {
  max-width: 100%;
}
.zone-top-header {
  display: none;
}
.zone-full-width,
.row-2,
.zone-left-content,
.zone-right-content,
.zone-bottom-content,
.content .zone-full-width,
footer {
  position: relative;
}
.zone-full-width,
.zone-top-content,
header,
footer {
  width: 100%;
}
.zone-content,
.zone-bottom-content,
.row-2:not(.zone-header, .zone-footer, .zone-legal, .zone-content) {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
/* ------------ parametre font ------------- */
/*** font family title ***/
/*** font family text ***/
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr,
input::placeholder,
textarea::placeholder {
  color: #484848;
  font-family: Overpass, "DM Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 20px, 0.7vw);
  line-height: calc(clamp(16px, 20px, 0.7vw) + 10px);
  padding: 0;
  margin: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.cms-title,
.module-header-title,
.module-header-subtitle {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #484848;
  font-family: Overpass, "DM Sans", sans-serif;
  font-weight: 600;
}
h1 {
  font-size: clamp(25px, 5vw, 46px);
  line-height: calc(clamp(25px, 5vw, 46px) + 10px);
}
h2 {
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: calc(clamp(20px, 2.5vw, 36px) + 10px);
}
h3 {
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: calc(clamp(20px, 1.5vw, 30px) + 10px);
}
h4,
h5,
h6 {
  font-size: clamp(18px, 28px, 1.3vw);
  line-height: clamp(28px, 38px, 1.4vw);
}
p,
a {
  margin-bottom: 10px;
  font-size: clamp(16px, 20px, 0.7vw);
  line-height: calc(clamp(16px, 20px, 0.7vw) + 10px);
}
a {
  text-decoration: none;
}
button,
.button,
button.submit {
  display: inline-block;
  font-size: clamp(16px, 0.7vw, 20px);
  line-height: calc(clamp(16px, 0.7vw, 20px)+10px);
  padding: 5px 10px;
  color: #ffffff;
  background: #484848;
  border-radius: 0px;
  transition: 0.5s ease 0s;
  cursor: pointer;
}
button span,
.button span,
button.submit span {
  color: #ffffff;
}
button:hover,
.button:hover,
button.submit:hover {
  background-color: #ffffff;
  color: #484848;
}
button:hover span,
.button:hover span,
button.submit:hover span {
  color: #484848;
}
button.buttonOnBackground,
.button.buttonOnBackground,
button.submit.buttonOnBackground {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #484848;
  color: #484848;
}
button.buttonOnBackground span,
.button.buttonOnBackground span,
button.submit.buttonOnBackground span {
  color: #484848;
}
button.buttonOnBackground:hover,
.button.buttonOnBackground:hover,
button.submit.buttonOnBackground:hover {
  color: #ffffff;
  background: #484848;
  border: 1px solid #484848;
}
button.buttonOnBackground:hover span,
.button.buttonOnBackground:hover span,
button.submit.buttonOnBackground:hover span {
  color: #ffffff;
}
/* ------------- end font ------------- */
/* ------------ MODULES GENERAL  ------------- */
.module-leaflet-map .mdi-circle {
  color: #f5f5f5;
}
.module-leaflet-map .mdi-home-modern {
  color: #484848;
}
.module-listing,
.module-cms,
.module-selection,
.module-picture {
  margin: 50px auto;
}
.module-listing img,
.module-cms img,
.module-selection img,
.module-picture img {
  border-radius: 0px;
}
body:not(.one-column-property) .zone-full-width .module-cluster,
body:not(.one-column-property) .zone-content .module-cluster {
  padding: 50px 0;
}
body:not(.one-column-property) .zone-full-width .module-cluster .module,
body:not(.one-column-property) .zone-content .module-cluster .module {
  margin: 50px auto;
}
/* ------------ MODULES SEARCH ------------- */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option,
.select2-results__option.select2-results__message,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option[aria-selected] {
  color: #484848 /*@SearchContentColor*/;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-selection.select2-selection--multiple .select2-selection__rendered li,
.select2-selection.select2-selection--multiple .select2-selection__rendered li .select2-selection.select2-selection--multiple .select2-selection__rendered li form ::placeholder,
.select2-container--default .select2-results__option--highlighted[aria-selected],
li.select2-results__option {
  color: #484848;
  /*@SearchContentColor*/
}
.select2-dropdown.dropdown-module-search.dropdown-type.select2-dropdown--below {
  z-index: 99999;
  background: #f5f5f5 /*@SearchBackgroundColor*/;
}
/* ------------ MODULES POPUP  ------------- */
.mfp-bg:not(.mfp-with-zoom) {
  display: none;
}
.mfp-ready:not(.mfp-gallery) .mfp-content {
  background-color: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead {
  background: transparent;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead label {
  color: #484848;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter .mfp-close,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .mfp-close,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact .mfp-close,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead .mfp-close {
  border-radius: 0px;
  color: #484848;
  background: transparent;
  border: none;
  opacity: 1;
  right: 5px;
  top: 5px;
  width: fit-content;
  height: fit-content;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 8px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form {
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2-selection,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2-selection,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2-selection,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2-selection {
  background: transparent;
  background-color: transparent;
  width: 100%;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #484848;
  color: #484848;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2-selection::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2-selection::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2-selection::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2-selection::placeholder {
  color: #484848;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd a {
  font-size: clamp(16px, 20px, 0.7vw);
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd input {
  width: fit-content;
  margin-right: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit {
  font-size: clamp(16px, 0.7vw, 20px);
  padding: 5px 10px;
  color: #484848;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #484848;
  border-radius: 0px;
  font-weight: 400;
  margin: 20px 0;
  top: initial;
  position: relative;
  height: initial;
  width: initial;
  left: 50%;
  transform: translate(-50%);
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit .mdi {
  display: none;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit:hover,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit:hover,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit:hover,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit:hover {
  color: #ffffff;
  background: #484848;
  border: 1px solid #484848;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit:hover span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit:hover span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit:hover span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit:hover span {
  color: #ffffff;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact {
  height: auto;
  width: 100%;
  padding: 100px 50px;
  position: initial;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .field {
  margin-bottom: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form input {
  margin-bottom: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .field:not(.message) {
  width: 48%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .field.message {
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .rgpd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div:last-child {
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency {
  display: flex;
  height: 100%;
  padding: 100px;
}
@media only screen and (max-width: 1024px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency {
    padding: 50px;
  }
}
@media only screen and (max-width: 668px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency {
    flex-direction: column;
  }
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .picture {
  width: 50%;
  padding: 30px;
  display: flex;
}
@media only screen and (max-width: 668px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .picture {
    width: 100%;
  }
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .picture img {
  width: 100%;
  object-fit: contain;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  align-items: baseline;
}
@media only screen and (max-width: 1024px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .info {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 668px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .info {
    width: 100%;
    padding-left: 10px;
  }
}
/* ------------ MODULES CMS  ------------- */
.module-cms {
  padding: 50px 0;
}
.module-cms.img-left,
.module-cms.img-right {
  display: flex;
  align-items: center;
  height: 96vh;
  max-height: 800px;
  margin: 0 auto 0 auto;
  padding: 0;
  background: #f5f5f5;
}
@media only screen and (max-width: 1024px) {
  .module-cms.img-left,
  .module-cms.img-right {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left,
  .module-cms.img-right {
    flex-direction: column;
  }
}
.module-cms.img-left .info,
.module-cms.img-right .info {
  width: 40%;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left .info,
  .module-cms.img-right .info {
    width: 80%;
    margin: auto;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 668px) {
  .module-cms.img-left .info,
  .module-cms.img-right .info {
    width: 100%;
  }
}
.module-cms.img-left .info .cms-title,
.module-cms.img-right .info .cms-title,
.module-cms.img-left .info .cms-subtitle,
.module-cms.img-right .info .cms-subtitle,
.module-cms.img-left .info p,
.module-cms.img-right .info p {
  color: #484848;
}
.module-cms.img-left .info button,
.module-cms.img-right .info button,
.module-cms.img-left .info .button,
.module-cms.img-right .info .button {
  color: #484848;
  border: 1px solid #484848;
  background: rgba(255, 255, 255, 0);
}
.module-cms.img-left .info button:hover,
.module-cms.img-right .info button:hover,
.module-cms.img-left .info .button:hover,
.module-cms.img-right .info .button:hover {
  color: #ffffff;
  border: 1px solid #484848;
  background: #484848;
}
.module-cms.img-left .picture,
.module-cms.img-right .picture {
  height: 100%;
  width: 50%;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left .picture,
  .module-cms.img-right .picture {
    width: 80%;
    margin: auto;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 668px) {
  .module-cms.img-left .picture,
  .module-cms.img-right .picture {
    width: 100%;
    padding: 40px 20px;
  }
}
.module-cms.img-left .picture img,
.module-cms.img-right .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.module-cms.img-left.img-right,
.module-cms.img-right.img-right {
  flex-direction: row-reverse;
}
.module-cms.img-left.img-right .picture,
.module-cms.img-right.img-right .picture {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left.img-right .picture,
  .module-cms.img-right.img-right .picture {
    margin: auto;
  }
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
.fancybox-skin {
  background: #fff;
  -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 .CaptationContent {
  background: none;
}
/* forms  CONTACT POPUP */
/* forms  CONTACT */
/* forms  ESTIMATE */
.module-contact input[type="text"],
.module-estimate input[type="text"],
.module-contact input[type="email"],
.module-estimate input[type="email"],
.module-contact input[type="password"],
.module-estimate input[type="password"],
.module-contact input[type="tel"],
.module-estimate input[type="tel"],
.module-contact textarea,
.module-estimate textarea,
.module-contact select,
.module-estimate select,
.module-contact .ms-choice,
.module-estimate .ms-choice,
.module-contact .ms-choice.disabled,
.module-estimate .ms-choice.disabled,
.module-contact .SumoSelect,
.module-estimate .SumoSelect {
  color: #333;
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.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--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected="true"]:not(
    .loading-results
  ):before {
  color: #484848;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SelectBox {
  padding: 0;
}
.module-contact,
.module-estimate {
  padding: 20px;
  background: #f5f5f5;
}
.module-contact textarea,
.popup-module-contact textarea {
  font-family: Overpass, "DM Sans", sans-serif;
}
.module-property-info .no-information {
  text-align: center;
}
/** -----------------------------   MAIN HEADER  ----------------------------------- */
header {
  background: transparent;
}
header .zone-header .module a,
header .zone-header .module li,
header .zone-header .module .mdi,
header .zone-header .module p,
header .zone-header .module span {
  color: #484848;
}
header.fixed {
  position: fixed;
  background: #ffffff;
  z-index: 999;
}
header.fixed .zone-header .module a,
header.fixed .zone-header .module li,
header.fixed .zone-header .module .mdi,
header.fixed .zone-header .module p,
header.fixed .zone-header .module span {
  color: #484848;
}
/** -----------------------------   FOOTER  ----------------------------------- */
footer {
  background-color: #c00001;
  clear: both;
  margin-top: 0px;
  padding-top: 0px;
  max-width: 100%;
  margin: auto;
}
footer a,
footer li,
footer span {
  color: #ffffff;
}
footer .zone.zone-footer {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
footer .zone-legal .module-legal {
  padding: 0;
}
footer .zone-legal .module-legal ul li a {
  font-size: 14px;
}
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:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url("/templates/Haku/credits.svg") 0 0 no-repeat;
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: auto;
  padding: 0;
}
.col-1 {
  width: calc((100% - ((1 - 1) * 32px)) / 1);
}
@media only screen and (max-width: 768px) {
  .col-1 {
    width: calc((100% - (1 * 32px)) / 2);
    width: 100%;
  }
}
@media only screen and (max-width: 668px) {
  .col-1 {
    width: 100%;
  }
}
.col-2 {
  width: calc((100% - ((2 - 1) * 32px)) / 2);
}
@media only screen and (max-width: 768px) {
  .col-2 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 668px) {
  .col-2 {
    width: 100%;
  }
}
.col-3 {
  width: calc((100% - ((3 - 1) * 32px)) / 3);
}
@media only screen and (max-width: 768px) {
  .col-3 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 668px) {
  .col-3 {
    width: 100%;
  }
}
.col-4 {
  width: calc((100% - ((4 - 1) * 32px)) / 4);
}
@media only screen and (max-width: 768px) {
  .col-4 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-4 {
    width: 100%;
  }
}
.col-5 {
  width: calc((100% - ((5 - 1) * 32px)) / 5);
}
@media only screen and (max-width: 768px) {
  .col-5 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-5 {
    width: 100%;
  }
}
.col-6 {
  width: calc((100% - ((6 - 1) * 32px)) / 6);
}
@media only screen and (max-width: 768px) {
  .col-6 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-6 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-7 {
  width: calc((100% - ((7 - 1) * 32px)) / 7);
}
@media only screen and (max-width: 768px) {
  .col-7 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-7 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-8 {
  width: calc((100% - ((8 - 1) * 32px)) / 8);
}
@media only screen and (max-width: 768px) {
  .col-8 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-8 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-9 {
  width: calc((100% - ((9 - 1) * 32px)) / 9);
}
@media only screen and (max-width: 768px) {
  .col-9 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-9 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-10 {
  width: calc((100% - ((10 - 1) * 32px)) / 10);
}
@media only screen and (max-width: 768px) {
  .col-10 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-10 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-11 {
  width: calc((100% - ((11 - 1) * 32px)) / 11);
}
@media only screen and (max-width: 768px) {
  .col-11 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-11 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-12 {
  width: calc((100% - ((12 - 1) * 32px)) / 12);
}
@media only screen and (max-width: 768px) {
  .col-12 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-12 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
/*** CSS WEBSITE Stugalux ***/
.auto-layout {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
.one-column-property .zone-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (max-width: 668px) {
  .one-column-property .zone-content {
    gap: 32px;
  }
}
.one-column-property .zone-content .variation-cluster_display_flex {
  width: 100%;
}
.center .info,
.center .module-header {
  text-align: center;
}
.mfp-content {
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .mfp-content {
    max-width: 90%;
  }
}
body.fees .footer-banner {
  display: none;
}
header .zone-header {
  padding: 0;
}
header .zone-header {
  background: white;
}
.select2-dropdown {
  background-color: #f5f5f5;
}
.element-hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.element-visible {
  opacity: 1;
  transform: translateY(0);
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form input {
  border: none;
  border-bottom: 1px solid #484848;
}
.select2-dropdown.dropdown-module-search.dropdown-type.select2-dropdown--below {
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .select2-dropdown.dropdown-module-search.dropdown-type.select2-dropdown--below {
    z-index: 9999999;
  }
}
.select2-dropdown {
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .select2-dropdown {
    z-index: 9999999;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
li.select2-results__option {
  color: #5b4243 !important;
}
.select2-dropdown.dropdown-module-search.dropdown-type.select2-dropdown--below {
  background: white;
}
/* Apparition & disparition au scroll */
.element-hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.element-visible {
  opacity: 1;
  transform: translateY(0);
}
.owl-stage {
  opacity: 1;
  transform: translateY(0);
}
.border_bottom {
  opacity: 1 !important;
  transform: translateY(0);
}
.module-social-menu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
.element-hidden {
  opacity: 0;
  transition: opacity 1s;
}
.element-visible {
  opacity: 1;
}
.mfp-content .popup-module-agency .info .mdi {
  margin-right: 10px;
}
/*** CUSTOM CSS FROM BDD MODULE 364347 ***/
.zone-full_width .module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video h1,
.module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video h1 {
  color: #c00001;
  filter: drop-shadow(2px 4px 6px black);
}
@media screen and (min-width: 1024px) {
  .zone-full_width .module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video h1,
  .module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video h1 {
    width: 100%;
    position: relative;
    text-align: left;
    left: 75px;
  }
}
.zone-full_width .module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video .button.search,
.module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video .button.search {
  color: white;
  border: 1px solid white;
}
.zone-full_width .module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video .button.search:hover,
.module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video .button.search:hover {
  border: none;
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video,
  .module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video {
    height: 60vh !important;
  }
  .zone-full_width .module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video .video-js .vjs-tech:not(iframe),
  .module.module-364347.template-1.slider-template-1.variation-mira_slider_banner.module-slider.video .video-js .vjs-tech:not(iframe) {
    top: 200px;
    transform: translateY(-43%) scale(3);
  }
}
/*** CUSTOM CSS FROM BDD MODULE 364339 ***/
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster {
  margin: 0;
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.mobile),
  .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.mobile) {
    display: none;
  }
  .zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile,
  .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile {
    display: block;
  }
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li {
  margin: 0;
  padding: 10px;
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu > ul,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu > ul {
  display: none;
  left: -55px;
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu:hover > ul,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu:hover > ul {
  display: block;
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu:hover > ul li,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu:hover > ul li {
  display: inline-block;
}
/*** CUSTOM CSS FROM BDD MODULE 364363 ***/
.zone-full_width .module.module-364363.img-left.template-1.cms-template-1.module-cms h2,
.module.module-364363.img-left.template-1.cms-template-1.module-cms h2,
.popup-module-cms.popup-module-364363 h2 {
  position: relative;
}
.zone-full_width .module.module-364363.img-left.template-1.cms-template-1.module-cms h2:after,
.module.module-364363.img-left.template-1.cms-template-1.module-cms h2:after,
.popup-module-cms.popup-module-364363 h2:after {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #c00001;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 364348 ***/
.zone-full_width .module.module-364348.module-selection.selection.template-1.selection-template-1.variation-custom_selection img.logo,
.module.module-364348.module-selection.selection.template-1.selection-template-1.variation-custom_selection img.logo {
  background: #c00001;
}
.zone-full_width .module.module-364348.module-selection.selection.template-1.selection-template-1.variation-custom_selection h2,
.module.module-364348.module-selection.selection.template-1.selection-template-1.variation-custom_selection h2 {
  position: relative;
}
.zone-full_width .module.module-364348.module-selection.selection.template-1.selection-template-1.variation-custom_selection h2:after,
.module.module-364348.module-selection.selection.template-1.selection-template-1.variation-custom_selection h2:after {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #c00001;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 364340 ***/
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364340.template-2.logo-template-2.module-logo a,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364340.template-2.logo-template-2.module-logo a,
.module.module-364340.template-2.logo-template-2.module-logo a {
  display: flex;
  margin-bottom: 0;
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364340.template-2.logo-template-2.module-logo a img,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364340.template-2.logo-template-2.module-logo a img,
.module.module-364340.template-2.logo-template-2.module-logo a img {
  width: 100%;
  height: 100%;
}
/*** CUSTOM CSS FROM BDD MODULE 364343 ***/
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364343.template-1.menu-template-1.module-menu.inline,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364343.template-1.menu-template-1.module-menu.inline,
.module.module-364343.template-1.menu-template-1.module-menu.inline {
  width: 100%;
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364343.template-1.menu-template-1.module-menu.inline li,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364343.template-1.menu-template-1.module-menu.inline li,
.module.module-364343.template-1.menu-template-1.module-menu.inline li {
  margin: 10px;
  padding: 0;
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364343.template-1.menu-template-1.module-menu.inline li:hover,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364343.template-1.menu-template-1.module-menu.inline li:hover,
.module.module-364343.template-1.menu-template-1.module-menu.inline li:hover {
  margin-bottom: 8px;
  border-bottom: 2px solid #c00001;
}
/*** CUSTOM CSS FROM BDD MODULE 364350 ***/
.zone-footer .module.module-364349.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-364350.template-1.menu-template-1.module-menu.inline ul li:before,
.module.module-364349.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-364350.template-1.menu-template-1.module-menu.inline ul li:before,
.module.module-364350.template-1.menu-template-1.module-menu.inline ul li:before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.zone-footer .module.module-364349.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-364350.template-1.menu-template-1.module-menu.inline ul li,
.module.module-364349.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-364350.template-1.menu-template-1.module-menu.inline ul li,
.module.module-364350.template-1.menu-template-1.module-menu.inline ul li {
  display: flex;
  align-items: center;
}
.zone-footer .module.module-364349.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-364350.template-1.menu-template-1.module-menu.inline ul li a,
.module.module-364349.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-364350.template-1.menu-template-1.module-menu.inline ul li a,
.module.module-364350.template-1.menu-template-1.module-menu.inline ul li a {
  margin-bottom: 0;
  font-weight: 400;
}
/*** CUSTOM CSS FROM BDD MODULE 364345 ***/
@media screen and (max-width: 1024px) {
  .zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-364345.template-1.language-template-1.module-language .CaptationContent,
  .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-364345.template-1.language-template-1.module-language .CaptationContent,
  .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-364345.template-1.language-template-1.module-language .CaptationContent,
  .module.module-364345.template-1.language-template-1.module-language .CaptationContent {
    justify-content: center;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 365138 ***/
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline li,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline li,
.module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline li,
.module.module-365138.template-1.menu-template-1.module-menu.inline li {
  padding: 0;
  margin-top: 3px;
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline li span,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline li span,
.module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline li span,
.module.module-365138.template-1.menu-template-1.module-menu.inline li span {
  display: none;
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline .mdi,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline .mdi,
.module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline .mdi,
.module.module-365138.template-1.menu-template-1.module-menu.inline .mdi {
  font-size: 20px;
}
.zone-header .module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline .mdi:hover,
.module.module-364339.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline .mdi:hover,
.module.module-364344.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-365138.template-1.menu-template-1.module-menu.inline .mdi:hover,
.module.module-365138.template-1.menu-template-1.module-menu.inline .mdi:hover {
  color: #c00001;
  transition: 1s;
}

