/* bof */

/* Normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio{display:none}
canvas,video{display:inline-block;*display:inline;*zoom:1}
[hidden]{display:none}
audio[controls]{display:inline-block;*display:inline;*zoom:1}
mark{background:#FF0;color:#000}

*
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline: none;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* Font */
    font-family: "Roboto", "Crimson Text", "Georgia", "serif";
	font-weight: 400;
	font-size: 20px;
	color: #004259;
}

::selection
{
	background: #ff5f5f;
	color: #fff;
}
::-moz-selection
{
	background: #ff5f5f;
	color: #fff;
}

html,
body
{
	min-width: 320px;
	background-color: #191919;
}
body.modal-open
{
	overflow: hidden;
}
body.modal-open-mobile
{
	overflow: hidden;
	position: fixed;
}

:invalid
{
	box-shadow: none; /* FF */
	outline: 0;       /* IE 10 */
}

::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color:    #999;
}
:-moz-placeholder,
input:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder
textarea:-moz-placeholder
{
   color:    #999;
   opacity:  1;
}
::-moz-placeholder,
input::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder
{
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder,
input:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
   color:    #999;
}

a
{
	/* Font */
	color: #2E4596;
	text-decoration: none;
}
a:hover
{
	/* Font */
	text-decoration: underline;
}
a.tel
{
	display: inline-block:
	float: left;
	background-color: #2E4596;
	padding: 10px 20px;
	margin-right: 20px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/* Font */
	color: #fff;
	text-align: center;
	text-decoration: none;
}
a.tel:hover
{
	background-color: #243573;
}
a.tel.last
{
	margin-right: 0px;
}

.content
{
	padding-top: 50px;
}
.content h1
{
	margin-bottom: 30px;
}
.content.fixed
{
	padding-top: 100px;
}

.container
{
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
}
.container.blue
{
	background-color: #191919;/*2E4596;*/
}
.container.red
{
	background-color: #cc1631;/*E51937;*/
}
.container.white
{
	background-color: #fff;

	/* Font */
	text-align: center;
}

.container.red .main
{
	height: 50px;
	line-height: 50px;
}
.container.red .main, 
.container.red .main *
{
	color: #fff;
}
.container.red .main p
{
	padding-top: 5px;

	/* Font */
	font-size: 16px;
}

.container.blue h4
{
	padding-bottom: 30px;

	/* Font */
	font-size: 24px;
	font-weight: 700;
	color: #999;
}

.main
{
	width: 960px;
	overflow: hidden;

	/* Center */
	align: center;
	margin: 0 auto;
}
.full
{
	width: 100%;
}

h1
{
	/* Font */
	font-size: 39px;
	font-weight: 700;
	text-transform: uppercase;
}
h2
{
	/* Font */
	text-transform: uppercase;
}
h3
{
	/* Font */
	/*font-weight: 700;*/
}
h4
{
	/* Font */
	font-weight: 700;
	font-size: 18px;
}

.pic
{
	display: inline-block;
	float: left;
	transition: none!important;
}
.pic img
{
	float: left;
	transition: none!important;
}
.contact
{
	padding-top: 90px;
	float: right;
	width: 500px;
	transition: none!important;
}

.space
{
	margin-top: 30px;
}

.center
{
	text-align: center;
}
.button
{
	display: block;
	padding: 12px 15px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	background: rgb(157, 18, 38);
	background: -moz-linear-gradient(90deg, rgb(157, 18, 38) 0%, rgb(229, 25, 55) 70%);
	background: -webkit-linear-gradient(90deg, rgb(157, 18, 38) 0%, rgb(229, 25, 55) 70%);
	background: -o-linear-gradient(90deg, rgb(157, 18, 38) 0%, rgb(229, 25, 55) 70%);
	background: -ms-linear-gradient(90deg, rgb(157, 18, 38) 0%, rgb(229, 25, 55) 70%);
	background: linear-gradient(0deg, rgb(157, 18, 38) 0%, rgb(229, 25, 55) 70%);

	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);

	/* Font */
	color: rgb(230, 230, 230);
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
}
.button:hover
{
	background: rgb(229, 25, 55);
	background: -moz-linear-gradient(90deg, rgb(229, 25, 55) 0%, rgb(157, 18, 38) 70%);
	background: -webkit-linear-gradient(90deg, rgb(229, 25, 55) 0%, rgb(157, 18, 38) 70%);
	background: -o-linear-gradient(90deg, rgb(229, 25, 55) 0%, rgb(157, 18, 38) 70%);
	background: -ms-linear-gradient(90deg, rgb(229, 25, 55) 0%, rgb(157, 18, 38) 70%);
	background: linear-gradient(0deg, rgb(229, 25, 55) 0%, rgb(157, 18, 38) 70%);

	/* Font */
	text-decoration: none;
}

form
{
	display: inline-block;
	overflow: hidden;
}

input[type=text],
input[type=email]
{
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
}
input[type=text],
input[type=email],
textarea
{
	background: transparent;
	border: 1px solid #666;
	width: 500px;
	display: block;
	clear: both;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	margin-bottom: 10px;

	/* Font */
	color: #fff;
	font-size: 18px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus
{
	border: 1px solid #ccc;
}
textarea
{
	overflow: auto;
	height: 200px;
	resize: none;
	padding: 10px;
}
input[type=submit]
{
	background-color: #222;/*transparent;*/
	float: right;
	height: 78px;
	line-height: 76px;
	border: 1px solid #666;/*cc1631;*/
	width: 180px;
	cursor: pointer;

	-webkit-appearance: none;
	-moz-appearance: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/* Font */
	color: #999;/*cc1631;*/
	font-size: 18px;
	text-align: center;
}
input[type=submit]:hover
{
	background-color: #444;/*cc1631;*/

	/* Font */
	color: #fff;
}

.error
{
	padding-bottom: 10px;

	/* Font */
	color: #cc1631;
	font-size: 18px;
}
.success
{
	padding-bottom: 10px;

	/* Font */
	color: green;
	font-size: 18px;
}

.okto
{
	width: 100%;
	padding: 20px;

	/* Font */
	text-align: center;
}
.okto img
{
	height: 20px;
	opacity: 0.1;
}

.responsive-image
{
	display: inline-block;
	align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.responsive-image img
{
	width: 100%;
	float: left;
}

.rules
{
	padding: 50px;
	width: 100%;
}

.formulaire .left,
.formulaire .right
{
	width: 50%;
	float: left;
	padding: 100px;
}
.formulaire .left *
{
	color: #999;
}
.formulaire .contact
{
}
.formulaire h1,
.formulaire h2,
.formulaire a
{
	color: #999;
}

#top
{
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #cc1631;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#menu-bar
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #cc1631;/*E51937;*/
}

.filters
{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #222;
	background-color: #fff;
}
.filters.fixed
{
	position: fixed;
	top: 50px;
}

/* eof */
