@charset "UTF-8";
/* CSS Document */


body > header div:first-child,
ul.lang-inline,
#toolbar-2 > ul,
.mod-languages  {
	display: flex;			
}
body > header div:first-child {
	gap: 48px;
}
body > header div:first-child, 
#toolbar-2 {
	padding: 0 20px;
	background-color: #fff;
}
#bannergroup,
.mod-languages p,
form.mod-finder label  {
	display: none;
}
ul.lang-inline li,
#logo-small,
button#sommaire-toggle {
	height: 48px;
	width: 48px;
}
ul.lang-inline li {
	display: block;
	line-height: 48px;
	text-align: center;
}
#sommaire,
#toolbar-2 {
	background-color: var(--black);
}

.mod-languages ul {
	justify-content: center;
	width: 100%;
}
#toolbar-2 {
	display: flex;
	justify-content: flex-end;
}
#toolbar-2 ul li {
	position: relative;
}
#toolbar-2 ul li ul {
	position: absolute;
	height: 0; 
	left: 0;
	top: 48px;
	line-height: 48px;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: height 1s ease-in-out;
	transition: height 0.8s ease-in-out;
}
#toolbar-2 ul li:hover ul {
	height: 400px;
	z-index: 10;
}
#toolbar-2 ul li ul li {
	background-color: #282525;
	height: 48px;
	line-height: 48px;
	text-align: left;
	padding: 0 24px;
	z-index: 10;
	position: relative;
	white-space:nowrap;
}
#toolbar-2 ul li ul li a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}

#toolbar-2 a {
	font-size: 0;
	line-height: 48px;
	height: 48px;
	display: block;
	color: #fff;
	text-align: center;
}

#toolbar-2 a:before {
	display: inline-block;
	font-size: 16px;
	height: 48px;
	width: calc(100vw / 8);
	max-width: 48px;
	color: #fff;
}

button#sommaire-toggle {
	background-color: #fff;
}
#sommaire-toggle i:before {
	color: #000;
}
#bannergroup {
	height: 0;
	width: 100%;
}

#logo-small {
	display: inline-block;
	background: url(../images/logo-small.svg) no-repeat;
	background-size: 48px;
	font-size: 0;
	flex: 1;
}
#logo-small:after {
	display: inline-block;
	content: "OEP";
	margin-left: 53px;
	line-height: 48px;
	font-size: calc(1.5 * (var(--font-size)));
	height: 48px;
}

#sommaire {
	position: fixed;
	top: 48px;
	left: 0;
	width: 100%;
	z-index: 2;
	overflow: hidden;
}
#sommaire[aria-expanded="false"] {
	height: 0;
	overflow: hidden;
}
#sommaire[aria-expanded="true"] {
	height: calc(100vh - 96px);
	overflow: scroll;
	line-height: 48px;
	padding: 20px;
}
#sommaire >li.active {
	color: #ecc039;
}

form.mod-finder {
	padding: 5px;
}
form.mod-finder input {
	height: 38px;
	line-height: 38px;
	text-indent: 5px;
}
#sommaire a {
	color: #fff;
}
#sommaire > ul > li {
	position: relative;
	line-height: 48px;
}
#sommaire > ul > li a {
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	#logo-small {
		white-space: nowrap;
	}
	body > header div:first-child,
	#toolbar-2 {
		padding: 0 var(--padding);
	}
	#sommaire[aria-expanded="true"] {
		padding: 48px;
	}	
}
@media screen and (max-width: 767px) {
	body > header div:first-child,
	#toolbar-2 {
		padding-left: 0;
	}
	#toolbar-2 {
		justify-content: space-between;
	}
	#toolbar-2 .parent {
		flex: 1;
	}
}

