@charset "utf-8";
/* CSS Document */
html, body, * {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
}

body{
	font-family: "Zalando Sans SemiExpanded", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	background-color: #f7f2ef;
}

h2{
	font-family: "Orbit", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 56px;
	line-height: 56px;
	margin-bottom: 60px;
	margin-top: 40px;
}

h2.red{ color: #c43c30;}
h2.light{color: #f7f2ef}
.decalCenter{margin-left: 300px;}

h5{
	font-size: 32px;
	color: #c43c30;
	font-weight: 400;
	margin-left: 8px;
}
h6{
	color: #613439;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-left: 8px;
}
.not-on-desktop{
		display: none;
	}
.clear{
	clear: both;
}
.height250{height: 250px;}
.height100{height: 100px;}
.height80{height: 80px;}
.height50{height: 50px;}

.orbit {
	font-family: "Orbit", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.zalando-exp-medium {
	font-family: "Zalando Sans Expanded", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.zalando-exp-regular {
	font-family: "Zalando Sans Expanded", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.zalando-exp-light {
	font-family: "Zalando Sans Expanded", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.zalando-exp-extralight {
	font-family: "Zalando Sans Expanded", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.zalando-semiexp-light {
	font-family: "Zalando Sans SemiExpanded", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.zalando-semiexp-regular {
	font-family: "Zalando Sans SemiExpanded", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
}

.button{
	border-radius: 50px;
	font-family: "Zalando Sans Expanded", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 21px;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	border: 1px solid #c43c30;
	transition: background-color 0.3s ease;
}
a.button{
	display: inline-block;
}
.buttonLight, .buttonRed:hover{
	background-color: #f7f2ef;
	color: #c43c30;
}
.buttonRed, .buttonLight:hover{
	color: #f7f2ef;
	background-color: #c43c30;
}
.wideSection{
	width: 100%;
}
.mainContainer{
	width: 1020px;
	margin: 0 auto;
	position: relative;
	padding:35px 0;
}
.section3specific{
	background-color: #613439;
	padding: 35px 50px;
	width: 1120px;
}
.wideSectionLight{background-color: #f7f2ef; }
.wideSectionRed{background-color: #c43c30; }
.wideSectionDark{background-color: #613439; }
.wideSectionWhite{background-color: #ffffff; }

#section1{
	background-image: url("../../img/patern-1.svg");
	background-repeat: no-repeat;
	background-size: 760px 760px;
	/*background-position: right -260px top 520px;*/
	background-position: calc(50% + 620px) 560px;
}
#section2{
	background-image: url("../../img/patern-2.svg");
	background-repeat: no-repeat;
	background-size: 800px 800px;
	/*background-position: left -254px top -117px;*/
	background-position: calc(50% - 657px) -120px;
}
#section3{
	background-image: url("../../img/patern-3.svg");
	background-repeat: no-repeat;
	background-size: 5000px 650px;
	background-position: center top 120px;
}
#section4{
	background-image: url("../../img/patern-4.svg");
	background-repeat: no-repeat;
	background-size: 2000px 1125px;
	background-position: center top 200px;
}
#section5{
	background-image: url("../../img/patern-5.svg");
	background-repeat: no-repeat;
	background-size: 880px 880px;
	background-position: calc(50% + 620px) 10px;
}


#head{
	position: relative;
}
#headLogo{
	max-width: 497px;
	display: block;
	float: left;
	margin-right: 15px;
}
#headLogoMobile{
	margin-top: 40px;
	width: 80%;
	display: none;
}
#byLunch{
	color: #c43c30;	
	float: left;
	margin-top: 51px;
	font-size: 18px;
}

#langChoice{
	list-style: none;
	color: #c43c30;	
	font-size:22px;
	margin-top: 30px;
	line-height: 25px;
}
#langChoice li {
	display: inline-block;
}
#langChoice li a {
	color: #e4a7a2;	
}
#langChoice li a:hover,#langChoice li a.active {
	color: #c43c30;	
}

#neck{
	position: relative;
	margin-bottom: 75px;
	color: #c43c30;
}

#neck #dateandplace{
	float: left;
}

