.elementor-kit-21097{--e-global-color-primary:#2A4270;--e-global-color-secondary:#BD1F2E;--e-global-color-text:#2A4270;--e-global-color-accent:#072256;--e-global-color-cb2c867:#F1F1F1;--e-global-color-7263174:#072256;--e-global-color-7f025e8:#DCDCDC;--e-global-color-92a148a:#2A427082;--e-global-color-a6fd07f:#BD1F2E82;--e-global-color-a54b7da:#072256;--e-global-color-57166c4:#FFFFFF;--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--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-weight:500;color:#2A4270;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-21097 button,.elementor-kit-21097 input[type="button"],.elementor-kit-21097 input[type="submit"],.elementor-kit-21097 .elementor-button{background-color:transparent;font-weight:400;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#FFFFFF;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, #A52948 100%);}.elementor-kit-21097 button:hover,.elementor-kit-21097 button:focus,.elementor-kit-21097 input[type="button"]:hover,.elementor-kit-21097 input[type="button"]:focus,.elementor-kit-21097 input[type="submit"]:hover,.elementor-kit-21097 input[type="submit"]:focus,.elementor-kit-21097 .elementor-button:hover,.elementor-kit-21097 .elementor-button:focus{background-color:transparent;color:#FFFFFF;background-image:linear-gradient(180deg, #A52948 0%, var( --e-global-color-secondary ) 100%);}.elementor-kit-21097 e-page-transition{background-color:#FFBC7D;}.elementor-kit-21097 a{color:#BD1F2E;font-family:"Poppins", Sans-serif;font-size:17px;}.elementor-kit-21097 h1{font-size:2rem;font-weight:600;}.elementor-kit-21097 h2{font-size:1.5rem;font-weight:600;}.elementor-kit-21097 h3{font-size:1.3rem;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-21097{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:18px;font-size:16px;}.elementor-kit-21097 a{font-size:16px;}.elementor-kit-21097 h1{font-size:1.7rem;}.elementor-kit-21097 h2{font-size:1.4rem;}.elementor-kit-21097 h3{font-size:1.3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-21097{--e-global-typography-primary-font-size:16px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:16px;font-size:15px;}.elementor-kit-21097 a{font-size:14px;}.elementor-kit-21097 h1{font-size:1.2rem;}.elementor-kit-21097 h2{font-size:1.1rem;}.elementor-kit-21097 h3{font-size:1.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Styles généraux du carrousel */
.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  text-align: center;
}

.swiper-slide:hover {
  transform: translateY(-5px);
}

/* Image du service */
.service-card img {
  width: 100%;
  height: auto;
  border-bottom: 4px solid #003366;
}

/* Contenu de la carte */
.service-card-content {
  padding: 15px;
  text-align: center;
}

.service-card-content h3 {
  font-size: 1.2rem;
  color: #003366;
  margin-bottom: 10px;
}

.service-card-content p {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 15px;
}

/* Bouton */
.btn-slide {
  display: inline-block;
  width: 50%;
  padding: 10px 20px ;
  background-color: #BD1F2E;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.btn-slide:hover {
  background-color: #0055a5;
}/* End custom CSS */