/* ******************** FONT FACE ******************** */
@font-face {
    font-family: '20_dbregular';
    src: url('style/20db/20db-webfont.eot');
    src: url('style/20db/20db-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/20db/20db-webfont.woff') format('woff'),
         url('style/20db/20db-webfont.ttf') format('truetype'),
         url('style/20db/20db-webfont.svg#20_dbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'existencelight';
    src: url('style/existence_light/Existence-Light-webfont.eot');
    src: url('style/existence_light/Existence-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/existence_light/Existence-Light-webfont.woff') format('woff'),
         url('style/existence_light/Existence-Light-webfont.ttf') format('truetype'),
         url('style/existence_light/Existence-Light-webfont.svg#existencelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: 	url('style/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
  src: 	url('style/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('style/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('style/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('style/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('style/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ******************** ALL ******************** */
* {
	padding: 0;
	margin: 0;
		/* -webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
        	box-sizing: border-box; */
    color: white;
}

/* ******************** BODY ******************** */
body {
	background: black url("img/wallpaper.png") fixed no-repeat center;
	background-size: cover;
	padding-top: 160px;
}

/* ******************** HEADER ******************** */
header {
	margin: auto;
	background: url("img/background.jpg") repeat;
	background-color: rgba(0, 0, 0, 1);
	position: fixed;
	top: 0;
	height: 140px;
	width: 100%;
		-moz-box-shadow: 0px 2px 50px #555; 
  		-webkit-box-shadow: 0px 2px 50px #555; 
  	box-shadow: 0px 2px 50px #555; 
}

/* Titre */
#title h1 {
	text-align: center;
	font-family: "20_dbregular", impact, "Arial Black", Arial, Verdana ;
	font-size: 4em;
	text-shadow: 1px 1px 2px black, 0 0 20px white, 0 0 5px rebeccapurple;
}

#title a {
  text-decoration: none;
}

/* Navigation */
#nav {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding-bottom: 10px;
}

#nav li {
	min-width: 150px;
	text-align: center;
	padding: 10px 0;
	font-family: existencelight, 'Trebuchet MS', Helvetica, sans-serif;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	font-size: 1.2em;
}

#nav li:hover {
	transition: 1s;
	background: rgba(250, 0, 0, 0.4);
	border-radius: 30px 10px;
		-moz-box-shadow: 10px 10px 60px #333;
  		-webkit-box-shadow: 10px 10px 60px #333;
  	box-shadow: 10px 10px 60px #333;
}


/* ******************** PAGE / CONTENU ******************** */
#page {
	padding: 20px;
}

/*  WELCOME  */

#welcomecont {
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
		-moz-box-shadow: 0px 1px 10px #555; 
  		-webkit-box-shadow: 0px 2px 10px #555; 
  	box-shadow: 0px 1px 10px #555; 
}

#welcomeconte {
		max-width: 1000px;
		padding: 20px;
		margin: auto;
		color: white;
		font-family: existencelight, 'Trebuchet MS', Helvetica, sans-serif;
}

#welcomecont h1 {
	font-size: 2em;
	font-family: "20_dbregular", impact, "Arial Black", Arial, Verdana ;
}

#welcomecont p {
	font-size: 2em;
	text-align: center;
}

#welcomeconte .welcomet p {
	font-size: 1.5em;
	text-shadow: 5px 5px 10px white;
}

/*  SECTIONS  */
.section {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	min-height: 300px;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 10px;
	padding: 10px;
}

.section .img {
	max-height: 300px;
	border-radius: 10px;
}

.section h1 {
	font-family: "20_dbregular", impact, "Arial Black", Arial, Verdana ;
	font-size: 1.5em;
	font-weight: bolder;
}

.section p {
	text-align: justify;
	font-family: existencelight, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
}


/*  SECTIONS 1/2  */
.section:nth-child(2n+1) .img {
	float: right;
	margin-left: 10px;
}

.section:nth-child(2n+1) h1 {
	text-align: right;
}


/*  SECTIONS 2/2  */
.section:nth-child(2n+0) .img {
	float: left;
	margin-right: 10px;
}

.section:nth-child(2n+0) h1 {
	text-align: left;
}

.sectionmouse {
	background: rgba(0, 0, 0, 0.9);
}


/* ******************** BUY TICKET ******************** */
#buyticket {
	background: rgba(0, 0, 0, 0.9);
	border-radius: 10px;
	max-width: 1000px;
	padding: 10px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;

}
.buy input, select, select option{
		color: black;
}
.buy {
	max-width: 500px;
	padding: 10px 20px;
	margin: auto;
	font-family: existencelight, 'Trebuchet MS', Helvetica, sans-serif;
	color: white;
	display: inline-block;
	vertical-align:top;

}
.buy h1 {
	font-family: "20_dbregular", impact, "Arial Black", Arial, Verdana ;
	font-size: 1.5em;
	color: white;
}

.buy p {
	color: white;
	text-align: justify;
}

.buy form p {
	padding-left: 10px;
}

.buy form label {
		color: white;
}

.buy select {
	width: 200px;
	font-size: 1em;
	padding: 10px;
	font-family: existencelight, 'Trebuchet MS', Helvetica, sans-serif;
	margin-top: 10px;
}

.buy input[type=submit] {
	width: 100px;
	font-size: 1em;
	padding: 10px;
	font-family: existencelight, 'Trebuchet MS', Helvetica, sans-serif;
	margin-top: 10px;
}


/* ******************** FOOTER ******************** */

/* Global */
footer{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	font-family: existencelight, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1em;
		-moz-box-shadow: 0px 2px 50px #555; 
  		-webkit-box-shadow: 0px 2px 50px #555; 
  	box-shadow: 0px 2px 50px #555; 
}

#fotter_contener {
	display: flex;
	max-width: 1040px;
	margin: auto;
}

/* Compart */
.fcontener_div {
	border-right: 3px solid white;
	border-left: 3px solid white;
	text-align: center;
	margin: 10px;
	padding: 10px 0;
	flex: 1;
	background-color: rgba(255, 255, 255, 0.1);
}
.fcontener_mouse {
		background-color: rgba(255, 255, 255, 0.2);
}


/* TEXT */
.fcontener_div h1{
	font-size: 1.2em;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#fotter_contener a {
	text-decoration: none;
}

/* ABOUT */

/* MAILING */
input[placeholder], [placeholder], *[placeholder] {
    color: black;
}

input[type=email] {
    width: 80%;
    padding: 10px;
    margin: 0;
    border: none;
    border-radius: 2px;
	font-family: existencelight, 'Trebuchet MS', Helvetica, sans-serif;
}

#mailing input[type=submit] {
    width: 50%;
    background-color: white;
    font-family: existencelight, 'Trebuchet MS', Helvetica, sans-serif;
    color: black;
    padding: 5px;
    margin: 10px 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

#mailing input[type=submit]:hover {
    background-color: rgba(220,220,220,1);
    cursor: pointer;
}


/* ROBOZZLE */
#Robozzle img {
	width: 50px;
	border-radius: 15px;
}


/* SOCIAL © http://fontawesome.io/*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8em;
  margin: 10px;
}

.fa:hover {
	color: red;
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

/* ******************** COPYRIGHT ******************** */
#copyright{
	display: inline-block;
	height: 20px;
	width: 100%;
	background-color: rgba(0, 0, 0, 1);
	font-family: existencelight, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}