body {
	background-color: #f1f1f1;
	margin: 0;
	padding: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	overflow-x: hidden;
	font-style: normal;
	font-weight: 400;
}

a, a:hover {
	text-decoration: none;
}

.depouillement {
	margin-top: 7px;
}

.topbar {
	background-color: #fff;
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1950;
	-webkit-box-shadow: 0px -4px 15px #B1B1B1;
	box-shadow: 0px -4px 15px #B1B1B1;
}

.topbar h1 {
	line-height: 24px;
	font-family: pt-sans;
	font-variant: normal;
	color: #000000;
	font-style: normal;
	font-weight: 400;
	text-indent: 0px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 24px;
}

.topbar h1 a {
	color: #111111;
}

.topbar .dark {
	font-size: 14px;
	padding-top: 12px;
	cursor: pointer;
	color: #636363;
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	text-align: right;
}

.wrapper {
	max-width: 1366px;
	margin: auto;
}

.main h1 {
	text-align: left;
	font-size: 33px;
	margin-top: 0px;
	margin-bottom: 0;
	color: #2E2E2E;
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.main section > div > h1 {
	margin-bottom: 10px;
}

.homeMain {
	min-height: 360px;
	padding-top: 10px;
	padding-bottom: 40px;
	max-width: 1366px;
}

.mainDivision {
	background-color: #e5e5e5;
	min-height: 620px;
}

.bottomdivision {
	background-color: #f1f1f1;
	padding: 40px 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 100;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

.section {
	min-height: 150px;
}

.section h2 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 15px;
	color: #2F2F2F;
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
}

.section a .cas {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #3D8814;
	margin-left: 32px;
	border-left: 2px solid #3D8814;
	text-decoration: none;
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
	padding-left: 10px;
}

.boxcontainer {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 40px;
	padding-top: 60px;
}

.box {
	background-color: #fff;
	width: 48%;
	color: #333;
	box-shadow: 0px 0px 3px #BEBEBE;
	position: relative;
	float: left;
	margin-top: 6px;
	margin-right: 2%;
}

.boxR {
	margin-right: 0px;
}

.poster {
	height: 100px;
	width: 60px;
	background-size: cover;
	background-position: center center;
}

.padding20 {
	padding: 0 5px 10px 20px;
	overflow-x: hidden;
}

.box .pagination {
	margin: 0;
}

.box h3 {
	margin-top: 15px;
	margin-bottom: 0px;
}

.pn:last-child {
	margin-right: 2%;
}

.box input {
	display: none;
}

.box input[type=text] {
	width: 16px;
	height: 12px;
}

.box .error {
	display: none;
}

.box[data-error=true] .error {
	display: block;
}

.box button {
	display: none;
}

.box .connexion {
	color: #333;
	font-weight: 900;
}

.box .connexion:hover {
	color: #000;
	font-weight: 900;
}

.voteMenu {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	z-index: 10;
}

.analyticsbg {
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1930;
	display: none;
	cursor: pointer;
}

.analcontainer {
	position: fixed;
	background-color: #fff;
	top: 60px;
	bottom: 0;
	left: 50%;
	margin-left: -480px;
	padding: 40px;
	width: 90%;
	max-width: 880px;
	box-shadow: 0 0 30px -10px #000;
	overflow-y: auto;
	z-index: 1940;
	display: none;
}

.analcontainer li {
	padding: 10px 16px;
	background-color: #E0E0E0;
	list-style: none;
}

.analcontainer li:nth-child(odd) {
	padding: 10px 16px;
	background-color: #EFEFEF;
}

.gagnant {
	padding: 40px;
	background-color: #C00;
	color: #fff;
}

.left {
	position: relative;
	float: left;
}

.right {
	position: relative;
	float: right;
}

.clear {
	clear: both;
}

.valider {
	margin-top: 40px;
}

.rightBox .valider {
	margin-top: 10px;
}

section > * {
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 2px #BEBEBE;
	box-shadow: 0px 0px 2px #BEBEBE;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-top: 20px;
}

.topdivision .wrapper {
}

.topdivision .wrapper .innerContent {
	background-color: #1880A6;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-image: url(../img/fleche02.png);
	background-repeat: no-repeat;
	background-size: 247px auto;
	background-position: right -36px;
}

.box h3 {
	height: 18px;
	font-size: 18px;
	overflow-y: hidden;
	overflow-x: hidden;
	line-height: 18px;
}

.sticky {
	position: fixed !important;
	width: 245px;
	top: 76px;
	float: right;
	margin-left: 1121px;
	z-index: 1900;
}

.right .rightBox {
	width: 245px;
}

.right .rightBox:first-child {
	margin-top: 6px;
}

.vote-section {
	display: none;
}

.vote-section.active {
	display: block;
}

.succes {
	background-color: #579B2D;
	padding: 10px 16px;
	color: #fff;
	position: fixed;
	z-index: 10;
	top: 60px;
	opacity: 0.9;
	font-size: 15px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.succes.error {
	background-color: #AA3537;
}

.tablesorter input {
	padding: 0;
	border: none;
	width: auto;
	min-width: 15px;
}

.topbar2 {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 48px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background-color: #B12426;
	z-index: 8;
}

.topbar2 button {
	background-color: #911113;
	border: 1px solid #520608;
	color: #FFCCCC;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0px 0px 2px #B71618;
	box-shadow: inset 0px 0px 2px #B71618;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: fresca;
}

.topbar2 button:hover {
	-webkit-box-shadow: inset 0px 0px 10px #3D0A0A;
	box-shadow: inset 0px 0px 10px #3D0A0A;
}

.s4 {
	width: 1121px;
}

.left28 {
	width: 36%;
}

.right55 {
	width: 62%;
}

.desktop {
	display: inline-block;
}

.mobile590 {
	display: none;
}

.container-box {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.checkbox {
	background-color: #1880A6;
	color: #fff;
}

.checkbox:hover {
	background-color: #072732;
	color: #fff;
}

.checkbox.selected {
	background-color: #eee;
}

.checkbox.unique {
	background-color: #3FB528 !important;
	color: #fff !important;
}

.checkbox.unique:hover {
	background-color: #3FB528;
	color: #fff;
}

.checkbox.unique-once {
	background-color: #3FB528;
	color: #fff;
}

.checkbox.unselectable {
	cursor: not-allowed;
}

.intro-box {
	position: absolute;
	top: 7%;
	width: 100%;
	left: 0%;
	background-color: #fff;
	height: auto;
	margin-bottom: 90px;
	overflow: auto;
	padding: 60px 20%;
	font-size: 10pt;
	z-index: 2000;
}

.intro::before {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	content: "";
	z-index: 1990;
}

@media screen and (max-width: 1365px) {
	
	.s4 {
		padding-right: 205px;
	}

	.box {
		background-color: #fff;
		width: 48%;
		color: #333;
		box-shadow: 0px 0px 3px #BEBEBE;
		position: relative;
		float: left;
		margin-top: 6px;
		margin-right: 2%;
	}
	
	.box .poster {
		display: block;
		height: 66px;
	}
	
	.box h3 {
		margin-top: 6px;
		height: 14px;
		font-size: 14px;
		line-height: 14px;
	}
	
	.box .padding20 {
		padding: 0 5px 0px 10px;
	}
	
	.box .pagination-sm>li>a, .pagination-sm>li>span {
		padding: 4px 8px;
		font-size: 11px;
	}

	.sticky {
		position: fixed !important;
		width: 205px;
		top: 76px;
		right: 20px;
		float: right;
	}

	.left {
		position: relative;
		float: left;
	}

	.right {
		position: relative;
		float: right;
	}

	.boxcontainer {
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 40px;
		padding-top: 6px;
	}

	.mobilePadding {
		padding: 30px;
	}
	
	.right .rightBox {
		width: 205px;
		padding: 10px 20px 30px;
		font-size: 12px;
	}
	
	.right .rightBox h3 {
		font-size: 16px;
	}

	.s4 {
		width: 100%;
	}

	.left28 {
		width: 100%;
	}

	.right55 {
		width: 100%;
	}

	.bottomdivision {
		padding: 30px 40px;
	}

	@	-ms-viewport {
		width: 769px;
	}
}

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

	.box .poster {
		display: none;
	}

}


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

	.box {
		width: 98%;
	}
	
	.box .poster {
		display: block;
	}

}

@media screen and (max-width: 794px) {
	
	.poster {
		height: 0px;
		width: 0;
		display: none;
	}

	.desktop {
		display: none;
	}

	.mobile590 {
		display: block;
	}	

	@	-ms-viewport {
		width: 660px;
	}
}

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

	.left {
		position: relative !important;
		float: top;
	}

	.right {
		position: relative !important;
		float: bottom;
	}

	.right .rightBox {
		width: 100%;
	}

	.sticky {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		right: auto;
	}

	.s4 {
		margin: 120px 0 0;
		padding: 0 20px;
		width: 100%;
	}

	.desktop {
		display: none;
	}

	.mobile590 {
		display: block;
	}	


	@	-ms-viewport {
		width: 4800px;
	}
}