#neck #date,#neck #place{
	font-size: 48px;
}
#neck #woodID{
	font-size: 140px;
	float: right;
	margin-top: -24px;
}
#woodIDMobile{
	font-size: 140px;
	float: right;
	margin-top: -24px;
	display: none;
	color: #c43c30;
}
#neck #introTxt{
	font-size: 44px;
	color: #c43c30;
	line-height: 52px;
	margin-bottom: 60px;
}
.section{
	margin-bottom: 40px;
}

#accordeon{
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tribunes{
	display: flex;
}
.tribune{
	flex: 1;
	width: 500px;
	background-color: #f7f2ef;
	padding: 12px;
}
.tribune:nth-child(1){
	margin-right: 30px;
}
.tribunePic {
	width: 470px;
	height: 250px;
}
.tribune p{
	font-size: 16px;
	line-height: 21px;
	padding: 0 8px 15px;
}
p.concept{
	color: #f7f2ef;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
p.concept.indent{
	margin-left: 45px;
}

p.infoLabel{
	font-size: 22px;
	color: #c43c30;
	width: 175px;
	float: left;
	margin: 10px 0;
}
p.infoValue{
	font-size: 26px;
	color: #613439;
	margin: 10px 0;
	position: absolute;
	left: 200px;
	
}
.infoSeparator{
	border-bottom: 1px solid #c43c30;
	width: 825px;
}

input.formField{
	font-size: 22px;
	color: #c43c30;
	width: 730px;
	float: left;
	margin: 5px 0;
	background-color: #f7f2ef;
	border: none;
	border-bottom: 1px solid #c43c30;
	padding-bottom: 10px;
}

input.formField::placeholder{
	color: #c43c30;
}
input.formField.newsletter{
	background-color: #ffffff;
}
.formAlert{
	font-size: 24px;
	color: #c43c30;
	float: left;
	margin: 10px 0;
}
.partenairesTxt{
	font-size: 16px;
	line-height: 24px;
	color: #613439;
}

#partnersLogo{
	width: 100%;
	text-align: center;
}

#partnersLogo img{
	margin: 0 6px;
}

#footer{
	font-size: 12px;
	color: #c43c30;
}

#mce-EMAIL{
	font-size: 22px;
	color: #c43c30;
	width: 730px;
	float: left;
	margin: 5px 0;
	background-color: #ffffff;
	border: none;
	border-bottom: 1px solid #c43c30;
	padding-bottom: 10px;
}
#mce-EMAIL::placeholder{
	color: #c43c30;
}


/* MENU MOBILE */	

#header_top{
	position: fixed;
	width: 1020px;
	z-index: 999;
}
.toggle-menu {
	width: 40px;
	height: 38px;
	display: block;
	float: right;
	top: 39px;
	right: 0;
	z-index:50;
	cursor: pointer;
}
.toggle-menu i {
	position: absolute;
	display: block;
	height: 3px;
	background-color:#c43c30;
	width: 23px;
	right: 8px;
	-webkit-transition: all .3s;
	        transition: all .3s;
}
.toggle-menu i:nth-child(1) { top: 11px; }
.toggle-menu i:nth-child(2) { top: 18px; }
.toggle-menu i:nth-child(3) { top: 25px; }
.open-menu i:nth-child(1) {
	top: 18px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}
.open-menu i:nth-child(2) { background: transparent; }
.open-menu i:nth-child(3) { 
	top: 18px;
	-webkit-transform: rotateZ(-45deg);
	        transform: rotateZ(-45deg);
}

#mobileMenu{
	background:#613439;
	width:100%;
	height: 100%;
	z-index:40;
	top:0; left:0;
	position:fixed;
	display:none;
	overflow-y: scroll;}
#mobileMenu .mainContainer{
	margin-top: 40px;
}
#mobileMenu #mob_header{
	z-index:2;
	width:100%;
	margin:0 auto;
	margin-top:14px;
	position:relative;
	text-align:center;}
#mobileMenu #mob_menu{
	text-align:left;
	position:relative;
	font-weight:700;
	font-size:32px;
	list-style:none;
	width:100%;
	left:0px;
	top:0;
	line-height:25px;
	margin-top: 50px;
padding:0;}
#mobileMenu #mob_menu li{
text-align: center;}
#mobileMenu #mob_menu a{
    color: #f7f2ef;
	text-decoration:none;
	display: block;
	padding: 10px 17px;
	font-weight:500;}