@media screen and (max-width: 1399px) {
	.mod-languages {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		z-index: 3;
		min-height: 48px;
		background-color: #fff;
		text-align: center;
		border-top: 1px solid #000;
	}
	body > footer {
		padding-bottom: 48px;
	}
	.mod-finder {
		display: none;
	}
	
}
@media screen and (min-width: 1400px) {
	
	#logo-small:after {
		content: "Observatoire Européen du Plurilinguisme";
	}
	#logo-small:lang(fr):after {
		content: "Observatoire Européen du Plurilinguisme";
	}
	#logo-small:lang(en):after {
		content: "European Observatory for Plurilingualism";
	}
	#logo-small:lang(de):after {
		content: "Europäisches Forum für Mehrsprachigkeit";
	}
	#logo-small:lang(es):after {
		content: "Observatorio Europeo del Plurilinguismo";
	}
	#logo-small:lang(it):after {
		content: "Osservatorio Europeo del Plurilinguismo";
	}
	#logo-small:lang(ro):after {
		content: "Observatorul european al plurilingvismului";
	}
	.mod-languages {
		position: relative;
		border-top: none;
		width: auto;
	}

	a.logo-small:after {
		font-size: var(--font-size);
		height: 48px;
		overflow: hidden;
	}
	a.logo-big {
		height: 176px;
		width: 176px;
		display: block;
		font-size: 0;
	}
	a.logo-big:lang(fr) {
		background: url(../images/logo-big.svg) center no-repeat;
	}
	a.logo-big:lang(en) {
		background: url(../images/logo-big_en.svg) center no-repeat;
	}
	a.logo-big:lang(de) {
		background: url(../images/logo-big_de.svg) center no-repeat;
	}
	a.logo-big:lang(it) {
		background: url(../images/logo-big_it.svg) center no-repeat;
	}
	a.logo-big:lang(es) {
		background: url(../images/logo-big_es.svg) center no-repeat;
	}
	a.logo-big:lang(ro) {
		background: url(../images/logo-big_ro.svg) center no-repeat;
	}
	#bannergroup {
		flex: 1;
		display: flex;
		height: 176px;
		overflow: hidden;
	}
	#bannergroup:lang(fr) {
		background: url(../images/header_background.jpg) center no-repeat;
	}
	#bannergroup:lang(en) {
		background: url(../images/header_background_en.jpg) center no-repeat;
	}
	#bannergroup:lang(de) {
		background: url(../images/header_background_de.jpg) center no-repeat;
	}
	#bannergroup:lang(es) {
		background: url(../images/header_background_es.jpg) center no-repeat;
	}
	#bannergroup:lang(it) {
		background: url(../images/header_background_it.jpg) center no-repeat;
	}
	#bannergroup:lang(ro) {
		background: url(../images/header_background_ro.jpg) center no-repeat;
	}
	.banneritem {
		margin: auto;
	}
	#toolbar-2 ul li ul {
		left: 0;
	}
	#sommaire-toggle {
		display: none;
	}
	#sommaire {
		position: relative;
		top: 0;
		display: flex;
		gap: 20px;
		overflow: visible;
	}	
	#sommaire li {
		line-height: 48px;
		padding-left: 48px;
		position: relative;
	}
	#sommaire li ul {
		position: absolute;
		height: 0px; 
		left: 48px;
		top: 48px;
		line-height: 48px;
		overflow: hidden;
		z-index: 2;
		-webkit-transition: height 1s ease-in-out;
		transition: height 0.8s ease-in-out;		
	}
	#sommaire li:hover ul {
		height: 400px;
		z-index: 10;
		overflow: visible;
	}
	#sommaire li ul li {
		background-color: #282525;
		height: 48px;
		line-height: 48px;
		text-align: left;
		padding: 0 24px;
		z-index: 2;
		position: relative;
		white-space: nowrap;
	}
	#sommaire > li > a, #sommaire li ul li a {
		text-decoration: none;
	}
	#sommaire li > ul > li > a {
		color: #d1d1d1;	
	}
	#sommaire li ul li:hover {
		background: #7C7DAC;
	}
	#sommaire li ul li:hover a {
		color: #000;
	}
	#toolbar-2 {
		background-color: #fff;
	}
	#toolbar-2,
	#toolbar-2 > ul {
		gap: 20px;
	}
	#toolbar-2 a,
	a.fa-sitemap {
		font-size: 16px;
		color: #999;
		font-weight: 300;
		text-transform: uppercase;

	}
	#toolbar-2 a:before,
	a.fa-sitemap:before {
		color: #ccc;
		width: 24px;
		font-weight: 400;
	}
	div.mod-languages li {
		margin: 0 !important;
	}


}

#toolbar-1 label {
	display: none;
}
.login ul {
	width: 100%;
	height: auto;
}
.login ul li {
	display: block;
	background-color: #666;
	min-height: 32px;
	padding-left: 5px;
	line-height: 32px;
}
.login ul li:hover {
	background-color: #000;
}
.login ul li:hover a {
	color: #999;
}
#toolbar-2 ul li.logout ul li {
	width: auto;
	height: auto;
}
#toolbar-2 ul li.logout ul li a {
	line-height: 32px;
	text-transform: none;
}


.add-on {
	display: none;
}

 div.mod-languages a {
 padding: 0 !important;
 white-space:nowrap;
 }

/* Main navigation */
#sommaire > li, 
#sommaire > li > a {
	text-decoration: none;
	text-transform: uppercase;
	color: #d1d1d1;
}
#sommaire > li > ul > li > a {
	text-transform: none;
}
a.logo-big {
	font-size: 0;
}
a[href*="twitter"],
a[href*="facebook"],
a[href*="linkedin"],
a[href*="youtube"],
a.fa-envelope,
a.fa-sitemap {
	font-size: 0 !important;
}
.mod-finder button {
	display: none !important;
}


 
	 



