/* HEADER */

header {
	background-color: #ffffff;
	position: sticky;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 102;
}

#header_menu {
	box-shadow: 0 0 15px #CCCCCC;
}

.header_open #header_menu {
	box-shadow: none;
}

#header_menu_1 {
	color: #666666;
	display: none;
	justify-content: flex-end;
}

#header_menu_1 li {
	background-color: #FFFFFF;
	font-size: 1.1rem;
	transition: background-color 0.3s ease;
}

#header_menu_1 .menu1_2 {
	background-color: #E6E6E6;
	border-left: #FFFFFF 1px solid;
}

#header_menu_1 li:hover {
	background-color: #CCCCCC;
	color: #000000;
}

#header_menu_1 li>a {
	display: block;
	padding: 10px;
	width: 100%;
}

#header_menu_1 li.current_page {
	background-color: #3399FF;
	color: #FFFFFF;
}

#header_top {
	background-color: white;
	position: sticky;
	top: 0;
	z-index: 103;
}

#header_logo {
	margin-top: 15px;
	margin-bottom: 15px;
}

#header_logo>a {
    font-family: 'simplonbold', 'dinpro-black', sans-serif;	
	text-transform:lowercase;
	font-size: 2.9rem;
	line-height: 2.4rem;
}

#header_logo>a>span:nth-child(1) {
	color: #000000;
	transition: color 0.3s ease;
}

#header_logo>a>span:nth-child(2) {
	color: #CCCCCC;
	font-size: 2.9rem;
}

#header_logo>a:hover>span:nth-child(1) {
	color: #666666;
}

#header_logout{
	margin: 0 3px;
}

#header_logout_mob {
	text-align: right;
}

#header_logout>a,
#header_logout_mob>a {
	color: #666666;
	cursor: pointer;
	font-family: dinpro-medium;
	font-size: 1.5rem;
	padding-right: 22px;
	position: relative;
	text-align: right;
	text-transform: none;
	transition: color 0.3s ease;
}

#header_logout_mob>a:hover {
	color: #000000;
}

#header_logout>a::after,
#header_logout_mob>a::after {
    content: "";
    width: 16px;
    height: 14px;
    background: no-repeat url(/site/_images/_all/header/logout.png);
    display: block;
    margin: auto;
	position: absolute;
	right: 0;
	bottom: 2px;
	top: 0;
	transition: background-image 0.3s ease;
}

#header_logout>a:hover::after,
#header_logout_mob>a:hover::after {
    background: no-repeat url(/site/_images/_all/header/logout_hover.png);
}

#header_logout>a::after {
	left: 0;
}

#header_menu_1,
#header_menu_2 {
	padding: 0;
}

#header_menu_2::before {
	content: '';
	background-image: linear-gradient(to right, #FFFFFF, rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(to right, #FFFFFF, rgba(0, 0, 0, 0));
	background-image: -webkit-linear-gradient(to right, #FFFFFF, rgba(0, 0, 0, 0));
	width: 20px;
	height: 100%;
	opacity: 1;
	position: absolute;
	transition: opacity 0.3s ease;
	z-index: 101;
	left: 0;
}

#header_menu_2::after {
	content: '';
	background-image: linear-gradient(to left, #FFFFFF, rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(to left, #FFFFFF, rgba(0, 0, 0, 0));
	background-image: -webkit-linear-gradient(to left, #FFFFFF, rgba(0, 0, 0, 0));
	width: 20px;
	height: 100%;
	opacity: 1;
	position: absolute;
	transition: opacity 0.3s ease;
	z-index: 101;
	right: 0;
	top: 0;
}

#header_menu_2.header_menu_2_before_fadeout::before,
#header_menu_2.header_menu_2_after_fadeout::after {
	opacity: 0;
	display: none;
}

#header_portal {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

#header_portal::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

#header_portal::-webkit-scrollbar-track {
	background-color: #F1F1F1;
}

#header_portal::-webkit-scrollbar-thumb {
	background-color: #C1C1C1
}

#header_portal::-webkit-scrollbar-thumb:hover {
	background-color: #666666;
}

.header_portal_1 {
	background-color: #CCCCCC;
	border-right: #FFFFFF 1px solid;
	flex-grow: 1;
	font-family: dinpro-medium;
	font-size: 1.5rem;
	line-height: 55px;
	text-align: center;
}

