
/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* ----------------------------------------------------------- */
.form-style-5{ /* tout le formulaire */
	max-width: 400px;
	padding: 10px 20px;
	margin: 10px auto;
	padding: 20px;
	background-color:  #050112;
}
/* --------------------------------------------------------- */
.form-style-5 fieldset{ /* cadre autour du formulaire */
}
/* --------------------------------------------------------- */
.form-style-5 legend {
	background-color:  #050112;
	font-family: Arial, Helvetica, sans-serif
	font-size: 1.4em;
	margin-top:20px;
	margin-bottom: 20px;
	border:none;
}
/* --------------------------------------------------------- */
.form-style-5 label {
	font-family: Arial, Helvetica, sans-serif
	background-color:black;
	margin-bottom: 8px;
}
/* --------------------------------------------------------- */
.form-style-5 input[type="text"],   /* tout les input du formulaire */
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: Arial, Helvetica, sans-serif
	background:black;
	/*background: rgba(255,255,255,.1);*/
	border: 1px solid grey;
	border-radius: 7px; /* test */
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color:black;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
    -webkit-appearance: none;
	-moz-appearance: textfield;
}
/* --------------------------------------------------------- */
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: black;
	color:#8a97a0;
	-moz-appearance: textfield;
    -webkit-appearance: none;
	font-family: Arial, Helvetica, sans-serif
}
/* --------------------------------------------------------- */
.form-style-5 select{  /* input avec liste deroulante */
	height:40px;
	color:#8a97a0;
	-webkit-appearance: menulist-button;
	font-family: Arial, Helvetica, sans-serif
}
/* --------------------------------------------------------- */
.form-style-5 .number {
	font-family: Arial, Helvetica, sans-serif
	background-color:#8c8a8c; /* bleu idem enveloppe image mobile */ 
	/*background: black;*/
	color: white;             /*  couleur des chiffres 1 et 2 dans le formulaire*/
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;	
	line-height: 30px;
	text-align: center;
	/*text-shadow: 0 1px 0 rgba(255,255,255,0.2);*/
	border-radius: 15px 15px 15px 0px;
	
}
/* --------------------------------------------------------- */
.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif
	display: block;
	padding: 19px 39px 18px 39px;
	color:#8a97a0;
	margin: 0 auto;
	margin-top:20px; /* test*/
	background: black; /* couleur du bouton envoi au repos */
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	max-height: 20%;
	border: 1px solid #d0ced2;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
	border-radius: 7px; /* arrondi du bouton envoi */
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background:#CBC5C5; /* couleur du bouton envoi au survol ! */
	color:black; /* couleur police au survol ! */
	cursor: Pointer;
	font-family: Arial, Helvetica, sans-serif
}
/* //////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////// */
.robot{
  visibility: hidden;
}
.imageCouleur{
  display: inline-block;
  border-radius: 10px; /* border-radius: 7px; */
  height: 30px;
  width: 100%; /* width: 500px; */
  border: 1px solid #d0ced2;
  background-color: blue ;
  text-align: center ;
  cursor: not-allowed; /* curseur interdit ! */
  margin-bottom:10px;
}
.repon1{
  display: inline-block;
  border-radius: 10px; /* border-radius: 7px; */
  height: 30px;
  width: 40%; /* width: 245px; */
  border: 1px solid #d0ced2;
  margin-right:1px;
  margin-left: 30px;
  background-color: blue ;
  text-align: center ;
  cursor: grab;	
}
.repon2{
  display: inline-block;
  border-radius: 10px; /* border-radius: 7px; */
  height: 30px;
  width: 40%; /* width: 245px; */
  border: 1px solid #d0ced2;
  margin-left: 2px;	
  background-color: blue ; /* background-color: grey ; */
  text-align: center ;
  cursor: grab;	
}
.spanR {
 font-family: Arial, Helvetica, sans-serif
  font-size: 20px;
}
/* //////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////// */
.contactX {                       /*  image contact animée !  */
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 4em;
  height: 4em;
  overflow: hidden;
  animation: spin 4s ease infinite;
  animation-iteration-count:1;
}
.contactX::before {
  
  position: absolute;
  top: -3px;
  left: -3px;
  width: 2em;
  height: 2em;
  transform-origin: center bottom;
  transform: scaleY(1);
  animation: fill 4s linear infinite;
  animation-iteration-count:1;
}
@keyframes spin {
  50%,
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fill {
  25%,
  50% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

/* ---------------------------------------------------------------------- */
