





 #page-contact{
 
 height: auto;
 width: 100%;
 text-align:center;
 padding-bottom:10px;
}



 #page-contact .titre {
  height: auto;
 width: 100%;
  padding-bottom:100px;
}




 #page-contact .titre h1{
 padding-top:200px;
	font-size:3.3em;
	font-weight:700;
	color:#0081C6;
 
}







 #page-contact .text{
 
 height: auto;
 width: 100%;
 text-align:center;
 margin:0px 0px 100px 0px;
 border: 0px solid transparent; 
 padding:40px 0px 80px 0px;
 
 
 background-image: url('../images/refrigerationleblanc_map.png');
 background-position: 0% 80%; 
 background-attachment: fixed;
 background-repeat: no-repeat;
 
 
 
 
}





.box-contact{ 

width: 60%; 
height: auto; 
margin: 10px 10px 10px 10px ;
vertical-align:middle; /* On aligne les éléments au milieu */
display:inline-block;/* On le remplace au float:left; */ 
border: 1px solid transparent; 
overflow: hidden; 
position: relative;
text-align:center;

}

.box-contact h3{
 
 margin:20px 0px 0px 0px;
 border: 1px solid transparent; 
 color:#FFFFFF;
 font-family: 'Montserrat',sans-serif;
 font-size:1.7em;
 font-weight:700;
}


.box-contact p{
 
 margin:0px 0px 0px 10px;
 border: 1px solid transparent; 
 color:#000000;
 font-family: 'Montserrat',sans-serif;
 font-size:1.3em;
}




.box-contact a{
	color:#000000;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	
	text-decoration:none;
}


.box-contact a:hover {
	text-decoration:none;
	color:#FFFFFF;
}





@media (max-width: 1000px) {
 

 #page-contact .titre h1{
 padding-top:150px;
font-size:3em;
}

 
 .box-contact h3{
 
 margin:20px 0px 0px 0px;
 font-size:1.6em;
}


.box-contact p{
 margin:0px 0px 0px 10px;
 font-size:1.2em;
}
 
 

}



@media (max-width: 600px) {
 

 
 
 .box-contact{ 

width: 95%; 
height: auto; 
margin: 0px 0px 0px 0px ;
border: 1px solid transparent; 


}
 
 
 #page-contact .titre h1{
 padding-top:100px;
font-size:2.4em;
}

 
 .box-contact h3{
 
 margin:20px 0px 0px 0px;
 font-size:1.4em;
}


.box-contact p{
 margin:0px 0px 0px 10px;
 font-size:1em;
}
 
 


}































