/*
@media only screen and (max-width:800px) {
 body {
 background-color:black;
 color:white;
 }
}



@media (min-width: 420px){

.nom{
				display: inline;
				float: left;
			width: 100%;
			max-width: 45%;
			margin-right: 40px;
			background: purple;
}
*/


.form{
	margin-left: 0px;
	text-align: center;
	max-width: 600px;
	padding:0px;
    height: auto;

}



/*comportement de tous les input du formulaire*/
#contactscss input, textarea, select{

	border:none;
	border : 1px solid #1B6181;
	padding-bottom: 5px;
	padding-left: 13px;
	margin-bottom: 20px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 5px;
	box-shadow:0px 0px 0px #D83F3D;
	color: black;
}

#contactscss select,
select.contact-select {
	border:none;
	border : 1px solid #1B6181;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-bottom: 20px;
	padding-top: 3px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 5px;
	box-shadow:0px 0px 0px #D83F3D;
	color: black;
}

#contactscss select option,
select.contact-select option {
    color: black;
    background-color: white;
}

#contactscss input[type=submit]{

	border:none;
	border : 0px solid #1B6181;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 20px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 5px;
	box-shadow:0px 0px 0px #D83F3D;


}

#contactscss input [placeholder=Email]{
	font-weight: bold;
	color:black;

}

#contactscss input:focus{ 

    border-color: #719ECE;
    border:none;
    border: 2px solid black;
    border-radius: 5px;
    box-shadow: 0 0 0px #719ECE;
    padding-left: 12px;
    padding-top: 2px;
}

#contactscss select:focus,
select.contact-select:focus {
    border-color: #000000;
    border: none;
    border: 2px solid #000000;
    border-radius: 5px;
    box-shadow: 0 0 0px #000000;
    padding-left: 12px;
    padding-top: 2px;
}

#contactscss textarea:focus {
	/* @extend #contactscss input:focus;ça fonctionnera quand t'aura importer SASS */
	
    border-color: #719ECE;
    border:none;
    border: 2px solid #1B6181;
    border-radius: 5px;
    box-shadow: 0 0 0px #719ECE;
    padding-left: 11px;
	padding-top: 4px;
}
::-webkit-select-placeholder {
   color: black;
   font-weight: none;
}

::-webkit-input-placeholder {
   color: black;
   font-weight: none;
}

:-moz-placeholder { /* Firefox 18- */
   color: black; 
    font-weight: none; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;
    font-weight: none;  
}

:-ms-input-placeholder {  
   color: black; 
    font-weight: none; 
}

/*comportement supplémentaire d'un input*/
input.contact-nom {
	height:35px;
width:100%;
/* color:#867462; */
}

/*comportement supplémentaire d'un input*/
input.contact-email {
width:100%;
	height:35px;
	/* color:#867462; */
}

input.contact-objet {
	width:100%;
	height:35px;
	margin-left: 0px;
	/* color:#867462; */
}
select.contact-select {
	width:100%;
	height:35px;
	margin-left: 0px;
	color: black;
}
.centrage{
	text-align: center;
}
			.nom{

			float: left;
			min-width: 355px;
			margin-right: 39px;
			background: none;
			}
			.email{
		
			float: left;
	        min-width: 355px;
		    background: none;
			}

@media (max-width: 660px){
	.nom{	
	display: block;
	width: 100%;
	min-width: 255px;
	max-width: 750px;
	background: none;
	}
	.email{
	display: block;	
    width: 100%;
    min-width: 255px;
    max-width: 750px;
	background: none;
	}
}

.objet{
	display: block;
	clear:both;
	width: 100%;
	max-width: 750px;

}
.message{
	display: block;
	width: 100%;
	max-width: 750px;
	/* color:#867462; */

}
.contact-select{
	display: block;
	clear:both;
	width: 100%;
	max-width: 750px;
	padding-right: 15px;
}

.bouton{
	display: block;
	width: 100%;
	max-width: 750px;
	height:auto;
	background-color: #1B6181;

}

.bouton:hover{
	display: block;
	width: 100%;
	max-width: 750px;
	height:auto;
	background-color: #1B6181;
}

/*comportement supplémentaire d'un textarea*/
textarea.contact-textarea{
    display: block;
    clear:both;
    width:100%;
    min-width: 185px;
    max-width: 750px;
	height:200px;
	/* color:#867462; */


	margin-left: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-top: 5px;
}


input[type=submit], input[type=reset] {
 width:100px;
 float:right;
 margin-left:5px;
 box-shadow:1px 1px 1px #338a57;
 cursor:pointer;
 text-transform: uppercase;
 font-weight: bold;
 text-align: center;
 padding-top: 3px;
 text-indent: -4px;
 height: auto;
 background-color: #1B6181;
 }

.adress{
	padding-top: 70px;
}
.maps{
	background:transparent;

	float:left;
	max-width: 600px;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}

.alex{
	list-style-type: none;
	font-family: helvetica,arial;
	font-size: 18px;
	color:white;
	

}

#ordi{
	margin-top: 0px;
}

  .confo{
  	clear: both;
  	float: left;
  	margin-top: 10px;
 	text-align: center;
 	width: 100%;
 }

 #contactscss > div.select > select,
 #contactscss > div.select > select:focus{
	color:black
}

#contactscss > div.select > select:focus,
#contactscss > div.select > select:checked{
   color:black;
   border: 2px solid black;
}

 
 /* @media (max-width: 660px){
	.maps{
		

	}
} */


