:root {
	--c-main: #86BC42;
	--c-main: var(--c-skin-main, #86BC42);
	--c-copy: rgb(101, 113, 132);
	--c-facebook: #3b5998;
	--c-twitter: #4099ff;


	--cmp-icon-color: var(--c-main);
	--cmp-icon-color-bg: transparent;
	--cmp-icon-font-size: 24px;
}

/* =================================================================== Top Bar #
*/
.topbar-content > div {
	display: flex;
	flex-direction: row;
}
.topbar-content > div > :first-child {
	flex: 1 1 auto;
}


/* ========================================================= Language Switcher #
*/
.language-switcher-language-url > .content > .links {
	display: flex;
	flex-flow: row wrap;
	justify-content: end;
}
.language-switcher-language-url > .content > .links > li {
	padding-left: 1em;
	padding-right: 1em;
}
.language-switcher-language-url > .content > .links > .is-active {
	text-decoration: underline;
}

/* ================================================================ Login Menu #
*/
.menu--account .gva_menu > .menu-item > a {
	padding: 0;
}

/* ============================================================== Social Icons #
*/
.socials > .gva-social > .fa {
	width: auto;
	height: auto;
	border-radius: 0;

	color: var(--cmp-icon-color);
	background-color: var(--cmp-icon-color-bg);

	font-size: var(--cmp-icon-font-size);
	vertical-align: middle;
}
.fa-facebook-square {
	--cmp-icon-color: var(--c-facebook);
}
.fa-twitter-square {
	--cmp-icon-color: var(--c-twitter);
}

/* ================================================================ Page Title #
*/
.block-page-title-block {
	margin-bottom: 30px;
	padding: 40px 0 30px 0;

	background-color: #f6f6f6;

	text-align: right;
}
.block-page-title-block > .block-content {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.block-page-title-block h1 {
	font-size: 18px;
	margin: 0;
}

/* ================================================================ Team Block #
*/
.team-list {
	overflow: auto;
}
.team-block .team-name {
	font-size: 20px;
}
.team-block:hover > .team-image::after {
	opacity: 0;
}

/* ================================================================= Particles #
*/
.particleNetworkAnimation-front {
	margin-bottom: 0;
}

/* ============================================================== Publications #
*/
.publication-list .course-block .course-title > a {
	font-size: 18px;
}
.publication-list .course-block > .course-content {
	padding-left: 0;
}

/* ===================================================================== Icons #
*/
.icon-grid {
	font-size: 5rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 0.5em;
}
.icon-grid > i {
	display: inline-flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1rem;
	background-color: #eee;
	padding: 1rem;
}
.icon-grid > i::after {
	content: attr(title);
	font-size: 2rem;
}

/* ======================================================================= Job #
*/
.viewPage--jobs > .view-content-wrap > .item + .item {
	margin-top: 4rem;
}
.job-informations > .item-information {
	display: flex;
	flex-flow: row nowrap;

	padding: 15px 0;
}
.job-informations > .item-information:first-child {
	padding-top: 0;
}
.job-informations > .item-information:last-child {
	padding-bottom: 0;
}
.job-informations > .item-information + .item-information {
	border-top: 1px solid rgba(0,0,0,0.1);
}

.job-informations > .item-information > * {
	flex: 1 1 50%;
}

.job-informations > .item-information > :first-child {
	font-weight: 700;
	min-width: 120px;
	display: inline-block;
}

/* ===================================================================== Event #
*/
.event-block .event-info > .title > a {
	font-weight: bold;
}
.event-content > * + * {
	margin-top: 2rem;
}
.event-full .event-info .date {
	display: flex;
	flex-direction: row;
}
.event-full .event-info .date > * {
	float: none;
}

.event-sidebar > * + * {
	margin-top: 3rem;
}

/* ============================================================== Presentation #
*/
.presentation-list .course-block .course-title > a {
	font-size: 18px;
}
.presentation-list .course-block > .course-content {
	padding-left: 0;
}

.course-sidebar .course-features .field__items .field__item {
	float: none;
	width: auto;
}

.node--type-presentation .field--name-field-tags .field__item {
	font-weight: normal;
	text-transform: none;
}

/* =================================================================== Project #
*/
.projectDetailsGrid {
	width: 100%;

	display: grid;
	grid-gap: 0.5em 1.2em;
	grid-template-columns: max-content 1fr;
}

/* ====================================================================== Tile #
*/
.viewTile > .viewTile-content {
	padding: 15px 20px;
	background-color: #fff;
}
.viewTile-title > a {
	font-size: 17px;
	font-family: "Poppins",sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
}
.viewTile-subtitle {
	font-size: 14px;
	color: var(--c-main);
}
.viewTile-meta {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #202020;
}
.viewTile-body {
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
	overflow: hidden;
}
.viewTile-body::after {
	content: '';
	width: 45px;
	height: 1px;
	background: var(--c-main);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.viewTile-socials {
	margin-top:10px;
}
.viewTile-date {
	background-color: var(--c-main);
	color: #fff;
	padding: 5px 10px;
}

/* ------------------------------------------------------------ Tile - Member ##
*/
.team-list.tiles {
	overflow: hidden;
}
.viewTile.viewTile--member > .viewTile-content {
	padding: 5px 0 0 0;
}
.viewTile--member .viewTile-title > a {
	text-transform: none;
	font-weight: 600;
	color: #222;
	margin-top: 20px;
	line-height: 24px;
	font-family: "Poppins",sans-serif;
}

/* ================================================================== Taxonomy #
*/
.taxonomy-term-content-list header .field--name-description {
	margin-bottom: 2em;
}

/* ============================================================= Search Result #
*/
#block-searchapipagesearchblockform > .contextual {
	display: none;
	visibility: hidden;
}
.searchResults {
	padding-bottom: 2em;
}
.searchResults > * + * {
	margin-top: 1.2em;
}

#search-api-page-block-form-search,
#search-api-page-block-form-search--2,
.search-api-page-block-form-search {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
header .area-main-menu .gva-search-region .search-content #edit-submit {
	position: static;
}
#search-api-page-block-form-search > .form-item,
#search-api-page-block-form-search--2 > .form-item {
	margin-right: 0.5em;
}
.search-api-page-block-form-search > .form-item {
	flex: 1 1 auto;
	margin-right: 1em;

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.search-api-page-block-form-search > .form-item > input {
	flex: 1 1 auto;
}

.searchResults-results > * {
	padding: 1em;
	border: 1px solid #999;
}
.searchResults-results > * + * {
	margin-top: 1em;
}
.searchResult-contentType {
	display: block;
	margin-bottom: 0.5em;

	font-size: 20px;
}

.searchResult-result > .searchResult-section + .searchResult-section {
	margin-top: 1em;
}
.searchResult-sectionTitle {
	font-size: 14px;
	font-weight: 700;
	font-family: "Poppins",sans-serif;
	border-bottom: 1px solid var(--c-main);
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #222;
	letter-spacing: 1px;
}

/* ================================================================ Utilities #
*/
.inlineFieldList * {
	display: inline;
	padding: 0;
}
.inlineFieldList li:not(:last-child)::after {
	display: inline;
	content: ', ';
}

.node-detail iframe {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* ==================================================================== Editor #
*/
figcaption {
	font-style: italic;
	font-size: 0.85em;
	text-align: center;
}
figure:not([class]), img[data-entity-uuid]:not([class]),
figure.align-center, img.align-center {
	display: block;
	text-align: center;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
figure.align-center {display: table;}
figure.align-right, img.align-right {
	float: right;
	margin: 0 0 1em 1em;
}
figure.align-left, img.align-left {
	float: left;
	margin: 0 1em 1em 0;
}
