.elementor-6441 .elementor-element.elementor-element-984efcf{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2a017d8 */.page-identite.illustration-wrap .illustration-flex {
  display: flex;
  align-items: center;       /* aligne verticalement */
  justify-content: center;   /* centre le tout */
  gap: 32px;                 /* espace entre photo et logo */
  flex-wrap: wrap;           /* empile en mobile */
}

.page-identite.illustration-wrap figure {
  margin: 0;
  text-align: center;
}

.page-identite.illustration-wrap img {
  max-height: 280px;   /* limite la hauteur */
  width: auto;         /* conserve les proportions */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.page-identite.illustration-wrap figcaption {
  margin-top: 6px;
  font-size: 0.85rem;
  color: #5A6675;
}/* End custom CSS */