/* 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;
}


*, html{
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

@font-face {
    font-family: 'Cremona Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Cremona Regular'), url('cremona_regular_ttf-webfont.woff') format('woff');
}

/* reset tailles typos */
html, body {
	font-size: 62.5%; 
}
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.3;
  font-weight: 400;
  font-family: "Cremona Regular", "Arial", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align:center;
}


b, strong{
	font-weight:bold;
}

.clear{
	clear:both;
}
.clearer:before,
.clearer:after {
	content: "";
	display: table;
}

.clearer:after{
	clear: both;
}


img {
    max-width: 100%;
    height: auto;
}


/* TITRES */

h1, h2, h3, h4, h5, h6 {
  /*font-weight: 300;*/ font-weight:bold;}
h1 { font-size: 2rem; line-height: 1.2;  /*letter-spacing: -.1rem;*/}
h2 { font-size: 1.5rem; line-height: 1.2;/* letter-spacing: -.1rem; */}
h3 { font-size: 1.4rem; line-height: 1.3;  /*letter-spacing: -.1rem;*/ }
h4 { font-size: 1.2rem; line-height: 1.35; /*letter-spacing: -.08rem; */}
h5 { font-size: 0.8rem; line-height: 1.5; /* letter-spacing: -.05rem; */}
h6 { font-size: 0.5rem; line-height: 1.6; /* letter-spacing: 0; */}

h1.titreprincipal {
	margin:50px 10px 40px 10px;
	color:#666666;
	font-size:2.1rem;
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.4rem; }
  h5 { font-size: 1.2rem; }
  h6 { font-size: 1rem; }

	h1.titreprincipal {
		margin-top:90px;
		font-size:2.4rem;
	}



}



}

/* Large devices (laptops/desktops, 1000px and up) */
@media only screen and (min-width: 1000px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	h1 { font-size: 3rem; font-weight:normal;}
	h2 { font-size: 1.8rem; }
	h3 { font-size: 1.6rem; }
	h4 { font-size: 1.5rem; }
	h5 { font-size: 1.5rem; }
	h6 { font-size: 1.3rem; }

	h1.titreprincipal {
		margin-top:140px;

	}
}
/*************************************************************/




html, body { height: 100% }
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /*overflow:hidden;*/
    color:#E85500;
	
}


.wrapper{
	display:table;
	width:100%;
	height:100%;
text-align:center;	
}

.wrapper .bloc{
	display:table-cell;
	vertical-align:middle;
	height:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}
.wrapper .bloc .bloc_contenu{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:80%;
	max-width:500px;
}


