﻿body {
margin:0;
padding:0;
    font-family: "Open sans", Georgia, serif;
}
html {
margin:0;
padding:0;
}
footer {
width:100%;
text-align:center;
color:white;
height:100px;
line-height:100px;
vertical-align:middle;
background-color:#1A2733;
}
.surheader {
width:100%;
height:40px;
line-height:40px;
background-color:#F4F4F4;
}
header {
width:100%;
text-align:center;
}
.logo {
padding-top:30px;
padding-bottom:30px;
}
.couverture {
width:100%;
margin-top:30px;
height:300px;
  background: url(images/cover.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
h1 {


}
li:before {
	content: "→ "; /* caractère UTF-8 */
	color:#1267B4;
}
li {list-style-type: none;
}
li a {
color:#1267B4;
}
li a:hover {
font-weight:bold;
color:#072D4E;
}
a {
text-decoration:none;
color:black;
}
.entetelocalisation {
background-color:#F2F8FF;
margin-top:25px;
color:#4D4D4D;
}
.presentationclimatiseurs {
margin-top:25px;
font-size:90%;
}
.blocdevis {
width:70%;
margin:auto;
margin-top:30px;
margin-bottom:30px;
background-color:#1267B4;
color:white;
}
.blocdevispadding {
padding:20px;
}
.blocdevistitre {
margin:auto;
background-color:white;
padding:10px;
color:#1267B4;
font-size:120%;
vertical-align:middle;
}
.blocdevistitre img{
vertical-align:middle;

}
a {
text-decoration:none;
}

.boutondevis {
text-align:center;
width:100%;
height:80px;
line-height:80px;
vertical-align:middle;
color:white;

     text-shadow: 1px 1px #498389;
background-color:#1267B4;
}
.boutondevis img{
vertical-align:middle;
}
.pulse-button {
  box-shadow: 0 0 0 0 rgba(73,131,137, 0.7);
  -webkit-animation: pulse 4s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 4s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 4s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 4s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover{-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none; }
@-moz-keyframes pulse{
10%{background-color:#AEDBFE}
30%{box-shadow: 0 0 0 20px rgba(174,219,254, 0);}
30.1%{box-shadow: 0 0 0 0 rgba(174, 219, 254, 0);background-color:#1267B4;}
}
@-ms-keyframes pulse{
10%{background-color:#AEDBFE}
30%{box-shadow: 0 0 0 20px rgba(174,219,254, 0);}
30.1%{box-shadow: 0 0 0 0 rgba(174, 219, 254, 0);background-color:#1267B4;}
}
@keyframes pulse {
10%{background-color:#AEDBFE}
30%{box-shadow: 0 0 0 20px rgba(174,219,254, 0);}
30.1%{box-shadow: 0 0 0 0 rgba(174, 219, 254, 0);background-color:#1267B4;}
}

.titremenudroite {
background-color:#AEDBFE;
margin-top:20px;
height:50px;
line-height:50px;
vertical-align:middle;
}
.titremenudroiteimage {
display:inline-block;
vertical-align:middle;
width:20%;
text-align:center;
}
.titremenudroiteimage img{
width:80%;
height:auto;
margin-top:-15px;
max-width:48px;
}
.titremenudroitetitre {
display:inline-block;
vertical-align:top;
width:80%;
color:white;text-shadow: 2px 2px 2px black;
font-size:110%;
font-weight:bold;
}
.contenumenudroite {
background-color:#F4F4F4;
font-size:90%;

}

.contenumenudroitepadding {
padding:15px;
}
 input[type="number"] { width:50px; }
 .margebas {
 margin-bottom:35px;
 }
 .titre3devis {

 padding:20px;
 font-weight:bold;
 }
 .imagedevis {

 }
 .titre3devistitre {
  font-size:150%;
 }
 .titre3devisbouton {
 background-color:white;
 color:#1267B4;
 width:40%;
 margin:auto;
 margin-top:20px;
 padding:5px;
 text-align:center;
 }
 .imagedevis img {
 
-webkit-transform: rotate(6deg);
-moz-transform: rotate(6deg);
-o-transform: rotate(6deg);
transform: rotate(6deg);
-webkit-box-shadow: 0px 0px 50px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 50px -17px rgba(0,0,0,0.75);
box-shadow: 0px 0px 50px -17px rgba(0,0,0,0.75);
 }
 .departementune a {
 color:#1267B4;
 }
 .departementune a:hover {
 color:#062440;
 font-weight:bold;
 }