@charset "iso-8859-1";
/* CSS Document */

html,body,* {
	margin:0;
	padding:0;}

.clear{
	clear:both;
	line-height:0;
	font-size:1px;}

#container {
	width:950px;
	margin:0 auto;
	color:#20201E;
	position:relative;}

#header {
	width:inherit;
	text-align:center;
	height:100px;
	position:relative;}
#logoStd{
	display:block;
width: 100%;}
#logoMobile{
	display: none;
}
.mainLogo{
	width:100%; display:block; margin-top: 10px;}

#header img {
	width:inherit;}
#linkHeaderDummy {
	cursor:pointer;
	position:absolute;
	top:0;
	left:25px;
	width:950px;
	height:60px;}
	
h1 {
	display:none;}
h2 {
	font-family:Helvetica,"helvNeue", Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:2px;
	line-height:22px;
	margin-bottom:10px;
	color:#e63312;
	text-transform:uppercase;
	margin-top:-2px;}
	
h3 {
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	line-height:12px;
	font-style:normal;
	margin-bottom:20px;}
	
p{
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;}

.homeAffiches{
	text-align: center;
	width: 400px;
    margin: 0 auto;
    margin-top: 80px;
	margin-bottom: 0px;
}
.homeAffiches hr{
	height: 1px;
	widows: 100%;
	border: none;
	border-bottom: 1px solid;
	border-color: #5454545;
margin-bottom: 50px;
}
.homeAffiches img{
	width: 100%;
}
.buyButton{
	color:#ffffff;
	font-size: 22px;
	font-family:Helvetica,"helvNeue", Arial, sans-serif;
	border-radius: 4px;
    padding: 11px 18px;
    text-decoration: none;
	display: block;
	margin-top: 25px;
	margin-bottom: 50px;
}
.buyButton.escapades{
	background-color: #356994;
	
}
.buyButton.mmp{
	background-color: #af3e31;
}
	
#fullWidthContent{
	position:absolute;
	width:950px;
	top:140px;
	left:25px;
	color:#20201E;
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;}
#rightContent{
	position:relative;
	float: left;
	width:650px;
	top:25px;
	color:#20201E;
	z-index:0;
	line-height:23px;}
#rightContent.mediaPage{
	width: 100%;
}
#leftContent{
	position: relative;
    width: 250px;
    top: 30px;
    left: 0;
    z-index: 1;
    padding-left: 25px;
	color:#575756;
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing:0.2px;
float: left;}
#leftContent p {
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;}
#leftContent a {
	color:#20201E;
	text-decoration:none;
	border-bottom:#C4C4C4 1px solid;
	display:block;
	width:140px;
	margin-bottom:10px;
	padding-bottom:1px;
	line-height:15px;
	text-indent:-15px;}
#leftContent a:hover,#leftContent a.active{border-bottom:#e63312 1px solid;}
#leftContent #dummyLink{
	position: relative;
    left: -9px;
    width: 230px;
    height: 250px;
    cursor: pointer;
    border: none;
	margin-bottom: 30px;
}

#leftContent #dummyLink img{
	width: 100%;
}
p.right{
	text-align:right;}
	
.teamIllustration{
	display: none;
	z-index: 999;
    position: fixed;
    top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
}
.teamIllustration .closeTeamPicture{
	width: 35px;
	height: 35px;
	background-image: url("../../img/close-button.png");
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1001;
	cursor: pointer;
}
.teamIllustration img{
	max-width: 90%;
	max-height: 90%;
	margin-top: 2%;
	z-index: 1000;
	
}
	
	

/*   MENU   */
#mainMenu {
	color:#575756;
	position:absolute;
	top:82px;
	letter-spacing:0.5px;
	width:inherit;
	height:18px;
	z-index:10;
	}	
#menu {
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;
	position:absolute;
	top:0px;
	left:0;
	list-style:none;
	text-align:left;
	height:18px;}
#menu li{
	display:inline-block;
	margin-right:40px;
	height:18px;}
#menu li.last{margin-right:0;}
#menu a{
	display:block;
	color:#575756;
	text-decoration:none;
	padding-bottom:0;}
#menu a:hover,#menu a.active{border-bottom:#e63312 1px solid;}


/* MENU MOBILE */	
#header_top{
	position:fixed;
	height:35px;
	background-color:#e63312;
	top:0; left:0;
	width:100%;
	z-index:99;
	display:none;}
.toggle-menu {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left:-25px;
	z-index:50;
}
.toggle-menu i {
	position: absolute;
	display: block;
	height: 3px;
	background: #fff;
	width: 30px;
	right: 15px;
	-webkit-transition: all .3s;
	        transition: all .3s;
}
.toggle-menu i:nth-child(1) { top: 9px; }
.toggle-menu i:nth-child(2) { top: 17px; }
.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-color:#e63312;
	width:100%;
	height:100%;
	z-index:40;
	top:0; left:0;
	position:fixed;
	display:none;}
