html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
fieldset, img {
  border: 0 none;
}
ol, ul {
  list-style: none outside none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  background-attachment: fixed;
  background-color: #eee;
  background-image: url("images/grid.png");
  background-repeat: repeat;
  color: #999;
  font-family: "Open Sans",Arial,sans-serif;
  vertical-align: baseline;
  font-size: 100%;
  text-align: left;

}

#conteneur {
  background-color: rgba(0,0,0,0.05);
  border: 1px solid rgba(155,155,155, 0.5);
  height: auto;
  left: 50%;
  margin-left: -385px;
  position: absolute;
  top: 2%;
  width: 750px;
  
}
#header {
  background-color:;
  background-image: url("images/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 175px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 20px;
  border-bottom: thin dashed rgba(155,155,155,0.4);
  text-align: right;
 
}
#frame {
  background-color: rgba(255,255,255,0.0);
  margin-left: 0;
  text-align: left;
  width: auto;
}
#texte {
  background-color: rgba(255,255,255,0);
  color: #333;
  font-size: 92%;
  letter-spacing: -0.01em;
  height: auto;
  line-height: 150%;
  margin: 0px 10px 10px 125px;
  padding: 20px 25px 25px 25px;
  text-align: justify;
  width: 450px;
  border-top: 0px dashed rgba(255,255,255, 1);
  border-radius: 0px;
}
#texte1 {
  background-color: rgba(255,255,255,0);
  font-size: 0.84em;
  letter-spacing: -0.02em;
  height: auto;
  margin: 0px 115px 40px 125px;
  padding: 0 30px 20px 85px;
  width: 395px;
  border: 0px solid #fff;
  border-radius: 0px;
}
#promo {
  background-image: url("images/brillant.png");
  background-repeat: repeat;
  border: 1px solid #fff;
  border-radius: 50% 50% 50% 50%;
  color: #333333;
  width: 168px;
  height: 168px;
  margin: 20px 0px 0px 0px;
  padding: 18px;
  text-align: center;
  line-height: 14px;
  position: relative;
  -webkit-box-shadow: 9px 5px 15px 2px #bbb, inset 0px 0px 1px 1px #ccc;
  box-shadow: 9px 5px 15px 2px #bbb, inset 0px 0px 1px 1px #ccc;
}
#promo:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
  top: 100px;
  margin: -25px 0px 0 0px;
  border-radius: 50%;
}
#promowarper {
  background: rgba(255, 255, 255, 0);
  border-radius: 5px;
  height: 310px;
  margin: 0px 115px 0px 115px;
  padding: 0px 35px;
  text-decoration: none;
  width: 450px;
  border: 0px solid #fff;
}
#promowarper .row {
  position: relative;
  margin-left: -20px;
}
#promowarper .gu1 .row {
  width: 235px;
}
#promowarper .gu2 .row {
  width: 470px;
}
#promowarper .col {
  padding-left: 20px;
  float: left;
  position: relative;
  font-family: "Open sans", Arial, sans-serif;
  font-size: 11px;
  color: #666;
}
#promowarper .gu1 {
  width: 215px;
}
#promowarper .gu2 {
  width: 450px;
}
#promowarper .row p {
  text-align: center;
  line-height: 3.5em;
}
#ref {
  background: rgba(250, 250, 250, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  color: #333333;
  height: 175px;
  margin: 60px 115px ;
  padding: 10px 35px 30px;
  text-decoration: none;
  width: 450px;
  -webkit-box-shadow: 9px 5px 15px 2px #bbb, inset 0px 0px 1px 1px #ccc;
  box-shadow: 9px 5px 15px 2px #bbb, inset 0px 0px 1px 1px #ccc;
}
#ref .row {
  position: relative;
  margin-left: -20px;
}
#ref .gu1 .row {
  width: 235px;
}
#ref .gu2 .row {
  width: 470px;
}
#ref .col {
  padding-left: 20px;
  float: left;
  position: relative;
}
#ref .gu1 {
  width: 215px;
}
#ref .gu2 {
  width: 450px;
}
#ref .row p {
  border: 0px solid #666;
  font-family: 'Rokkitt', serif;
  font-size: 102%;
  line-height: 1.3em;
  overflow: hidden;
  padding: 0;
  text-align: left;
}


