.elementor-kit-475{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#B88BA6;--e-global-color-text:#FEFFFD;--e-global-color-accent:#144B1C;--e-global-color-7321451:#4A056A;--e-global-color-72b68d2:#0E4C0F;--e-global-color-f1097b9:#18052A;--e-global-color-e5eed5c:#28143A;--e-global-color-8b47f93:#4d653c;--e-global-color-c5c0eaf:#c58764;--e-global-color-19b2a11:#c58764;--e-global-color-83e8fc1:#11846A;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:50;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.1px;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-475 e-page-transition{background-color:#FFBC7D;}.elementor-kit-475 a{color:#957CAE;font-family:"Lupa Manrope Font", Sans-serif;font-weight:700;}.elementor-kit-475 h1{color:var( --e-global-color-text );font-family:"Lupa Manrope Font", Sans-serif;font-size:50px;font-weight:700;text-transform:uppercase;letter-spacing:0px;}.elementor-kit-475 h2{color:var( --e-global-color-text );font-family:"Lupa Manrope Font", Sans-serif;font-size:35px;letter-spacing:0.1px;}.elementor-kit-475 h3{color:var( --e-global-color-text );font-family:"Lupa Manrope Font", Sans-serif;font-size:25px;font-weight:500;letter-spacing:0.5px;}.elementor-kit-475 h4{color:var( --e-global-color-text );font-family:"Average", Sans-serif;}.elementor-kit-475 h5{color:var( --e-global-color-text );font-family:"Average", Sans-serif;}.elementor-kit-475 h6{color:var( --e-global-color-text );font-family:"Average", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* === STYLE GLOBAL DES BOUTONS === */
button,
input[type="button"],
input[type="submit"],
.elementor-button {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  background-color: #00550B; /* vert profond */
  color: #ffffff;
  border: 1px solid #666666F5;
  border-radius: 5px;

  padding: 10px 35px;
  gap: 20px; /* espace icône/texte pour les boutons Elementor */
  display: inline-flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 4px 8px #000000; /* ombre de fond foncée */
  transition: all 0.25s ease;
  cursor: pointer;
}

/* --- HOVER --- */
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.elementor-button:hover {
  background-color: #018500; /* vert clair au survol */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.58); /* ombre plus douce au survol */
  transform: translateY(-2px);
}

/* --- Laisse Elementor dominer quand on change le style --- */
.elementor-button {
  font-family: inherit;
  font-weight: inherit;
  background-color: inherit;
  color: inherit;
  border-color: inherit;
  box-shadow: inherit;
}

/* CSS des blocks Axium*/
.blocs-axium {
    position: relative;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0.05)
    ); /* Dégradé lumineux */
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    padding: 10px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

/* Rayures très légères en overlay */
.blocs-axium::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 6px
    );
    pointer-events: none;
    z-index: 2;
}

/* Surcouche de lumière diagonale */
.blocs-axium::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    pointer-events: none;
    z-index: 3;
}

/* Contenu au-dessus du style */
.blocs-axium > * {
    position: relative;
    z-index: 4;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Lupa Manrope Font';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-ExtraLight.woff2') format('woff2'),
		url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'Lupa Manrope Font';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-Light.woff2') format('woff2'),
		url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-Light.woff') format('woff');
}
@font-face {
	font-family: 'Lupa Manrope Font';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-Regular.woff2') format('woff2'),
		url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Lupa Manrope Font';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-Medium.woff2') format('woff2'),
		url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Lupa Manrope Font';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-SemiBold.woff2') format('woff2'),
		url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Lupa Manrope Font';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-Bold.woff2') format('woff2'),
		url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Lupa Manrope Font';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-ExtraBold.woff2') format('woff2'),
		url('https://lupa2.under-construction.work/wp-content/uploads/2025/11/Manrope-ExtraBold.woff') format('woff');
}
/* End Custom Fonts CSS */