
.save-button {
	display: none !important;
	
}

.texteinfo {
	max-width: 1170px;
	text-align: left;
	padding-left: 50px;
	padding-right:  50px;

	

}
	


* {
	box-sizing: border-box;
}
body {
	margin: 0 auto;
	background: #1a1a1a;
	text-align: center;
	font-family: 'Paytone One', sans-serif;
	color: #fff;
}
section {
	padding: 10px 20px 60px;
}
.btn-vote {
	display: inline-block;
	margin: 10px 20px;
	padding: 14px 20px;
	background: #696969;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
}
.vote-percentage, .vote-number {
	display: block;
}
/* -- ajustement -- */

a {
	color: #c59a6d;
	
}

a:hover {
	color: #B87D0E;
	
}

.page-results {

	color: #000;
	padding: 50px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.header-resultats {
	padding: 50px;
	
}

.header-vote {
	padding: 50px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.header-aftervote {
	padding: 50px;
	
}
.header-voted {
	padding: 50px;
	
}
hr {
	width: 150px;
	margin-top: 50px;
	border: 3px solid #c59a6d;
}
.imagettelogo {
	position: absolute; /* postulat de départ */
	top: 45%;
	left: 50%; /* à 50%/50% du parent référent */
	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}
.titre {
	position: absolute; /* postulat de départ */
	top: 20%;
	left: 50%; /* à 50%/50% du parent référent */
	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
	text-transform: uppercase;
	font-size: 3vw;
	width: 100%
}
.bg-cover {
	height: 600px;
	background-color: #2c2b2a;
}
a.link-portrait {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12px;
	text-decoration: none;
	color: #262626;
	border-radius: 3px;
	border: 1px solid #c59a6d;
	background-color: #fff;
	padding: 5px;
}

a.link-portrait:hover {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12px;
	text-decoration: none;
	color: #262626;
	border-radius: 3px;
	border: 1px solid #c59a6d;
	padding: 5px;
	background-color: #ddd;
}
.last-name {
	padding-bottom: 15px;
}
.first-name:empty:before, .last-name:empty:before {
	content: ' ';
	display: block;
	height: 27px;
}
.first-name, .last-name {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 18px;
	font-weight: bold;
}
.info-block-container {
	color: #000;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
/* -- fin ajustement -- */



/* -- Page vote -- */
.list-personnalites {
	display: block;
	list-style: none;
	text-align: center;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
.item-personnalites {
	display: inline-block;
	padding: 8px 8px 12px;
	border-radius: 0px;
	margin: 10px;
	background: #fff;
	cursor: pointer;
	border: 2px solid transparent;
	color: #000000;
}
.item-personnalites.selected {
	border-color: #c59a6d;
	background-color: #c59a6d;
}
.item-personnalites.unSelected {
	opacity: 0.6;
}
.item-personnalites.unSelected:hover {
	background: #a0a0a0;
	cursor: default;
}
.item-personnalites:hover {
	background: #c59a6d;
}
.item-personnalites > span {
	display: block;
}
.item-personnalites .photo {
	display: block;
	max-width: 220px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.save-button {
	display: inline-block;
	margin: 0 auto;
	text-decoration: none;
	padding: 14px 24px;
	border-radius: 4px;
	background: #c59a6d;
	color: #fff;
	cursor: pointer;
	max-width: 100%;
	height: 80px;
	font-size: 35px;
	top: 28px;
	position: relative;
}
.save-button.btn-inactive {
	opacity: 0.6;
	cursor: default;
}
.alert {
	z-index: 1000;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	color: #fff;
	background: #000;
}
.alert .missing-number {
	font-weight: bold;
}
/* -- Page selection -- */
.list-selection {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.item-selection {
	border-radius: 0px;
	display: inline-block;
	background: #fff;
	color: #000;
	padding: 10px;
	margin: 12px;
}
.item-selection .photo {
	display: block;
	max-width: 220px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.first-name, .last-name {
	display: block;
}
.btn-share {
	display: inline-block;
	margin: 10px 20px;
	padding: 14px 20px;
	background: #3b5998;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
}
.btn-share:hover {
	color: #fff;
	text-decoration: none;
	background-color: #243e75;
}
/* -- Page resultats -- */
.list-results {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.item-results {
	border-radius: 0px;
	display: inline-block;
	background: #fff;
	padding: 10px;
	margin: 12px;
}
.item-results .photo {
	display: block;
	max-width: 220px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.top-results {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.item-top {
	border-radius: 0px;
	display: inline-block;
	background: #fff;
	padding: 10px;
	margin: 12px;
}
.item-top .photo {
	display: block;
	max-width: 220px;
	border-radius: 0px;
	margin-bottom: 10px;
}

/* -- Mobile -- */

@media only screen and (max-width: 600px) {
.item-personnalites {
	width: 100%;
}
	
	.vignettegagn {
		width: 100%;
		
	}
	
	
.item-personnalites .photo {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.item-personnalites .photo {
	display: block;
	max-width: 420px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.titre {
	position: absolute; /* postulat de départ */
	top: 25%;
	left: 50%; /* à 50%/50% du parent référent */
	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
	text-transform: uppercase;
	font-size: 5vw;
}
}