/* contact - devis */

.input span {
  display: none;
}

#contact .formblock .txt:required {
   background: #fff url(images/asterisk.png) 95% center no-repeat; border:none;
}
#contact .formblock .txtarea:required {
   background: #fff url(images/asterisk.png) 95% 5% no-repeat;
}
#contact .formblock .txt:focus:invalid, #contact .formblock .txtarea:focus:invalid {
  border-color: #990000;
  background-image: none;
  -moz-box-shadow: 0 0 7px #d45252;
  -webkit-box-shadow: 0 0 7px #d45252;
  -o-box-shadow: 0 0 7px #d45252;
  box-shadow: 0 0 7px #d45252;
}
#contact .formblock .txt:focus:invalid, #contact .formblock .txtarea:focus:invalid {
    display: inline-block;
    color: #990000;
}
#contact .formblock .txt:focus:valid, #contact .formblock .txtarea:focus:valid {
  border-color: ##58a1d9;
  -moz-box-shadow: 0 0 7px ##58a1d9;
  -webkit-box-shadow: 0 0 7px ##58a1d9;
  -o-box-shadow: 0 0 7px ##58a1d9;
  box-shadow: 0 0 7px ##58a1d9;
}
#contact .formblock .txt:valid, #contact .formblock .txtarea:valid {
  background-image: none;
}
#contact {
  border: 1px dashed #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  color: #333333;
  margin: 50px 115px;
  padding: 10px 35px 24px 35px;
  text-align: justify;
  text-decoration: none;
  background: rgba(200, 200, 200, 0.25);
  width: 450px;
  -webkit-box-shadow: 9px 5px 15px 2px #bbb, inset 0px 0px 1px 1px #ccc;
  box-shadow: 9px 5px 15px 2px #bbb, inset 0px 0px 1px 1px #ccc;
}
#contact .desc {font-size: 80%;
}
#contact .desc p {
  margin: 0px 0 20px 0;
  line-height: 135%;
}

#contact .alert {
  color: #990000;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-left: 2px;
}
#contact .formblock {
  display: block;
  margin-bottom: 5px;
  margin-top: 15px;
  position: relative;
}
#contact .formblock label {
  color: #222222;
  display: block;
  font-size: 60%;
  font-style: italic;
  font-weight: normal;
  text-align: right;
  padding-bottom: 3px;
  position: relative;
}
@font-face {
  font-family:'FontomasEmtypo';
  src: url("@font-face/entypo/fontomas-webfont.eot");
  src: url("@font-face/entypo/fontomas-webfont.eot?#iefix") format("embedded-opentype"), url("@font-face/entypo/fontomas-webfont.woff") format("woff"), url("@font-face/entypo/fontomas-webfont.ttf") format("truetype"), url("@font-face/entypo/fontomas-webfont.svg#FontomasCustomRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:after {
  content: attr(data-icon);
  font-family: 'FontomasEmtypo';
  font-size: 155%;
  font-style: normal;
  color: #666;
  position: absolute;
  left: -12px;
  top: 16px;
  width: 28px;
}
#contact .formblock .txt {
  color: #222;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 13px;
  padding: 7px 6px;
  padding-left: 32px;
  width: 414px;
  border: none;
  border-radius: 4px;
}
#contact .formblock .txtarea {
  color: #222;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 13px;
  height: 210px;
  padding: 7px 6px;
  padding-left: 32px;
  width: 414px;
  border: none;
  border-radius: 4px;
  resize: vertical;
}
#contact .formblock .txt:hover, #contact .formblock .txtarea:hover {
  box-shadow: 0 0 6px #58a1d9;
}
#contact .formblock .error {
  color: #990000;
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  top: 0px;
}
#contact .info {
  color: #990000;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 10px;
}
#contact p.tick {
  background-image: url("images/brillant.png");
  background-repeat: repeat;
  border: 1px solid #ABADB3;
  color: #990000;
  font-size: 92%;
  font-family: "Open Sans",Arial,sans-serif;
  font-style: italic;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}

