/* CSS main document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------ */
/* TAG DEFINITION */

h1 {	/* big title */
	color: #fff;
}
h2 {	/* inner navigation button */
	font-family: 'Alegreya', serif;
	font-size: 10pt;
	font-variant: small-caps;
	color: #edece5;
	font-weight: normal;
}
h3 {
	font-family: 'Alegreya', serif;
	font-size: 16pt;
	color: #000;
	font-weight: 900;
	font-variant: small-caps;
}
h4 {	/* inner navigation button */
	font-family: 'Alegreya', serif;
	font-size: 11pt;
	color: #000;
	font-weight: 700;
	font-variant: small-caps;
}
h5 { /* comments title */
	font-family: 'Alegreya SC', serif;
	font-size: 14pt;
	font-weight: 900;
	color: #3a3938;
	margin-bottom:  25px;
	margin-top: 25px;
}
 h6 { /* comments author */
	font-family: 'Alegreya SC', serif;
	font-size: 10pt;
	font-variant: small-caps;
	font-style: italic;
	color: #000;
	font-weight: 700;
 }


p {
	font-family: 'Georgia', serif;
	font-size: 9pt;
	color: #3a3938;
	margin: 15px 70px 15px 70px;
	line-height: 15pt;
}

a {
	outline: 0;
}

/* specific classes for tarifs sections */

.baseFont_bold {
	font-family: 'Georgia', serif;
	font-size: 9pt;
	font-weight: bold;
}

.baseFont_normal {
	font-family: 'Georgia', serif;
	font-size: 9pt;
	font-weight: normal;
}


/* ------------------------------------------------------------------ */
/* header navigation properties */

#siteHeader {
	width: 900px;
	height: 0;
	position: fixed;
	left: 50px;
	top: 0;
	z-index: 15;
	
}
#siteHeader_wide {
	width: 1000px;
	height: 0;
	position: fixed;
	top: 0;
	z-index: 15;
	
}
#logoVisite {
	background-image: url('../../imgs/logo_visiteFantome_header.png');
	width: 200px;
	height: 80px;
	position: relative;
	top: 20px;
	left: 80px;
	float: left;
	z-index: 15;
}


#logoVisite_centered {
	background-image: url('../../imgs/logo_visiteFantome_centered.png');
	width: 400px; 
	height: 160px;
	bottom: -100px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;	
	left: 0;
	right: 0;
	z-index: 25;	
}

#lowerleft{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 15;	
}

#TA_certificateOfExcellence152 {
}


#buyNowButton {
	background-image: url('../../imgs/buyNowButton.png');
	width: 150px;
	height: 30px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	z-index: 15;
}
#navigation {
    /*z-index: 10;*/
    position: absolute;
    right: 30px;
    width: 490px;
    height: 50px;
    padding-left: 10px;
    /*background-color: rgba(0,0,0, 0.5);*/
    background-image: url('../../imgs/bg_headerMenu.png');
}
#navigation_wide {
    /*z-index: 10;*/
    position: absolute;
    left: 0px;
    width: 600px;
    height: 50px;
    padding-left: 10px;
    /*background-color: rgba(0,0,0, 0.5);*/
    background-image: url('../../imgs/bg_headerMenu_wide.png');
}
#menu {
    position:relative;
    top: 12px;
    left: 10px;
}
#menu a	{
    padding: 5px;
    text-decoration:none;
    color: #fff;
    font-family: 'Alegreya', serif;
    font-size: 11pt;
    /*letter-spacing: -2px;*/
    font-variant: small-caps;
    font-weight: normal;
}
#menu a:hover {
    text-decoration:none;
}
#menu li {
    float:left;
}

#video_link {
	position: absolute;
	right: 60px;
	top: 0px;
	display: block;
}

#langSelect {
	position: absolute;
	right: 30px;
	top: 0px;
	display: block;
}
#langSelect a:visited {
	color: #edece5;
}
#langSelect a:hover {
	color: #fff;
}

#langSelect a {
	color: #edece5;
}

