@font-face {
    font-family: 'barlow';
	font-display: auto;
    src: url('../fonts/Barlow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlow';
	font-display: auto;
    src: url('../fonts/Barlow-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'barlow';
	font-display: auto;
    src: url('../fonts/Barlow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'barlowLight';
	font-display: auto;
    src: url('../fonts/Barlow-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlowExtraLight';
	font-display: auto;
    src: url('../fonts/Barlow-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlowMedium';
	font-display: auto;
    src: url('../fonts/Barlow-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlowSemiBold';
	font-display: auto;
    src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlowExtraBold';
	font-display: auto;
    src: url('../fonts/Barlow-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*============================ Balises fixes ============================*/
html, body {
	height:100%;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
	font-size: 15px;
	font-family: 'barlow', Arial,sans-serif;
}
label {
	font-weight:normal;
}

/* HEADER
-------------------------*/

#header {
	height:340px;
	margin:0px;
	padding:0px 0 50px 0;
	background-color: #F3F7FA;
	color:#3a4758;
}
#header_bg {
	margin:0px;
	padding:0px;
	height:460px;
	position:relative;
	background-color: transparent;
	background-image: url(../images/gz/banniere-greeniz.png);
	background-repeat:no-repeat;
	background-position:center -55px; 
	-webkit-background-size: auto 100% ;
	background-size: auto 100% ;
}

	#header h1 {
		font-weight: bold;
		font-size:55px;
		text-align:left;
		margin:80px 0 30px 0;
		padding:0px;
		color:#0cbdab;
		position:relative;
	}	
	#header .ballon {
		width:57px;
		height:66px;
		position:absolute;
		right:-20px;
		top:-60px;
	}
	#header p {
		font-size:20px;
		line-height:30px;
		text-align:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	#header p a {
	}
	#header_logo {
		position:absolute;
		top:10px;
		left:10px;
		width:150px;
	}
	
	
/* Formulaire
----------------------------*/
.section_titre {
	margin:30px 0px 0px 0px;
	
}
.etoile_texte {
	display:block;
	margin-top:50px;
}
legend.section_titre_legende {
	color:#3a4758;
	font-size:33px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #0cbdab;
}
.question {
	margin-top:20px;
}
.question_titre {
	font-size:15px;
	margin:0px 0px 10px 0px;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-left:0px;
}
.radio input[type="radio"], .radio-inline input[type="radio"] {
	margin-left:0px;
}
.radio-inline, .checkbox-inline {
	padding-left:0px;
}
.radio-inline label {
	padding-left:20px;
}
.btn {
	font-weight:normal;
	padding:8px 20px;
	margin-bottom:15px;
	font-size:1em;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	-webkit-border-radius:	2px;
	-moz-border-radius: 	2px;
	-ms-border-radius: 		2px;
	-o-border-radius: 		2px;
	border-radius: 			2px;
	border:none;
	outline:none;
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;	
	-webkit-transition: all 0.25s ease-out;	
	-moz-text-shadow:	none;  
	-webkit-text-shadow:none;  
	text-shadow: 		none;
	text-transform:none;

}
	.btn:hover,
	.btn:active,
	.btn:active:hover,
	.btn:active:focus,
	.btn:focus
	{
		text-decoration:none;
		outline: none;
		box-shadow: 		0 5px 10px 0 rgba(42, 42, 42, 0.1);
		-moz-box-shadow:    0 5px 10px 0 rgba(42, 42, 42, 0.1);
		-webkit-box-shadow: 0 5px 10px 0 rgba(42, 42, 42, 0.1);
	}
	.btn.btn-link:hover,
	.btn.btn-link:active,
	.btn.btn-link:focus
	{
		outline: none;
		box-shadow: 		none;
		-moz-box-shadow:    none;
		-webkit-box-shadow: none;
	}
.btn-primary {
	font-size:22px;
	background:#0cbdab;
	border:2px solid #0cbdab;
	color:#fff;
}
	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:active:hover,
	.btn-primary:active:focus,
	.btn-primary:focus
	{
		background:#059585;
		border:2px solid #059585;
		box-shadow: 		0 3px 10px 0 rgba(194, 17, 57, 0.17);
		-moz-box-shadow: 	0 3px 10px 0 rgba(194, 17, 57, 0.17);
		-webkit-box-shadow:	0 3px 10px 0 rgba(194, 17, 57, 0.17);
	}

/*
==========================================================================================
================================= Bootstrap ==============================================
==========================================================================================*/

/* XS
----------------------------*/
@media (max-width: 767px) {


	
}

/* SM
----------------------------*/
@media (min-width: 768px) {


}

/* MD
----------------------------*/
@media (min-width: 992px) {

	
}

/* LG
----------------------------*/
@media (min-width: 1200px) {


}


