.elementor-kit-89{--e-global-color-primary:#1C3D70;--e-global-color-secondary:#EF751C;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-color-621c8f2:#142B4F;--e-global-color-0f0be36:#24508F;--e-global-color-819dafc:#FF9A4D;--e-global-color-c29cb48:#F4F7FB;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:600;--e-global-typography-defcdc5-font-family:"Ubuntu";--e-global-typography-defcdc5-font-size:30px;--e-global-typography-defcdc5-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-89 button,.elementor-kit-89 input[type="button"],.elementor-kit-89 input[type="submit"],.elementor-kit-89 .elementor-button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-accent );border-style:none;border-radius:50px 50px 50px 50px;}.elementor-kit-89 button:hover,.elementor-kit-89 button:focus,.elementor-kit-89 input[type="button"]:hover,.elementor-kit-89 input[type="button"]:focus,.elementor-kit-89 input[type="submit"]:hover,.elementor-kit-89 input[type="submit"]:focus,.elementor-kit-89 .elementor-button:hover,.elementor-kit-89 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-accent );border-style:none;}.elementor-kit-89 e-page-transition{background-color:var( --e-global-color-819dafc );}.elementor-kit-89 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-89 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-89 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-89 h3{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}.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);}@media(max-width:1024px){.elementor-kit-89{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-89 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-89 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-89 h3{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-89 button,.elementor-kit-89 input[type="button"],.elementor-kit-89 input[type="submit"],.elementor-kit-89 .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}}@media(max-width:767px){.elementor-kit-89{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-89 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-89 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-89 h3{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-89 button,.elementor-kit-89 input[type="button"],.elementor-kit-89 input[type="submit"],.elementor-kit-89 .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS */body, html {
	height: 100%;
}

.elementor-page {  
	display: flex; 
	flex-direction: column;
	min-height: 100vh;
}

.elementor-location-footer {
	margin-top: auto;
}

:root {
  --brand-blue: #1c3d70;
  --brand-blue-dark: #142b4f;
  --brand-blue-light: #24508f;

  --brand-orange: #ef751c;
  --brand-orange-light: #ff9a4d;
  
  --gradient-blue-main: linear-gradient(
    160deg,
    #142b4f 0%,
    #1c3d70 60%,
    #2b5aa0 100%
  );

  --gradient-blue-soft: linear-gradient(
    135deg,
    #1c3d70 0%,
    #24508f 100%
  );

  --gradient-orange-main: linear-gradient(
    135deg,
    #ef751c 0%,
    #ff9a4d 100%
  );
}

.bg-gradient-blue {
  background: var(--gradient-blue-main);
}

.bg-gradient-orange {
  background: var(--gradient-orange-main);
}

.contact-gradient {
  background: linear-gradient(
    90deg,
    var(--brand-blue),
    var(--brand-blue-light)
  );
}

.services-gradient {
  background: linear-gradient(
    160deg,
    var(--brand-blue-dark),
    var(--brand-blue),
    #2b5aa0
  );
}

.card-premium {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  border: 1px solid rgba(28,61,112,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-premium:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.btn-premium .elementor-button {
  background: linear-gradient(
    135deg,
    var(--brand-orange),
    var(--brand-orange-light)
  );
  border-radius: 30px;
  padding: 14px 32px;
  box-shadow: 0 8px 20px rgba(239,117,28,0.35);
}

.btn-premium .elementor-button:hover {
  box-shadow: 0 14px 30px rgba(239,117,28,0.45);
  transform: translateY(-2px);
}

.section-soft {
  background: #f4f7fb;
}

.footer-gradient {
  background: linear-gradient(
    180deg,
    var(--brand-blue),
    var(--brand-blue-dark)
  );
}

.btn-cta-orange .elementor-button {
  background: linear-gradient(135deg, #ef751c, #ff9a4d);
  border-radius: 32px;
  padding: 14px 34px;
  box-shadow: 0 8px 20px rgba(239,117,28,0.35);
  transition: all 0.3s ease;
}

.btn-cta-orange .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(239,117,28,0.45);
}

.btn-cta-blue .elementor-button {
  background: linear-gradient(135deg, #1c3d70, #24508f);
  border-radius:  32px;
  padding: 14px 34px;
  box-shadow: 0 8px 20px rgba(28,61,112,0.30);
  transition: all 0.3s ease;
}

.btn-cta-blue .elementor-button:hover {
  box-shadow: 0 14px 30px rgba(28,61,112,0.45);
  transform: translateY(-2px);
}

.section-blue-premium {
  background: linear-gradient(
    160deg,
    #142b4f 0%,
    #1c3d70 60%,
    #2b5aa0 100%
  );
}

.section-blue-soft {
  background: linear-gradient(90deg, #1c3d70, #24508f);
}

.section-orange-soft {
  background: linear-gradient(
    90deg,
    #ef751c 0%,
    #f08a3c 50%,
    #f3a55f 100%
  );
}

.section-orange-soft::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    800px circle at 20% 50%,
    rgba(255,255,255,0.12),
    transparent 60%
  );
  pointer-events: none;
}

.section-orange-soft-light {
  background: linear-gradient(
    90deg,
    rgba(239,117,28,0.85),
    rgba(243,165,95,0.85)
  );
}

.section-orange-to-blue {
  background: linear-gradient(
    120deg,
    #ef751c 0%,
    #f39a52 45%,
    #24508f 100%
  );
}

.section-light {
  background: #f4f7fb;
}

.glass-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.35);

  box-shadow: 0 20px 40px rgba(28,61,112,0.15);
  padding: 40px;
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(28,61,112,0.25);
}