.header_portal_1:last-child {
	border: none
}

.header_portal_1>input {
	display: none;
}

.header_portal_2 {
	background-color: #E6E6E6;
	color: #FFFFFF;
	display: flex;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease;
	visibility: hidden;
}

.header_portal_2>li {
	border-right: #FFFFFF 1px hidden;
	font-family: dinpro-medium;
	font-size: 1.1rem;
	height: 0px;
	line-height: 25px;
	position: relative;
	text-align: center;
}

.header_portal_2>li::after {
	content: "";
	background: #FFFFFF;
	position: absolute;
	bottom: 25%;
	right: 0;
	height: 50%;
	width: 1px;
}

.header_portal_1 a {
	display: block;
	padding: 0 10px;
	min-width: 165px;
	height: 100%;
}

#header_portal li.current_page {
	background-color: #3399FF;
	color: #FFFFFF;
}

.header_portal_1:hover, 
.header_portal_1:hover .header_portal_2,
.header_portal_1>.header_portal_2>li:hover {
	color: #FFFFFF;
}

#header_portal>.information:hover,
#header_portal>.information li:hover {
	background-color: #3399FF;
}

#header_portal>.information:hover>.header_portal_2 {
	background-color: #BCDEFF;
}

#header_portal>.programme:hover,
#header_portal>.programme li:hover {
	background-color: #FF0551;
}

#header_portal>.programme:hover>.header_portal_2 {
	background-color: #FFACC5;
}

#header_portal>.catalogue:hover,
#header_portal>.catalogue li:hover {
	background-color: #FF7A04;
}

#header_portal>.catalogue:hover>.header_portal_2 {
	background-color: #FFA14F;
}

#header_portal>.collaboration:hover,
#header_portal>.collaboration li:hover {
	background-color: #33CC99;
}

#header_portal>.collaboration:hover>.header_portal_2 {
	background-color: #8CE2C5;
}

#header_portal>.imagelab:hover,
#header_portal>.imagelab li:hover {
	background-color: #C935CB;
}

#header_portal>.imagelab:hover>.header_portal_2 {
	background-color: #DF86E0;
}

#header_newsletter {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 1.3rem;
	background-color: #E6E6E6;
	border-right: #FFFFFF 1px solid;
}

#header_newsletter .text_newsletter {
	font-family: dinpro-light;
	font-size: 1.2rem;
}

#header_newsletter .input_newsletter {
	font-size: 1rem;
	padding: 4px;
}

#header_newsletter .button_newsletter {
	font-family: dinpro-light;
	padding: 4px 8px;
}

#header_sn {
	align-items: center;
	justify-content: center;
	background-color: #E6E6E6;
	border-right: #FFFFFF 1px solid;
	padding: 0 10px;
	height: 30px;
}

#header_sn>li {
	margin: 0px 3px;
	width: 20px;
	height: 20px;
}

#header_languages>li {
	background-color: #E6E6E6;
	font-size: 1.3rem;
	line-height: 30px;
	transition: background-color 0.3s ease;
	height: 30px;
}

#header_languages>li>a {
	display: block;
	padding: 0 10px;
	width: 100%;
}

#header_languages .language_active {
	background-color: #CCCCCC;
	border-right: #FFFFFF 1px solid;
	padding: 0 10px;
}

#header_languages>li:hover {
	background-color: #CCCCCC;
}

/* HEADER MOBILE */

.header_open {
	position: fixed;
}

.header_open header {
	overflow-y: scroll;
	height: 100%;
	position: fixed;
	z-index: 103;
}

.header_open #header_menu {
	background-color: #FFFFFF;
}

.header_open #header_menu_2::before,
.header_open #header_menu_2::after {
	display: none;
}

.header_open #header_portal {
	display: block;
	overflow: hidden;
}

.header_open .header_portal_1 {
	border-right: none;
	font-size: 1.7rem;
	line-height: 55px;
	position: relative;
	width: auto;
	height: auto;
}

.header_open .header_portal_1>label {
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	display: block;
}

.header_open .header_portal_1>label>a {
	pointer-events: none;
}

