
        
        /* general */
        @charset "UTF-8";

/* test */ 

@font-face {
	font-family: "Helvetica neue";
	src: url("//player.qualifio.com/fonts/qualifio/helvetica_neue/HelveticaNeueLTStd-Lt.otf");
}
.ui-datepicker-prev, .ui-datepicker-next, .answerPic img, .bouton, .ssoBouton, div#tools a, .ic_checkbox, .chkl_response, .answerVPic, input#code  {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;	
}

body, table.identite td, input.champTexte, textarea {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div#tools a {
	font-weight: 600;
}

.exit table#recap {
    margin: auto;
}

.qNumber { display: none; }

/*---- COULEURS FANCY BOX PAR DEFAUT -------*/

.fancybox_body {
    background: #fff !important;
	color: #000 !important;
	overflow-x: hidden !important; /*for Photo Editor*/
}

/*---- END COULEURS FANCY BOX PAR DEFAUT -------*/


.intro #gallery {
    display: inline-block;
    padding: 7px;
    width: inherit !important;
}

.justification .question br {
    display: none !important;
}

table.multiple td.description input.bouton {
	white-space: pre-line;
}

.gallery div.quizz {
	padding: 0px !important;
}

#sso_message {
    color: #CC0808;
}

#timer_before {
	clear: both;
}

table.identite .reponse select {
    max-width: 260px;
    width: 85%;
}

.graph_label_cell {
	line-height: 16px;
    padding: 10px 0;
    white-space: inherit !important;
}

.graph_total_cell {
	text-align: center;
}

/*#qualifioBox .flexslider table {
	padding: 0 5px 30px !important;
}*/

.rankingflexslider .slides {
    display: inline-block;
}

#answerPicGroup {
	text-align: center;
}

.answerPic {
	display: inline-block;
	float: inherit !important;
	vertical-align: top;
}

/****************************************************************************************************/
/* To check and clean */

#captchafield { padding:4px; border:1px solid silver; font-size:12px; }

table.multiple {  padding:0; margin:0; border-collapse:collapse; } 
table.multiple td { padding:0 0 3px 0; margin:0; border:0;  /* border:1px solid red; */ } 
table.multiple td input { padding:0; margin:0;} 
table.multiple td label { margin:0; border:0; } 
table.multiple td.description { margin:0 3px; border:0;} 
div.question { margin:16px 0 8px 0; font-weight:bold; }
div.qNumber { width:20px; float:left;  }
a, object, script { outline:none; }

/* End of To check and clean */
/****************************************************************************************************/


/****************************************************************************************************/
/* General */

body {
	margin: 0px;
	font-size : 12px;
	/*width: 100% !important;*/
}

#qualifioBox {
	overflow: hidden;
	overflow-y: auto;
}

h1 {
	font-size : 22px;
	font-weight: bold;
}

h2 {
	font-size : 17px;
	font-weight: bold;
}

h3 {
	font-size : 15px;
	font-weight: bold;
}

h4 {
	font-size : 15px;
	font-weight: normal;
}

a img {
	border: 0px;
}

a.bouton {
	display: inline-block;
}

.bouton{
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	padding: 7px 10px;
	border: 1px solid #919191;
	color: #797979;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
	outline: none;


}
.bouton:hover {
	color: #3b3b3b;
	border: 1px solid #555555;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
}

.bouton:disabled, .bouton:disabled:hover {
	cursor: default;
	text-decoration: none;
}

input.bouton {
	margin-top: 10px;
}

#replay {
	margin: 20px;
	text-align: center;
}


table.multiple td.picto img {
	max-height: 200px;
	max-width: 300px;

}

#viralForm .field input {
	margin-top: 10px;
}

div#others_games a {color: #1D95CB;} 

table.multiple td.description input.bouton { padding: 7px 10px; border-width: 1px; border-style: solid;}

.author {z-index: 0;}

.questionset div.custom {
	padding: 0 15px;
}

.identityset td #back {
	margin-right: 6px;
}

table.multiple td.click {
	width: 25px;
}

/****************************************************************************************************/
/*Copyright Facebook*/

#copyright {
    background: #000000;
    bottom: 0;
    color: #FFFFFF;
    font-size: 9px;
    left: 0;
    padding: 6px 0;
    position: fixed;
    width: 100%;
}

/*End Copyright Facebook*/
/****************************************************************************************************/

#diapos div.diapo #share {
	z-index: 1 !important;
}

/* End of General */
/****************************************************************************************************/

/****************************************************************************************************/
/* Facebook button */

.fb_button {
	display: inline-block;
	border-right: inherit !important;
	border-left: inherit !important;
	border-top: inherit !important;
	border-bottom: inherit !important;
	border-radius: 3px !important;
	box-shadow: inherit !important;
	text-shadow: inherit !important;
	font-size: 15px !important;
	padding: 13px 24px 13px 53px !important;
	background-color: #4C6BBB !important;
	background-image: url("/static/common/css_images/picto_share_fb.png") !important;
	background-position: 10px center !important;
    background-repeat: no-repeat !important;
	color: #fff !important;
	position: relative;
	top: 0px;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
	font-weight: normal !important;
	font-family: "Helvetica neue", helvetica, arial, sans-serif !important;
	letter-spacing: 0.3px;
	cursor: pointer !important;
	text-decoration: none !important;
}


.fb_button img {
	display: none;
}

.fb_button:hover {
	background-color: #3c579b !important;
	text-decoration: none !important;

}

div#voting .like {
	z-index: 1 !important;
}

/* End of Facebook button */
/****************************************************************************************************/

/****************************************************************************************************/
/* Chrono */

#countdown {
	color: #2D2D2D;
}

#timer_before{
	background: url(/static/common/css_images/chrono.png); 
	background-repeat: no-repeat; 
	height: 56px; 
	width: 51px;
	position: relative;
	top: 6px;
	z-index:100;
}

#timer {    
	border: 1px solid #727272;
    font-size: 22px;
    font-weight: bold;
    border-radius: 27px;
    width: 92px;
    height: 35px;
   
    
    -box-shadow: 2px 2px 1px #A5A5A5 inset;
    -webkit-box-shadow: 2px 2px 1px #A5A5A5 inset;
    -o-box-shadow: 2px 2px 1px #A5A5A5 inset;
    -moz-box-shadow: 2px 2px 1px #A5A5A5 inset;
    
    background: #EAEAEA;
    
    position: relative;
    left: 30px;
    top:-38px;
    padding-left: 27px;
    color: #383838;

}

#t_minutes {
	float: left;
    top: 5px;
    position: relative;
    }

#t_secondes {
	float: left;
    top: 5px;
    position: relative;
    }

#t_centiemes {
	float: left;
    top: 5px;
    position: relative;
    }

/*chrono secondes*/
/******************************/

#countdown {
    -box-shadow: 2px 2px 1px #A5A5A5 inset;
    -webkit-box-shadow: 2px 2px 1px #A5A5A5 inset;
    -o-box-shadow: 2px 2px 1px #A5A5A5 inset;
    -moz-box-shadow: 2px 2px 1px #A5A5A5 inset;
	background: #EAEAEA url("/static/common/css_images/chrono_sec.png") no-repeat;
    border-radius: 30px 30px 30px 30px;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 15px 8px 41px;
    text-align: left;
	border: 1px solid #727272;
	display: inline-block;
	margin-top: 10px;
}

/******************************/
/*End chrono secondes*/

/*chrono barre de d�filement */
/******************************/
div#progressbar {
	height: 15px !important;
	border-radius: 3px !important;
}

div#bar {
	background-image: url("/static/common/css_images/progress.jpg") !important;
	background-repeat: repeat-x !important;
	height: 15px !important;
	border-radius: 3px 0px 0px 3px !important;
}

/******************************/
/*End chrono barre de d�filement*/


/* End of Chrono */
/****************************************************************************************************/


/****************************************************************************************************/
/* SSO */

#fb_logout a {
	color: #1D95CB;
}

.ssoButton {
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	padding: 7px 10px;
	border: 1px solid #919191;
	color: #797979;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
}

.ssoButton:hover {
	color: #3b3b3b;
	border: 1px solid #555555;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
}

div#loginZone { 
	width: 250px;
	/*float: left;*/
	position: absolute;
	top: 60px;
	}

div#loginZone input.ssoButton, div#passwordZone input.ssoButton { float: right; }

div#passwordZone {
	width: 250px;
	/*float: left;
	clear: both;*/
	position: absolute;
	top: 250px;
	
	}

div#newRegistration {
	width: 250px;
	margin-left: 20px;
	padding-left: 20px;
	/*float: left;*/
	border-left: 2px solid #000000;
	padding-bottom: 20px;
	position: absolute;
	top: 60px;
	left: 265px;
	
	}

div#loginZone table.identite tbody tr td input, div#passwordZone table.identite tbody tr td input, div#newRegistration table.identite tbody tr td input { 
	float: right;
	color:#000000;
	border: 1px solid #B9B9B9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	padding: 5px 4px;
}

div#loginZone table.identite tbody tr td input:hover, div#loginZone table.identite tbody tr td input:focus, div#passwordZone table.identite tbody tr td input:hover, div#passwordZone table.identite tbody tr td input:focus, div#newRegistration table.identite tbody tr td input:hover, div#newRegistration table.identite tbody tr td input:focus { 
	color:#000000;
	background-color: #fff;
}


/*-------- SSO Qualifio Connect -------*/

#qualifioConnect div#loginZone {
    height: auto;
    position: relative;
    width: 40%;
    top: inherit;
    left: inherit;
    float: left;
	margin-left: 6%;
}

#qualifioConnect div#newRegistration {
	border-left: none;
	left: inherit;
	top: inherit;
	position: relative;
	margin-top: 0px;
	float: inherit;
	margin-left: 0;
	padding-left: 0;
	width: 88%;
	clear: both;
	margin-left: 6%;
	padding-top: 10px;
}

#qualifioConnect #passwordZone {
	width: 30% !important;
	top: 0 !important;
	position: relative !important;
	float: left;
	border-left: 2px dotted #000000;
	margin-left: 9%;
    padding-left: 9%;
}

#qualifioConnect div#loginZone input.ssoButton, #qualifioConnect div#passwordZone input.ssoButton { 
	float: inherit; 
	margin-top: 10px;
}

@media only screen and (max-width: 500px) {

/*media queries SSO*/

#qualifioConnect div#loginZone, #qualifioConnect div#passwordZone, #qualifioConnect div#newRegistration, #qualifioConnect div#fbRegistration {
	width: 100% !important;
	float: inherit !important;
	border: none !important;
	padding-left: 0px;
	margin-left: 0px;
}
	
#qualifioConnect div#passwordZone {
    margin-top: 55px;
    position: relative;
    top: 0;
    width: 100%;
}
	
}

/*------END SSO Qualifio Connect ------*/


/*-------- SSO QualifioConnectInvert -------*/

#qualifioConnectInvert {
    margin: auto;
    max-width: 580px;
}

#qualifioConnectInvert div#loginZone,
#qualifioConnectInvert div#newRegistration,
#qualifioConnectInvert #passwordZone {
    border: none;
    display: inline-block !important;
    float: inherit !important;
    height: auto;
    left: inherit;
    margin: 0 !important;
    max-width: 40%;
    padding: 10px 20px !important;
    position: relative;
    top: inherit;
    vertical-align: top;
    width: auto;
}

 

#qualifioConnectInvert div#loginZone input.ssoButton, #qualifioConnectInvert div#passwordZone input.ssoButton { 
	float: inherit !important;
	display: inline-block !important;
	margin-top: 10px;
}

#qualifioConnectInvert #loginZone #alerte {
    margin: 10px 0;
}

@media only screen and (max-width: 500px) {

/*media queries SSO*/

#qualifioConnectInvert div#loginZone,
#qualifioConnectInvert div#newRegistration,
#qualifioConnectInvert #passwordZone {
	width: auto !important;
	max-width: inherit !important;
}
	
}

/*------END SSO QualifioConnectInvert ------*/


/* End SSO */
/****************************************************************************************************/

/****************************************************************************************************/
/* Menu */

div#menu_top {
	position : fixed;
	display: none;
	width: 100%;
	top: 0px;
	left: 0px;
}

div#menu_bottom {
	position : fixed;
	display: none;
	width: 100%;
	bottom: 0px;
	left: 0px;
}

div#tools {
	position : fixed;
	height : 20px;
}

div#tools p {
	height: 20px;
	line-height: 20px;
	margin : 0px;
}

div#tools span {
	display: none;
}

div#tools a{
	text-decoration: none;
	margin-right : 5px;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 11px;
	border: 1px solid #919191;
	color: #797979;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
}

div#tools a:hover {
	color: #3b3b3b;
	border-color: #555555;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	}

div#lots {
	position : fixed;
	width: 100%;
	left : 0px;
}

div#lots span { font-weight: bold; font-size: 15px;}

.gifts_title {
	font-size: 13px;
	color: #3b3b3b !important;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	border-top: 1px solid #C1C1C1;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	
}


div#partners > table {
    margin: 0 auto;
}

div#others_games {
	position : fixed;
	width: 100%;
	left : 0px;
}

div#others_games > table {
    margin: 0 auto;
}

/* End of Menu */
/****************************************************************************************************/


/****************************************************************************************************/
/* Scores */

div#scores {
	padding:10px;
}

table.scores {	
	border-collapse: collapse;
	border: 1px solid #7C7B7B;
	background: #fff;
	color: #000;
	width: 98%;
	text-align: center !important;
}

table.scores tbody tr {
	border-collapse: collapse;
	border: 1px solid #7C7B7B;
}

table.scores tbody tr th {
	padding: 8px; 
	border-collapse: collapse;
	border: 1px solid #7C7B7B;
	background: #A0A0A0;
	color: #fff;
}

table.scores tbody tr td { 
	border-collapse: collapse;
	border: 1px solid #7C7B7B;
	padding: 3px;
	text-align: center !important;
	
}

table.scores tbody tr:nth-child(odd) { 
	background: #EFEFEF;
}

#scores h2 span {
    background: #A0A0A0;
    color: #fff;
    display: table;
    font-size: 17px;
    font-weight: bold;
    margin: auto;
    padding: 5px 13px;
    position: relative;
}

/* End Scores */
/****************************************************************************************************/


/****************************************************************************************************/
/* QuestionSet */

table.multiple td{
	padding-bottom: 5px;
	vertical-align: middle;
}

div#question {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

td.slide{
	width : 150px !important;
	padding: 8px !important;
}

#slider td.question { vertical-align: middle;}

#matrice .entete {
	padding: 8px;
}

/*#matrice .question {
    padding: 7px 0;
}*/

#matrice input {
	display: block;
	margin: auto;
}

#slider .picture > img, #matrice .picture > img {
    height: auto;
    max-height: 130px;
    max-width: 130px;
    width: auto;
	margin: 5px 0;
}


#slider td.question, #matrice td.question {
    padding: 0 8px;
}

#slider td.slide, #matrice td.slide {
	vertical-align: middle;
}

/* End of QuestionSet */
/****************************************************************************************************/

/****************************************************************************************************/
/* IdentitySet */

table.identite {
	width: 100%;
}

table.identite td {
	padding: 4px 0;
	vertical-align: middle;
}

table.identite td.click{
	vertical-align: middle !important;
}

input.champTexte {
	width: 250px;
	color: #000000 !important;
	border: 1px solid #B9B9B9;
	background-color: #fff;
	padding: 5px 4px;
	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   outline: none;	
}

.identite input.champTexte {
	text-align: left;
}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #fff !important;
}

input.champTexte:hover, input.champTexte:focus, textarea:hover, textarea:focus {
	color:#000000;
	background-color: #fff;
	border: 1px solid #000000;
	outline: none;
}

textarea {	
	width: 300px;
	color: #000000 !important;
	border: 1px solid #B9B9B9;
	background-color: #fff;
	padding: 5px 4px;
}

.identite tbody tr td img { margin-right: 12px;}

.code {
    font-weight: bold;
    margin-right: 5px;
}

input#code {
	width: 100px;
	padding: 9px;
	border: 1px solid #B9B9B9;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
}

input#code:hover, input#code:focus {
	color:#000000;
	background-color: #fff;
	border: 1px solid #000000;
	outline: none;
}

.qPassword {
	font-family: sans-serif !important;
}


/* ----- CALENDAR FORM ----- */

div#ui-datepicker-div {
	background: #fff;
    border: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    padding: 0;
}


/*header*/
#ui-datepicker-div .ui-widget-header {
    background: #3B4C53;
    border: none;
	border-radius: 4px 4px 0 0;
	height: 45px;
}

#ui-datepicker-div .ui-datepicker-title select {
    background-color: #667b84;
    border: medium none;
    color: #fff;
    margin: 3px !important;
}

/*Arrow*/

#ui-datepicker-div .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-prev {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	height: 100% !important;
    top: 0 !important;
	cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-next span, #ui-datepicker-div .ui-datepicker-prev span {
	display: none !important;
}
	
#ui-datepicker-div .ui-datepicker-prev:before {
	content: "\f053";
	margin-top: 18px;
	display: block;
	color: #667B84;
}
#ui-datepicker-div .ui-datepicker-next:after {
	content: "\f054";
	margin-top: 18px;
	display: block;
	color: #667B84;
}

#ui-datepicker-div .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-next:hover {
	border: none !important;
	background: #2D3A3F !important;
}

#ui-datepicker-div .ui-datepicker-prev {
    border-radius: 4px 0 0 0;
    left: 0 !important;
}

#ui-datepicker-div .ui-datepicker-next {
    border-radius: 0 4px 0 0;
    right: 0 !important;
}

/*Month*/

#ui-datepicker-div.ui-widget-content {
    color: #3b4c53;
}

/*Days*/

#ui-datepicker-div .ui-state-default, #ui-datepicker-div.ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
	font-weight: normal;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div.ui-widget-content .ui-state-default {
    background: inherit;
    border: none;
    color: #AAB9BF;
    text-align: center;
}

#ui-datepicker-div.ui-widget-content .ui-state-content, #ui-datepicker-div .ui-state-hover, #ui-datepicker-div .ui-state-active {
    border: none !important;
    background: #667B84 !important;
    color: #ffffff !important;
	border-radius: 4px;
}
		
