.elementor-kit-5{--e-global-color-primary:#06114F;--e-global-color-secondary:#2F3E5C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#4265BD;--e-global-color-background:#F5F7FA;--e-global-color-backgroundAccent:#E1E5ED;--e-global-color-transparent:#00000000;--e-global-color-e607ad9:#2F3E5C;--e-global-color-6cc6bd0:#0D1930;--e-global-color-c9045d9:#07DEF4;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poiret One";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Montserrat";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Montserrat";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Montserrat";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Poiret One";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Montserrat";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;--e-global-typography-1c538f8-font-family:"Montserrat";--e-global-typography-1c538f8-font-size:24px;--e-global-typography-1c538f8-font-weight:600;--e-global-typography-79df09b-font-family:"Montserrat";--e-global-typography-79df09b-font-size:24px;--e-global-typography-79df09b-font-weight:600;background-color:var( --e-global-color-background );font-family:"Montserrat", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;--e-global-typography-1c538f8-font-size:22px;--e-global-typography-79df09b-font-size:22px;}.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:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;--e-global-typography-1c538f8-font-size:18px;--e-global-typography-79df09b-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   NOS PRESTATIONS — Cartes de services
   À coller dans : Elementor > Site Settings > Custom CSS
   (ou dans le CSS personnalisé de la Section, onglet Avancé)
   ============================================ */

/* Fond de la section (optionnel, si tu veux le glow radial) */
.prestations-section{
  background:
    radial-gradient(ellipse 900px 500px at 15% 0%, rgba(30,80,120,0.35), transparent 60%),
    radial-gradient(ellipse 700px 500px at 100% 20%, rgba(20,60,90,0.3), transparent 60%),
    #060D17;
  padding: 90px 0;
}

/* Grille des cartes (si tu utilises un Container Elementor, applique cette classe dessus) */
.prestations-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 760px){
  .prestations-grid{ grid-template-columns: 1fr; }
}

/* Carte individuelle — applique cette classe CSS à chaque widget Icon Box
   (ou à la colonne qui contient le contenu de la carte) */
.prestation-card{
  background: #0C1D30;
  border: 1px solid rgba(140, 220, 220, 0.14);
  border-radius: 16px;
  padding: 32px 32px 30px;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.prestation-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35), 0 0 0 1px rgba(110,225,220,0.08);
  border-color: rgba(110, 225, 220, 0.4);
  background: #0F2740;
}

/* Badge icône hexagonal */
.prestation-card .badge-icon{
  width: 54px;
  height: 54px;
  background: rgba(95,217,214,0.08);
  border: 1px solid rgba(140, 220, 220, 0.14);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: background .25s ease, border-color .25s ease;
}
.prestation-card:hover .badge-icon{
  background: rgba(95,217,214,0.18);
  border-color: rgba(110, 225, 220, 0.4);
}
.prestation-card .badge-icon svg,
.prestation-card .badge-icon i{
  color: #8FF0EC;
  stroke: #8FF0EC;
  font-size: 22px;
}

/* Titre de la carte */
.prestation-card h3{
  font-family: 'Sora', 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height: 1.35;
}

/* Texte descriptif */
.prestation-card p{
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 22px;
  color: #A7BBC9;
}

/* Ligne de badges (tags) */
.prestation-card .tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.prestation-card .tag{
  font-family: 'Sora', 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #8FF0EC;
  background: rgba(95,217,214,0.08);
  border: 1px solid rgba(140, 220, 220, 0.14);
  padding: 5px 12px;
  border-radius: 20px;
  transition: background .2s ease, border-color .2s ease;
}
.prestation-card:hover .tag{
  background: rgba(95,217,214,0.14);
  border-color: rgba(110, 225, 220, 0.4);
}/* End custom CSS */