/* COLOR -------------------------------------------------------------------------------------------- */
/* #444444 gris */
/* #bf2820 rouge */
/* #f4d234 jaune */
/* -------------------------------------------------------------------------------------------------- */

/* FONTFACE ----------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */

/* HTML5 Boilerplate -------------------------------------------------------------------------------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.hidden{display:none!important}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;white-space:inherit}.invisible{visibility:hidden}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before{background:0 0!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999}thead{display:table-header-group}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}

*{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;	box-sizing:border-box;}
.hidden{display:none!important}
.visible{display:block!important}
.fix { position: fixed; }

@viewport {
	width: device-width;
	zoom: 1;
}
.msgalert {
	z-index: 2000;
	position: absolute;
	display: block;
	top: 40%;
	left: 50%;
	margin: 0;
	padding: 20px;
	font-size: 1.4em;
	color: #444444;
	background: #fff;
	border: 1px solid #3a4336;
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);	
}
/* -------------------------------------------------------------------------------------------------- */

/* BODY --------------------------------------------------------------------------------------------- */
html, body {
	min-height: 100%;
	/*height: auto !important;*/
	height: 100%
}
body {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	/*-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;*/
	background-image: url("rep/rep_site/bg.png");
}
body, button, input, select, textarea { font-weight: normal; color: #444444; }
/* -------------------------------------------------------------------------------------------------- */

/* CONTAINER ---------------------------------------------------------------------------------------- */
#container {
	z-index: 1;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
	height: auto;
	height: auto !important;
}

.box_container {
	z-index: 10;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin: 20px auto;
	width: 700px;
	height: auto;
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);	
}
@media only screen and (max-width: 750px) {
.box_container {
	bottom: 0;
	margin: 0 auto;
	width: auto;
	height: auto;
}
}
/* -------------------------------------------------------------------------------------------------- */
