/* 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;
}

/*---- Style ----*/
a,a:visited {
	color: #fff;
}
a:hover{
	text-decoration: none;
	color: #ccc;
}
img{
	max-width: 100%;
	height: auto;
	width: auto;
	box-sizing: border-box; 
}
html {
	height: 100%;
	 margin:0;
	 padding:0;
	 /*background: url(img/bg-body2.jpg) no-repeat center fixed;*/
	 background: transparent url(img/bg-body.jpg) no-repeat center fixed;
	 -webkit-background-size: cover;
	 background-size: cover;

}
body{
	height: 100%;
	position: relative;
	line-height: 1.6em;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px #1A1A1A;
}
#page{
	min-height: 100%;
	position: relative;
	max-width: 1920px;
}
#header{
	position: absolute;
	top: 0;
	height: 140px;
	width: 100%;
	text-align: center;
}
#main{
	position relative;
	padding-top: 140px;
  	padding-bottom: 100px;
}
#footer {
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.logo{
	margin-top: 24px;
}
.mojo{
	/*font-size: 1.4em;*/
	font-size: 1.2em;
    text-align: center;
    /*padding: 35px 150px;*/
    /*padding:3% 10%; */
    padding:5px 10%;
}
.contact{
	text-align: center;
}
.infoContact{
	display: inline-block;
    width: 100%;
    padding: 5px 10px;
}
.bloc-contact{
	/*text-align: left;*/
	display: inline-block;
	width: 480px;
	/*max-width: 500px;
	max-height: 200px;*/
	/*padding: 5px 30px;*/
	/*padding: 2%;*/
	    padding: 5px 2%;
	border: 1px dotted rgba(255, 255, 255, 0.6);
}
.name{
	font-size: 1.2em;
}