/* ----- END CALENDAR FORM ----- */

/* End of IdentitySet */
/****************************************************************************************************/

/****************************************************************************************************/
/* Indice */

div#indice {
	margin-top: 10px;
	margin-bottom: 15px;
}

/*
div#indice div#image {
	text-align: center;
}
*/

div#indice div#image img {
/* 	max-width: 400px; */
	max-height: 300px;
}

#indiceURL a img {
	cursor: pointer;
	border: 1px solid #919191;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 6px 5px 4px 5px;
	margin-right: 5px;
}

#indiceURL a img:hover {
	border: 1px solid #555555;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
}

#indiceURL a span {
	color: #595959;
	font-size: 15px;
	position: relative;
	top: -13px;
}

#indiceURL a {
	text-decoration: none;
}

#indiceURL a:hover {
	text-decoration: underline;
}

#indiceURL {
	margin-bottom: 15px;
}



/* End of Indice */
/****************************************************************************************************/

/****************************************************************************************************/
/* ProgressBar */

div#bar{
	background-color : silver;
	height : 8px;
}
div#progressbar{
	border-color : gray;
	border-width : 1px;
	margin-top : 20px;
	border-style : solid;
	height : 8px;
}

/* End of ProgressBar */
/****************************************************************************************************/

/****************************************************************************************************/
/* Galley */

iframe#displayvote {height: 150px !important;}

.author {

font-size: 12px !important;
color: #474747 !important;

}

.diapo {
border: 1px solid #919191 !important;
}

a.pg {
	cursor: pointer;
	color: #565656;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	padding: 1px 5px;
	border: 1px solid #919191 !important;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	position: relative;
	top: -1px;
	color: #a2a2a2;
	
}

a.pg:hover {
	color: #333333;
}

div#votebox a {
	cursor: pointer;
	color: #565656;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	padding: 3px 6px;
	border: 1px solid #919191 !important;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
}

div#votebox a:hover {
	border: 1px solid #555555;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
	box-shadow: 0px 0px 5px 0px #99d0de !important;
	-moz-box-shadow: 0px 0px 5px 0px #99d0de !important;
	-webkit-box-shadow: 0px 0px 5px 0px #99d0de !important;
	-o-box-shadow: 0px 0px 5px 0px #99d0de !important;
}

.fb-comments, .fb-comments iframe[style], .fb-comments > span {
	width: 99.7% !important;
}

div.fb-comments {
	margin-bottom: 0px !important;
	margin-top: 0px;
	background: #fff !important;
}

div.fb-comments span {
	max-height: 200px;
	overflow-x: inherit !important;
	overflow-y: auto !important;
}

div.fb-comments .fb_ltr{
	overflow-y: scroll !important;
	-ms-overflow-y: scroll !important;
} 

div#diapos {
	margin-top: 8px;
}

body.gallery #voting {
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	margin-bottom: 0px !important;
	border: 1px solid #919191 !important;
}

.imageNumb {
	color: #565656 !important;
	font-weight: bold;
	position: relative;
	right: 5px;
	top: 6px;
	text-shadow: 1px 1px 1px #fff;
}

#gallerySelector { 
	border: inherit !important;
	padding-right: 0px !important;
}

#navtop { 
	border: 1px solid #919191;
	margin-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	padding-bottom: 3px;
	padding-top: 6px;

}

#navbottom { 
	border: 1px solid #919191;
	margin-top: 0px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	padding-bottom: 3px;
	padding-top: 6px;
}

.gallery input.b_go {
	cursor: pointer;
	padding: 1px;
	border: 1px solid #919191;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	position: relative;
	top: -3px;
}
.gallery input.b_go:hover {
	border: 1px solid #555555;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
}

#keyword {
    font-size: 15px;
    padding-right: 30px;
}

a.gallery_nav_link {
	margin-right: 0px !important;
	text-decoration: none;
}

.gallery a#back img {	
	cursor: pointer;
	padding: 1px;
	border: 1px solid #919191;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
}

.gallery a#back img:hover {
	border: 1px solid #555555;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
}

.gallery a#previous img {
	cursor: pointer;
	padding: 1px;
	border: 1px solid #919191;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gallery a#previous img:hover {
	border: 1px solid #555555;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
}

.gallery a#next img {
	cursor: pointer;
	padding: 1px;
	border: 1px solid #919191;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gallery a#next img:hover {
	border: 1px solid #555555;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(253,253,253,1) 100%); /* W3C */
	text-decoration: none;
}

/*---- In progress ----*/

div.inprogress {
	background-image: url("/static/common/css_images/in_progress2.jpg");
    background-color: #ACC5DA;
	background-repeat: no-repeat;
	background-position: center;
    margin-bottom: 4px;
    width: 130px;
	height: 80px;
}

div.inprogress p {
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    padding-top: 43px;
    text-shadow: 0 1px 3px #566572;
}

/*---- End In progress ----*/
/*---- Alert Upload video mobile ----*/

.alert-error {
	color: #C60300;
	font-weight: bold;
}

.alert-success {
	color: #409B00;
	font-weight: bold;
}
/*---- End alert Upload video mobile ----*/


/* End Gallery */
/****************************************************************************************************/

/****************************************************************************************************/
/* Styles Partners */

.jcarousel-skin-partners .jcarousel-container {
/*
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
*/
}

.jcarousel-skin-partners .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-partners .jcarousel-container-horizontal {
/*     width: 470px; */
    padding: 20px 65px;
}

.jcarousel-skin-partners .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-partners .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-partners .jcarousel-clip-horizontal {
/*     width:  470px; */
    height: 75px;
}

.jcarousel-skin-partners .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-partners .jcarousel-item {
    width: 150px;
    height: 75px;
    background-color : #FFFFFF;
}

.jcarousel-skin-partners .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-partners .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-partners .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-partners .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-partners .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/static/common/css_images/jcarousel/noir/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-partners .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/static/common/css_images/jcarousel/noir/prev-horizontal.png);
}

.jcarousel-skin-partners .jcarousel-next-horizontal:hover,
.jcarousel-skin-partners .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-partners .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-partners .jcarousel-next-disabled-horizontal,
.jcarousel-skin-partners .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-partners .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-partners .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-partners .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/static/common/css_images/jcarousel/noir/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-partners .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/static/common/css_images/jcarousel/noir/next-horizontal.png);
}

.jcarousel-skin-partners .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-partners .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-partners .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-partners .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-partners .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-partners .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-partners .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-partners .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/static/common/css_images/jcarousel/noir/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-partners .jcarousel-next-vertical:hover,
.jcarousel-skin-partners .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-partners .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-partners .jcarousel-next-disabled-vertical,
.jcarousel-skin-partners .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-partners .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-partners .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-partners .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/static/common/css_images/jcarousel/noir/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-partners .jcarousel-prev-vertical:hover,
.jcarousel-skin-partners .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-partners .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-partners .jcarousel-prev-disabled-vertical,
.jcarousel-skin-partners .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-partners .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-partners .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/* Fin de Styles Partners */
/****************************************************************************************************/

/****************************************************************************************************/
/* Styles Others Games */

.jcarousel-skin-othersgames .jcarousel-container {
/*
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
*/
}

.jcarousel-skin-othersgames .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-othersgames .jcarousel-container-horizontal {
/*     width: 530px; */
    padding: 20px 35px;
}

.jcarousel-skin-othersgames .jcarousel-container-vertical {
    width: 260px;
    height: 415px;
    padding: 67px 20px;
}

.jcarousel-skin-othersgames .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-othersgames .jcarousel-clip-horizontal {
/*     width:  530px; */
    height: 75px;
}

.jcarousel-skin-othersgames .jcarousel-clip-vertical {
    width:  260px;
    height: 415px;
}

.jcarousel-skin-othersgames .jcarousel-item {
    width: 170px;
    height: 75px;
    font-size : 12px;
}

.jcarousel-skin-othersgames .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-othersgames .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-othersgames .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-othersgames .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-othersgames .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/static/common/css_images/jcarousel/noir/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-othersgames .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/static/common/css_images/jcarousel/noir/prev-horizontal.png);
}

.jcarousel-skin-othersgames .jcarousel-next-horizontal:hover,
.jcarousel-skin-othersgames .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-othersgames .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-othersgames .jcarousel-next-disabled-horizontal,
.jcarousel-skin-othersgames .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-othersgames .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-othersgames .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-othersgames .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/static/common/css_images/jcarousel/noir/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-othersgames .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/static/common/css_images/jcarousel/noir/next-horizontal.png);
}

.jcarousel-skin-othersgames .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-othersgames .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-othersgames .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-othersgames .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-othersgames .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-othersgames .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-othersgames .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-othersgames .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 135px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/static/common/css_images/jcarousel/noir/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-othersgames .jcarousel-next-vertical:hover,
.jcarousel-skin-othersgames .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-othersgames .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-othersgames .jcarousel-next-disabled-vertical,
.jcarousel-skin-othersgames .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-othersgames .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-othersgames .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-othersgames .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 135px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/static/common/css_images/jcarousel/noir/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-othersgames .jcarousel-prev-vertical:hover,
.jcarousel-skin-othersgames .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-othersgames .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-othersgames .jcarousel-prev-disabled-vertical,
.jcarousel-skin-othersgames .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-othersgames .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-othersgames .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/* Fin de Styles Others Games */ 
/****************************************************************************************************/

/****************************************************************************************************/
/* Graphes */

.graph_pic_cell {
    padding: 0 6px 0 0;
}
 
.coda-nav-right{
	float : left;
}

.coda-nav ul{
	margin-top : auto;
	overflow : hidden;
	margin-left : auto;
	margin-right : auto;
	display : block;
	margin-bottom : auto;
	clear : both;
}

.coda-slider-wrapper{
	padding-top : 0px;
	overflow-x : hidden;
	overflow-y : hidden;
	padding-bottom : 20px;
	padding-right : 0;
	clear : both;
	width : 580px;
	padding-left : 0;
}

.coda-slider{
	background-color : #E1E1D6;
	float : left;
	overflow : hidden;
	overflow-x : hidden;
	position : relative;
	width : 580px;
}

.coda-nav ul li{
	display : inline;
}

.coda-nav-left{
	float : left;
}

.coda-slider .panel-container{
	position : relative;
}

.coda-slider-wrapper.arrows .coda-slider .panel{
	width : 580px;
}

.coda-nav-right a{
	padding-top : 5px;
	text-decoration : none;
	text-align : center;
	background : #000;
	padding-bottom : 5px;
	color : #fff;
	display : block;
	padding-right : 5px;
	width : 100px;
	padding-left : 5px;
}

.coda-slider p.loading{
	padding-top : 20px;
	text-align : center;
	padding-bottom : 20px;
	padding-right : 20px;
	padding-left : 20px;
}

.coda-slider-no-js .coda-slider{
	overflow : auto;
	height : 200px;
	padding-right : 20px;
}

.coda-nav-left a{
	padding-top : 5px;
	text-decoration : none;
	text-align : center;
	background : #000;
	padding-bottom : 5px;
	color : #fff;
	display : block;
	padding-right : 5px;
	width : 100px;
	padding-left : 5px;
}

.coda-slider .panel-wrapper{
	padding-top : 20px;
	padding-bottom : 20px;
	padding-right : 20px;
	padding-left : 20px;
}

.coda-nav ul li a{
	padding-top : 3px;
	text-decoration : none;
	float : left;
	background : #000;
	margin-right : 1px;
	padding-bottom : 3px;
	color : #fff;
	padding-right : 6px;
	display : block;
	padding-left : 6px;
}

.coda-slider .panel{
	float : left;
	display : block;
	width : 580px;
}

.coda-slider-wrapper.arrows .coda-slider{
	margin-top : 0;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 0;
	width : 580px;
}

.coda-nav ul li a.current{
	background : #39c;
}
/* Fin de Graphes */ 
/****************************************************************************************************/


/****************************************************************************************************/
/* Scrollbar */ 
.scrollgeneric { line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
	width: 15px;
	background: url(/library/dev/emails/scrollers/gris.gif) 0px 0px repeat-y;
	cursor:pointer;
}

.vscrollerbar {
	width: 15px;
	background: url(/library/dev/emails/scrollers/gris.gif) -15px 0px repeat-y;
	cursor:pointer;
}

.vscrollerbar, .hscrollerbar {
	padding: 10px;
	z-index: 2;
}

.vscrollerbarbeg {
	background: url(/library/dev/emails/scrollers/gris.gif) -45px -30px no-repeat;
	width: 15px;
	height: 15px !important;
	cursor:hand;
}

.vscrollerbarend {
	background: url(/library/dev/emails/scrollers/gris.gif) -45px 0px no-repeat;
	width: 15px;
	height: 15px;
	cursor:hand;
}

.vscrollerbasebeg {
	background: url(/library/dev/emails/scrollers/gris.gif) -30px -30px no-repeat;
	width: 15px;
	height: 15px !important;
}

.vscrollerbaseend {
background: url(/library/dev/emails/scrollers/gris.gif) -60px -30px no-repeat;
height: 15px;
width: 15px;
}

.scrollerjogbox:hover {
background: #5E828C url(/library/dev/emails/scrollers/gris.gif) -45px -15px;

} 
/* Fin de Scrollbar */ 
/****************************************************************************************************/

/****************************************************************************************************/
/* New graph */

/*----------- Graph height ---------------*/

#slider-code div.viewport {
	height: inherit !important;
}

#slider-code .overview li {
	height: inherit !important;
	padding: 1px 1px 9px !important;
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #cccccc !important;
}

/*----------- END Graph height -----------*/

.graph_label img {
	padding: 4px 0px 4px 0px;
}

.graph_title {
	padding: 10px 0px;
	font-size: 18px;
	font-weight: bold;
}

.graph_border .graph_inside {
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1) inset;
    height: 25px !important;
	border-radius: 100px;
}

.graph_border {
	background: #e8e8e8;
    border: none !important;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.03) inset;
    height: 25px;
	border-radius: 100px;
	overflow: hidden;
}

.graph_total {
	background: #e8e8e8;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.03) inset;
    color: #494949;
    display: inline-block;
    padding: 12px 18px;
    position: relative;
}

.graph_total > span {
    font-weight: 600;
}

#slider-code .viewport table {
	margin: auto;
	width: 95% !important;
}

