::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(249,249,249,0.55);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	 opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(249,249,249,0.55);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	 opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(249,249,249,0.55);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	 opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(249,249,249,0.55);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	 opacity: 1;
}



.file {
  position: relative;

	
}
.file label {
	
  background: #03b9f8;
  padding: 5px 20px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
	font-weight:900;
  font-size: .9em;
  transition: all .4s;
}
.file input {
	
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0.01;
  cursor: pointer;
}
.file input:hover + label,
.file input:focus + label {
  background: #214f87;
  color: #fff;
}


/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 19px;
	color: hsla(0,0%,100%,0.67);
	line-height: 19px;
	
	}
	
#tableau {
	font-family: 'Roboto Condensed', sans-serif;
	width: 800px;
	
	}
	
	legende {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:700;
		font-size: 36px;
		line-height:36px;
		color: white;
		padding: 20px 20px 0 20px;
		margin-top:  10px
	}
	
	h2 {
		font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
		font-size: 18px;
		line-height: 18px;
		padding: 0 20px 20px 20px;
		color: black;
	}
	
	h3 {
		font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
		font-size: 24px !important;
		line-height: 18px;
		color: white;
	}
	
	.champ {
		font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
		font-size: 18px !important;
		line-height: 18px;
		padding: 20px;
		color: black;
	}
	
	.asterix {
		font-family: 'Roboto Condensed', sans-serif;
		color: white;	
		font-size: 18px !important;
		font-weight: 700;
		
	}
	
	.colonne {
		padding: 0 20px 20px 20px;
		}
		
	/* Cachons la case à cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
 
/* on prépare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  padding: 8px 0 15px 40px; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;    /* affiche un curseur adapté */
	display: block;
}	
		/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 24px; height: 24px; /* dim. de la case */
  border: 1px solid #fff;
	
  

 
}
 
/* Aspect général de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 5px; left: 6px;
  font-size: 19px;
  color: #fff;
  transition: all .2s; /* on prévoit une animation */
}
/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; /* coche invisible */
  transform: scale(0); /* mise à l'échelle à 0 */
}
/* Aspect si "cochée" */
[type="checkbox"]:checked + label:after {
  opacity: 1; /* coche opaque */
  transform: scale(1); /* mise à l'échelle 1:1 */
}
		
	

fieldset { 
    display: block;
		margin-bottom: 40px;
		padding-bottom: 50px;
		background-color: #4171d5;
 
 		
}


textarea {
	width: 400px;
	height: 120px;
	border: solid 1px #c9c9c9;
}



input[type="text"],textarea
{
 font-family: Arial, Verdana, sans-serif;
  font-size: 19px;
  line-height:140%;
  color: #fff; 
  padding: 3px; 
  border: none;
  border-bottom: solid 1px #c9c9c9;
  transition: border 0.3s;
	background-color:#4171d5;
}

input[type="text"]
{
 color: #fff; 
  width:400px;
	
}


input[type="text"]:focus, input[type="text"].focus {
  border-bottom: solid 1px #fff;
	outline: none;
}

#contactus #scaptcha
{
  width:85px;
  height:18px;
}

#capchat
{
  width:400px;
  height:70px;
	text-align:center;
	padding: 30px 0 10px 0;
		
	background-color: #FFFFFF;
	
}



input[type="submit"]
{
   width:327px;
   height:73px;
	 text-align: center;
	 background-color: #03b9f8;
	 font-family: 'Roboto Condensed' !important;
	
		font-weight:700;
		font-size: 24px;
		line-height:36px;
		color: #fff;
		border: none;
		outline: none;
		margin: 0;
		padding: 0px;
		transition: all .4s;
}


input[type="submit"]:hover {
   
	 background-color: #214f87;
	
	
		color: white;
		cursor:pointer;
	
}





input[type="text"]:focus,textarea:focus
{
  color : #fff;
 
 /* background-color : #b2eafd;*/ /*couleur du fond des boîtes de champ lorsqu'on tape l'information*/
  
}


#contactus .error
{
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 0.7em;
   color: white; 
   background-color : #ff0000;
	 
}

#contactus fieldset#antispam
{
 padding:2px;
  

   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;  
}

#contactus .short_explanation
{
 font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333; 
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   /*font-family : Arial, sans-serif;
   font-size: 0.3em;*/
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}