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

#formulaire-contact table {
	position: relative;
	width: 100%;
	table-layout: fixed;
}

#formulaire-contact table tr td {
	table-layout: fixed;
}

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

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

input[name="nom"], input[name="prenom"], input[type="text"], input[type="password"], textarea[name="message"] {
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-family: 'regular', sans-serif;
	transition-duration: 0.5s;
	width: calc( 100% - (2*1px) - (2*14px) );
	height: 30px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.9);
}

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 2px 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: rgba(0,0,0,1); }
input[type="text"]:focus, textarea[name="message"]:focus { opacity: 1; color: rgba(0,0,0,1); }

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

input[type="submit"] {
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'regular', sans-serif;
	transition-duration: 0.5s;
	cursor: pointer;
	color: white;
	background-color: var(--color-gris-fonce);
	height: 50px;
}

input[type="submit"]:hover { 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';
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: white;
	padding: 0;
}

/* COMPATIBILITÉ DU PLACEHOLDER */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 0.5; /* Firefox */
  font-family: 'regular', sans-serif;
	text-transform: uppercase;
}

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

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