#slider-code .next {
	background-color: #f4f4f4; /* Old browsers */
	background-image : url("/static/common/css_images/right_graph.png");
	background-image : url("/static/common/css_images/right_graph.png"), -moz-linear-gradient(top,  #f4f4f4 0%, #e5e5e5 92%, #ffffff 100%); /* FF3.6+ */
	background-image : url("/static/common/css_images/right_graph.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(92%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background-image : url("/static/common/css_images/right_graph.png"), -webkit-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background-image : url("/static/common/css_images/right_graph.png"), -o-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* Opera 11.10+ */
	background-image : url("/static/common/css_images/right_graph.png"), -ms-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* IE10+ */
	background-image : url("/static/common/css_images/right_graph.png"), linear-gradient(to bottom,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* W3C */
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	width: 27px;
	position: relative;
	left: -1px;
	height: 34px;
	margin: 0px !important;
	background-position: center center;

}

#slider-code .prev {
	background-color: #f4f4f4; /* Old browsers */
	background-image : url("/static/common/css_images/left_graph.png");
	background-image : url("/static/common/css_images/left_graph.png"), -moz-linear-gradient(top,  #f4f4f4 0%, #e5e5e5 92%, #ffffff 100%); /* FF3.6+ */
	background-image : url("/static/common/css_images/left_graph.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(92%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background-image : url("/static/common/css_images/left_graph.png"), -webkit-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background-image : url("/static/common/css_images/left_graph.png"), -o-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* Opera 11.10+ */
	background-image : url("/static/common/css_images/left_graph.png"), -ms-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* IE10+ */
	background-image : url("/static/common/css_images/left_graph.png"), linear-gradient(to bottom,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* W3C */
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	width: 27px;
	position: relative;
	right: -1px;
	height: 34px;
	margin: 0px !important;
	background-position: center center;

}

#slider-code .buttons:hover {
	border: 1px solid #383838;
}

#slider-code .buttons span {
	display: none;
}

#slider-code .prev.disable {
	visibility:hidden;
	background-color: #f4f4f4; /* Old browsers */
	background-image : url("/static/common/css_images/left_graph_disable.png");
	background-image : url("/static/common/css_images/left_graph_disable.png"), -moz-linear-gradient(top,  #f4f4f4 0%, #e5e5e5 92%, #ffffff 100%); /* FF3.6+ */
	background-image : url("/static/common/css_images/left_graph_disable.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(92%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background-image : url("/static/common/css_images/left_graph_disable.png"), -webkit-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background-image : url("/static/common/css_images/left_graph_disable.png"), -o-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* Opera 11.10+ */
	background-image : url("/static/common/css_images/left_graph_disable.png"), -ms-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* IE10+ */
	background-image : url("/static/common/css_images/left_graph_disable.png"), linear-gradient(to bottom,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* W3C */
}

#slider-code .next.disable {
	visibility:hidden;
	background-color: #f4f4f4; /* Old browsers */
	background-image : url("/static/common/css_images/right_graph_disable.png");
	background-image : url("/static/common/css_images/right_graph_disable.png"), -moz-linear-gradient(top,  #f4f4f4 0%, #e5e5e5 92%, #ffffff 100%); /* FF3.6+ */
	background-image : url("/static/common/css_images/right_graph_disable.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(92%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background-image : url("/static/common/css_images/right_graph_disable.png"), -webkit-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background-image : url("/static/common/css_images/right_graph_disable.png"), -o-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* Opera 11.10+ */
	background-image : url("/static/common/css_images/right_graph_disable.png"), -ms-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* IE10+ */
	background-image : url("/static/common/css_images/right_graph_disable.png"), linear-gradient(to bottom,  #f4f4f4 0%,#e5e5e5 92%,#ffffff 100%); /* W3C */
}


/* END New graph */
/****************************************************************************************************/

/****************************************************************************************************/
/* Templates default banner */

#bandeau_sup {
    background-color: #C7DBDB;
    background-image: url("/static/common/css_images/banner_photo.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/* END Templates default banner */
/****************************************************************************************************/


/****************************************************************************************************/
/* Coregs */

.fb_edge_widget_with_comment {
	z-index: 0;
	top: 2px;
	float: left;
}

.zoneYesNo, .coregistration .fb-like {
	margin-top: 8px !important;
	display: inline-block;
}

.coregistration p {
    margin: 0;
    display: inline-block;
    margin: 0 5px 8px 0x;
}

.coregistration td > br {
    display: none;
}

.coregistration td.coregImg img {
	max-height: 90px;
	max-width: 90px;
}

.coregistration .checkbox {
    width: 21px;
}

table.coregistration strong {
    display: block;
    margin: 0 0 5px;
}

.coregistration .coreg_link a::after {
    content: "?";
    text-align: center;
    width: 21px;
    font-family: Open Sans, sans-serif;
}
.coregistration .coreg_link a {
    background: #9ED6E5;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-weight: 600;
    height: 20px;
    text-decoration: none;
    width: 20px;
	font-size: 14px;
	text-align: center;
}

.coregistration .coreg_link a:hover {
	background: #6DC5DB;
}

.coregistration .coreg_link a span {
	display: none;
}


#coreg_play {
	margin-top: 20px;
}

#coreg_play a {
	background-image: url("/static/common/css_images/coregPlay.png");
	background-image: url("/static/common/css_images/coregPlay.png"), #f7f7f7; /* Old browsers */
	background-image: url("/static/common/css_images/coregPlay.png"), -moz-linear-gradient(top,  #f7f7f7 2%, #d6d6d6 96%, #f2f2f2 100%); /* FF3.6+ */
	background-image: url("/static/common/css_images/coregPlay.png"), -webkit-gradient(linear, left top, left bottom, color-stop(2%,#f7f7f7), color-stop(96%,#d6d6d6), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background-image: url("/static/common/css_images/coregPlay.png"), -webkit-linear-gradient(top,  #f7f7f7 2%,#d6d6d6 96%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background-image: url("/static/common/css_images/coregPlay.png"), -o-linear-gradient(top,  #f7f7f7 2%,#d6d6d6 96%,#f2f2f2 100%); /* Opera 11.10+ */
	background-image: url("/static/common/css_images/coregPlay.png"), -ms-linear-gradient(top,  #f7f7f7 2%,#d6d6d6 96%,#f2f2f2 100%); /* IE10+ */
	background-image: url("/static/common/css_images/coregPlay.png"), linear-gradient(to bottom,  #f7f7f7 2%,#d6d6d6 96%,#f2f2f2 100%); /* W3C */
	background-repeat: no-repeat;
	border: 1px solid #ADADAD;
    border-radius: 6px 6px 6px 6px;
	padding: 9px 17px 9px 18px;
	background-position: center;
}

#coreg_play a:hover {
	background-image: url("/static/common/css_images/coregPlay.png");
	background-image: url("/static/common/css_images/coregPlay.png"), #e0e0e0; /* Old browsers */
	background-image: url("/static/common/css_images/coregPlay.png"), -moz-linear-gradient(top,  #e0e0e0 2%, #b2b0b0 96%, #cecccc 100%); /* FF3.6+ */
	background-image: url("/static/common/css_images/coregPlay.png"), -webkit-gradient(linear, left top, left bottom, color-stop(2%,#e0e0e0), color-stop(96%,#b2b0b0), color-stop(100%,#cecccc)); /* Chrome,Safari4+ */
	background-image: url("/static/common/css_images/coregPlay.png"), -webkit-linear-gradient(top,  #e0e0e0 2%,#b2b0b0 96%,#cecccc 100%); /* Chrome10+,Safari5.1+ */
	background-image: url("/static/common/css_images/coregPlay.png"), -o-linear-gradient(top,  #e0e0e0 2%,#b2b0b0 96%,#cecccc 100%); /* Opera 11.10+ */
	background-image: url("/static/common/css_images/coregPlay.png"), -ms-linear-gradient(top,  #e0e0e0 2%,#b2b0b0 96%,#cecccc 100%); /* IE10+ */
	background-image: url("/static/common/css_images/coregPlay.png"), linear-gradient(to bottom,  #e0e0e0 2%,#b2b0b0 96%,#cecccc 100%); /* W3C */
	background-repeat: no-repeat;
	border: 1px solid #919191;
}

#coreg_play a span {
	display: none;
}

#coreg_back {
	margin-top: 20px;
}

#coreg_back a {
	background-image: url("/static/common/css_images/coregBack.png");
	background-image: url("/static/common/css_images/coregBack.png"), #f7f7f7; /* Old browsers */
	background-image: url("/static/common/css_images/coregBack.png"), -moz-linear-gradient(top,  #f7f7f7 2%, #d6d6d6 96%, #f2f2f2 100%); /* FF3.6+ */
	background-image: url("/static/common/css_images/coregBack.png"), -webkit-gradient(linear, left top, left bottom, color-stop(2%,#f7f7f7), color-stop(96%,#d6d6d6), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background-image: url("/static/common/css_images/coregBack.png"), -webkit-linear-gradient(top,  #f7f7f7 2%,#d6d6d6 96%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background-image: url("/static/common/css_images/coregBack.png"), -o-linear-gradient(top,  #f7f7f7 2%,#d6d6d6 96%,#f2f2f2 100%); /* Opera 11.10+ */
	background-image: url("/static/common/css_images/coregBack.png"), -ms-linear-gradient(top,  #f7f7f7 2%,#d6d6d6 96%,#f2f2f2 100%); /* IE10+ */
	background-image: url("/static/common/css_images/coregBack.png"), linear-gradient(to bottom,  #f7f7f7 2%,#d6d6d6 96%,#f2f2f2 100%); /* W3C */
	background-repeat: no-repeat;
	border: 1px solid #ADADAD;
    border-radius: 6px 6px 6px 6px;
	padding: 11px 17px 7px 18px;
	background-position: center;
}

#coreg_back a:hover {
	background-image: url("/static/common/css_images/coregBack.png");
	background-image: url("/static/common/css_images/coregBack.png"), #e0e0e0; /* Old browsers */
	background-image: url("/static/common/css_images/coregBack.png"), -moz-linear-gradient(top,  #e0e0e0 2%, #b2b0b0 96%, #cecccc 100%); /* FF3.6+ */
	background-image: url("/static/common/css_images/coregBack.png"), -webkit-gradient(linear, left top, left bottom, color-stop(2%,#e0e0e0), color-stop(96%,#b2b0b0), color-stop(100%,#cecccc)); /* Chrome,Safari4+ */
	background-image: url("/static/common/css_images/coregBack.png"), -webkit-linear-gradient(top,  #e0e0e0 2%,#b2b0b0 96%,#cecccc 100%); /* Chrome10+,Safari5.1+ */
	background-image: url("/static/common/css_images/coregBack.png"), -o-linear-gradient(top,  #e0e0e0 2%,#b2b0b0 96%,#cecccc 100%); /* Opera 11.10+ */
	background-image: url("/static/common/css_images/coregBack.png"), -ms-linear-gradient(top,  #e0e0e0 2%,#b2b0b0 96%,#cecccc 100%); /* IE10+ */
	background-image: url("/static/common/css_images/coregBack.png"), linear-gradient(to bottom,  #e0e0e0 2%,#b2b0b0 96%,#cecccc 100%); /* W3C */
	background-repeat: no-repeat;
	border: 1px solid #919191;
}

#coreg_back a span {
	display: none;
}

iframe.fancybox-iframe iframe {
	height: 237px !important;
    width: 409px !important;
}

/* End Coregs */
/****************************************************************************************************/

#fbShareWall, #fbInvite {
	margin: 10px 0;
	text-align: center;
}


/****************************************************************************************************/
/* Photo contest disabled */

/* End Photo contest disabled */
/****************************************************************************************************/

#loginZone #alerte {
	color: #CE211E;
}

/****************************************************************************************************/
/* New CSS for personnality test */

body.profile_detail h3 {
	font-size: 23px;
}

body.profile_detail .profile_pic {
	border-right: 2px dotted #8E8E8E;
    border-right: 2px dotted rgba(142, 142, 142, 0.8);
    padding: 15px;
    vertical-align: top;
    width: 250px;
}

.profile_pic {
	vertical-align: top;
}

body.profile_detail .profile_txt {
	padding: 15px;
	vertical-align: top;
}

.profile_txt {
    padding-left: 10px;
}

.profile_score {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
	position: relative;
	bottom: -10px;
	margin-right: 10px;
}

.profile_label {
    font-size: 16px;
    font-weight: bold;
    margin-left: 12px;
}

.profile_group {
    border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-o-border-radius: 7px 7px 7px 7px;
    display: block;
    /*padding: 5px 12px 8px 6px;*/
	/*height: 58px;*/
	border: 1px solid rgba(211, 211, 211, 0.3);
	background: rgba(255, 255, 255, 0.3);
	margin-bottom: 10px;
}

.profile_group:hover {
	
	background-color: rgba(188, 186, 186, 0.2);
	border: 1px solid rgba(142, 142, 142, 0.5);
	box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.2), -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
}



.profile_avatar {
    display: block;
   /* margin-right: 7px;*/
	/*margin: 7px;*/
    width: 60px;
	margin-left: 5px;
	overflow: hidden;
}

.profile_avatar img {
    box-shadow: 1px 1px 3px #6B6B6B;
    padding: 0;
	

}

.profile_graph {
    padding: 8px 0 8px 5px;
}

.profile_group:hover td {

}

/* End New CSS for personnality test */
/****************************************************************************************************/


/****************************************************************************************************/
/* Button with images */

.answerPic {
	float: left;
	position: relative;
	z-index: 1;
	/*-ms-grid-rows: min-content;*/
	max-width: 100%;
	/*width: -moz-min-content;
	width: -webkit-min-content;
	width: min-content;*/
	height: auto;
	margin: 0 10px;
}

.answerPic p {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;

}

.answerPic img {
	border: 5px solid;
	border-color: #EFEFEF;
	height: auto;
	width: auto;
	max-width: 100%;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);

}

.answerPic img:hover {
	border-color: #969696;
	border-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transform: translateY(-2px) scale(1);
	-webkit-transform: translateY(-2px) scale(1);
	-moz-transform: translateY(-2px) scale(1);
}

.answerAlign_h img {
	margin-bottom: 8px;
}

.answerAlign_v {
    float: none;
}

.answerAlign_v img {
	margin-bottom: 10px;
}

div#progressbar {
	clear: both;
}

/* End Button with images */
/****************************************************************************************************/

/****************************************************************************************************/
/* Ajout Gilles placement bouton google+ zoom galerie */

.like { /*width: 340px !important;*/ }
.twitter-count-horizontal { width: 90px !important; }
#g-plus { float: left; }

/* End ajout Gilles */
/****************************************************************************************************/

#social #fb_tools .fb_iframe_widget_fluid span {
	border: none !important;
}

#social #fb_tools .fb-like {
	width: inherit !important;
}

.gallery #social #fb_tools {
	top: 0px;
}

.fb_edge_widget_with_comment {
	margin: 0 5px 0 0 !important;
}

.gallery .fb_edge_widget_with_comment {
	margin: 3px 5px 0 0 !important;
}


/****************************************************************************************************/
/* Facebook Share - Incentiv�s */

/*---- Deuxi�me chance pour le tirage au sort ----*/

#fbShareWallBonus.bonus_message {
    background: #73C423;
    border: 2px solid #AAE570;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    padding: 8px 13px;
	box-shadow: 0 0 20px #FFFFFF;
	text-shadow: 1px 1px 2px #65A029;
}

.tip_content {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
}

/*---- END Deuxi�me chance pour le tirage au sort ----*/

/*---- Message au dessus du partage ----*/

.share_tip {
    opacity: 0.8;
}

.share_tip > span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #859DC1;
    border-radius: 9px;
    color: #4A67A1;
    display: block;
    margin: auto;
    max-width: 300px;
    padding: 20px;
	box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
	font-weight: bold;
	font-size: 16px;
	
}

.arrow_tip {
    margin-bottom: 4px;
    margin-top: -2px;
}

/*---- END Message au dessus du partage ----*/

/*---- Deuxi�me chance pour la question sub ----*/

#fbShareWallBonusSubs {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border: 2px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    display: block;
	margin: 20px auto auto;
    max-width: 300px;
    width: auto;
	padding: 15px;

}

#fbShareWallBonusSubs label p {
    font-size: 15px;
    font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

#fbShareWallBonusSubs input.champTexte {
	max-width: 120px;
	width: auto;
	text-align: center;
	display: block;
	margin: auto;
	font-size: 14px;
	padding: 7px 4px;
}

#fbShareWallBonusSubs .bouton {
	margin: 10px 0 0 !important;
}

/*---- END Deuxi�me chance pour la question sub ----*/

/*---- REJOUER----*/


#fbShareWallBonus .bouton {
	margin-top: 14px !important;
	display: inline-block;
}

/*---- END REJOUER----*/


/* END Facebook Share - Incentiv�s */
/****************************************************************************************************/

.fancybox_body #qualifio_wrapper {
	padding: 15px;
}

/* Optin Tacite */
#skip { 
	color: rgb(23, 164, 190); 
	/*margin-top: -26px;*/
	display: block;
}

.identityset #skip {
	/*float: right;
	text-align: right;*/
	margin-top: 0px;
	width: 100%;
}

object#uploadify1Uploader {
    width: 115px;
}

/****************************************************************************************************/
/* SOFT GATE */

@font-face {
	font-family: "Lato_black_italic";
	src: url("//player.qualifio.com/fonts/qualifio/Lato-BlaIta.ttf");
}

@font-face {
	font-family: "Lato_normal";
	src: url("//player.qualifio.com/fonts/qualifio/Lato-Reg.ttf");
}

#softGate {
	position:absolute;
	display:block;
	clear: both;
	z-index:4000;
	width: 100%;
	height: 100%;
    background-image: url("/static/common/css_images/black_opacity.png");
	text-align: center;
}	


#softGateBox {
	font-family: "Lato_normal", helvetica, arial, sans-serif;
	display: inline-block;
	margin: 70px auto 40px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.60);
    background: #fff;
    /*width: 100%;*/
	padding: 0 0 25px 0;
}

.SoftGateClose {
    text-align: right;
    height: 0;
    position: relative;
}

.SoftGateClose > a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	color: #797979;
    background: #eeeeee;
    margin: 0 10px 0 0;
    padding: 7px 11px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -25px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	z-index: -1;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.SoftGateClose > a:hover {
    top: -31px;
	color: #4F4F4F;
}

#softGateBox .fb_iframe_widget span {
    background-image: url("/static/common/css_images/loading1.gif");
    background-position: center center;
    background-size: 180px auto;
}

.line_left, .line_right, .picto_softgate {
	display: none;
}

#softGateBox .fb_iframe_widget, #softgate_twitter {
    display: inline-block !important;
}

#softgate_twitter {
    background-color: #5ea9dd;
	background-image: url("/static/common/css_images/twitter_follow.png");
}

#softGateBox .fb_iframe_widget {
    background-color: #3e5b99;
	background-image: url("/static/common/css_images/facebook_follow.png");
}

.button_softgate {
    position: relative;
}

#softgate_twitter, #softGateBox .fb_iframe_widget {
    background-position: 14px 12px;
    background-repeat: no-repeat;
    border-radius: 3px;
    display: block;
    height: 273px !important;
    padding: 45px 10px 10px 10px !important;
    width: 304px;
	vertical-align: top;
	margin: 5px !important;
}

#softGateBox h2 {
	font-family: "Lato_black_italic", helvetica, arial, sans-serif;
	background: #f5f5f5;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1) inset;
    color: #4f4f4f;
    padding: 12px 5%;
    /*width: 80%;*/
	font-weight: normal;
	font-size: 24px;
	margin-top: 0px;
	border-radius: 5px 5px;
}

#softGateBox br {
	display: none;
}

#softGateBox p {
	color: #464646;
    font-size: 17px;
    line-height: 20px;
    /*padding: 0 15%;*/
    max-width: 350px;
	margin: 10px auto;
}

#softGateBox iframe {
	background: #fff;
	width: 100% !important;
	max-width: 300px !important;
	display: block;
	margin: auto;
	height: 271px !important;

}

#softGateBox a.bouton {
	display: inline-block !important;
    font-size: 16px;
    background: #eeeeee !important;
    border: inherit !important;
    border-radius: 0 !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4) !important;
    margin: 0 !important;
    padding: 15px 21px 10px !important;
    position: absolute !important;
    right: 10px !important;
    top: 20px !important;
    z-index: -1;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	color: #797979 !important;
	text-shadow: inherit;
}

#softGateBox a.bouton:hover {
	color: #4F4F4F !important;
	border: inherit !important;
    background: #eeeeee !important;
	top: 25px !important;
}

#softGateBox #fb-root {
	width:0px;
	min-height:580px; 
	float:left;
}

.twitter-timeline {
    color: #a9d2ee;
    font-size: 15px;
    text-decoration: none;
}

.twitter-timeline:hover {
    text-decoration: underline;
    color: #fff;
}

@media only screen and (max-width: 360px) {
	#softGateBox img {
		max-width: 15%;
	}
	
	#softgate_twitter, #softGateBox .fb_iframe_widget {
		/*height: inherit !important;*/
		padding: 45px 2px 2px 2px !important;
		width: auto;
		margin: 5px 0px !important;
	}
}

/* END SOFT GATE */
/****************************************************************************************************/

#displayvote.hidden {
	display: none !important;
}

/****************************************************************************************************/
/* MOT MYSTERE */

#message_intro img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}

/*clics*/

.wrapper_clics {
    padding: 13px 0;
}

.wrapper_clics #clics {
    background-image: url("/static/common/css_images/picto_clic_mystere.png");
    background-repeat: no-repeat;
    padding: 0px 0 1px 45px;
    display: inline-block;
}

.wrapper_clics #clics > span {
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px !important;
    padding: 4px 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	min-height: 26px;
}

