/*
 Theme Name:     SelfSign
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Thème enfant Divi by Self-Sign
 Author:         Arturo BERNARD
 Author URI:     https://www.self-sign.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* -- Style du site -- */

.se-annuaire-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;           /* impose un carré */
  overflow: hidden;
  border-radius: 8px;          /* optionnel arrondi */
  background: #f8f8f8;         /* couleur de fond si image absente */
}

.se-annuaire-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;           /* recadre pour remplir */
  display: block;
}