.interview-title {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: black;
	/*border-bottom: solid 1px;*/
	padding: 20px 0;
	text-decoration: underline;
}

.interview-title-container {
	padding: 0 40px;
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-direction: row;
	gap: 20px;/*10px;*/
	font-weight: bold;
	justify-content: center;
	align-items: center;
}

.interview-grid {
	display: grid;
	width: 100%;
	height: 100%;
	grid-template-columns: repeat(4, 1fr);
	/* 4 colonnes de largeur égale */
	gap: 2rem;
	/* espace entre les cartes */
	padding: 2rem;
}

.interview-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.interview-image img {
	width: 100%;
	height: auto;
	display: block;
}

.interview-info {
	border: solid 1px;
	padding: 14px;
	border-radius: 10px;
	/*min-height: 185px;*//*225px;*/
	height: 100%;
}

.interview-subtitle {
	font-size: 1rem;
	margin: 0 0 0.5rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.name {
	font-weight: bold;
	margin: 0;
	color: #000000;
	position: relative;
	display: flex;
	justify-content: center;
}

.linkedin_icon {
	width: 20px;
	/*position: absolute;
	left: -21px;
	top: 0px;*/
}

.company {
	display: flex;
	align-items: center;
	justify-content: center;
	
	color: #555;
	margin: 0.2rem 0 0;
}
.company img {
	max-width: 120px;
	max-height: 50px;
}

.contact {
	color: #555;
	margin: 0.2rem 0 0;
	display: none;
}
.sschool-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 65%;
	margin: 46px auto 32px auto;
}

.sschool-tab-list {
	display: flex;
	padding: 32px;
}

.sschool-tab-item {
	padding: 10px 16px;
	color: #01233e;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 2px solid #03234b;
	cursor: pointer;

}



.sschool-tab-item:not(.sschool-tab-item-inactive) {
	border-bottom: 2px solid #007BFF;
	opacity: 1;
	font-weight: bold;
}

.sschool-tab-item-inactive {
	opacity: 0.6;
	color: #6a7077;
	border-bottom: 1px solid #6a7077;
	padding-bottom: 11px;
	font-weight: normal
}

.sschool-filter {
	width: 65%;
	margin: 54px auto 48px auto;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #6a7077;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 550;
	line-height: 26px;
}

/*.sschool-filter-select*/
.sschool-filter select {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 200px;
	padding: 2px 8px;
	border-radius: 6px;
	border: 1px solid #dbdee2;
	background: #fff;
}

.sschool-filter select {
	appearance: none;
	background: url("../images/Group.svg") top right/16px 16px no-repeat #fff;
}

select::after {
	content: "";
	width: 0.8em;
	height: 0.5em;
	background-color: red;
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.select {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 200px;
	border-radius: 6px;
	border: 1px solid #dbdee2;
	background: #fff;
}

.select:hover,
.select-open {
	border-radius: 6px;
	border: 1px solid #03234b;
	background: #fff;
}

.select>div {
	padding: 2px 8px;
}

.select>div:nth-child(1) {
	width: 100%;
	text-align: left;
}

.select img {
	width: 16px;
	height: 16px;
	transform: rotate(-90deg);
}

.select-open img {
	transform: rotate(90deg);
}

.option {
	position: absolute;
	top: 30px;
	width: 100%;
	padding: 0px !important;
	display: none;
	/*flex;*/
	flex-direction: column;
	border-radius: 6px;
	border: 1px solid #03234b;
	background: #fff;
	text-align: left;
	color: #4c545c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	cursor: default;
}

.option>div {
	padding: 2px 8px;
}

.option>div:nth-child(1) {
	border-radius: 6px 6px 0 0;
}

.option>div:nth-last-child(1) {
	border-radius: 0 0 6px 6px;
}

.option>div:hover,
.option-selected {
	background: #eeeff1;
}

.sschool-filter img {
	width: 16px;
	height: 16px;
	/*transform: rotate(-90deg);*/
}

.sschool-filter option {
	color: #03234b;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding: 0 8px;
}

.sschool-list {
	width: 65%;
	margin: 48px auto 80px auto;
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.sschool-item {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.sschool-item-title {
	color: #01233e;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: 0.28px;
}

.sschool-item-title>div:nth-child(2) {
	font-size: 20px;
	font-weight: 700;
}

.sschool-item-publication-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: auto;
}

.sschool-item-publication-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	border-radius: 8px;
	border: 1px solid #dbdee2;
	background: #fff;
}

.sschool-item-publication-item:hover {
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.sschool-item-publication-item-title {
	color: #01233e;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	min-height: 78px;
}

.sschool-item-publication-item-info {
	color: #4c545c;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.sschool-item-publication-item-info>div,
.sschool-item-publication-item-author>div {
	display: flex;
	align-items: center;
	gap: 6px;
}

.sschool-item-publication-item-author {
	gap: 12px !important;
}

.sschool-item-publication-item-info>div img,
.sschool-item-publication-item-author>div img {
	width: 16px;
	height: 16px;
}

.sschool-item-publication-item-author>div:nth-child(2) {
	padding: 0 6px;
	border-radius: 6px;
	background: #eeeff1;
}

.sschool-item-publication-item-info a {
	color: #00e;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-decoration: underline;
}

.sschool-item-publication-item-summary {
	height: 130px;
	overflow: hidden;
	color: #4c545c;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.sschool-item-publication-item-info .sschool-item-publication-item-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 20px 10px 20px;
	border-radius: 12px;
	background: #94c6d2;
	color: #03234b;
	text-align: center;
	/*font-family: "Helvetica Now Display";*/
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.48px;
	text-decoration: none;
}

.sschool-title {
	margin: 0 2rem;
	background: #000000;
	padding: 3px 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 1280px) {

	.sschool-head,
	.sschool-filter,
	.sschool-list {
		width: 80%;
	}
}

@media (max-width: 1024px) {

	.sschool-head,
	.sschool-filter,
	.sschool-list {
		width: 95%;
	}
}

@media (max-width: 960px) {
	.sschool-item-publication-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.sschool-item-publication-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 480px) {
	.sschool-tab-item {
		padding: 10px 3px;
		font-size: 13px;
	}

	.sschool {
		flex: 1;
	}
}