.concours {
	background: #fad414;
}

.concours h1 {
	margin-bottom: 10px;
}

.concours h3 {
	margin: 0;
}

.concours .ligne {
	margin-bottom: 30px;
}


.concours p {
	color: white;
	margin: 20px auto;
}

.contact-concours label {
	display: inline-block;
}

.contact-concours input {
	width: 100%;
	padding: 1em;
}

.contact-concours input[type="submit"] {
	width: auto;
	cursor: pointer;
	transition: background 0.5s;
}

.contact-concours input[type="submit"]:hover {
	background: #fff;
	color: #000;
}

.contact-concours fieldset.question {
	display: flex;
	justify-content: space-evenly;
	border: 1px solid #fff0a7;
	padding: 15px 10px 30px 10px;
	margin-bottom: 50px;
}
.contact-concours fieldset.question div {
	text-align: center;
}

.contact-concours fieldset.question label {
	font-size: 1.4em;
}

.contact-concours fieldset.question legend {
	font-size: 1.6em;
	color: black;
	text-align: center;
	padding: 8px;
	margin: auto;
}

.contact-concours .conditions {
	margin: 40px 0 30px 0;
	font-size: 90%;
}

.img-concours {
	width: 100%;
	height: 100%;
	background-image: url("../webimages/concours.jpg");
	background-size: cover;
	background-position: center;
}

.concours #answer span {
	font-size: 120%;
	background: black;
	color: #fad414;
	padding: 10px;
}

.main-concours {
	width: 40% !important;
}

@media screen and (max-width: 780px) {
	.main-concours {
		width: 100% !important;
	}
}