/*End Clics*/
/*Cartes*/
#listOfCards, #keyboard, #finalMessage {
	width:100% !important;
	clear:both;	
}

#listOfCards .empty {
    background-color: #fff;
	opacity: 0.6;
    border-width: 2px ;
	border-style: dashed !important;
	border-color: rgba(0, 0, 0, 0.5);
}

#listOfCards .escape {
	border-color: rgba(0, 0, 0, 0) !important;
    border-style: solid !important;
    border-width: 2px !important;
}

#listOfCards .card {
	padding:8px;
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:60px;
	height:80px;
	float:left; 
	margin:0 6px 6px 0; 
	text-align:center;
}

#listOfCards .card span { font-size:70px; line-height: 1.1em;}
/*END Cartes*/
/*Clavier*/

#keyboard {
	padding-top: 20px;
}

#keyboard .btn_letter {
	font-weight:bold;
	background: #e5e5e5;
    border-bottom: 5px solid #9b9b9b;
    border-top: inherit;
	border-right: inherit;
    border-left: inherit;
	border-radius: 5px 5px 8px 8px;
	-webkit-border-radius: 5px 5px 8px 8px;
	-moz-border-radius: 5px 5px 8px 8px;
    color: #9b9b9b;
	padding: 7px 10px;
	font-size: 22px;
	width: 48px;
	margin-bottom: 3px;
	-webkit-appearance: none;
}

#keyboard .btn_letter:hover {
	background: #e5e5e5;
    border-bottom: 2px solid #9b9b9b;
    border-left: inherit;
    border-radius: 5px 5px 8px 9px;
    border-right: inherit;
    border-top: inherit;
    color: #9b9b9b;
    border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;
	-moz-border-radius: 5px 5px 5px 5px ;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	position: relative;
	top: 4px;
	cursor: pointer;
}

#keyboard .btn_letter.correct, #keyboard .btn_letter.correct:hover {
	background: #b6e01d; /* Old browsers */
    border-bottom: 2px solid #657c19;
	color: #ffffff !important;
	position: relative;
	top: 4px; 
    border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;
	-moz-border-radius: 5px 5px 5px 5px ;
}

#keyboard .btn_letter.bad, #keyboard .btn_letter.bad:hover {
	background: #BC110F; /* Old browsers */
    border-bottom: 2px solid #910A08;
	color: #E0AAAA !important;
	position: relative;
	top: 4px; 
    border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;
	-moz-border-radius: 5px 5px 5px 5px ;	
}

/*END Clavier*/

@media only screen and (max-width: 480px) {
	
	.wrapper_clics {
		text-align: center;
	}
		
	#listOfCards .card span {
		font-size: 34px !important;
	}
	
	#listOfCards .card {
		height: 40px !important;
		margin: 0 4px 4px 0 !important;
		padding: 4px !important;
		width: 40px !important;
		border-width: 1px !important;
	}
	
	#listOfCards .escape {
		border-width: 1px !important;
	}
	
	#keyboard .btn_letter {
		height: 40px;
		width: 40px;
		font-size: 20px;
		padding: 3px 0;
	}

}

/* END MOT MYSTERE */
/****************************************************************************************************/

.fb_iframe_widget {
	float: inherit !important;
	margin: 0 0 0 0 !important;
}


/****************************************************************************************************/
/* Images cliquables */

#answerVPicGroup, #answerPicGroup {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.answerPic {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: auto;
	cursor: pointer;
	position: relative;
}

.answerVPic {
	background-color: #f9f9f9;
    border: 1px solid #d8d8d8;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.04);
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: auto;
	cursor: pointer;
	position: relative;
}

.unSelectedPic:hover, .answerVPic:hover {
	border: 1px solid #b3b3b3;
	background-color: #F2F2F2;
	opacity: 1;
}

.selectedPic, .selectedPic:hover {
    background-color: #e6f2f7;
    border: 1px solid #53a7cc !important;
}

.answerVPic > img, .answerPic > img {
    display: block;
    margin: 5% auto;
    position: relative;
    width: auto;
	max-width: 90%;
}

#ic_container {
	width: 90%;
	display: inline-block;
}


.ic_response {
    font-size: 16px;
	display: block;
	margin: auto;
	width: 75%;
}

.answerVPic .ic_response > span {
    color: #6d6d6d;
}

.answerVPic.selectedPic .ic_response > span {
    color: #266D89;
}

.answerPic .ic_response {
	margin: auto auto 10px;
}

.answerPic .ic_checkbox {
	display: none;
}

.answerVPic .ic_checkbox {
    display: block;
    height: 24px;
	vertical-align: top;
	float: left;
	margin-bottom: 5px;
	font-size: 24px;
	font-family: FontAwesome;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #d8d8d8;
}

.answerVPic.col_5 .ic_response,
.answerVPic.col_4 .ic_response {
	width: 46%;
}

.answerVPic .ic_checkbox:before {
  content: "\f096";
}

.answerVPic:hover .ic_checkbox:before, .selectedPic .ic_checkbox:before {
	content: "\f046";
}

.selectedPic .ic_checkbox:before, .selectedPic:hover .ic_checkbox:before {
	color: #53a7cc;
}

/*
.unSelectedPic {
    opacity: 0.5;
}
*/

/*Colonnes*/

.answerVPic, .answerPic {
    margin: 0.5%;	
}

.answerVPic.col_5, .answerPic.col_5 {
	width: 17.5%;
}

.answerVPic.col_4, .answerPic.col_4 {
    width: 23%;	
}

.answerVPic.col_3, .answerPic.col_3 {
	width: 31%;
}

.answerVPic.col_2, .answerPic.col_2 {
	width: 47%;
}

.answerVPic.col_1, .answerPic.col_1 {
    margin: 1% 0;
    width: 93%;
}

@media only screen and (max-width: 380px) {
	.answerVPic.col_2, .answerVPic.col_3, .answerVPic.col_4, .answerVPic.col_5, 
	.answerPic.col_2, .answerPic.col_3, .answerPic.col_4, .answerPic.col_5 {
	 	margin: 0.5%;
		width: 47%;
	}	
}

/*END Colonnes*/

/* END Images cliquables  */
/****************************************************************************************************/

/****************************************************************************************************/
/* Checklist  */

.chkl_response {
	background-color: #f9f9f9;
    border: 1px solid #d8d8d8;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.04);
    display: block;
    vertical-align: top;
	cursor: pointer;
	margin: 8px 0;
    padding: 12px 12px 12px 12px;	
}

.chkl_response span:before {
	content: "\f096";
	font-size: 24px;
	font-family: FontAwesome;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	width: 30px;
	display: inline-block;
}

.chkl_response span:before, .chkl_response:hover span:before {
	color: #d8d8d8;
}

.chkl_response:hover {
	border: 1px solid #b3b3b3;
	background-color: #F2F2F2;
	opacity: 1;
}

.checkListItemSelected .chkl_response, .checkListItemSelected .chkl_response:hover {
    background-color: #e6f2f7;
    border: 1px solid #53a7cc !important;
	content: "\f046";
}

.chkl_response:hover span:before {
	content: "\f046";
}

.checkListItemSelected .chkl_response span:before, .checkListItemSelected .chkl_response:hover span:before {
	content: "\f046";
	color: #53a7cc;
}

.chkl_response > span {
    color: #6d6d6d;
	font-size: 16px;
}

.checkListItemSelected .chkl_response > span {
    color: #266D89;
}

/* END Checklist  */
/****************************************************************************************************/
/****************************************************************************************************/
/* Upload Module (Drag & Drop) */

@font-face {
	font-family: "FontAwesome";
	src: url("/static/common/css_images/fontawesome/fontawesome-webfont.eot?v=4.4.0");
	src: url("/static/common/css_images/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("/static/common/css_images/fontawesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("/static/common/css_images/fontawesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("/static/common/css_images/fontawesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("/static/common/css_images/fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}


.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.uploadzone {
    border-style: dashed;
    border-width: 2px;
	/*display: inline-block;*/
	text-align: center;
	-o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	
	color: #919191; /*se modifie avec les couleurs de l'apparence*/
	border-color: #919191; /*se modifie avec les couleurs de l'apparence*/
}

.uploadzone:hover {
	background-color: inherit;
	background-color: rgba(255,255,255,0.3);

	color: #000; /*se modifie avec les couleurs de l'apparence*/
	border-color: #000; /*se modifie avec les couleurs de l'apparence*/

}

.ui-progressbar .ui-progressbar-value {
	margin: 0px !important;
}

.text_drag {
    font-size: 16px;
    font-weight: bold;
}

.fa.fa-cloud-upload{
    font-size: 45px;
	margin: 0px;
}

.uploadzone a.bouton {
    margin: 10px 0 14px;
}

.uploadzone .ui-button-text-only .ui-button-text {
    padding: 0;
}

.uploadzone a.bouton .fa-folder:before {
	content: "\f07b";
	font-size: 18px;
	padding: 0 10px 0 0;
	width: 17px !important;
    display: block;
}

.uploadzone a.bouton:hover .fa-folder:before {
	content: "\f07c";
}

.uploadzone i.fa-cloud-upload, .uploadzone span {
    display: block;
}

/*OR*/

.drag_choice > span {
    display: inline-block;
}

.drag_choice > div {
    border-bottom-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 0;
    position: relative;
    top: -3px;
    width: 20px;
}

.drag_choice {
    margin-top: 2px;
}

/*Messages*/

.uploadFileDisplay {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    text-align: left;
	display: inline-block;
	position: relative;
	max-width: 200px;
	width: 100%;
}

/*Correct*/

.upload-wrapper .fa.fa-check {
    top: -6px;
    position: absolute;
    right: -1px;
	color: #7ECC26;
	background: #fff;
	border-radius: 100px;
	padding: 2px;
	font-size: 18px;
}
			
/*UnCorrect*/

.fa.fa-times, .uploadNOk {
    color: #B20000;
}

.fa.fa-times {
	vertical-align: top;
	color: #fff;
	border-radius: 100px;
	padding: 11px 6px;
	background-color: #B20000;
	line-height: 0;
	left: -8px;
	position: absolute;
	top: -8px;
	font-size: 14px;
}

.uploadNOk {
	width: auto;
	background-color: #fff;
	border: 2px solid #B20000;
	padding: 10px;
	border-radius: 3px;
}

/*Icons upload formats*/

.upload-wrapper .preview img {
	border: 3px solid #7ecc26;
	margin-bottom: 13px;
	max-height: 115px;
	max-width: 100%;
}
.upload-wrapper .preview i.fa {
    color: #7ecc26;
    font-size: 23px;
    margin-bottom: 10px;
}

/*Progressbar*/

.uploadProgressBar {
    border-radius: 100px;
    height: 10px;
	background: rgba(0, 0, 0, 0.10);
	border: 1px solid #fff;
	margin-bottom: 6px;
	max-width: 200px;
	margin: auto;
}

.uploadProgressBar div {
    background: #7ecc26;
    border-radius: 100px;
	border: none;
	margin: 0px;
}

/*Formulaire*/

.identityset .drop-target > span {
    display: none !important;
}

.identityset .uploadzone .fa.fa-cloud-upload {
    display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
		
.identityset .uploadzone a.bouton {
	margin: 0 0 5px 0;
}

.identityset .uploadzone a.bouton span {
	padding: 0px;
}

.identityset .fa-cloud-upload {
    font-size: 40px;
}

.identityset .drag_choice {
	display: none;
}


/*Mobile*/

@media handheld, only screen and (max-width: 480px) {
	.uploadzone, .uploadzone:hover {
		background-color: inherit;
		border: medium none;
		padding: 0;
		text-align: left;
	}
			
	.uploadzone .drop-target > span {
    	display: none;
	}
	
	.uploadzone i.fa-cloud-upload {
    	display: none !important;
	}


	.uploadFileDisplay {
		max-width: inherit;
	}
	
	.message.uploadOk {
		display: block !important;
	}
	
	.drag_choice {
		display: none;
	}

}

/*  END Upload Module (Drag & Drop) */
/****************************************************************************************************/
/****************************************************************************************************/
/*  RECAP EXIT SCREEN */

.exit table#recap {
	background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    display: block;
    margin: auto;
    max-height: 400px;
    overflow: auto;
    padding: 14px;
}

#recap_wrapper tr {
    font-weight: 600;
}

#recap_wrapper .answer {
    font-weight: normal;
	color: #96c527;
	padding-bottom: 20px;
}

#recap_wrapper strike {
	color: #c43519;
}

/*  END RECAP EXIT SCREEN */
/****************************************************************************************************/
/****************************************************************************************************/
/*  MULTIMEDIA HINT */

/*VIDEO ONLY*/

.multimedia.multimedia_video iframe {
	height: calc(270px);
}

/*SOUND ONLY*/

.multimedia.multimedia_sound iframe {
    max-height: 90px;
}

/*VIDEO AND SOUND*/

.multimedia {
	overflow: hidden;
}

.multimedia iframe {
    max-width: 100% !important;
    width: 100% !important;
	margin-top: 10px;
}

table.multiple td.picto img {
    width: 100%;
	height: auto;
	min-width: 70px;
	max-height: inherit;
}

table.multiple td {
	vertical-align: top;
}

table.multiple td input {
	margin: 4px 8px 4px 0;
}

.multimedia audio {
    margin: 10px 0;
	width: 100%;
	min-width: 250px;
}

table.multiple td.picto {
	padding-right: 10px;
}


/*Buzzfeed*/

#answerVPicGroup .multimedia, 
#answerPicGroup .multimedia {
    margin: auto;
    width: 90%;
	padding: 0 0 7px;
}

#answerVPicGroup .multimedia audio, 
#answerPicGroup .multimedia audio,
.CheckboxesGroup .multimedia audio {
	min-width: inherit;
}

#answerVPicGroup .multimedia iframe,
#answerPicGroup .multimedia iframe {
    margin-bottom: 2px;
    margin-top: 0;
}

#answerVPicGroup .multimedia audio,
#answerPicGroup .multimedia audio {
    margin: 7px 0 10px;
}

/*END Buzzfeed*/

@media only screen and (max-width: 480px) {
	.multimedia.multimedia_video iframe {
		height: calc(140px);
	}
	
	.multimedia audio {
		min-width: inherit;
	}
	
	table.multiple td.picto img {
		max-width: 70px;
	}
	
	.questionset div.custom {
		padding: 0px;
	}
	
	table.multiple td.picto {
		padding-right: 5px;
		vertical-align: middle !important;
	}
	
	table.multiple td.click {
		vertical-align: middle !important;
	}
}

/*  END MULTIMEDIA HINT */
/****************************************************************************************************/
/****************************************************************************************************/
/*  Cumulative Filter */

.cumulative_filter {
    display: inline-block;
    margin: 5px 0;
}

.label_filter {
    padding-left: 10px;
}

.b_search {
    position: absolute;
    right: 8px;
    top: 10px;
}

 .b_search input[type="image"] {
    font-size: 0;
    height: 37px;
    left: -5px;
    position: absolute;
    top: -8px;
    width: 27px;
    z-index: 1000;
}

.b_search input { font-family: 'FontAwesome'; } 

.b_search:after {
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f002";
}

#sortby {font-size: 0px !important;}


/*  END Cumulative Filter */
/****************************************************************************************************/
/****************************************************************************************************/
/*  Upload Module - PHOTO EDIT */

/*body.fancybox_body.fancybox_upload {
	text-align: center;
}

body.fancybox_body.fancybox_upload .options_picture div {
    display: inline-block;
}

body.fancybox_body.fancybox_upload #qualifio_wrapper {
	padding: 15px 0px !important;
}

body.fancybox_body.fancybox_upload .jcrop-holder {
    display: inline-block;
}

body.fancybox_body.fancybox_upload .options_picture .bouton {
    display: inline-block;
	margin-bottom: 0px;
}

.fancybox_upload .fa {
    margin: 0 8px 0 0;
}

body.fancybox_body.fancybox_upload .assetContainer {
    margin-left: 15px;
    text-align: left;
}

body.fancybox_body.fancybox_upload .bouton.visualAsset, body.fancybox_body.fancybox_upload .bouton.visualAsset:hover {
    background: #fff;
    margin: 10px 1px;
	border-width: 2px;
	vertical-align: middle;
}

body.fancybox_body.fancybox_upload #avatar {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}


body.fancybox_body.fancybox_upload #visuals {
	display: inline-block;
	max-width: 360px;
	vertical-align: top;
}


@media only screen and (max-width: 700px) {
	body.fancybox_body.fancybox_upload #visuals {
		max-width: inherit;
	}
	
	body.fancybox_body.fancybox_upload .assetContainer {
		margin: 5px;
	}
	
	body.fancybox_body.fancybox_upload .assetContainer > div {
		max-width: 250px;
		overflow-x: auto;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 480px) {
	body.fancybox_body.fancybox_upload #avatar {
		zoom: 65%;
	}
	
	body.fancybox_body.fancybox_upload .assetContainer > div {
		max-width: 200px;
	}
}*/

/*  END Upload Module - PHOTO EDIT */
/****************************************************************************************************/
/****************************************************************************************************/
/*  RANKING */

/*Bootstrap modifications*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0px !important;
}

.ranking_wrapper .panel {
    margin-bottom: 0 !important;
    min-height: 200px;
}

.row.ranking_wrapper {
    margin-left: 0;
    margin-right: 0;
}

.row .container, .custom .container {
    padding: 0 !important;
    width: 100% !important;
}

.questionset .row {
    margin: 0 !important;
}

/*Size comportement*/

.ranking-colFrom, .ranking-colTo {
    width: 48% !important;
	float: left !important;
	margin: 5px 1%;
	background: rgba(239, 239, 239, 0.1);
    border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

@media screen and (max-width: 480px) {

	.ranking-colFrom, .ranking-colTo {
		width: 100% !important;
		float: inherit !important;
	}
}


/*Draggable elements*/

.ranking_wrapper .uploadzone {
    border-style: dashed;
    border-width: 2px;
}
		
.draggable {
    width: 100% !important;
}


.portlet-placeholder.uploadzone {
	min-height: 80px;
	margin: 5px 0;
}

.panel {
	background: inherit !important;
	border: none !important;
	box-shadow: inherit !important;
}

.ranking_wrapper .well {
	margin: 5px 0;
	box-shadow: inherit;
    background-color: #f9f9f9;
    border: 2px solid #d8d8d8;
	cursor: grab;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.10), 0 0 0 rgba(255, 255, 255, 0) inset;
	height: auto !important;
}

