@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.layout {
  max-width: 1440px;
  margin: 0 auto;
}
.fixed {
  position: fixed;
  top: 0;
  right: 10px /* @paddingBody */;
  left: 10px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}
.ratio[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}
.ratio[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}
/* 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/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/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;
  }
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/StructuredCms/Resources/css/main.css ***/
.module-structured-cms .picture-container img {
  width: 100%;
}
.module-structured-cms figure img {
  max-width: 100%!important;
  height: auto!important;
}
.structured-cms-template-2 {
  overflow: hidden;
}
.structured-cms-template-2 > div:first-child {
  overflow: hidden;
}
.structured-cms-template-2 > div:first-child .picture {
  float: left;
  width: 50%;
  height: 400px;
}
.structured-cms-template-2 > div:first-child .picture img {
  max-width: 100%;
}
.structured-cms-template-2 > div:first-child article {
  float: right;
  width: 50%;
  padding: 40px;
  text-align: center;
}
.structured-cms-template-2 > .list {
  margin-top: 1%;
}
.structured-cms-template-2 > .list > .picture,
.structured-cms-template-2 > .list > a {
  float: left;
  width: 24.2%;
  height: 60px;
  overflow: hidden;
}
.structured-cms-template-2 > .list > .picture {
  margin-right: 1%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.5;
}
.structured-cms-template-2 > .list > .picture:hover {
  opacity: 1;
}
.structured-cms-template-2 > .list img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .structured-cms-template-2 > div:first-child .picture,
  .structured-cms-template-2 > div:first-child article {
    float: none;
    width: 100%;
  }
}
/*** CSS BASE TEMPLATE Zenia-v2 PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia-v2/Resources/modules/css/structured-cms.less ***/
/* template 1 */
.module-structured-cms.structured-cms-template-1 .cms-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.module-structured-cms.structured-cms-template-1 .cms-list li {
  width: 48%;
  overflow: hidden;
  margin-bottom: 40px;
}
.module-structured-cms.structured-cms-template-1 .cms-list li .picture {
  float: none;
  width: 100%;
  border-radius: 20px;
}
.module-structured-cms.structured-cms-template-1 .cms-list li .picture-container img {
  height: 100% !important;
  width: auto !important;
}
.module-structured-cms.structured-cms-template-1 .cms-list li .content h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.module-structured-cms.structured-cms-template-1 .cms-list li .content p {
  text-align: justify;
  line-height: 24px;
}
.module-structured-cms.structured-cms-template-1 nav.pager > ul > li {
  width: 30px;
  height: 30px;
  background: rgba(0, 4, 90, 0.9);
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 2px;
}
.module-structured-cms.structured-cms-template-1 nav.pager > ul > li i {
  color: #fff;
}
.module-structured-cms.structured-cms-template-1 nav.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.module-structured-cms.structured-cms-template-1 nav.pager {
  margin: 25px 0 0;
}
.module-structured-cms.structured-cms-template-1 nav.pager > ul > li.current {
  background: #00045a /* color 4 */;
}
.module-structured-cms.structured-cms-template-1 nav.pager > ul > li.disable {
  opacity: 0.3;
}
.module-structured-cms.structured-cms-template-1 .picture {
  height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module-structured-cms.structured-cms-template-1 .picture-container {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 20px;
  height: 250px;
  overflow: hidden;
}
.module-structured-cms.structured-cms-template-1 .picture-container img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  width: auto;
  max-width: 120%;
  max-height: 120%;
}
.module-structured-cms.structured-cms-template-1 .content {
  margin-top: 20px;
}
.module-structured-cms.structured-cms-template-1 .content h4 {
  display: block;
  margin-bottom: 10px;
}
.module-structured-cms.structured-cms-template-1 .content h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .module-structured-cms.structured-cms-template-1 .cms-list li {
    width: 100% !important;
  }
  .module-structured-cms.structured-cms-template-1 .cms-list li:first-child .picture-container {
    height: 320px;
  }
  .module-structured-cms.structured-cms-template-1 .cms-list li .picture-container img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 540px) {
  .module-structured-cms.structured-cms-template-1 .cms-list li .picture-container img {
    max-width: none;
    width: auto !important;
    height: 100% !important;
  }
}
/* template 5 */
.structured-cms-template-5 {
  position: relative;
  overflow: hidden;
}
.structured-cms-template-5 .button {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 10px 20px;
}
.structured-cms-template-5 > .content {
  position: relative;
  overflow: hidden;
}
.structured-cms-template-5 > .content .picture {
  float: left;
  width: 50%;
  height: 400px;
}
.structured-cms-template-5 > .content .picture img {
  max-width: 100%;
}
.structured-cms-template-5 > .content article {
  float: right;
  width: 50%;
  padding: 40px;
  text-align: center;
}
.structured-cms-template-5 > .list {
  margin-top: 1%;
}
.structured-cms-template-5 > .list > .picture,
.structured-cms-template-5 > .list > a {
  float: left;
  width: 24.2%;
  height: 60px;
  overflow: hidden;
}
.structured-cms-template-5 > .list > .picture {
  margin-right: 1%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.5;
}
.structured-cms-template-5 > .list > .picture:hover {
  opacity: 1;
}
.structured-cms-template-5 > .list img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .structured-cms-template-5 > .content .picture,
  .structured-cms-template-5 > .content article {
    float: none;
    width: 100%;
  }
}
.structured-cms-template-5 > div:first-child article p {
  text-align: justify;
}
.structured-cms-template-5 > .list {
  padding-top: 10px;
}
/*** 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 Zenia-v2 PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia-v2/Resources/modules/css/legal.less ***/
.module-legal h1,
.module-legal h2 {
  padding-bottom: 0;
  margin-top: 30px;
  margin-bottom: 15px;
}
.module-legal .publisher h2,
.module-legal .editor h2 {
  margin-top: 10px;
}
.module-legal .editor p {
  margin-bottom: 0;
}
.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.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: 30px;
  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 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 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 TEMPLATE Zenia-v2 PLUGIN Newsletter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia-v2/Resources/modules/css/newsletter.less ***/