.header_open .header_portal_1>input {
	appearance: none;
	background: no-repeat center/30% url("/site/_images/_all/elements/arrow1_black.svg");
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: block;
	margin: 0;
	outline: none;
	position: absolute;
	transition: transform 0.3s ease-in-out;
	top: 0px;
	right: 0px;
	width: 59px;
	height: 54px;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

.header_open .header_portal_1>input:hover {
	background-image: url("/site/_images/_all/elements/arrow1_white.svg");
}

.header_open .header_portal_1>input:checked {
	transform: rotate(180deg);
}

.header_open .header_portal_2 {
	color: #000000;
	display: block;
	opacity: 1;
	position: static;
	visibility: visible;
	width: auto;
}

.header_open .header_portal_2>li {
	font-size: 1.6rem;
	height: 0;
	line-height: 55px;
	transition: height 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.header_open .header_portal_2>li::after {
	display: none;
}

.header_open .header_portal_1 a {
	width: 100%;
}

.header_open input:checked+.header_portal_2>li {
	box-shadow: inset 0 -1px 0 #FFFFFF;
	height: 55px;
	opacity: 1;
}

.header_open #header_menu_1 {
	display: block;
}

.header_open #header_menu_1 li {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: none;
	font-family: dinpro-medium;
	font-size: 1.3rem;
	height: 75px;
	line-height: 1.8rem;
	text-align: center;
}

.header_open #header_menu_1 li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	height: 100%;
}

#header_menu_1 li:nth-of-type(3),
#header_menu_1 li:nth-of-type(6),
#header_menu_1 li:nth-of-type(9) {
	border-right-width: 0px;
}

#header_menu_1 li:nth-of-type(7),
#header_menu_1 li:nth-of-type(8),
#header_menu_1 li:nth-of-type(9) {
	border-bottom-width: 0px;
}

#header_menu_3_mob {
	display: none;
	text-align: center;
	padding: 15px;
}

.header_open #header_menu_3_mob {
	display: block;
}

#header_top_right_mob {
	padding: 0;
	width: 56px;
}

#header_hamburger_mob,
#header_languages_mob {
	height: 50%;
	position: relative;
}

#header_hamburger_mob {
	background-color: #C1C1C1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

#header_hamburger_mob:hover {
	background-color: #666666;
}

#header_hamburger_mob>div {
	position: relative;
	width: 70%;
	height: 35px;
}

#header_hamburger_mob span {
	background-color: white;
	border-radius: 20px;
	display: block;
	opacity: 1;
	position: absolute;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 4px;
}

#header_hamburger_mob span:nth-child(1) {
	top: 0px;
}

#header_hamburger_mob span:nth-child(2) {
	top: 15px;
}

#header_hamburger_mob span:nth-child(3) {
	top: 30px;
}

.header_open #header_hamburger_mob span:nth-child(1) {
	top: 15px;
	transform: rotate(135deg);
}

.header_open #header_hamburger_mob span:nth-child(2) {
	opacity: 0;
}

.header_open #header_hamburger_mob span:nth-child(3) {
	top: 15px;
	transform: rotate(-135deg);
}

#header_languages_mob {
	border-top: #FFFFFF 1px solid;
}

#header_languages_mob>button,
#header_languages_mob a {
	background-color: #E6E6E6;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.9rem;
	padding: 8px;
	transition: background-color 0.3s ease;
	height: 100%;
	width: 100%;
}

#header_languages_mob>ul {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
}

#header_languages_mob>ul>li {
	height: 100%;
	border-top: #FFFFFF 1px solid;
	box-shadow: -2px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

#header_languages_mob:hover>ul,
#header_languages_mob>button:active+ul {
	display: block;
}

#header_languages_mob:hover>button,
#header_languages_mob>button:active,
#header_languages_mob a:hover {
	background-color: #CCCCCC;
}

/* FOOTER */

footer {
	background-color: #CCCCCC;
	color: #666666;
	padding-top: 35px;
	padding-bottom: 15px;
	position: relative;
}

footer a:hover {
	color: #000000;
}

#footer_logos {
	flex-direction: column;
	line-height: 1.6rem;
	/* text-transform: uppercase; */
}

#footer_logos a {
	transition: color 0.3s ease;
}