.ranking_wrapper .well:hover {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.10), 0 0 0 rgba(255, 255, 255, 0) inset;
	background-color: #F2F2F2;
	border: 2px solid #b3b3b3;

}


/*Inside Elements*/

.col_right_illustration {
	display: inline-block;
	width: 60%;
	vertical-align: middle;
    text-align: left;
}

.ranking_multimedia {
	background: gray;
	height: 20px;
	width: 100%;
}

.draggable .illustration {
    display: inline-block;
	width: 35%;
	margin-right: 2%;
	vertical-align: middle;
}

.draggable .illustration img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.ranking_wrapper .multimedia audio {
	min-width: inherit !important;
}

/*Button Drag & Drop*/

.item-action-bar {
    display: none;	
}

.ranking_wrapper .bouton {
    margin: 5px 0 0;
	display: inline-block;
	text-align: center;
	white-space: normal;
}

.ranking-colTo .item-action-bar {
    text-align: left;
}


/*Arrow Left*/
.ranking-colTo .fa-arrow-right:before{
	content:"\f060";
}

.ranking_wrapper .bouton i {
    display: block;
    margin: 0;
}

/*IE8 only*/
.item-action-bar {
    display: block\9;
}

@media screen and (max-device-width: 1000px) {
	.item-action-bar { 
		display: block;
	}
			
}

@media screen and (max-width: 480px) {
	
	.item-action-bar { 
		display: block;
		text-align: center !important;
	}
			
	.ranking-colFrom, .ranking-colTo {
		width: 100% !important;
		float: inherit !important;
	}
	
	/*Arrow Down*/
	.ranking-colFrom .fa-arrow-right:before{
		content:"\f063";
	}

	/*Arrow Top*/
	.ranking-colTo .fa-arrow-right:before{
		content:"\f062";
	}
}


/* END RANKING */
/****************************************************************************************************/
/****************************************************************************************************/
/* SSO LAGARDERE */

/*specific class for pre-field field that can not be changed in a form (Lagardere)*/
input.read_field {
	background: inherit;
    border: none;
    color: inherit;
    padding: 10px 0;
	width: 100%;
	font-size: 100%;
	font-family: inherit;
	cursor: default;
}

/* END SSO LAGARDERE */
/****************************************************************************************************/
/****************************************************************************************************/
/*CHECKBOX / RADIOS BUTTONS NEW DESIGN*/

#matrice .flat_radio {
	margin: auto;
}

table#matrice {
    margin-bottom: 20px;
}

.questionset textarea {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

@media only screen and (min-width: 10px) {
	/*IE8 : default checkbox & radio buttons*/
	/*IE9 : works fine but no animation*/
	/*IE10 - 11 / Safari / Chrome / Firefox : works fine */

	.flat_radio input[type="radio"], .flat_checkbox input[type="checkbox"] {
	    cursor: pointer;
	    height: 20px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;    
		position: absolute;
	    width: 20px;
	    z-index: 20;
		margin: 0;
		top: -2px;
		left: -2px;
	}

	.flat_radio, .flat_checkbox {
		width: 15px;
		height: 15px;
		position: relative;
		border: 2px solid #b9b9b9;
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
		box-sizing: initial;

	}

	.flat_radio, .flat_inside_radio {
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}

	.flat_checkbox {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
			
	.flat_inside_radio, .flat_inside_checkbox {
		cursor: pointer;
		position: absolute;
		width: 20px;
		height: 20px;
		left: 2px;
		top: 2px;
	}

	/*Cocher - plein*/
	.flat_inside_radio:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		content: "";
		position: absolute;
		-o-transition:transform 0.28s ease 0s;
		-ms-transition:transform 0.28s ease 0s;
		-moz-transition:transform 0.28s ease 0s;
		-webkit-transition:transform 0.28s ease 0s;
		transition:transform 0.28s ease 0s;
		
		background: #000000;
		width: 0px;
		height: 0px;
		top: 1px;
		left: 1px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		
		transform: scale(0);
		box-sizing: initial;
		
	}
		
	/*Cocher - V */

	.flat_inside_checkbox:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		content: "";
		position: absolute;
		width: 13px;
		height: 5px;
		background: transparent;
		top: -3px;
		left: 0px;
		border: 4px solid #000000;
		border-top: none;
		border-right: none;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);		
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
		box-sizing: initial;
	}

	.flat_radio input[type=radio]:checked + .flat_inside_radio:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		width: 9px;
		height: 9px;
		transform: scale(1);
		box-sizing: initial;
	}
			
	.flat_radio input[type=radio]:checked + .flat_inside_radio:before {
	    border: 2px solid #000000;
	    -webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	    content: "";
	    height: 15px;
	    left: -4px;
	    position: absolute;
	    top: -4px;
	    width: 15px;
	    box-sizing: initial;
	}

	.flat_checkbox input[type=checkbox]:checked + .flat_inside_checkbox:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		box-sizing: initial;
	}
				
	.flat_checkbox input[type=checkbox]:checked + .flat_inside_checkbox:before {
	    border: 2px solid #000000;
	    -webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	    content: "";
	    height: 15px;
	    left: -4px;
	    position: absolute;
	    top: -4px;
	    width: 15px;
	    box-sizing: initial;
	    
	}

	.multiple tr td {
	    vertical-align: middle;
	}

	.reponse > label {
	    margin-right: 10px;
	}

	#answerVPicGroup .flat_checkbox, #answerPicGroup .flat_checkbox, .CheckboxesGroup .flat_checkbox {
		display: none;
	}

}

/*END CHECKBOX / RADIOS BUTTONS NEW DESIGN*/
/****************************************************************************************************/
/****************************************************************************************************/
/*JUSTIFICATION*/

#resultat img {
    display: none;
}

.result_label {
    font-size: 16px;
    font-weight: 600;
}

#resultat .result_label:before {
	font-family: "FontAwesome";
    font-size: 20px;
    margin-right: 8px;
	width: 21px;
	display: inline-block;
}

#comments {
    font-style: italic;
    margin-bottom: 30px;
    margin-left: 31px;
}

#resultat em {
    font-weight: 600;
}

/*Positif*/

.resultat_positif .result_label {
	color: #a5ce37;
}

.resultat_positif .result_label:before {
    content: "\f00c";
	color: #a5ce37;
}

.resultat_positif #comments {
    border-bottom: 2px solid #a5ce37;
}

/*N�gatif*/

.resultat_negatif .result_label {
	color: #AE2916;
}

.resultat_negatif .result_label:before {
    content: "\f00d";
	color: #AE2916;
}

.result_value {
    display: inline-block;
    font-weight: 600;
    margin-left: 31px;
    margin-top: 10px;
}

.resultat_negatif #comments {
    border-bottom: 2px solid #AE2916;
}

/*END JUSTIFICATION*/
/****************************************************************************************************/
/****************************************************************************************************/
/*PAYEMENT*/

#bankID {
    display: block;
    margin: 15px 0 25px;
}

.method_options {
    display: block;
    margin: 15px 0;
}

.payment_zone h2 {
    margin: 25px 0 0;
}

/*END PAYEMENT*/
/****************************************************************************************************/
/****************************************************************************************************/
/*TWO COLUMNS QUESTIONS*/

/*Global structure*/

.wrapper_column2 {
	text-align: center;
}

.questionset .row.column2 {
    background: #F9F9F9;
    border: 2px solid #E5E5E5;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    position: relative;
    width: 45%;
	margin-left: -3px !important;
	margin-bottom: 15px !important;
	padding: 2%;
    vertical-align: top;
}

.questionset .row.column2:nth-of-type(2n+2) {
    border-radius: 5px 0 0 5px;
    border-right: medium none;
	margin-right: -3px !important;
}
	
.wrapper_column2 .column1 {
    background: #fff;
    border: 2px solid #E5E5E5;
    border-radius: 5px;
    display: inline-block;
	padding: 2%;
    width: 94%;
	margin-bottom: 15px;
}

/*Inside containers*/

.wrapper_column2 .column2 .champTexte {
    font-size: 20px;
    font-weight: bold;
    max-width: 70px;
	width: 100%;
	vertical-align: middle;
}

.wrapper_column2 .champTexte {
	text-align: center;
	width: 100px;
	margin: 8px 0;
}

.column2 .question {
    margin: 8px 5px;
    padding: 0;
	vertical-align: middle;
	font-size: 21px;
}

.column2 div#indice {
    margin: 0;
	vertical-align: middle;
}

.wrapper_column2 .column1 #image, .column2 #image {
	margin: 8px 0 !important;
}

.wrapper_column2 div#indice {
	margin: 0px !important;
}

.column2 #indice #image img {
    max-width: 100px;
    width: 100% !important;
	height: auto !important;
}

.wrapper_column2 table.multiple td.description {
    text-align: left;
}

/*VS*/

.column2:nth-of-type(2n+2):before {
    background: #adadad;
    border-radius: 100px;
    color: #fff;
    /*content: "VS";*/
    font-size: 25px;
    font-weight: bold;
    height: 35px;
    margin-top: -35px;
    padding: 10px;
    position: absolute;
    right: -26.5px;
    text-align: center;
    top: 50%;
    width: 35px;
    z-index: 10;
}

@media only screen and (max-width: 480px) {

	.questionset .row.column2 {
	    border-radius: 0px 0px 5px 5px !important;
		border-bottom: 2px solid #e5e5e5 !important;
	    display: block;
	    width: auto;
		padding: 30px 5%;
		margin-left: 0 !important;
	}

	.questionset .row.column2:nth-of-type(2n+2) {
		border-radius: 5px 5px 0 0 !important;
	    margin-bottom: 0 !important;
		border-bottom: none !important;
		margin-right: 0 !important;
		border-right: 2px solid #e5e5e5 !important;
	}
					
	.column2:nth-of-type(2n+2)::before {
	    bottom: -29px !important;
	    left: 50%;
	    margin-left: -25px;
	    top: inherit;
	}
					
}

/*END COLUMNS QUESTIONS*/
/****************************************************************************************************/

/****************************************************************************************************/
/*PHOTO EDITOR*/

.fancybox_upload {
	background: #333333 !important;
	color: #fff !important;
}

.fancybox_upload a {
    text-decoration: none;
}

.fancybox-skin {
    background: #ffffff !important;
}

#fancybox-overlay.overlay-fixed {
    /*background: inherit !important;*/
}

#cadres span, .no_cadre, .cadre_preview, .drop_zone, a.editor_step_number, .option_crop #rotate {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;	
}
	
.editor_header {
	border-bottom: 2px solid #5b5b5b;
	padding: 10px 0 15px;
	margin: 2%;
}
	
.fancybox_upload h2 {
    display: inline-block;
    font-size: 25px;
	color: #fff !important;
	margin: 0px;
}
	
.fancybox_upload h2 i {
    color: #707070;
    margin-right: 10px;
}

/*Steps*/
	
#editor_steps {
    float: right;
    font-size: initial;
	position: relative;
	cursor: default;
}

.editor_step_number {
    background: #707070;
    border-radius: 100px;
    display: inline-block;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    width: 22px;
	position: relative;
	z-index: 1;
	color: #fff;
	margin-right: 9px;
	font-size: 16px;
}

.fancybox_upload a.editor_step_number {
	background: #707070;
}

.editor_step_number.step_active, a.editor_step_number:hover {
	background: #969696;
	color: #fff;
}

.editor_step_number.step_disabled {
    background: #4c4c4c;
    color: #828282;
}

.step_line {
    border: 2px solid #707070;
    position: absolute;
    top: 50%;
    width: 83%;
	margin-left: 2px;
}

/*Buttons*/

.footer_editor {
    margin: 20px 2%;
}

.footer_editor .bouton {
    margin-bottom: 0;
}

.footer_editor .bouton {
    margin: 0 5px 5px 5px;
}

a.bouton i {
    margin-right: 6px;
}

form#doPimp {
	padding-top: 15px;
	border-top: 2px solid #5b5b5b;
    margin: 0px 2%;
}

/*Spiner*/

#avatar {
    position: relative;
	text-align: center;
}

#uplFileContainer {
    display: inline-block;
}

#uplFileContainer img {
    position: relative;
    z-index: 1;
}

.fancybox_upload .fa.fa-spinner.fa-pulse.fa-3x.fa-fw {
    color: #707070;
    font-size: 45px;
    left: 45%;
    position: absolute;
    top: 40%;
}

/*========FIRST SCREEN========*/

/*Crop*/

#uplFileContainer #uploadedFile {
    height: auto !important;
    max-width: 400px !important;
	width: auto !important;
	max-height: 500px !important;
}

/*Rotate*/

#uplFileContainer {
	position: relative;
}

.option_crop {
    bottom: 0;
    padding: 0 0 6px 9px;
    position: absolute;
    -o-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.option_crop #rotate {
    color: #fff;
    font-size: 26px;
}


.option_crop #rotate:hover {
	font-size: 33px;
}

/*========SECOND SCREEN========*/

#pimper-container {
	font-size: 0px;
}

.container_cropped_image {
	height: 400px;
    margin: auto;
    position: relative;
    width: 400px;
	display: inline-block;
}

.container_editor {
	position: relative;
	padding: 2%;
	text-align: center;
	width: 96%;
	overflow: hidden;
}

.fancybox_upload #assets {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}

	
#imageBorder {
    -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: 400px;
    width: 400px;
}	
	
#croppedImage, #assets, #doPimp {
    font-size: initial;
}

#imageBorder #uploadedFile { 
	position: absolute; 
	z-index: 1;
	left: 0;
}

	
/*Cadres*/

#cadres {
    border-bottom: 2px solid #5b5b5b;
    padding: 0 0 10px 0;
	text-align: center;
}

.container_editor #logos {
	text-align: center;
}

	
.cadre, .container_editor .logo {
	z-index: 1;
}

.cadre, .cadre_preview, .container_editor .logo {
    height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.cadre_preview {
    opacity: 0.3;
}

#cadres span, .container_editor #logos span {  
	cursor: pointer;	
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	transition: all .10s linear;
	position: relative;
	width: 60px;
	display: inline-block;
	margin: 3px;
	height: 60px;
	vertical-align: middle;
}
	
#cadres span:hover, .container_editor #logos span:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 1;
}
	
#cadres span:hover .cadre_preview, #logos span:hover .cadre_preview {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1; 
}

.no_cadre {
    display: inline-block;
	width: 60px;
	height: 60px;
	color: #C4C4C4;
	font-size: 37px;
	cursor: pointer;
}
	
.no_cadre i.fa {
    vertical-align: middle;
	text-align: center;
}

.no_cadre i.fa:hover {
	 color: #A00000;
}

#cadreFile { 
	position: absolute; 
	z-index: 2;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*Logos*/

.container_editor #logoFile {
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
}

.container_editor #logos {
    padding: 10px 0;
}

#logoFile, #cadreFile {
	height: 400px;
	width: 400px;
}

/*Items*/


.fancybox_upload .visualAsset {
	cursor: move;
}
		
.fancybox_upload #visuels {
	background-image: url("//files.qualifio.com/demos/nicolas/pattern_transparency.png") !important;
	border-radius: 3px;
	/*padding: 10px;*/
	/*margin-top: 25px;*/
}
		
.fancybox_upload #visuels .ui-wrapper {
    overflow: initial !important;
	display: inline-block;
}

.fancybox_upload #visuels .drop_zone {
	border: 3px dashed rgba(0, 0, 0, 0);
	height: 387px;
	left: 17px;
    position: absolute;
    top: 17px;
    width: 387px;
    z-index: 2;
	border-radius: 10px;
}

.fancybox_upload #visuels:hover .drop_zone {
    background-color: rgba(255, 255, 255, 0.5);
    border: 3px dashed rgba(0, 0, 0, 0.5);
}

.fancybox_upload #visuels {
	font-size: 0px;
	width: 100%;
}

/*.items_thumbnail {
    height: 60px;
	text-align: center;
	display: inline-block;
	float: left;
	margin: 5px;
	width: auto;
}*/

.items_thumbnail {
    height: 60px;
	text-align: center;
	display: block;
	width: 50%;
	float: left;
}

.items_thumbnail .ui-wrapper.ui-draggable.ui-draggable-handle div {
    display: none;
}

.items_thumbnail .ui-wrapper.ui-draggable.ui-draggable-handle.droppedVisual div {
    display: block;
}

/*Z-INDEX position*/

#imageBorder #uploadedFile {
	z-index: 0;
}

.container_cropped_image #cadreFile {
	z-index: 2;
}
	
.container_cropped_image #logoFile {
	z-index: 3;
}
				
.items_thumbnail div.ui-wrapper {
	z-index: 1;
}
	
/*HOVER*/
	
.container_cropped_image:hover #cadreFile {
	z-index: 1;
}
	
.container_cropped_image:hover #logoFile {
	z-index: 2;
}
				
.container_editor:hover .items_thumbnail div.ui-wrapper {
	z-index: 4;
}

.fancybox_upload #visuels .drop_zone {
	z-index: 3;
}

/*=======Fancy Specific=======*/

.questionset .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable, .identityset .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{
    border: medium none;
    bottom: 2% !important;
    max-width: 750px;
    padding: 0;
    top: 10px !important;
    width: 96% !important;
    height: 1200px !important;
    background: #333333;
}

.photoEditor-dialog-box {
    padding: 0;
}

.questionset .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .ui-widget-header, .identityset .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .ui-widget-header {
    background: #282828;
    border: none;
    border-radius: 0;
}

.ui-widget-overlay {
    background: #000;
}

.ui-widget-header .ui-state-default {
	border: none;
	background: none;
}

.photoEditor-dialog-box .photoEditor-dialog-box-wrapper {
    width: 100%;
	min-height: 1000px !important;
}


/*Close*/

.ui-dialog-titlebar-close span {
    display: none;
}