#mobileMenu #mob_header{
	z-index:2;
	width:100%;
	height:160px;
	position:relative;}
#mobileMenu #mob_logoEverland{
	position:absolute;
	top:35px; left:50%;
	width:235px; height:112px;
	margin-left:-117px;}	
#mobileMenu #mob_logoEverland.mob_projectMenuLogo{
	left:2%;
	width:95%;
	margin-left:0;
	height:auto;}
#mobileMenu #mob_logoEverland.mob_projectMenuLogo img{
	width:100%; height:auto;}
#projectMenuBack{
	height:25px;
	width:15px;
	position:fixed;
	top:5px;
	left:5px;
	background:url(../../img/_global/back.png);
	background-size:cover;
	text-decoration:none;}
#mobileMenu #mob_langChoice{
	text-align:center;
	position:fixed;
	font-weight:700;
	font-size:14px;
	list-style:none;
	width:110px;
	margin:0;
	margin-left:-55px;
	left:50%;
	bottom:10%;}
#mobileMenu #mob_langChoice li{float:left; margin-right:25px; margin-bottom:0;}
#mobileMenu #mob_langChoice li.last{margin-right:0;}
#mobileMenu #mob_langChoice a{
	color:#fff;
	text-decoration:none;}
#mobileMenu #mob_langChoice a:hover{
	color:#000;}
#mobileMenu #mob_langChoice a.active{
	color:#000;}

#mobileMenu #mob_menu{
	text-align:center;
	position:fixed;
	font-weight:400;
	font-size:4vh;
	text-transform:uppercase;
	list-style:none;
	width:100%;
	left:0px;
	top:150px;
	line-height:8vh;}
#mobileMenu #mob_menu a{
	color:#fff;
	text-decoration:none;}
#mobileMenu #mob_menu a:hover,#mobileMenu #mob_menu a.active{
	color:#000;}	  
#mobileMenu #mob_menu.projectSubMenuMobile{
	font-size: 6vw;
	line-height: 11vw;
	top: auto;
	bottom: 10vh;}
	
	
	
#languageChoice {
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;
	position:absolute;
	top:0px;
	left:680px;
	list-style:none;
	text-align:left;}
#languageChoice li{
	display:inline-block;
	background:url(../../img/_global/lg-sep.gif) no-repeat center right;
	margin-right:4px;
	padding-right:9px;}
#languageChoice li.last{
	background:none;
	margin-right:0;
	padding-right:0;}
#languageChoice a{
	display:block;
	color:#575756;
	text-decoration:none;
	 padding-bottom:0;}
#languageChoice a:hover,#languageChoice a.active{
	border-bottom:#e63312 1px solid;}
#socialNetwoks{
	position:absolute;
	top:4px;
	right:0;
	height:16px;
	overflow:hidden;}
#socialNetwoks img{ margin-right:4px;}
#socialNetwoks img.last{ margin-right:0;}

#mobileSocialNetwoks{
	position:fixed;
	bottom:17%;
	left:0;
	width:100%;
	text-align:center;
	height:16px;}
#mobileSocialNetwoks img{ margin-right:15px;}
#mobileSocialNetwoks img.last{ margin-right:0;}

/*   SPLASH   */
#sectionsContainer{
	width:950px;
	margin:0 auto;
	color:#20201E;
	position:relative;}
ul#sections{
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	color:#575756;
	font-size:20px;
	letter-spacing:0.5px;
	width:inherit;
	display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    list-style: none;
	margin-top:-18px;
	position:absolute;
	top:100px;}

ul#sections li{
	}
#splashContainer{
	width:inherit;
	text-align:center;
	margin-top:80px;
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	color:#575756;}
#splashContainer p{
	font-size:20px;
	margin-bottom:15px;}
#splashContainer a.languageChoice{
	font-size:24px;
	color:#575756;
	text-decoration:none;
	border-bottom:#C4C4C4 1px solid;
	padding-bottom:0px;}
#splashContainer a.languageChoice:hover{
	border-bottom:#e63312 1px solid;}
#splashContainer ul{
	list-style:none;}
#splashContainer li{
	display:inline-block;
	margin-right:25px;}
#splashContainer li.last{
	margin-right:0;}

/*   SPLASH 2   */
#splash2Container{
	width:inherit;
	text-align:center;
	margin-top:40px;
	position:relative;}

#splash2Container a{
	width:250px;
	margin-top:100px;
	margin-right:160px;}
#splash2Container a.noMarginRight{margin-right:0;}
#splash2Container a img{
	width:inherit;
	margin-top:70px;}
.splash2Labels {
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#20201E;
	position:absolute;
	text-align:left;
	cursor:pointer;}