#langBtnText {
    padding: 10px;
    text-decoration:none;
    color: #fff;
    font-family: 'Alegreya', serif;
    font-size: 11pt;
    /*letter-spacing: -2px;*/
    font-variant: small-caps;
    font-weight: normal;
	/*color: #edece5;
	font-style: italic;
	font-family: 'Georgia', serif;
	font-size: 9pt;*/
	
}

#noscriptMessage {
	position: absolute;
	left: -80px;
	top: 10px;
	display: block;
}
#noscriptMessage a:visited {
	color: #edece5;
}
#noscriptMessage a:hover {
	color: #fff;
}

#noscriptMessage a {
	color: #edece5;
}

#noscriptMessage p {
    padding: 10px;
    text-decoration:none;
    color: #edece5;
    font-family: 'Alegreya', serif;
    font-size: 11pt;
    /*letter-spacing: -2px;*/
    font-variant: small-caps;
    font-weight: normal;
	/*color: #edece5;
	font-style: italic;
	font-family: 'Georgia', serif;
	font-size: 9pt;*/
	
}

#gotoMobile {
	position: absolute;
	top: 0px;
	left: 600px;
	display: block;
	/*z-index: -1;*/
}
#gotoMobile a:visited {
	color: #edece5;
}
#gotoMobile a:hover {
	color: #fff;
}

#gotoMobile a {
	color: #edece5;
}

#gotoMobile p {
    padding: 0px;
    text-decoration:none;
    color: #fff;
    font-family: 'Alegreya', serif;
    font-size: 11pt;
    /*letter-spacing: -2px;*/
    font-variant: small-caps;
    font-weight: normal;
	/*color: #edece5;
	font-style: italic;
	font-family: 'Georgia', serif;
	font-size: 9pt;*/
	
}

/* ------------------------------------------------------------------ */
/* GENERAL CONTENT RULES */

html {
	background-color: #000;
	overflow-y: scroll;
}

body {
	overflow-x: hidden;
	/*height: 5500px;*/
}
#wrapper, #wrapper2 {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    /*z-index: 3;*/
}
#wrapper {
	z-index: 3;
}
#wrapper2 {
	z-index: 4;
	/*pointer-events: none;*/
}
#mask {
    width:500%;
    height:100%;
}
.box {
    width:20%;
    height:100%;
    float:left;
}
.content {
    width:900px;
    height:400px;
    top:150px;
    margin: 0 auto;
    position:relative;
    /*background:rgba(255,255,255, 0.3);   /* base color to mark center zone */ 
}

#bg_whitePage {
	background-image: url('../../imgs/section_whitePage.png');
	width: 505px;
	height: 719px;
	position: relative;
	top: -50px;	
		
}

#contentContainer {
	width: 90%;
	height: 600px;
	/*background-color: rgba(0, 255, 0, 0.4);*/
	margin: 10px;
}

#leftSide_shadow {
	background-image: url('../../imgs/leftSide_shadow.png');
	background-repeat: repeat-y;
	width: 261px;
	height: 2000px;
	z-index: 15;
	position: fixed;
	left: -100px;
	top: 0;
	overflow: hidden;	
}

#rightSide_shadow {
	background-image: url('../../imgs/rightSide_shadow.png');
	background-repeat: repeat-y;
	width: 261px;
	height: 2000px;
	z-index: 15;
	position: fixed;
	right: -100px;
	top: 0;
	overflow: hidden;	
}


/* ------------------------------------------------------------------ */
#mask2 {
    width:600%;
    height:100%;
    /*background-color: rgba(0, 255, 0, 0.6);*/
}
.box2 {
    width:16.6%;
    height:100%;
    float:left;
    /*margin-right: 4.4%;*/
}
.content2 {
    width:900px;
    height:400px;
    top:15%;
    margin: 0 auto;
    position:relative;
    /*background:rgba(255,255,255, 0.3);   /* base color to mark center zone */
}


