/* CSS Document */
/*Formulaires*/

ol, ul {
    list-style: outside none none;
}

input[type=text], input[type=password],input[type=email],input[type=tel] {
	width: 100%;
	padding: 0 10px 0 10px;
	border: none;
	border-bottom: 1px solid #77787b;
	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: 96%;
	height: 125px;
	padding: 15px;
	border: 1px solid #231f20;
	line-height: 20px;
	box-sizing:border-box;
	margin: 10px auto 0 auto;
	/*background-color: #fff;*/
	}
input[type=submit] {

	}
input[type=submit]:hover {

	}
input[type=text],input[type=email],input[type=tel],input[type=password], select, textarea {
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	color: #000;
	font-size: 1em;
	}
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 {
	width: calc(100% - 20px);
	}
.g-recaptcha {
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 225px;
}
#rc-imageselect, .g-recaptcha { 
	transform:scale(0.75);
	transform-origin:0;
	transform:scale(0.75);
	transform-origin:0 0;
	-webkit-transform:scale(0.75);
	transform:scale(0.75);
	-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 {color:black; opacity:  0.7; }
::-moz-placeholder {color:black;  opacity:  0.7;}
input:-moz-placeholder {color:black; opacity:  0.7;}
input:-ms-input-placeholder {color:black; opacity:  0.7;}


/*MDL*/
.mdl-textfield__label:after {
    background-color: rgb(0,82,155);
	bottom: 0px;

	} 
.mdl-textfield {
	padding: 0px 0 0px 0;
	display: block;
	}
textarea.mdl-textfield__input {
	border: 1px solid #77787b;
	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(0,82,155);
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: rgb(0,82,155)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 {
	margin: 30px auto 0 auto;
	}
.texte.contact p.erreur {
	text-align: center;
	}
.texte.contact textarea {
	height: 220px;
	}
.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;
	}
.texte.contact .centre .grille-3 li:nth-of-type(3n-1) {
	padding: 0 30px;

	}

@media screen and (max-width:768px) {
.texte.contact .centre .grille-3 li:nth-of-type(3n-1) {
	padding: 0 0;

	}
	}
	
/*popup*/
.scrolloff {
    pointer-events: none;
	}
/*.mdl-textfield {
	padding:0;
	}*/
.popup_formulaire {
	background-color: #fff;
	}
.popup_formulaire h1 {
	text-align: center;
	padding-top: 20px;
	color: #ee7d00;
	font-weight: 400;
	line-height: 24px;
	}
.popup_formulaire ul {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	}
.popup_formulaire ul li:nth-of-type(2n) {
	padding-left: 15px;
	}
.popup_formulaire ul li:nth-of-type(2n-1) {
	padding-right: 15px;
	}
.popup_formulaire ul.grille-2 li:last-child, .popup_formulaire ul.grille-3 li:last-child {
	padding: 0 0 0 0;
	width: 100%;
	}
.popup_formulaire p.erreur {
	text-align: center;
	background-color:#F00;
	color: #fff;
	margin: 0 1px 0 1px;
	}
.popup_formulaire li.civilite {
	padding: 20px 0 0 10px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
	}
.popup_formulaire ul.grille-2 li.cv {
	padding: 20px 0 0 10px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
	}
@media screen and (max-width: 640px) {
.popup_formulaire ul.grille-2 li:nth-of-type(2n) {
	padding-left: 0;
	margin: 0 0 0 0;
	}
.popup_formulaire ul.grille-2 li:nth-of-type(2n-1) {
	padding-right: 0;
	margin: 0 0 0 0;
	}
.popup_formulaire ul {
	padding-top: 0px;
	width: 90%;
	margin: 0 5% 0 5%;
	}


	}