#right {
  display: block;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-bottom: 5px;
  text-align: center;
}
#footer {
  background-image: url("images/brillant0.png");
  background-repeat: repeat;
  color: #333333;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 0.78em;
  height: 40px;
  padding-top: 25px;
  text-align: center;
  text-decoration: none;
  border-top: 1px dashed rgba(155,155,155, 0.4);
}

button.devis[disabled] {
  background: -webkit-linear-gradient(top, #b6b7b7 0%, #c8c9c9);
  background: -moz-linear-gradient(top, #b6b7b7 0%, #c8c9c9);
  background: -o-linear-gradient(top, #b6b7b7 0%, #c8c9c9);
  background: -ms-linear-gradient(top, #b6b7b7 0%, #c8c9c9);
  background: linear-gradient(top, #b6b7b7 0%, #c8c9c9);
  background-color: #c8c9c9;
  color: #333;
  cursor: wait;
}
button.devis[disabled]:hover {
  background: -webkit-linear-gradient(top, #b6b7b7 0%, #c8c9c9);
  background: -moz-linear-gradient(top, #b6b7b7 0%, #c8c9c9);
  background: -o-linear-gradient(top, #b6b7b7 0%, #c8c9c9);
  background: -ms-linear-gradient(top, #b6b7b7 0%, #c8c9c9);
  background: linear-gradient(top, #b6b7b7 0%, #c8c9c9);
  background-color: #c8c9c9;
  color: #333;
  cursor: wait;
}
button.devis {
  font: 600 75% 'Open Sans',sans-serif;
  color: #ffffff;
  padding: 5px 25px;
  position: relative;
  background-color: #58a1d9;
  background: -webkit-linear-gradient(top, #58a1d9 0%, #4d8cbd);
  background: -moz-linear-gradient(top, #58a1d9 0%, #4d8cbd);
  background: -o-linear-gradient(top, #58a1d9 0%, #4d8cbd);
  background: -ms-linear-gradient(top, #58a1d9 0%, #4d8cbd);
  background: linear-gradient(top, #58a1d9 0%, #4d8cbd);
  background: -webkit-gradient(linear, left bottom, left top, from(0, #58a1d9), to(1, #4d8cbd));
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#58a1d9 0%, EndColorStr=##4d8cbd)";
  border-radius: 6px;
  border: 0px solid #d8dce0;
  -webkit-box-shadow: -2px 2px 0px rgba(255, 255, 255, 0), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: -2px 2px 0px rgba(255, 255, 255, 0), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  cursor: pointer;
}
button.devis:hover {
  background: -webkit-linear-gradient(bottom, #58a1d9 0%, #4d8cbd);
  background: -moz-linear-gradient(bottom, #58a1d9 0%, #4d8cbd);
  background: -o-linear-gradient(bottom, #58a1d9 0%, #4d8cbd);
  background: -ms-linear-gradient(bottom, #58a1d9 0%, #4d8cbd);
  background: linear-gradient(bottom, #58a1d9 0%, #4d8cbd);
  background: -webkit-gradient(linear, left bottom, left bottom, from(#58a1d9), to(#4d8cbd));
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#58a1d9 0%, EndColorStr=##4d8cbd)";
  border-radius: 6px;
  border: 0px solid #d8dce0;
  -webkit-box-shadow: -2px 2px 0px rgba(255, 255, 255, 0), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: -2px 2px 0px rgba(255, 255, 255, 0), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
button.devis:active {
  padding: 5px 25px;
  background: -webkit-linear-gradient(bottom, #58a1d9 0%, #4d8cbd);
  background: -moz-linear-gradient(bottom, #58a1d9 0%, #4d8cbd);
  background: -o-linear-gradient(bottom, #58a1d9 0%, #4d8cbd);
  background: -ms-linear-gradient(bottom, #58a1d9 0%, #4d8cbd);
  background: linear-gradient(bottom, #58a1d9 0%, #4d8cbd);
  background: -webkit-gradient(linear, left bottom, left top, from(#58a1d9), to(#4d8cbd));
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#58a1d9 0%, EndColorStr=#4d8cbd)";
  border-radius: 6px;
  border: 0px solid #d8dce0;
  box-shadow: -2px 2px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  color: #000;
}
h2 {
  color: #333333;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 204%;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 2px 2px 0 #F4F4F4;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1.promowarper {
  color: #fff;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 240%;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 2px 2px 0 #888;
  border-bottom: thin solid #fff;
  margin-bottom: 5px;
  margin-left: -20px;
  padding-left: 25px;
  width: 470px;
}
h2.promo {
  position: relative;
  color: #555;
  font-size: 300%;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: 7px;
  padding-bottom: 15px;
  text-shadow: 2px 2px 5px #999;
  border-bottom: 1px dashed #555;
}
h3.promo {
  position: relative;
  color: #990000;
  font-family: "Open Sans Condensed",Arial,sans-serif;
  font-size: 300%;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: inline-block;
  margin-top: 7px;
  padding-top: 15px;
  padding-left: 4px;
  text-shadow: 2px 2px 5px #999;
  border-top: 1px dashed #555;
  display: block;
}
.ht {
  font-size: 18px;  
}
a:link {
  color: #990000;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #990000;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

.go {
  color:#333333;
  font-weight: 600;

}
.go:before {
  content: "r";
  font:100% 'Listicons';
  font-weight: bold;

  
}

.txtrouge {
  color: #990000;
  font-weight: 400;
}

.txtnoirgras {
  color: #1D1D1D;
  font-weight: 600;
}
.txtital {
  color: #333333;
  font-family: "Open Sans",Arial,sans-serif;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Listicons";
  src: url("@font-face/listicons-webfont.eot?#iefix") format("embedded-opentype"), url("@font-face/listicons-webfont.woff") format("woff"), url("@font-face/listicons-webfont.ttf") format("truetype"), url("@font-face/listicons-webfont.svg#ListiconsGlyphsRegular") format("svg");
}

#texte1 ul {
  margin-bottom: 10px;


}
#texte1 ul li {
  list-style: none outside none;
  color: #333333;
  font-style: italic;
}

#texte1 ul li:before {
  color: #990000;
  content: "L";
  font: 120% 'Listicons';
  margin-right: 2px;
}

#texte1 ul li.service:before {
  color: #990000;
  content: "F";
  font: 120% 'Listicons';
  margin-right: 2px;
}

.menu {
  font-size:80%;
  padding: 10px;
  display: block;
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(155,155,155, 0);
  position:fixed;
  width:60px;
  height:80px;
  margin-top:20px;
  
}
.nav_ref {
  padding:5px;
  cursor: pointer;
  
  
}
.nav_devis {
  padding:5px;
  cursor: pointer;
  
  
}
.nav_up {
  padding:7px;
  background-color: rgba(0,0,0,0.05);
  border: 1px solid rgba(155,155,155, 0.2);
  position:fixed;
  background:transparent url(images/arrow_up.png) no-repeat top left;
  background-position:50% 50%;
  width:20px;
  height:20px;
  top:18px;
  opacity:.6;
  left:20px;
  white-space:nowrap;
  cursor: pointer;
  -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
  -khtml-border-top-right-radius:3px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down{
  padding:7px;
  background-color: rgba(0,0,0,0.05);
  border: 1px solid rgba(155,155,155, 0.2);
  position:fixed;
  background:transparent url(images/arrow_down.png) no-repeat top left;
  background-position:50% 50%;
  width:20px;
  height:20px;
  top:58px;
  opacity:.6;
  left:20px;
  white-space:nowrap;
  cursor: pointer;
  -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
  -khtml-border-top-right-radius:3px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}