#footer_logo_1>span:nth-child(1) {
	font-family: 'simplonbold', 'dinpro-black', sans-serif;	
	font-size: 1.9rem;
/* 	letter-spacing: -1px; */
}

#footer_logo_1>span:nth-child(3) {
	font-family:  'simplonlight', 'dinpro-light', sans-serif;	
	color:#666666;
	font-size: 1.7rem;
}

#footer_logo_2 {
	font-family:  'simplonlight', 'dinpro-light', sans-serif;	
	flex-grow: 1;
	font-size: 1.7rem;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#footer_logo_2>ul {
	animation: carousel_text 20s linear infinite;
	left: -600%;
	position: absolute;
	width: 100%;
}

#footer_logo_2>ul>li {
	margin-left: 100%;
}

@keyframes carousel_text {
	0% {
		left: -600%;
		opacity: 0;
	}

	3% {
		left: -500%;
		opacity: 1;
	}

	27% {
		left: -500%;
		opacity: 1;
	}

	30% {
		left: -400%;
		opacity: 0;
	}

	33% {
		left: -300%;
		opacity: 1;
	}

	57% {
		left: -300%;
		opacity: 1;
	}

	60% {
		left: -200%;
		opacity: 0;
	}

	63% {
		left: -100%;
		opacity: 1;
	}

	87% {
		left: -100%;
		opacity: 1;
	}

	90% {
		left: 0%;
		opacity: 0;
	}

	100% {
		left: -600%;
		opacity: 0;
	}
}

#footer_menu_1 {
	margin-bottom: 15px;
}

#footer_menu_1 p {
	font-family: dinpro-medium;
	font-size: 1.6rem;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#footer_menu_1 li {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#footer_menu_1>div>div {
	margin-bottom: 20px;
}

#footer_menu_2 {
	margin-bottom: 20px;
}

#footer_menu_2 li {
	display: inline-block;
	font-family: dinpro-medium;
	font-size: 1.4rem;
	margin: 0 15px 15px 0;
	text-align: left;
	text-transform: uppercase;
}

#footer_menu_3 {
	text-align: center;
	margin-bottom: 15px;
}

#footer_menu_3>div {
	background-color: #CCCCCC;
	position: relative;
	padding: 25px 0;
}

#footer_menu_3>div:before {
	content: "";
	position: absolute;
	border-left: 9999px solid #CCCCCC;
	box-shadow: 9999px 0 0 #CCCCCC;
	top: 0;
	right: 0;
	bottom: 0;
	left: -9999px;
}

#footer_copyright {
	text-align: right;
	font-size: 1.1rem;
}

#arrow_up {
	position: relative;
	z-index: 2;
}

#arrow_up>img {
	background-color: #C1C1C1;
	border-radius: 10px;
	transition: background-color 0.3s ease, opacity 0.5s ease, visibility 0.5s ease;
	width: 100px;
	height: 100px;
}

#arrow_up>img:hover {
	background-color: #666666;
	cursor: pointer;
}

#arrow_up>img.fixed_arrow_up {
	position: fixed;
}

#arrow_up>img.display_arrow_up {
	opacity: 1;
	visibility: visible;
}

/* HEADER + FOOTER - NEWSLETTERS */

#footer_newsletter,
#header_newsletter_mob,
#header_sn_mob {
	margin-bottom: 15px;
}

.newsletter .text_newsletter {
	color: #666666;
	display: inline-block;
	font-family: dinpro-medium;
	font-size: 1.3rem;
	text-transform: uppercase;
}

.newsletter .input_newsletter {
	background-color: #E6E6E6;
	border: none;
	border-radius: 1px;
	box-sizing: border-box;
	color: #666666;
	cursor: pointer;
	font-size: 1.3rem;
	margin: 0 12px;
	padding: 10px 12px;
	transition: background-color 0.3s ease;
}

.newsletter .input_newsletter:hover,
.newsletter .input_newsletter:focus {
	background-color: #CCCCCC;
}

.newsletter .button_newsletter {
	background-color: #E6E6E6;
	border: none;
	border-radius: 1px;
	box-sizing: border-box;
	color: #666666;
	cursor: pointer;
	font-family: dinpro-medium;
	font-size: 1.3rem;
	padding: 10px 12px;
	transition: background-color 0.3s ease;
}

