.p.error,
p.success {
	font-weight: bold;
	padding: 10px;
	width: 50%;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 1000px) {

	.p.error,
	p.success {
		width: 100%;
	}
}

p.error {
	background: red;
	color: white;
}

p.success {
	background: lawngreen;
	color: black;
}

.remarque {
	display: none;
}

input::placeholder {
	color: rgb(0, 56, 136);
	opacity: 0.7;
}

textarea::placeholder {
	color: rgb(0, 56, 136);
	opacity: 0.7;
}

#pays {
	border: none;
	color: rgb(0, 56, 136);
	opacity: 0.7;
	margin-top: 10px;
}

input:hover {
	background-color: rgb(255, 204, 0);
}

textarea:hover {
	background-color: rgb(255, 204, 0);
}

select:hover {
	background-color: rgb(255, 204, 0);
}

.liencontact {
	color: rgb(255, 204, 0);
	text-decoration: none;
}

.title {
	width: 100%;
	display: block;
	font-family: sans-serif;
	font-size: 30px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
}

.sous-titre {

	font-family: sans-serif;
	font-weight: 600;
	color: red;

}

a.liencontactb {
	text-decoration: none;
	color: rgb(0, 56, 136);
}

input#submit {
	font-family: sans-serif;
}

.wrap-contact100 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}