/* Styles en lien avec l'écran Équipe */

.liste-membres form {
	display: flex;
	gap: 0.9rem;
 }

 @media (max-width: 1200px) {	
	.liste-membres form {
		flex-direction: column;
	}
 }

 .liste-membres #form-recherche-membres .form-control {
	width: 100%;
	background-color: var(--third);
	border-color: var(--fourth);
	border-width: 2px;
	border-radius: 0;
	font-size: 1.6rem;
	font-family: 'DIN W01 Cond Bold';
	text-transform: uppercase;
	border-style: solid;
	padding-top: 0.3rem;
	padding-bottom: 0.45rem;
	padding-left: 0.8rem;
	/* padding-right: 1.1rem; */
	background-position: 95% center;
	background-size: 14px 10px;
	color: var(--primary);
	text-overflow: ellipsis;
}

.liste-membres #form-recherche-membres .form-control::placeholder {
    opacity: 0.7;
}

.liste-membres .entite-section .identification .center {
	justify-content: flex-end;
	padding-bottom: 1rem;
}

.liste-membres .entite-section .identification .nom {
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
	padding: 8px 12px 9px;
	margin: 0 auto 14px;
	background-color: rgba(20, 20, 0, 0.5);
	max-width: 25ch;
}

.liste-membres .entite-section h2 {
	text-align: center;
	margin-top: 3rem;
    margin-bottom: 1.75rem;
}

.liste-membres h4.titres-membre {
	font-family: 'DIN W01 Cond Medium';
	font-size: 1.12rem;
	text-align: center;
	text-transform: uppercase;
	max-width: 30ch;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.85rem;
	line-height: 1.25;
}

.liste-membres .description-membre {
	color: #000000;
	margin-bottom: 0.85rem;
	-webkit-line-clamp: 3;
    line-clamp: 3;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.liste-membres .courriel-membre {
	text-align: left;
}

.liste-membres .courriel-membre a[href^="mailto:"] {
    font-size: 0.85rem;
    color: #fff;
    font-family: 'DIN W01 Regular';
}

.liste-membres .courriel-membre:hover { 
	color: var(--fifth); 
}

.liste-membres .telephone-membre {
	font-family: "DIN W01 Bold";
	font-size: 0.90rem;
	text-align: left;
}

.liste-membres img.silhouette-generique {
	height: 100%;
	margin: auto;
	display: block;
}

.liste-membres .cases .identification .center {
	background-color: rgba(0, 0, 0, 0);
}

.liste-membres .img-wrapper .fit {
	background-color: #FFFFFF;
}