.newsletter .button_newsletter:hover {
	background-color: #CCCCCC;
}

#footer_menu_3 .newsletter .text_newsletter {
	font-family: dinpro-medium;
	font-size: 1.4rem;
}

#footer_menu_3 .newsletter .input_newsletter {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	font-size: 1.4rem;
}

#footer_menu_3 .newsletter .button_newsletter {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	font-family: dinpro-medium;
	font-size: 1.4rem;
}

#footer_menu_3 .newsletter .input_newsletter:hover,
#footer_menu_3 .newsletter .input_newsletter:focus,
#footer_menu_3 .newsletter .button_newsletter:hover {
	background-color: #E6E6E6;
}

/* HEADER + FOOTER - SOCIAL NETWORKS */

.social_networks>li {
	display: inline-block;
	margin: 0px 6px;
	width: 40px;
	height: 40px;
}

.social_networks>li>a {
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	transition: background-image 0.3s ease;
	width: 100%;
	height: 100%;
}

.social_networks .link_facebook {
	background-image: url("/site/_images/_all/header/sn_facebook.svg");
}

.social_networks .link_facebook:hover,
#footer_menu_3 .social_networks .link_facebook:hover {
	background-image: url("/site/_images/_all/header/sn_facebook_hover.svg");
}

#footer_menu_3 .social_networks .link_facebook {
	background-image: url("/site/_images/_all/header/sn_facebook_dark.svg");
}

.social_networks .link_twitter {
	background-image: url("/site/_images/_all/header/sn_twitter.svg");
}

#footer_menu_3 .social_networks .link_twitter:hover,
.social_networks .link_twitter:hover {
	background-image: url("/site/_images/_all/header/sn_twitter_hover.svg");
}

#footer_menu_3 .social_networks .link_twitter {
	background-image: url("/site/_images/_all/header/sn_twitter_dark.svg");
}

.social_networks .link_instagram {
	background-image: url("/site/_images/_all/header/sn_instagram.svg");
}

#footer_menu_3 .social_networks .link_instagram:hover,
.social_networks .link_instagram:hover {
	background-image: url("/site/_images/_all/header/sn_instagram_hover.svg");
}

#footer_menu_3 .social_networks .link_instagram {
	background-image: url("/site/_images/_all/header/sn_instagram_dark.svg");
}

.social_networks .link_vimeo {
	background-image: url("/site/_images/_all/header/sn_vimeo.svg");
}

#footer_menu_3 .social_networks .link_vimeo:hover,
.social_networks .link_vimeo:hover {
	background-image: url("/site/_images/_all/header/sn_vimeo_hover.svg");
}

#footer_menu_3 .social_networks .link_vimeo {
	background-image: url("/site/_images/_all/header/sn_vimeo_dark.svg");
}

/* MAIN */

main {
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 750px;
}

/* MAIN - SUBMENU HORIZONTAL */

#submenu_horizontal {
	font-size: 1.5rem;
}

#submenu_horizontal li {
	color: #666666;
	display: inline-block;
	margin: 0 20px 20px 0;
}

#submenu_horizontal li:hover {
	color: #000000;
	transition: color 0.3s ease;
}

#submenu_horizontal li.current_page {
	color: #3399FF;
}

/* BLOCKS */

#block_content {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

#block_aside {
	box-sizing: border-box;
	color: #666666;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 2.2rem;
	transform: translateY(-50%);
	transition: right 0.5s ease-in-out;
	vertical-align: top;
	width: 75%;
	top: 50%;
	right: -75%;
	z-index: 102;
	position: relative;
}

#block_aside.block_aside_stuck {
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

#block_aside.fixed_aside {
	position: fixed;
}

#block_aside.open_aside {
	right: 0;
}

/* MAIN - BLOCK CONTENT */

#block_content>section, #block_content>div>section {
    margin-top: 35px;  
	margin-bottom: 35px;
}

#block_content>section>section, #block_content>div>section>section {
	margin-top: 25px;
	margin-bottom: 25px;
}

#block_content_index>section {
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: #CCCCCC 1px solid;
	padding-bottom: 15px;
}

#block_content #content_intro,
#block_content_index>section:nth-child(1) {
	margin: 0;
}

