.elementor-460 .elementor-element.elementor-element-9bb6dbc{--display:flex;}.elementor-460 .elementor-element.elementor-element-d0d88e9{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-460 .elementor-element.elementor-element-d0d88e9.elementor-element{--align-self:center;}.elementor-460 .elementor-element.elementor-element-322d0ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-460 .elementor-element.elementor-element-9079437{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-460 .elementor-element.elementor-element-daa40b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-460 .elementor-element.elementor-element-9bb6dbc{--content-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-d0d88e9 *//* ==============================
   XRDB COUNTS (improved)
   - 1 ligne / 4 colonnes partout
   - scroll horizontal propre si écran trop étroit
   - cartes cliquables sans hover agressif
   ============================== */

/* Bloc */
.xrdb-counts{
  width: min(980px, 92vw);
  margin: 2rem auto;
  padding: clamp(1.2rem, 2vw, 2rem);
  border-radius: 18px;
  background: rgba(0,0,0,0.03);
  overflow: hidden; /* évite les débordements visuels */
}

/* Titre (si utilisé) */
.xrdb-counts-title{
  margin: 0 0 1.2rem;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 700;
  text-align: center;
}

/* Grille : toujours 4 colonnes (1 ligne) */
.xrdb-counts-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

/* Si écran trop étroit : on garde 1 ligne et on autorise le scroll */
@media (max-width: 640px){
  .xrdb-counts{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .xrdb-counts-grid{
    min-width: 640px; /* force 4 cartes sur une seule ligne */
  }
}

/* Carte (lien) */
.xrdb-count-card{
  padding: 1.1rem 1rem;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  transition: none; /* hover neutre */
}

/* Hover neutre : ne change rien */
.xrdb-count-card:hover,
.xrdb-count-card:focus,
.xrdb-count-card:active{
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  transform: none;
  filter: none;
  opacity: 1;
}

/* Chiffre */
.xrdb-count-number{
  font-size: clamp(1.7rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Ligne label + icône */
.xrdb-count-label-line{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

/* Icône */
.xrdb-count-icon{
  font-size: 18px;
  line-height: 1;
  width: 18px;
  height: 18px;
}

/* Label */
.xrdb-count-label{
  font-size: 0.95rem;
  opacity: 0.75;
  margin: 0;
  white-space: nowrap;
}

/* Optionnel : un peu plus compact sur très petit écran (si tu veux éviter un scroll trop long) */
@media (max-width: 420px){
  .xrdb-count-card{ padding: 1rem 0.85rem; }
  .xrdb-count-label{ font-size: 0.9rem; }
  .xrdb-count-icon{ font-size: 17px; width: 17px; height: 17px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d7fd8e9 *//* =========================================================
   DATABASE → TOP SELECTED EXPERIENCES (last 12 months)
   Look & feel = USER rated gallery (My Fav)
   Scoped: only .xrdb-top-selected-gallery
   ========================================================= */

.xrdb-top-selected-gallery{
  margin-top: 0;
}

/* Grille responsive : 2 → 3 → 4 → 5 colonnes */
.xrdb-top-selected-gallery .xrdb-top-selected-grid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
  justify-items: stretch;
  align-items: start;
}

/* ≥ 640px : 3 colonnes */
@media (min-width: 640px){
  .xrdb-top-selected-gallery .xrdb-top-selected-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ≥ 1024px : 4 colonnes */
@media (min-width: 1024px){
  .xrdb-top-selected-gallery .xrdb-top-selected-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ≥ 1280px : 5 colonnes */
@media (min-width: 1280px){
  .xrdb-top-selected-gallery .xrdb-top-selected-grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Cartes (propres) */
.xrdb-top-selected-gallery .xrdb-exp-card{
  width: 100%;
  text-align: left;
  transition: none;
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
}

/* Visuel : boîte uniforme (poster) */
.xrdb-top-selected-gallery .xrdb-exp-poster{
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #f6f6f6;
}

/* Image : remplissage propre */
.xrdb-top-selected-gallery .xrdb-exp-poster img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

/* Meta : centré comme HOME */
.xrdb-top-selected-gallery .xrdb-exp-meta{
  text-align: center;
}

/* Titre : stable (2 lignes max) + rouge */
.xrdb-top-selected-gallery .xrdb-exp-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  margin-top: 8px;
  font-weight: 600;
  color: #EF3B2D !important;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.2;
  min-height: calc(1.2em * 2);
}

/* Hover sobre */
.xrdb-top-selected-gallery .xrdb-exp-card:hover,
.xrdb-top-selected-gallery .xrdb-exp-card:focus,
.xrdb-top-selected-gallery .xrdb-exp-card:active{
  transform: none;
  border-color: #ddd;
}

.xrdb-top-selected-gallery .xrdb-exp-title:hover,
.xrdb-top-selected-gallery .xrdb-exp-title:focus,
.xrdb-top-selected-gallery .xrdb-exp-title:active{
  color: #EF3B2D !important;
  text-decoration: none !important;
  font-weight: 600;
}

/* Espace au-dessus de la grille si besoin */
.xrdb-top-selected-gallery .xrdb-top-selected-grid{
  margin-top: 6px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ec24e99 *//* ===== Home → People + Companies (cards) ===== */

.xr-home-pc .xr-home-pc-row-title{
  color: #1FB7A6 !important;
  font-weight: 700;
  font-size: 34px !important;   /* même taille que "Latest news" */
  line-height: 1.1 !important;
  margin: 0 0 10px 0;
}

/* 10px au-dessus de "Latest companies" + 10px entre les 2 blocs */
.xr-home-pc-row-companies .xr-home-pc-row-title{ margin-top: 10px !important; }
.xr-home-pc-row-people .xr-home-pc-grid{ margin-bottom: 10px; }

/* Grid */
.xr-home-pc-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 768px){
  .xr-home-pc-grid{ grid-template-columns: 1fr; }
}

/* Card (fond blanc forcé + contenu centré) */
.xr-home-pc-card{
  border: 1px solid #eee;
  background: #fff !important;
  padding: 12px;

  display: flex;
  flex-direction: column;
  align-items: center;      /* centre horizontalement */
  text-align: center;       /* centre le nom */
}

/* Thumbnail */
.xr-home-pc-thumb{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff !important;
  margin-bottom: 10px;

  display: flex;
  align-items: center;      /* centre verticalement l’image */
  justify-content: center;  /* centre horizontalement l’image */
}

.xr-home-pc-thumb img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #fff !important;
}

/* Logos company = contain */
.xr-home-pc-thumb-company img{
  object-fit: contain;
  padding: 12%;
}

/* Fallback (logo site) = contain + gris */
.xr-home-pc-card.is-fallback .xr-home-pc-thumb img{
  object-fit: contain !important;
  padding: 12% !important;
  filter: grayscale(100%);
  opacity: 0.35;
}

/* Name */
.xr-home-pc-name{
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.xr-home-pc-name:hover{ text-decoration: underline; }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-94e3260 *//* ===== Home → People + Companies (cards) ===== */

.xr-home-pc .xr-home-pc-row-title{
  color: #1FB7A6 !important;
  font-weight: 700;
  font-size: 34px !important;   /* même taille que "Latest news" */
  line-height: 1.1 !important;
  margin: 0 0 10px 0;
}

/* 10px au-dessus de "Latest companies" + 10px entre les 2 blocs */
.xr-home-pc-row-companies .xr-home-pc-row-title{ margin-top: 10px !important; }
.xr-home-pc-row-people .xr-home-pc-grid{ margin-bottom: 10px; }

/* Grid */
.xr-home-pc-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 768px){
  .xr-home-pc-grid{ grid-template-columns: 1fr; }
}

/* Card (fond blanc forcé + contenu centré) */
.xr-home-pc-card{
  border: 1px solid #eee;
  background: #fff !important;
  padding: 12px;

  display: flex;
  flex-direction: column;
  align-items: center;      /* centre horizontalement */
  text-align: center;       /* centre le nom */
}

/* Thumbnail */
.xr-home-pc-thumb{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff !important;
  margin-bottom: 10px;

  display: flex;
  align-items: center;      /* centre verticalement l’image */
  justify-content: center;  /* centre horizontalement l’image */
}

.xr-home-pc-thumb img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #fff !important;
}

/* Logos company = contain */
.xr-home-pc-thumb-company img{
  object-fit: contain;
  padding: 12%;
}

/* Fallback (logo site) = contain + gris */
.xr-home-pc-card.is-fallback .xr-home-pc-thumb img{
  object-fit: contain !important;
  padding: 12% !important;
  filter: grayscale(100%);
  opacity: 0.35;
}

/* Name */
.xr-home-pc-name{
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.xr-home-pc-name:hover{ text-decoration: underline; }/* End custom CSS */