@import url(/questionnaire/javax.faces.resource/poll/template.css.jsf?ln=css);
* {
	box-sizing: border-box;
}
html{	
	margin:0;
	padding:0;
}
body {
	font-size: 1em;
	font-family: Arial,sans-serif;
	line-height: 1.5;
	background:#fafafa;
	color: #444;
	margin:10px 0px 0px 0px;
	padding:0;
}
textarea {
	font-size: 1em !important;
}

h2.merci{
	font-weight:bold;
	font-size:1.4em;
	background:rgba(0, 0, 0, 0) url("../img/merci.png") no-repeat scroll left top / 100% auto;
       padding: 0 0 0 0;
}

#displayedNps {
	margin-bottom: 30px;
	text-align: center;
	color: #E4004D;
font-weight: bold;
font-size: 1.5em;
}

#container{
	width:100%;
	max-width:700px;
	background-color:#FFFFFF;
	margin: 0px auto 0px;
	min-height:700px;
	position:relative;
	box-shadow:0 5px 20px #aaa;
}

#container #title {
	width: 100%;
	margin: 15px 0;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px solid #000000;
	float: left;
}

.question .title .chip {
	display: inline-block;

	width: 30px;
	height: 30px;
	line-height: 25px;
	margin-right: 5px;

	text-align: center;
	font-weight: bold;

	border: 2px solid #84bd06;
	border-radius: 50%;
}

#container #header img{ width: 100% }
#container #footer {
	width:100%;
	margin: auto;
	margin-bottom: 5px;
	font-size: 0.55em;
	color: #7a7a7a;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

#container #content{
	width: 100%;
	margin: auto;
	padding: 25px;
}

#container #content .subquestion {
	width: 80%;
	margin: auto;
}

#container #content #introduction {
	margin-bottom: 15px;
}

#container #content #bandeau {
	height: 200px;
	width: 98%;
}

.commentaire{
	width: 100%;
	margin: 0;
	margin-bottom: 25px;
}

.qo {
	float: none;
}

.question {
	width: 100%;
	margin: 0;
}

#container .rf-msg, #container .rf-msgs {
    font-family: Arial,sans-serif;
    font-size: 1em;
    margin-left: 12px;
    text-align: left;
}

.nps-container {
	margin-top: 20px;
}

.radio-input-table input[type="radio"] {
	position: relative;
	top: 8px;
}

.radio-input-table .radio-label {
	top: -40px;
	font-weight: bold;
}

.legend-container {
	position: relative;
	top: -12px;

	width: 100%;
	height:30px;
	padding: 0 5px;

	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

#q2 {
	margin-top: 15px;
}

.qo textarea {
	width: 100%;
	margin: 0;
	background-color: transparent;
	background-image: none;
	border: 2px solid #9e9e9e;
	padding: 5px;
}

.form input[type=submit], .form input[type=submit]:hover{
	display:block;
	width: 100px;
	height: 50px;
	margin : auto;

	border-radius:5px;

	background-image: none;
	background-color: #E4004D;
	border: 1px solid #E4004D;

	font-size: 1em;
	color: #FFF;

	font-size: 13px;
	text-transform:uppercase;
	font-weight: bold;
}

.boutongifi{
	display:block;
	width: 100px;
	height: 50px;
	margin : auto;
        line-height: 50px; 

	border-radius:5px;

	background-image: none;
	background-color: #E4004D;
	border: 1px solid #E4004D;

	font-size: 1em;
	color: #FFF;

	font-size: 13px;
	text-transform:uppercase;
	font-weight: bold;
}

#q2-amelioration .question {
	padding: 0px;
}

@media (max-width: 699px) {
	body {
		margin: 0px;
	}
}

@media (max-width: 550px) {
	#content {
		padding: 1%;
	}
}
#tmpSave { display: none; width: 0px; height: 0px; position: fixed; left: -100px; top: -100px; }

.merci {font-size: 1.6em; color:#e4004d;text-align:center;margin-top : 20px; font-weight: bold; padding:65px 0}
.logo-merci { text-align:center; margin-top: 20px; }

.social a img{ 
width: 33%;
 }


@media (max-width: 400px) {
	.social a img{
        width: 75%;
         }
}