.ui-dialog-titlebar-close:before {
	content: "\f00d";
	font-family: fontawesome;
    font-size: 20px;
	color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: -13px 0 0;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
	outline:0;
}

.upload-wrapper i.fa {
    display: inline-block;
}

/*========MOBILE========*/

@media only screen and (max-width: 768px) {
	.questionset .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable, .identityset .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
		width: 100% !important;
		top: 0px !important;
		bottom: 0px !important;
	}
}

@media only screen and (max-width: 718px) {

	.items_thumbnail {
		width: 33%;
	}

	.fancybox_upload #visuels {
		display: inline-block;
		width: auto;
	}

	.fancybox_upload #assets {
		width: 100%;
	}

	.fancybox_upload #visuels .drop_zone {
		left: 50%;
		margin-left: -197px;
	}
	
	#croppedImage, .fancybox_upload #assets {
		width: 100% !important;
	}
	
	#croppedImage {
		padding-right: 0px;
	}
	
	.fancybox_upload #assets {
		padding-left: 0px;
	}

	.fancybox_upload #visuels {
		display: inline-block;
		width: auto;
	}

	.fancybox_upload #assets {
		margin-left: 0px;
	}

	#cadres {
		border-bottom: none;
		box-shadow: inherit;
		display: inline-block;
		padding: 10px 0;
	}

}

@media only screen and (max-width: 480px) {

	.items_thumbnail {
		width: 50%;
	}

	/**/
	
	#avatar {
		zoom: 60%;
	}

	#uplFileContainer #uploadedFile {
		width: 100%;
		height: auto;
	}

	.fancybox_upload {
		text-align: center;
	}

	.fancybox_upload h2 i, .step_line {
		display: none;
	}
	
	#editor_steps{
		display: none;
	}

	.editor_header {
		margin: 13px 2%;
		padding: 0 0 10px;
	}
	
	.fancybox_upload #visuels .drop_zone {
		display: none;
	}

	.container_cropped_image {
		width: auto;
	}

	#cadreFile {
		left: 0;
	}

	.footer_editor .btn_back {
		float: left;
	}

	/*#pimper-container {
		width: 300px;
	}*/
	
	.container_editor {
		overflow: auto;
	}
}

/*END PHOTO EDITOR*/
/****************************************************************************************************/


        body {
            width : 810px;
            height : 1200px;
            
              background-color : #ffffff;
            
        }
        body, table.identite td, input.champTexte, textarea {
          
            font-size : 14px;
          
            color : #000000;
          
              font-family : Open Sans;
            
        }
        h1.campaign_title{
          
              display: none;
          
        }
        h1{
          
            font-size : 24px;
          
            color : #000000;
          
              font-weight: bold;
          
              font-family : Open Sans;
            
        }
        h2.campaign_step{
          
            display : block;
          
        }
        h2{
          
            font-size : 19px;
          
            color : #000000;
          
              font-weight: bold;
          
              font-family : Open Sans;
            
        }

        
          a {
            color:#04D3FF;
          }
        
        div#question, div.question{
          
            font-size : 15px;
          
            color : #000000;
          
              font-weight: bold;
          
              font-family : Open Sans;
            
        }

        
        #launchGame{
          text-align : center;
        }
        

        /* qualifioBox */
        div#qualifioBox{
        
            position : relative;
        
      
          margin-left: auto;
          margin-right: auto;
        
      width : 90%;
      
      }

      

        div.quizz{
        
          padding-top : 20px;
        
          padding-bottom : 20px;
        
          padding-left : 20px;
        
          padding-right : 20px;
        
        }

    div#lots {
      
        display : none;
      
    }
    div#partners {
      
        display : none;
      
    }

    div#others_games {
      
        display : none;
      
    }
    div#menu_top{
    	
        display : block;
        height : 30px;
        
          background-color : #00bee0;
        
          color : #ffffff;
        
    }
    

    
      div#fb_tools {
        display : block;
        position : fixed;
        top : 5px;
        left : 5px;
        float : left;
      }
      div#social_tools {
        display : block;
        position : fixed;
        top : 5px;
        left : 220px;
        float : left;
      }
    

    div#tools{
    	
        color : #ffffff;
      
      
    }
    

      
      div#tools a {
        
            border: none;
        
          color: #ffffff;
        
          background:#00bee0;
        
      }

      div#tools a:hover {
        
            border: none;
        
            color: #ffffff;
        
            background:#00bee0;
        
        }  

    .bouton, .ssoBouton, .uploadChooseBtn {
      
      
          border: none;
      
        color: #ffffff;
    
        background: #00bee0;
    
            border-radius : 3px !important;
            -moz-border-radius: 3px !important;
            -webkit-border-radius: 3px !important;
          
        font-size : 16px;
      
          font-weight: bold;
      
          font-family : Open Sans;
        

    }

    select, textarea, input.champTexte, .answerPic img, .answerVPic, .chkl_response, #keyword, select#ordre, input#code, .identityset select, .questionset select, .gallery select {
      
        border-radius : 3px !important;
        -moz-border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
      
    }
    div#tools a {
      
            border-radius : 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
          
    }

    .answerPic img:hover, textarea:hover, input.champTexte:hover, textarea:focus, input.champTexte:focus, #keyword:hover, #keyword:focus, input#code:hover, input#code:focus {
      
        border-color : #00bee0;
      
    }

    .column2:nth-of-type(2n+2):before {
      
        background : #00bee0;
      
        color : #ffffff;
      
    }

    div#bar {
      
        background : #00bee0;
        background-image: none !important;
      
    }

    

      .bouton:hover, .ssoBouton:hover, .uploadChooseBtn:hover {
        
            border:none;
         
            color: #ffffff;
        
            background: #0095b0;
        
      }

       
        .bouton:disabled, .bouton:hover:disabled:hover {
        opacity: 0.5 !important;
        
            border:none;
        
            color: #ffffff !important;
        
            background: #00bee0 !important;
        

      }

      


    
        .flat_inside_checkbox::after, .flat_radio input[type="radio"]:checked + .flat_inside_radio::before, .flat_checkbox input[type="checkbox"]:checked + .flat_inside_checkbox::before {
          border-color: #00bee0;
        }
      
        .flat_inside_radio::after {
          background: #00bee0;
         }
       


    .uploadzone{
      

        border-color : rgba(0, 190, 224, 0.6);
        color : rgba(0, 190, 224, 0.6);
      
    }

    .uploadzone:hover {
      
        border-color : #00bee0;
        color : #00bee0;
      
    }

    .jcarousel-skin-partners .jcarousel-container-horizontal {
        width: 680px;
    }
    .jcarousel-skin-partners .jcarousel-clip-horizontal {
        width: 680px;
    }

    .jcarousel-skin-othersgames .jcarousel-container-horizontal {
        width: 740px;
    }
    .jcarousel-skin-othersgames .jcarousel-clip-horizontal {
        width: 740px;
    }

    
    .coda-slider-wrapper{
      width : 90px;
    }
    .coda-slider{
      width : 90px;
    }
    .coda-slider-wrapper.arrows .coda-slider .panel{
      width : 90px;
    }
    .coda-slider .panel{
      width : 90px;
    }
    .coda-slider-wrapper.arrows .coda-slider{
      width : 90px;
    }
    
    
    .div#indice div#image img{
      max-width : 90px;
    }
    
        #s_play {
            display: none !important;
        }
    .gallery.thumbnails div#qualifioBox {
	overflow-y: hidden !important;
}

.fb_edge_widget_with_comment {
	z-index: 1 !important;
	float: left;
	display: block !important;
	text-align: center;
	position: relative;
	margin: 3px 5px 0 0;
}

#g-plus {
	margin-top: 5px !important;
	position:relative;
	width: 0px !important;
}

.photo {
	height: auto;
	width: 100%;
	max-width: 600px;
	margin-top: inherit !important;
}

#photo video {
	min-width: 650px !important;
	height: auto !important;
	min-height: 250px !important;
}



/*------------------ pour 320px -----------------------*/
/*-----------------------------------------*/


.gallery h1, #gallerySelector {

}

#gallerySelector, .nav {
	padding: 0px !important;
	margin-bottom: 15px !important;
}

.gallery #s_play {
	display: block !important;	
}
	
/*.gallery div#qualifioBox {
	top: 0px !important;
}*/
	
#navtop, #navbottom {
	top: 0px;
	border-radius: 0px !important;
	padding: 0px;
	height: 40px;
}

.thumbnails #navtop, .thumbnails #navbottom {
    height: inherit;
    padding: 5px 0 !important;
	margin: 1px 0 !important;
}
	
div#diapos {
   	margin-top: 0px;
}

iframe#displayvote.voteZone2 {
	bottom: 0px;
	border-radius: 0px !important;
	/*height: 120px !important;*/
	height: 150px;
	width: 99.7% !important;
	border: 1px solid #919191;
	
}

#question #thumbnails table {
	margin: auto;
}

iframe#displayvote {
	border-radius: 0 0 0 0 !important;
}

iframe#displayvote.voteZone3, iframe#displayvote.voteZone4 {
	/*height: 37px !important;*/
	height: 67px !important;
}

.gallery div#qualifioBox {
	overflow: auto;
}

#action #thumbnails td {
	display: inline-block;
	height: 50px !important;
	overflow: hidden;
	width: 50px !important;
	border: 2px solid #a1a1a1;
	background-color: #c71919;
	margin: 0 5px 6px -2px;
	box-shadow: 2px 2px 2px #111111;
}

#action div#thumbnails a img:hover {
	opacity: 0.5;
}

div#thumbnails {
	height: 60px !important;
	padding: 8px 0 0 !important;
}
	
div#thumbnails a img {
	height: 80px !important;
	margin: 0px !important;
	border: inherit !important;
}
	
body.action2 input.bouton {
	border-radius: 0px !important;
	/*margin: 0px !important;
	width: 100%;*/
}

#qualifioBox {
	height: 1200px;
}

a.pg {
	position: relative;
	border-radius: 0px !important;
}

.imageNumb {
	display: none;
	
}


/*-----------------------------------------*/
/*-----------------------------------------*/


/*----Taille Galerie----*/


#gallery {
	padding: 0px;
	display: table;
}


/*---- End Taille Galerie----*/


/*----Style Texte ---*/

.mask .like {
	display: none;
}

.view {
   /*width: 200px;
   height: 200px;*/
   
   margin: 10px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
}
.view .mask {
  /* width: 200px;
   height: 200px;*/
   width: 100% !important;
   height: 100% !important;
   position: absolute !important;
   overflow: hidden !important;
   top: 0 !important;
   left: 0 !important;
}
.view img {
   display: block;
   position: relative;
}
.view .author {
   color: #fff !important;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
  /* background: rgba(0, 0, 0, 0.8);*/
   margin: 20px 0 0 0;
}
.view .votes {
   font-size: 14px;
   position: relative;
   color: #ffffff !important;
   padding: 10px 0 10px 0;
   text-align: center;
}
.view #votebox a {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view #votebox a:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.diapo_zoom a img {
	height: 59px;
	width: 58px;
	margin: 5px 0;
	
}
.diapo_zoom a {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
	filter: alpha(opacity=0.5);
	opacity: 0.5;
}

.diapo_zoom a:hover {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
}

/*----End style texte -----*/


.diapo {
		
	margin: 1px !important;
	width: 19.6% !important;
	position: relative;
	/*width: 200px;
	height: 200px;*/
	overflow: hidden;
	/*margin: 2px;*/
	float: left;
	background: #EAEAEA;
}

.diapo img {
	height: auto !important;
	/*width: 300px;*/
	width: 170%;
	vertical-align : middle;
	margin: -1% -36%;
	position: relative;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   /*Flash sur Chrome*/
   -webkit-backface-visibility: hidden;
   -webkit-transform: scale(1);
	/*END Flash sur Chrome*/

}

#gallery_video .diapo img.thumbnail {
	width: 194%;
}

.diapo:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);

   
}

.diapo .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
  opacity: 0;
   background-image:url(/static/common/css_images/point_bg.png);
   background-color: rgba(22,22,22, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
/*	width: 500px;*/
	height: 100%;
	
}

.diapo .author {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.diapo .votes {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
	margin-top: 6px;
	font-size: 12px;
}
.diapo:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
#votebox a {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   
}

.zoom #votebox a {
	opacity: inherit;
}

.diapo:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.diapo:hover .author,
.diapo:hover .votes,
.diapo:hover #votebox a {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.diapo:hover .votes {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.diapo:hover #votebox a {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

#action #thumbnails {
	width: auto;
	background: #333333;
}

.photo.pic {
    box-shadow: 2px 2px 5px #111111;
}

.zoom .votes {
	background-color: #333333;
	font-size: 15px;
	height: inherit;
	text-align: center;
	width: 90%;
	padding: 0 5%;
}

.diapo_inprogress {
	background-image: url("/static/common/css_images/img_inprogress.jpg");
	background-size: contain;
}

.diapo_inprogress:hover {
	cursor: default;
}

div.inprogress p {
	display: none;
}

.diapo_inprogress .mask {
	display: none;
}

.zoom iframe#displayvote.voteZone5 {
	background: none;
}

@media handheld, only screen and (max-device-width: 3000px) {

/*supprimer le cadre des commentaires facebook sous la photo zoom d'un concours photo sur mobile*/

/**/
	
}

@media handheld, only screen and (max-device-width: 1000px) {

.diapo .mask {
	display: none;
}

}

div#voting #share {
	width: auto !important;
}

@media handheld, only screen and (max-width: 949px) {

div#voting #share {
    display: inline-block;
    float: inherit !important;
	margin: 32px 0 0 0 !important;
	height: auto;
	max-width: 200px;
	width: 96px !important;
}

.pinit {
	float: inherit !important;
	margin: auto !important;
	width: 43px !important;
	margin-top: 3px;
}

.star {
	width: auto !important;
}

.zoom div#votebox .star img {
	width: 20px !important;
}

#g-plus {
	/*float: none !important;*/
	margin-top: 7px !important;
	width: auto !important;
}

#share.like .twitter-share-button.twitter-tweet-button.twitter-count-horizontal {
	margin-top: 9px !important;
}

}

@media handheld, only screen and (max-width: 2000px), only screen and (max-device-width: 2000px) {

.author {
	font-size: 17px !important;
	padding: 16px 0 15px !important;
}

}


@media handheld, only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {

.diapo {
	width: 24.6% !important;
}

.diapo_zoom a img {
	width: 53px;
}

.author {
	font-size: 17px !important;
	padding: 6px 0 !important;
}

.author {
	padding: 18px 0 6px !important;
}

}

@media handheld, only screen and (max-width: 810px), only screen and (max-device-width: 810px) {

.author {
	font-size: 14px !important;
	padding: 6px 0 6px !important;
}

}

@media handheld, only screen and (max-width: 790px), only screen and (max-device-width: 790px) {

div#voting #share {
    float: inherit !important;
    margin-top: 32px;
	margin-left: 0 !important;
	display: inline-block;
	
}

}

@media handheld, only screen and (max-width: 600px), only screen and (max-device-width: 600px) {

.diapo {
	width: 24.6% !important;
}

.diapo_zoom a img {
	width: 33px;
}

div#diapos div.diapo div#votebox a {
	font-size: 10px !important;
    padding: 3px 7px !important;
	top: 2px !important;
}

.diapo .votes {
	font-size: 10px;
	margin-top: 2px;
}

.author {
	font-size: 10px !important;
}

.thumbnails div#votebox .star img {
	width: 11px !important;
}

div.diapo div.txt {
	font-size: 110% !important;
	
}



}

@media handheld, only screen and (max-width: 559px), only screen and (max-device-width: 559px) {
	iframe#displayvote.voteZone2 {
		height: 150px !important;
	}	
}

@media handheld, only screen and (max-width: 535px), only screen and (max-device-width: 535px) {
	iframe#displayvote.voteZone2 {
		height: 120px !important;
		border: inherit;
	}
}

@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

iframe#displayvote.voteZone3, iframe#displayvote.voteZone4 {
	height: 37px !important;
}

body.action2 input.bouton, body.action3 input.bouton, body.action4 input.bouton, body.action5 input.bouton {
	width: 99.8% !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-size: 15px !important;
}

#suivant1 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}



iframe#displayvote.voteZone2 {
	height: 120px !important;
	width: 100% !important;
	border: inherit;
	
}

/*-----*/


.diapo {
	width: 32.9% !important;
}

.diapo img {
	height: 165px !important;
	width: auto;
}

.diapo_zoom img {
    height: 33px !important;
}

#gallerySelector > select {
	display: block;
    margin-top: 7px;
}

.author {
	font-size: 12px !important;
}

#navtop a#back {
	width: 19% !important;
}

#navtop a#next, #navtop a#previous {
	width: 40% !important;
}

div#voting #share {
    display: inline-block;
    float: inherit !important;
	margin: 10% 0 0 0 !important;
}

.pinit {
	/*width: auto !important;*/
}


}

@media handheld, only screen and (max-width: 360px), only screen and (max-device-width: 360px) {

.diapo {
	width: 32.5% !important;
}

.diapo img {
	height: 130px !important;
	width: auto;
}

.diapo_zoom img {
    height: 45px !important;
    width: 46px !important;
	padding: 19%;
}

.diapo .author, .diapo .votes, div#diapos div.diapo div#votebox a, .thumbnails .diapotools2 {
	display: none;
}

.thumbnails div#votebox {
	display: none;
}


}
				
@media only screen and (max-device-width: 480px) {
	
body, span, a, div#question, td, input.champTexte {
	font-size: 100% !important;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

.bouton {
	font-size: 110% !important;
}

/*------------ Form ----------------*/


select {
	font-size: 100%;
}


/*----------- End form -------------*/

div#tools a {
	font-size: 80% !important;
	
}


}

.diapo, .diapotools {
	border: none !important;
	margin: 0.2% !important;
}

.author, .votes {
	color:#fff !important;
}

.author {
	height: auto !important;
	top: 0px;
	padding: 6px 0;
}

.diapo .mask:hover {
	position: relative !important;
	z-index: 0 !important;
	cursor: default;
}