#block_content_index>section:last-child {
	border-bottom: none;
}

#block_content .section_closer {
	margin-top: 25px;
}

#block_content .section_min {
	min-height: 700px;
}

.full-width {
	background-color: #333333;
	color: #FFFFFF;
	position: relative;
	padding: 10px 0;
}

.full-width:before {
	content: "";
	position: absolute;
	border-left: 9999px solid #333333;
	box-shadow: 9999px 0 0 #333333;
	top: 0;
	right: 0;
	bottom: 0;
	left: -9999px;
	z-index: -1;
}

/* MAIN - BLOCK ASIDE - SUBMENU VERTICAL 1 */

#submenu_vertical_1 {
	position: relative;
	opacity: 0;
	transition: opacity 0.2s ease, max-height 1.0s ease;
	z-index: -1;
}

.fixed_aside #submenu_vertical_1 {
	opacity: 1;
	transition: opacity 0.5s ease, max-height 1.0s ease;
}

#submenu_vertical_1 ul {
	background-color: #E6E6E6;
}

#submenu_vertical_1 ul:hover {
	background-color: #BCDEFF;
	color: #FFFFFF;
}

#submenu_vertical_1 li {
	border-bottom: 1px solid #FFFFFF;
	transition: all 0.3s ease;
}

#submenu_vertical_1 li.current_page {
	background-color: #3399FF;
	color: #FFFFFF;
}

#submenu_vertical_1 li:hover {
	background-color: #3399FF;
	color: #FFFFFF;
}

#submenu_vertical_1 a {
	display: block;
	font-family: dinpro-medium;
	font-size: 1.6rem;
	padding: 15px 0 15px 15px;
}

#submenu_vertical_1 p {
	background-color: #FFFFFF;
	border-top: 1px solid #3399FF;
	border-left: 1px solid #3399FF;
	color: #3399FF;
	font-family: dinpro-medium;
	font-size: 1.7rem;
	padding: 8px 0 8px 15px;
}

#submenu_arrow {
	background-color: #C1C1C1;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	position: absolute;
	transform: translateY(-50%);
	transition: background-color 0.3s ease;
	width: 56px;
	height: 56px;
	top: 50%;
	left: -56px;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

#submenu_arrow>span {
	background: no-repeat url(/site/_images/_all/elements/arrow1_white.svg);
	transform: rotate(90deg);
	transition: transform 0.3s ease-in-out;
	width: 100%;
	height: 100%;
}

#submenu_arrow:hover {
	background-color: #666666;
}

#block_aside.open_aside #submenu_arrow>span {
	transform: rotate(-90deg);
}

/* MAIN - BLOCK ASIDE - SUBMENU VERTICAL 2 */

#submenu_vertical_2 {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 1.5rem;
}

#submenu_vertical_2 a {
	display: inline-block;
	line-height: 2rem;
	padding: 12px;
}

#submenu_vertical_2 .readmore {
	background-color: transparent;
	color: #3399FF;
	font-family: dinpro-light;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 0;
	text-transform: none;
	transition: color 0.3s ease;
}

#submenu_vertical_2>ul>li>a:hover {
	background-color: #E6E6E6;
	transition: background-color 0.3s ease;
}

#submenu_vertical_2 li:hover .readmore {
	color: #000000!important;
	transition: color 0.3s ease;
}

 #submenu_vertical_2>ul>li:not(:first-child),
#submenu_vertical_2>ul>li:first-child>a>p:not(:first-child) {
	display: none;
} 

 #submenu_vertical_2>ul>li:first-child>a {
	background-color: #C1C1C1;
	color: white;
	font-family: dinpro-medium;
	font-size: 1.6rem;
	padding: 18px 0 18px 15px;
	width: 100%;
} 

 #submenu_vertical_2>ul>li:first-child>a:hover {
	background-color: #666666;
}
 
/* PAGES - COLORS */

#page_info #submenu_vertical_1 li.current_page,
#page_info #submenu_vertical_1 li:hover,
#page_info #header_portal li.current_page {
	background-color: #3399FF;
}

#page_info #submenu_horizontal li.current_page,
#page_info #submenu_vertical_2 .readmore {
	color: #3399FF;
}

