.equipe {
	display: flex;

	flex-wrap: wrap;
	width: 100%;
}

.equipe .item .frame {
	display: flex;
	width: 300px;
	height: 100%;
	margin-left: calc(50% - 150px);
	box-sizing: border-box;
	border-image: url('/img/frames/wood.png') 34 / 20px stretch;
	padding: 20px;
	flex-direction: column;
}


.equipe .item:not([partenaire]) .frame a {
	text-decoration: none;
}

.equipe .item:not([partenaire]) .frame:hover a {
	text-decoration: underline;
}

.equipe .item:not([partenaire]):disabled .frame {
	text-decoration: none !important;
}

.equipe .item:not([partenaire]):not([disabled]) .frame {
	cursor: pointer;
}

.equipe .item[partenaire] .frame a {
	text-decoration: none;
}

.equipe .item[partenaire] .frame a:hover {
	text-decoration: underline;
}

.equipe .item {
	display: block;
	flex: 1;
	width:max-content;
	min-width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 420px;
}

.equipe div img {
	width: 100%;
	aspect-ratio: 1/1;
}

.equipe .item h3 {
	margin: 0;
	font-family: var(--MVBoli);
	font-size: 16pt;
	color: var(--brand-color-5);
}

.equipe .item hr {
	border: none;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--brand-color-5), transparent);
	margin: 0px;
}

.equipe .item p {
	margin: 0px 5px;
	margin-top: 5px;
	display: block;
	flex: 1;
}

.equipe .item .frame .socials {
	display: block;
	border-top: 1px solid #AAA;
	/* background: linear-gradient(180deg, #555 0%, #252525 8px calc(100% - 4px)); */
	height: 32px;
	margin-top: 10px;
}

.equipe .item .frame .socials a {
	height: 100%;
	aspect-ratio: 2.5/2;
    /* background: linear-gradient(180deg, #3783ff 0%, #0865FE 8px calc(100% - 4px)); */
	display: inline-block;
	text-align: center;
	border-right: 1px solid #AAA;
}

.equipe .item .frame .socials a img {
	height: 100%;
	aspect-ratio: 1/1;
}

.equipe .item .frame td {
	font-size: 9pt;
	height: 13pt;
	line-height: 13pt;
}

.equipe .item .frame td:first-of-type {
	aspect-ratio: 1/1;
	text-align: center;
	height: 13pt;
	width: 13pt;
}

.equipe .item .frame td img {
	height: 100%;
}