/* --------------------------------------------------------------------------------------------
	@Package BMS QRCode 1.x
	@Copyright (c) 2013 BMS System
	@Version 1.0
	--------------------------------------------
	styles/css/main.css
	--------------------------------------------
	Fichier de styles par défaut
	-------------------------------------------------------------------------------------------
	2017-11-09	Création du fichier
---------------------------------------------------------------------------------------------*/


/*========================================================
	Importation des fichiers externes
=========================================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto');


/*========================================================
	Page
=========================================================*/
html {
	height: 100%;
}
body {
	margin: 0 auto;
	font-family: "Roboto", sans-serif !important;
	background: rgb(247, 247, 247);
	background: url(../img/background.jpg) 50% 50% no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	min-width: 320px;
	padding: 0px;
	height: 100%;
	color: rgb(130, 132, 143);
	line-height: 1; 
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	body{background: rgb(247, 247, 247);}
}


/*========================================================
	Textes
=========================================================*/
h1 {
	font-size: 24px !important;
}
h2 {
	font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
	h1 {
		font-size: 18px !important;
		margin-top: 10px;
	}
	h2 {
		font-size: 12px !important;
		margin-top: 0;
	}
}
@media only screen and (max-width: 380px) {
	h1 {
		font-size: 14px !important;
		margin-top: 10px;
	}
	h2 {
		font-size: 9px !important;
		margin-top: 0;
	}

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}


/*========================================================
	Text-Color
=========================================================*/
a, a:hover, a:active, a:visited {color: rgba(0, 0, 0, 0.6);text-decoration: none;}

.txt-color-white { color: #FFF !important; }

.facebook 		{ color: rgb(58, 88, 151) !important; }
.twitter 		{ color: rgb(29, 161, 242) !important; }
.googleplus 	{ color: rgb(234, 67, 53) !important; }
.instagram 		{ color: rgb(66, 141, 178) !important; }
.youtube 		{ color: rgb(228, 45, 39) !important; }
.soundcloud 	{ color: rgb(243, 111, 33) !important; }
.vimeo 			{ color: rgb(54, 195, 242) !important; }





/*========================================================
	Loader
=========================================================*/
#loader {
	display: block;
	background: #000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 9999998;
	opacity: 1;
	background-color: rgb(255, 255, 255);
	text-align: center;
	white-space: nowrap;
}
#loader .progress {
	margin: 0px auto; border-radius: 2px; width: 100%; height: 4px; overflow: hidden; display: block; position: relative; background-clip: padding-box; background-color: rgb(247, 247, 247);
}
	#loader .progress:before{
	  display: block;
	  position: absolute;
	  content: "";
	  left: -200px;
	  width: 200px;
	  height: 4px;
	  background-color: #239ad6;
	  animation: loading 1s linear infinite;
	}
@keyframes loading {
	from {left: -200px; width: 30%;}
	50% {width: 30%;}
	70% {width: 70%;}
	80% { left: 50%;}
	95% {left: 120%;}
	to {left: 100%;}
}
#loader .helper {
	height: 100%;
	vertical-align:middle;
	display: inline-block;
}
#loader img {
	margin: 0px auto; transform-origin: 50% 50%; vertical-align: middle; display: inline-block; max-height: 200px; max-width: 200px; animation-name: pulse_animation; animation-duration: 2500ms; animation-timing-function: ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	#loader img {max-height: 120px;max-width: 120px;}
}
	#loader img.zoom {
		-webkit-transition: all 3000ms ease-in-out;
		-webkit-transform: scale(1.5);
		-ms-transition: all 3000ms ease-in-out;
		-ms-transform: scale(1.5);   
		-moz-transition: all 3000ms ease-in-out;
		-moz-transform: scale(1.5);
		transition: all 3000ms ease-in-out;
		transform: scale(1.5);
	}







/*========================================================
	Loader
=========================================================*/
#main {
	display: block;
	margin-top: 100px;
}
	#main header {
		width: 100%;
		position: relative;
		text-align: center;
	}
	#main header .wrapper {
		margin: 0px auto;
		max-width: 640px;
		-webkit-box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24), 0px 1px 7.68px 0.32px rgba(0,0,0,0.16);
		-moz-box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24), 0px 1px 7.68px 0.32px rgba(0,0,0,0.16);
		-ms-box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24), 0px 1px 7.68px 0.32px rgba(0,0,0,0.16);
		box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24), 0px 1px 7.68px 0.32px rgba(0,0,0,0.16);
	}

	#main header .wrapper .avatar-container {
		margin: 0 20px;
		height: 360px;
		max-width: 100%;
	}

	#main section {
		width: 100%;
		float: left;
		position: relative;
		text-align: center;
	}

	#main section .wrapper {
		margin: 0px auto;
		max-width: 640px;
		padding: 10px 0;
		min-height: 56px;
		text-align: left;
		-webkit-box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24), 0px 1px 7.68px 0.32px rgba(0,0,0,0.16);
		-moz-box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24), 0px 1px 7.68px 0.32px rgba(0,0,0,0.16);
		-ms-box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24), 0px 1px 7.68px 0.32px rgba(0,0,0,0.16);
		box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24), 0px 1px 7.68px 0.32px rgba(0,0,0,0.16);
	}
	#main section.title .wrapper { color: #a3d5ee; background: #239ad6;}
	#main section.content .wrapper {color: #333;background: rgb(247, 247, 247);}
	
	#main section .wrapper .container {
		margin: 0px auto;
		padding: 0;
		text-align: left;
	}
	#main section.title .wrapper .container {
		max-width: 70%;
	}
	#main section.content .wrapper .container {
		max-width: 640px;
	}



@media only screen and (max-width: 768px) {
	#main {
		margin-top: 0;
	}
	#main header .wrapper .avatar-container {
		height: 180px;
	}
}
@media only screen and (max-width: 768px) and (max-height: 768px) {
	#main {
		margin-top: 0;
	}
	#main header .wrapper .avatar-container {
		height: 180px;
	}
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}





/*========================================================
	Table Row
=========================================================*/
table {
	-webkit-box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24);
	-ms-box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24);
	box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24);
	border-collapse: separate;
} 

table td {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

table tr td {
	padding: 20px 0;
}
table tr td.icon {
	text-align: center;
}
table tr td.name, table tr td.address {
	font-size: 16px;
}
table tr td.address span {
	font-size: 14px;
}
table tr td.name em {
	font-size: 12px;
	color: #888;
}

@media only screen and (max-width: 768px) {
	table tr td {padding: 15px 0;}
	table tr td.name, table tr td.address {font-size: 13px;}
	table tr td.address span {font-size: 12px;}
	table tr td.name em {font-size: 10px;}
	.fa-3x {font-size: 2.5em;}
}
@media only screen and (max-width: 380px) {
	table tr td.name, table tr td.address {font-size: 10px;}
	table tr td.address span {font-size: 9px;}
	table tr td.name em {font-size: 7px;}
	.fa-3x {font-size: 2em;}
}
@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}


/*========================================================
	Footer / Copyright
=========================================================*/
.copyright {
	font-size: 12px;
	color: #888;
	text-align: center;
	padding: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
	.copyright {font-size: 10px;}
}
@media only screen and (max-width: 380px) {
	.copyright {font-size: 8px;}
}
@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}