#page_info #submenu_vertical_1 ul:hover {
	background-color: #BCDEFF;
}

#page_info  #submenu_vertical_1 p {
    border-color: #3399FF;
    color: #3399FF;
}

#page_prog #submenu_vertical_1 li.current_page,
#page_prog #submenu_vertical_1 li:hover,
#page_prog #header_portal li.current_page {
	background-color: #FF0551;
}

#page_prog #submenu_horizontal li.current_page,
#page_prog #submenu_vertical_2 .readmore {
	color: #FF0551;
}

#page_prog #submenu_vertical_1 ul:hover {
	background-color: #FFB6CC;
}

#page_prog  #submenu_vertical_1 p {
    border-color: #FF0551;
    color: #FF0551;
}

#page_cat #submenu_vertical_1 li.current_page,
#page_cat #submenu_vertical_1 li:hover,
#page_cat #header_portal li.current_page {
	background-color: #FF7A04;
}

#page_cat #submenu_horizontal li.current_page,
#page_cat #submenu_vertical_2 .readmore {
	color: #FF7A04;
}

#page_cat #submenu_vertical_1 ul:hover {
	background-color: #FFD8B5;
}

#page_cat #submenu_vertical_1 p {
    border-color: #FF7A04;
    color: #FF7A04;
}

#page_col #submenu_vertical_1 li.current_page,
#page_col #submenu_vertical_1 li:hover,
#page_col #header_portal li.current_page {
	background-color: #33CC99;
}

#page_col #submenu_horizontal li.current_page,
#page_col #submenu_vertical_2 .readmore {
	color: #33CC99;
}

#page_col #submenu_vertical_1 ul:hover {
	background-color: #D0F3E7;
}

#page_col  #submenu_vertical_1 p {
	border-color: #33CC99;
    color: #33CC99;
}

#page_lab #submenu_vertical_1 li.current_page,
#page_lab #submenu_vertical_1 li:hover,
#page_lab #header_portal li.current_page {
	background-color: #C935CB;
}

#page_lab #submenu_horizontal li.current_page,
#page_lab #submenu_vertical_2 .readmore {
	color: #C935CB;
}

#page_lab #submenu_vertical_1 ul:hover {
	background-color: #EFC1EF;
}

