@font-face {
	font-family: Brandon;
	src: url('../polices/brandon_light.woff') format('woff'), url('../polices/brandon_light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Brandon;
	src: url('../polices/brandon_reg.woff') format('woff'), url('../polices/brandon_reg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Brandon;
	src: url('../polices/brandon_bld.woff') format('woff'), url('../polices/brandon_bld.ttf') format('truetype');
	font-weight: bold;
	font-style: mormal;
}
body {
	background-color: #F6F6F6;
	font-family: Brandon, Arial, sans-serif;
	background-image: url(../images/pattern_body.png);
	background-repeat: repeat;
}
.text_couleur {
	color: #C00;
}
.inseccable {
	margin-right: 0.25em;
}
/* ============== Page ============== */
.questionnaire {
	background-image: url(../images/pattern_degrade.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 20px;
	margin: 20px 0px;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2em;
	color: #000;
	overflow: hidden;
}
.titre_l1 {
	font-size: 38px;
	font-weight: bold;
	color: #D4AF37;
	line-height: 38px;
}
.titre_l2 {
	font-size: 38px;
	font-weight: 300;
	line-height: 38px;
}
.decor {
	background-image: url(../images/decor1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 15px 0px;
	height: 13px;
	clear: both;
}
.btn_aller_a {
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
}
.btn_aller_a a {
	width: 26px;
	height: 26px;
	border: solid 1px #999;
	color: #BBB;
	line-height: 26px;
	margin-right: -1px;
	font-size: 16px;
	text-decoration: none;
}
.btn_aller_a a:hover, .btn_aller_a .actuelle {
	color: #000;
}
.libelle {
	margin: 0px 0px 20px;
}
.libelle2, .questionnaire label.libelle2, .nuage {
	padding: 15px;
	margin: 5px 0px 20px;
	background-color: rgba(256, 256, 256, 0.3);
	border: 1px solid #777;
	display: block;
}
.nuage .mot {
	text-transform: uppercase;
	color: #FFF;
	background-color: #999;
	margin: 3px 3px;
	padding: 2px 5px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
}
.nuage .mot.open {
	background-color: #099;
}
.questionnaire form {
	margin: 0px;
	padding: 0px;
}
.questionnaire label {
	cursor: pointer;
	display: inline-block;
	margin: 5px;
}
.questionnaire input[type=text], .questionnaire textarea {
	font-family: Brandon;
	font-weight: normal;
	font-size: 20px;
	color: #444;
	width: 408px;
	margin: 10px 0px;
	padding: 0px 10px;
	background-color: rgba(256, 256, 256, 0.3);
	display: inline-block;
}
.questionnaire input[type=text] {
	height: 48px;
}
.questionnaire textarea {
	height: 200px;
	padding: 10px;
}
.questionnaire input[type=radio] {
	margin: 7px;
}
.questionnaire .bouton {
	font-family: Brandon;
	font-weight: normal;
	font-size: 20px;
	width: auto;
	min-width: 108px;
	padding: 12px 20px 10px;
	margin: 0px;
	background-color: #D4AF37;
	color: #FFF;
	text-transform: uppercase;
	box-sizing: content-box;
	line-height: 1.2em;
	border: 1px solid #777;
}
.questionnaire a.bouton {
	display: inline-block;
	text-decoration: none;
}
.questionnaire .retour {
	text-transform: uppercase;
	font-size: 14px;
	width: 148px;
	float: left;
	height: 48px;
	margin-top: 50px;
	background-color: rgba(256, 256, 256, 0.3);
	color: #777;
	line-height: 48px;
	font-weight: normal;
	border: 1px solid #777;
	text-decoration: none;
}

/* ============== Media Queries ============== */

/* ============== Smartphones ============== */
@media only screen and (max-width: 999px) {
/* Structure */
.container, .unique {
	width: 320px;
}
/* Fin structure */
.questionnaire {
}
.questionnaire form {
}
.questionnaire input[type=text], .questionnaire textarea {
	width: 258px;
}
}
