.elementor-kit-5{--e-global-color-primary:#47B5C9;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#47B5C9;--e-global-color-6037e2b:#FFFFFF;--e-global-color-fd5e462:#FFFFFF80;--e-global-color-8e372be:#FFFFFF33;--e-global-color-f64d82b:#F1EFEF;--e-global-color-e2a5eee:#00000080;--e-global-color-739622e:#00000033;--e-global-color-caff945:#3EA0B2;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;line-height:150%;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;line-height:8px;color:#FFFFFF;padding:20px 18px 20px 18px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-caff945 );color:var( --e-global-color-6037e2b );border-radius:4px 4px 4px 4px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );text-decoration:none;}.elementor-kit-5 a:hover{color:var( --e-global-color-caff945 );}.elementor-kit-5 h1{font-family:"DM Serif Display", Sans-serif;font-size:60px;line-height:120%;}.elementor-kit-5 h2{font-family:"DM Serif Display", Sans-serif;font-size:42px;line-height:120%;}.elementor-kit-5 h3{font-family:"DM Serif Display", Sans-serif;font-size:28px;line-height:120%;}.elementor-kit-5 h4{font-family:"DM Serif Display", Sans-serif;font-size:24px;line-height:120%;}.elementor-kit-5 h5{font-family:"DM Serif Display", Sans-serif;font-size:24px;line-height:120%;}.elementor-kit-5 h6{font-family:"DM Serif Display", Sans-serif;font-size:24px;line-height:120%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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-kit-5{--e-global-typography-primary-font-size:16px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;font-size:16px;}.elementor-kit-5 h1{font-size:42px;}.elementor-kit-5 h2{font-size:32px;}.elementor-kit-5 h3{font-size:24px;}.elementor-kit-5 h4{font-size:20px;}.elementor-kit-5 h5{font-size:20px;}.elementor-kit-5 h6{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn-glass .elementor-button {
  position: relative;
  overflow: hidden;
  border-radius: 4px !important;
  background-color: transparent !important;

  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);

  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);

  transition:
    box-shadow 0.4s ease,
    border 0.4s ease;
}
.btn-glass .elementor-button-wrapper{
    display: flex!important;
}
/* couche glass normale */
.btn-glass .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 137.51% 278.82% at 1.95% 3.59%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 1;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

/* couche hover */
.btn-glass .elementor-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 137.51% 278.82% at 98% 96%,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(255, 255, 255, 0.08) 45%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

/* hover smooth sans mouvement */
.btn-glass .elementor-button:hover::after {
  opacity: 1;
}

.btn-glass .elementor-button:hover::before {
  opacity: 0;
}

.btn-glass .elementor-button:hover {
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

/* texte toujours au-dessus */
.btn-glass .elementor-button span {
  position: relative;
  z-index: 2;
}

.glass {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: radial-gradient(
    ellipse 137.51% 278.82% at 1.95% 3.59%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px); /* pour Safari */
}
.glass-dark {
  width: 100%;

  border-radius: 12px;
  background: radial-gradient(
    ellipse 137.51% 278.82% at 1.95% 3.59%,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px); /* pour Safari */
}
.elementor-lightbox .elementor-lightbox-image{
    border-radius: 12px!important;
}
b, strong{
    font-weight: 600;
}/* End custom CSS */