/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.employee{display:flex}@media (max-width:1023px){.employee{flex-direction:column}}.employee__photo{margin-bottom:1rem;margin-right:2rem;flex-grow:0;flex-shrink:0}@media (max-width:1023px){.employee__photo{margin-right:0}}.employee__photo img{display:block;width:156px}@media (max-width:1023px){.employee__photo img{width:100%}}.employee__details{flex-grow:1;align-self:flex-end}@media (max-width:1023px){.employee__details{align-self:unset}}.employee__title{margin-bottom:calc(1rem / 4)}.employee__function{margin-bottom:.5rem}.employee__contact{display:flex;gap:.5rem}.employee__button{display:flex;align-items:center;justify-content:center;border-radius:100%;background-color:#1ebada;padding:.5rem;width:2rem;height:2rem;transition:background-color 250ms ease-in-out}.employee__button:hover{background-color:#2fc4e2}.view--employees{display:grid;grid-auto-rows:min-content;grid-template-columns:repeat(2,1fr);grid-gap:3rem}