#WWMF-label{
	top:205px;
	left:214px;
	width:135px;}
#CCMF-label{
	top:205px;
	left:520px;
	width:160px;}
#ESC-label{
	top:205px;
	left:805px;
	width:175px;}
	
/*  TEAM PAGE  */

.teamPeopleBox{
	background:url(../../img/_global/h-sep.png) no-repeat top left;
	padding-top:5px;}
.teamPeoplePicture{
	width:225px;
	float:left;
	margin-bottom:25px;
cursor: pointer;}
.teamPeopleText{
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;
	padding-left:225px;
	text-align:left;
	margin-top:-5px;
	line-height:23px;
	margin-bottom:25px;}
	
.teamPeopleText strong{
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	height:12px;
	overflow:hidden;
	line-height:12px;}
.teamPeopleText a{
	color:#20201E;
	text-decoration:none;}
.teamPeopleText a:hover{
	border-bottom:#e63312 1px solid;
	/*padding-bottom:5px;*/}

/*   MISSION   */
.mission p {
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;
	line-height:23px;
	margin-bottom:15px;}
.mission a {
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;
	color:#e63312;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;}
.mission a:hover {
	color:#e63312;
	text-decoration:underline;}
.values{
	padding-top:15px;}
.values p{
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;
	line-height:23px;}
.values .titre{
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	line-height:12px;
	font-style:normal;}
.values strong{
	font-weight:bold;
	color:#20201E;
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;}
	
	


.projectLogo{
		display:none;}

/*   WWMF  */

#leftContent.wwmfSubMenu{
	background:url(../../img/wwmf/logo-wwmf.png) no-repeat top left;}
#rightContent.wwmfContent p{
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;
	margin-bottom:12px;}
#rightContent.wwmfContent p strong{
	font-weight:normal;
	font-style:italic;
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;}
.orchCountry{
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;}
.orchPeople{
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;}
	
	
/*   MMP  */

#leftContent.mmpSubMenu{
	background:url("../../img/mmp-2022.png") no-repeat top left;}
#rightContent.mmpContent p{
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;
	margin-bottom:12px;}
#rightContent.mmpContent p strong{
	font-weight:normal;
	font-style:italic;
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;}

/*   CCMF  */

#leftContent.ccmfSubMenu{
	background:url(../../img/ccmf/logo-ccmf.png) no-repeat top left;}
#rightContent.ccmfContent p{
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;
	margin-bottom:12px;}
#rightContent.ccmfContent p strong{
	font-weight:normal;
	font-style:italic;
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;}
#ccmfCities {
	margin-top:30px;}
#ccmfCities td{
	padding-bottom:25px;
	width:300px;
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;}
#ccmfCities td.wide{
	width:660px;}
#ccmfCities .ville{
	text-transform:uppercase;
	margin-right:5px;
	font-size:14px;}
#ccmfCities .place{
	font-style:italic;}


/*   ESCAPADES  */

#leftContent.escapadesSubMenu{
	background:url("../../img/escapades-2022.png") no-repeat top left;}
#rightContent.escapadesContent p{
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;
	margin-bottom:12px;}
#rightContent.escapadesContent p strong{
	font-weight:normal;
	font-style:italic;
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;}


	
/*  PARTNERS PAGE  */

.partnersBox{
	background:url(../../img/partners/dots.gif) no-repeat top left;
	padding-top:5px;}
.partnersPicture{
	width:200px;
	float:left;
	text-align:right;
	margin-bottom:25px;
	margin-right:25px;}
.partnersText{
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;
	padding-left:225px;
	text-align:left;
	margin-top:-5px;
	line-height:23px;
	margin-bottom:25px;}
	
.partnersText strong{
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	height:12px;
	overflow:hidden;
	line-height:12px;}
