.profile-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));width:100%;gap:40px;margin-top:32px}@media(max-width: 1200px){.profile-cards{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.profile-cards{grid-template-columns:1fr}}.profile-cards .profile-card{align-items:center;cursor:pointer;transition:300ms;min-height:68px}.profile-cards .profile-card:hover{border:1px solid #00375c;border-left:7px solid #00375c}.profile-cards .profile-card:hover [class*=ag2ricon-]{color:#00375c}.profile-cards .profile-card a,.profile-cards .profile-card button{display:flex;align-items:center;height:100%;width:100%;text-decoration:none;position:relative;padding-right:24px}.profile-cards .profile-card a span,.profile-cards .profile-card button span{padding-left:24px}.profile-cards .profile-card a .picto,.profile-cards .profile-card button .picto{margin-left:auto;font-size:2.4rem}.profile-cards .profile-card a img,.profile-cards .profile-card button img{width:78px;height:68px;object-fit:cover;flex-shrink:0}.profile-cards a,.profile-cards button,.profile-cards [class*=ag2ricon-]{color:#2c2c2e}.profile-cards a:hover,.profile-cards button:hover,.profile-cards [class*=ag2ricon-]:hover{color:#00375c}.profile-cards .bd-blue{border:1px solid #0096ff;border-left:7px solid #0096ff}.profile-cards .bd-pink{border:1px solid #ff0078;border-left:7px solid #ff0078}.profile-cards .bd-green{border:1px solid #77cb81;border-left:7px solid #77cb81}.profile-cards .bd-grey{border:1px solid #58595b;border-left:7px solid #58595b}