/* ------------------------------------------------------------------ */
/* section ACCUEIL */
#characters {
	background-image: url('../../imgs/ACC_characters.png');
	width: 700px;
	height: 642px;
	position: relative;
	top: -50px;
}
#button_fantome {
	background-image: url('../../imgs/ACC_btn_fantome.png');
	width: 369px;
	height: 197px;
	position: absolute;
	bottom: -235px;
	left: 35px;
}

.fantomeHover_FR {
	background-image: url('../../imgs/ACC_btn_fantome_hover.png');
}
.fantomeHover_EN {
	
}

#button_mystere {
	background-image: url('../../imgs/ACC_btn_mystere.png');
	width: 464px;
	height: 190px;
	position: absolute;
	bottom: -212px;
	right: 30px;
}


/* ------------------------------------------------------------------ */
/* section ACTIVITES */

#headerBtnContainer {
	width: 375px;
	height: 65px;
	/*background-color: rgba(0,0,0,0.5);*/
	position: relative;
	top: 25px;
}
#btnMystere {
	width: 175px;
	height: 65px;
	background-image: url('../../imgs/content/headerBtn_visiteMystere.png');
	position: absolute;
	right: 10px;
	display: block;
}
#btnFantome {
	width: 175px;
	height: 65px;
	background-image: url('../../imgs/content/headerBtn_visiteFantome.png');
	position: absolute;
	left: -10px;
	display: block;
}
#inerNav {
	width: 503px;
	position: absolute;
	left: -64px;
	top: 100px;
	text-align: center;
	/*background-color: #ff00ff;*/
}
#inerNav #nav2 li {
	float: left;
	width: 102px;
	height: 20px;
	display: block;
	/*background-color: rgba(0,0,255,0.4);*/
}
#inerNav #nav2 {
	/*position: relative;*/
	/*left: 35px;*/
	/*background-color: #00ff00;*/
	width: 410px;
	height: 20px;
	text-align: center;
	padding-left: 45px;
	padding-right: 45px;
}

.underline_depart {
	background-image: url('../../imgs/content/underline_heureDepart.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
.underline_rencontre {
	background-image: url('../../imgs/content/underline_pointRencontre.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
.underline_tarifs {
	background-image: url('../../imgs/content/underline_tarifs.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
.underline_reservation {
	background-image: url('../../imgs/content/underline_reservation.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#contentF_heureDepart, #contentF_pointRencontre, #contentF_tarifs,
#contentF_reservation, #contentM_heureDepart, #contentM_pointRencontre,
#contentM_tarifs, #contentM_reservation  {
	width: 503px;
	height: 450px;
	/*background-color: rgba( 0, 0, 0, 0.4);*/
	position: absolute;
	top: 130px;
	left: -64px;
	opacity: 1;
	z-index: 600;
}

#contentF_heureDepart h7, #contentM_heureDepart h7, #contentF_tarifs h7, #contentM_tarifs h7 {
	margin-top: 25px;
	margin-bottom: 25px;
}

#img_ptRencontre {
	background-image: url('../../imgs/content/pointRencontre_fr.jpg');
	width: 416px;
	height: 317px;
}

#img_ptRencontre_mystere {
	background-image: url('../../imgs/content/pointRencontre_fr_mystere.jpg');
	background-repeat: no-repeat;
	width: 416px;
	height: 317px;
}

#map_fantomeGoogle, #map_mystereGoogle {
	text-decoration: none;
	color: #000;
}
#map_fantomeGoogle:hover, #map_mystereGoogle:hover {
	color: #3a3938;
	text-decoration: underline;
}
#map_fantomeGoogle:visited, #map_mystereGoogle:visited {
	color: #3a3938;
}

/* ------------------------------------------------------------------ */


#tem_navigation {
	width: 503px;
	height: 500px;
	/*background-color: rgba(0,0,0, 0.4);*/
	position: relative;
	left: 8px;
}
#tem_navigation #previous {
	background-image: url('../../imgs/content/TEM_btn_previous.png');
	width: 114px;
	height: 35px;
	position: absolute;
	top: 150px;
	left: -60px;
	-webkit-box-shadow:  0px 5px 10px 5px rgba(0, 0, 0, 0.35);
        box-shadow:  0px 5px 10px 5px rgba(0, 0, 0, 0.35);
	
}
#tem_navigation #next {
	background-image: url('../../imgs/content/TEM_btn_next.png');
	width: 114px;
	height: 35px;
	position: absolute;
	top: 150px;
	right: -60px;
	-webkit-box-shadow:  0px 5px 10px 5px rgba(0, 0, 0, 0.35);
        box-shadow:  0px 5px 10px 5px rgba(0, 0, 0, 0.35);
}
#tem_navigation .btnText {
	font-family: 'Alegreya', serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #edece5;
	position: relative;
	top: 7px;
}

