.contenu a {
	color: #4f4f4f;
}
h3 {
	color: #86BBD8;
}
.control {
	box-sizing: border-box;
	clear: both;
	font-size: 1rem;
	position: relative;
	text-align: inherit;
}
.control.has-icons-left .input, .control.has-icons-left .select select {
	padding-left: 2.5em;
}
.control.has-icons-left .icon {
	color: #4a4a4a;
	height: 2.5em;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5em;
	z-index: 4;
}
.icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}
button, input, select, textarea {
	margin: 0;
	font-family: 'Nunito', sans-serif;
}
.button, .input, .select select, .textarea {
	width: 100%;
	border: 1px solid #C9CBCC;
	box-shadow: inset 0 .0625em .125em rgba(10,10,10,.05);
	max-width: 100%;
	-webkit-appearance: none;
	align-items: center;
	display: inline-flex;
	font-size: 1rem;
	justify-content: flex-start;
	line-height: 1.5;
	padding-bottom: calc(.5em - 1px);
	padding-right: calc(.75em - 1px);
	padding-top: calc(.5em - 1px);
	position: relative;
	vertical-align: top;
	background-color: #fff;
	border-color: #dbdbdb;
	border-radius: 4px;
	color: #363636;
}
.input, .textarea {
	width: calc(100% - 3.25em);
}
.field:not(:last-child) {
	margin-bottom: .75rem;
}
.select {
	position: relative;
}
.select label {
	color: darkgray;
	padding-left: calc(.75em - 1px);
	line-height: 2em;
}
.select select, .textarea {
-webkit-appearance: none;
align-items: center;
border: 1px solid transparent;
box-shadow: none;
height: 2.5em;
justify-content: flex-start;
line-height: 1.5;
padding-bottom: calc(.5em - 1px);
padding-left: calc(.75em - 1px);
padding-top: calc(.5em - 1px);
position: relative;
vertical-align: top;
	
border-radius: .375em;
color: #363636;
padding-right: 2.5em;
	
	cursor: pointer;
display: block;
font-size: 1em;
max-width: 100%;
outline: 0;
	border-color: #86BBD8;
}
.select:after {
border: 3px solid transparent;
border-radius: 2px;
border-right: 0;
border-top: 0;
content: " ";
display: block;
height: .625em;
margin-top: -.4375em;
pointer-events: none;
position: absolute;
top: calc(50% + 1em);
transform: rotate(-45deg);
transform-origin: center;
width: .625em;
	right: 1.125em;
z-index: 4;
	border-color: #86BBD8;
}
.button {
	background-color: #86BBD8;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 10px;
	height: 2em;
	font-size: 0.9em;
	display: inline-block;
	width: auto;
	border-width: 0;
	color: #fff;
}
a {
	color: #494949;
}
.field #rgpd_text {
	background-color: #efefef;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 0.8em;
	margin-top: 10px;
}
.group_errors {
	background-color: #efefef;
	padding: 20px 30px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.group_errors h2 {
	margin-top: 0;
}
.control .error {
	color: #d03e3e;
	margin-top: 5px;
}
.control .error:before, a.trgpd:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f062";
	margin-right: 10px;
	font-size: 0.9em;
}
a.trgpd:after {
	text-decoration: none;
	content: "\f05a";
	margin-left: 8px;
	margin-right: 0;
}
.hide {
	display: none;
}
input.required::after {
	display: inline-block;
	content: " Requis";
}