@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap");
.autoLayout {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.pager-design {
  width: auto;
  margin: auto;
}
.pager-design ul {
  display: flex;
  gap: 8px;
}
.pager-design ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.pager-design ul li.disable {
  padding: 5px 15px;
}
.pager-design ul li a,
.pager-design ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #ed1b24 /* @tertiary */;
}
.pager-design ul li a,
.pager-design ul li span {
  background: transparent;
  background-color: transparent;
}
.pager-design ul li.current,
.pager-design ul li:hover {
  background-color: #ed1b24 /* @tertiary */;
  border-radius: 5px /* @radius */;
}
.pager-design ul li.current a,
.pager-design ul li:hover a {
  color: white;
}
.module .slider .owl-controls div.owl-nav {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.module .slider .owl-controls div.owl-nav i.mdi {
  color: #ed1b24 /* @tertiary */;
  background: transparent;
}
.module .slider .owl-controls div.owl-nav i.mdi:before {
  transition: 0.5s;
}
.module .slider .owl-controls div.owl-nav i.mdi:hover:before {
  transform: scale(1.1);
}
.module .slider .owl-controls div.owl-nav [class*="owl-"] {
  position: relative;
}
.module .slider .owl-controls div.owl-nav .owl-prev,
.module .slider .owl-controls div.owl-nav .owl-next {
  top: initial;
  margin-top: initial;
  left: initial;
  right: initial;
}
.module .slider .owl-controls div.owl-nav .owl-prev i,
.module .slider .owl-controls div.owl-nav .owl-next i {
  margin: 0;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="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; }
*/
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-2.css ***/
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/legal.less ***/
.module-legal section.legalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.module-legal section.legalContent h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.module-legal section.legalContent p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal section.legalContent div {
  width: 100%;
}
.module-legal section.legalContent article.editor,
.module-legal section.legalContent article.publisher {
  width: 49%;
  padding-left: 20px;
  border-left: 2px solid;
  margin-top: 40px;
}
.module-legal section.cookies {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 20px;
}
.module-legal section.cookies h2 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  display: block;
}
.module-legal section.cookies h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Lato';
}
.module-legal section.cookies p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal.template2 h3 {
  display: block;
}
.module-legal.template3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template3 p {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  margin: 0 10px ;
}
.module-legal.template3 p:first-child {
  font-size: 12px;
  line-height: 15px;
}
.module-legal.template3 p:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
.module-legal.template5 p:last-child:before {
  content: none;
}
.module-legal.template5 h1 {
  display: none;
}
.module-legal.template5 section.rgpd {
  column-count: 2;
  column-gap: 50px;
}
.module-legal.template5 section.rgpd > h1 {
  width: 100%;
  column-span: all;
  display: block;
}
.module-legal.template5 section.rgpd h2 {
  display: block;
  margin-bottom: 0;
  margin-top: 69px;
}
.module-legal.template5 section.rgpd p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.module-legal.template5 section.rgpd ul {
  padding-left: 20px;
  margin-bottom: 33px;
}
.module-legal.template5 section.rgpd ul li {
  list-style-type: disc;
  font-size: 16px;
  text-align: justify;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/menu.less ***/
body.wrapper-off header .module-menu .bar {
  background: #ffffff;
}
body header.fixed .module-menu .bar,
body header.is-active .module-menu .bar,
body.wrapper-on header .module-menu .bar {
  background: #2e3e49;
}
body header.is-active * {
  color: #2e3e49;
}
.module-menu {
  position: relative;
  /*Button burger */
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu li.dropdown-menu ul {
  border-radius: 4px;
}
.module-menu label {
  flex-direction: column;
  width: 40px;
  cursor: pointer;
  display: none;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .module-menu label {
    display: flex;
  }
}
.module-menu label span {
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.module-menu label span:nth-of-type(1) {
  width: 50%;
}
.module-menu label span:nth-of-type(2) {
  width: 100%;
}
.module-menu label span:nth-of-type(3) {
  width: 75%;
}
.module-menu label input[type="checkbox"] {
  display: none;
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 0px);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(18px, -6px) rotatez(45deg);
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
/*** 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 PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/agency.less ***/
.module-agency .agency img {
  border-radius: 5px;
}
.module-agency .agency .info {
  padding: 0;
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-2.css ***/
.social-menu-template-2 .social__items {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  align-items: center;
}
.social-menu-template-2 .social__items .social__item a svg {
  width: 18px;
}
.social-menu-template-2 .social__items .social__item.youtube a svg {
  width: 22px;
}
/*** GLOBAL CSS TEMPLATE Elone-v2 ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/main.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/header.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/buttons.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/footer.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/popup.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/search.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/../Global-css/flex-column.css.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/form.less ***/
/*** CSS TEMPLATE Zenia ***/
.module-user.template-1 .module-header {
  padding: 0;
}
.selection-template-5 .module-header .module-header-title {
  font-size: 40px;
}
.module-header {
  width: 100%;
}
.module-cluster:after,
.zone:after {
  display: none;
}
.module.module-search-order {
  text-align: initial;
}
.module.module-search-order .orders .mdi {
  color: #2e3e49 /* @txt */;
}
.zone {
  position: relative;
}
.zone .auto-layout {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.row-2 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.zone-full-width {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 640px) {
  .zone-full-width {
    gap: 40px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0 0 20px 0;
  line-height: 1.2;
  color: #2e3e49 /* @title-color */;
  font-family: "Baskervville", serif /* @title-font */;
  font-weight: 600 /* @title-weight */;
  text-transform: initial /* @title-transform */;
}
h1,
h2 {
  font-size: 40px /* @title-size */;
}
h3,
h4,
h5,
h6 {
  font-size: calc(40px - 10px);
}
html,
body,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  color: #2e3e49 /* @txt-color */;
  font-family: "Poppins", sans-serif /* @txt-font */;
  font-size: 16px /* @txt-size */;
  font-weight: initial /* @txt-weight */;
  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: #f8f8f8 /* @primary */;
  padding: 0px /* @paddingBody */;
}
a {
  color: #2e3e49 /* @txt-color */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #2e3e49 /* @txt-color */;
}
p {
  margin-bottom: 10px;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
/* popup */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  z-index: 10001;
}
/* fancybox zoom picture */
.fancybox-skin {
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
/* ApiFieldGroup */
.ApiFieldGroup .CaptationContent {
  background: none;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled {
  color: #0c0c0c /* @searchColor */;
  background: #ededed;
  border-radius: 0.35rem;
  border: 1px solid #d1d5db;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection__rendered,
.select2-selection.select2-selection--multiple,
.select2-selection.select2-selection--multiple,
.iti--allow-dropdown,
.select2-autocomplete-custom-choice,
form input::placeholder {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  line-height: 5px;
  margin: -3px auto 0;
  right: 5px;
  left: auto;
  transition: transform 0.35s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\F0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect {
  border-radius: 0.35rem;
  border: 0.5px solid #ed1b24 /* @secondary */;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #f8f8f8 /* @tertiary */;
}
.SumoSelect > .optWrapper > .options li label {
  color: #2e3e49 /* @txt-color */;
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #2e3e49;
}
.SumoSelect > .CaptionCont i {
  color: #2e3e49;
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.SelectBox {
  padding: 0;
}
.zone-right-content .module-header {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .module-language .ApiFieldGroup .FieldWrapper {
    left: auto;
  }
  .zone-header-right {
    width: 100%;
  }
  .zone-header-left {
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
header .zone-header-right .module-menu.main.column ul > li a,
header .zone-header-right .module-cluster .module-menu ul > li a,
header .zone-header-right .module-cluster .module-lead a,
header .module-language .ApiFieldGroup .CaptationContent span,
header .module-language ul li a span,
.module-currency .ApiFieldGroup .CaptationContent span,
header .module-currency .FieldWrapper label {
  font-size: 14px;
  font-weight: 600;
}
header {
  left: 0;
  right: 0;
  transition: background 0.35s ease-out;
  position: fixed;
  z-index: 999999;
  top: 0;
}
@media only screen and (max-width: 640px) {
  header {
    height: calc(40px + 20px);
  }
}
header > div {
  display: flex;
  transition: all 0.35s ease;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
}
header > div .module-cluster {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
header > div .module-cluster::after {
  display: none;
}
header > div .module-cluster .module-menu ul li {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  header > div .zone-header-left {
    height: calc(40px + 20px);
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 99;
  }
}
@media only screen and (max-width: 640px) {
  header > div .zone-header-left {
    height: calc(40px + 20px);
  }
}
header > div .zone-header-right {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  header > div .zone-header-right {
    width: 100%;
  }
  header > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div .zone-header-right .module-menu {
    width: auto;
    float: right;
  }
}
@media only screen and (max-width: 1024px) {
  header > div {
    display: block;
    transition: initial;
  }
  header > div .zone-header-right {
    width: 100%;
  }
  header > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div .zone-header-right .module-menu {
    width: auto;
    float: right;
  }
  header > div .zone-header-left {
    position: absolute;
    z-index: 99;
  }
  header > div .zone-header-left .module-logo {
    display: flex;
    align-items: center;
    height: 100%;
    height: auto;
  }
}
body.wrapper-on header,
body header.fixed,
body.wrapper-off header.fixed {
  background: #ffffff;
}
body.wrapper-on header * span,
body header.fixed * span,
body.wrapper-off header.fixed * span,
body.wrapper-on header .module.module-language .CaptationContent span,
body header.fixed .module.module-language .CaptationContent span,
body.wrapper-off header.fixed .module.module-language .CaptationContent span,
body.wrapper-on header .module-lead span,
body header.fixed .module-lead span,
body.wrapper-off header.fixed .module-lead span,
body.wrapper-on header * path,
body header.fixed * path,
body.wrapper-off header.fixed * path,
body.wrapper-on header .module.module-language .CaptationContent path,
body header.fixed .module.module-language .CaptationContent path,
body.wrapper-off header.fixed .module.module-language .CaptationContent path,
body.wrapper-on header .module-lead path,
body header.fixed .module-lead path,
body.wrapper-off header.fixed .module-lead path,
body.wrapper-on header * .mdi,
body header.fixed * .mdi,
body.wrapper-off header.fixed * .mdi,
body.wrapper-on header .module.module-language .CaptationContent .mdi,
body header.fixed .module.module-language .CaptationContent .mdi,
body.wrapper-off header.fixed .module.module-language .CaptationContent .mdi,
body.wrapper-on header .module-lead .mdi,
body header.fixed .module-lead .mdi,
body.wrapper-off header.fixed .module-lead .mdi {
  color: #2e3e49;
  fill: #2e3e49;
}
body.wrapper-on header li:after,
body header.fixed li:after,
body.wrapper-off header.fixed li:after {
  background: #2e3e49;
}
body.wrapper-off header {
  background: transparent;
}
body.wrapper-off header .module-social-menu.social-menu-template-2 .social__items > li a svg path {
  fill: #ffffff;
}
body.wrapper-off header * span,
body.wrapper-off header .module.module-language .CaptationContent span,
body.wrapper-off header * .mdi,
body.wrapper-off header .module.module-language .CaptationContent .mdi {
  color: #ffffff;
  fill: #ffffff;
}
body.wrapper-off header li:after {
  background: #ffffff;
}
body.wrapper-off header .dropdown-menu ul a,
body.wrapper-off header .dropdown-menu ul span {
  color: #2e3e49;
}
body.wrapper-off header .module.module-language .CaptationContent span .field-group *,
body.wrapper-off header .module-currency .field-group * {
  color: #2e3e49;
}
body header.fixed {
  z-index: 9999;
  border-bottom: 0.5px solid #ed1b24 /* @secondary */;
}
body header.fixed .module-logo img {
  height: 85px;
}
@media only screen and (max-width: 1024px) {
  body header.fixed .module-logo img {
    height: 40px;
  }
}
header.is-active > div,
header.is-active.fixed > div {
  overflow: auto;
  height: 100%;
  position: fixed;
  width: 100%;
  background: #ffffff;
  display: block;
}
header.is-active > div .zone-header-right,
header.is-active.fixed > div .zone-header-right {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
header.is-active > div .zone-header-right .module-menu.main > ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 50px;
  text-align: right;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-right: 0;
  margin-left: auto;
  max-width: none;
  background: none;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul li,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul li {
  width: auto;
  margin-right: 15px;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul li a,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul li a {
  color: #2e3e49;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu:hover ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu:hover ul {
  display: block;
}
header.is-active > div .zone-header-right .module-menu.main button,
header.is-active.fixed > div .zone-header-right .module-menu.main button {
  background: transparent;
  right: 0;
}
header.is-active > div .zone-header-right .module-menu.main button:hover,
header.is-active.fixed > div .zone-header-right .module-menu.main button:hover {
  background: none;
}
header.is-active > div .zone-header-right .module-menu.main button i,
header.is-active.fixed > div .zone-header-right .module-menu.main button i {
  font-size: 42px;
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active > div .zone-header-right .module-cluster,
header.is-active.fixed > div .zone-header-right .module-cluster {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  align-items: flex-end;
}
header.is-active > div .zone-header-right .module-cluster .module-lead,
header.is-active.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-menu ul li,
header.is-active.fixed > div .zone-header-right .module-cluster .module-menu ul li {
  margin: 5px 0px;
}
header.is-active > div .zone-header-left,
header.is-active.fixed > div .zone-header-left {
  height: calc(40px + 20px);
}
header.is-active > div .zone-header-left .module-logo,
header.is-active.fixed > div .zone-header-left .module-logo {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .module-menu.main ul li a {
  text-transform: uppercase;
}
header .module-menu ul {
  transition: all ease 0.3s;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
header .module-menu ul > li {
  display: block;
}
header .module-menu ul > li a {
  height: 100%;
  display: block;
}
header .module-menu ul > li i.mdi.mdi-home {
  display: none;
}
header .module-menu ul > li.sub-menu > ul > li {
  width: 100%;
}
header .module-menu ul > li:not(.dropdown-menu)::after {
  content: "";
  height: 2px;
  width: 0;
  transition: 0.5s;
  display: block;
}
header .module-menu ul > li:not(.dropdown-menu):hover:after {
  width: 100%;
}
header .module-menu ul > li:not(.dropdown-menu).current:after {
  width: 100%;
}
header .module-menu ul li.dropdown-menu {
  position: relative;
}
header .module-menu ul li.dropdown-menu > a > .dropdown-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50%;
}
@media only screen and (max-width: 1024px) {
  header .module-menu ul li.dropdown-menu > a > .dropdown-arrow {
    position: relative;
    bottom: inherit;
    left: inherit;
    translate: 0;
  }
}
@media (min-width: 1024px) {
  header .module-menu ul li.dropdown-menu > ul {
    display: none;
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    min-width: 150px;
    margin: 0;
  }
  header .module-menu ul li.dropdown-menu > ul li {
    margin-top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding: 8px 10px;
    position: relative;
  }
  header .module-menu ul li.dropdown-menu > ul li span {
    z-index: 99;
    position: relative;
  }
  header .module-menu ul li.dropdown-menu > ul li:hover {
    backdrop-filter: contrast(0.75);
  }
  header .module-menu ul li.dropdown-menu > ul li:hover span {
    color: #2e3e49;
  }
  header .module-menu ul li.dropdown-menu:hover > a > .dropdown-arrow {
    transform: rotate(180deg);
  }
}
header .module-menu ul li.dropdown-menu ul > li:after {
  content: inherit;
}
header .module-menu ul li.dropdown-menu.rotated > a > .dropdown-arrow {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  header .module-menu ul li.dropdown-menu:hover ul {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  header .module-menu ul li.dropdown-menu ul {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
header .module-language .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-language .CaptationContent span {
  padding: 0;
}
header .module-language .CaptationContent label {
  position: relative;
  line-height: initial;
  width: auto;
}
header .module-language .FieldWrapper {
  background-color: #ffffff;
}
header .module-language ul {
  text-align: center;
}
header .module-lead .popup-open-link-wrapper span {
  display: none;
}
header .module-lead .mdi {
  font-size: 21px;
}
header .module-currency {
  float: left;
  margin: 0;
}
header .module-currency .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-currency .CaptationContent span {
  padding: 0;
}
header .module-currency .CaptationContent label {
  position: relative;
  line-height: initial;
  width: auto;
}
header .module-currency .FieldWrapper {
  background-color: #ffffff /* @bg-header */;
}
header .module-logo {
  margin: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
header .module-logo img {
  height: 100px;
  transition: 1s ease;
  display: block;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  header .module-logo img {
    height: 40px;
  }
}
body header .module-social-menu ul,
body header.fixed .module-social-menu ul {
  display: flex;
  gap: 15px;
}
body header .module-social-menu ul li,
body header.fixed .module-social-menu ul li {
  padding: 0;
}
body header .module-social-menu ul li i,
body header.fixed .module-social-menu ul li i {
  font-size: 21px;
  margin-right: 0;
}
body header .module-social-menu ul li span,
body header.fixed .module-social-menu ul li span {
  display: none;
}
body header .module-social-menu ul .twitter,
body header.fixed .module-social-menu ul .twitter {
  display: flex;
  align-items: center;
}
body header .module-social-menu ul .twitter svg,
body header.fixed .module-social-menu ul .twitter svg {
  margin-right: initial;
}
body header .module-social-menu ul .twitter svg path,
body header.fixed .module-social-menu ul .twitter svg path {
  fill: #2e3e49;
  transform: scale(1.3);
  transform-origin: center;
  /* Centrer l'échelle du path */
}
body header .module-social-menu ul .twitter:hover svg path,
body header.fixed .module-social-menu ul .twitter:hover svg path {
  fill: #00acee;
}
body header .module-social-menu.social-menu-template-2 .social__items .social__item a svg path,
body header.fixed .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #2e3e49;
  transition: fill 0.5s ease;
}
.wrapper-off header .module-social-menu .twitter svg path {
  fill: #ffffff;
}
.wrapper-off header .module-social-menu .twitter:hover svg path {
  fill: #00acee;
}
.wrapper-off header .module-social-menu .twitter.social-menu-template-2 .social__items .social__item a svg path {
  fill: #ffffff;
  transition: fill 0.5s ease;
}
.button,
button.submit {
  display: inline-block;
  width: fit-content;
  padding: 5px 20px;
  color: #ffffff /* @txt-btn */;
  background: #ed1b24 /* @bg-btn */;
  border: none /* @border-btn */;
  font-size: 16px /* @txt-size */;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 2px /* @radius-btn */;
}
.button:hover,
button.submit:hover {
  color: #ffffff /* @hover-txt-btn */;
  background: #2e3e49 /* @hover-bg-btn */;
  border: none /* @hover-border-btn */;
}
.button-form {
  border: 0.5px solid #000000 /* @txt-form-label*/;
  height: auto;
  border-radius: 2px /* @radius-btn */;
  padding: 5px 20px;
}
.button-form:hover {
  border: 0.5px solid transparent;
  background: #000000 /* @txt-form-label*/;
}
footer p,
footer .module-header-title,
footer a,
footer span {
  color: #2e3e49;
}
footer .module-menu ul li a:hover {
  filter: brightness(0.9);
}
footer {
  padding: 20px 0;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  background: #ffffff;
}
footer .zone-footer {
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .zone-footer .module-agency {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
footer .zone-footer .module-agency .module-header {
  text-align: center;
}
footer .zone-footer .module-agency .module-header .module-header-title {
  margin-bottom: 0;
}
footer .zone-footer .module-agency .agency {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
footer .zone-footer .module-agency .agency p {
  margin: 0;
  text-align: center;
}
footer .zone-footer .module-agency .agency p .mdi {
  color: #ed1b24;
}
footer .zone-footer .module-agency .agency div {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-agency .agency div {
    flex-direction: column;
    gap: 16px;
  }
}
footer .zone-footer .module-agency .agency div a {
  padding: 5px 20px;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 5px;
}
footer .zone-footer .module-agency .agency div a span {
  transition: 1s;
  z-index: 99;
}
footer .zone-footer .module-agency .agency div a i {
  margin: 0;
  z-index: 99;
  position: relative;
  transition: 1s;
  top: 1px;
}
footer .zone-footer .module-agency .agency div a:before {
  transition-duration: 1s;
  box-shadow: inset 0 0 0 1px #ed1b24;
}
footer .zone-footer .module-agency .agency div a:after,
footer .zone-footer .module-agency .agency div a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 2px;
}
footer .zone-footer .module-agency .agency div a:hover:before {
  box-shadow: inset 0 0 0 60px #ed1b24;
}
footer .zone-footer .module-agency .agency div a:hover i,
footer .zone-footer .module-agency .agency div a:hover span {
  color: white;
}
footer .zone-footer .module-cluster {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  border-top: 0.5px solid white;
  padding-top: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster {
    text-align: center;
  }
}
footer .zone-footer .module-cluster:after {
  display: none;
}
footer .zone-footer .module-cluster .module {
  width: calc((100% - 3 * 20px) / 4);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster .module {
    width: 100%;
    align-items: center;
  }
}
footer .zone-footer .module-cluster .module .module-header-title {
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster .module .module-header-title {
    text-align: center;
    width: 100%;
  }
}
footer .zone-footer .module-cluster .module ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
footer .zone-footer .module-cluster .module ul li {
  font-size: 14px;
  line-height: 1.5;
}
footer .zone-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .zone-legal:after {
  display: none;
}
footer .zone-legal .module-legal {
  padding: 0;
}
footer .zone-legal .module-legal li:before {
  color: #ed1b24 /* @tertiary */;
}
footer .zone-legal .module-legal p,
footer .zone-legal .module-legal a {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
body .mfp-wrap .mfp-content {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
body .mfp-wrap .mfp-content > div.mfp-figure .mfp-title {
  text-align: center;
}
body .mfp-wrap .mfp-content > div.mfp-figure:after {
  content: none;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) {
  background: #ffffff;
  border-radius: 5px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) * {
  color: #2e3e49;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mainTitle,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) p {
  margin: 0;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mfp-close {
  color: #2e3e49;
  background: transparent;
  margin: 0px;
  border: none;
  margin: 0;
  opacity: 1;
  top: 5px;
  right: 5px;
  height: 44px;
  width: 44px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) button.submit {
  position: relative;
  height: auto;
  width: fit-content;
  border-radius: 2px;
  margin-bottom: 0;
  border: 1px solid #2e3e49;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) label a {
  font-weight: 800;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple {
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple::placeholder {
  color: #2e3e49;
}
body .mfp-wrap .mfp-content .popup-module-lead,
body .mfp-wrap .mfp-content .popup-module-newsletter {
  max-width: 100%;
  position: relative;
  margin: auto;
  background: #ffffff;
}
body .mfp-wrap .mfp-content .popup-module-lead {
  width: 800px;
  padding: 50px;
  background: #ffffff;
}
body .mfp-wrap .mfp-content .popup-module-lead form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .select2-container,
body .mfp-wrap .mfp-content .popup-module-lead form input {
  margin-bottom: 0;
}
body .mfp-wrap .mfp-content .popup-module-lead form .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper {
  width: 100%;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper button.submit {
  display: block;
  margin: 10px auto 0 auto;
}
body .mfp-wrap .mfp-content .popup-module-newsletter {
  width: fit-content;
  padding: 50px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form .rgpd {
  display: flex;
  gap: 4px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  color: #2e3e49;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"]::placeholder {
  color: #2e3e49;
}
@media screen and (max-width: 768px) {
  body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
    width: 60%;
  }
}
.form-row-main {
  background: transparent /* @bg-search-row */;
}
.form-row-main .line-wrapper.form-center {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 2 * 10px) / 1);
}
.form-row-main .field {
  width: 18.9% /* @size-search-input-row */;
}
.form-row-main label {
  color: #ffffff /* @txt-search-label-row */;
  text-shadow: 0 0 black;
}
.form-row-main .fields-wrapper .select2-selection.select2-selection--single,
.form-row-main .fields-wrapper .select2-selection.select2-selection--multiple,
.form-row-main input {
  background: #ffffff /* bg-search-input-row */;
  color: #000000 /* txt-search-input-row */;
  margin-bottom: 0;
}
.form-row-main .select2-container--default .select2-selection--single,
.form-row-main .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-row-main form ::placeholder,
.form-row-main input::placeholder,
.form-row-main input {
  color: #000000 /* txt-search-input-row */;
}
.form-row-main button > i {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .form-row-main {
    background: #ffffff /* bg-search-column */;
    padding: 20px;
  }
  .form-row-main label,
  .form-row-main button > i,
  .form-row-main button span {
    color: #000000 /* txt-search-label-column */;
  }
  .form-row-main .select2-selection.select2-selection--single,
  .form-row-main .select2-selection.select2-selection--multiple,
  .form-row-main .select2-container--default .select2-selection--single,
  .form-row-main .select2-container--default .select2-selection--single .select2-selection__rendered,
  .form-row-main form ::placeholder,
  .form-row-main input::placeholder,
  .form-row-main input {
    background: #e8e8e8 /* bg-search-input-column */;
    color: #000000 /* txt-search-input-column */;
    border-radius: 5px /* @radius */;
    margin: 0;
  }
  .form-row-main .fields-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .form-row-main .fields-wrapper .form-header {
    display: none;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field label {
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field:last-child {
    border-right: none;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
    height: 50px;
    border: 0;
    border-radius: 5px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: calc((100% - 1*12px) / 2);
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 640px) {
  .form-row-main .fields-wrapper .line-wrapper.form-center {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
}
.form-row {
  background: transparent /* @bg-search-row */;
}
.form-row .line-wrapper.form-center {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 2 * 10px) / 1);
}
.form-row .field {
  width: 18.9% /* @size-search-input-row */;
}
.form-row label {
  color: #ffffff /* @txt-search-label-row */;
  text-shadow: 0 0 black;
}
.form-row .fields-wrapper .select2-selection.select2-selection--single,
.form-row .fields-wrapper .select2-selection.select2-selection--multiple,
.form-row input {
  background: #ffffff /* bg-search-input-row */;
  color: #000000 /* txt-search-input-row */;
  margin-bottom: 0;
}
.form-row .select2-container--default .select2-selection--single,
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-row form ::placeholder,
.form-row input::placeholder,
.form-row input {
  color: #000000 /* txt-search-input-row */;
}
.form-row button > i {
  color: #ffffff;
}
.form-column {
  background: #ffffff /* bg-search-column */;
  padding: 20px;
}
.form-column label,
.form-column button > i,
.form-column button span {
  color: #000000 /* txt-search-label-column */;
}
.form-column .select2-selection.select2-selection--single,
.form-column .select2-selection.select2-selection--multiple,
.form-column .select2-container--default .select2-selection--single,
.form-column .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-column form ::placeholder,
.form-column input::placeholder,
.form-column input {
  background: #e8e8e8 /* bg-search-input-column */;
  color: #000000 /* txt-search-input-column */;
  border-radius: 5px /* @radius */;
  margin: 0;
}
.form-column .fields-wrapper {
  flex-direction: column;
  align-items: center;
}
.form-column .fields-wrapper .form-header {
  display: none;
}
.form-column .fields-wrapper .line-wrapper.form-center {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 640px) {
  .form-column .fields-wrapper .line-wrapper.form-center {
    padding-left: 0;
  }
}
.form-column .fields-wrapper .line-wrapper.form-center > .field {
  width: 100%;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field label {
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field:last-child {
  border-right: none;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
  height: 50px;
  border: 0;
  border-radius: 5px;
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: auto;
  padding: 0;
}
.col-1 {
  width: calc((100% - ((1 - 1) * 32px)) / 1);
}
@media only screen and (max-width: 768px) {
  .col-1 {
    width: calc((100% - (1 * 32px)) / 2);
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .col-1 {
    width: 100%;
  }
}
.col-2 {
  width: calc((100% - ((2 - 1) * 32px)) / 2);
}
@media only screen and (max-width: 768px) {
  .col-2 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .col-2 {
    width: 100%;
  }
}
.col-3 {
  width: calc((100% - ((3 - 1) * 32px)) / 3);
}
@media only screen and (max-width: 768px) {
  .col-3 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .col-3 {
    width: 100%;
  }
}
.col-4 {
  width: calc((100% - ((4 - 1) * 32px)) / 4);
}
@media only screen and (max-width: 768px) {
  .col-4 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-4 {
    width: 100%;
  }
}
.col-5 {
  width: calc((100% - ((5 - 1) * 32px)) / 5);
}
@media only screen and (max-width: 768px) {
  .col-5 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-5 {
    width: 100%;
  }
}
.col-6 {
  width: calc((100% - ((6 - 1) * 32px)) / 6);
}
@media only screen and (max-width: 768px) {
  .col-6 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-6 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-7 {
  width: calc((100% - ((7 - 1) * 32px)) / 7);
}
@media only screen and (max-width: 768px) {
  .col-7 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-7 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-8 {
  width: calc((100% - ((8 - 1) * 32px)) / 8);
}
@media only screen and (max-width: 768px) {
  .col-8 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-8 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-9 {
  width: calc((100% - ((9 - 1) * 32px)) / 9);
}
@media only screen and (max-width: 768px) {
  .col-9 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-9 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-10 {
  width: calc((100% - ((10 - 1) * 32px)) / 10);
}
@media only screen and (max-width: 768px) {
  .col-10 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-10 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-11 {
  width: calc((100% - ((11 - 1) * 32px)) / 11);
}
@media only screen and (max-width: 768px) {
  .col-11 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-11 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-12 {
  width: calc((100% - ((12 - 1) * 32px)) / 12);
}
@media only screen and (max-width: 768px) {
  .col-12 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-12 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.module-contact {
  background: #ffffff;
  padding: 35px;
  border-radius: 5px /* @radius */;
}
.module-contact .module-header-title {
  color: #000000 /* txt-form-label*/;
  width: 100%;
  text-align: center;
}
.module-contact form .select2-selection {
  background: #ededed;
  color: #0c0c0c;
  border-radius: 0.35rem;
  border: none;
  padding: 0 10px;
  margin-bottom: 10px;
}
.module-contact form .select2-container .select2-selection--single .select2-selection__rendered {
  height: 40px;
  border: none;
  padding: 0 0 0 0;
  padding-left: 0;
  padding-right: 0;
  color: #0c0c0c;
}
.module-contact form input,
.module-contact form .select2-selection {
  border: none;
}
.module-contact form input,
.module-contact form textarea,
.module-contact form .select2-container--default .select2-selection--single {
  background: #ededed;
  color: #0c0c0c;
}
.module-contact form input::placeholder,
.module-contact form textarea::placeholder,
.module-contact form .select2-container--default .select2-selection--single::placeholder {
  color: #0c0c0c;
  opacity: 0.6;
}
.module-contact form label {
  color: #000000;
}
.module-contact form label a {
  color: #000000;
  font-weight: 800;
}
.module-contact form button {
  border: 0.5px solid #000000 /* @txt-form-label*/;
  height: auto;
  border-radius: 2px /* @radius-btn */;
  padding: 5px 20px;
}
.module-contact form button:hover {
  border: 0.5px solid transparent;
  background: #000000 /* @txt-form-label*/;
}
.module-estimate .select2-container--default .select2-selection--single,
.module-estimate .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-estimate .select2-selection.select2-selection--multiple,
.module-estimate .select2-selection.select2-selection--multiple .select2-selection__rendered li,
.module-estimate .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
}
.module-estimate .select2-autocomplete-custom-choice {
  color: #0c0c0c;
}
/*** CSS WEBSITE Immo vesta ***/
.module-cms .picture {
  aspect-ratio: 1;
}
@media only screen and (max-width: 1024px) {
  body.wrapper-off header * span {
    color: #2E3E49;
  }
}
.zone-full-width .module-header {
  width: 100%;
  text-align: center;
}
.module-search {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  /* Animation fluide */
}
@media (min-width: 1025px) {
  body.homepage header:not(.fixed) .module-logo img {
    filter: brightness(0) invert(1);
  }
}
/*** CSS ROUTING ***/
@media only screen and (max-width: 1024px) {
  .module-legal {
    padding: 20px;
  }
  .module-legal .legalContent {
    flex-direction: column;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 405439 ***/
.zone-content .module.module-405439.template-2.legal-template-2.module-legal.template2.auto-layout .rgpd,
.module.module-405439.template-2.legal-template-2.module-legal.template2.auto-layout .rgpd,
.zone-content .module.module-405439.template-2.legal-template-2.module-legal.template2.auto-layout .cookies,
.module.module-405439.template-2.legal-template-2.module-legal.template2.auto-layout .cookies,
.zone-content .module.module-405439.template-2.legal-template-2.module-legal.template2.auto-layout .bloctel,
.module.module-405439.template-2.legal-template-2.module-legal.template2.auto-layout .bloctel {
  display: none;
}