.diapotools2 {
	cursor: auto;
	height: inherit !important;
}

div#votebox {
	height: inherit !important;
}

#gallery {
	width: 100% !important;
}

iframe#displayvote {
	width: 100% !important;
}

.img {
	height: 0px !important;
}


/*============== OLD ==============*/

/*-----------------================= Concours video =================------------------------*/

#gallery_video #diapos div.diapo img {
	position: relative;
}

#gallery_video div.img {
	height: none !important;
}

#gallery_video #diapos div.diapo {
	height: 200px;
}

div#photo video {
	height: 95% !important;
	margin-top: 15px;
}

.thumbnail_play {
	position: relative;
	z-index: 0;
}

.thumbnail_play img {
    margin-top: -93px;
    position: relative;
    top: -3px;
    z-index: 0;	
}

.diapo .img a img.pic:hover {
	opacity: 0.24;
	position: relative;
	z-index: 2;
}

#thumbnails td .p_video{
		background: url("/static/common/css_images/avatar_video.jpg");
}

#gallery_video #diapos div.diapo {
}

/*-----------------================= END Concours video =================------------------------*/

/*-------------------================ Concours Textes =================--------------------------*/

@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: local('Satisfy'), url(http://themes.googleusercontent.com/static/fonts/satisfy/v3/tmRzDlQs5wZmOn9mIuLa-QLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}


#gallery_text .diapo {
	background-image: url("http://player.qualifio.com/14/stylesimages/texture_paper_04.jpg");
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4), 1px 2px 4px 0px rgba(255, 255, 255, 0.6) inset;
	background-size: contain;
}

div.diapo div.txt {
	width: 78%;
	margin: 10%;
	position: absolute;
	top: 0px;
	border: none;
	padding: 0px;
	font-family: 'Satisfy', arial, sans-serif;
	font-size: 15px;
}

div.diapo div.txt:hover {
	border: none;
	background-image: inherit !important;
}

div.txt a {
    color: #686868;
    text-decoration: none;
}

div#txt {
	background: #333333;
	width: auto;
	height: auto;
	min-height: 300px;
	padding-bottom: 8px;
	border: 1px solid #333333 !important;
}

div#txt p {
    background: #fff;
    margin: 6% auto 0;
    width: 69%;
	font-size: 17px;
    color: #444037;
	line-height: 18px;
	padding: 9%;
	min-height: 180px;
	box-shadow: 2px 1px 2px #000000;
	background-image: url("http://player.qualifio.com/14/stylesimages/texture_paper_04.jpg");
	font-family: 'Satisfy', arial, sans-serif;
}

#thumbnails td .p_text{
	background: url("/static/common/css_images/avatar_texte.jpg");
	background-position: -3px -27px;
}

#thumbnails.thumb_text a{
	background: url("/static/common/css_images/avatar_texte_select.jpg");
	background-repeat: no-repeat;
	height: 84px;
	width: 68px;
	margin: 2px 0 0 -3px;
	padding: 17px 26px 39px 33px;
	border: 2px solid #94BE24;
}

#thumbnails.thumb_text a span {
	display: none;
}

#thumbnails.thumb_text a:hover {
	opacity: 0.2;
}

/*----------------- END Concours Textes ------------------------*/

/*----------------- ZOOM ------------------------*/

iframe.fb_ltr .pluginConnectButton {
	font-size: 15px !important;
}

#btn_exif {
	display: block;
	margin: 0 0 3px 0 !important;
	padding: 0 !important;
	float: none !important;
	color: #2EC9E8;
	font-size: 14px;
	text-decoration: none;
}

#btn_exif:hover {
	text-decoration: underline;
}

#photo {
	padding: 5%;
	width: 90% !important;
	height: auto !important;
	border: none !important;
}

/*---- ZOOM Normal -----*/

#description {
	text-align: center;
	color:#fff;
	border: none !important;
	background: #333333;
	padding-bottom: 15px!important;
	padding-top: 0px!important;
	padding-right: 5% !important;
	padding-left: 5% !important;
	height: 100% !important;
	margin: 0px !important;
	width: 90%;
}


body.gallery #voting {
	background: #333333 !important;
	border: none !important;
	padding-bottom: 30px!important;
	padding-right: 5% !important;
	padding-left: 5% !important;
	height: inherit !important;
	width: 90%;
	
}

/*---- END ZOOM Normal -----*/

/*---- ZOOM Polaroid -----*/


#description #author {
	font-size: 16px;
	margin-bottom: 3px;
}

div#voting div#votebox {
	float: none;
	height: 0px;
}

div#voting div#votebox a {
	-webkit-border-radius: 3px 3px 3px 3px !important;
	-moz-border-radius: 3px 3px 3px 3px !important;
	border-radius: 3px 3px 3px 3px !important;
    font-size: 24px;
    padding: 7px 21px !important;
    position: relative;
    top: -18px;
	background: #ABD526;
	border: inherit !important;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	top: 10px;
	box-shadow: inherit !important;
	font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}

div#voting div#votebox a:hover {
	background: #769E00;
	border: inherit !important;
	color: #4A5B0A;
	box-shadow: inherit !important;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}





/*----------------- END ZOOM ------------------------*/

/*----------------- (LIKE) ------------------------*/

.like_fb {
    display: block !important;
    float: inherit !important;
    height: 100% !important;
   /* width: auto !important;*/
   margin: auto !important;
}

.like.like_fb > iframe {
    width: 118px !important;
}

.thumbnails .like_fb {
   /* top: -20px;*/
}

div#voting #share {
    display: inline-block;
	float: left;
	width: auto;
	margin-left: -4%;
}

.pinit {
	margin: 5px 5px 0 0px;
	/*float: right !important; */
	width: 43px;
}

#share.like .twitter-share-button.twitter-tweet-button.twitter-count-horizontal {
	float: left;
    position: relative;
	margin-top: 5px;
   /* width: 93px !important;*/
}

/*----------------- END (LIKE) ------------------------*/

/*----------------- (VOTE) ------------------------*/

div#diapos div.diapo div#votebox a {
	-webkit-border-radius: 3px 3px 3px 3px !important;
	-moz-border-radius: 3px 3px 3px 3px !important;
    border-radius: 3px 3px 3px 3px !important;
    font-size: 17px;
    padding: 7px 14px !important;
    position: relative;
    top: 12px;
	border: inherit !important;
	background: #abd526 !important;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}

div#diapos div.diapo div#votebox a:hover {
	background: #769E00;
	border: inherit !important;
	color:#4A5B0A;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.90);
	box-shadow: inherit !important;
}


/*----------------- END (VOTE) ------------------------*/

/*----------------- (TOP / FLOP) ------------------------*/


.zoom #voting #votebox a.label_pos {
	-webkit-border-radius: 22px 0px 0px 22px !important;
	-moz-border-radius: 22px 0px 0px 22px !important;
	border-radius: 22px 0px 0px 22px !important;
	margin-right: -2px;
	padding-left: 15px !important;
}

.zoom #voting #votebox a.label_neg {
	border: 1px solid #7A0303 !important;
	background: #dd0606 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #dd0606 0%, #ad0505 96%, #dd0606 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd0606), color-stop(96%,#ad0505), color-stop(100%,#dd0606)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* W3C */
	text-shadow: 1px 1px 1px  #7A0303 !important;
	color: #fff !important;
	text-shadow: 1px 1px 1px #EA4444 !important;
	-webkit-border-radius: 0px 22px 22px 0px !important;
	-moz-border-radius: 0px 22px 22px 0px !important;
	border-radius: 0px 22px 22px 0px !important;
}
		
a.label_neg:hover {
	border: 1px solid #7A0303 !important;
	background: #dd0606 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #dd0606 0%, #ad0505 96%, #dd0606 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd0606), color-stop(96%,#ad0505), color-stop(100%,#dd0606)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* W3C */
	text-shadow: 1px 1px 1px  #7A0303 !important;
}
		
.zoom #voting #votebox a.label_neg {
	-webkit-border-radius: 0px 22px 22px 0px !important;
	-moz-border-radius: 0px 22px 22px 0px !important;
	border-radius: 0px 22px 22px 0px !important;
	margin-left: -2px;
	padding-right: 15px !important;
}
	
.zoom #voting #votebox a.label_neg:hover {
	color: #540303 !important;
	border: 1px solid #7A0303 !important;
	background: #dd0606 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #dd0606 0%, #ad0505 96%, #dd0606 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd0606), color-stop(96%,#ad0505), color-stop(100%,#dd0606)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #dd0606 0%,#ad0505 96%,#dd0606 100%) !important; /* W3C */
}

#link0off {
	border: 1px solid #7A0303 !important;
}


/*----------------- END (TOP / FLOP) ----------------*/

/*----------------- Etoiles ------------------------*/

div#votebox .star {
	margin: auto;
}

.zoom div#votebox .star {
    margin: auto;
}

.thumbnails div#votebox .star img {
    height: auto !important;
    margin: 0;
    padding: 0;
    width: 14px;
}

.zoom div#votebox .star img {
	width: 16px;
}

/*----------------- END Etoiles ------------------------*/

/*------------------- Rating ---------------------------*/

select.rating {
    height: 28px !important;
    padding: 4px 30px 6px 6px !important;
    width: 56px;
}

.zoom select.rating {
	margin: auto;
}

/*------------------- END Rating ----------------------*/

/*------------- Cadre Valider Vote -------------------*/

.zoom iframe#displayvote {
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;	
	/*border: 1px solid #919191;*/
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%);

}

iframe#displayvote.voteZone2 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*border: 1px solid #919191;*/
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(237,237,237,1) 96%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(96%,rgba(237,237,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(237,237,237,1) 96%,rgba(253,253,253,1) 100%);
}

body.action2 input.disabled {
	background: #e5e5e5 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #c2c2c2 91%, #e0e0e0 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(91%,#c2c2c2), color-stop(100%,#e0e0e0))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#c2c2c2 91%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#c2c2c2 91%,#e0e0e0 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#c2c2c2 91%,#e0e0e0 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#c2c2c2 91%,#e0e0e0 100%)!important; /* W3C */
	border: 1px solid #9B9B9B !important;
	color: #9B9B9B !important;
	text-shadow: 1px 1px 1px #EDEDED !important;
}

body.action2 input.bouton, body.action3 input.bouton, body.action4 input.bouton, body.action5 input.bouton {
	background: #b6e026; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6e026 0%, #91ba23 91%, #b6e026 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e026), color-stop(91%,#91ba23), color-stop(100%,#b6e026)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b6e026 0%,#91ba23 91%,#b6e026 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b6e026 0%,#91ba23 91%,#b6e026 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b6e026 0%,#91ba23 91%,#b6e026 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b6e026 0%,#91ba23 91%,#b6e026 100%); /* W3C */
	border: 1px solid #7FA31F;
	color:#fff;
	text-shadow: 1px 1px 1px #566D15;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	width: auto;
	font-size: 18px;
	display: block;
	margin: 12px auto !important;
	
	/*
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	*/
}

body.action2 input.bouton:hover, body.action3 input.bouton:hover, body.action4 input.bouton:hover, body.action5 input.bouton:hover {
	background: #a5c924; /* Old browsers */
	background: -moz-linear-gradient(top,  #a5c924 2%, #8aad20 93%, #a7cc24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#a5c924), color-stop(93%,#8aad20), color-stop(100%,#a7cc24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a5c924 2%,#8aad20 93%,#a7cc24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a5c924 2%,#8aad20 93%,#a7cc24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a5c924 2%,#8aad20 93%,#a7cc24 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a5c924 2%,#8aad20 93%,#a7cc24 100%); /* W3C */
}


div#thumbnails a img {
	height: 80px !important;
	border: 2px solid #b6e026;
	margin-left: 6px;
	margin-top: 6px;
}

div#thumbnails a img:hover {
	border: 2px solid #C60300;
}

div#thumbnails {
	/*height: 120px !important;*/
	height: 120px;
	margin-bottom: 0px !important;
	padding: 8px 8px 0px 8px !important;
	width: auto;
}

/*---------- Photos default ------------*/

#thumbnails td .p_image{
	background-image: url("/static/common/css_images/choice_default.jpg") !important;
	background-position: -3px -10px;
	background-size: 56px 71px;
}
	
#thumbnails td .choice {
	background-repeat: no-repeat;
	height: 100% !important;
}

#thumbnails td .choice p {
	display: none;
}

/*---------END Photos Default ----------*/

/*------------- END Cadre Valider Vote -----------------*/

/*------------- Interface -----------------*/

div#gallery {
	margin: auto;
}

iframe#displayvote {
	display: inherit;
	margin: auto;
}

div.fb-comments {
/*	border-left: 1px solid #919191;
	border-right: 1px solid #919191;*/
	backgound: #fff;
}

.fb_iframe_widget_fluid span {
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	width: 99.9%;
}

.zoom #navtop {
	height: 40px;
}



a.pg {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;	
	font-size: 15px;
}

a#active {
	font-size: 22px;
}

.gallery input.b_go {
	top: inherit;
	padding: 5px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
}

.gallery #back {
	position: relative;
	float: left;
}

/*#navbottom a#back, #navbottom a#previous, #navbottom a#next, #navbottom .imageNumb {
	display: none;
}*/

#navbottom .imageNumb {
	display: none;
}

.imageNumb {
	right: 5px;
}

/*------------- END Interface -----------------*/

/*--- Galerie Déja voté ----*/

.gallery.zoom.alreadyplayed iframe#displayvote{
	height: 0px !important; 
}

.gallery.zoom.alreadyplayed iframe#displayvote body#action {
	display: none;
}

.gallery.thumbnails.alreadyplayed iframe#displayvote {
	display : none;
}

/*--- END Galerie Déja voté ----*/

/*============== END OLD ==============*/



	
div#thumbnails {
	height: 75px !important;
	width: auto !important;
}

	
a.pg {
	position: relative;
	padding: 0px 11px !important;
	border-radius: 0px !important;
	font-size: 17px !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-right: 1px solid #919191 !important;
	background: none !important;
}

.thumbnails #navbottom {
    border-radius: 0 !important;
    position: relative;
    top: 1px !important;
    width: auto;
}
		
a#back {
	left: 0px;
	top: 0px;
	width: 9%;
	height: 40px;
	
}

#navbottom a#back {
	display: none;
}
	
a#back, a#previous {
	border-right: 1px solid #565656;
}

.gallery_nav_link_disabled img {
	opacity: 0.2;
}

.gallery_nav_link_disabled:hover {
	background: inherit !important;
	cursor: default !important;
}


.gallery_nav_link_disabled img:hover {
	cursor: default !important;
}
	
.gallery a#back img, a#previous img, a#next img {
	margin: auto;
	border-radius: 0px !important;
	display: block;
	padding: 6px !important;
	position: relative;
	top: 3px;
	background: none !important;
	border: none !important;
}

a#back:hover, a#previous.gallery_nav_link:hover, a#next.gallery_nav_link:hover {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 7%, #dbdbdb 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#f2f2f2), color-stop(99%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 7%,#dbdbdb 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 7%,#dbdbdb 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 7%,#dbdbdb 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 7%,#dbdbdb 99%); /* W3C */
}


	
.zoom #navtop {
	padding: 0px !important;	
}

#navbottom a#previous {
	width: 50%;
}

#navbottom a#next {
	width: 49%;
}

a#previous {
	width: 45%;
	position: relative;
	top: 0px !important;
	float: left;
	height: 40px;
}
	


a#next {
	margin-right: 0 !important;
	position: relative;
	top: 0;
	width: 45%;
	float: left;
	height: 40px;

}



/*div#qualifioBox {
	padding-top: 0px !important;
}*/

.like.like_fb {
	width: 80px;
}

/*mini-thumbnails*/

#picsNav {
    display: inline-block;
    margin: 10px 0 0;
    width: 88%;
}

#picsNav > a {
    display: inline-block;
    height: 80px;
    overflow: hidden;
    max-width: 80px;
	margin: 0 1px;
}

.miniphoto {
	opacity: 0.5;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;	
}

.miniphoto.active, .miniphoto:hover {
    opacity: 1;
}

@charset "UTF-8";
/*BATTLE*/


@font-face {
	font-family: "lobster";
	src: url("//player.qualifio.com/fonts/qualifio/Lobster.otf");
}

.uploadChooseBtn {
    border-radius: 0;
}

.coregistration .fb-like iframe {
    max-width: inherit !important;
}

.battleset div.custom {
    display: block;
    vertical-align: inherit;
}

.battleset .answerPic { 
	max-width: 45%; 
	margin: 0;
	padding: 0 10px;
}

.battleset .answerPic img {
	border: 5px solid rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: rgb(194, 194, 194) 0px 2px 3px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;/* Utilis� pour la transition sur chrome et safari */
    -moz-transition: -moz-transform 0.2s ease-in-out;/* Utilis� pour la transition sur Firefox */
    transition: transform 0.2s ease-in-out;
	-ms-transform: scale(0.9,0.9); /* IE 9 */
    -webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
    transform: scale(0.9,0.9);
}

.battleset .answerPic img:hover:nth-child(2n+1) {
	-ms-transform: rotate(2deg) scale(1,1); /* IE 9 */
    -webkit-transform: rotate(2deg) scale(1,1); /* Chrome, Safari, Opera */
    transform: rotate(2deg) scale(1,1);
}
			
.battleset .answerPic img:hover:nth-child(2n) {
	-ms-transform: rotate(-2deg) scale(1,1); /* IE 9 */
    -webkit-transform: rotate(-2deg) scale(1,1); /* Chrome, Safari, Opera */
    transform: rotate(-2deg) scale(1,1);
}
	
.battleset .answerPic img:hover { border-color: rgba(132, 231, 141, 1); }

.battleset h2.campaign_step { display: none; }

.battleset .vs {
	display: block;
	font-family: "lobster", arial, sans-serif;
	position: absolute;
	z-index: 999;
	font-size: 30px;
	border-radius: 900px;
	padding: 20px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-height: 50px;
	max-width: 50px;
	height: 50px;
	width: 50px;
	pointer-events: none;
	pointer: default;
	line-height: 50px;
	line-height: -moz-block-height;
}

/*Footer IMG in Adserver*/