#page_lab  #submenu_vertical_1 p {
    border-top: 1px solid #C935CB;
    border-left: 1px solid #C935CB;
    color: #C935CB;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

	header {
		position: static;
	}

	#header_logo {
		padding-left: 27px;
		margin-top: 12px;
		margin-bottom: 22px;
	}

	#header_menu {
		box-shadow: none;
	}

	#header_menu_1 {
		padding-right: 15px;
		padding-left: 15px;
	}

	#header_top {
		position: static;
	}

	#header_portal {
		overflow: visible;
	}

	.header_portal_1 {
		font-size: 1.3rem;
		line-height: 30px;
		width: auto;
		height: 30px;
	}

	.header_portal_1:last-child {
		border-right: #FFFFFF 1px solid;
	}

	.header_portal_1 a {
		min-width: auto;
	}

	.header_portal_2 {
		width: 930px;
	}

	.header_portal_2>li {
		height: 25px;
	}

	.header_portal_1:hover .header_portal_2 {
		opacity: 1;
		visibility: visible;
	}

	.header_portal_1:hover .header_portal_2>li {
		height: 25px;
	}

	#header_portal>.information>.header_portal_2,
	#header_portal>.information:hover>.header_portal_2 {
		background-color: #3399FF;
	}

	#header_portal>.information>.header_portal_2 {
		color: #D6EAFF;
	}

	#header_portal>.programme>.header_portal_2,
	#header_portal>.programme:hover>.header_portal_2 {
		background-color: #FF0551;
	}

	#header_portal>.programme>.header_portal_2 {
		color: #FFCDDC;
	}

	#header_portal>.catalogue>.header_portal_2,
	#header_portal>.catalogue:hover>.header_portal_2 {
		background-color: #FF7A04;
	}

	#header_portal>.catalogue>.header_portal_2 {
		color: #FFE4CC;
	}

	#header_portal>.collaboration>.header_portal_2,
	#header_portal>.collaboration:hover>.header_portal_2 {
		background-color: #33CC99;
	}

	#header_portal>.collaboration>.header_portal_2 {
		color: #D6F4EA;
	}

	#header_portal>.imagelab>.header_portal_2,
	#header_portal>.imagelab:hover>.header_portal_2 {
		background-color: #C935CB;
	}

	#header_portal>.imagelab>.header_portal_2 {
		color: #F4D6F4;
	}

	#header_menu_2 {
		padding-right: 15px;
		padding-left: 15px;
		width: 960px;
		z-index: 103;
	}

	#header_menu_2.header_menu_2_fixed {
		position: fixed;
	}

	#header_menu_2.header_menu_2_fixed>div {
		box-shadow: 0 0 20px #CCCCCC;
	}

	#header_menu_2::before,
	#header_menu_2::after {
		display: none;
	}

	footer {
		padding-bottom: 35px;
	}

	#footer_block {
		padding-left: 50px;
	}

	#footer_menu_1 {
		margin-bottom: 5px;
	}

	#footer_menu_1 p {
		font-size: 1.2rem;
		font-family: dinpro-medium;
	}

	#footer_menu_1 li {
		font-size: 1.2rem;
	}

	#footer_menu_2 {
		margin-bottom: 10px;
		text-align: right;
	}

	#footer_menu_2 li {
		font-family: dinpro-light;
		font-size: 1.1rem;
		line-height: 2rem;
		margin-right: 0px;
		margin-left: 12px;
	}

	#arrow_up {
		min-width: 130px;
		text-align: right;
	}

	#arrow_up>img {
		opacity: 0;
		visibility: hidden;
	}

	main {
		margin-top: 25px;
	}

	#block_content {
		width: 660px;
	}

	#block_aside {
		padding-left: 35px;
		transform: none;
		width: 270px;
		top: 0px;
		right: auto;
	}

	#block_aside.fixed_aside {
		top: 50px;
	}

	#block_aside.block_aside_stuck {
		padding-left: 0px;
	}

	.fixed_aside #submenu_vertical_1 {
		max-height: 300px;
		margin-bottom: 10px;
		box-shadow: none;
	}

	#submenu_vertical_1 {
		max-height: 0;
	}

	#submenu_vertical_1 p {
		border: none;
		padding: 4px 0 4px 12px;
		font-size: 2.1rem;
		font-family: dinpro-light;
	}

	#submenu_vertical_1 a {
		padding: 4px 0 4px 12px;
		font-size: 1.5rem;
		font-family: dinpro-light;
	}

	#block_aside>#submenu_vertical_1 ul:hover {
		background-color: #E6E6E6;
		color: #666666;
	}

	/* #submenu_vertical_2 {
		box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.25);
	} */

	#submenu_vertical_2>ul>li:not(:first-child),
	#submenu_vertical_2>ul>li:first-child>a>p:not(:first-child) {
		display: block;
	}

	#submenu_vertical_2 .submenu_title {
		margin-bottom: 4px;
		font-size: 2.1rem;
		line-height: 2.5rem;
	}

	#submenu_vertical_2 .readmore {
		margin-top: 4px;
	}

	#submenu_vertical_2>ul>li:first-child>a {
		background-color: #FFFFFF;
		color: #666666;
		font-family: dinpro-light;
		font-size: 1.5rem;
		padding: 12px;
	}

	#submenu_vertical_2>ul>li:first-child>a:hover {
		background-color: #E6E6E6;
		color: #666666;
	}

	#submenu_arrow {
		display: none;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

	#header_menu_1 li>a {
		padding: 10px 15px;
	}

	#header_menu_2 {
		width: 1140px;
	}

	.header_portal_2 {
		width: 1110px;
	}

	#header_sn>li {
		margin: 0px 4px;
	}

	.header_portal_1 a {
		padding: 0 18px;
	}

	#header_newsletter {
		padding: 0 15px;
	}

	.newsletter .input_newsletter {
		margin: 0 15px;
	}

	#header_sn {
		padding: 0 15px;
	}

	#header_languages .language_active {
		padding: 0 15px;
	}

	#header_languages>li>a {
		padding: 0 15px;
	}

	#block_content {
		width: 789px;
	}

	#block_aside {
		width: 321px;
	}

}