/* CSS Document */
/*Formulaires*/
input[type=text], input[type=password],input[type=email],input[type=tel] {
	width: 100%;
	padding: 0 10px 0 10px;
	border: none;
	border: 1px solid #c7c7c7;
	line-height: 35px;
	height: 35px;
	vertical-align: middle;
	box-sizing:border-box;
	margin: 15px auto 0 auto;
	background-color: #fff;
	color: #000;
	}
select {
	width: 100%;
	box-sizing:border-box;
	padding: 0 15px 0 15px;
	border: 1px solid #d1d1d1;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	}
.formulaire select {
	margin-top: 15px;
	}
textarea {
	width: 100%;
	height: 125px;
	padding: 15px;
	border: 1px solid #c7c7c7;
	line-height: 20px;
	box-sizing:border-box;
	margin: 10px auto 0 auto;
	background-color: #fff;
	}
input[type=submit] {
	cursor: pointer;
	width: 160px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
    font-family: 'Khand', sans-serif;
	font-weight: 300;
	text-transform:uppercase;
	color: #fff;
	font-size: 2.14em;
	margin: 20px auto 10px auto;
	box-sizing:border-box;
	display:block;
	clear: both;
	background: #f1981a;
	border-radius: 3px;
	border: 1px solid #f1981a;
	}
input[type=submit]:hover {

	}
input[type=text],input[type=email],input[type=tel],input[type=password], select, textarea {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	color: #301b03;
	font-size: 16px;
	}
form p.erreur {
	color: #ff0000;
	font-weight: bold;
	}
.texte .alerte p {
	color: #ff0000;
	}
.texte .alerte p b {
	color: #ff0000;
	font-weight: bold;
	}
.texte.contact .grille-2-m li:last-child,  #form_invertisseur .grille-2-m li:last-child{
	width: calc(100% - 20px);
	}
.g-recaptcha {
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 260px;
}
#rc-imageselect, .g-recaptcha { 
	transform:scale(0.85);
	transform-origin:0;
	transform:scale(0.85);
	transform-origin:0 0;
	-webkit-transform:scale(0.85);
	transform:scale(0.85);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	}
/*@media screen and (min-width: 900px) and (max-width: 1224px) {
#rc-imageselect, .g-recaptcha { 
	transform:scale(0.60);
	transform-origin:0;
	transform:scale(0.60);
	transform-origin:0 0;
	-webkit-transform:scale(0.60);
	transform:scale(0.60);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	}
.g-recaptcha {
    width: 180px;
}
	 }*/
@media screen and (min-width: 100px) and (max-width: 350px) {
#rc-imageselect, .g-recaptcha { 
	transform:scale(0.60);
	transform-origin:0;
	transform:scale(0.60);
	transform-origin:0 0;
	-webkit-transform:scale(0.60);
	transform:scale(0.60);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	}
.g-recaptcha {
    width: 180px;
}
	 }		
::-webkit-input-placeholder {font-family: 'Poppins', sans-serif; color:#000; font-weight: 500; }
::-moz-placeholder {font-family: 'Poppins', sans-serif; color:#000;  font-weight: 500;}
input:-moz-placeholder {font-family: 'Poppins', sans-serif; color:#000;  font-weight: 500;}
input:-ms-input-placeholder {font-family: 'Poppins', sans-serif;  color:#000;  font-weight: 500;}


.connexion ::-webkit-input-placeholder {font-family: 'Poppins', sans-serif; color:#fff; font-weight: 500; }
.connexion ::-moz-placeholder {font-family: 'Poppins', sans-serif; color:#fff;  font-weight: 500;}
.connexion input:-moz-placeholder {font-family: 'Poppins', sans-serif; color:#fff;  font-weight: 500;}
.connexion input:-ms-input-placeholder {font-family: 'Poppins', sans-serif;  color:#fff;  font-weight: 500;}

/*MDL*/
.mdl-textfield__label:after {
    background-color: rgb(255,101,42);
	bottom: 0px;
	}
.mdl-textfield {
	padding: 0px 0 0px 0;
	display: block;
	}
textarea.mdl-textfield__input {
	border: 1px solid #c7c7c7;
	padding: 15px;
	margin-top: 20px;
	background-color:#fff;

}
.ng-submitted .ng-invalid {
	border-color: #ff0000;
	box-shadow: none;
	}

.ng-invalid-required.ng-touched {
  	border-color: #f04e23;
	box-shadow: none;
	}

.ng-submitted input.ng-invalid-required + .mdl-textfield__label:after,
.ng-invalid-required.ng-touched + .mdl-textfield__label:after
{
  	background-color: #f04e23;
	box-shadow: none;
	}
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid rgb(255,101,42);
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: rgb(255,101,42)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgi…sZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}
/*Réservation*/

.texte.reservation form{
	max-width: 700px;
	width: 100%;
	margin: 30px auto 0 auto;
	}
.texte.fiche.reservation form{
	max-width:100%
}

.texte.reservation input[type=text], .texte.reservation select, .texte.reservation textarea {
	width: 95%;
	margin: 20px 2.5% 0 2.5%;
	}
.texte.reservation textarea {
	width: 97.5%;
	margin: 20px 1.25% 0 1.25%;
	}
.texte.reservation p.erreur {
	text-align: center;
	}
@media screen and (max-width:768px) {
.texte.reservation textarea {
	width: 95%;
	margin: 20px 2.25% 0 2.25%;
	}
}
@media screen and (max-width:640px) {
.texte.contact .grille-2-m li:last-child {
	width: 100%;
	}
}
/*Contact*/

.texte.contact form {
	max-width: 700px;
	width: 100%;
	margin: 30px auto 0 auto;
	}
.texte.contact p.erreur {
	text-align: center;
	}
.texte.contact textarea {
	height: 305px;
	}
.texte.contact p.merci {
	padding-top: 60px;
	text-align: center;
	}
.texte.contact ul.case li{
	display: inline-block;
	margin-right: 30px;
	}
.texte.contact p.pcase {
	margin: 0 0 5px;
	font-weight: 500;
	}

	
