body {
  -webkit-font-smoothing: antialiased;
  background: url("../img/fond_clair.png");
}

#nav-haut > ul {
  border-top: 1px solid #222222;
}
#nav-haut > ul > li {
  background: #333333;
  /* Old browsers */

  background: -moz-linear-gradient(top, #333333 0%, #0e0e0e 83%, #0e0e0e 94%, #0e0e0e 94%, #46bbff 95%, #91d6ff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(83%, #0e0e0e), color-stop(94%, #0e0e0e), color-stop(94%, #0e0e0e), color-stop(95%, #46bbff), color-stop(100%, #91d6ff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #333333 0%, #0e0e0e 83%, #0e0e0e 94%, #0e0e0e 94%, #46bbff 95%, #91d6ff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #333333 0%, #0e0e0e 83%, #0e0e0e 94%, #0e0e0e 94%, #46bbff 95%, #91d6ff 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #333333 0%, #0e0e0e 83%, #0e0e0e 94%, #0e0e0e 94%, #46bbff 95%, #91d6ff 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #333333 0%, #0e0e0e 83%, #0e0e0e 94%, #0e0e0e 94%, #46bbff 95%, #91d6ff 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#91d6ff', GradientType=0);
  /* IE6-9 */

  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.6);
  color: #91d6ff;
}
#nav-haut > ul > li > a {
  background: #222222 url("../img/sep_menu.png") no-repeat 100% 100%;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.75);
  color: #fff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#nav-haut > ul > li > a:hover,
#nav-haut .encours {
  background: transparent url("../img/sep_menu.png") no-repeat 100% 100%;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.6);
  color: #91d6ff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#nav-haut > ul > li:last-child > a {
  background: #222222;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.75);
  color: #fff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#nav-haut > ul > li:last-child > a:hover,
#nav-haut > ul > li:last-child .encours {
  background: transparent;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.6);
  color: #91d6ff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#nav-haut::after {
  content: "";
  position: fixed;
  top: -16px;
  left: 0;
  width: 100%;
  height: 136px;
  z-index: -20;
  -webkit-box-shadow: 0px 0px 15px #000000;
  -moz-box-shadow: 0px 0px 15px #000000;
  box-shadow: 0px 0px 15px #000000;
}
.label-info {
  background-color: #2490c1;
  -webkit-box-shadow: 0px 0px 1px #000000;
  -moz-box-shadow: 0px 0px 1px #000000;
  box-shadow: 0px 0px 1px #000000;
  text-shadow: 0px -1px 0px rgba(100, 100, 100, 0.6);
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 2em;
}
.liste_icone li {
  padding: 0 0 5px 20px;
  display: block;
  position: relative;
  margin-left: 20px;
}
.liste_icone li:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 80%;
  color: #46bbff;
}
.chevron_droit li:before {
  content: '\e080';
}
.check_ok li:before {
  content: '\e013';
}
.fleche_droite li:before {
  content: '\e092';
}
.lien_externe li:before {
  content: '\e144';
}
.liste_icone_petit li:before {
  font-size: 50%;
  font-weight: normal;
  padding: 3px 0 0 0 ;
  margin-left: 5px;
}
h1 > small {
  font-size: 0.5em;
  color: #fff;
}
.bordure_haut {
  border-top: 1px solid #6c6c6c;
  padding-top: 6px;
}
.bandeau_haut {
  background: #252525 url("../img/font_haut.jpg");
  color: #46bbff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  font-family: 'Lato', sans-serif;
  -webkit-text-stroke: 0.8px;
  letter-spacing: 0.1em;
}
.titre {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.6px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 0.8em;
}
.titre_bordure {
  border-bottom: 1px rgba(100, 100, 100, 0.5) dotted;
}
.titre > h3 > i {
  font-size: 80%;
  color: #2490c1;
}
.date {
  background-color: #46bbff;
  color: #eee;
  display: inline-block;
  padding: 2px 6px 1px 6px;
  font-weight: normal !important;
  border-radius: 6px 6px 0 0;
  margin-left: 8px;
  letter-spacing: 0.15em;
  font-size: 0.9em;
}
.societe {
  font-weight: normal;
  font-family: arial;
  float: right;
  padding: 2px 6px 1px 6px;
  background-color: #6c6c6c;
  color: #fff;
  margin-top: 2px;
  margin-right: 8px;
  border-bottom: 1px solid #555;
  border-radius: 6px 6px 0 0;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.1px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}