/* ------------------------------------------------------------------ */
#contact_header {
	width: 286px;
	height: 30px;
	background-image: url("../../imgs/content/contact_logoHeader.jpg");
	position: relative;
	top: 50px;
}
#content_contact {
	position: relative;
	top: 100px;
}

#content_contact a {
	color: #000;
	text-decoration: none;
}

#content_contact a:active {
	color: #000;
	text-decoration: none;
}
#content_contact a:hover {
	text-decoration: none;
	color: #7f7c79;
}

#content_contact h5 {
	margin: 12px;
}
#contact_map {
	background-image: url('../../imgs/contact_map.jpg');
	width: 405px;
	height: 313px;
	margin-top: 15px;
}
#contactMap_iconDepart1 {
	background-image: url('../../imgs/icon_depart.png');
	width: 35px;
	height: 35px;
	position: relative;
	top: 53px;
	left: -125px;
	
}
#contactMap_iconDepart2 {
	background-image: url('../../imgs/icon_depart.png');
	width: 35px;
	height: 35px;
	position: relative;
	top:  -50px;
	left: 125px;
	
}
#contactMap_iconOffice {
	background-image: url('../../imgs/icon_office.png');
	width: 35px;
	height: 35px;
	position: relative;
	top: -10px;
	left: -35px;
}



#contact_separator {
	background-image: url('../../imgs/contact_separator.jpg');
	width: 48px;
	height: 6px;
}

#demoBox {
	width: 50px;
	height: 50px;
	background-color: #00ff00;
	position: relative;
}

/*** Body Content ***/


#box11{
    /*background-color: rgba(50,50,50, 0.5);*/
    margin-right: 3.75%;
}
#box22{
    /*background-color: rgba(100,100,100, 0.5);*/
    margin-right: 3.75%;
    pointer-events: none;
}
#box33{
   /*background-color: rgba(150,150,150, 0.5);*/
    margin-right: 3.75%;
}
#box44{
    /*background-color: rgba(200,200,200, 0.5);*/
    margin-right: 3.75%;
}
#box55{
    /*background-color: rgba(0,0,255, 1);*/
}


/* ------------------------------------------------------------------ */

/* Background layers */



#parallax-Bg-mainStreet {
	background-image: url('../../imgs/bg_ville_layer1.jpg');
	position: fixed;
	top: 0;
	left: 0;
	width: 6040px;
	height: 960px;
	background-repeat: repeat-x;
	z-index: 1;
}
#parallax-Bg-bottomPaint {
	background-image: url('../../imgs/bottom_blackPaint_tiled.png');
	background-repeat: repeat-x;
	position: fixed;
	bottom: 100px;
	left: 0;
	width: 25000px;
	height: 249px;
	z-index: 8;
	pointer-events:none;
}

#footer-blackFill {
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: #000;
	/*overflow: hidden;*/
}


/* link sections ------------------------- */

.links_click {
	text-decoration: none;
	color: #3b3b3b;
}
.links_click:visited {
	text-decoration: none;
	color: #3b3b3b;
}
.links_click:hover {
	text-decoration: none;
	color: #52504f;
}
.links_click:active {
	text-decoration: none;
	color: #3b3b3b;
}

.arrowLink {
	width: 16px;
	height: 16px;
	background-image: url('../../imgs/link_arrow.jpg');
	float: left;
	margin-right: 5px;
}