.partnersText a {
	font-family:'mrseaves-pc',"Times New Roman", Times, serif;
	font-size:20px;
	color:#e63312;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;}
.partnersText a:hover {
	color:#e63312;
	text-decoration:underline;}

/*   CONTACT   */
.contact{
	padding:20px 0 0 300px;}
.contact h2{
	margin-bottom:20px;}
.contact h2 span{
	text-transform:lowercase;
	font-size:12px;
	margin-left:10px;}
.contact p{
	margin-bottom:20px;
	line-height:25px;}
	
.contact a{
	color:#20201E;
	text-decoration:none;}
.contact a:hover{
	border-bottom:#e63312 1px solid;
	/*padding-bottom:5px;*/}
	
	
/*   MEDIA / NEWS   */	
.mediaBox{
	float:left;
	width:205px;
	/*height:205px;*/
	margin-right:40px;
	margin-top:-2px;
	display:block;
	text-decoration:none;
	margin-bottom:50px;}	
.mediaBox img{
	width:100%;}
.mediaBox.noMargin{
	margin-right:0;}	
.mediaTitre{
	font-family:Helvetica,"helvNeue", Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:2px;
	color:#e63312;
	text-transform:uppercase;
	overflow:hidden;
	height:20px;}
.mediaTexte{
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:17px;
	line-height:23px;
	color:#000;
	height:45px;
	overflow:hidden;}
.mediaTexte.whiteTxt{
	color:#FFF;}
.mediaThumbYT{
	width:205px;
	height:115px;
	overflow:hidden; /* this is important */
	border:1px solid #ccc;
	}
	/* input values to crop the image: top, right, bottom, left */
.mediaThumbYT img{
	margin:-10% 0 -10px 0;
	}

.mediaThumb{
	width:205px;
	height:115px;}
.mediaFull{
	margin-top:-22px;
	margin-left:-30px;
	margin-bottom:30px;
	width:690px;
	background:#444847;
	padding:20px 30px 25px 30px;
	z-index:0;}
.mediaClose{
	position:absolute;
	top:-16px;
	right:4px;}
.mediaLeft{
	position:absolute;
	top:250px;
	left:-27px;}
.mediaRight{
	position:absolute;
	top:250px;
	right:2px;}
.iframeYT{
	width:690px;
	height:388px;}


/*   FOOTER   */
#footer{
	width:inherit;
	text-align:right;
	padding-top:20px;
	margin-bottom:20px;
	font-family:'mrseaves-rom',"Times New Roman", Times, serif;
	font-size:14px;}


/* MEDIA QUERIES */

@media (max-width : 970px ){
	#container{
		width:100%}
	.notOnMobile{
		display:none;}
	#header{
		background-size:cover;
		margin-top:60px;
		width:96%;
		left:2%;
	height: 0;}
	#sectionsContainer{
		width:100%;}
	/*#fullWidthContent{
		width:100%;
		left:0;
		top:10vw;}*/
	#header_top{
		display:block;}
	#mainMenu{ display:none;}
	#fullWidthContent,#rightContent {
		width: 95%;
		top:10vw;
		left: 2%;}
	#rightContent.projectPages{
		top:0;}
	#splash2Container a{
		margin-right:5vw;}
	#splash2Container a.noMarginRight{margin-right:0;}
	.splash2Labels{ display:none;}
	.mediaFull{ width:100%; margin-left: -2%; padding: 20px 2% 25px 3%; }
	.iframeYT{
		width:100%;}
	.wwmfSubMenu,.mmpSubMenu,.escapadesSubMenu{
		display:none;}
	#rightContent.wwmfContent img{
		width:100%;
		height:auto;}
	#rightContent h2{
	margin-top: 60px}
	#leftContent{
		margin: 0 auto;
		float: none;
		padding: 0;
	}
	#leftContent a{
		text-indent: 0;
	}
	#leftContent p{
		display: none;
	}
	#leftContent #dummyLink{
		left: auto;
		width: 250px;
		margin-bottom: 0;
	}
}
@media (max-width : 750px ){
	.contact{
		padding:0 8vw;
		width:80vw;
		}
	
		
	#fullWidthContent,#rightContent{
		top:35vw;}
	
	#splashContainer{
		margin-top:35%;}
	#sectionsContainer{
		position:fixed;
		bottom:50px;
	}
	ul#sections{
		color:#e63312;
		font-size:35px;
		line-height:30px;
		width:inherit;
		display:block;
		flex-wrap:no-wrap;
		list-style: none;
		margin-top:0;
		top:0;
		margin-bottom:auto;
		position:relative;
		text-align:center}

	#splash2Container{
		margin-top:11vw}
	#splash2Container a{
		width:280px;
		margin-top:20px;
		margin-right:0;}
	.teamPeoplePicture{
		width:150px;
		float:left;
		margin-bottom:20px;}
	.teamPeopleText{
		padding-left:11px;
		padding-right:10px;}
	.partnersPicture{
		width:150px;}
	.partnersText{
		padding-left:175px;
		padding-right: 10px;}
	.mediaBox{
		width:100%;
		margin-right:0;}
	.mediaBox.noMargin{
		margin-right:0;}
	.mediaBox .mediaThumbYT{
		width:100%;
		height:45vw;}
	.mediaBox .mediaThumbYT img{
		width:100%;
		height:140%;}
	.mediaTexte.noTextOnMobile{
		height:10px;
		visible:hidden;}

}


@media (max-width : 650px ){
	#splash2Container a{
		width:80%;}
	#splash2Container a img{
		margin-top:10px;}
	.partnersPicture{
		width:100%;
		text-align:center;
		float:none;}
	.partnersText{
		padding-left:0;
		padding-right: 0;}
	#HPad img{
		width:100%;}
}