@charset "windows-1252";

.idf-types { background: rgb(255, 255, 255); padding: 40px 0px; }

.idf-types__title { font-size: 4rem; font-weight: 300; color: rgb(17, 17, 17); margin-bottom: 22px; }

.idf-types__title b { font-weight: 800; }

.idf-type-card { border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 14px; overflow: hidden; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.45) 0px 6px 18px; height: 100%; transition: transform 0.18s, box-shadow 0.18s; }

.idf-type-card:hover { transform: translateY(-4px); box-shadow: rgba(0, 0, 0, 0.14) 0px 10px 26px; }

.idf-type-card__media { padding: 14px 14px 0px; }

.idf-type-card__media img { width: 100%; height: 170px; object-fit: cover; border-radius: 10px; display: block; cursor: pointer; }

.idf-type-card__body { padding: 14px 16px 16px; }

.idf-type-card__name { font-size: 3.2rem; font-weight: 500; margin: 0px; color: rgb(26, 26, 26); line-height: 1.1; font-family: Verveine; }

.idf-type-card__picto { display: inline-block; vertical-align: middle; margin-right: 6px; }

.idf-type-card__text { color: rgb(26, 26, 26); font-size: 1.4rem; line-height: 1.35; margin: 14px 0px; min-height: 117px; }

.idf-type-card__link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: rgb(207, 22, 140); text-decoration: none; font-size: 1.4rem; }

.idf-type-card__link:hover { color: rgb(139, 15, 94); }

.idf-type-card__eye { width: 18px; height: 18px; display: inline-block; vertical-align: middle; }

.idf-types .row > [class*="col-"] { margin-bottom: 22px; }

.idf-type-card__header { display: flex; align-items: center; justify-content: space-between; gap: 10px; }

.idf-type-card__pictos { display: flex; gap: 6px; }

.idf-type-card__picto { width: 35px; height: 35px; }