.elementor-kit-5{--e-global-color-primary:#3458A4;--e-global-color-secondary:#F9B233;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Arboria Book";--e-global-typography-primary-font-size:1.25rem;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arboria Book";--e-global-typography-text-font-size:1.25rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Arboria Book", Sans-serif;font-size:1.25rem;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h2{color:var( --e-global-color-text );font-family:"ZT Glora Pro", Sans-serif;font-size:2.5rem;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */html {
    overflow-x: hidden !important;
}

/* HEADER */ 

.etoilejaune {
  display: inline-block;
  z-index: 10;
  animation: rotation 6s linear infinite;
  transform-origin: center;
}

@keyframes rotation {
  from {
    transform: translateX(50%) rotate(0deg);
  }
  to {
    transform: translateX(50%) rotate(360deg);
  }
}

.titleanimate {
    max-width: 700px !important;
}

.titleanimate h3 span {
    padding: 0;
}

.titleanimate h3 span {
/*    background: linear-gradient(90deg, #FFF 0%, #66A5D7 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
}

/*TEXT REVEAL*/
.revealtext {
    color: #fff;
  font-size: 40px;
  word-wrap: break-word; /* Permet de couper les mots longs */
  overflow-wrap: break-word; /* Alternative pour compatibilité */
  white-space: normal;
  max-width: 100%;
  word-break: keep-all; /* ✅ Empêche les mots d’être coupés */
  hyphens: auto; /* Ajoute un tiret si un mot doit être coupé */
  font-family: ZT Glora Pro;
}


  .revealtext span {
    opacity: 0.1;
    display: inline-block;
    transition: opacity 0.3s ease-in-out;
  }

  /* ✅ Réduction de la taille de la typo en dessous de 1024px */
  @media screen and (max-width: 1024px) {
    .revealtext {
      font-size: 2rem;
    }
  }
  
  
  
  /* FAQ */
  
  .e-n-accordion-item-title {
    padding: 1rem 0 !important;
    border: none !important;
        border-top: 1px solid black !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

/* Retire le trait uniquement quand c’est ouvert */
.e-n-accordion-item-title.e-opened {
    border-top: none !important;
}

.e-opened svg,
.e-closed svg {
    width: fit-content !important;
}





    /* FORMULAIRE */
    
    .formulaire form div input {
    padding: 1rem;
}


.formulaire form div select {
    padding: 1rem;
}

.formulaire form div textarea {
    padding: 1rem;
}


.formulaire .elementor-field-type-acceptance div span label {
    font-size: 16px !important;
} 

.contacts {
    width: fit-content;
}

.image-jb {
    width: fit-content;
    border-radius: 16px;
    overflow: hidden;
}


.blur {
    position: absolute !important;
    left: 0;
    bottom: 2rem;
    transform: translateX(50%);
    height: fit-content;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(52, 88, 164, 0.40) 100%);

    border: 0.25px solid white;
    backdrop-filter: blur(17.5px);
}


[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #3458A4;
    border-radius: 100%;
    background: transparent;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #3458A4;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #3458A4;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    
    background: #3458A4;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Arboria Book';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://confluence-arh.fr/wp-content/uploads/2025/04/Arboria-Book.woff2') format('woff2'),
		url('https://confluence-arh.fr/wp-content/uploads/2025/04/Arboria-Book.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ZT Glora Pro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://confluence-arh.fr/wp-content/uploads/2025/04/ZTGloraPro-Regular.woff2') format('woff2'),
		url('https://confluence-arh.fr/wp-content/uploads/2025/04/ZTGloraPro-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */