.equipe { margin: 0; padding: 0; list-style: none; }
.carte-fonction { text-align: left; }
.portrait-attente { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; margin-bottom: 18px; background: var(--sable-clair); border: 2px dashed rgba(15, 61, 110, .3); color: var(--bleu); }
.portrait-attente .ico { width: 36px; height: 36px; }
.texte-attente { color: var(--doux); font-style: italic; }
