.ie7 .site-nav li {  padding-right: 1em; float: left; }


ul.pagination li a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* CSS Document */

.navigationSecond {
  position: fixed;
  left: 0;
  top: 50%;

  width: 30px;
  height: 250px;
}

#puceRetour {
  position: absolute;
  top: -20px;
  left: -20px;

  width: 20px;
  height: 20px;

  display: none;
}
#puceRetour img {
  position: relative;
  cursor: pointer;
}

#listeProjets span.project-name {
  background-color: #2E3036;
  height: 20px;
  padding-top: 15px;
}
#listeProjets li, #listeProjets li:hover {
  background: none;
}

li#projetfull, li#projetfull:hover {
  left: 0;
  top: 0;

  background-color: #0A0B0D;
  width: 100%;
  height: 100%;

  display: none;
  cursor: pointer;

  overflow: hidden;
}

#flashEquipe {
  position:relative;
  width: 915px;
  margin: 0 auto;
}

#labo {
    margin: 0 auto;
    padding-bottom: 45px;
    text-align: left;
    width: 915px;
}




#actualites article:last-child { margin-right: 0; }
#projetDetails {
  list-style: none;
}




/* lightbox list */

html, body {
  width: 100%;
  height: 100%;

  /*overflow: hidden;*/
}

#page {
  width: 100%;
  height: 100%;

  overflow: auto;
}


/* lightbox description */

#description_projet {
background: #000;
background: rgba(0, 0, 0, 0.55);
width: 250px;
height: auto;
padding: 40px;
position: absolute;
top: 0;
/*min-height: 140px;*/
right: 20px;
color: #FFF;
font-size: 14px;
line-height: 20px;
}
#circulation_projet {
  position: relative;
  top: 0;

  width: 100%;
  height: 0px;
}
#circulation_projet div {
  background: #000;
  background: rgba(0, 0, 0, 0.5);

  width: 15%;
  height: 1007px;

  padding: 5px;

  position: absolute;
  right: 0;
  top: 0;

  line-height: normal;

  font-size: 30px;
  font-weight: bold;

  cursor: pointer;
}
#circulation_projet .left {
  left: 0;
  text-align: left;
}
#circulation_projet .right {
  right: 0;
  text-align: right;
}
#circulation_projet div span {
  position: relative;
  top: 50%;
}

#description_projet h1, #description_projet h2 {
  margin: 20px 0 20px 0;
  display: block;

  position: relative;
  float: none;

  font-size: 22px;
  line-height: 22px;
}
#description_projet h2 {
  margin: 20px 0 0 0;
}

#description_projet p {
  margin: 20px 0 20px 0;
  display: block;

  position: relative;
  float: none;

  font-size: 17px;
}

/*
#navigation_projet {
  background: none;

  width: 100%;
  height: 16px;

  padding: 0;
  margin: 0 0 10px 0;

  display: block;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;

  position: relative;
  left: 0;
  bottom: 0;

  text-align: right;

  cursor: pointer;
}
#navigation_projet a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: none;
  display: inline;
  font-weight: normal;
}
*/

#diaporama_projet {
  position: absolute;
  left: 0;
  top: 0;

  width: 915px;
  height: 1007px;

  margin: 0;
  padding: 0;
}
#diaporama_projet li {
  position: relative;
  float: left;

  width: 915px;
  height: 1007px;

  overflow: hidden;

  margin: 0;
  padding: 0;
}
#diaporama_projet li img {
  position: absolute;
  float: none;
}


#fullscreen {
  position: fixed;

  width: 100%;
  height: 100%;

  background: #0A0B0D;
  cursor: pointer;

  z-index: 2000;
}
#fullscreen img {
  position: relative;
}

#spinLoader {
  position: fixed;

  width: 100%;
  height: 100%;

  background: #0A0B0D;
  background: rgba(10, 11, 13, 0.8);

  z-index: 3000;
}

/* footer */

footer ul, footer li {
  list-style: none;
}



/* CHANGEMENT *****************************************************************
*/


.contacts li {
  background: none;
  padding: 0;
}
.contacts li div {
  float: left;
}

/*****************************************************************************/
/* Table du portfolio */

.ie7 #portfolio header {
  height: 50px;
}
.ie7 ul.pagination {
    display: inline;
    list-style-type: none;
    margin-left: 25px;
}
.ie7 p.themeSearch {
  position: absolute;
  right: 0;
  top: 0;
}

