.elementor-kit-7{--e-global-color-primary:#5DD4CB;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#030405;--e-global-color-accent:#F5F5F5;--e-global-typography-primary-font-family:"Metropolis";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Metropolis";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Metropolis";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Metropolis";--e-global-typography-accent-font-weight:500;color:#030405;font-family:"Metropolis", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:#030405;font-family:"Metropolis", Sans-serif;font-size:48px;font-weight:500;}.elementor-kit-7 h2{color:#030405;font-family:"Metropolis", Sans-serif;font-size:40px;font-weight:500;}.elementor-kit-7 h3{color:#030405;font-family:"Metropolis", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-7 h4{color:#030405;}.elementor-kit-7 h5{color:#030405;}.elementor-kit-7 h6{color:#030405;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*label form*/

.elementor-field-label {
  display: none !important;
}

.elementor-field-label[for="form-field-field_690eeac"] {
  display: block !important;
}

/*bouton autres réal*/

.btn-real,
.btn-real:hover,
.btn-real:focus,
.btn-real:active {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #030405 !important;
  text-decoration: none !important;
  letter-spacing: 0.02em !important;
}

.btn-real .label {
  position: relative;
}

.btn-real .label::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #5DD4CB;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-real:hover .label::after {
  width: 100%;
}

.arrows {
  display: flex;
  align-items: center;
  position: relative;
  width: 22px;
  height: 14px;
  overflow: hidden;
}

.arrow {
  position: absolute;
  display: flex;
  align-items: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
}

.arrow svg {
  width: 13px;
  height: 13px;
}

.arrow-1 { left: 0; opacity: 0.4; }
.arrow-2 { left: 9px; opacity: 1; }

.btn-real:hover .arrow-1 { transform: translateX(9px); opacity: 1; }
.btn-real:hover .arrow-2 { transform: translateX(9px); opacity: 0; }

/*Bouton Rond Blanc*/
.cta-round {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px 10px 24px;
  background: #ffffff;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Metropolis', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a1a1a;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cta-round::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #5DD4CB;
  border-radius: 999px;
  transform: translateX(-101%);
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.cta-round:hover::before {
  transform: translateX(0);
}

.cta-round span:first-child {
  position: relative;
  z-index: 1;
  transition: color 0.42s ease;
}

.cta-round:hover span:first-child {
  color: #ffffff;
}

.cta-round .circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #5DD4CB;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: background 0.42s ease;
}

.cta-round:hover .circle {
  background: #ffffff;
}

.cta-round .circle svg {
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cta-round:hover .circle svg {
  transform: rotate(0deg);
}

.cta-round .circle svg line {
  transition: stroke 0.42s ease;
}

.cta-round:hover .circle svg line {
  stroke: #5DD4CB;
}

/*Bouton Rond Noir*/

.cta-round-dark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px 10px 24px;
  background: #030405;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Metropolis', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
 color: #ffffff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cta-round-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 999px;
  transform: translateX(-101%);
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.cta-round-dark:hover::before {
  transform: translateX(0);
}

.cta-round-dark span:first-child {
  position: relative;
  z-index: 1;
  transition: color 0.42s ease;
}

.cta-round-dark:hover span:first-child {
  color: #030405;
}

.cta-round-dark .circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #5DD4CB;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: background 0.42s ease;
}

.cta-round-dark:hover .circle {
  background: #5DD4CB;
}

.cta-round-dark .circle svg {
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cta-round-dark:hover .circle svg {
  transform: rotate(0deg);
}

.cta-round-dark .circle svg line {
  stroke: #ffffff;
  transition: stroke 0.42s ease;
}
.cta-round-dark {
  
  border: 1px solid transparent;
  transition: border-color 0.42s ease;
}

.cta-round-dark:hover {
  border-color: #030405;
}





/*Bouton Header Blanc*/
.cta-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px 7px 20px;
  background: #ffffff;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Metropolis', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a1a1a;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.cta-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #5DD4CB;
  border-radius: 999px;
  transform: translateX(-101%);
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.cta-header:hover::before {
  transform: translateX(0);
}
.cta-header span:first-child {
  position: relative;
  z-index: 1;
  transition: color 0.42s ease;
}
.cta-header:hover span:first-child {
  color: #ffffff;
}
.cta-header .circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #5DD4CB;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: background 0.42s ease;
}
.cta-header:hover .circle {
  background: #ffffff;
}
.cta-header .circle svg {
  transform: rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cta-header:hover .circle svg {
  transform: rotate(-45deg);
}
.cta-header .circle svg line {
  stroke: #ffffff;
  transition: stroke 0.42s ease;
}
.cta-header:hover .circle svg line {
  stroke: #5DD4CB;
}

/*Bouton Header Dark*/
.cta-header-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px 7px 20px;
  background: #030405;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Metropolis', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.42s ease;
}
.cta-header-dark:hover {
  border-color: #030405;
}
.cta-header-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 999px;
  transform: translateX(-101%);
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.cta-header-dark:hover::before {
  transform: translateX(0);
}
.cta-header-dark span:first-child {
  position: relative;
  z-index: 1;
  transition: color 0.42s ease;
}
.cta-header-dark:hover span:first-child {
  color: #030405;
}
.cta-header-dark .circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #5DD4CB;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: background 0.42s ease;
}
.cta-header-dark:hover .circle {
  background: #5DD4CB;
}
.cta-header-dark .circle svg {
  transform: rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cta-header-dark:hover .circle svg {
  transform: rotate(-45deg);
}
.cta-header-dark .circle svg line {
  stroke: #ffffff;
  transition: stroke 0.42s ease;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://faire.algaweb.be/wp-content/uploads/2026/02/Metropolis-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */