.elementor-kit-8{--e-global-color-primary:#172882;--e-global-color-secondary:#172882BA;--e-global-color-text:#060B1E;--e-global-color-accent:#D18D3E;--e-global-color-7df284d:#F9FAFA;--e-global-color-715112a:#5E5755;--e-global-typography-primary-font-family:"Onest";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"Onest";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Onest";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Onest";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-3f43c78-font-family:"Onest";--e-global-typography-3f43c78-font-size:34px;--e-global-typography-3f43c78-font-weight:500;--e-global-typography-3f43c78-text-transform:none;--e-global-typography-3f43c78-font-style:normal;--e-global-typography-3f43c78-text-decoration:none;--e-global-typography-3f43c78-line-height:1em;--e-global-typography-3705adf-font-family:"Onest";--e-global-typography-3705adf-font-size:24px;--e-global-typography-3705adf-font-weight:500;--e-global-typography-3705adf-line-height:1em;--e-global-typography-4db0029-font-family:"Onest";--e-global-typography-4db0029-font-size:14px;--e-global-typography-4db0029-font-weight:400;--e-global-typography-4db0029-text-transform:uppercase;--e-global-typography-08b1953-font-family:"Onest";--e-global-typography-08b1953-font-size:14px;--e-global-typography-08b1953-font-weight:400;--e-global-typography-08b1953-text-transform:uppercase;--e-global-typography-3a2603f-font-family:"Onest";--e-global-typography-3a2603f-font-size:22px;--e-global-typography-3a2603f-font-weight:300;--e-global-typography-3a2603f-line-height:1.4em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-primary-font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:32px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:12px;--e-global-typography-3f43c78-font-size:24px;--e-global-typography-08b1953-font-size:10px;--e-global-typography-3a2603f-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Bouton Contact */
.contact-btn {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
  padding: 4px 20px;
  cursor: pointer;
}

.contact-btn::before,
.contact-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height:1px;
  background-color: #000;
  transition: all 0.3s ease;
}

.contact-btn::before {
  top: 0;
}

.contact-btn::after {
  bottom: 0;
}


.contact-btn:hover::before {
  top: 4px; /* plus proche du texte */
}

.contact-btn:hover::after {
  bottom: 4px; /* plus proche du texte */
}

----------------------------

/* Bouton service */
.service-btn {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
  cursor: pointer;
}

.service-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  bottom: -5px;
  transition: all 0.3s ease;
}

.service-btn:hover::after {
  bottom: 0px; /* plus proche du texte */
}/* End custom CSS */