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

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/video.js/dist/video-js.css ***/
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot");
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "\f10c";
}
.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
  content: "\f11e";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.22222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66666667em;
}
/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}
.video-js .vjs-mouse-display:before {
  display: none;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.33333333em;
  right: -0.5em;
  font-size: 0.9em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}
.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}
.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}
.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}
.vjs-tooltip-progress-bar {
  visibility: hidden;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none;
}
.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: 0.5em;
}
.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
@media screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
@media screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
/* gestion des alignements */
.module-cms .cms-align-left {
  text-align: left;
}
.module-cms .cms-align-right {
  text-align: right;
}
.module-cms .cms-align-center {
  text-align: center;
}
.module-cms .cms-align-justify {
  text-align: justify;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/cms.less ***/
body .wrapper .module-cms {
  gap: 32px;
  align-items: center;
}
body .wrapper .module-cms.only-text {
  display: block;
}
@media only screen and (max-width: 768px) {
  body .wrapper .module-cms {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
body .wrapper .module-cms .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: block;
}
body .wrapper .module-cms .info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  body .wrapper .module-cms .info {
    width: 100%;
    text-align: left;
    gap: 12px;
  }
}
body .wrapper .module-cms .info *:not(.button) {
  margin: 0;
}
/*** 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 TEMPLATE Elone-v2 PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/menu.less ***/
body.wrapper-off header .module-menu .bar {
  background: #202945;
}
body header.fixed .module-menu .bar,
body header.is-active .module-menu .bar,
body.wrapper-on header .module-menu .bar {
  background: #ffffff;
}
body header.is-active * {
  color: #ffffff;
}
.module-menu {
  position: relative;
  /*Button burger */
}
.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 li.dropdown-menu ul {
  border-radius: 4px;
}
.module-menu label {
  flex-direction: column;
  width: 40px;
  cursor: pointer;
  display: none;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .module-menu label {
    display: flex;
  }
}
.module-menu label span {
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.module-menu label span:nth-of-type(1) {
  width: 50%;
}
.module-menu label span:nth-of-type(2) {
  width: 100%;
}
.module-menu label span:nth-of-type(3) {
  width: 75%;
}
.module-menu label input[type="checkbox"] {
  display: none;
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 0px);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(18px, -6px) rotatez(45deg);
}
.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: 0;
}
@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";
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
.module-legal.template3 ul {
  text-align: center;
}
.module-legal.template3 ul li {
  display: inline-block;
  position: relative;
}
.module-legal.template3 ul li a {
  position: relative;
}
.module-legal.template3 ul li:not(:first-child):before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.module-legal.template3 ul li:not(:first-child) {
  margin-left: 5px;
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/legal.less ***/
.module-legal section.legalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.module-legal section.legalContent h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.module-legal section.legalContent p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal section.legalContent div {
  width: 100%;
}
.module-legal section.legalContent article.editor,
.module-legal section.legalContent article.publisher {
  width: 49%;
  padding-left: 20px;
  border-left: 2px solid;
  margin-top: 40px;
}
.module-legal section.cookies {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 20px;
}
.module-legal section.cookies h2 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  display: block;
}
.module-legal section.cookies h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Lato';
}
.module-legal section.cookies p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal.template2 h3 {
  display: block;
}
.module-legal.template3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template3 p {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  margin: 0 10px ;
}
.module-legal.template3 p:first-child {
  font-size: 12px;
  line-height: 15px;
}
.module-legal.template3 p:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
.module-legal.template5 p:last-child:before {
  content: none;
}
.module-legal.template5 h1 {
  display: none;
}
.module-legal.template5 section.rgpd {
  column-count: 2;
  column-gap: 50px;
}
.module-legal.template5 section.rgpd > h1 {
  width: 100%;
  column-span: all;
  display: block;
}
.module-legal.template5 section.rgpd h2 {
  display: block;
  margin-bottom: 0;
  margin-top: 69px;
}
.module-legal.template5 section.rgpd p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.module-legal.template5 section.rgpd ul {
  padding-left: 20px;
  margin-bottom: 33px;
}
.module-legal.template5 section.rgpd ul li {
  list-style-type: disc;
  font-size: 16px;
  text-align: justify;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/new_css.less ***/
.module.cms-template-6 {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  /* gestion des alignements */
}
@media screen and (max-width: 768px) {
  .module.cms-template-6 {
    flex-direction: column;
  }
}
.module.cms-template-6 .cms-align-left {
  text-align: left;
}
.module.cms-template-6 .cms-align-right {
  text-align: right;
}
.module.cms-template-6 .cms-align-center {
  text-align: center;
}
.module.cms-template-6 .cms-align-justify {
  text-align: justify;
}
.module.cms-template-6.only-text .info {
  width: 100%;
  padding: 0;
}
.module.cms-template-6 .picture {
  height: auto;
  overflow: hidden;
}
.module.cms-template-6 .picture img {
  max-width: 100%;
}
.module.cms-template-6 .picture,
.module.cms-template-6 .info {
  position: relative;
  width: calc((100% - 1 * 32px) / 2);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .module.cms-template-6 .picture,
  .module.cms-template-6 .info {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .module.cms-template-6 .picture,
  .module.cms-template-6 .info {
    width: 100%;
  }
}
.module.cms-template-6 .info ul {
  padding-left: 10px;
}
.module.cms-template-6 .info ul li {
  list-style: disc;
  list-style-position: inside;
}
.module.cms-template-6 .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;
}
/*** CSS BASE PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Picture/Resources/css/main.css ***/
@media screen and (max-width: 768px) {
  .module-picture img {
    width: 100%;
  }
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/picture.less ***/
.module-picture.basic-mod {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: auto;
  padding: 0;
}
.module-picture.basic-mod .col {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
}
@media only screen and (max-width: 640px) {
  .module-picture.basic-mod .col {
    aspect-ratio: 2;
  }
}
.module-picture.basic-mod .col img {
  border-radius: 5px;
  transition: 1s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.module-picture.basic-mod .col:hover img {
  transform: scale(1.1);
}
.module-picture.basic-mod .col .container {
  height: 100%;
  width: 100%;
}
.module-picture.basic-mod .col .content {
  position: absolute;
  top: 50%;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.module-picture.basic-mod .col .content h3 {
  color: white;
  font-size: 29px;
  line-height: 39px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.module-picture.basic-mod img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.module-picture.background-mod {
  position: relative;
}
.module-picture.background-mod .module-header {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.module-picture.background-mod .module-header .module-header-title {
  color: white;
}
.module-picture.background-mod .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .module-picture.background-mod .picture {
    height: 300px;
  }
}
/*** CSS BASE PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Lead/Resources/css/lead.css ***/
.popup-module-lead.dynamic_label .field,
.module-lead.dynamic_label .field {
  position: relative;
  display: block;
}
.mfp-container .select2-container {
  border: 1px solid #d1d5db;
  margin-bottom: 8px;
  border-radius: 0.35rem;
  background-color: white;
}
.mfp-container .select2-container .select2-selection--single {
  background-color: transparent;
}
.popup-module-lead.dynamic_label form label,
.module-lead.dynamic_label form label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  z-index: 99999;
  padding-right: 3px;
  padding-left: 3px;
  cursor: text;
  font-size: 75%;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus) + *,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.popup-module-lead.dynamic_label form select::placeholder,
.popup-module-lead.dynamic_label form input::placeholder,
.module-lead.dynamic-label form select::placeholder,
.module-lead.dynamic_label form input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form[name=lead-form] form {
  position: relative;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=lead-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=lead-form] .field.hidden {
  display: none;
}
form[name=lead-form] .room_range,
form[name=lead-form] .price_range {
  width: 100%;
}
form[name=lead-form] .room_range .field,
form[name=lead-form] .price_range .field {
  float: left;
  width: 50%;
}
form[name=lead-form] .room_range .field input,
form[name=lead-form] .price_range .field input {
  width: 100%;
  padding: 2px 5px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
form[name=lead-form] .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/lead.less ***/
.module-lead.template-3 {
  background: #ffffff;
  padding: 20px;
  width: 60%;
  margin: 40px auto auto auto;
}
.module-lead.template-3 button {
  margin-top: 10px;
}
.mfp-content .popup-module-lead button:hover {
  background: transparent;
}
.mfp-content .popup-module-lead form input,
.mfp-content .popup-module-lead form .select2-container,
.mfp-content .popup-module-lead form .select2-container--default,
.mfp-content .popup-module-lead form .select2-selection--multiple {
  background: #ffffff;
  border-radius: 5px;
  color: #202945;
}
.mfp-content .popup-module-lead form input {
  height: 49.5px;
  color: #202945;
}
.mfp-content .popup-module-lead form input::placeholder {
  color: #202945;
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-2.css ***/
.social-menu-template-2 .social__items {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  align-items: center;
}
.social-menu-template-2 .social__items .social__item a svg {
  width: 18px;
}
.social-menu-template-2 .social__items .social__item.youtube a svg {
  width: 22px;
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/language-2.css ***/
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
.module-language .CustomDropdown {
  position: relative;
}
.module-language .CustomDropdown .DropdownContent {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: 50px;
  left: -100px;
  z-index: 10;
  padding: 10px;
  min-width: 150px;
}
.module-language .CustomDropdown.open .DropdownContent {
  display: block;
}
.module-language .CustomDropdown.open .DropdownContent ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.module-language .CustomDropdown.open .DropdownContent ul > li {
  height: fit-content;
  width: 100%;
}
.module-language .CustomDropdown.open .DropdownContent ul > li:hover {
  backdrop-filter: contrast(0.75);
}
.module-language .CustomDropdown.open .DropdownContent ul > li a {
  gap: 12px;
  min-height: 35px;
  width: 100%;
  transition: 0.5 ease;
  display: flex;
  align-items: center;
}
.module-language .CustomDropdown.open .DropdownContent ul > li a span {
  text-transform: capitalize;
}
.module-language .CustomDropdown .DropdownCaption {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  justify-content: flex-end;
}
.module-language .CustomDropdown .DropdownCaption span {
  text-transform: capitalize;
}
.module-language .current-flag {
  display: none;
}
@media (max-width: 1024px) {
  .module-language .current-flag {
    display: block;
  }
}
.module-language .flag-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.module-language .flag-inline li {
  list-style: none;
  opacity: 0.5;
  transition: 0.5s ease;
}
.module-language .flag-inline li:hover {
  opacity: 1;
}
.module-language .flag-inline li.current {
  opacity: 1;
}
.module-language .CaptationContent.mobile-dropdown {
  position: relative;
}
.module-language .CaptationContent.mobile-dropdown .current-flag {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  z-index: 10;
  margin-top: 8px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 60px;
  gap: 4px;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li {
  width: 100%;
  opacity: 1;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li.current {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1025px) {
  .module-language .CaptationContent.mobile-dropdown .flag-inline li.current {
    display: none;
  }
}
.module-language .CaptationContent.mobile-dropdown.open .flag-inline {
  display: flex;
}
@media (min-width: 1025px) {
  .module-language .CaptationContent.mobile-dropdown .current-flag {
    cursor: default;
  }
  .module-language .CaptationContent.mobile-dropdown .flag-inline {
    display: flex;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    flex-direction: row;
    min-width: auto;
  }
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/language.less ***/
.module-language .ApiFieldGroup .FieldWrapper {
  padding: 0;
}
.module-language span {
  font-family: "EB Garamond", sans-serif /* @txt-font */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  font-family: "EB Garamond", sans-serif /* @txt-font */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
.module-language .content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
.module-language .content ul li {
  background: #202945 /* @bg-header */;
  margin: 0;
  padding: 0 5px;
}
.module-language .content ul li:hover {
  filter: contrast(0.75);
}
.module-language.template-2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: fit-content;
}
.module-language.template-2 .flag-icon {
  border-radius: 2px;
  width: 26px;
  height: 19px;
}
.module-language.template-2 .module-header p {
  margin-bottom: 0;
}
.module-language.template-2 .CaptationContent {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .module-language.template-2 .CaptationContent {
    display: flex;
    justify-content: flex-end;
  }
}
.module-language.template-2 .CaptationContent label {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .module-language.template-2 .CaptationContent label {
    display: block;
    position: relative;
  }
  .module-language.template-2 .CaptationContent label .mdi {
    position: relative;
    font-size: 24px;
  }
}
.module-language.template-2 .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language.template-2 .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}
.module-language.template-2 .DropdownContent {
  left: -100px;
  top: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
  padding: 8px;
  background: #202945 /* bg-header */;
}
@media only screen and (max-width: 1024px) {
  .module-language.template-2 .DropdownContent {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 10px;
  }
}
.module-language.template-2 .DropdownContent ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 226px;
}
.module-language.template-2 .DropdownContent ul li {
  margin: 0;
  align-items: center;
  padding: 5px 12px;
}
.module-language.template-2 .DropdownContent ul li span:not(.flag-icon) {
  color: #ffffff /* @txt-header */;
  opacity: 0.6;
}
.module-language.template-2 .DropdownContent ul li:hover {
  border-radius: 5px;
}
.module-language.template-2 .DropdownContent ul li.current {
  display: flex;
  justify-content: space-between;
}
.module-language.template-2 .DropdownContent ul li.current span {
  color: #ffffff;
  opacity: 1;
}
.module-language.template-2 .DropdownContent ul li.current::after {
  content: "✔";
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  display: inline-block;
  margin-right: 0.5rem;
  background: none;
}
.module-language.template-2 .DropdownContent ul li:hover a {
  text-decoration: none;
}
.module-language.template-2 .DropdownContent ul li a {
  display: flex;
  gap: 16px;
}
.module-language.template-2 .DropdownContent ul li a span {
  line-height: 19px;
}
/*** CSS BASE PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/main.less ***/
.module-slider.waiting {
  max-height: 500px;
}
.owl-carousel {
  touch-action: none;
}
.owl-carousel {
  touch-action: manipulation;
}
@media screen and (max-width: 1280px) {
  .module-slider.waiting {
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-slider.waiting {
    max-height: 250px;
  }
}
.module-slider.waiting .slider,
.module-slider.waiting .thumbnail {
  opacity: 0;
  overflow: hidden;
}
.module-slider.loaded .api-spinner {
  display: none;
}
.module-slider .owl-carousel,
.module-slider .owl-wrapper-outer,
.module-slider .owl-wrapper,
.module-slider .owl-stage-outer,
.module-slider .owl-stage,
.module-slider .owl-item,
.module-slider .owl-item .item {
  height: 100%;
}
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: auto;
}
.module-slider .slider .owl-item img.portrait {
  position: initial;
  width: auto;
  height: 100%;
}
.module-slider .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-slider .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-slider .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/* auto height * /
.module-slider {
  .slider .owl-item img {
    position: relative; left: auto; right: auto;
  }
}*/
/* center */
.slider-center .slider .owl-item img {
  opacity: 0.5;
}
.slider-center .slider .owl-item.main img {
  opacity: 1;
}
/* content */
.module-slider .slider .owl-item .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
/* video */
.video-js .vjs-tech:not(iframe) {
  width: 100% !important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video-js.vjs-youtube .vjs-control-bar {
  display: none;
}
.vjs-current-time.vjs-time-control.vjs-control {
  display: table;
}
.vjs-current-time-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-duration.vjs-time-control.vjs-control {
  display: table;
}
.vjs-duration-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-time-control.vjs-time-divider {
  display: table;
  height: 100%;
}
.vjs-time-control.vjs-time-divider > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vjs-play-progress.vjs-slider-bar::before {
  margin-top: -5px;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
}
.video-js .vjs-big-play-button {
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.75em;
  font-size: 6em;
  color: #26A69A;
  transition: all 0.5s ease-in-out;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background: none;
  color: #26A69A;
}
.video-js .vjs-progress-control.vjs-control {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translate(0, -100%);
  align-items: flex-end;
  width: 100%;
}
.video-js .vjs-progress-holder {
  height: 0.5em !important;
  margin: 0 !important;
}
.vjs-play-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vjs-fullscreen-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
.vjs-volume-level::before {
  margin-top: -7px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: initial;
}
.video-js .vjs-play-progress {
  background: #26A69A;
}
.video-js .vjs-control-bar .vjs-button {
  color: #26A69A;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before {
  text-shadow: initial;
}
.video-js .vjs-control:hover:before,
.video-js .vjs-control:hover span:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress .vjs-control-text::after {
  top: -5em;
}
.owl-item > div {
  width: 100% !important;
  height: 100% !important;
}
.video-js {
  height: 100% !important;
  padding: 0 !important;
}
/* rtl */
.slider.rtl .owl-stage-outer .owl-stage {
  direction: ltr;
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/slider.less ***/
.module-slider {
  position: relative;
  /**ANIMATION*/
}
.module-slider.waiting {
  max-height: initial;
}
.module-slider .slider-center .slider .owl-item.main img,
.module-slider .slider-center .slider .owl-item img {
  opacity: 1 !important;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 10px;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 20px;
}
.module-slider .owl-stage:before {
  content: none;
  background: rgba(56, 58, 63, 0.2);
}
.module-slider .owl-item img.portrait {
  width: auto;
  height: 100%;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-stage .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-stage .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
.module-slider .module-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: right;
  z-index: 2;
}
.module-slider .module-header h2 {
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module-slider .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.module-slider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*** 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;
}
/*** GLOBAL CSS TEMPLATE Elone-v2 ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/main.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/header.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/buttons.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/footer.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/popup.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/search.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/../Global-css/flex-column.css.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/form.less ***/
/*** CSS TEMPLATE Zenia ***/
.module-user.template-1 .module-header {
  padding: 0;
}
.selection-template-5 .module-header .module-header-title {
  font-size: 40px;
}
.module-header {
  width: 100%;
}
.module-cluster:after,
.zone:after {
  display: none;
}
.module.module-search-order {
  text-align: initial;
}
.module.module-search-order .orders .mdi {
  color: #202945 /* @txt */;
}
.zone {
  position: relative;
}
.zone .auto-layout {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.row-2 {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.zone-full-width {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 640px) {
  .zone-full-width {
    gap: 40px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0 0 20px 0;
  line-height: 1.2;
  color: #202945 /* @title-color */;
  font-family: EB Garamond, "Baskervville", serif /* @title-font */;
  font-weight: 600 /* @title-weight */;
  text-transform: initial /* @title-transform */;
}
h1,
h2 {
  font-size: 40px /* @title-size */;
}
h3,
h4,
h5,
h6 {
  font-size: calc(40px - 10px);
}
html,
body,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  color: #202945 /* @txt-color */;
  font-family: "EB Garamond", sans-serif /* @txt-font */;
  font-size: 19px /* @txt-size */;
  font-weight: initial /* @txt-weight */;
  line-height: 29px;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #ffffff /* @primary */;
  padding: 0px /* @paddingBody */;
}
a {
  color: #202945 /* @txt-color */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #202945 /* @txt-color */;
}
p {
  margin-bottom: 10px;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
/* popup */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  z-index: 10001;
}
/* fancybox zoom picture */
.fancybox-skin {
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
/* ApiFieldGroup */
.ApiFieldGroup .CaptationContent {
  background: none;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled {
  color: #202945 /* @searchColor */;
  background: #ffffff;
  border-radius: 0.35rem;
  border: 1px solid #d1d5db;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection__rendered,
.select2-selection.select2-selection--multiple,
.select2-selection.select2-selection--multiple,
.iti--allow-dropdown,
.select2-autocomplete-custom-choice,
form input::placeholder {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  line-height: 5px;
  margin: -3px auto 0;
  right: 5px;
  left: auto;
  transition: transform 0.35s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\F0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect {
  border-radius: 0.35rem;
  border: 0.5px solid #202945 /* @secondary */;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #ffffff /* @tertiary */;
}
.SumoSelect > .optWrapper > .options li label {
  color: #202945 /* @txt-color */;
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #202945;
}
.SumoSelect > .CaptionCont i {
  color: #202945;
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.SelectBox {
  padding: 0;
}
.zone-right-content .module-header {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .module-language .ApiFieldGroup .FieldWrapper {
    left: auto;
  }
  .zone-header-right {
    width: 100%;
  }
  .zone-header-left {
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
header .zone-header-right .module-menu.main.column ul > li a,
header .zone-header-right .module-cluster .module-menu ul > li a,
header .zone-header-right .module-cluster .module-lead a,
header .module-language .ApiFieldGroup .CaptationContent span,
header .module-language ul li a span,
.module-currency .ApiFieldGroup .CaptationContent span,
header .module-currency .FieldWrapper label {
  font-size: 15px;
  font-weight: 500;
}
header {
  left: 0;
  right: 0;
  transition: background 0.35s ease-out;
  position: fixed;
  z-index: 999999;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  header {
    height: calc(40px + 20px);
  }
}
header > div {
  display: flex;
  transition: all 0.35s ease;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
}
header > div .module-cluster {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
header > div .module-cluster::after {
  display: none;
}
header > div .module-cluster .module-menu ul li {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  header > div .zone-header-left {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 99;
  }
}
header > div .zone-header-right {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  header > div .zone-header-right {
    width: 100%;
  }
  header > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div .zone-header-right .module-menu {
    width: auto;
    float: right;
  }
}
@media only screen and (max-width: 1024px) {
  header > div {
    display: block;
    transition: initial;
  }
  header > div .zone-header-right {
    width: 100%;
  }
  header > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div .zone-header-right .module-menu {
    width: auto;
    float: right;
  }
  header > div .zone-header-left {
    position: absolute;
    z-index: 99;
  }
  header > div .zone-header-left .module-logo {
    display: flex;
    align-items: center;
    height: 100%;
    height: auto;
  }
}
body.wrapper-on header,
body header.fixed,
body.wrapper-off header.fixed {
  background: #202945;
}
body.wrapper-on header * span,
body header.fixed * span,
body.wrapper-off header.fixed * span,
body.wrapper-on header .module.module-language .CaptationContent span,
body header.fixed .module.module-language .CaptationContent span,
body.wrapper-off header.fixed .module.module-language .CaptationContent span,
body.wrapper-on header .module-lead span,
body header.fixed .module-lead span,
body.wrapper-off header.fixed .module-lead span,
body.wrapper-on header * path,
body header.fixed * path,
body.wrapper-off header.fixed * path,
body.wrapper-on header .module.module-language .CaptationContent path,
body header.fixed .module.module-language .CaptationContent path,
body.wrapper-off header.fixed .module.module-language .CaptationContent path,
body.wrapper-on header .module-lead path,
body header.fixed .module-lead path,
body.wrapper-off header.fixed .module-lead path,
body.wrapper-on header * .mdi,
body header.fixed * .mdi,
body.wrapper-off header.fixed * .mdi,
body.wrapper-on header .module.module-language .CaptationContent .mdi,
body header.fixed .module.module-language .CaptationContent .mdi,
body.wrapper-off header.fixed .module.module-language .CaptationContent .mdi,
body.wrapper-on header .module-lead .mdi,
body header.fixed .module-lead .mdi,
body.wrapper-off header.fixed .module-lead .mdi {
  color: #ffffff;
  fill: #ffffff;
}
body.wrapper-on header li:after,
body header.fixed li:after,
body.wrapper-off header.fixed li:after {
  background: #ffffff;
}
body.wrapper-off header {
  background: transparent;
}
body.wrapper-off header .module-social-menu.social-menu-template-2 .social__items > li a svg path {
  fill: #202945;
}
body.wrapper-off header * span,
body.wrapper-off header .module.module-language .CaptationContent span,
body.wrapper-off header * .mdi,
body.wrapper-off header .module.module-language .CaptationContent .mdi {
  color: #202945;
  fill: #202945;
}
body.wrapper-off header li:after {
  background: #202945;
}
body.wrapper-off header .dropdown-menu ul a,
body.wrapper-off header .dropdown-menu ul span {
  color: #ffffff;
}
body.wrapper-off header .module.module-language .CaptationContent span .field-group *,
body.wrapper-off header .module-currency .field-group * {
  color: #ffffff;
}
body header.fixed {
  z-index: 9999;
  border-bottom: 0.5px solid #202945 /* @secondary */;
}
body header.fixed .module-logo img {
  height: 70px;
}
@media only screen and (max-width: 1024px) {
  body header.fixed .module-logo img {
    height: 40px;
  }
}
header.is-active > div,
header.is-active.fixed > div {
  overflow: auto;
  height: 100%;
  position: fixed;
  width: 100%;
  background: #202945;
  display: block;
}
header.is-active > div .zone-header-right,
header.is-active.fixed > div .zone-header-right {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
header.is-active > div .zone-header-right .module-menu.main > ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 50px;
  text-align: right;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-right: 0;
  margin-left: auto;
  max-width: none;
  background: none;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul li,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul li {
  width: auto;
  margin-right: 15px;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul li a,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul li a {
  color: #ffffff;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu:hover ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu:hover ul {
  display: block;
}
header.is-active > div .zone-header-right .module-menu.main button,
header.is-active.fixed > div .zone-header-right .module-menu.main button {
  background: transparent;
  right: 0;
}
header.is-active > div .zone-header-right .module-menu.main button:hover,
header.is-active.fixed > div .zone-header-right .module-menu.main button:hover {
  background: none;
}
header.is-active > div .zone-header-right .module-menu.main button i,
header.is-active.fixed > div .zone-header-right .module-menu.main button i {
  font-size: 42px;
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active > div .zone-header-right .module-cluster,
header.is-active.fixed > div .zone-header-right .module-cluster {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  align-items: flex-end;
}
header.is-active > div .zone-header-right .module-cluster .module-lead,
header.is-active.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-menu ul li,
header.is-active.fixed > div .zone-header-right .module-cluster .module-menu ul li {
  margin: 5px 0px;
}
header.is-active > div .zone-header-left,
header.is-active.fixed > div .zone-header-left {
  height: calc(40px + 20px);
}
header.is-active > div .zone-header-left .module-logo,
header.is-active.fixed > div .zone-header-left .module-logo {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .module-menu.main ul li a {
  text-transform: uppercase;
}
header .module-menu ul {
  transition: all ease 0.3s;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
header .module-menu ul > li {
  display: block;
}
header .module-menu ul > li a {
  height: 100%;
  display: block;
}
header .module-menu ul > li i.mdi.mdi-home {
  display: none;
}
header .module-menu ul > li.sub-menu > ul > li {
  width: 100%;
}
header .module-menu ul > li:not(.dropdown-menu)::after {
  content: "";
  height: 2px;
  width: 0;
  transition: 0.5s;
  display: block;
}
header .module-menu ul > li:not(.dropdown-menu):hover:after {
  width: 100%;
}
header .module-menu ul > li:not(.dropdown-menu).current:after {
  width: 100%;
}
header .module-menu ul li.dropdown-menu {
  position: relative;
}
header .module-menu ul li.dropdown-menu > a > .dropdown-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50%;
}
@media only screen and (max-width: 1024px) {
  header .module-menu ul li.dropdown-menu > a > .dropdown-arrow {
    position: relative;
    bottom: inherit;
    left: inherit;
    translate: 0;
  }
}
@media (min-width: 1024px) {
  header .module-menu ul li.dropdown-menu > ul {
    display: none;
    position: absolute;
    background: #202945;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    min-width: 150px;
    margin: 0;
  }
  header .module-menu ul li.dropdown-menu > ul li {
    margin-top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding: 8px 10px;
    position: relative;
  }
  header .module-menu ul li.dropdown-menu > ul li span {
    z-index: 99;
    position: relative;
  }
  header .module-menu ul li.dropdown-menu > ul li:hover {
    backdrop-filter: contrast(0.75);
  }
  header .module-menu ul li.dropdown-menu > ul li:hover span {
    color: #ffffff;
  }
  header .module-menu ul li.dropdown-menu:hover > a > .dropdown-arrow {
    transform: rotate(180deg);
  }
}
header .module-menu ul li.dropdown-menu ul > li:after {
  content: inherit;
}
header .module-menu ul li.dropdown-menu.rotated > a > .dropdown-arrow {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  header .module-menu ul li.dropdown-menu:hover ul {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  header .module-menu ul li.dropdown-menu ul {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
header .module-language .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-language .CaptationContent span {
  padding: 0;
}
header .module-language .CaptationContent label {
  position: relative;
  line-height: initial;
  width: auto;
}
header .module-language .FieldWrapper {
  background-color: #202945;
}
header .module-language ul {
  text-align: center;
}
header .module-lead .popup-open-link-wrapper span {
  display: none;
}
header .module-lead .mdi {
  font-size: 21px;
}
header .module-currency {
  float: left;
  margin: 0;
}
header .module-currency .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-currency .CaptationContent span {
  padding: 0;
}
header .module-currency .CaptationContent label {
  position: relative;
  line-height: initial;
  width: auto;
}
header .module-currency .FieldWrapper {
  background-color: #202945 /* @bg-header */;
}
header .module-logo {
  margin: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
header .module-logo img {
  height: 70px;
  transition: 1s ease;
  display: block;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  header .module-logo img {
    height: 40px;
  }
}
body header .module-social-menu ul,
body header.fixed .module-social-menu ul {
  display: flex;
  gap: 15px;
}
body header .module-social-menu ul li,
body header.fixed .module-social-menu ul li {
  padding: 0;
}
body header .module-social-menu ul li i,
body header.fixed .module-social-menu ul li i {
  font-size: 21px;
  margin-right: 0;
}
body header .module-social-menu ul li span,
body header.fixed .module-social-menu ul li span {
  display: none;
}
body header .module-social-menu ul .twitter,
body header.fixed .module-social-menu ul .twitter {
  display: flex;
  align-items: center;
}
body header .module-social-menu ul .twitter svg,
body header.fixed .module-social-menu ul .twitter svg {
  margin-right: initial;
}
body header .module-social-menu ul .twitter svg path,
body header.fixed .module-social-menu ul .twitter svg path {
  fill: #ffffff;
  transform: scale(1.3);
  transform-origin: center;
  /* Centrer l'échelle du path */
}
body header .module-social-menu ul .twitter:hover svg path,
body header.fixed .module-social-menu ul .twitter:hover svg path {
  fill: #00acee;
}
body header .module-social-menu.social-menu-template-2 .social__items .social__item a svg path,
body header.fixed .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #ffffff;
  transition: fill 0.5s ease;
}
.wrapper-off header .module-social-menu .twitter svg path {
  fill: #202945;
}
.wrapper-off header .module-social-menu .twitter:hover svg path {
  fill: #00acee;
}
.wrapper-off header .module-social-menu .twitter.social-menu-template-2 .social__items .social__item a svg path {
  fill: #202945;
  transition: fill 0.5s ease;
}
.button,
button.submit {
  display: inline-block;
  width: fit-content;
  padding: 5px 20px;
  color: #ffffff /* @txt-btn */;
  background: #202945 /* @bg-btn */;
  border: none /* @border-btn */;
  font-size: 19px /* @txt-size */;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 2px /* @radius-btn */;
}
.button:hover,
button.submit:hover {
  color: #202945 /* @hover-txt-btn */;
  background: rgba(0, 0, 0, 0) /* @hover-bg-btn */;
  border: none /* @hover-border-btn */;
}
.button-form {
  border: 0.5px solid #202945 /* @txt-form-label*/;
  height: auto;
  border-radius: 2px /* @radius-btn */;
  padding: 5px 20px;
}
.button-form:hover {
  border: 0.5px solid transparent;
  background: #202945 /* @txt-form-label*/;
}
footer p,
footer .module-header-title,
footer a,
footer span {
  color: #ffffff;
}
footer .module-menu ul li a:hover {
  filter: brightness(0.9);
}
footer {
  padding: 20px 0;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  background: #202945;
}
footer .zone-footer {
  position: relative;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .zone-footer .module-agency {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
footer .zone-footer .module-agency .module-header {
  text-align: center;
}
footer .zone-footer .module-agency .module-header .module-header-title {
  margin-bottom: 0;
}
footer .zone-footer .module-agency .agency {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
footer .zone-footer .module-agency .agency p {
  margin: 0;
  text-align: center;
}
footer .zone-footer .module-agency .agency p .mdi {
  color: #202945;
}
footer .zone-footer .module-agency .agency div {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-agency .agency div {
    flex-direction: column;
    gap: 16px;
  }
}
footer .zone-footer .module-agency .agency div a {
  padding: 5px 20px;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 5px;
}
footer .zone-footer .module-agency .agency div a span {
  transition: 1s;
  z-index: 99;
}
footer .zone-footer .module-agency .agency div a i {
  margin: 0;
  z-index: 99;
  position: relative;
  transition: 1s;
  top: 1px;
}
footer .zone-footer .module-agency .agency div a:before {
  transition-duration: 1s;
  box-shadow: inset 0 0 0 1px #202945;
}
footer .zone-footer .module-agency .agency div a:after,
footer .zone-footer .module-agency .agency div a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 2px;
}
footer .zone-footer .module-agency .agency div a:hover:before {
  box-shadow: inset 0 0 0 60px #202945;
}
footer .zone-footer .module-agency .agency div a:hover i,
footer .zone-footer .module-agency .agency div a:hover span {
  color: white;
}
footer .zone-footer .module-cluster {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  border-top: 0.5px solid white;
  padding-top: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster {
    text-align: center;
  }
}
footer .zone-footer .module-cluster:after {
  display: none;
}
footer .zone-footer .module-cluster .module {
  width: calc((100% - 3 * 20px) / 4);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster .module {
    width: 100%;
    align-items: center;
  }
}
footer .zone-footer .module-cluster .module .module-header-title {
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster .module .module-header-title {
    text-align: center;
    width: 100%;
  }
}
footer .zone-footer .module-cluster .module ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
footer .zone-footer .module-cluster .module ul li {
  font-size: 14px;
  line-height: 1.5;
}
footer .zone-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .zone-legal:after {
  display: none;
}
footer .zone-legal .module-legal {
  padding: 0;
}
footer .zone-legal .module-legal li:before {
  color: #202945 /* @tertiary */;
}
footer .zone-legal .module-legal p,
footer .zone-legal .module-legal a {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
body .mfp-wrap .mfp-content {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
body .mfp-wrap .mfp-content > div.mfp-figure .mfp-title {
  text-align: center;
}
body .mfp-wrap .mfp-content > div.mfp-figure:after {
  content: none;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) {
  background: #ffffff;
  border-radius: 5px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) * {
  color: #000000;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mainTitle,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) p {
  margin: 0;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mfp-close {
  color: #000000;
  background: transparent;
  margin: 0px;
  border: none;
  margin: 0;
  opacity: 1;
  top: 5px;
  right: 5px;
  height: 44px;
  width: 44px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) button.submit {
  position: relative;
  height: auto;
  width: fit-content;
  border-radius: 2px;
  margin-bottom: 0;
  border: 1px solid #000000;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) label a {
  font-weight: 800;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple {
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple::placeholder {
  color: #000000;
}
body .mfp-wrap .mfp-content .popup-module-lead,
body .mfp-wrap .mfp-content .popup-module-newsletter {
  max-width: 100%;
  position: relative;
  margin: auto;
  background: #ffffff;
}
body .mfp-wrap .mfp-content .popup-module-lead {
  width: 800px;
  padding: 50px;
  background: #ffffff;
}
body .mfp-wrap .mfp-content .popup-module-lead form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .select2-container,
body .mfp-wrap .mfp-content .popup-module-lead form input {
  margin-bottom: 0;
}
body .mfp-wrap .mfp-content .popup-module-lead form .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper {
  width: 100%;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper button.submit {
  display: block;
  margin: 10px auto 0 auto;
}
body .mfp-wrap .mfp-content .popup-module-newsletter {
  width: fit-content;
  padding: 50px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form .rgpd {
  display: flex;
  gap: 4px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  color: #000000;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"]::placeholder {
  color: #000000;
}
@media screen and (max-width: 768px) {
  body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
    width: 60%;
  }
}
.form-row-main {
  background: transparent /* @bg-search-row */;
}
.form-row-main .line-wrapper.form-center {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 2 * 10px) / 1);
}
.form-row-main .field {
  width: 18.9% /* @size-search-input-row */;
}
.form-row-main label {
  color: #ffffff /* @txt-search-label-row */;
  text-shadow: 0 0 black;
}
.form-row-main .fields-wrapper .select2-selection.select2-selection--single,
.form-row-main .fields-wrapper .select2-selection.select2-selection--multiple,
.form-row-main input {
  background: #ffffff /* bg-search-input-row */;
  color: #202945 /* txt-search-input-row */;
  margin-bottom: 0;
}
.form-row-main .select2-container--default .select2-selection--single,
.form-row-main .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-row-main form ::placeholder,
.form-row-main input::placeholder,
.form-row-main input {
  color: #202945 /* txt-search-input-row */;
}
.form-row-main button > i {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .form-row-main {
    background: #202945 /* bg-search-column */;
    padding: 20px;
  }
  .form-row-main label,
  .form-row-main button > i,
  .form-row-main button span {
    color: #202945 /* txt-search-label-column */;
  }
  .form-row-main .select2-selection.select2-selection--single,
  .form-row-main .select2-selection.select2-selection--multiple,
  .form-row-main .select2-container--default .select2-selection--single,
  .form-row-main .select2-container--default .select2-selection--single .select2-selection__rendered,
  .form-row-main form ::placeholder,
  .form-row-main input::placeholder,
  .form-row-main input {
    background: #ffffff /* bg-search-input-column */;
    color: #202945 /* txt-search-input-column */;
    border-radius: 5px /* @radius */;
    margin: 0;
  }
  .form-row-main .fields-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .form-row-main .fields-wrapper .form-header {
    display: none;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field label {
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field:last-child {
    border-right: none;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
    height: 50px;
    border: 0;
    border-radius: 5px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: calc((100% - 1*12px) / 2);
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 640px) {
  .form-row-main .fields-wrapper .line-wrapper.form-center {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
}
.form-row {
  background: transparent /* @bg-search-row */;
}
.form-row .line-wrapper.form-center {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 2 * 10px) / 1);
}
.form-row .field {
  width: 18.9% /* @size-search-input-row */;
}
.form-row label {
  color: #ffffff /* @txt-search-label-row */;
  text-shadow: 0 0 black;
}
.form-row .fields-wrapper .select2-selection.select2-selection--single,
.form-row .fields-wrapper .select2-selection.select2-selection--multiple,
.form-row input {
  background: #ffffff /* bg-search-input-row */;
  color: #202945 /* txt-search-input-row */;
  margin-bottom: 0;
}
.form-row .select2-container--default .select2-selection--single,
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-row form ::placeholder,
.form-row input::placeholder,
.form-row input {
  color: #202945 /* txt-search-input-row */;
}
.form-row button > i {
  color: #ffffff;
}
.form-column {
  background: #202945 /* bg-search-column */;
  padding: 20px;
}
.form-column label,
.form-column button > i,
.form-column button span {
  color: #202945 /* txt-search-label-column */;
}
.form-column .select2-selection.select2-selection--single,
.form-column .select2-selection.select2-selection--multiple,
.form-column .select2-container--default .select2-selection--single,
.form-column .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-column form ::placeholder,
.form-column input::placeholder,
.form-column input {
  background: #ffffff /* bg-search-input-column */;
  color: #202945 /* txt-search-input-column */;
  border-radius: 5px /* @radius */;
  margin: 0;
}
.form-column .fields-wrapper {
  flex-direction: column;
  align-items: center;
}
.form-column .fields-wrapper .form-header {
  display: none;
}
.form-column .fields-wrapper .line-wrapper.form-center {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 640px) {
  .form-column .fields-wrapper .line-wrapper.form-center {
    padding-left: 0;
  }
}
.form-column .fields-wrapper .line-wrapper.form-center > .field {
  width: 100%;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field label {
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field:last-child {
  border-right: none;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
  height: 50px;
  border: 0;
  border-radius: 5px;
}
.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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .col-12 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.module-contact {
  background: #ffffff;
  padding: 35px;
  border-radius: 5px /* @radius */;
}
.module-contact .module-header-title {
  color: #202945 /* txt-form-label*/;
  width: 100%;
  text-align: center;
}
.module-contact form .select2-selection {
  background: #ffffff;
  color: #202945;
  border-radius: 0.35rem;
  border: none;
  padding: 0 10px;
  margin-bottom: 10px;
}
.module-contact form .select2-container .select2-selection--single .select2-selection__rendered {
  height: 40px;
  border: none;
  padding: 0 0 0 0;
  padding-left: 0;
  padding-right: 0;
  color: #202945;
}
.module-contact form input,
.module-contact form .select2-selection {
  border: none;
}
.module-contact form input,
.module-contact form textarea,
.module-contact form .select2-container--default .select2-selection--single {
  background: #ffffff;
  color: #202945;
}
.module-contact form input::placeholder,
.module-contact form textarea::placeholder,
.module-contact form .select2-container--default .select2-selection--single::placeholder {
  color: #202945;
  opacity: 0.6;
}
.module-contact form label {
  color: #202945;
}
.module-contact form label a {
  color: #202945;
  font-weight: 800;
}
.module-contact form button {
  border: 0.5px solid #202945 /* @txt-form-label*/;
  height: auto;
  border-radius: 2px /* @radius-btn */;
  padding: 5px 20px;
}
.module-contact form button:hover {
  border: 0.5px solid transparent;
  background: #202945 /* @txt-form-label*/;
}
.module-estimate .select2-container--default .select2-selection--single,
.module-estimate .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-estimate .select2-selection.select2-selection--multiple,
.module-estimate .select2-selection.select2-selection--multiple .select2-selection__rendered li,
.module-estimate .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
}
.module-estimate .select2-autocomplete-custom-choice {
  color: #202945;
}
/*** GLOBAL CSS TEMPLATE Elone-v2 PAGE homepage ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/pages/css/homepage.less ***/
body.homepage {
  /* module slider */
}
body.homepage .zone-full-width .module-cluster {
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.homepage .zone-full-width .module-cluster {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
body.homepage .zone-full-width .module-cluster .module-search {
  left: 50%;
  transform: translate(-50%);
  bottom: 50px;
  position: absolute;
  z-index: 9;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.homepage .zone-full-width .module-cluster .module-search {
    position: relative;
    left: initial;
    bottom: initial;
    transform: initial;
  }
}
body.homepage .zone-full-width .module-cluster .module-search form {
  background: transparent /* @bg-search-row */;
}
body.homepage .zone-full-width .module-cluster .module-search form .line-wrapper.form-center {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 2 * 10px) / 1);
}
body.homepage .zone-full-width .module-cluster .module-search form .field {
  width: 18.9% /* @size-search-input-row */;
}
body.homepage .zone-full-width .module-cluster .module-search form label {
  color: #ffffff /* @txt-search-label-row */;
  text-shadow: 0 0 black;
}
body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .select2-selection.select2-selection--single,
body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .select2-selection.select2-selection--multiple,
body.homepage .zone-full-width .module-cluster .module-search form input {
  background: #ffffff /* bg-search-input-row */;
  color: #202945 /* txt-search-input-row */;
  margin-bottom: 0;
}
body.homepage .zone-full-width .module-cluster .module-search form .select2-container--default .select2-selection--single,
body.homepage .zone-full-width .module-cluster .module-search form .select2-container--default .select2-selection--single .select2-selection__rendered,
body.homepage .zone-full-width .module-cluster .module-search form form ::placeholder,
body.homepage .zone-full-width .module-cluster .module-search form input::placeholder,
body.homepage .zone-full-width .module-cluster .module-search form input {
  color: #202945 /* txt-search-input-row */;
}
body.homepage .zone-full-width .module-cluster .module-search form button > i {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  body.homepage .zone-full-width .module-cluster .module-search form {
    background: #202945 /* bg-search-column */;
    padding: 20px;
  }
  body.homepage .zone-full-width .module-cluster .module-search form label,
  body.homepage .zone-full-width .module-cluster .module-search form button > i,
  body.homepage .zone-full-width .module-cluster .module-search form button span {
    color: #202945 /* txt-search-label-column */;
  }
  body.homepage .zone-full-width .module-cluster .module-search form .select2-selection.select2-selection--single,
  body.homepage .zone-full-width .module-cluster .module-search form .select2-selection.select2-selection--multiple,
  body.homepage .zone-full-width .module-cluster .module-search form .select2-container--default .select2-selection--single,
  body.homepage .zone-full-width .module-cluster .module-search form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.homepage .zone-full-width .module-cluster .module-search form form ::placeholder,
  body.homepage .zone-full-width .module-cluster .module-search form input::placeholder,
  body.homepage .zone-full-width .module-cluster .module-search form input {
    background: #ffffff /* bg-search-input-column */;
    color: #202945 /* txt-search-input-column */;
    border-radius: 5px /* @radius */;
    margin: 0;
  }
  body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper {
    flex-direction: column;
    align-items: center;
  }
  body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .form-header {
    display: none;
  }
  body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
  body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field label {
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
  }
  body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field:last-child {
    border-right: none;
  }
  body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
    height: 50px;
    border: 0;
    border-radius: 5px;
  }
  body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    width: calc((100% - 1*12px) / 2);
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 640px) {
  body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  body.homepage .zone-full-width .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
}
body.homepage .module-slider {
  margin-bottom: 0px /* @paddingBody */;
  height: 100vh;
}
body.homepage .module-slider .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.homepage .module-slider .slider {
  height: 100%;
}
@media screen and (max-width: 1400px) {
  body.homepage .module-slider .owl-item img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body.homepage .module-slider {
    height: 55vw;
  }
}
/*** CSS WEBSITE Zecchini estate ***/
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUAw.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUAw.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUAw.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUAw.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUAw.ttf) format('truetype');
}
.field.message.textarea textarea::placeholder {
  font-family: EB Garamond, "Baskervville", serif;
}
.dropdown-subtype .select2-results__options li:first-child,
.dropdown-category .select2-results__options li:first-child {
  display: none;
}
a.button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #000;
  padding-right: 35px;
  /* place pour la flèche */
  padding-bottom: 6px;
}
/* Flèche */
a.button::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  transition: transform 0.3s ease;
}
/* Animation flèche */
a.button:hover::after {
  transform: translate(0, -50%);
}
/* Soulignement animé */
a.button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background-color: #202945;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
a.button:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.module-cms .picture {
  aspect-ratio: 1;
}
/* slection card */
.module.module-selection.template-8.selection-template-8 .picture {
  height: 100%;
}
.module.module-selection.template-8.selection-template-8 .picture img {
  display: block;
}
/* slection slider card */
.module.module-selection.template-9.selection-template-9 .content {
  position: absolute;
  bottom: 10px;
}
.module.module-selection.template-9.selection-template-9 .content .price,
.module.module-selection.template-9.selection-template-9 .content .title-selection {
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
.module.module-selection.template-9.selection-template-9 .content ul {
  display: none;
}
.module.module-selection.template-9.selection-template-9 .sticker {
  border-radius: 5px;
}
.zone-full-width .module-header {
  width: 100%;
  text-align: center;
}
.module-search {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  /* Animation fluide */
}
.homepage header {
  box-shadow: none;
}
.homepage header.is-active .flag-inline {
  display: block!important;
  box-shadow: none!important;
  background: transparent!important;
}
header {
  box-shadow: 0 2px 6px #0000001a;
}
header .module-logo img {
  filter: brightness(0) invert(1);
}
header > div {
  padding: 10px 20px;
}
header.fixed {
  border-bottom: 0 !important;
  background: #202945 !important;
  box-shadow: 0 2px 6px #0000001a;
}
header .zone-header-right .module-menu.main.column ul > li a {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1024px) {
  .faq {
    padding: 20px;
  }
}
.faq .module-header-title {
  color: #202945;
  font-weight: 600;
}
.faq .accordeon-content div p,
.faq .accordeon-content div li {
  font-size: 19px;
}
.faq .accordeon-title h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.faq .accordeon-title h2:hover {
  cursor: pointer;
}
.faq .accordeon-title .mdi::before {
  transform: rotate(0deg) !important;
}
.faq ul li {
  list-style: disc;
  list-style-position: outside;
}
.faq b {
  font-weight: 500;
}
.container.active i::before {
  transform: rotate(180deg) !important;
}
@media screen and (max-width: 1024px) {
  body.wrapper-off header * span,
  body.wrapper-off header * .mdi {
    color: #ffffff;
    fill: #ffffff;
  }
  body.wrapper-off header li:after {
    background: white;
  }
  body.wrapper-off header .module-social-menu.social-menu-template-2 .social__items > li a svg path {
    fill: #ffffff;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 466177 ***/
.zone-full_width .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster,
.module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster {
  position: relative;
}
.zone-full_width .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-search,
.module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-search {
  z-index: 99;
}
.zone-full_width .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms,
.module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms {
  overflow: visible;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zone-full_width .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
.module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
.zone-full_width .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle,
.module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle {
  font-size: 70px;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
  .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
  .zone-full_width .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle,
  .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms,
  .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
  }
  .zone-full_width .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
  .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
  .zone-full_width .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle,
  .module.module-466177.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle {
    font-size: 30px;
    color: #202945;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 466280 ***/
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster,
.module.module-466280.template-1.cluster-template-1.module-cluster {
  border-top: none;
  padding-top: 0;
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module,
.module.module-466280.template-1.cluster-template-1.module-cluster .module {
  width: 48%;
  border-top: none;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module,
  .module.module-466280.template-1.cluster-template-1.module-cluster .module {
    width: 100%;
  }
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module-466282,
.module.module-466280.template-1.cluster-template-1.module-cluster .module-466282 {
  width: 100%;
  padding: 0;
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module-466282 img,
.module.module-466280.template-1.cluster-template-1.module-cluster .module-466282 img {
  filter: brightness(0) invert(1);
  width: 250px;
  margin-bottom: 20px;
}
/*** CUSTOM CSS FROM BDD MODULE 472174 ***/
.zone-full_width .module.module-472174.template-1.cms-template-1.module-cms.only-text,
.module.module-472174.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-472174 {
  position: fixed;
  bottom: 46px;
  right: 30px;
  background: transparent;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.zone-full_width .module.module-472174.template-1.cms-template-1.module-cms.only-text .info,
.module.module-472174.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-472174 .info {
  position: relative;
  background: #202945b0;
  padding: 5px 5px 0px 5px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.zone-full_width .module.module-472174.template-1.cms-template-1.module-cms.only-text .info .control,
.module.module-472174.template-1.cms-template-1.module-cms.only-text .info .control,
.popup-module-cms.popup-module-472174 .info .control {
  position: absolute;
  z-index: -1;
  right: 200px;
}
.zone-full_width .module.module-472174.template-1.cms-template-1.module-cms.only-text .info div,
.module.module-472174.template-1.cms-template-1.module-cms.only-text .info div,
.popup-module-cms.popup-module-472174 .info div {
  cursor: pointer;
}
.zone-full_width .module.module-472174.template-1.cms-template-1.module-cms.only-text .info div img,
.module.module-472174.template-1.cms-template-1.module-cms.only-text .info div img,
.popup-module-cms.popup-module-472174 .info div img {
  width: 100%;
  margin: auto;
  padding: 0;
  filter: invert(1);
}
.zone-full_width .module.module-472174.template-1.cms-template-1.module-cms.only-text .info .pause,
.module.module-472174.template-1.cms-template-1.module-cms.only-text .info .pause,
.popup-module-cms.popup-module-472174 .info .pause {
  display: none;
  margin-bottom: 5px;
}
.zone-full_width .module.module-472174.template-1.cms-template-1.module-cms.only-text .info .pause.colorBlack,
.module.module-472174.template-1.cms-template-1.module-cms.only-text .info .pause.colorBlack,
.popup-module-cms.popup-module-472174 .info .pause.colorBlack {
  filter: initial;
}
.zone-full_width .module.module-472174.template-1.cms-template-1.module-cms.only-text .info .playOn.colorBlack,
.module.module-472174.template-1.cms-template-1.module-cms.only-text .info .playOn.colorBlack,
.popup-module-cms.popup-module-472174 .info .playOn.colorBlack {
  filter: none;
}
.zone-full_width .module.module-472174.template-1.cms-template-1.module-cms.only-text .info.displayPause .pause,
.module.module-472174.template-1.cms-template-1.module-cms.only-text .info.displayPause .pause,
.popup-module-cms.popup-module-472174 .info.displayPause .pause {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
}
.zone-full_width .module.module-472174.template-1.cms-template-1.module-cms.only-text .info.displayPause .playOn,
.module.module-472174.template-1.cms-template-1.module-cms.only-text .info.displayPause .playOn,
.popup-module-cms.popup-module-472174 .info.displayPause .playOn {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 466131 ***/
.zone-legal .module.module-466131.template-3.legal-template-3.module-legal.template3 .legal,
.module.module-466131.template-3.legal-template-3.module-legal.template3 .legal {
  color: white;
}
.zone-legal .module.module-466131.template-3.legal-template-3.module-legal.template3 .coockie,
.module.module-466131.template-3.legal-template-3.module-legal.template3 .coockie {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 466090 ***/
.zone-footer .module.module-466090.template-1.menu-template-1.module-menu.column,
.module.module-466090.template-1.menu-template-1.module-menu.column {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 20px;
  margin: 20px;
}
.zone-footer .module.module-466090.template-1.menu-template-1.module-menu.column ul,
.module.module-466090.template-1.menu-template-1.module-menu.column ul {
  flex-direction: row;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .zone-footer .module.module-466090.template-1.menu-template-1.module-menu.column ul,
  .module.module-466090.template-1.menu-template-1.module-menu.column ul {
    flex-direction: column;
  }
}
.zone-footer .module.module-466090.template-1.menu-template-1.module-menu.column ul .mdi,
.module.module-466090.template-1.menu-template-1.module-menu.column ul .mdi {
  display: none;
}
.zone-footer .module.module-466090.template-1.menu-template-1.module-menu.column ul span,
.module.module-466090.template-1.menu-template-1.module-menu.column ul span {
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*** CUSTOM CSS FROM BDD MODULE 466098 ***/
.zone-full_width .module.module-466098.template-6.cms-template-6.module-cms.auto-layout .info,
.module.module-466098.template-6.cms-template-6.module-cms.auto-layout .info,
.popup-module-cms.popup-module-466098 .info {
  gap: 20px;
}
.zone-full_width .module.module-466098.template-6.cms-template-6.module-cms.auto-layout .picture,
.module.module-466098.template-6.cms-template-6.module-cms.auto-layout .picture,
.popup-module-cms.popup-module-466098 .picture {
  aspect-ratio: 1;
  height: 500px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-466098.template-6.cms-template-6.module-cms.auto-layout .picture,
  .module.module-466098.template-6.cms-template-6.module-cms.auto-layout .picture,
  .popup-module-cms.popup-module-466098 .picture {
    height: 250px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 466879 ***/
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  padding: 0 20px;
  gap: 10px;
  height: 50vh;
  margin: 0 auto;
  /* Définir chaque bloc avec son area */
  /* Style des images */
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-466879.template-1.picture-template-1.module-picture.basic-mod {
    display: flex;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-466879.template-1.picture-template-1.module-picture.basic-mod {
    grid-template-areas: "a a b b c c" "a a b b c c" "a a b b c c";
  }
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-466879.template-1.picture-template-1.module-picture.basic-mod {
    grid-template-areas: "a a a b b b" "a a a b b b" "c c c b b b" "c c c b b b" "c c c d d d" "c c c d d d";
  }
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col {
  border-radius: 0;
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col img,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col img {
  border-radius: 5;
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:hover img,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:hover img {
  transform: scale(1);
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:nth-child(1),
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:nth-child(1) {
  grid-area: a;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:nth-child(1),
  .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:nth-child(1) {
    grid-area: c;
  }
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:nth-child(2),
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:nth-child(2) {
  grid-area: b;
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:nth-child(3),
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:nth-child(3) {
  grid-area: c;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:nth-child(3),
  .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col:nth-child(3) {
    grid-area: a;
  }
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col-1,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .col-1 {
  width: 100%;
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .container,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .container .content,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .container .content {
  top: initial;
  bottom: 0;
  left: 0;
  width: auto;
  transform: initial;
  transition: 0.5s transform ease;
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .container .content h2,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .container .content h2 {
  color: white;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 25px;
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .picture,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .picture {
  width: 100%;
  height: 100%;
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .module-header-title,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .module-header-title {
  margin-bottom: 10px;
}
.zone-full_width .module.module-466879.template-1.picture-template-1.module-picture.basic-mod .module-header-content p,
.module.module-466879.template-1.picture-template-1.module-picture.basic-mod .module-header-content p {
  font-size: 16px;
  line-height: 26px;
}
/*** CUSTOM CSS FROM BDD MODULE 466286 ***/
.zone-full_width .module.module-466286.template-1.picture-template-1.module-picture.basic-mod,
.module.module-466286.template-1.picture-template-1.module-picture.basic-mod {
  margin: 0;
}
.zone-full_width .module.module-466286.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-466286.template-1.picture-template-1.module-picture.basic-mod img {
  filter: none;
  transition: none;
  border-radius: 0;
  background-attachment: fixed;
}
.zone-full_width .module.module-466286.template-1.picture-template-1.module-picture.basic-mod img:hover,
.module.module-466286.template-1.picture-template-1.module-picture.basic-mod img:hover {
  transition: none;
}
.zone-full_width .module.module-466286.template-1.picture-template-1.module-picture.basic-mod .col,
.module.module-466286.template-1.picture-template-1.module-picture.basic-mod .col {
  aspect-ratio: auto;
  border-radius: 0;
}
.zone-full_width .module.module-466286.template-1.picture-template-1.module-picture.basic-mod .container,
.module.module-466286.template-1.picture-template-1.module-picture.basic-mod .container {
  aspect-ratio: auto;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  height: 600px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-466286.template-1.picture-template-1.module-picture.basic-mod .container,
  .module.module-466286.template-1.picture-template-1.module-picture.basic-mod .container {
    height: 300px;
  }
}
.zone-full_width .module.module-466286.template-1.picture-template-1.module-picture.basic-mod .container:hover img,
.module.module-466286.template-1.picture-template-1.module-picture.basic-mod .container:hover img {
  transform: none;
}
.zone-full_width .module.module-466286.template-1.picture-template-1.module-picture.basic-mod .container .content,
.module.module-466286.template-1.picture-template-1.module-picture.basic-mod .container .content {
  top: initial;
  bottom: 0;
  left: 0;
  width: auto;
  transform: initial;
  transition: 0.5s transform ease;
}
.zone-full_width .module.module-466286.template-1.picture-template-1.module-picture.basic-mod .container .content h2,
.module.module-466286.template-1.picture-template-1.module-picture.basic-mod .container .content h2 {
  color: white;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 35px;
  position: relative;
  z-index: 10;
}
/*** CUSTOM CSS FROM BDD MODULE 466157 ***/
.zone-full_width .module.module-466157.template-6.cms-template-6.module-cms.auto-layout .picture,
.module.module-466157.template-6.cms-template-6.module-cms.auto-layout .picture,
.popup-module-cms.popup-module-466157 .picture {
  height: 500px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-466157.template-6.cms-template-6.module-cms.auto-layout .picture,
  .module.module-466157.template-6.cms-template-6.module-cms.auto-layout .picture,
  .popup-module-cms.popup-module-466157 .picture {
    height: 250px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 466138 ***/
.zone-header_right .module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language,
.module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language,
.module.module-466138.template-2.language-template-2.module-language {
  /*.DropdownCaption{
    span.flag-icon.flag-icon-gb {
        display: block;
    }
    span{
        display: none;
    }
}*/
}
.zone-header_right .module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .current-flag.flag-icon.flag-icon-gb,
.module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .current-flag.flag-icon.flag-icon-gb,
.module.module-466138.template-2.language-template-2.module-language .current-flag.flag-icon.flag-icon-gb,
.zone-header_right .module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .current-flag.flag-icon.flag-icon-it,
.module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .current-flag.flag-icon.flag-icon-it,
.module.module-466138.template-2.language-template-2.module-language .current-flag.flag-icon.flag-icon-it,
.zone-header_right .module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .current-flag.flag-icon.flag-icon-fr,
.module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .current-flag.flag-icon.flag-icon-fr,
.module.module-466138.template-2.language-template-2.module-language .current-flag.flag-icon.flag-icon-fr {
  display: none;
}
.zone-header_right .module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .flag-inline li,
.module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .flag-inline li,
.module.module-466138.template-2.language-template-2.module-language .flag-inline li {
  display: block;
}
.zone-header_right .module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .flag-inline li.current,
.module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .flag-inline li.current,
.module.module-466138.template-2.language-template-2.module-language .flag-inline li.current {
  display: none;
}
.zone-header_right .module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .flag-inline li a span::before,
.module.module-466136.template-1.cluster-template-1.module-cluster .module.module-466138.template-2.language-template-2.module-language .flag-inline li a span::before,
.module.module-466138.template-2.language-template-2.module-language .flag-inline li a span::before {
  content: none;
}
/*** CUSTOM CSS FROM BDD MODULE 466283 ***/
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster,
.module.module-466283.template-1.cluster-template-1.module-cluster {
  padding-top: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 466284 ***/
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466284.template-1.picture-template-1.module-picture.basic-mod,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466284.template-1.picture-template-1.module-picture.basic-mod,
.module.module-466284.template-1.picture-template-1.module-picture.basic-mod {
  margin: 0;
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466284.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466284.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-466284.template-1.picture-template-1.module-picture.basic-mod img {
  filter: none;
  transition: none;
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466284.template-1.picture-template-1.module-picture.basic-mod img:hover,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466284.template-1.picture-template-1.module-picture.basic-mod img:hover,
.module.module-466284.template-1.picture-template-1.module-picture.basic-mod img:hover {
  transition: none;
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466284.template-1.picture-template-1.module-picture.basic-mod .container,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466284.template-1.picture-template-1.module-picture.basic-mod .container,
.module.module-466284.template-1.picture-template-1.module-picture.basic-mod .container {
  aspect-ratio: auto;
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466284.template-1.picture-template-1.module-picture.basic-mod .container:hover img,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466284.template-1.picture-template-1.module-picture.basic-mod .container:hover img,
.module.module-466284.template-1.picture-template-1.module-picture.basic-mod .container:hover img {
  transform: none;
}
/*** CUSTOM CSS FROM BDD MODULE 466281 ***/
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul,
.module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul,
.module.module-466281.template-1.social-menu-template-1.module-social-menu ul {
  flex-direction: row;
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li,
.module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li,
.module.module-466281.template-1.social-menu-template-1.module-social-menu ul li {
  margin: 0 9px;
  border: 1px solid white;
  border-radius: 30px;
  display: flex;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li i,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li i,
.module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li i,
.module.module-466281.template-1.social-menu-template-1.module-social-menu ul li i,
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li svg,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li svg,
.module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li svg,
.module.module-466281.template-1.social-menu-template-1.module-social-menu ul li svg {
  margin: 0;
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li a,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li a,
.module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu ul li a,
.module.module-466281.template-1.social-menu-template-1.module-social-menu ul li a {
  display: flex;
}
.zone-footer .module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu h2,
.module.module-466280.template-1.cluster-template-1.module-cluster .module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu h2,
.module.module-466283.template-1.cluster-template-1.module-cluster .module.module-466281.template-1.social-menu-template-1.module-social-menu h2,
.module.module-466281.template-1.social-menu-template-1.module-social-menu h2 {
  font-size: 32px;
}

