/* index */
.minus {
	width: 20%;
}
.btn-width {
        width: 90%;
        height: 256px;
		margin: 1em 0;
		overflow: hidden;
}

.boxConnect {
        width: 80%;
        margin: 1em 10%;
}

/* page photos */
.con-choix {
	width: 80%;
	margin: 2em auto;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.con-choix a span:first-child	, .con-choix a span:nth-child(2) {
		display: inline-block;
		width: 50%;
		font-size: xx-large;
	}
}
.con-choix a span:nth-child(2) {
	text-align: left;
}

/* page formulaire-vote */
#reglement-concours {
	display: none;
}
.btn-vote {
        max-width: 250px;
        margin: 0 auto;
}
.photo-vote {
		min-height: 400px;
		border-radius: 5px;
}
.photo-vote:hover,
.photo-vote:focus,
.photo-vote:active {
        background-color: rgba(192, 192, 192, 0.2);
}
.link-photo {
	position: relative;
}
a .fullscreen {
	display: none;
	width: 100%;
	position: absolute;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 4em;
	color: rgba(217, 83, 79, 1);
}
a:hover .fullscreen, a:active.fullscreen {
	display: block;
}

/* pages concours photos */
ul.resultwiner li {
	margin: 1em 0;
	list-style: none;
}