.module-newsletter.template-2 {
  padding: 20px;
  background: #00045a;
  /* @backgroundForm */
  border-radius: 20px;
}
.module-newsletter.template-2 input[type="text"],
.module-newsletter.template-2 input[type="email"],
.module-newsletter.template-2 input[type="password"],
.module-newsletter.template-2 input[type="tel"],
.module-newsletter.template-2 textarea,
.module-newsletter.template-2 select,
.module-newsletter.template-2 .ms-choice,
.module-newsletter.template-2 .ms-choice.disabled,
.module-newsletter.template-2 .SumoSelect,
.module-newsletter.template-2 .select2-container--default .select2-selection {
  background: #00045a;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
}
.module-newsletter.template-2 .rgpd label {
  color: #ffffff;
  margin-left: 5px;
}
.module-newsletter.template-2 .rgpd a {
  text-decoration: underline;
  color: #ffffff;
}
.module-newsletter.template-2 .rgpd a:hover {
  border-bottom: none;
}
.module-newsletter.template-2 .module-header .module-header-title,
.module-newsletter.template-2 .module-header .module-header-content,
.module-newsletter.template-2 .module-header .module-header-subtitle,
.module-newsletter.template-2 .module-header p {
  color: #ffffff;
  display: block;
}
.module-newsletter.template-2 button {
  margin-top: 10px;
}
.popup-module-newsletter.template-1,
.popup-module-newsletter.template-3 {
  padding: 20px;
  background: #00045a;
  /* @backgroundForm */
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  cursor: auto;
}
.popup-module-newsletter.template-1 .rgpd,
.popup-module-newsletter.template-3 .rgpd {
  position: absolute;
  top: 140px;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}