#adserver img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.footer {text-align: center;}

/*Center Partners*/

div#partners {
    text-align: center;
    height: auto !important;
}

.flexslider-partners {
    display: inline-block;
}

div#partners .slides > li {
	width: 140px !important;
}

.logodiv img {
    height: auto !important;
    max-height: inherit !important;
    max-width: 100% !important;
    width: 100% !important;
}

@media (max-width: 480px) {
	.battleset .answerPic {
		max-width: 39%;
		margin: 0px;
	}
	.battleset .answerAlign_h img {
		max-width: 90%;
	}
	.battleset .vs { padding: 5px;	}
}

/*END BATTLE*/

.exit #gallery.bouton {
    display: inline-block;
    padding: 7px;
    width: auto !important;
}

#question img, .question img, #indiceTexte img {
    height: auto !important;
    max-width: 100% !important;
    /*width: auto !important;*/
	padding-right: 10px;
}

.exit #voting {
    text-align: center;
}
	
.exit #voting .bouton {
    display: inline-block;

}

div#menu_top {
	display: none;
}

div#fb_tools {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	margin-right: 0px;
	float: left;
}

div#social_tools {
	position: relative;
	top: 0px;
	left: 0px;
	float: none !important;
	margin-left: 0px;
}

#social_tools > div {
	margin-bottom: 8px !important;
	margin-top: 0px !important;
	margin-right: 10px;
}

#social {
    display: inline-block;
    width: 60%;
}

div#like_button, div#twitter_tools, div#googleplus_tools {
    height: 27px;
    margin: 8px 0 0 8px !important;
}

/*--------- END Social tools -----------*/

/*-------------- Tools -----------------*/

#responsive_tools {
	padding: 0px;
	width: 100%;
	height: auto;
    display:inline-block;

    /* hack IE<8 */
/*    *display:inline;    */
}

div#tools {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	float: right;
	display: inline-block;
	width: 40%;
	height: inherit;
	margin: 0px !important;
}

div#tools p {
	float: right;
	height: auto;
	margin: 0 !important;
}

div#tools a {
	margin: 4px 4px 4px 0 !important;
	display: inline-block;
	float: right;
}


/*------------ END Tools ---------------*/


body {
	width: 100% !important;
	/*background-size: auto;*/
	background-size: auto auto !important;
}

body.profile_detail .profile_txt {
	top: 0px !important;
}


#qualifioBox { 
	position: relative !important;
	height: auto !important;
	margin-bottom: 20px;
}

div#bandeau_sup {
	width: 100% !important;
	height: auto !important;
	position: relative !important;
	display: inline-block;
	top: 0px !important;
	margin: 0px;
	padding: 0px;
	background-color: inherit;
	background-image: inherit;
}

div#bandeau_sup br {
	display: none;
}

div#bandeau_sup img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
}

div#indice div#image img {
    display: inline-block;
    height: auto;
    max-height: 250px;
    max-width: 100%;
    width: auto;
}

#comments img {
    display: inline-block;
    height: auto !important;
    max-height: 250px;
    max-width: 100%;
    width: auto !important;
}

#video {
    display: inline-block;
    margin-bottom: 8px;
    max-width: 500px;
    width: 100%;
}

#video > iframe, #comments iframe {
    display: inherit !important;
    width: 100% !important;
	height: calc(270px);
}

#comments iframe {
	margin-top: 20px !important;
}

.questionset #question iframe {
	max-width: 100%;
}

.intro #intro p iframe, .alreadyplayed #intro p iframe, .identityset #intro iframe, #notabene iframe, .exit .quizz p iframe, #message_intro iframe, .fancybox_body iframe, #comments iframe, #description iframe, .alreadyplayed p iframe {
	display: inherit !important;
    width: 100% !important;
	max-width: 500px !important;
	margin: auto !important;
}

body.fancybox_body iframe {
	margin: auto !important;
}

body.fancybox_body.fancybox_coreg h1.fancybox_h1 {
    border-bottom: 1px dashed #a5a5a5;
    padding-bottom: 10px;
}

body.fancybox_body #coreg_url a {
    color: #06A7D3;
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

body.fancybox_body #coreg_url a:hover {
	text-decoration: underline;
}

/*body.fancybox_body #coreg_url a:before {
	content: "\f061";
	font-family: "FontAwesome";
    padding-right: 10px;
}*/

div#indiceTexte iframe {
	/*display: inherit !important;
    width: auto !important;
	margin: 0 auto 20px !important;	*/
	
	display: inherit !important;
    margin: 0 auto 20px !important;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
	div#indiceTexte {
		float: inherit !important;
	}
	

}

@media only screen and (max-width: 350px) {
	.intro #intro p iframe, .alreadyplayed #intro p iframe, .identityset #intro iframe, #notabene iframe, .exit .quizz p iframe, #message_intro iframe, div#indiceTexte iframe {
		width: 100% !important;
	}
}

.intro #intro img, .exit .quizz img, .alreadyplayed #intro img, #notabene img, #message_intro img {
    height: auto !important;
    max-width: 100% !important;
}

.exit .quizz td.profile_pic img {
	max-width: inherit !important;
}

.bouton {
	margin-bottom: 25px;
	white-space: pre-line;
}

#previous.bouton {
	margin-bottom: 0px;
}

table.multiple td.description input.bouton {
	white-space: pre-line;
}

#col1, #col2, #col3, #col4, #col5, #col6, #col7, #col8, #col9 {
    display: block;
    float: left;
}

/*----------- Partenaires ---------------*/


div#partners {
	position: relative;
	background-color: inherit;
	
}

/*div#partners, div#partners .flex-viewport {
	overflow: hidden !important;
}*/


/*----------- END Partenaires ---------------*/
/*---------------- Formulaire ----------------*/



#notabene p {
    font-size: 10px;
}

td citation {
	display: block;
	font-size: 11px;
	max-width: 218px;
	text-align: right;
}

.identityset #col1, .identityset #col2, .identityset #col3, .identityset #col4 {
    margin-right: 10px;
}

.identite .label > span, .identite .question > span, .identite .checkbox .vertical > span {
    margin-left: 3px;
}

table.identite {
    width: auto !important;
}

.separateur {
    padding: 0 10px;
}

textarea {
    font-size: 14px;
    min-height: 150px;
    padding: 11px;
    width: 96%;
	max-width: 96%;
}

.identityset textarea {
	max-width: 217px;
	font-size: 14px;
	min-height: 60px;
	padding: 9px;
	width: 100%;
	box-sizing: border-box;
}

#locality {
	width: auto !important;
	min-width: 180px;
}

input.champTexte {
	max-width: 217px;
	padding: 9px;
	width: 100%;
	box-sizing: border-box;
}

.separateur {
    visibility: hidden;
	padding: 0px;
}


table.identite .reponse select {
    max-width: 218px;
    width: 100%;
}

select:hover {
	cursor: pointer;
}

.identite .uploadzone {
    max-width: 197px;
    padding: 9px;
	border-width: 1px;
}

/*Date field*/

#splitted-date1 {
    font-size: 0;
}

#splitted-date1 > select {
    margin-right: 5px;
}

/**/

select {
    float: inherit;
    margin-right: inherit;
}

.field > select {
    display: block;
    max-width: 218px;
    width: 100%;
	margin: 1px 0 9px;
}

.field br {
    display: none;
}

.prefilled_cell span {
    display: block;
    padding: 9px 0 !important;
}

table.multiple td label:hover, .checkbox label {
	cursor: pointer;
}

@media only screen and (min-width: 10px) {
	select {
		appearance:none;
		-moz-appearance:none; 
		-webkit-appearance:none;
		border: 1px solid #c4c4c4;
		height: 39px;
		padding: 6px 32px 6px 6px;
		background-color: #EDEDED;
		outline-style: none;
		color: #6D6D6D;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		font-size: 14px;
		border-radius : 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		
	}
	
	select {
		background-image: url("/static/common/css_images/dropdown_arrow_flat.png");
		background-position: right center;
		background-repeat: repeat-y;
	}
	
	select:hover, select:active, select:focus {
		background-color: #e6e6e6;
		color:#666666;
		border: 1px solid #000;
	}
	
	select:active, select:focus {
		background-image: url("/static/common/css_images/dropdown_arrow_flat_up.png");
		
	}
}

select::-ms-expand {
    display: none; /*retire style de fleche dans la dropdown pour IE10 & IE11*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
/*Media qui permet de mettre des CSS diff�rentes pour IE10 et 11*/
	select, select:active, select:focus {
		background-image: inherit;
		padding: 6px 15px;
	}

}

#zipcode {
    width: 70px !important;
}

/*Coregistration*/


/*New 02.01.2017*/

.identite tbody tr td table tbody tr td {
    width: auto;
}

.identite tbody tr td table tbody tr td img {
    padding-right: 0 !important;
}

/*-----*/


.coregistration, .coregistration tbody {
    border-collapse: collapse;
}

.coregistration tr {
   /* background: #fff;
    border: 1px solid #e6e6e6;
    border-collapse: separate;
    border-radius: 3px;*/
    display: block;
    margin: 20px 0;
	/*padding: 15px 15px 15px 10px;*/
	position: relative;
}



.coreg_link {
    position: relative;
    right: 0;
    top: 0;
    width: 0;
    margin: 5px 10px !important;
    display: inline-block;

}

#coreg_url.coreg_link {
    position: relative;
    right: 0;
    top: 0;
    width: auto;
}

/*------------- END Formulaire --------------*/
/*---------- SSO -------------------*/

div#loginZone {
    height: auto;
    position: relative;
    width: 40%;
    top: inherit;
    left: inherit;
    float: left;
}

div#newRegistration {
	border-left: 2px dotted #000000;
	left: inherit;
	top: inherit;
	position: relative;
	margin-left: 0px;
	padding-left: 25px;
	width: 50%;
	margin-top: 0px;
	float: left;
}

/*---------- END SSO -------------------*/
/*---------- SSO Facebook -------------------*/

.facebook_connect_wrapper {
    padding-top: 50px;
}

.facebook_connect_wrapper div#loginZone {
    float: inherit;
    text-align: center;
    width: 100%;
}

.facebook_connect_wrapper div#newRegistration {
    border: inherit;
    float: inherit;
    margin: 47px auto 0 !important;
    max-width: 250px;
    padding: 0;
    text-align: center;
    width: 100%;
}

/*-------- End SSO Facebook -----------*/


table.multiple td.description {
	display: block;
	/*float: left;*/
}

table.multiple td.description input.bouton { width: 100%; } 



/*---- Test perso : label trop long -----*/

.profile_table {
	width: 99% !important;
}

.profile_label {
	width: 100%;
	white-space: nowrap;
    display: -moz-grid-group;
    overflow: hidden;
	-o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*---- END Test perso : label trop long -----*/
/*------- Slide Sondage -------*/

.flex-direction-nav a:before {
	font-size: 25px;
}

.flex-direction-nav a {
	height: 27px;
}

.flex-viewport {
	overflow: inherit !important;
}

.flexslider .slides img {
    display: block;
    height: auto;
    max-width: 50px;
    min-width: 50px;
	margin: 5px 0;
}

.graph_label img {
    padding: 0;
}

/*-----END Slide Sondage ------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/

/*------ Fancybox------*/

.fancybox_body {
    height: auto !important;
    padding: 0 !important;
}

/*---- END Fancybox----*/



@media only screen and (max-width: 600px) {

.profile_pic {
	border-right: inherit;
	display: block !important;
	width: auto !important;
}

.profile_pic > img {
    max-width: 250px !important;
    width: 100% !important;
}

.profile_txt {
    display: block !important;
    width: 90% !important;
}

}

/*-------------------------------------------------------------------------------------------------------------*/

			
.zoneYesNo > label {
    vertical-align: middle;
	margin-right: 10px;
}

@media only screen and (max-width: 480px) {
	
#reponse_date_splitted_1 {
	display: none;
}

#splitted-date1 select {
    display: block;
    margin: 2px 0;
    text-align: center;
    width: 90px;
}	
	
.coregistration .coreg_link a {
	width: 18px;
}

.bouton { -webkit-appearance: none; }

/*#progressbar { width: 100% !important; }*/ /* ne fonctionne pas, il faut corriger le script */

.questionset div#indice {
    display: block !important;
}

table.multiple td.description input.bouton {
	width: 100% !important;

}

/*.custom table.multiple {
	width: 100%;
}*/

/*--------------- Question-------------*/


#slider .picture, #matrice .picture {
    width: 20% !important;
}

#slider .picture img, #matrice .picture img {
	width: 100%;
	margin: 3px 0;
}

#slider td.question, #matrice td.question {
    padding: 0 1%;
    width: 28%;
}

#slider td.slide, #matrice td.slide {
    padding: 0 1%;
    width: 48%;
}

/*------------END Question-------------*/
/*------------- Indice ----------------*/

div#indice div#image img {
	display: block;
	margin: auto;
}

/*------------END Indice --------------*/
/*------------ launchGame -------------*/

form#launchGame {
	text-align: center;
}

/*---------- End launchGame -----------*/
/*------------ Captcha ----------------*/

.q_captcha {
    height: 110px;
}

.q_captcha #captchafield {
	width: 30%;
	margin: 5px auto 12px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	display: block;
	font-size: 100%;
}
	
.q_captcha span {
	display: none;
}

.q_captcha #captchaImage {
	margin: auto;
}

/*------------ End Captcha ----------------*/
/*------------ Form ----------------*/

.separateur {
    padding: 0 0px !important;
	visibility:hidden;
}

#locality {
	min-width: 120px !important;
}

/*----------- End form -------------*/
/*----------- Lots ---------------*/

div#lots {
	bottom: 68px !important;
	height: 136px !important;
}

#lots table {
	width: 85px !important;
	height: 50px;
}

#lots img {
	max-height: 50px !important;
	max-width: 80px !important;
}

#lots td {
	height: inherit !important;
	width: 85px !important;
}

.gifts_title {
    background: none;
    border: 0 none;
    font-size: 11px;
    height: 100% !important;
    padding-bottom: 5px;
    padding-top: 5px;
}


/*----------- END Lots ---------------*
/*----------- Personnality test POPUP ---------------*/


body.profile_detail .profile_pic {
	border-right: none;
	border-bottom: 2px dotted #8E8E8E;
    border-bottom: 2px dotted rgba(142, 142, 142, 0.8);
	display: block !important;
	padding: 0 0 15px;
	width: 95% !important;
	clear: both !important;
}

body.profile_detail .profile_pic img {
	display: block;
	margin: auto;
	max-height: inherit;
	height: auto !important;
}

body.profile_detail .profile_txt {
	display: block !important;
	padding: 0 0 0 10px;
	clear: both !important;
	top: 170px;
	left: 0px;
}

 body.profile_detail .profile_txt,
 body.profile_detail .profile_pic {
	position: inherit !important;
	padding: 5%;
	width: 90% !important;
 }

body.profile_detail h3 {
	margin: 10px 0 0 0;
}

#fbShareWallProfile_A, #fbShareWallProfile_B, #fbShareWallProfile_C, #fbShareWallProfile_D, #fbShareWallProfile_E, #fbShareWallProfile_F, #fbShareWallProfile_G, #fbShareWallProfile_H, #fbShareWallProfile_I, #fbShareWallProfile_J {
	text-align: center;
}

/*----------- END Personnality test POPUP -----------*/
/*---- Test perso : label trop long -----*/

.profile_label {
	height: 40px !important;
	width: 100% !important;
    display: -moz-grid-group;
    overflow-x: auto !important;
	-o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*---- END Test perso : label trop long -----*/

}

/*-----------------------------------------------------------------------------------------------------*/

@media only screen and (max-device-width: 1000px) {
	div#partners {
		overflow: auto;
	}
	
	.profile_label {
		white-space: normal;
		margin-left: 0px;
		overflow:hidden;
	}
}

@media only screen and (max-device-width: 480px) {


select {
	font-size: 15px !important;
}

.coregistration .coreg_link a {
	width: 18px;
}

.profile_detail tr { display: inline; }
td.profile_pic, td.profile_txt { display:block; width:30%; float:left; }

/*.profile_pic { max-width: 75px !important; }
.profile_pic img { max-width: 75px; }*/

.bouton { -webkit-appearance: none; }
		
body, span, a, div#question, td, input.champTexte, body.profile_detail, body.profile_detail table, body.profile_detail p {
	font-size: 100% !important;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

.bouton {
	font-size: 110% !important;
}

/*------------ Form ----------------*/


select {
	font-size: 100%;
}


/*----------- End form -------------*/

div#tools a {
	font-size: 80% !important;
	
}

/*---- Test perso : label trop long -----*/

.profile_label {
	height: 40px !important;
	width: 100% !important;
    display: -moz-grid-group;
    overflow-x: auto !important;
	-o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.graph_border {
	display: block;
	width: 100%;
}

/*---- END Test perso : label trop long -----*/

/*----------- Personnality test POPUP ---------------*/

body.profile_detail .profile_pic {
	border-right: none;
	border-bottom: 2px dotted #8E8E8E;
    border-bottom: 2px dotted rgba(142, 142, 142, 0.8);
}

body.profile_detail .profile_pic img {
	max-height: inherit;
	height: auto;
	width: auto;
	max-width: 200px;
}

 body.profile_detail .profile_txt,
 body.profile_detail .profile_pic {
	position: inherit !important;
	padding: 5%;
	width: 90% !important;
 }

body.profile_detail h3 {
	margin: 0 0 0 0;
}

/*----------- Poll & Vote ---------------*/

.graph_border_cell {
    width: 10px;
}

.graph_border_cell > table {
    display: none;
}

.flexslider .slides img {
	max-width: inherit !important;
	max-height: inherit !important;
}

}


.fb_iframe_widget {
	float: inherit !important;
	margin: 0 0 0 0 !important;
}

/*For mobile - delete shadow default in textField*/

input.champTexte, textarea {
	-webkit-appearance: none;
}

              body {
                background-image: none;
              }
              div#bandeau_sup {
                display: none;
              }
              div#bandeau_sup img {
                display: none;
              }
              .footer img {
                display: none;
              }
            
