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

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

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

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

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

}*/
}
@media only screen and (max-width: 1024px) {
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column,
  .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column {
    text-align: right;
    width: 100%;
  }
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column button,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column button,
  .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column button {
    background: transparent;
  }
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul,
.module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: auto;
}
.zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li:first-child span,
.module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li:first-child span,
.module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li:first-child span {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul,
  .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul {
    display: none;
  }
  .zone-header_left .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li,
  .module.module-249139.top-header.template-1.cluster-template-1.module-cluster .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li,
  .module.module-248892.menu-scroll.template-1.menu-template-1.module-menu.column ul li {
    margin: 10px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 248372 ***/
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header,
.module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header {
  position: absolute;
  top: -25px;
}
@media only screen and (max-width: 1024px) {
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .module-header {
    display: none;
  }
}
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .mdi::before,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .mdi::before,
.module.module-248372.template-1.menu-template-1.module-menu.main.column .mdi::before {
  color: white !important;
}
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li,
.module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li {
  margin: 0;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column ul > li {
    padding: 5px 0;
  }
}
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu,
.module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu {
  position: relative;
}
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow,
.module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50%;
}
@media only screen and (max-width: 1024px) {
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > a > .dropdown-arrow {
    position: relative;
    bottom: inherit;
    left: inherit;
    translate: 0;
  }
}
.zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu.rotated > a > .dropdown-arrow,
.module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu.rotated > a > .dropdown-arrow,
.module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu.rotated > a > .dropdown-arrow {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > ul,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > ul,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > ul {
    display: flex !important;
  }
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul {
    display: none;
    position: absolute;
    background: #000000;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    min-width: 250px;
    flex-direction: column;
    gap: 5px;
    margin: 0;
  }
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li {
    margin-top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li a,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li a,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu > ul li a {
    color: #ffffff;
  }
  .zone-header_right .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > a > .dropdown-arrow,
  .module.module-254634.template-1.cluster-template-1.module-cluster .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > a > .dropdown-arrow,
  .module.module-248372.template-1.menu-template-1.module-menu.main.column .dropdown-menu:hover > a > .dropdown-arrow {
    transform: rotate(180deg);
  }
}
/*** CUSTOM CSS FROM BDD MODULE 519475 ***/
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text,
.module.module-519475.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-519475 {
  margin: 0;
  padding: 0;
  /* HERO VIDÉO */
  /* panneau spec façon Figma */
}
@keyframes scrolld {
  0% {
    opacity: 0.25;
    transform: scaleY(0.6);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0.25;
    transform: scaleY(0.6);
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero,
.popup-module-cms.popup-module-519475 .hero {
  position: relative;
  height: 92svh;
  min-height: 640px;
  max-height: 920px;
  overflow: hidden;
  background: linear-gradient(135deg, #161616 0%, #0e0e0e 45%, #080808 100%);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-video,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-video,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-video,
.popup-module-cms.popup-module-519475 .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-fallback,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-fallback,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-fallback,
.popup-module-cms.popup-module-519475 .hero-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 25%, rgba(255, 255, 255, 0.05), transparent 60%);
  pointer-events: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-overlay,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-overlay,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-overlay,
.popup-module-cms.popup-module-519475 .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0.5) 0%, rgba(8, 8, 8, 0.18) 30%, rgba(8, 8, 8, 0.35) 58%, rgba(8, 8, 8, 0.97) 100%);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-content,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-content,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-content,
.popup-module-cms.popup-module-519475 .hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 72px 72px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-content,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-content,
  .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-content,
  .popup-module-cms.popup-module-519475 .hero-content {
    padding: 0 20px 44px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-eyebrow,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-eyebrow,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-eyebrow,
.popup-module-cms.popup-module-519475 .hero-eyebrow {
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-eyebrow,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-eyebrow,
  .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-eyebrow,
  .popup-module-cms.popup-module-519475 .hero-eyebrow {
    margin-bottom: 18px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-title,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-title,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-title,
.popup-module-cms.popup-module-519475 .hero-title {
  font-size: clamp(34px, 6vw, 82px) !important;
  font-weight: 200 !important;
  line-height: 0.98 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-title,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-title,
  .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-title,
  .popup-module-cms.popup-module-519475 .hero-title {
    margin-bottom: 32px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-tagline,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-tagline,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-tagline,
.popup-module-cms.popup-module-519475 .hero-tagline {
  font-size: clamp(14px, 1.9vw, 22px);
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 30px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-sub,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-sub,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-sub,
.popup-module-cms.popup-module-519475 .hero-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
  line-height: 1.85;
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-sub,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-sub,
  .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-sub,
  .popup-module-cms.popup-module-519475 .hero-sub {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-actions,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-actions,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-actions,
.popup-module-cms.popup-module-519475 .hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-scroll,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-scroll,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .hero-scroll,
.popup-module-cms.popup-module-519475 .hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 0.5px;
  height: 46px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.7));
  animation: scrolld 2.4s ease infinite;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-inner,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-inner,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-inner,
.popup-module-cms.popup-module-519475 .histoire-inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 64px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-inner,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-inner,
  .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-inner,
  .popup-module-cms.popup-module-519475 .histoire-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-eyebrow,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-eyebrow,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-eyebrow,
.popup-module-cms.popup-module-519475 .histoire-eyebrow {
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-eyebrow::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-eyebrow::before,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-eyebrow::before,
.popup-module-cms.popup-module-519475 .histoire-eyebrow::before {
  content: '';
  width: 46px;
  height: 0.5px;
  background: linear-gradient(135deg, #ffffff 0%, #e8e8e8 12%, #b8b8b8 26%, #ffffff 40%, #9d9d9d 52%, #f4f4f4 64%, #a8a8a8 78%, #ededed 90%, #c4c4c4 100%);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-title,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-title,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-title,
.popup-module-cms.popup-module-519475 .histoire-title {
  font-size: clamp(26px, 3.3vw, 50px);
  font-weight: 200;
  line-height: 1.04;
  text-transform: uppercase;
  margin-bottom: clamp(36px, 4vw, 56px);
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-title,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-title,
  .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-title,
  .popup-module-cms.popup-module-519475 .histoire-title {
    margin-bottom: 32px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-title em,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-title em,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-title em,
.popup-module-cms.popup-module-519475 .histoire-title em {
  font-style: italic;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-grid,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-grid,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-grid,
.popup-module-cms.popup-module-519475 .histoire-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 64px;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-grid,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-grid,
  .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-grid,
  .popup-module-cms.popup-module-519475 .histoire-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-text p,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-text p,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-text p,
.popup-module-cms.popup-module-519475 .histoire-text p {
  font-size: 14.5px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  line-height: 2.05;
  margin-bottom: 18px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-text p:last-of-type,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-text p:last-of-type,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-text p:last-of-type,
.popup-module-cms.popup-module-519475 .histoire-text p:last-of-type {
  margin-bottom: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-text strong,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-text strong,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-text strong,
.popup-module-cms.popup-module-519475 .histoire-text strong {
  color: #ffffff;
  font-weight: 600;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-quote,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-quote,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-quote,
.popup-module-cms.popup-module-519475 .histoire-quote {
  margin-top: 30px;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.65;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-quote::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-quote::before,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-quote::before,
.popup-module-cms.popup-module-519475 .histoire-quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: linear-gradient(135deg, #ffffff 0%, #e8e8e8 12%, #b8b8b8 26%, #ffffff 40%, #9d9d9d 52%, #f4f4f4 64%, #a8a8a8 78%, #ededed 90%, #c4c4c4 100%);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-quote span,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-quote span,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-quote span,
.popup-module-cms.popup-module-519475 .histoire-quote span {
  font-weight: 400;
  background: linear-gradient(135deg, #ffffff 0%, #e8e8e8 12%, #b8b8b8 26%, #ffffff 40%, #9d9d9d 52%, #f4f4f4 64%, #a8a8a8 78%, #ededed 90%, #c4c4c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-spec,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-spec,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-spec,
.popup-module-cms.popup-module-519475 .histoire-spec {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  padding: 8px 28px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-spec::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-spec::before,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .histoire-spec::before,
.popup-module-cms.popup-module-519475 .histoire-spec::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05) 55%, rgba(255, 255, 255, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-row,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-row,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-row,
.popup-module-cms.popup-module-519475 .spec-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-row:last-child,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-row:last-child,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-row:last-child,
.popup-module-cms.popup-module-519475 .spec-row:last-child {
  border-bottom: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-k,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-k,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-k,
.popup-module-cms.popup-module-519475 .spec-k {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-v,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-v,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-v,
.popup-module-cms.popup-module-519475 .spec-v {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.01em;
  text-align: right;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-v em,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-v em,
.module.module-519475.template-1.cms-template-1.module-cms.only-text .spec-v em,
.popup-module-cms.popup-module-519475 .spec-v em {
  font-style: normal;
  background: linear-gradient(135deg, #ffffff 0%, #e8e8e8 12%, #b8b8b8 26%, #ffffff 40%, #9d9d9d 52%, #f4f4f4 64%, #a8a8a8 78%, #ededed 90%, #c4c4c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/*** CUSTOM CSS FROM BDD MODULE 519476 ***/
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod {
  max-width: 1340px;
  margin: 64px auto;
  margin-bottom: 84px;
  padding: 0 64px;
  /* =========================
   POLE CARD
========================= */
  /* =========================
   CONTENT
========================= */
  /* animated line */
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-519476.template-1.picture-template-1.module-picture.basic-mod {
    padding: 0;
    margin-bottom: 32px;
    margin: 22px auto ;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .histoire-poles,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .histoire-poles,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .histoire-poles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .histoire-poles,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .histoire-poles,
  .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .histoire-poles {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #161616;
  text-decoration: none;
  display: block;
  /* border gradient */
  /* image */
  /* overlay gradient */
  /* hover line animation */
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card::before,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.05) 55%, rgba(255, 255, 255, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 4;
  pointer-events: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card img,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card img,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%) contrast(1.04) brightness(0.78);
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card:hover img,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card:hover img,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card:hover img {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(0.92);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card::after,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card::after,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(8, 8, 8, 0.92) 4%, rgba(8, 8, 8, 0.25) 38%, transparent 62%);
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card:hover .pole-line,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card:hover .pole-line,
  .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card:hover .pole-line {
    transform: scaleX(1);
  }
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card:hover p,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card:hover p,
  .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-card:hover p {
    max-height: 60px;
    opacity: 1;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-info,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-info,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 22px 20px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-num,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-num,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-num {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-num::after,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-num::after,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-num::after {
  content: '';
  flex: 1;
  height: 0.5px;
  background: rgba(255, 255, 255, 0.2);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-name,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-name,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-line,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-line,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod .pole-line {
  width: 24px;
  height: 2px;
  background: linear-gradient(135deg, #ffffff 0%, #e8e8e8 12%, #b8b8b8 26%, #ffffff 40%, #9d9d9d 52%, #f4f4f4 64%, #a8a8a8 78%, #ededed 90%, #c4c4c4 100%);
  margin: 12px 0;
  transform: scaleX(0.3);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod p,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod p,
.module.module-519476.template-1.picture-template-1.module-picture.basic-mod p {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod p,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519476.template-1.picture-template-1.module-picture.basic-mod p,
  .module.module-519476.template-1.picture-template-1.module-picture.basic-mod p {
    opacity: 1;
    height: auto;
    max-height: initial;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 519478 ***/
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text,
.module.module-519478.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-519478 {
  /* =========================
   MARQUEE
   ========================= */
  margin-bottom: 0;
  /* =========================
   CHIFFRES
   ========================= */
  /* =========================
   ÉQUIPE
   ========================= */
  /* =========================
   REVIEWS
   ========================= */
  /* =========================
   AGENCES
   ========================= */
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section,
.popup-module-cms.popup-module-519478 .marquee-section {
  background: #101010;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  position: relative;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::before,
.popup-module-cms.popup-module-519478 .marquee-section::before,
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::after,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::after,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::after,
.popup-module-cms.popup-module-519478 .marquee-section::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::before,
.popup-module-cms.popup-module-519478 .marquee-section::before {
  left: 0;
  background: linear-gradient(to right, #101010, transparent);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::after,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::after,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-section::after,
.popup-module-cms.popup-module-519478 .marquee-section::after {
  right: 0;
  background: linear-gradient(to left, #101010, transparent);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-track,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-track,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-track,
.popup-module-cms.popup-module-519478 .marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-track:hover,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-track:hover,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-track:hover,
.popup-module-cms.popup-module-519478 .marquee-track:hover {
  animation-play-state: paused;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-item,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-item,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-item,
.popup-module-cms.popup-module-519478 .marquee-item {
  font-size: 13px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  padding: 24px 40px;
  white-space: nowrap;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-dot,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-dot,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .marquee-dot,
.popup-module-cms.popup-module-519478 .marquee-dot {
  width: 5px;
  height: 5px;
  background: linear-gradient(135deg, #d9d9d9, #ffffff, #bdbdbd);
  transform: rotate(45deg);
  flex-shrink: 0;
  top: 35px;
  position: relative;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-section,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-section,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-section,
.popup-module-cms.popup-module-519478 .chiffres-section {
  background: #101010;
  padding: clamp(72px, 9vw, 128px) 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-section,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-section,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-section,
  .popup-module-cms.popup-module-519478 .chiffres-section {
    padding: 60px 0;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-section::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-section::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-section::before,
.popup-module-cms.popup-module-519478 .chiffres-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 55% at 50% 42%, rgba(255, 255, 255, 0.045), transparent 68%);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-inner,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-inner,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-inner,
.popup-module-cms.popup-module-519478 .chiffres-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-inner,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-inner,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-inner,
  .popup-module-cms.popup-module-519478 .chiffres-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-head,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-head,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-head,
.popup-module-cms.popup-module-519478 .chiffres-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto clamp(44px, 5vw, 68px);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-eyebrow,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-eyebrow,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-eyebrow,
.popup-module-cms.popup-module-519478 .chiffres-eyebrow {
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-title,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-title,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-title,
.popup-module-cms.popup-module-519478 .chiffres-title {
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.1;
  padding-bottom: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-title em,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-title em,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-title em,
.popup-module-cms.popup-module-519478 .chiffres-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-lead,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-lead,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-lead,
.popup-module-cms.popup-module-519478 .chiffres-lead {
  font-size: 13.5px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.9;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-panel,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-panel,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-panel,
.popup-module-cms.popup-module-519478 .chiffres-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-panel,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-panel,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-panel,
  .popup-module-cms.popup-module-519478 .chiffres-panel {
    grid-template-columns: 1fr;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-panel::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-panel::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffres-panel::before,
.popup-module-cms.popup-module-519478 .chiffres-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.05) 55%, rgba(255, 255, 255, 0.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre,
.popup-module-cms.popup-module-519478 .chiffre {
  padding: clamp(40px, 4.5vw, 60px) 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre,
  .popup-module-cms.popup-module-519478 .chiffre {
    padding: 34px 20px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre + .chiffre::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre + .chiffre::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre + .chiffre::before,
.popup-module-cms.popup-module-519478 .chiffre + .chiffre::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 0;
  bottom: auto;
  width: auto;
  height: 0.5px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.16), transparent);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-idx,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-idx,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-idx,
.popup-module-cms.popup-module-519478 .chiffre-idx {
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-idx,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-idx,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-idx,
  .popup-module-cms.popup-module-519478 .chiffre-idx {
    grid-column: 1;
    grid-row: 1;
    font-size: 10px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-val,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-val,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-val,
.popup-module-cms.popup-module-519478 .chiffre-val {
  font-size: clamp(46px, 5.2vw, 82px);
  font-weight: 200;
  line-height: 0.92;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #d9d9d9, #ffffff, #bdbdbd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-val .sm,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-val .sm,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-val .sm,
.popup-module-cms.popup-module-519478 .chiffre-val .sm {
  font-size: 0.5em;
  font-weight: 300;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.55);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-stars,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-stars,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-stars,
.popup-module-cms.popup-module-519478 .chiffre-stars {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 16px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-stars svg,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-stars svg,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-stars svg,
.popup-module-cms.popup-module-519478 .chiffre-stars svg {
  width: 14px;
  height: 14px;
  fill: #ffcc66;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-label,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-label,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .chiffre-label,
.popup-module-cms.popup-module-519478 .chiffre-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-section,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-section,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-section,
.popup-module-cms.popup-module-519478 .equipe-section {
  background: #0b0b0b;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.12);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-inner,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-inner,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-inner,
.popup-module-cms.popup-module-519478 .equipe-inner {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  min-height: clamp(540px, 52vw, 720px);
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-inner,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-inner,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-inner,
  .popup-module-cms.popup-module-519478 .equipe-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual,
.popup-module-cms.popup-module-519478 .equipe-visual {
  position: relative;
  overflow: hidden;
  background: #151515;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual img,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual img,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual img,
.popup-module-cms.popup-module-519478 .equipe-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(35%) contrast(1.06);
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), filter 0.9s;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual:hover img,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual:hover img,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual:hover img,
.popup-module-cms.popup-module-519478 .equipe-visual:hover img {
  transform: scale(1.045);
  filter: grayscale(0%);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual::after,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual::after,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-visual::after,
.popup-module-cms.popup-module-519478 .equipe-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 55%, rgba(8, 8, 8, 0.55));
  pointer-events: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-tag,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-tag,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-tag,
.popup-module-cms.popup-module-519478 .equipe-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #0b0b0b;
  padding: 14px 22px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.12);
  border-right: 0.5px solid rgba(255, 255, 255, 0.12);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-copy,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-copy,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-copy,
.popup-module-cms.popup-module-519478 .equipe-copy {
  padding: clamp(52px, 6vw, 104px) clamp(36px, 4.5vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-copy,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-copy,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-copy,
  .popup-module-cms.popup-module-519478 .equipe-copy {
    padding: 48px 24px 56px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-eyebrow,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-eyebrow,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-eyebrow,
.popup-module-cms.popup-module-519478 .equipe-eyebrow {
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  margin-bottom: 24px;
  display: block;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-title,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-title,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-title,
.popup-module-cms.popup-module-519478 .equipe-title {
  font-size: clamp(27px, 3.4vw, 50px);
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.06;
  padding-bottom: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-title em,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-title em,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-title em,
.popup-module-cms.popup-module-519478 .equipe-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-block,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-block,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-block,
.popup-module-cms.popup-module-519478 .equipe-block {
  margin-top: 34px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-block + .equipe-block,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-block + .equipe-block,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .equipe-block + .equipe-block,
.popup-module-cms.popup-module-519478 .equipe-block + .equipe-block {
  margin-top: 26px;
  padding-top: 30px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.12);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .eb-title,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .eb-title,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .eb-title,
.popup-module-cms.popup-module-519478 .eb-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 13px;
  padding-bottom: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .eb-text,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .eb-text,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .eb-text,
.popup-module-cms.popup-module-519478 .eb-text {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.95;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .eb-text strong,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .eb-text strong,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .eb-text strong,
.popup-module-cms.popup-module-519478 .eb-text strong {
  color: #ffffff;
  font-weight: 600;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-section,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-section,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-section,
.popup-module-cms.popup-module-519478 .reviews-section {
  background: #0b0b0b;
  padding: 96px 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-section,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-section,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-section,
  .popup-module-cms.popup-module-519478 .reviews-section {
    padding: 60px 0;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-inner,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-inner,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-inner,
.popup-module-cms.popup-module-519478 .reviews-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 72px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-inner,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-inner,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-inner,
  .popup-module-cms.popup-module-519478 .reviews-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-head,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-head,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-head,
.popup-module-cms.popup-module-519478 .reviews-head {
  text-align: center;
  margin-bottom: 24px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-eyebrow,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-eyebrow,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-eyebrow,
.popup-module-cms.popup-module-519478 .reviews-eyebrow {
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-title,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-title,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-title,
.popup-module-cms.popup-module-519478 .reviews-title {
  font-size: clamp(26px, 3.4vw, 46px);
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.08;
  padding-bottom: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-title em,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-title em,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-title em,
.popup-module-cms.popup-module-519478 .reviews-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-grid,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-grid,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-grid,
.popup-module-cms.popup-module-519478 .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-grid,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-grid,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .reviews-grid,
  .popup-module-cms.popup-module-519478 .reviews-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    scrollbar-width: none;
    margin-left: -20px;
    margin-right: -20px;
    padding: 2px 20px 4px;
    max-width: none;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .review-card,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .review-card,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .review-card,
.popup-module-cms.popup-module-519478 .review-card {
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015) 40%, rgba(255, 255, 255, 0.005));
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .review-card,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .review-card,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .review-card,
  .popup-module-cms.popup-module-519478 .review-card {
    flex: 0 0 84vw;
    max-width: 360px;
    scroll-snap-align: center;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .review-card::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .review-card::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .review-card::before,
.popup-module-cms.popup-module-519478 .review-card::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.08) 25%, rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0.25) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .google-badge,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .google-badge,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .google-badge,
.popup-module-cms.popup-module-519478 .google-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto 52px;
  padding: 14px 24px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  position: relative;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .google-badge-wrap,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .google-badge-wrap,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .google-badge-wrap,
.popup-module-cms.popup-module-519478 .google-badge-wrap {
  display: flex;
  justify-content: center;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .google-badge::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .google-badge::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .google-badge::before,
.popup-module-cms.popup-module-519478 .google-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-logo,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-logo,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .g-logo,
.popup-module-cms.popup-module-519478 .g-logo {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-info,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-info,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .g-info,
.popup-module-cms.popup-module-519478 .g-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-stars-row,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-stars-row,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .g-stars-row,
.popup-module-cms.popup-module-519478 .g-stars-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-rating,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-rating,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .g-rating,
.popup-module-cms.popup-module-519478 .g-rating {
  font-size: 17px;
  font-weight: 700;
  color: white;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-stars,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-stars,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .g-stars,
.popup-module-cms.popup-module-519478 .g-stars {
  display: flex;
  gap: 2px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-stars svg,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-stars svg,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .g-stars svg,
.popup-module-cms.popup-module-519478 .g-stars svg {
  width: 13px;
  height: 13px;
  fill: #c9a84c;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-label,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .g-label,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .g-label,
.popup-module-cms.popup-module-519478 .g-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff8c;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-text,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-text,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-text,
.popup-module-cms.popup-module-519478 .rc-text {
  font-size: 13.5px;
  font-weight: 300;
  color: #ffffffd1;
  line-height: 1.85;
  flex-grow: 1;
  margin-bottom: 24px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-foot,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-foot,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-foot,
.popup-module-cms.popup-module-519478 .rc-foot {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 20px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.08);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-avatar,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-avatar,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-avatar,
.popup-module-cms.popup-module-519478 .rc-avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ffffff 0%, #e8e8e8 12%, #b8b8b8 26%, #ffffff 40%, #9d9d9d 52%, #f4f4f4 64%, #a8a8a8 78%, #ededed 90%, #c4c4c4 100%);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-head,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-head,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-head,
.popup-module-cms.popup-module-519478 .rc-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-stars svg,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-stars svg,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-stars svg,
.popup-module-cms.popup-module-519478 .rc-stars svg {
  width: 15px;
  height: 15px;
  fill: #ffcc66;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-source,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-source,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .rc-source,
.popup-module-cms.popup-module-519478 .rc-source {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section,
.popup-module-cms.popup-module-519478 .agences-section {
  background: #0e0e0e;
  padding: clamp(72px, 9vw, 128px) 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section,
  .popup-module-cms.popup-module-519478 .agences-section {
    padding: 60px 0;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-inner,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-inner,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-inner,
.popup-module-cms.popup-module-519478 .agences-section .agences-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 64px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-inner,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-inner,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-inner,
  .popup-module-cms.popup-module-519478 .agences-section .agences-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-head,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-head,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-head,
.popup-module-cms.popup-module-519478 .agences-section .agences-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  margin-bottom: clamp(36px, 4vw, 56px);
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-head,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-head,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-head,
  .popup-module-cms.popup-module-519478 .agences-section .agences-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-eyebrow,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-eyebrow,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-eyebrow,
.popup-module-cms.popup-module-519478 .agences-section .agences-eyebrow {
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-eyebrow::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-eyebrow::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-eyebrow::before,
.popup-module-cms.popup-module-519478 .agences-section .agences-eyebrow::before {
  content: '';
  width: 46px;
  height: 0.5px;
  background: linear-gradient(135deg, #ffffff 0%, #e8e8e8 12%, #b8b8b8 26%, #ffffff 40%, #9d9d9d 52%, #f4f4f4 64%, #a8a8a8 78%, #ededed 90%, #c4c4c4 100%);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-title,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-title,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-title,
.popup-module-cms.popup-module-519478 .agences-section .agences-title {
  font-size: clamp(30px, 4.2vw, 66px);
  font-weight: 200;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-title em,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-title em,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-title em,
.popup-module-cms.popup-module-519478 .agences-section .agences-title em {
  display: block;
  font-style: italic;
  color: rgba(255, 255, 255, 0.48);
  margin-top: 4px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-lead,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-lead,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-lead,
.popup-module-cms.popup-module-519478 .agences-section .agences-lead {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.9;
  max-width: 340px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-list,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-list,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-list,
.popup-module-cms.popup-module-519478 .agences-section .agences-list {
  border-top: 0.5px solid rgba(255, 255, 255, 0.14);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row,
.popup-module-cms.popup-module-519478 .agences-section .ag-row {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr auto 110px;
  align-items: center;
  gap: 30px;
  padding: 28px 10px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  transition: padding-left 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row,
  .popup-module-cms.popup-module-519478 .agences-section .ag-row {
    grid-template-columns: 1fr auto;
    gap: 3px 16px;
    padding: 22px 2px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row::before,
.popup-module-cms.popup-module-519478 .agences-section .ag-row::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 80%);
  transition: width 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover,
.popup-module-cms.popup-module-519478 .agences-section .ag-row:hover {
  padding-left: 26px;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover::before,
.popup-module-cms.popup-module-519478 .agences-section .ag-row:hover::before {
  width: 100%;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover .ag-name,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover .ag-name,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover .ag-name,
.popup-module-cms.popup-module-519478 .agences-section .ag-row:hover .ag-name {
  transform: translateX(8px);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover .ag-addr,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover .ag-addr,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover .ag-addr,
.popup-module-cms.popup-module-519478 .agences-section .ag-row:hover .ag-addr {
  opacity: 1;
  transform: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover .ag-arr,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover .ag-arr,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-row:hover .ag-arr,
.popup-module-cms.popup-module-519478 .agences-section .ag-row:hover .ag-arr {
  color: #ffffff;
  transform: scale(1.04);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-idx,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-idx,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-idx,
.popup-module-cms.popup-module-519478 .agences-section .ag-idx {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-main,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-main,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-main,
.popup-module-cms.popup-module-519478 .agences-section .ag-main {
  position: relative;
  z-index: 1;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-name,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-name,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-name,
.popup-module-cms.popup-module-519478 .agences-section .ag-name {
  font-size: clamp(19px, 2.3vw, 33px);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-block;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-addr,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-addr,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-addr,
.popup-module-cms.popup-module-519478 .agences-section .ag-addr {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  line-height: 1.5;
  text-align: right;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-addr,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-addr,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-addr,
  .popup-module-cms.popup-module-519478 .agences-section .ag-addr {
    grid-column: 1;
    grid-row: 3;
    text-align: left;
    opacity: 1;
    transform: none;
    margin-top: 6px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-arr,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-arr,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-arr,
.popup-module-cms.popup-module-519478 .agences-section .ag-arr {
  font-size: clamp(32px, 4.6vw, 60px);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.07);
  letter-spacing: -0.04em;
  text-align: right;
  position: relative;
  z-index: 1;
  line-height: 1;
  transition: color 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-arr,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-arr,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .ag-arr,
  .popup-module-cms.popup-module-519478 .agences-section .ag-arr {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    font-size: 46px;
    color: rgba(255, 255, 255, 0.8);
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-foot,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-foot,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-foot,
.popup-module-cms.popup-module-519478 .agences-section .agences-foot {
  margin-top: clamp(40px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-foot p,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-foot p,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .agences-section .agences-foot p,
.popup-module-cms.popup-module-519478 .agences-section .agences-foot p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  max-width: 380px;
  line-height: 1.8;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band,
.popup-module-cms.popup-module-519478 .cta-band {
  background: #080808;
  padding: 110px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band,
  .popup-module-cms.popup-module-519478 .cta-band {
    padding: 64px 0;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band::before,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band::before,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band::before,
.popup-module-cms.popup-module-519478 .cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(255, 255, 255, 0.05), transparent 70%);
  pointer-events: none;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-inner,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-inner,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-inner,
.popup-module-cms.popup-module-519478 .cta-band .cta-band-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-inner,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-inner,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-inner,
  .popup-module-cms.popup-module-519478 .cta-band .cta-band-inner {
    padding: 0 20px;
  }
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-eyebrow,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-eyebrow,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-eyebrow,
.popup-module-cms.popup-module-519478 .cta-band .cta-band-eyebrow {
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
  margin-bottom: 24px;
  display: block;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-title,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-title,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-title,
.popup-module-cms.popup-module-519478 .cta-band .cta-band-title {
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 200;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.04;
  margin-bottom: 28px;
  padding-bottom: 0;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-title em,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-title em,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-title em,
.popup-module-cms.popup-module-519478 .cta-band .cta-band-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-sub,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-sub,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-sub,
.popup-module-cms.popup-module-519478 .cta-band .cta-band-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-actions,
.module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-actions,
.module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-actions,
.popup-module-cms.popup-module-519478 .cta-band .cta-band-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-actions,
  .module.module-519477.template-1.cluster-template-1.module-cluster .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-actions,
  .module.module-519478.template-1.cms-template-1.module-cms.only-text .cta-band .cta-band-actions,
  .popup-module-cms.popup-module-519478 .cta-band .cta-band-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 248484 ***/
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster,
.module.module-248484.template-1.cluster-template-1.module-cluster {
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 10px 0 20px 0;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-counter {
  margin-right: 5px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter .mdi:before,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter .mdi:before,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-counter .mdi:before {
  font-size: 25px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter span,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-counter span,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-counter span {
  color: black;
  left: 10px;
  font-size: 10px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu {
  justify-content: right;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul {
  display: flex;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul .mdi,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul .mdi,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul .mdi {
  margin-right: 2px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul span,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul span,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-social-menu ul span {
  display: none;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language {
  justify-content: right;
  flex-direction: row-reverse;
  width: 100%;
  padding-right: 9px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper {
  left: -15px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper span,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper span,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .FieldWrapper span {
  font-weight: 500;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent {
  padding-top: 0;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent label,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent label,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent label {
  line-height: 30px;
  width: fit-content;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent span,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent span,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .CaptationContent span {
  padding-right: 10px;
  font-weight: 500;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 10px;
  padding-left: 10px;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header p,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header p,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header p {
  margin-bottom: 0;
}
.zone-header_left .module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header a,
.module.module-248483.template-1.cluster-template-1.module-cluster .module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header a,
.module.module-248484.template-1.cluster-template-1.module-cluster .module-language .module-header a {
  font-weight: 500;
}