@media screen and (max-width: 500px) {
.popup_formulaire ul.grille-3 li:nth-of-type(2n) {
	padding-left: 0;
	margin: 0 0 0 0;
	}
.popup_formulaire ul.grille-3 li:nth-of-type(2n-1) {
	padding-right: 0;
	margin: 0 0 0 0;
	}

input[type=text], input[type=password], input[type=email], input[type=tel]{
    margin: 0 auto 0 auto;
	font-size: 14px;

}
input[type=submit]{
    margin: 0 auto 0 auto;

}
textarea.mdl-textfield__input {
    padding: 5px;
    margin-top: 25px;
 }
.mdl-textfield__input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
}
textarea {
    height: 90px;
}
	}

/*Page contact*/


/*adresse + map*/

.adressemap {
	max-width: 1200px;
	width: 100%;
	margin: 50px auto 50px auto;
	}
.adressemap > li:first-child{
	position:relative;
	width: 30%;
	float: left;
	height: 400px;
	background-color: #f2f1f0;
	padding: 20px 20px 20px 20px;
	}
.adressemap > li:first-child i {
	vertical-align: middle;
	margin: -3px 5px 0 0;
	color: #c8d200;
	font-size: 20px;
	}
.adressemap > li:first-child li {
	color: #5b5353;
	}
.adressemap > li:first-child li b{
	font-size: 1.21em;
	}
.adressemap > li:first-child li:nth-of-type(2) {
	padding-left: 26px;
	margin-bottom: 8px;
	}

/*.adressemap > li:first-child::after{
	content: '';
	width: 10px;
	height: 400px;
	position:absolute;
	right: -10px;
	top: 0px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
	}*/
.adressemap > li:nth-last-child(2){
	width: 70%;
	float: left;
	height: 400px;
	}
.adressemap > li:last-child{
	clear: both;
	}
.adressemap iframe{
	width: 100%;
	height: 400px; 
	}


@media screen and (max-width:1024px) {
.adressemap > li:first-child{
	width: calc(280px);
	}
.adressemap > li:nth-last-child(2){
	width: calc(100% - 280px);
	}
}
@media screen and (max-width:640px) {
.adressemap > li:first-child{
	width: 100%;
	height: auto;
	float:inherit;
	padding: 20px 20px 20px 20px;
	text-align:center;
	}
.adressemap > li:nth-last-child(2){
	width: 100%;
	height: 400px;
	float:inherit;
	}
.adressemap > li:first-child::after{
	width: 100%;
	height: 10px;
	right: 0px;
	top: inherit;
	bottom: -10px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
	}
}

.adressemapbas > li{
	display: inline-block;
	vertical-align:text-top;
	width: 50%;
	padding: 0 0 0 0;
	height: 500px;
	}
.adressemapbas > li iframe{
	width: 100%;
	height: 500px;
	}
.adressemapbas > li:last-child {
	background-color: #1f4490;
	color:#fff;
	}
.adressemapbas > li:last-child h2{
	color:#fff;
	text-align:center;
	padding: 0 0 20px 0;
	}
.adressemapbas > li:last-child li{
	color:#fff;
	text-align:center;
	}
.adressemapbas > li:last-child ul{
	margin: 160px 0 0 0;
	}
@media screen and (max-width:640px) {
.adressemapbas > li{
	width: 100%;
	height: 300px;
	}
.adressemapbas > li:last-child ul{
	margin: 60px auto 0 auto;
	text-align: center;
	}
	}






/*Version Mobile*/
.boutons_vm {
	display: none;
	height: 70px;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: inherit;
    padding: 0 0 0 0;
    z-index: 1000;
	}
.boutons_vm li {
    display: inline-block;
	width: 50%;
	height: 70px;
	vertical-align:text-top;
	}
.boutons_vm li:nth-of-type(1) {
	background: url(../../../../images/icones/ic_email_white.png) no-repeat #c3d202 center center;
	}
.boutons_vm li:nth-of-type(2) {
	background: url(../../../../images/icones/ic_phone_white.png) no-repeat #b6c501 center center;
	}
.boutons_vm li a {
	display: block;
	cursor:pointer;
	width: 100%;
	height: 70px;
	}

@media screen and (max-width:717px) {
body {

	}
.boutons_vm {
	display: block;
	}
	}