.popup-module-newsletter.template-1 .rgpd label,
.popup-module-newsletter.template-3 .rgpd label {
  color: #ffffff;
  margin-left: 5px;
}
.popup-module-newsletter.template-1 .rgpd a,
.popup-module-newsletter.template-3 .rgpd a {
  text-decoration: underline;
  color: #ffffff;
}
.popup-module-newsletter.template-1 .rgpd a:hover,
.popup-module-newsletter.template-3 .rgpd a:hover {
  border-bottom: none;
}
.popup-module-newsletter.template-1 input[type="email"],
.popup-module-newsletter.template-3 input[type="email"] {
  background: #00045a;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 80px;
  right: 0;
  height: 40px;
}
.popup-module-newsletter.template-1 form[name="newsletter-form"],
.popup-module-newsletter.template-3 form[name="newsletter-form"] {
  height: 270px;
}
.popup-module-newsletter.template-1 .submit,
.popup-module-newsletter.template-3 .submit {
  position: absolute;
  height: 45px;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
}
@media only screen and (max-width: 640px) {
  .popup-module-newsletter.template-1 .submit,
  .popup-module-newsletter.template-3 .submit {
    top: 220px;
  }
}
.popup-module-newsletter.template-1 .submit span,
.popup-module-newsletter.template-3 .submit span {
  font-family: "Public Sans", sans-serif;
}
.popup-module-newsletter.template-1 .mfp-close,
.popup-module-newsletter.template-3 .mfp-close {
  right: 10px;
  top: 10px;
  color: #ffffff;
  background: transparent;
  margin: 0px;
  border: none;
}
/*** CSS BASE PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Lead/Resources/css/lead.css ***/
.popup-module-lead.dynamic_label .field,
.module-lead.dynamic_label .field {
  position: relative;
  display: block;
}
.mfp-container .select2-container {
  border: 1px solid #d1d5db;
  margin-bottom: 8px;
  border-radius: 0.35rem;
  background-color: white;
}
.mfp-container .select2-container .select2-selection--single {
  background-color: transparent;
}
.popup-module-lead.dynamic_label form label,
.module-lead.dynamic_label form label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  z-index: 99999;
  padding-right: 3px;
  padding-left: 3px;
  cursor: text;
  font-size: 75%;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus) + *,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.popup-module-lead.dynamic_label form select::placeholder,
