.wrapper { padding: 40px 0; }

.card__picture { display: block; width: 100%; height: 320px; border-top-left-radius: 6px; border-top-right-radius: 6px; }
.card-infos { padding: 20px; background: #fff; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
.card__title {font-size: 1.4rem; font-weight: 300; line-height: 1.4; margin: 0 0 10px; color:#666; }
.card__title a:hover {color:#B92121; text-decoration: none;}
.card__title .fa-2x {color:#B92121; font-size:2rem; margin-right:10px;}
.card__text { font-size: 1.4rem; font-weight: 300; margin: 0; color: #86888A; }
.card__text--high { font-weight: 600; }
.header { background: var(--main-bg-color); height: 160px; display: flex; }
.header__title { margin: auto; font-weight: 300; font-size: 3.2rem; color: #fff; }
.header__title--high { font-weight: 600; }
.sortable__nav { display: flex; justify-content: center; margin-bottom: 20px; }
.nav__link { padding: 0 20px 4px; margin: 0 20px 0 20px; color: #666; font-size: 1.6rem; font-weight: 300; display: block; border-bottom: 2px solid transparent; cursor: pointer; }

.nav__link.is-active { border-color: var(--main-bg-color);}
.footer__list.list { display: flex; justify-content: space-between; align-items: center; }
.list__item.item { display: flex; }
.item__link.link { margin: 0; }
.item__link.link:not(:first-child) { margin-left: 20px; }
.link__icon { height: 2rem; width: 2rem; }