.elementor-7719 .elementor-element.elementor-element-cbc15df{--display:flex;--margin-top:0100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-7719 .elementor-element.elementor-element-f8f4a97{--grid-columns:3;}.elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-7719 .elementor-element.elementor-element-f8f4a97 .e-loop-item > .elementor-section, .elementor-7719 .elementor-element.elementor-element-f8f4a97 .e-loop-item > .elementor-section > .elementor-container, .elementor-7719 .elementor-element.elementor-element-f8f4a97 .e-loop-item > .e-con, .elementor-7719 .elementor-element.elementor-element-f8f4a97 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}.elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(min-width:768px){.elementor-7719 .elementor-element.elementor-element-cbc15df{--content-width:1980px;}}@media(max-width:1024px){.elementor-7719 .elementor-element.elementor-element-f8f4a97{--grid-columns:2;}}@media(max-width:767px){.elementor-7719 .elementor-element.elementor-element-f8f4a97{--grid-columns:1;}}/* Start custom CSS for loop-grid, class: .elementor-element-f8f4a97 *//* Grand ecran : 3 colonnes */
.elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-loop-container,
.elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-grid {
  display: grid !important;
  gap: 40px !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

/* Sous 1300px : 2 colonnes */
@media (max-width: 1600px) {
  .elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-loop-container,
  .elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
  }
}

/* Sous 700px : 1 colonne */
@media (max-width: 700px) {
  .elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-loop-container,
  .elementor-7719 .elementor-element.elementor-element-f8f4a97 .elementor-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}/* End custom CSS */
/* Start custom CSS *//* ============================================================
   APN - version grille (Search / Loop Grid)
   Colonnes: 2 | Titres forces a 2 lignes max | descriptions alignees
   ============================================================ */

.apn,
.apn * {
  box-sizing: border-box;
}

.apn {
  width: 100%;
  color: #1a1a1a;
  --apn-accent: #0a7bb8;
  --apn-navy: #0a2540;
}

@keyframes apnFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Chips date / lieu ---------- */
.apn .apn-meta,
.apn .apn-meta .elementor-icon-list-items {
  list-style: none;
  display: flex !important;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 26px;
  padding: 0;
  animation: apnFadeUp .6s ease both;
}
.apn .apn-meta li,
.apn .apn-meta .elementor-icon-list-item {
  border-radius: 10px;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.4;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  margin: 0 !important;
}
.apn .apn-meta li:nth-child(odd),
.apn .apn-meta .elementor-icon-list-item:nth-child(odd) {
  background: var(--apn-accent);
  padding: 7px 12px !important;
}
.apn .apn-meta li:nth-child(even),
.apn .apn-meta .elementor-icon-list-item:nth-child(even) {
  background: var(--apn-navy);
  padding: 7px 11px !important;
}
.apn .apn-meta strong,
.apn .apn-meta .elementor-icon-list-text {
  color: #fff !important;
  font-weight: 700;
}

/* ---------- Image ---------- */
.apn .apn-image,
.apn .apn-image .elementor-widget-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
  animation: apnFadeUp .7s ease .1s both;
}
.apn .apn-image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  transition: transform .7s ease;
}
.apn .apn-image:hover img {
  transform: scale(1.06);
}

/* ---------- Titre + barre accent ----------
   Titre limite a 2 lignes (avec ... si trop long)
   min-height = hauteur de 2 lignes pour aligner les descriptions */
.apn .apn-title {
  position: relative;
  margin: 30px 0 24px !important;
  padding-bottom: 14px;
  min-height: 84px;
  animation: apnFadeUp .6s ease .15s both;
}
.apn .apn-title .elementor-heading-title,
.apn h2.apn-title,
.apn .apn-title a {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: #1a1a1a !important;
  text-transform: none !important;

  /* Coupe le titre a 2 lignes max */
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.apn .apn-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: var(--apn-accent);
  border-radius: 2px;
}

/* ---------- Corps du texte ---------- */
.apn .apn-body {
  animation: apnFadeUp .6s ease .25s both;
}
.apn .apn-body p,
.apn .apn-body .elementor-widget-container > p {
  margin: 0 0 1em !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  text-align: justify;
  color: #1a1a1a !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Grand ecran : texte sur 2 colonnes */
@media (min-width: 1301px) {
  .apn .apn-body,
  .apn .apn-body .elementor-widget-container {
    columns: 2;
    column-gap: 40px;
    column-fill: balance;
  }
}

/* Ecran reduit : 2 colonnes, titres plus petits */
@media (max-width: 1300px) and (min-width: 701px) {
  .apn .apn-body,
  .apn .apn-body .elementor-widget-container {
    columns: 2;
    column-gap: 30px;
    column-fill: balance;
  }
  .apn .apn-title {
    min-height: 72px;
  }
  .apn .apn-title .elementor-heading-title,
  .apn h2.apn-title { font-size: 24px !important; }
  .apn .apn-body p { font-size: 15px !important; line-height: 1.55 !important; }
}

@media (max-width: 1000px) {
  .apn .apn-title {
    min-height: 66px;
  }
  .apn .apn-title .elementor-heading-title,
  .apn h2.apn-title { font-size: 21px !important; }
  .apn .apn-body p { font-size: 15px !important; line-height: 1.5 !important; }
}

/* Mobile : 1 colonne, plus besoin d'aligner */
@media (max-width: 700px) {
  .apn .apn-body,
  .apn .apn-body .elementor-widget-container {
    columns: 1;
  }
  .apn .apn-title {
    min-height: 0;
    margin: 24px 0 20px !important;
  }
  .apn .apn-title .elementor-heading-title,
  .apn h2.apn-title { font-size: 18px !important; }
  .apn .apn-body p { font-size: 17px !important; line-height: 1.6 !important; }
}/* End custom CSS */