/* 
    Created on : 09-oct-2014, 12:12:09
    Author     : MN0012
*/
body {
	margin:0;
    background: #9bcd3ea8;
    color: #686868;
	font-size: 11px;
    font-family: "Verdana", Helvetica, Arial, sans-serif;
}

body, html { height: 100%; }

* { outline: none; }	

img, a img, fieldset { border: 0; }

div {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul, ol {
        list-style-type: none;
        margin: 0;
        padding: 0;	
}

input, textarea {
    background: none repeat scroll 0 0 #efeded;
    border: 1px solid #d8d7d7;
    margin: 3px 0 5px;
    padding: 3px;
}

/*@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KaushanScriptRegular';
    src: url('../fonts/KaushanScript-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

.logo {	
	flex: 1 1 50%;
}	
.members{
            position:absolute; bottom:0;
            right:5px;
            text-align: right; color: #953735; text-transform:uppercase;  
            font-size: 10px; font-weight: bold; letter-spacing: 3px;
    }
.user {	padding-right:  5px; float: right; margin: 0; }
#page { background: #FFFFFF ; background-position: top center; margin: 0 auto; width: 100%; min-width:500px; float: center; }
#header-wrapper, #slider-wrapper, #footer-wrapper { margin:0 auto; width: 100%;}
#header {
    height: 100px; 
    width: 100%;
    display:flex;
    align-items: center
}
#header .title{
    color: #9bcd3e;
    font-size: 20px;
    padding-right: 20px;
}
#header-left { 
                position:relative;
                padding-right: 0px; float: right; margin: 0;
                height: 100px; 
                width:400px;
        }
#menu { 	/* Bandeau MENU */
    height: 38px; 
	width: 100%; 
	min-width:500px;
	margin: 0; 
	background : #9bcd3ea8;
	padding: 0;
}
#menu_login { 
	padding-top: 8px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #000; 
}
#menu_login *		{ float:left;  } 
#menu_login p		{ 
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	vertical-align: middle;
}
#menu_login input.txtfield	{ font-size: 12px; color: #000; background: #ddd; font-weight: normal; font-family: Arial, Helvetica, sans-serif; border-style: none; padding:0px 0px 0px 3px;}

#menu_login .bouton { 
	background-color: #aaa;
	border: 0 none;
	height: 25px;
	margin-top: -2px;
	width: 50px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 5px;
	border-radius: 5px;
}

#content 
{		
	width: 100%;
	background-color: #9bcd3ea8;
	padding: 0;
	padding-top: 0px;
	overflow: auto;
}
#accueil {
    margin-bottom: 100px;
    margin-top: 40px;
}

element.style {
    color: #b6956a;
}
#accueil h2 {
    color: #eeeeee;
    font-family: "KaushanScriptRegular",Arial,sans-serif;
    font-size: 80px;
    font-weight: normal;
    margin: 0;
}

#footer {
    bottom: 0;
    height: 25px;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

#powered {
    float: left;
    margin-top: 0;
    opacity: 1;
}


.t-copy {
    color: #686868;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    word-spacing: normal;
}

.t-copy p span {
    color: #a00000;
}
.t-copy p span, .t-copy a {
    color: #000;
}

#powered h2 {
    color: #ffffff;
    font-family: "KaushanScriptRegular",Arial,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding-left: 20px;
    text-shadow: none;
}

#accueil center span.error{
    color: red;
}

/*-------------------ESTILOS ENCUESTAS-------------------*/

.enquete{
    width:100%;
    overflow:auto;
    text-align:center;
}

.enquete-title{        
    padding: 5px;
    text-align:right;
    background: none repeat scroll 0 0 #9bcd3e;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-bottom:10px;
    color:#FFFFFF;
}

.question_block{
    width:50%;
    border: 2px solid;
    border-radius: 25px;
    display: table;
    margin: 0 auto;
}

.enquete div.out{
    display:none !important;
}

div.block-title{
    text-align:left;    
    padding: 10px 20px ; 
    background-color: #9bcd3ea8;
    border-radius: 23px 23px 0 0;
}

div.block-title label:not(.pager){
    font-size: 24px;
    font-style: normal;
    font-weight: normal;  
    padding-left:10px;
    width:85%;
    color:#686868;
}

div.question-title{
    text-align:left;
    display:table-row;
    margin: 10px 85px ; 
}

div.question-title label{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;  
    padding-left:30px;
}

div.separator{
    border-top:1px solid #737373;
    margin:0px auto;
}

label.pager{
    text-align:right;
    left: 92%;
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    cursor:pointer;
    color:#686868;
}

label.pager-down{
    text-align:center;    
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 20px;
}

.question{
    margin:20px;
}

.radio-answer{
    text-align:left;
    margin-left:50px;
    margin-top:5px;
    margin-bottom:5px;
}

.radio-answer label{
    padding-left:10px;
    position: relative;
    top: -2px;
}

.textarea-answer{
    text-align:left;
    margin-left:50px;
    margin-top:5px;
    margin-bottom:5px;
}

.textarea-answer textarea{
    width:750px;
}

.button-forward::after{
    border-left: 2px solid #848684;
    border-top: 2px solid #848684;
    content: "";
    cursor: pointer;
    display: block;
    height: 9px;
    position: relative;
    right: -900px;
    top: -19px;
    transform: rotate(135deg);
    width: 9px;
}

.button-forward.hidden, .button-back.hidden{
    visibility: hidden;
}

.button-back::before{
    border-bottom: 2px solid #848684;
    border-right: 2px solid #848684;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 9px;
    left: 830px;
    position: relative;
    top: -1px;
    transform: rotate(135deg);
    width: 9px;
}

.form-button{
    padding-top: 10px;
    text-align: right;
    width: 75%
}

.form-button input, .page-button{
    background-color: #9bcd3ea8;
    /*border: 2px solid #737373;*/
    border-radius: 25px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    font-size: 1.4em;
}
.page-button.button-forward{
    border-radius: 0px 25px 25px 0px;    
}
.page-button.button-back{
    border-radius: 25px 0px 0px 25px;    
}

div.thank{
    font-size: 25px;
    width:55%;
    text-align:right;
    padding-top: 100px;
}

input[type="radio"]{
    visibility:hidden;
}
input[type="checkbox"] {
  visibility: hidden;
}
.checkbox-label{
    cursor: pointer;
}
.square-checkbox-wrapper.checked .square-checkbox-mask {
    background-color: #9bcd3e;
}
.square-checkbox-mask {
    background-color: transparent;
    border: 0 solid #8a8a8a;
    border-radius: 0;
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 0.3s ease-out 0s;
    width: 15px;
}

.square-checkbox-wrapper {
    background-color: #fff;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    display: inline-block;
    height: 15px;
    margin-left: 12px;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
    vertical-align: -2px;
    width: 15px;
    cursor:pointer;
}