/* /////////////////////// FORMULAIRE DE CONTACT /////////////////////// */
/* /////////////////////// FORMULAIRE DE CONTACT /////////////////////// */
/* /////////////////////// FORMULAIRE DE CONTACT /////////////////////// */

[role="form"] { margin: 0 0; }

form input, form textarea, form select {
	-webkit-appearance: none;
	display: block;
	padding: 14px 0;
	margin: 6px 0px;
	border: none;
	font-family: 'regular', sans-serif;
	border-bottom: 1px solid white;
}

input[name="nom"], input[name="prenom"], input[type="text"], textarea[name="message"] {
	color: white;
	font-size: 14px;
	font-family: 'regular', sans-serif;
	transition-duration: 0.5s;
	width: 100%;
	height: 30px;
	background-color: rgba(255, 255, 255, 0);
}

select {
	display: inline-block;
	width: 100%;
	height: 58px;
	font-family: 'regular', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px rgba(60,60,59,1);
	background-color: rgba(255,255,255,1);
	border-radius: 0px;
	background-image: url('../svg/picto-bas.svg');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: calc(100% - 10px) center ;
	color: rgba(0,0,0,0.6);
}

input[type="text"]:hover, textarea[name="message"]:hover { opacity: 1; color: white; }
input[type="text"]:focus, textarea[name="message"]:focus { opacity: 1; color: white; }

textarea[name="message"] { resize: vertical; height: 130px; transition-duration: 0.5s; line-height: 26px; font-family: 'regular', sans-serif; }

button[type="submit"] {
	width: auto;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'regular', sans-serif;
	transition-duration: 0.5s;
	cursor: pointer;
	color: white;
	height: 50px;
	border: 0px;
	text-align: right;
	background-color: var(--color-projet-corpo);
	border: 1px solid #fbb195;
	float: right;
	padding: 0 30px;
	border-radius: 40px;
	margin-top: 20px;
}

button[type="submit"]:hover { background-color: #fbb195; }

button[type="submit"] img {
	width: 25px;
	vertical-align: middle;
	margin-right: 15px;
	transition-duration: 0.4s;
}

button[type="submit"]:hover img { margin-right: 25px; }

label.check {
	display: table;
	margin: 20px 0;
}

label.check p {
	display: table-cell;
}

label.check p:last-of-type {
	padding: 0 0 0 20px;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

input[type="checkbox"] {
	display: inline-block;
	padding: 0px;
	width: 15px;
	height: 15px;
	background-color: var(--color-gris-light);
	vertical-align: middle;
	border-radius: 2px;
}

input[type="checkbox"]:checked {
	background-color: var(--color-selecteur-dispo);
}

#formulaire-contact-problemes, #formulaire-contact-envoi { padding: 20px; }
#formulaire-contact-problemes { background-color: var(--color-selecteur-reser); }
#formulaire-contact-envoi { background-color: var(--color-selecteur-dispo); }

#formulaire-contact-problemes p, #formulaire-contact-envoi p  {
	display: block;
	font-family: 'regular';
	text-align: center;
	color: white;
	padding: 5px 0;
}

#formulaire-contact-coordonnees {
	padding: 20px 0;
}

#formulaire-contact-coordonnees p {
	font-size: 16px;
	line-height: 23px;
}

/* COMPATIBILITÉ DU PLACEHOLDER */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
  font-family: 'light', sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
	text-transform: uppercase;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
	text-transform: uppercase;
}