@media screen and (max-width: 480px) {
	
	.login.form-inline #pseudo {
		width: 100px;
	}

	@	-ms-viewport {
		width: 320px;
	}
}







/*********************

	Admin section

*********************/

body.data {
	background-color: #fff;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#wrapper {
	padding-left: 250px;
	transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
	margin-left: -250px;
	left: 250px;
	width: 250px;
	background: #000;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
	transition: all 0.4s ease 0s;
}

#page-content-wrapper {
	width: 100%;
	padding: 60px 0;
	background-color: #f1f1f1;
}

.panel.fullwidth {
	margin: 50px 10%;
}

.page-content-container {
	margin: 50px 10%;
	background-color: #fff;
}

#sidebar-wrapper ul {
	padding-top: 70px;
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav li {
	line-height: 40px;
	text-indent: 20px;
}

.sidebar-nav li a {
	color: #999999;
	display: block;
	text-decoration: none;
}

.sidebar-nav li a:hover, .sidebar-nav li.active a {
	color: #fff;
	background: rgba(255,255,255,0.2);
	text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	height: 65px;
	line-height: 60px;
	font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
	color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}

.content-header {
	height: 65px;
	line-height: 65px;
}

.content-header h1 {
	margin: 0;
	margin-left: 20px;
	line-height: 65px;
	display: inline-block;
}