.detail_poste > ul {
  list-style-type: none;
  border-left: #46bbff 1px solid;
  margin-left: 8px;
  padding: 8px;
  background: #e6e6e6;
  border-right: #cdcdcd 1px solid;
  border-top: #cdcdcd 1px solid;
  border-bottom: #cdcdcd 1px solid;
  border-radius: 0 3px 3px 0;
}
.detail_poste > ul > li {
  margin-top: 6px;
}
#nav-verti {
  margin-top: -10px;
  margin-left: 42px;
  padding-top: 4px;
  padding-left: 0;
  position: fixed;
  display: block;
  min-width: 240px;
  font-size: 0.92em;
}
#nav-verti > ul > li > a {
  color: #666;
  margin: 0px;
  border-left: 1px efefef solid;
  border-bottom: #ccc solid 1px;
  border-radius: 0 0 0 12px;
  background-color: #efefef;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#nav-verti > ul > li.active > a,
#nav-verti > ul > li > a:hover {
  text-shadow: 0px 1px 2px #ffffff;
  background: transparent;
  border-left: 6px #46bbff solid;
  background-color: #efefef;
  color: #2490C1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-fixed-top {
  top: 0px;
}
.contenu {
  margin-top: 10px;
  padding-top: 120px;
  background-color: #fff;
  padding-bottom: 40px;
  box-shadow: 0px 2px 4px #000000 inset;
  min-height: 820px;
}
.label-techno {
  background-color: #2490c1;
  font-weight: normal;
  border-radius: 4px;
}
.etape_parcours {
  margin-bottom: 40px;
}
.surlignage {
  box-shadow: 0 0.15em rgba(145, 214, 255, 0.7);
}
a:hover, a:focus {
  text-decoration: none !important;
}
footer {
  min-height: 180px;
  height: auto;
  /*clear: both;
	position: relative;*/

  background: #303030 url("../img/font_haut.jpg");
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.66);
  padding-top: 15px;
  margin-top: 0;
  color: #bbb;
  text-align: left;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.pied_bl_dg {
  border-left: 1px dashed rgba(100, 100, 100, 0.6);
  border-right: 1px dashed rgba(100, 100, 100, 0.6);
  margin-top: -8px;
  margin-bottom: 0;
}
.pied_bl {
  border-left: 1px dotted rgba(100, 100, 100, 0.5);
  min-height: 160px;
  margin-bottom: 10px;
}
#technos {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #etape_wd {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #etape_wd {
    margin-bottom: 500px;
  }
}
@media (max-width: 1200px) {
  .ic_container img {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .ic_container img {
    width: 340px;
  }
}
.ic_container {
  vertical-align: baseline;
  margin-bottom: 20px;
  position: relative;
  -moz-box-shadow: 0 0 6px #666;
  -webkit-box-shadow: 0 0 6px #666;
  box-shadow: 0 0 6px #666;
  box-sizing: content-box;
  width: 340px;
  height: 255px;
}
.overlay {
  opacity: 0.6;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  filter: progid:dximagetransform.microsoft.alpha(opacity=60);
}
.ic_caption {
  position: absolute;
  opacity: 0.9;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  left: 0px;
  right: 0px;
  cursor: default;
  filter: progid:dximagetransform.microsoft.alpha(opacity=90);
}
.ic_category {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  padding: 5px;
  margin: 0px;
}
.ic_caption h3 {
  padding: 0px 5px 5px 5px;
  margin: 0px;
  font-size: 18px;
  color: #46bbff;
}
.ic_text {
  padding: 5px;
  margin: 0px;
  text-align: justify;
  font-size: 12px;
  font-family: calibri;
}
.ic_container a {
  text-decoration: none;
}
#introduction {
  padding-top: 20px;
  font-family: 'Architects Daughter', cursive;
  font-size: 1.15em;
  line-height: 1.6em;
  padding-left: 8px;
}
.signature {
  padding-top: 25px;
  padding-right: 40px;
  font-size: 1.18em;
  text-align: right;
  font-style: italic;
}
#presentation {
  padding-top: 120px;
}
#bloc_pro {
  margin-top: 60px;
}
.bloc_pro {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  border-radius: 8px 0 8px 0;
}
.pro {
  margin-bottom: -6px;
  margin-right: 4px;
  text-align: right !important;
  font-weight: normal;
  font-size: 1.2em;
  text-shadow: 3px 3px 3px #ffffff;
}
#portrait {
  float: left;
  padding-right: 10px;
}
.marge_haute {
  margin-top: 35px;
}