.popup-module-lead.dynamic_label form input::placeholder,
.module-lead.dynamic-label form select::placeholder,
.module-lead.dynamic_label form input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form[name=lead-form] form {
  position: relative;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=lead-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=lead-form] .field.hidden {
  display: none;
}
form[name=lead-form] .room_range,
form[name=lead-form] .price_range {
  width: 100%;
}
form[name=lead-form] .room_range .field,
form[name=lead-form] .price_range .field {
  float: left;
  width: 50%;
}
form[name=lead-form] .room_range .field input,
form[name=lead-form] .price_range .field input {
  width: 100%;
  padding: 2px 5px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
form[name=lead-form] .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
/*** CSS BASE TEMPLATE Zenia-v2 PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia-v2/Resources/modules/css/lead.less ***/
.module-lead input[type="text"],
.module-lead input[type="email"],
.module-lead input[type="password"],
.module-lead input[type="tel"],
.module-lead textarea,
.module-lead select,
.module-lead .ms-choice,
.module-lead .ms-choice.disabled,
.module-lead .SumoSelect,
.module-lead .select2-container--default .select2-selection {
  background: #00045a;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
}
.module-lead .rgpd label {
  color: #ffffff;
}
.module-lead .rgpd a {
  text-decoration: underline;
  color: #ffffff;
}
.module-lead .rgpd a:hover {
  border-bottom: none;
}
.module-lead i.mdi {
  margin-right: 5px;
}
.module-lead.template-3 {
  background: #00045a;
  border-radius: 20px;
  padding: 20px;
  margin: 40px auto auto auto;
}
.module-lead.template-3 button {
  margin-top: 10px;
}
.module-lead.template-3 .module-header .module-header-title,
.module-lead.template-3 .module-header .module-header-subtitle,
.module-lead.template-3 .module-header .module-header-content,
.module-lead.template-3 .module-header p {
  color: #ffffff;
  display: block;
}
.mfp-content .popup-module-lead {
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 15px;
  background: #00045a;
  border-radius: 20px;
}
.mfp-content .popup-module-lead button:hover {
  background: transparent;
}
.mfp-content .popup-module-lead form {
  margin-top: 30px;
}
.mfp-container .select2-container {
  background: #00045a;
  border: none;
  border-radius: 0;
}
/*** 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 Zenia-v2 PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia-v2/Resources/modules/css/language.less ***/
.module-language .FieldWrapper {
  background-color: #ffffff;
}
.module-language span {
  font-family: "Public Sans", sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  font-family: "Public Sans", sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/*** CSS BASE PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Currency/Resources/css/main.css ***/
.module-currency {
  position: relative;
}
.module-currency input {
  display: none;
}
.module-currency label {
  display: block;
  cursor: pointer;
}
.module-currency label:hover {
  text-decoration: underline;
}
.module-currency .FieldWrapper {
  left: 0;
  min-width: 70px;
  text-align: left;
  padding: 10px;
}
.module-currency .FieldWrapper label {
  clear: right;
}
/*** CSS BASE TEMPLATE Zenia-v2 PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia-v2/Resources/modules/css/currency.less ***/
.module-currency .FieldWrapper {
  background-color: #ffffff;
  border-left: solid;
}
.module-currency span {
  color: #2c343d /* @fontColor */;
  font-family: "Public Sans", sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-currency label {
  color: #2c343d /* @fontColor */;
  font-family: "Public Sans", sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/*** GLOBAL CSS TEMPLATE Zenia-v2 ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia-v2/Resources/css/main.less ***/
/*** CSS TEMPLATE Zenia-v2 ***/
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: #2c343d /* @fontColor */;
  font-family: "Public Sans", 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: #ffffff /* @bodyColor */;
  padding: 10px /* @paddingBody */;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #2c343d /* @fontColorTitle */;
  font-family: "Public Sans", sans-serif /* @fontfamilyTitle */;
  font-weight: 500 /* @fontweightTitle */;
}
h1,
h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 46px /* @fontsizeTitle */;
  line-height: 56px;
}
a {
  color: #2c343d /* @fontColor */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #2c343d /* @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: #00045a /* @color4 */;
  border-radius: 20px;
  cursor: pointer;
  padding: 8px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
  border: 0;
}
button:hover,
.button:hover {
  background: #000227;
}
/* shadow */
.shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
}
.shadow:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
}
/* 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;
}
.mfp-close-btn-in .mfp-close {
  color: #ffffff;
}
.mfp .fancybox-skin {
  background: #e3caab /* @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: 1440px;
  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,
.select2-container--default .select2-selection,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  color: #ffffff /* @searchColor */;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  background: #00045a;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-selection.select2-selection--multiple .select2-selection__rendered li,
.select2-selection.select2-selection--multiple .select2-selection__rendered li .select2-selection.select2-selection--multiple .select2-selection__rendered li form ::placeholder {
  color: #ffffff /* @searchColor */;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  background-color: #00045a;
  border-bottom: 1px solid #ffffff;
  padding: 3px 0;
}
.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--multiple .select2-selection__rendered {
  display: block;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.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: #e3caab;
  /* @color3 */
}
.SumoSelect > .optWrapper > .options li label {
  color: #ffffff;
  /* @searchFont */
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #ffffff;
  /* @searchFont */
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.SelectBox {
  padding: 0;
}
/** module **/
.module-header .module-header-title {
  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: 10px /* @paddingBody */;
  left: 10px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
}
header > div {
  display: flex;
  transition: all 0.35s ease;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  max-width: 1440px;
  margin: 0 auto;
}
header > div .module-social-menu ul li.twitter svg path {
  fill: #000000;
}
header > div .social-menu-template-2 .social__items {
  margin-right: 15px;
  margin-top: 3px;
}
header > div .social-menu-template-2 .social__items .social__item a svg path {
  fill: #000000 /* headerContent*/;
  transition: fill 0.5s ease;
}
header > div .social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #00045a;
}
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 a,
header i,
header p {
  color: #000000;
}
header .zone-header-left .module-logo {
  margin: 10px auto 0 0px;
  width: auto;
  text-align: center;
}
header .zone-header-left .module-logo img {
  height: 120px /* @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: #00045a;
  /* @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: 500;
}
header .zone-header-right .module-menu > ul > li.sub-menu > ul > li:hover a {
  color: #00045a;
  /* @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: #000000 /* @headerContent */;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.zone-header-right .module-menu > ul li.sub-menu ul {
  display: none;
  background: #ffffff /* @headerBackground */;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  max-width: 250px;
  margin: 0 auto 0 auto;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu:after {
    position: absolute;
    left: -20px;
    top: 10px;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li a {
    color: #000000 /* @headerContent */;
  }
}
.zone-header-right .module-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.module-language {
  float: left;
  margin-top: 3px;
}
.zone-header-right .module.module-language .FieldWrapper {
  background-color: #ffffff /* @headerBackground */;
}
.zone-header-right .module.module-language .ApiFieldGroup .CaptationContent span,
.zone-header-right .module.module-language .ApiFieldGroup .CaptationContent i {
  color: #000000;
  /* @headerContent */
}
.zone-header-right .module.module-language ul {
  text-align: center;
}
.zone-header-right .module.module-language ul li a span {
  color: #000000 /* @headerContent */;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-currency .FieldWrapper {
  border-left: solid 3px #000000 /* @headerContent */;
  background-color: #ffffff /* @headerBackground */;
}
.zone-header-right .module.module-currency .FieldWrapper label {
  color: #000000 /* @headerContent */;
}
.zone-header-right .module.module-currency .ApiFieldGroup .CaptationContent span,
.zone-header-right .module.module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #000000 /* @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: #000000 /* @colorSocialMedia */;
}
@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: #ffffff;
    display: block;
  }
  header.is-active > div .zone-header-right,
  header.is-active.fixed > div .zone-header-right {
    width: 100%;
  }
  header.is-active .zone-header-right .module-menu.main ul {
    transform: translateY(0%);
  }
  header.is-active.fixed > div .zone-header-right,
  header.is-active > div .zone-header-right {
    flex-direction: column-reverse;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul,
  header.is-active > div .zone-header-right .module-menu.main ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul li,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul li a,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul li a {
    color: #000000 /* @headerContent */;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu:hover ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu:hover ul {
    display: block;
  }
  header.is-active.fixed > div .zone-header-right .module-cluster,
  header.is-active > div .zone-header-right .module-cluster {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    margin: 0;
    padding: 15px;
  }
  header.is-active.fixed > div .zone-header-right .module-cluster .module-lead,
  header.is-active > div .zone-header-right .module-cluster .module-lead,
  header.is-active.fixed > div .zone-header-right .module-cluster .module-menu ul li,
  header.is-active > div .zone-header-right .module-cluster .module-menu ul li {
    margin: 5px 0px;
  }
  .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: #00045a;
    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: 0;
  background: #ffffff /* @footerBackground */;
  clear: both;
}
footer a {
  color: #000000 /* @footerContent */;
}
footer a:hover {
  color: #00045a;
}
footer .zone-footer {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: auto;
  flex-direction: column;
}
footer .zone-footer:after {
  content: none;
}
footer .zone-footer > .module {
  margin-bottom: 20px;
}
footer .zone-footer > .module a,
footer .zone-footer > .module i,
footer .zone-footer > .module p,
footer .zone-footer > .module li,
footer .zone-footer > .module span {
  color: #000000 /* @footerContent */;
}
footer .zone-footer > .module .module-header {
  text-align: center;
  margin-bottom: 0;
}
footer .zone-footer > .module .module-header .module-header-title {
  color: #000000;
  border-bottom: 1px solid #000000;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
footer .zone-footer > .module .module-header .module-header-subtitle,
footer .zone-footer > .module .module-header .module-header-title,
footer .zone-footer > .module .module-header .module-header-content p {
  color: #000000 /* @footerContent */;
}
footer .zone-footer .module-menu ul {
  display: flex;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
footer .zone-footer .module-menu ul > li {
  margin: 10px 25px;
}
footer .zone-footer .module-menu ul li i.mdi {
  display: none;
}
footer .zone-footer .module-language ul {
  display: flex;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-language ul {
    flex-direction: column;
    align-items: center;
  }
}
footer .zone-footer .module-language ul > li {
  margin: 10px 25px;
}
footer .zone-footer .module-language ul li i.mdi {
  display: none;
}
footer .zone-footer .module-language .ApiFieldGroup .FieldWrapper {
  background: #ffffff /* @footerBackground  */;
}
footer .zone-footer .module-language .ApiFieldGroup .CaptationContent label i {
  color: #000000 /* @footerContent  */;
}
footer .zone-footer .module-social-menu ul {
  display: flex;
  justify-content: space-evenly;
}
footer .zone-footer .module-social-menu ul .twitter svg path {
  fill: #000000;
}
footer .zone-footer .module-social-menu ul .twitter:hover svg path {
  fill: #00acee;
}
footer .zone-footer .module-social-menu ul > li {
  margin: 0 10px;
}
footer .zone-footer .module-social-menu ul > li span {
  display: none;
}
footer .zone-footer .module-social-menu ul > li i.mdi,
footer .zone-footer .module-social-menu ul > li i {
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-social-menu ul {
    flex-direction: column;
  }
}
footer .zone-footer .social-menu-template-2 .social__items {
  flex-wrap: wrap;
  gap: 10px;
}
footer .zone-footer .social-menu-template-2 .social__items .social__item a svg {
  width: 30px;
  height: 30px;
}
footer .zone-footer .social-menu-template-2 .social__items .social__item a svg path {
  fill: #000000 /* headerContent*/;
  transition: fill 0.5s ease;
}
footer .zone-footer .social-menu-template-2 .social__items .social__item a span {
  display: none;
}
footer .zone-footer .social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #00045a;
}
footer .zone-footer .module-lead i.mdi {
  margin-right: 5px;
}
footer .zone-legal .module-legal {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
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:before {
  color: #000000;
}
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;
  }
}
@media only screen and (max-width: 640px) {
  footer .zone-footer {
    flex-direction: column;
  }
}
/*** GLOBAL CSS TEMPLATE Zenia-v2 PAGE one_column ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia-v2/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: #e3caab /* @color3 */;
  color: #00045a /* @color4 */;
  z-index: -1;
  border-radius: 20px;
}
body.one-column .module-user ul.listing {
  justify-content: center;
}
body.one-column .module-user .module-header {
  padding-top: 40px;
}
body.one-column .module-user .module-header h2 {
  margin-bottom: 50px;
}
body.one-column .module-user ul.listing > li {
  width: 20%;
  background: #ffffff;
  margin: 0 5px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
  overflow: hidden;
}
body.one-column .module-user ul.listing > li:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
}
body.one-column .module-user i.mdi {
  color: #00045a;
  /* @color4 */
}
body.one-column .module-user .info p br {
  display: none;
}
body.one-column .module-user li .container {
  margin: 0;
}
body.one-column .module-user li .container .picture {
  padding: 0;
  margin-bottom: 15px;
}
body.one-column .module-user li .container .picture > div.userBubble {
  border-radius: 0;
  width: 100%;
  height: 260px;
}
body.one-column .module-user li .container .picture > div.userBubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*** CSS WEBSITE ÕME Mauritius ***/
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQct.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgAct.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgAct.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgAct.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgAct.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwct.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwct.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwct.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwct.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5ww.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5ww.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5ww.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5ww.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65ww.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65ww.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65ww.ttf) format('truetype');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565ww.ttf) format('truetype');
}
body {
  padding: 0px;
}
body .zone-content {
  padding: 0px 10px;
}
header {
  left: 0 !important;
  right: 0;
  width: 100%;
}
.popup-module-newsletter .mainTitle {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.347);
  width: 100%;
  margin: 15px 0;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .popup-module-newsletter .mainTitle {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.popup-module-newsletter input[type="email"]::placeholder {
  color: white;
}
.popup-module-newsletter .rgpd {
  flex-direction: row !important;
  justify-content: center !important;
}
@media screen and (max-width: 768px) {
  .popup-module-contact {
    width: 270px;
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  .module-contact .submit,
  .popup-module-contact .submit {
    font-size: 10px;
    font-family: "Public Sans", sans-serif;
  }
}
.module-contact input[type="text"]::placeholder,
.module-estimate input[type="text"]::placeholder,
.module-contact input[type="email"]::placeholder,
.module-estimate input[type="email"]::placeholder,
.module-contact input[type="password"]::placeholder,
.module-estimate input[type="password"]::placeholder,
.module-contact input[type="tel"]::placeholder,
.module-estimate input[type="tel"]::placeholder,
.module-contact textarea::placeholder,
.module-estimate textarea::placeholder,
.module-contact select::placeholder,
.module-estimate select::placeholder,
.module-contact .ms-choice::placeholder,
.module-estimate .ms-choice::placeholder,
.module-contact .ms-choice.disabled::placeholder,
.module-estimate .ms-choice.disabled::placeholder,
.module-contact .SumoSelect::placeholder,
.module-estimate .SumoSelect::placeholder,
.module-contact .select2-container--default .select2-selection::placeholder,
.module-estimate .select2-container--default .select2-selection::placeholder,
.module-contact .select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.module-estimate .select2-container--default.select2-container--focus .select2-selection--multiple::placeholder {
  color: #ffffff;
}
@media (max-width: 768px) {
  body.property .property-info-template-19 {
    position: relative;
  }
  body.property .property-info-template-19 h1,
  body.property .property-info-template-19 p {
    color: #000;
  }
  .zone-bottom_content .module.module-390500.template-1.cluster-template-1.module-cluster,
  .module.module-390500.template-1.cluster-template-1.module-cluster {
    flex-direction: column !important;
  }
}
@media (max-width: 768px) {
  .module-listing ul.listing > li ul {
    flex-wrap: wrap;
  }
  .zone-top-content .background-mod .picture {
    background-position: unset !important;
  }
}
.button {
  background: #00045A !important;
}
.module-logo img {
  transform: scale(1.5) !important;
  margin-left: 50px;
}
body header .module-logo img {
  transform: scale(1.5) !important;
  margin-left: 50px;
  filter: invert(1) brightness(500);
}
@media only screen and (max-width: 640px) {
  body header .module-logo img {
    filter: unset;
    margin-left: 0px;
  }
}
body header.fixed .module-logo img {
  filter: unset;
}
.module-menu li:hover span {
  color: #76B9F0 !important;
}
body.homepage h1.cms-title {
  font-size: 26px !important;
  margin-bottom: 0px !important;
}
body.homepage .cms-template-5 {
  align-items: center !important;
}
@media (min-width: 1024px) {
  body:not(.homepage) .wrapper {
    max-width: 1340px !important;
  }
  body:not(.homepage) header {
    background: transparent !important;
  }
  body:not(.homepage) header li,
  body:not(.homepage) header a,
  body:not(.homepage) header span,
  body:not(.homepage) header i,
  body:not(.homepage) header i::after,
  body:not(.homepage) header p {
    color: #fff !important;
  }
  body:not(.homepage) header.fixed {
    background: #fff !important;
  }
  body:not(.homepage) header.fixed li,
  body:not(.homepage) header.fixed a,
  body:not(.homepage) header.fixed span,
  body:not(.homepage) header.fixed i,
  body:not(.homepage) header.fixed i::after,
  body:not(.homepage) header.fixed p {
    color: #000000 !important;
  }
  body:not(.homepage) header.fixed .module-lead span {
    color: #fff !important;
  }
  body:not(.homepage) .wrapper {
    margin-top: 0px !important;
    max-width: none !important;
  }
  .zone-top-content .module-picture.background-mod .picture {
    min-height: 600px !important;
    height: 100vh !important;
  }
}
@media (min-width: 1024px) {
  body.propose header {
    background: transparent !important;
  }
  body.propose header li,
  body.propose header a,
  body.propose header span,
  body.propose header i,
  body.propose header i::after,
  body.propose header p {
    color: #000 !important;
  }
  body.propose header .module-lead span {
    color: #fff !important;
  }
  body.propose .wrapper {
    margin-top: 137px !important;
  }
  .background-mod .picture {
    height: 100vh !important;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 390471 ***/
.zone-footer .module.module-390471.template-1.menu-template-1.module-menu.inline ul,
.module.module-390471.template-1.menu-template-1.module-menu.inline ul {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-390471.template-1.menu-template-1.module-menu.inline ul,
  .module.module-390471.template-1.menu-template-1.module-menu.inline ul {
    flex-direction: column;
    align-items: center;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 390511 ***/
.zone-content .module.module-390511.template-3.structured-cms-template-3.module-structured-cms li,
.module.module-390511.template-3.structured-cms-template-3.module-structured-cms li {
  list-style: inside;
}
.zone-content .module.module-390511.template-3.structured-cms-template-3.module-structured-cms h1,
.module.module-390511.template-3.structured-cms-template-3.module-structured-cms h1 {
  margin-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.zone-content .module.module-390511.template-3.structured-cms-template-3.module-structured-cms h2,
.module.module-390511.template-3.structured-cms-template-3.module-structured-cms h2 {
  font-size: 36px;
  width: 100%;
}
/*** CUSTOM CSS FROM BDD MODULE 390474 ***/
.zone-footer .module.module-390474.template-1.social-menu-template-1.module-social-menu ul,
.module.module-390474.template-1.social-menu-template-1.module-social-menu ul {
  display: flex;
  justify-content: space-evenly;
}
.zone-footer .module.module-390474.template-1.social-menu-template-1.module-social-menu ul > li span,
.module.module-390474.template-1.social-menu-template-1.module-social-menu ul > li span {
  display: none;
}
.zone-footer .module.module-390474.template-1.social-menu-template-1.module-social-menu ul > li i.mdi,
.module.module-390474.template-1.social-menu-template-1.module-social-menu ul > li i.mdi,
.zone-footer .module.module-390474.template-1.social-menu-template-1.module-social-menu ul > li i,
.module.module-390474.template-1.social-menu-template-1.module-social-menu ul > li i {
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-390474.template-1.social-menu-template-1.module-social-menu ul,
  .module.module-390474.template-1.social-menu-template-1.module-social-menu ul {
    flex-direction: column;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 390574 ***/
.zone-bottom_content .module.module-390574.template-1.newsletter-template-1.module-newsletter,
.module.module-390574.template-1.newsletter-template-1.module-newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 4px;
  margin: 0;
  height: 67px;
}
.zone-bottom_content .module.module-390574.template-1.newsletter-template-1.module-newsletter h2,
.module.module-390574.template-1.newsletter-template-1.module-newsletter h2 {
  margin-bottom: 3px !important;
  color: #000000;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  .zone-bottom_content .module.module-390574.template-1.newsletter-template-1.module-newsletter h2,
  .module.module-390574.template-1.newsletter-template-1.module-newsletter h2 {
    font-size: 10px;
  }
}
.zone-bottom_content .module.module-390574.template-1.newsletter-template-1.module-newsletter .button,
.module.module-390574.template-1.newsletter-template-1.module-newsletter .button {
  border-radius: 0px;
  border: none;
}
.zone-bottom_content .module.module-390574.template-1.newsletter-template-1.module-newsletter .popup-open-link-wrapper,
.module.module-390574.template-1.newsletter-template-1.module-newsletter .popup-open-link-wrapper {
  font-size: 20px;
  color: white;
  background: #00045a;
  border-radius: 0px;
  padding: 11px 8px;
}
.zone-bottom_content .module.module-390574.template-1.newsletter-template-1.module-newsletter .mdi.mdi-bell-ring-outline,
.module.module-390574.template-1.newsletter-template-1.module-newsletter .mdi.mdi-bell-ring-outline {
  padding: 10px 5px;
}
/*** CUSTOM CSS FROM BDD MODULE 390526 ***/
.zone-header_right .module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390526.template-2.lead-template-2.module-lead,
.module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390526.template-2.lead-template-2.module-lead,
.module.module-390526.template-2.lead-template-2.module-lead,
.popup-module-lead.popup-module-390526 {
  background: #76B9F0;
  padding: 6px 12px;
  border-radius: 20px;
  transition: 0.5s ease;
}
.zone-header_right .module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390526.template-2.lead-template-2.module-lead:hover,
.module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390526.template-2.lead-template-2.module-lead:hover,
.module.module-390526.template-2.lead-template-2.module-lead:hover,
.popup-module-lead.popup-module-390526:hover {
  transform: scale(0.9);
}
.zone-header_right .module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390526.template-2.lead-template-2.module-lead i,
.module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390526.template-2.lead-template-2.module-lead i,
.module.module-390526.template-2.lead-template-2.module-lead i,
.popup-module-lead.popup-module-390526 i,
.zone-header_right .module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390526.template-2.lead-template-2.module-lead i::before,
.module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390526.template-2.lead-template-2.module-lead i::before,
.module.module-390526.template-2.lead-template-2.module-lead i::before,
.popup-module-lead.popup-module-390526 i::before,
.zone-header_right .module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390526.template-2.lead-template-2.module-lead span,
.module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390526.template-2.lead-template-2.module-lead span,
.module.module-390526.template-2.lead-template-2.module-lead span,
.popup-module-lead.popup-module-390526 span {
  color: #fff;
}
/*** CUSTOM CSS FROM BDD MODULE 390527 ***/
.zone-header_right .module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390527.template-1.language-template-1.module-language,
.module.module-390525.template-1.cluster-template-1.module-cluster .module.module-390527.template-1.language-template-1.module-language,
.module.module-390527.template-1.language-template-1.module-language {
  margin-top: 0px;
}

