


input[type="text"], select, option
textarea, 
textarea.form-control {
	height: 45px;
 
    padding: 0 20px;
    vertical-align: middle;
    
    border: 1px solid #fff;
font-family:"lato",arial;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #000;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 2px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea.form-control {width:98.5%;}

select:required:invalid {
  color: #aaa;
}
option[value=""][disabled] {
  display: none; color:#999;
}


.text-control{border:solid 1px #ccc;margin: 20px 0 50px 0; border-radius:4px;width:100%;padding:20px;}
.form-control1{width:17.5%; margin-right:0.8%}
.form-control2{width:48.5%; margin-right:1%}
.form-control3{width:98%; margin-right:1%}
.form-control0{margin-right:1%}

.form-control4{width:60%; margin:auto; border:solid 1px #ccc}

.form-control5{ margin-bottom:20px; border:solid 1px #ccc;margin-right:5px}

.form-control6{width:48.5%; border:solid 1px #ccc;margin:20px 0 50px 0}


#msg_all{color:#FFF; font-size:2em; line-height:1.3em; text-align:center; margin:100px auto 40px; display:none;  background:url(../images/pictos/h1.png) center bottom no-repeat; padding-bottom:40px; font-family: 'emporiaroman'; font-variant:small-caps; letter-spacing:3px}
#msg_all::first-letter{ font-family: 'darleston';color:#096;color: #276e8a; font-size:2em; text-shadow:1px -1px 1px #105773 ;}
 
textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #fff;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.message-mobile{min-height: 100px;}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

.input-disabled{background:#ddd;}





button.btn { display:block;padding:10px; margin:auto;width:250px;float:none }

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

.input-group{    position: relative;
    display: table;
    border-collapse: separate;margin-bottom:10px
}

/*FIN FORM ELEMENT***********/








.form-box {
	padding-top: 40px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.35);
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top .close{font-size:50px;}




.form-top-left {
	float: left;
	width: 95%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #fff; }
.form-top-left p { opacity: 0.8; color: #fff; }

.form-top-left span {
    font-size: 19px;
    font-weight: 300;
    line-height: 2em;
    margin: 0px;
    color: #fff;
   
    line-height: 26px; display:block; margin: 10px 0;

	
}

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}

.form-bottom p { opacity: 0.8; color: #fff; }

#formcontact{position:relative;}
#loading
{
 
   display:none;
   margin-left: auto;
margin-right: auto;
left: 0;
right: 0;top:0;
    transition: all 0.5s ease 0s;
    width: 100%;max-width:300px;position:absolute;
   opacity:0.4;
   
    z-index: 1000; 

}


#loading-d2
{
 
   display:none;
    top:90%;
   margin:auto;
    padding: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
  position:absolute; opacity:0.2;
   
    z-index: 1000; 

}


#loading img,#loading-d img,#loading-d2 img
{
 
  padding:0;margin:auto;width:90%; display:block;

}

@media (max-width:450px)

{
	.form-group {
    margin-right: 0%;
	margin-bottom:0;
  
}

.form-control2 {
    margin-right: 0%;
	margin-bottom:10px;
    width: 100%;
}

textarea.form-control {
    width: 100%;margin-bottom:10px
}

}


/***new form***/



.lead-form__container{background:#222 !important}