#mobileMenu #mob_menu a:hover,#menu a.active{
	font-weight:600;}
#mobileMenu #headerLogo{
    margin-top: 10px;
}



 /* Responsive adjustments */
 @media (max-width: 1120px) {
		
	.section3specific{
		width: 100%;
	}
		
}

 @media (max-width: 1035px) {
		
	.mainContainer,.section3specific{
		width: 100%;
	}
	 .mainContainer{
		 padding: 35px 15px;
	 }
	 #header_top{
		 width: calc(100% - 30px);
	 }
	 #accordeon{
		 display: block;
		 height: auto;
	 }
	 .accordion{
		 display: block;
	 }
	 .accordion-item{
		 cursor: auto;
	 }
	 .location-label{
		 opacity: 0;
		 display: none;
		 visibility: hidden;
	 }
	 .accordion-item .content{
		 opacity: 1;
		 transform: none;
	 }
	.tribune:nth-child(1){
		margin-right: 0;
	}
	.tribune{
		width: calc(50% - 24px);
		margin: 0px 15px 15px;
	}
	 .tribunePic {
		width: 100%;
		height: auto;
	}
	.decalCenter{
		margin-left: 0;
	}
	.stakeholdersTitle{
		text-align: center;
	}
}

@media (max-width: 835px) {
	.mainContainer {
		padding: 15px 15px;
	}
	.height250{height: 0px;}
	#byLunch{
		margin-top: 11px;
	}
	.button{
		display: block;
		margin: 15px auto;
	}
	.tribunes{
		flex-direction: column;
	}
	.tribune{
		width: calc(100% - 30px);
	}
	input.formField {
		width: 100%
	}
	p.infoLabel {
		float: none;
	}
	p.infoValue {
		position: relative;
		left: auto;
	}
	.infoSeparator{
		width: 100%;
	}
	#section1{
		background-size: 450px 450px; 
		background-position:right calc(50% - 240px) top 870px;}
	#section4{
		background-image: url("../../img/section-4-mobile.svg");
		background-repeat: no-repeat;
		background-size: 450px;
		background-position: center top -220px;
		padding-top: 250px;
	}
	#footerSpace{
		height: 300px;
	}
	#section5{
		background-position: center top 50px;
		background-size: 450px;
	}
	#footer{
		text-align: center;
	}
	#newsletterField{
		display: block;
		margin-bottom: 15px;
	}
}
@media (max-width: 735px) {
	.not-on-mobile{
		display: none !important;
	}
	.not-on-desktop{
		display:inherit !important;
	}
	#headLogoMobile{
		display: block;
		position: absolute;
	}
	.toggle-menu {
		top: 0px;
		float: none;
		margin: 0 auto;
	}
	#mobileMenu #mob_header {
		margin-top: 30vw; 
	}
	#neck{
		margin-top: 23vw;
	}
	#neck #date, #neck #place {
    	font-size: 32px;
	}
	#neck #woodID{
		font-size: 100px;
	}
	#neck #introTxt{
		font-size: 25px;
		line-height: 33px;
		margin-bottom: 40px;
	}
	#woodIDMobile{
		display: block;
		position: absolute;
        right: 1px;
        font-size: 9.5vw;
        top: 67px;
	}
	.orateurPicAndText {
		height: 350px;
	}
	.orateurPic{
		width: calc(50vw - 120px);
	}
	.content p{
		left: calc(50vw - 120px);
		
		margin-left: 20px;
		display: flex;
		align-items: flex-end;
	}
	input.formField {
		font-size: 18px;
	}
	
	#section4{
		background: none;
		background-image: none;
		padding-top: 5px;
	}
	
}
@media (max-width: 630px) {
	
	h2{
		font-size: 46px;
		margin-bottom: 25px;
		margin-top: 0px;
	}
	.orateurPicAndText{
		height: auto;
		width: 100%;
	}
	.content .orateurPic{
		position: relative;
		bottom:auto; 
		width: auto;
		margin-bottom: 15px;
	}
	.content p{
		position: relative;
		left: auto;
		margin-left: 0;
		width: 100%;
	}
	input.formField {
		font-size: 16px;
	}
	#section3{
		background-image: url(../../img/patern-6-mobile.svg);
		background-size: 600px;
		background-position: center bottom 50px;
		padding-bottom: 180px;
	}

}