.card-soft {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(28,61,112,0.12);
  border: 1px solid rgba(28,61,112,0.08);
}

.service-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(28,61,112,0.10);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(28,61,112,0.22);
}

.card-ty-anim {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(28,61,112,0.10);
  transition: all 0.3s ease;
}

.card-ty-anim:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(28,61,112,0.22);
}

/* Start - Main Hero slides animation */

.hero-slides {
  position: relative;
}

/* Chaque slide */
.hero-slides .swiper-slide {
  position: relative;
  overflow: hidden;
}

/* Background image Elementor */
.hero-slides .swiper-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Overlay bleu permanent */
.hero-slides .swiper-slide-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  background: linear-gradient(
    rgba(28,61,112,0.55),
    rgba(28,61,112,0.55)
  );
}

/* Effet halo interatif */
.hero-slides .swiper-slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;

  background: radial-gradient(
    260px circle at var(--x, 50%) var(--y, 50%),
    rgba(239,117,28,0.55) 0%,
    rgba(239,117,28,0.35) 35%,
    rgba(239,117,28,0.15) 70%,
    rgba(239,117,28,0.0) 100%
  );

  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Halo visible au survol */
.hero-slides.is-hovered .swiper-slide-bg::after {
  opacity: 1;
}

/* Texte supérieur Hero */
.hero-slides .swiper-slide-inner,
.hero-slides .swiper-slide-contents {
  position: relative;
  z-index: 3;
}
/* Start - Main Hero slides animation */


/* Start - Effet rotation logos références */

.elementor-image-carousel-wrapper.swiper {
  overflow: hidden !important;
  padding: 30px 20px 20px 20px;
  margin: -30px -20px -20px -20px;
}

.elementor-image-carousel.swiper-wrapper {
  overflow: visible !important;
}

.elementor-image-carousel .swiper-slide {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  perspective: 1000px;
}

/* Carte du logo */
.elementor-image-carousel .swiper-slide-inner {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(28, 61, 112, 0.08);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  overflow: hidden;
}

/* Image du logo */
.elementor-image-carousel .swiper-slide-image {
  transition: all 0.5s ease;
  filter: grayscale(0.6) opacity(0.9);
  display: block;
  width: 100%;
  height: auto;
}

/* Rotation 3D au survol */
.elementor-image-carousel .swiper-slide:hover {
  transform: translateY(-15px) scale(1.08) rotateZ(-3deg);
  z-index: 10;
}

.elementor-image-carousel .swiper-slide:hover .swiper-slide-inner {
  box-shadow: 
    0 25px 60px rgba(28, 61, 112, 0.18),
    0 10px 25px rgba(28, 61, 112, 0.1),
    0 0 0 3px rgba(28,61,112,0.45);
    transform: rotateY(8deg) rotateX(3deg);
}

.elementor-image-carousel .swiper-slide:hover .swiper-slide-image {
  filter: grayscale(0) opacity(1);
  transform: scale(1.15) rotateZ(3deg);
}

/* Effet brillance */
.elementor-image-carousel .swiper-slide-inner::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.6s ease;
  pointer-events: none;
  z-index: 1;
}

.elementor-image-carousel .swiper-slide:hover .swiper-slide-inner::before {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

/* Image reste au-dessus */
.elementor-image-carousel .swiper-slide-image {
  position: relative;
  z-index: 2;
}

/* Responsive Tablettes */
@media (max-width: 1024px) {
  .elementor-image-carousel-wrapper.swiper {
    padding: 25px 15px 15px 15px;
    margin: -25px -15px -15px -15px;
  }
  
  .elementor-image-carousel .swiper-slide-inner {
    padding: 15px;
  }
  
  .elementor-image-carousel .swiper-slide:hover {
    transform: translateY(-10px) scale(1.05) rotateZ(-2deg);
  }
}

/* Responsive Mobiles */
@media (max-width: 768px) {
  .elementor-image-carousel-wrapper.swiper {
    padding: 20px 10px 10px 10px;
    margin: -20px -10px -10px -10px;
  }
  
  .elementor-image-carousel .swiper-slide:hover .swiper-slide-inner {
    transform: rotateY(3deg) rotateX(1deg);
    box-shadow: 
      0 15px 35px rgba(28, 61, 112, 0.15),
      0 0 0 2px rgba(28,61,112,0.45);
  }
  
  .elementor-image-carousel .swiper-slide:hover {
    transform: translateY(-8px) scale(1.03);
  }
  
  .elementor-image-carousel .swiper-slide:hover .swiper-slide-image {
    transform: scale(1.1);
  }
}
/* End - Effet rotation logos références *//* End custom CSS */