#portfolio_projet {
  margin: 0 auto;
  list-style: none;
  line-height: 0;
}

.cellule-portfolio a {
  /*
  * Cellule la plus petite : 140x234 + 15 de marge
  */

  background: none no-repeat scroll 0 0 #2E3036;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: 100;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

ul.pagination li.active a { color: #fff; }
p.themeSearch { xwidth: 250px; float: right; font: 14px/22px Arial, Helvetica, Geneva, sans-serif; color: #3c3d41; height: 22px; text-align: right;
                xbackground-color: #212126;
                padding: 0 5px;
                cursor: pointer;
}

/* Filtres / Thème - Réécriture de styles.css */

ul.themes {
  margin-left: 0;
  top: -15px;
  position: relative;
  width: 100%;
}
ul.themes li {
  display: inline-block;

  border-radius: 4px;
  margin-left: 5px;
}

ul.themes li a[data-theme=""], ul.themes li a[data-theme=""]:hover {
  color: #fff;
  text-decoration: undeline;
}

/* filtres non seléctionnés */
a.theme {
  color: #444750;
  margin: 0 5px;
  font: 12px/20px Arial,Helvetica,Geneva,sans-serif;
}
a.theme:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
/* filtre seléctionné */
.active a.theme {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
}
.active a.theme:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}


/* Plan en mode HTML */

#plan_html {
  cursor: pointer;
}

#plan_overlay {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 609px;

  background: #0A0B0D;

  display: none;
}
.plan-overlay-item {
  position: absolute;
  top: 72px;

  width: 100%;
  height: 490px;

  overflow: hidden;

  display: none;
}
.plan-overlay-item img {
  position: relative;

  width: 915px;
  height: 490px;

  margin: 0 auto;
}

#plan_description {
  position: absolute;
  right: 0;
  top: 72px;

  width: 230px;
  height: 490px;

  padding: 0 30px;

  background: rgba(10, 11, 13, 0.9);
}
#plan_description ul {
  position: relative;

  width: 230px;
  height: auto;

  margin: 20px 0;

  list-style-type: none;
  font-size: 16px;
}
#plan_description li {
  display: inline;
}
#plan_description li.last {
  position: absolute;
  right: 0;
  font-weight: bold;
}

#plan_descriptif {
  position: relative;
}
#plan_descriptif h1 {
  font-weight: bold;
  font-size: 20px;

  margin-bottom: 8px;
}
#plan_descriptif h2 {
  font-size: 16px;
  margin-bottom: 8px;
}
#plan_descriptif p {
  font-size: 10px;
  margin-bottom: 8px;
}
#plan_descriptif div {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
}

#plan_references {
  position: absolute;
  bottom: 20px;
}
#plan_references a {
  font-size: 12px;
}
#plan_references div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 230px;
}

/* FIN CHANGEMENT **************************************************************
*/





/* Lien bas */

.project-name {
  width: 100%;
  background-color: #2E3036;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  margin-bottom: 0;
}
.project-name span {
  display: block;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  xpadding: 15px 20px;
  width: auto;
}


/* Google map */

.googlemap {
  background: url("/img/picto-plan.png") no-repeat 15px 9px #464646;
  border: medium none;
  color: #FFFFFF;
  font-family: "Helvetica Neue",helvetica,arial,sans;
  font-size: 1em;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0.2em;
  outline-width: 0;
  padding: 0 15px 0 40px;
  width: 100%;
  vertical-align: middle;
  display: block;
}

/* Portfolio Labo */

#portfolio_labo:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#portfolio_labo {
  margin: 0 auto;
  list-style: none;
  line-height: 0;
  width: 915px;
  margin: 0 auto;
}
.cellule-labo {
  float: left;
  width: 295px;
  height: 234px;
  margin-right: 15px;
}

.cellule-labo a {
  /*
  * Cellule la plus petite : 140x234 + 15 de marge
  */

  float: left;
  width: 295px;
  height: 234px;
  margin-right: 15px;

  background: none no-repeat scroll 0 0 #2E3036;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: 100;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

#overlay_labo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  background: rgba(0, 0, 0, 0.8);
}

#overlay_labo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#fermer_labo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: auto;
    line-height: normal;
    padding: 20px 20px 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
#navigation_labo {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 16px;
    left: 0;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    text-align: right;
    width: 100%;
}
#navigation_labo a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}
/* Correctif bloc check out */

#actualites article img {
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
    margin-bottom: 30px;
}