#menu-toggle {
	display: none;
}

.inset {
	padding: 20px;
}

.container {
	max-width: 960px !important;
}

.jumbotron {
	margin-top: 60px;
	padding: 30px 0;
}

tbody tr th {
	font-weight: 100;
}

#editor {
	position: fixed;
	top: 50%;
	left: 240px;
	right: 0;
	bottom: -9px;
	border-radius: 0;
}

.liveView {
	position: fixed;
	left: 240px;
	top: 60px;
	right: 0;
	bottom: 50%;
	padding: 40px;
	overflow: auto;
	background-color: #f1f1f1;
}

.update {
	background-color: #2984BD;
	color: #fff;
	cursor: pointer;
}

.update a {
	padding-left: 30px !important;
	padding-right: 30px !important;
	color: #fff !important;
}

.login input:focus {
	outline: 0;
	border-bottom-color: #0074FF;
}

.filter {
	padding: 20px;
}

.filter h3 {
	margin: 10px 0 !important;
}

.mce-tinymce {
	box-shadow: #ddd 0px 0px -2px 5px !important;
	-webkit-box-shadow: #000 0px 0px 5px !important;
	-moz-box-shadow: #ddd 0px 0px -2px 5px !important;
}

.updateDB.btn-primary {
	color: #fff !important;
	background-color: #2B7DA0 !important;
	border-color: #267597 !important;
	margin-left: 10px !important;
}

.updateDB.btn-warning {
	color: #fff !important;
	background-color: #f0ad4e !important;
	border-color: #eea236 !important;
	margin-left: 10px !important;
}

body.data {
	background-color: #f1f1f1;
}

.notlogin {
	display: block;
	vertical-align: middle;
	max-width: 280px;
	margin: 240px auto;
	text-align: left;
}

.notlogin h2 {
	text-indent: -10px;
}

.section a.vide .cas {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	width: 152px;
	margin-bottom: 20px;
	color: #ccc;
	margin-left: 32px;
	border-left: 2px solid #ccc;
	text-decoration: none;
	font-family: pt-sans;
	font-style: normal;
	font-weight: 400;
	padding-left: 10px;
	margin-top 40px;
}

@media (max-width:1200px) {
	.container h1 {
		font-size: 3em;
	}
}

@media (max-width:767px) {

	#wrapper {
		padding-left: 0;
	}

	#sidebar-wrapper {
		left: 0;
	}

	#wrapper.active {
		position: relative;
		left: 250px;
	}

	#wrapper.active #sidebar-wrapper {
		left: 250px;
		width: 250px;
		transition: all 0.4s ease 0s;
	}

	#menu-toggle {
		display: inline-block;
	}

	.inset {
		padding: 15px;
	}
}

@media (max-width:560px) {
	button.share {
		margin-top: 10px;
	}

	.mobile {
		display: none;
	}
}

.data h2 {
	margin: 20px 10px;
}

.data form {
	margin: 0;
	width: 100% !important;
}

.table-responsive {
	overflow: auto;
}

.data .table-responsive input {
	background: none;
	border: none;
}

}






