/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs de la charte : footer & divers */
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Encart */
/* Surcharge LESS
------------------------------------------------------------*/
/*titre des blocs*/
/*realisations*/
/*texte devis*/
/*-accueil-*/
/* Aligner le dummy captcha par rapport au bouton de validation */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
button {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  border: 1px solid #467ab6;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
}
button:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #467ab6;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: #000;
  background-color: transparent;
  border: 1px solid #467ab6;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #467ab6;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.commonImage:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
  border: 1px solid #467ab6;
}
#ariane a {
  color: #000;
  text-decoration: underline;
}
#ariane a:hover {
  color: #000;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: #000;
  text-decoration: underline;
}
.goBack a:hover {
  color: #000;
  text-decoration: none;
}
.note {
  display: block;
  font-size: 0.9em;
  color: #000;
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px;
  padding: 1px;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox p,
.commonErrorBox ul,
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 8px 20px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox {
  background-color: #d29191;
  background: #d29191;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d29191),color-stop(1,#bb5e5e));
  background: -ms-linear-gradient(bottom,#d29191,#bb5e5e);
  background: -moz-linear-gradient(center bottom,#d29191 0%,#bb5e5e 100%);
  background: -o-linear-gradient(#bb5e5e,#d29191);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb5e5e', endColorstr='#d29191', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #745050;
  text-shadow: 1px 1px 0px #eaadad;
  background-color: #f4baba;
  background: #f4baba;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f4baba),color-stop(1,#db7f7f));
  background: -ms-linear-gradient(bottom,#f4baba,#db7f7f);
  background: -moz-linear-gradient(center bottom,#f4baba 0%,#db7f7f 100%);
  background: -o-linear-gradient(#db7f7f,#f4baba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7f7f', endColorstr='#f4baba', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #f7d0d0;
  -moz-box-shadow: inset 0px 1px 0px #f7d0d0;
  box-shadow: inset 0px 1px 0px #f7d0d0;
}
.commonErrorBox ul {
  padding-left: 2em;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: #c6cdaa;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c6cdaa),color-stop(1,#a8ae8e));
  background: -ms-linear-gradient(bottom,#c6cdaa,#a8ae8e);
  background: -moz-linear-gradient(center bottom,#c6cdaa 0%,#a8ae8e 100%);
  background: -o-linear-gradient(#a8ae8e,#c6cdaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ae8e', endColorstr='#c6cdaa', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background: #e2e8c9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e2e8c9),color-stop(1,#c1c8a7));
  background: -ms-linear-gradient(bottom,#e2e8c9,#c1c8a7);
  background: -moz-linear-gradient(center bottom,#e2e8c9 0%,#c1c8a7 100%);
  background: -o-linear-gradient(#c1c8a7,#e2e8c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8a7', endColorstr='#e2e8c9', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  -moz-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
.two-cols,
.three-cols,
.four-cols {
  *zoom: 1;
}
.two-cols:before,
.two-cols:after,
.three-cols:before,
.three-cols:after,
.four-cols:before,
.four-cols:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-cols:after,
.three-cols:after,
.four-cols:after {
  clear: both;
}
.two-cols .col,
.three-cols .col,
.four-cols .col {
  float: left;
  margin-right: 1%;
}
.two-cols .col {
  width: 48%;
}
.three-cols .col {
  width: 32%;
}
.four-cols .col {
  width: 24%;
}
.bouton_noir {
  background: transparent;
  color: #000;
}
.bouton_blanc {
  background: transparent;
  color: #000;
}
.bouton_border {
  border: #fff 2px solid;
  color: #fff;
}
.bloc h2,
#bloc04,
#bloc04 h3 {
  color: #467ab6;
}
.bloc.clair h2,
.texte_noir {
  color: #000;
}
.active {
  border-bottom: #32bea6 4px solid;
  color: #32bea6;
}
#menu_realisations {
  border-bottom: 1px solid #e0e0e0;
}
#bloc03 p {
  color: #000;
}
#bloc01 {
  background: #E0E0E0;
}
#bloc03 {
  background: #467ab6;
}
#bloc04 {
  background: #467ab6;
}
#diapo {
  position: relative;
}
#diapo_texte {
  position: absolute;
  z-index: 800;
  text-align: center;
  width: 100%;
}
#slogan {
  margin: 0;
}
@media (min-width: 1200px) {
  #diapo_texte {
    top: 70px;
  }
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.vignettes img {
  padding-bottom: 30px;
}
.bloc h3 {
  margin-bottom: 0;
}
.boutons {
  text-decoration: none;
  padding: 15px 30px;
  text-transform: uppercase;
  margin: 15px 0;
  display: inline-block;
}
#bloc01 {
  background-image: url('/oktThemes/ra137-s/images/fond-realisation.jpg');
  background-position: top;
  background-repeat: repeat-x;
}
#menu_realisations {
  padding: 0;
  text-align: center;
  margin: 30px 0;
}
#menu_realisations li {
  list-style: none;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
#menu_realisations li span {
  padding-bottom: 7px;
}
.img_100 {
  width: 100%;
}
#bloc03 {
  background-image: url('/oktThemes/ra137-s/images/fond-devis.jpg');
  background-position: top;
  background-repeat: repeat-x;
  padding: 40px 0;
}
#bloc03 p {
  text-transform: uppercase;
}
#bloc04 {
  background-image: url('/oktThemes/ra137-s/images/fond-gris.jpg');
  background-position: top;
  background-repeat: repeat-x;
}
.bloc04 {
  background: transparent url('/oktThemes/ra137-s/images/gris.jpg') top no-repeat;
  padding: 40px 0;
}
.picto {
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}
#bloc05 .row {
  margin-bottom: 20px;
}
.texte_majuscule {
  text-transform: uppercase;
}
#contact_form input,
#contact_form textarea {
  border: none;
  margin-left: 0px;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 7px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #fafafa;
  color: #232323;
}
@media (max-width: 767px) {
  #contact_form textarea {
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*taille du bouton contact du footer */
  #contact_form textarea {
    max-height: 93px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  #contact_form input#submit_contact_form {
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*taille du bouton contact du footer */
  #contact_form textarea {
    max-height: 83px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  #contact_form input#submit_contact_form {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  #contact_form textarea {
    max-height: 72px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
#contact_form .contact_form_field,
#contact_form #code {
  width: 100%;
}
#contact_form .contact_form_submit {
  margin-left: 0px;
  padding-top: 0px;
}
#contact_form #submit_contact_form {
  min-height: 53px;
  -webkit-border-radius: '3px';
  -moz-border-radius: '3px';
  border-radius: '3px';
}
.encart .dummy {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
#contact_form input#submit_contact_form {
  text-decoration: none;
  background: #467AB6;
  color: #232323;
  font-size: 1.5em;
}
