/*

orange : ff8000
vert : 00a933
Gris : 7E8AA2
  
 */
 
 /************** Base **********************/ 
 
.base{
	width: 70%;
	margin: 0 auto;
	text-align: left;	 
 }
 

.blockline_up{
	text-align: center;
	margin-top: 30px;
}
 

.blockLine{
	width: 45%;
	display: inline-block;
	margin: 10px;
}


.blockLine3{
	width: 27%;
	display: inline-block;
	margin: 0 5px;
}



.interVer{
	margin-top: 30px;
}

 


  /************** fade **********************/ 

.imgFade{
    opacity:0;
	text-align: center;
}


 /************** Contact **********************/
  
 

.contactForm {
    width: 50%;
    max-width: 600px; 
    text-align: left;
}

.nomChamps {
    display: block;
    font-size: 15px;
    color: #fff;
    padding-left: 20px;
    margin: 10px 0; 
}

.champs_up {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.champs {
    width: 94%;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #999;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #555;

}

.largTextAera {
    width: 98%;
    padding: 4px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #999;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #555;
}

.bouton_actions {
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 2px 2px 6px #999;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    margin: 0 5px;
}

.bouton_actions:hover {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px transparent;
}

.captcha {
    margin-top: 30px;
}


/*Version responsive*/
/* voir small .css à 1024 et 640 */



 /************** mail **********************/
 
 

.p404{
	margin-top: 50px;
	text-align: center;
}

/************** Footer **********************/ 

footer {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.foot_up {
    width: 70%;
    margin: 0 auto;
    line-height: 300%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.foot_l,
.foot_c {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
}

.foot_l {
    width: 40%;
    justify-content: center;
}

.foot_c {
    width: 40%;
    text-align: left;
}

