/*

 Author:       Frédéric Beaulieu Escape Communication
 
 Table of content
 
 1.0 - Overlay (popup)
 2.0 - Youtube Video (responsive)
 3.0 - Header & Typo
 4.0 - Graphic elements
 5.0 - Helpful Class
 5.0 - Navigation


 0.0 - Media Queries





*/



/* ---------->>> 1.0 - Overlay (popup) <<<-----------*/ 

#overlay{
	width:100%;
	height:100%;
	z-index:999;
	position:fixed;
	text-align:center;
	/*background-color:rgba(100,100,100,0.6);*/
	background-image:url('../images/trans_70.png');
}
.o_inner{
	width:40%;
	height:auto;
	position:relative;
	background-color:#000;
	margin:auto;
	margin-top:15%;
	padding:32px;
	border-radius:15px;
	moz-border-radius:15px;
	saf-border-radius:15px;
	o-border-radius:15px;
	webkit-border-radius:15px;
	box-shadow:10px 10px 5px #333;
	moz-box-shadow:10px 10px 5px #333;
	o-box-shadow:10px 10px 5px #333;
	saf-box-shadow:10px 10px 5px #333;
	webkit-box-shadow:10px 10px 5px #333;
}
.o_content{
	margin-bottom:40px;
}
.o_content img{
	width:100%;
	height:auto;
}
.o_nav a{
	line-height:32px;
}
.o_nav p{
	width:50%;
	float:right;
	text-align:right;
}
.o_nav p:last-child{
	width:50%;
	float:left;
	text-align:left;
}
.o_nav .close{
	line-height:15px;
	position:relative;
	left:20px;
}
.o_nav .go{
	line-height:15px;
	position:relative;
	right:20px;
}
.nav-btn-link{
	text-decoration: none!important;
	color:#00F1FF!important;
}


/* ---------->>> 2.0 - Youtube Video (responsive) <<<-----------*/ 

.embed-container{ 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* bg video responsive */
#bg_video {     
	position: relative!important;
    padding-bottom: 56.25%!important;
    height: 0!important;
    overflow: hidden!important;
    max-width: 100%!important; 
}
#bg_video video{	
	position: absolute!important; 
	top: 0!important; 
	left: 0!important; 
	width: 100%!important; 
	height: 100%!important; 
}


/* Toogle DJ */
.dj {
    display: none;
    padding-bottom: 36px;
}



/* Utilities class */
.align-center{
	text-align: center!important;
}
.align-left{
	text-align: left!important;
}
.align-right{
	text-align: right!important;
}


/* ---------->>> 3.0 - Header & Typo <<<-----------*/ 

h1 {
    margin-bottom: 24px;
    margin-top: 12px;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-size: 38px;
    line-height: 40px;
	font-weight: 400
}
h2 {
    margin-bottom: 12px;
    margin-top: 12px;
    font-family: 'Dosis', sans-serif;
    font-size: 29px;
	font-weight: 400
}
h3 {
	margin-bottom: 12px;
    margin-top: 12px;
	font-size: 20px;
	font-family: 'Dosis', sans-serif;
	font-weight: 400
}
h4 {
	margin-bottom: 12px;
    margin-top: 12px;
	font-size: 20px;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
    color:lightgrey;
    font-style: italic;
}
blockquote {
	font-size:24px;
	font-family: 'Dosis', sans-serif;
	margin-bottom:16px;
	}
p{
	margin-bottom:24px;
	font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 22px;
	font-weight: 400
}
p b,
p strong{
	color:#00F1FF;
}
ol b,
ol strong{
	color:#00F1FF;
}
a:link, a:active, a:visited {
    color: #FFF;
    text-decoration: underline;
}
a:hover {
    color: #00F1FF;
}
ul, ol {
	margin-bottom:24px;
	font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 19px;
	font-weight: 400;
    list-style-position: inside;
}


/* ---------->>> 4.0 - Graphic elments <<<-----------*/ 


.accueil-bg{
	/*background-image:url(../images/photobooth.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;*/
	
}

.animateur{
	margin-bottom:10px;
}

.animateur a{
	margin-bottom: 10px;
	margin-top:10px;
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}
.animateur img{
	margin-bottom: 30px;

}
.animateur ul{
	padding-left:40px;
}

.dj{
	margin-top:10px;
}

/* Page animatin-dj-video*/

.video-section .colonne{
	margin-bottom:20px;
	
}


.top_info{
    color: #FFF;
    z-index: 102;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 7px #666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
    zoom: 1;
}



.footer{
	width:100%;
	background-color:#000;
	height:24px;
	display:block;
	text-align:center;
}
.footer p{
	color:#fff;
	font-size:10px;
}

form input, form textarea, form select{
	margin-bottom: 24px;
    width: 100%;
    color: #000;
    border-radius: 8px;
    moz-border-radius: 8px;
    webkit-border-radius: 8px;
    o-border-radius: 8px;
    saf-border-radius: 8px;
    background-color: #FFF;
    padding-left: 8px;
	line-height:2.5em;
	margin-top:5px;
}

form label{
	font-size:16px;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
	margin-bottom:10px;
}


/* ---------->>> 5.0 - Helpful Class <<<-----------*/ 

.no-pads{
	padding:0px!important;
}
.mini-pads{
	padding:10px!important;
}

.align-center{
	text-align: center!important;
}
.align-left{
	text-align: left!important;
}
.align-right{
	text-align: right!important;
}

/* ---------->>> 6.0 - Navigation <<<-----------*/ 


	

/* ---------->>> 0.0 - Media queries <<<-----------*/ 

@media (max-width: 680px) {
	.hide600{
		display:none;
	}
}

@media (max-width: 1180px) {
	.o_inner{
		width:70%;
		margin-top:20%;
	}
}

@media (min-width: 1180px) {

}

@media (min-width: 1180px) {

}

