@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
::selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
figure {
  margin: 0;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.titre {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  height: 85px;
}
.titre.rouge .bg-titre {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7b68', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.titre.gris .bg-titre {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #f1f1f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #f1f1f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #f1f1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafaf', endColorstr='#f1f1f1', GradientType=1);
  /* IE6-9 */
}
.titre .bg-titre {
  max-width: 430px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.titre .contenu-titre {
  position: relative;
  display: block;
  line-height: 84px;
  max-width: 430px;
  text-align: right;
  padding-right: 40px;
  text-transform: uppercase;
  color: #fc7b68;
}
.bouton {
  display: inline-block;
  padding: 15px 35px;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  border: 2px solid transparent;
}
.bouton.rouge {
  background: #fc7b68;
  color: #fff;
  border-color: #fc7b68;
}
.bouton.rouge:hover {
  background: #fff;
  color: #fc7b68;
}
#mobile-toggle {
  display: none;
}
header {
  text-transform: uppercase;
  display: table;
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #fff;
}
header #left-header {
  display: table-cell;
  text-align: right;
  width: 50%;
}
header #center-header {
  display: table-cell;
  text-align: right;
  min-width: 980px;
  position: relative;
}
header #center-header #top-left-heading {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 150px;
  text-align: left;
}
header #center-header #top-left-heading #logo-head {
  display: block;
  width: 100%;
}
header #center-header #top-left-heading #logo-head svg {
  width: 231px;
  height: 50px;
}
header #center-header #top-left-heading #logo-head svg .industry {
  fill: #afafaf;
}
header #center-header #top-left-heading #logo-head svg .led {
  fill: #fc7b68;
}
header #center-header #top-left-heading #logo-head svg .round.big .un-rond {
  fill: #90a7d3;
}
header #center-header #top-left-heading #logo-head svg .round.medium .un-rond {
  fill: #fc7b68;
}
header #center-header #top-left-heading #logo-head svg .round.small .un-rond {
  fill: #fbcbca;
}
header #center-header #top-left-heading a {
  display: block;
  color: #004a8f;
  font-size: 17px;
  padding-top: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
header #center-header #top-left-heading a:hover {
  color: #fc7b68;
}
header #center-header #content-center-header {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
header #center-header #content-center-header #choix-langues {
  color: #90a7d3;
  margin: 0 auto;
  text-align: right;
  padding: 26px 10px 0;
  font-size: 14px;
}
header #center-header #content-center-header #choix-langues a {
  display: inline-block;
  padding: 0 4px;
}
header #center-header #content-center-header #choix-langues a:hover,
header #center-header #content-center-header #choix-langues a.selected {
  color: #004a8f;
}
header #center-header #content-center-header #contenaire-menu #menu {
  margin: 0 auto;
  text-align: right;
  padding-top: 35px;
}
header #center-header #content-center-header #contenaire-menu #menu a {
  display: inline-block;
  padding: 20px 15px;
  position: relative;
  background: #fc7b68;
}
header #center-header #content-center-header #contenaire-menu #menu a span {
  z-index: 1;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
header #center-header #content-center-header #contenaire-menu #menu a span.bg-menu {
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
header #center-header #content-center-header #contenaire-menu #menu a:hover span,
header #center-header #content-center-header #contenaire-menu #menu a.selected span {
  color: #fc7b68;
}
header #center-header #content-center-header #contenaire-menu #menu a:hover span.bg-menu,
header #center-header #content-center-header #contenaire-menu #menu a.selected span.bg-menu {
  width: 100%;
}
header #right-header {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
}
header #right-header #extend-menu {
  width: 100%;
  height: 60px;
  background: #fc7b68;
}
footer {
  background: #fc7b68;
}
footer #wrapp-arrow {
  background: #fff;
  width: 100%;
}
footer #wrapp-arrow #content-for-arrow {
  max-width: 980px;
  margin: 0 auto;
  text-align: right;
}
footer #wrapp-arrow #content-for-arrow::after {
  display: block;
  clear: both;
  content: '';
}
footer #wrapp-arrow #content-for-arrow span {
  float: right;
  width: 59px;
  height: 42px;
  background: url('../images-industryled/commun/footer-fleche.png');
  overflow: hidden;
  text-indent: -99999px;
  display: block;
  text-align: center;
  cursor: pointer;
}
footer .wrapp-footer {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
footer .wrapp-footer.blue {
  background: #90a7d3;
}
footer .wrapp-footer #shortcuts {
  max-width: 980px;
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 20px 0;
  margin: 0 auto;
}
footer .wrapp-footer #shortcuts .shortcut {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
footer .wrapp-footer #shortcuts .shortcut a .picto {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
footer .wrapp-footer #shortcuts .shortcut a .picto.mail {
  background-image: url('../images-industryled/commun/footer-mail.png');
}
footer .wrapp-footer #shortcuts .shortcut a .picto.map {
  background-image: url('../images-industryled/commun/footer-plan.png');
}
footer .wrapp-footer #shortcuts .shortcut a .picto.tel {
  background-image: url('../images-industryled/commun/footer-appeler.png');
}
footer .wrapp-footer #shortcuts .shortcut a span {
  display: block;
}
footer .wrapp-footer #shortcuts .shortcut a span.service {
  text-transform: uppercase;
  margin: 5px 0 15px;
}
footer .wrapp-footer #contenu-footer {
  max-width: 980px;
  display: table;
  width: 100%;
  padding: 50px 0 20px;
  margin: 0 auto;
}
footer .wrapp-footer #contenu-footer div {
  display: table-cell;
  vertical-align: middle;
}
footer .wrapp-footer #contenu-footer #logo-footer {
  width: 210px;
  text-align: left;
  padding-left: 10px;
}
footer .wrapp-footer #contenu-footer #logo-footer #le-logo svg {
  width: 200px;
  fill: #fff;
}
footer .wrapp-footer #contenu-footer #sitemap-footer nav {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
}
footer .wrapp-footer #contenu-footer #sitemap-footer nav:last-of-type {
  padding-bottom: 0;
}
footer .wrapp-footer #contenu-footer #sitemap-footer nav a {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
}
footer .wrapp-footer #contenu-footer #sitemap-footer nav a:hover {
  color: #004a8f;
}
footer .wrapp-footer #contenu-footer #newsletter {
  width: 210px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
}
footer #link-folow-us {
  text-align: center;
}
footer #link-folow-us figure {
  position: relative;
  -webkit-transform: translate3d(0, -25px, 0);
  -moz-transform: translate3d(0, -25px, 0);
  -ms-transform: translate3d(0, -25px, 0);
  -o-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
}
footer #link-folow-us figure img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
footer #link-folow-us figure figcaption {
  text-transform: uppercase;
  color: #fff;
  padding-top: 20px;
  font-size: 12px;
}
#testimonials #les-testimonials .slick-arrow {
  width: 45px;
  height: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  display: block;
  background: none;
  border: none;
  z-index: 2;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}
#testimonials #les-testimonials .slick-arrow.slick-prev {
  left: 20px;
  background-image: url('../images-industryled/commun/left-arr2-wh.png');
}
#testimonials #les-testimonials .slick-arrow.slick-next {
  right: 20px;
  background-image: url('../images-industryled/commun/right-arr2-wh.png');
}
#testimonials #les-testimonials .slick-list .slick-slide {
  position: relative;
}
#testimonials #les-testimonials .slick-list .slick-slide.slick-active .frame-contenu .wrapp-contenu div figure {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#testimonials #les-testimonials .slick-list .slick-slide.slick-active .frame-contenu .wrapp-contenu div article h1,
#testimonials #les-testimonials .slick-list .slick-slide.slick-active .frame-contenu .wrapp-contenu div article p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#testimonials #les-testimonials .slick-list .slick-slide .image-bg-testimonials {
  position: relative;
  width: 100%;
  display: block;
}
#testimonials #les-testimonials .slick-list .slick-slide .frame-contenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#testimonials #les-testimonials .slick-list .slick-slide .frame-contenu .wrapp-contenu {
  display: table;
  width: 100%;
  height: 100%;
}
#testimonials #les-testimonials .slick-list .slick-slide .frame-contenu .wrapp-contenu div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#testimonials #les-testimonials .slick-list .slick-slide .frame-contenu .wrapp-contenu div figure {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 1s;
  -moz-transition: all 0.3s ease-out 1s;
  -ms-transition: all 0.3s ease-out 1s;
  -o-transition: all 0.3s ease-out 1s;
  transition: all 0.3s ease-out 1s;
}
#testimonials #les-testimonials .slick-list .slick-slide .frame-contenu .wrapp-contenu div figure img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 140px;
}
#testimonials #les-testimonials .slick-list .slick-slide .frame-contenu .wrapp-contenu div article {
  display: inline-block;
  color: #fff;
  max-width: 425px;
  text-align: left;
  margin-left: 50px;
}
#testimonials #les-testimonials .slick-list .slick-slide .frame-contenu .wrapp-contenu div article h1 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition: all 0.3s ease-out 1.2s;
  -moz-transition: all 0.3s ease-out 1.2s;
  -ms-transition: all 0.3s ease-out 1.2s;
  -o-transition: all 0.3s ease-out 1.2s;
  transition: all 0.3s ease-out 1.2s;
  opacity: 0;
}
#testimonials #les-testimonials .slick-list .slick-slide .frame-contenu .wrapp-contenu div article p {
  margin: 0;
  line-height: 30px;
  font-weight: bold;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 0.3s ease-out 1.4s;
  -moz-transition: all 0.3s ease-out 1.4s;
  -ms-transition: all 0.3s ease-out 1.4s;
  -o-transition: all 0.3s ease-out 1.4s;
  transition: all 0.3s ease-out 1.4s;
  opacity: 0;
}
.pages {
  padding-top: 153px;
}
.pages .message-top {
  max-width: 980px;
  margin: 0 auto;
  text-align: right;
  padding: 100px 0 50px;
}
.pages .message-top article {
  position: relative;
  display: inline-block;
  width: 500px;
  text-align: left;
  color: #004a8f;
}
.pages .message-top article::before {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: #fc7b68;
  content: ' ';
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  -o-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.pages .message-top article p {
  margin: 0 0 20px;
}
.pages .message-top article p:last-of-type {
  margin-bottom: 0;
}
.pages #bloc-newsltter {
  margin: 75px 0;
}
.pages #bloc-newsltter #carre-gris {
  background: #f1f1f1;
  padding: 30px 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.pages #bloc-newsltter #carre-gris #description-newsletter {
  color: #004a8f;
  margin: 0;
  line-height: 35px;
}
.pages #bloc-newsltter #carre-gris #abonnez-vous {
  margin: 40px 0 0;
  color: #fc7b68;
  font-size: 18px;
}
.pages #bloc-newsltter #carre-gris .bouton {
  -webkit-transform: translate3d(0, 55px, 0);
  -moz-transform: translate3d(0, 55px, 0);
  -ms-transform: translate3d(0, 55px, 0);
  -o-transform: translate3d(0, 55px, 0);
  transform: translate3d(0, 55px, 0);
}
.pages .right-txt {
  padding: 50px 0;
  max-width: 980px;
  margin: 0 auto;
}
.pages .right-txt article {
  position: relative;
  display: inline-block;
  width: 600px;
  text-align: left;
  color: #004a8f;
  padding-left: 100px;
  margin-top: 50px;
}
.pages .right-txt article::before {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: #fc7b68;
  content: ' ';
}
.pages .right-txt article h2 {
  margin: 0 0 50px;
  font-weight: normal;
  font-size: 18px;
}
.pages .right-txt article p {
  margin: 0 0 20px;
}
.pages .right-txt article p:last-of-type {
  margin-bottom: 0;
}
#contenaire-realisations {
  background: rgba(251, 203, 202, 0.7);
  padding: 80px 0 0;
}
#contenaire-realisations #selecteur-realisation {
  display: none;
  text-align: center;
  font-size: 13px;
  margin: 0 0 80px;
}
#contenaire-realisations #selecteur-realisation a {
  display: inline-block;
  width: 205px;
  height: 55px;
  background: #fff;
  color: #004a8f;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0 15px;
  font-weight: bold;
}
#contenaire-realisations #selecteur-realisation a:hover,
#contenaire-realisations #selecteur-realisation a.selected {
  background: #004a8f;
  color: #fff;
}
#contenaire-realisations #les-realisations {
  margin: 0 auto;
}
#contenaire-realisations #les-realisations .une-realisation {
  width: 500px;
  display: inline-block;
  padding: 0 25px;
  vertical-align: top;
  margin: 0 0 25px;
  position: relative;
  /*
			@media only screen and (max-width:1400px){
				width: 33%;
			}
			@media only screen and (max-width:1100px){
				width: 50%;
			}
*/
}
@media only screen and (max-width: 700px) {
  #contenaire-realisations #les-realisations .une-realisation {
    width: 50%;
  }
}
@media only screen and (max-width: 440px) {
  #contenaire-realisations #les-realisations .une-realisation {
    width: 100%;
  }
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation figure {
  position: relative;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation figure img {
  display: block;
  width: 100%;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation figure figcaption {
  position: absolute;
  height: 100%;
  padding-top: 120px;
  width: 100%;
  right: 0;
  bottom: 0;
  text-align: right;
  background: url('../images-industryled/realisations/rea-forme.png') no-repeat right bottom;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation figure figcaption h1 {
  margin: 0;
  background: #fff;
  color: #fc7b68;
  font-size: 16px;
  padding: 20px;
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 0;
  text-transform: capitalize;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation figure figcaption p {
  color: #fff;
  width: 140px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation figure figcaption p span {
  display: block;
  text-align: left;
  font-size: 13px;
  padding-bottom: 3px;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation figure figcaption p span:last-of-type {
  padding-bottom: 0;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation figure figcaption a {
  position: absolute;
  display: block;
  left: 15px;
  bottom: 20px;
  padding: 10px 40px;
  background: #fc7b68;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation {
  padding: 0;
  background: #fff;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation h2 {
  margin: 0;
  background: #e3e3e3;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation h2 .localisation {
  color: #fff;
  position: absolute;
  right: 30px;
  font-weight: normal;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation article {
  padding: 40px 0 0;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation article .bloc-information {
  margin: 0 0 25px;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation article .bloc-information:last-of-type {
  margin-bottom: 0;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation article .bloc-information p {
  display: table;
  width: 100%;
  margin: 0;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation article .bloc-information p span {
  display: table-cell;
  padding: 0 0 2px;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation article .bloc-information p .titre-gauche {
  padding-left: 30px;
  width: 170px;
  color: #797979;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation article .bloc-information p .titre-gauche::after {
  content: ':';
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation article .bloc-information p .reponse-droite {
  color: #000;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation article .bloc-information p .full {
  width: 100%;
  padding-left: 30px;
  color: #ccc;
}
#contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation article .bloc-information p .big-line {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  background: #869dc9;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#contenaire-realisations #les-realisations .une-realisation .description-realisation {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 0;
  height: 100%;
  padding: 40px 25px;
  background: #fff;
  display: none;
  border: 1px solid #90a7d3;
}
#contenaire-realisations #les-realisations .une-realisation .description-realisation .fermer {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  font-size: 50px;
  color: #fc7b68;
}
#contenaire-realisations #les-realisations .une-realisation .description-realisation .fermer:hover {
  color: #000;
}
#contenaire-realisations #les-realisations .une-realisation .description-realisation article {
  color: #004a8f;
  line-height: 25px;
  text-align: justify;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
#contenaire-realisations #les-realisations .une-realisation .description-realisation article p {
  margin: 0 0 25px;
}
#contenaire-realisations #les-realisations .une-realisation .description-realisation article p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 440px) {
  #mobile-toggle {
    display: block;
    width: 33px;
    height: 35px;
    position: fixed;
    right: 9px;
    top: 9px;
    z-index: 99999;
  }
  #mobile-toggle #svg-burger {
    background: #fff;
  }
  #mobile-toggle #svg-burger path {
    fill: #004a8f;
  }
  #mobile-toggle #svg-burger rect {
    fill: #004a8f;
  }
  header #left-header {
    display: none;
  }
  header #center-header {
    width: 100%;
    min-width: 0;
  }
  header #center-header #top-left-heading {
    position: relative;
    margin-bottom: 25px;
    right: 0;
    left: 0;
    padding-left: 10px;
  }
  header #center-header #top-left-heading a {
    position: relative;
  }
  header #center-header #content-center-header #choix-langues {
    position: absolute;
    right: 5px;
    padding-right: 0;
    top: 45px;
  }
  header #center-header #content-center-header #contenaire-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #90a7d3;
    z-index: 5;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
  }
  header #center-header #content-center-header #contenaire-menu.visible {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header #center-header #content-center-header #contenaire-menu #menu {
    padding-top: 0;
    text-align: left;
  }
  header #center-header #content-center-header #contenaire-menu #menu a {
    display: block;
    padding: 15px;
  }
  footer .wrapp-footer #shortcuts .shortcut {
    display: block;
    margin: 0 0 20px;
  }
  footer .wrapp-footer #contenu-footer {
    padding-top: 20px;
  }
  footer .wrapp-footer #contenu-footer div {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .wrapp-footer #contenu-footer div#logo-footer {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  footer .wrapp-footer #contenu-footer div#sitemap-footer nav {
    display: block;
  }
  footer .wrapp-footer #contenu-footer div#sitemap-footer nav a {
    display: block;
    margin: 15px 0;
  }
  #testimonials {
    display: none;
  }
  .pages .message-top {
    padding-top: 0;
  }
  .pages .message-top article {
    width: 90%;
    padding-right: 10px;
  }
  .pages .message-top article::before {
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  .pages .right-txt article {
    width: 100%;
    padding: 0 20px;
  }
  .pages .right-txt article::before {
    display: none;
  }
  #contenaire-realisations #les-realisations .une-realisation .la-realisation .contenu-realisation h2 .localisation {
    position: static;
    display: block;
    padding-top: 10px;
    text-align: right;
  }
  #contenaire-realisations #selecteur-realisation a {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}
#home .message-top article p {
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
}
#home #slideshow-top {
  position: relative;
}
#home #slideshow-top .slick-track {
  height: 500px;
}
#home #slideshow-top .bg-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 100px;
  width: 100%;
  background: url('../images-industryled/home/header-bas.png') no-repeat center bottom;
  background-size: 100% 100%;
  display: none;
}
#home #slideshow-top .frame-contenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home #slideshow-top .frame-contenu.text-fixe {
  bottom: 0;
  top: auto;
}
#home #slideshow-top .frame-contenu .wrapp-contenu {
  display: table;
  height: 100%;
  width: 100%;
}
#home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-titre {
  vertical-align: middle;
  display: table-cell;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
}
#home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-titre h1 {
  width: 75%;
  overflow: hidden;
  margin: 0 auto;
  opacity: 0;
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: normal;
  -webkit-transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  -ms-transform: translate3d(0, -40px, 0);
  -o-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}
#home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-titre h2 {
  width: 75%;
  margin: 5px auto 0;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0;
  letter-spacing: 1px;
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: all 0.3s ease-out 0.6s;
  -moz-transition: all 0.3s ease-out 0.6s;
  -ms-transition: all 0.3s ease-out 0.6s;
  -o-transition: all 0.3s ease-out 0.6s;
  transition: all 0.3s ease-out 0.6s;
}
#home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-information {
  vertical-align: bottom;
  padding-bottom: 100px;
  display: table-cell;
  text-align: center;
  color: #fff;
}
#home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-information .logo-slide-top svg.logo-svg {
  width: 350px;
  fill: #fff;
}
#home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-information ul {
  margin: 15px 0 0;
  padding: 0;
}
#home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-information ul li {
  display: inline-block;
}
#home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-information ul li::before {
  content: '•';
  display: inline-block;
  padding: 0 5px 0 3px;
}
#home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-information ul li:first-of-type {
  list-style: none;
}
#home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-information ul li:first-of-type::before {
  display: none;
}
#home #slideshow-top #le-slide .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  display: block;
  border: none;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 2;
  background: none;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}
#home #slideshow-top #le-slide .slick-arrow.slick-prev {
  left: 15px;
  background-image: url('../images-industryled/commun/left-arr1-wh.png');
}
#home #slideshow-top #le-slide .slick-arrow.slick-next {
  right: 15px;
  background-image: url('../images-industryled/commun/right-arr1-wh.png');
}
#home #slideshow-top #le-slide .slick-list {
  position: relative;
  width: 100%;
  height: 500px;
}
#home #slideshow-top #le-slide .slick-list .slick-slide {
  position: relative;
}
#home #slideshow-top #le-slide .slick-list .slick-slide.slick-current .frame-contenu .wrapp-contenu .bloc-contenu-titre h1,
#home #slideshow-top #le-slide .slick-list .slick-slide.slick-current .frame-contenu .wrapp-contenu .bloc-contenu-titre h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#home #slideshow-top #le-slide .slick-list .slick-slide img {
  display: block;
  width: 100%;
  position: relative;
}
#home #text-intro {
  text-align: center;
}
#home #text-intro article {
  max-width: 600px;
  margin: 0 auto;
  color: #004a8f;
  padding: 50px 0 0;
}
#home #text-intro article p {
  line-height: 25px;
  margin: 0;
}
#home #text-intro article h1 {
  margin: 50px auto 0;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
}
#home #text-intro article h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  margin: 20px 0 0;
}
#home #text-intro article h2::before,
#home #text-intro article h2::after {
  content: ' - ';
}
#home #nos-points-forts {
  text-align: center;
  padding-top: 100px;
}
#home #nos-points-forts h1 {
  color: #fc7b68;
  text-transform: uppercase;
  margin: 0 0 50px;
  font-size: 30px;
}
#home #nos-points-forts .wrapp-explication {
  margin: 0 auto 20px;
  max-width: 700px;
  height: 320px;
  color: #fff;
  width: 100%;
  display: table;
  z-index: 2;
  position: relative;
  background-size: cover;
}
#home #nos-points-forts .wrapp-explication:last-of-type {
  margin-bottom: 0;
}
#home #nos-points-forts .wrapp-explication .bloc-explication {
  display: table-cell;
  vertical-align: middle;
}
#home #nos-points-forts .wrapp-explication .bloc-explication h2 {
  text-transform: uppercase;
  font-size: 35px;
  margin: 0;
}
#home #nos-points-forts .wrapp-explication .bloc-explication p {
  margin: 25px auto 0;
  line-height: 25px;
  font-weight: bold;
  max-width: 500px;
}
#home #eclairage-location {
  background: rgba(251, 203, 202, 0.4);
  padding: 115px 0 40px;
  margin: -75px 0 0;
  z-index: 1;
  position: relative;
  text-align: center;
}
#home #eclairage-location h1 {
  text-transform: uppercase;
  color: #004a8f;
  margin: 0;
}
#home #eclairage-location #wrapp-graphs {
  display: table;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  table-layout: fixed;
  padding: 50px 0;
}
#home #eclairage-location #wrapp-graphs .content-graphs {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
}
#home #eclairage-location #wrapp-graphs .content-graphs .fake-round {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#home #eclairage-location #wrapp-graphs .content-graphs .wrapp-rond {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 100%;
  background: #90a7d3;
  color: #fff;
}
#home #eclairage-location #wrapp-graphs .content-graphs .wrapp-rond.inverse {
  background: transparent;
  color: #004a8f;
  border: 3px solid #90a7d3;
}
#home #eclairage-location #wrapp-graphs .content-graphs .wrapp-rond.prct {
  background: url('../images-industryled/home/cercle.png') no-repeat center center transparent;
}
#home #eclairage-location #wrapp-graphs .content-graphs .wrapp-rond .wrapp-content-rond {
  display: table;
  width: 100%;
  height: 100%;
}
#home #eclairage-location #wrapp-graphs .content-graphs .wrapp-rond .wrapp-content-rond .content-rond {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding-top: 25px;
}
#home #eclairage-location #wrapp-graphs .content-graphs .wrapp-rond .wrapp-content-rond .content-rond span {
  display: block;
}
#home #photo-de-video {
  position: relative;
}
#home #photo-de-video figure {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#home #photo-de-video figure::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url('../images-industryled/home/video-play.png') no-repeat center center;
}
#home #photo-de-video figure img {
  display: block;
  width: 100%;
}
#home #photo-de-video #wrapp-maVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#home #photo-de-video #wrapp-maVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#home #votre-profil {
  padding: 75px 0;
  background: rgba(251, 203, 202, 0.4);
}
#home #votre-profil h1 {
  color: #fc7b68;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}
#home #votre-profil #les-profils {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
  display: table;
}
#home #votre-profil #les-profils .un-profil {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
#home #votre-profil #les-profils .un-profil figure img {
  margin: 0 auto;
  display: block;
}
#home #votre-profil #les-profils .un-profil figure figcaption {
  text-transform: uppercase;
  padding-top: 25px;
  font-size: 13px;
}
#home #besoin-eclairage {
  text-align: center;
  padding: 50px 0 100px;
}
#home #besoin-eclairage article {
  margin: 0 auto;
}
#home #besoin-eclairage article p {
  margin: 0 0 60px;
  color: #004a8f;
}
#home #les-news #bloc-news {
  display: table;
  width: 100%;
  max-width: 980px;
  margin: 75px auto 50px;
  table-layout: fixed;
}
#home #les-news #bloc-news .une-news {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: top;
}
#home #les-news #bloc-news .une-news img {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
}
#home #les-news #bloc-news .une-news article {
  padding: 30px 20px 25px;
  text-align: left;
  border: 1px solid #afafaf;
  border-top: none;
  margin-bottom: 25px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}
#home #les-news #bloc-news .une-news article h2 {
  margin: 0 0 30px;
  color: #fc7b68;
  font-size: 27px;
  text-transform: uppercase;
}
#home #les-news #bloc-news .une-news article p {
  margin: 0;
  color: #004a8f;
  line-height: 25px;
}
@media only screen and (max-width: 440px) {
  #home #slideshow-top .slick-track {
    height: auto;
  }
  #home #slideshow-top #le-slide .slick-list {
    height: auto;
  }
  #home #slideshow-top .frame-contenu .wrapp-contenu .bloc-contenu-titre {
    display: none;
  }
  #home #votre-profil #les-profils .un-profil {
    display: block;
    margin: 0 0 30px;
  }
  #home #votre-profil #les-profils .un-profil:last-of-type {
    margin-bottom: 0;
  }
  #home #les-news #bloc-news .une-news {
    display: block;
    margin: 0 0 50px;
  }
}
#realisations #nos-clients {
  margin: 75px auto 30px;
  text-align: center;
}
#realisations #nos-clients figure {
  display: inline-block;
  margin: 10px;
}
#services #nos-services {
  background: rgba(251, 203, 202, 0.4);
  padding: 50px 0 80px;
}
#services #nos-services .les-services {
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  table-layout: fixed;
}
#services #nos-services .les-services .un-service {
  display: table-cell;
}
#services #nos-services .les-services .un-service:last-of-type article.description-service,
#services #nos-services .les-services .un-service:last-of-type article.highline-service {
  border-right: none !important;
}
#services #nos-services .les-services#image-service {
  padding: 50px 0 0;
}
#services #nos-services .les-services#image-service figure {
  position: relative;
}
#services #nos-services .les-services#image-service figure img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
#services #nos-services .les-services#image-service figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#services #nos-services .les-services#image-service figure figcaption .wrapp-infos-img {
  position: relative;
  display: table;
  width: 202px;
  margin: 0 auto;
  height: 100%;
  background: rgba(0, 74, 143, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
#services #nos-services .les-services#image-service figure figcaption .wrapp-infos-img .contenu-infos-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#services #nos-services .les-services#image-service figure figcaption .wrapp-infos-img .contenu-infos-img h2 {
  margin: 0;
  font-size: 18px;
}
#services #nos-services .les-services#image-service article.description-service {
  background: #EDEDED;
  border-left: 1px solid #90a7d3;
  border-right: 1px solid #90a7d3;
  text-align: center;
  padding: 130px 25px 0;
  line-height: 25px;
  font-weight: normal;
  font-size: 15px;
  margin-top: -101px;
}
#services #nos-services .les-services#image-service article.description-service:first-of-type {
  border-left: none;
}
#services #nos-services .les-services#image-service article.description-service p {
  margin-bottom: 0;
  padding-bottom: 30px;
}
#services #nos-services .les-services#image-service article.highline-service {
  background: #fc7b68;
  text-align: center;
  color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  padding: 15px 25px 30px;
}
#services #nos-services .les-services#image-service article.highline-service:first-of-type {
  border-left: none;
}
#services #nos-services .les-services#image-service article.highline-service:last-of-type {
  border-right: none;
}
#services #nos-services .les-services#image-service article.highline-service span {
  color: #000;
  font-size: 14px;
}
#services #nos-services .les-services#image-service article.highline-service h3 {
  margin: 15px 0 0;
  font-size: 14px;
}
#services #full-parallax {
  position: relative;
  width: 100%;
  height: 400px;
}
#services #full-parallax #contenaire-parallax {
  width: 100%;
  height: 100%;
  display: table;
}
#services #full-parallax #contenaire-parallax #contenu-parallax {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
#services #full-parallax #contenaire-parallax #contenu-parallax p {
  text-transform: uppercase;
  margin: 0;
}
#services #nos-fournisseurs {
  padding: 50px 0 80px;
  max-width: 980px;
  margin: 0 auto;
}
#services #nos-fournisseurs article {
  position: relative;
  display: inline-block;
  width: 600px;
  text-align: left;
  color: #004a8f;
  padding-left: 100px;
  margin-top: 50px;
}
#services #nos-fournisseurs article::before {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: #fc7b68;
  content: ' ';
}
#services #nos-fournisseurs article h2 {
  margin: 0 0 50px;
  font-weight: normal;
  font-size: 18px;
}
#services #nos-fournisseurs article p {
  margin: 0 0 20px;
}
#services #nos-fournisseurs article p:last-of-type {
  margin-bottom: 0;
}
#services #nos-fournisseurs #listing-fournisseur {
  text-align: center;
  margin: 75px 0 0;
}
#services #nos-fournisseurs #listing-fournisseur .un-fournisseur {
  display: inline-block;
  margin: 0 20px;
}
#services #nos-fournisseurs #listing-fournisseur .un-fournisseur figure figcaption {
  margin-top: 5px;
  color: #fc7b68;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
}
@media only screen and (max-width: 440px) {
  #services #nos-services .les-services .un-service {
    display: block;
    margin: 0 0 30px;
  }
  #services #nos-fournisseurs article {
    width: auto;
    padding: 0 20px;
  }
  #services #nos-fournisseurs article::before {
    display: none;
  }
}
#pourquoi #blocs-ppp {
  max-width: 850px;
  margin: 0 auto;
}
#pourquoi #blocs-ppp .un-bloc {
  width: 700px;
  padding: 20px;
  background: #90a7d3;
  margin: 100px 0 0 ;
  position: relative;
}
#pourquoi #blocs-ppp .un-bloc article h1 {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-size: 17px;
}
#pourquoi #blocs-ppp .un-bloc article h1::before {
  content: '•';
  color: #fff;
  display: inline-block;
  width: 25px;
}
#pourquoi #blocs-ppp .un-bloc article p {
  color: #fff;
  padding: 0 25px;
  line-height: 25px;
  width: 530px;
}
#pourquoi #blocs-ppp .un-bloc .out-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  -webkit-transform: translate3d(150px, -60px, 0);
  -moz-transform: translate3d(150px, -60px, 0);
  -ms-transform: translate3d(150px, -60px, 0);
  -o-transform: translate3d(150px, -60px, 0);
  transform: translate3d(150px, -60px, 0);
  background: #fc7b68;
  text-transform: uppercase;
  padding: 20px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#pourquoi #blocs-ppp .un-bloc .out-box h2 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
#pourquoi #blocs-ppp .un-bloc .out-box p {
  color: #fff;
  margin: 10px 0 0;
  font-size: 14px;
}
#pourquoi #notre-vision {
  background: rgba(251, 203, 202, 0.7);
  padding: 50px 0;
  margin-top: 75px;
}
#pourquoi #notre-vision #contenu-vision {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: table;
}
#pourquoi #notre-vision #contenu-vision figure,
#pourquoi #notre-vision #contenu-vision article {
  display: table-cell;
  vertical-align: top;
}
#pourquoi #notre-vision #contenu-vision figure {
  width: 55%;
}
#pourquoi #notre-vision #contenu-vision figure img {
  width: 100%;
}
#pourquoi #notre-vision #contenu-vision article {
  background: #fff;
  vertical-align: top;
  text-align: left;
}
#pourquoi #notre-vision #contenu-vision article p {
  margin: 0 50px 30px;
  color: #004a8f;
}
#pourquoi #notre-vision #contenu-vision article p:first-of-type {
  margin-top: 50px;
}
#pourquoi #notre-vision #contenu-vision article p:last-of-type {
  margin-bottom: 0;
}
#pourquoi #liste-profil {
  background: #90a7d3;
}
#pourquoi #liste-profil #bloc-profil {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0 ;
  -moz-column-count: 2;
  -moz-column-gap: 70px;
  -webkit-column-count: 2;
  -webkit-column-gap: 70px;
  column-count: 2;
  column-gap: 70px;
}
#pourquoi #liste-profil #bloc-profil span {
  display: block;
  margin: 10px 0;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
#pourquoi #liste-profil #bloc-profil span::before {
  content: '';
  height: 10px;
  width: 10px;
  background: #fc7b68;
  display: block;
  position: absolute;
  left: -30px;
  top: 5px;
}
@media only screen and (max-width: 440px) {
  #pourquoi #blocs-ppp .un-bloc {
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
  }
  #pourquoi #blocs-ppp .un-bloc article {
    padding: 0 20px;
  }
  #pourquoi #blocs-ppp .un-bloc article p {
    width: auto;
  }
  #pourquoi #blocs-ppp .un-bloc .out-box {
    position: relative;
    width: 100%;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-left: none;
    border-top: 2px solid #fff;
    margin-top: -2px;
  }
}
#news #bloc-news .une-news {
  width: 100%;
  overflow: hidden;
}
#news #bloc-news .une-news .wrapp-news {
  display: table;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 50px;
}
#news #bloc-news .une-news .wrapp-news .texte-news {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 20px;
  border: 1px solid #ccc;
  border-right: none;
}
#news #bloc-news .une-news .wrapp-news .texte-news article h1 {
  color: #fc7b68;
  text-transform: uppercase;
  margin: 0 0 20px;
}
#news #bloc-news .une-news .wrapp-news .texte-news article p {
  margin: 0;
  color: #004a8f;
  line-height: 25px;
  position: relative;
  padding-bottom: 25px;
}
#news #bloc-news .une-news .wrapp-news .texte-news article p::after {
  content: '';
  width: 50%;
  height: 1px;
  position: absolute;
  right: 20px;
  bottom: 0;
  display: block;
  background: #fc7b68;
}
#news #bloc-news .une-news .wrapp-news .image-news {
  display: table-cell;
  vertical-align: top;
  width: 47%;
}
#news #bloc-news .une-news .wrapp-news .image-news figure img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 440px) {
  #news #bloc-news .une-news .wrapp-news .texte-news {
    display: block;
    border-top: none;
  }
  #news #bloc-news .une-news .wrapp-news .image-news {
    display: block;
    width: 100%;
  }
}
#profil #quel-profil {
  padding: 50px 0px 0px 0px;
  background: rgba(251, 203, 202, 0.7);
  margin-bottom: 100px;
}
#profil #quel-profil #les-profils {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
  display: table;
  height: 290px;
  position: relative;
  z-index: 2;
}
#profil #quel-profil #les-profils .un-profil {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 65px;
  background: url('../images-industryled/votre-profil/bg-profil.png') no-repeat center -300px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#profil #quel-profil #les-profils .un-profil.selected,
#profil #quel-profil #les-profils .un-profil:hover {
  background-position: center center;
}
#profil #quel-profil #les-profils .un-profil figure img {
  margin: 0 auto;
  display: block;
}
#profil #quel-profil #les-profils .un-profil figure figcaption {
  text-transform: uppercase;
  padding-top: 25px;
  font-size: 13px;
}
#profil #quel-profil #description-profil {
  margin: -30px auto 0;
}
#profil #quel-profil #description-profil .un-descriptif {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#profil #quel-profil #description-profil .un-descriptif .image-profil {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#profil #quel-profil #description-profil .un-descriptif .image-profil figure img {
  display: block;
  width: 100%;
}
#profil #quel-profil #description-profil .un-descriptif .image-profil figure figcaption {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
}
#profil #quel-profil #description-profil .un-descriptif .image-profil figure figcaption .wrapp-figcaption {
  display: table;
  width: 100%;
  height: 100%;
}
#profil #quel-profil #description-profil .un-descriptif .image-profil figure figcaption .wrapp-figcaption .contenu-figcaption {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 50px;
  color: #fff;
}
#profil #quel-profil #description-profil .un-descriptif .image-profil figure figcaption .wrapp-figcaption .contenu-figcaption h2 {
  text-transform: uppercase;
}
#profil #quel-profil #description-profil .un-descriptif .image-profil figure figcaption .wrapp-figcaption .contenu-figcaption p.bigger {
  text-transform: uppercase;
  font-size: 17px;
}
#profil #quel-profil #description-profil .un-descriptif .le-texte {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  color: #004a8f;
  padding: 50px;
  background: #fff;
  line-height: 35px;
}
#profil #quel-profil #description-profil .un-descriptif .le-texte p {
  margin: 0 0 20px;
  max-width: 600px;
}
#profil #quel-profil #description-profil .un-descriptif .le-texte p:last-of-type {
  margin-bottom: 0;
}
#profil #btn-contact {
  text-align: center;
  margin-bottom: 100px;
}
#profil #contenaire-realisations h1 {
  text-align: center;
  color: #fc7b68;
  text-transform: uppercase;
  margin: 0 0 50px;
}
@media only screen and (max-width: 440px) {
  #profil #quel-profil #les-profils .un-profil {
    display: block;
    padding: 20px 0;
    background: none;
  }
  #profil #quel-profil #les-profils .un-profil.selected,
  #profil #quel-profil #les-profils .un-profil:hover {
    background: #fff;
  }
  #profil #quel-profil #description-profil {
    margin: 0 auto;
  }
  #profil #quel-profil #description-profil .un-descriptif {
    display: block;
  }
  #profil #quel-profil #description-profil .un-descriptif .image-profil {
    display: block;
  }
  #profil #quel-profil #description-profil .un-descriptif .image-profil figure figcaption {
    width: 100%;
    left: 0;
    right: auto;
  }
}
#contact #formulaire {
  padding: 50px 0;
  background: url('../images-industryled/contact/bureaux-industry-led.jpg') no-repeat center center;
  background-size: cover;
}
#contact #formulaire #wrapp-formulaire {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  display: table;
  table-layout: fixed;
  color: #fff;
}
#contact #formulaire #wrapp-formulaire #localisation {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 25px;
  width: 420px;
}
#contact #formulaire #wrapp-formulaire #localisation .bloc-localisation {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 30px;
  padding: 20px 0 0 50px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px auto;
}
#contact #formulaire #wrapp-formulaire #localisation .bloc-localisation:last-of-type {
  margin-bottom: 0;
}
#contact #formulaire #wrapp-formulaire #localisation .bloc-localisation#plan {
  background-image: url('../images-industryled/commun/footer-plan.png');
  background-position: left top 30px;
}
#contact #formulaire #wrapp-formulaire #localisation .bloc-localisation#plan h2 {
  margin: 10px 0 0;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
#contact #formulaire #wrapp-formulaire #localisation .bloc-localisation#linkedin {
  background-image: url('../images-industryled/commun/footer-linkedin.png');
  background-position: left center ;
  padding-top: 0;
}
#contact #formulaire #wrapp-formulaire #question {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
#contact #formulaire #wrapp-formulaire #question #le-formulaire h1 {
  margin: 0 0 45px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
}
#contact #formulaire #wrapp-formulaire #question #le-formulaire p {
  margin: 0 0 15px;
}
#contact #formulaire #wrapp-formulaire #question #le-formulaire p input[type="text"],
#contact #formulaire #wrapp-formulaire #question #le-formulaire p input[type="email"],
#contact #formulaire #wrapp-formulaire #question #le-formulaire p textarea {
  width: 100%;
  display: block;
  padding: 5px 15px;
  color: #fc7b68;
  border: 1px solid #fff;
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  height: 45px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#contact #formulaire #wrapp-formulaire #question #le-formulaire p textarea {
  height: 100px;
  resize: none;
}
#contact #formulaire #wrapp-formulaire #question #le-formulaire p input[type="submit"] {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#contact #qui-sommes-nous {
  background: rgba(251, 203, 202, 0.7);
  padding: 50px 0;
}
#contact #qui-sommes-nous article {
  max-width: 980px;
  margin: 50px auto 0;
}
#contact #qui-sommes-nous article p {
  margin: 0;
  padding-left: 100px;
  color: #004a8f;
}
#contact #qui-sommes-nous .profils {
  text-align: center;
}
#contact #qui-sommes-nous .profils#top-img {
  margin: 50px 0;
}
#contact #qui-sommes-nous .profils#bottom-img {
  margin: 0;
}
#contact #qui-sommes-nous .profils figure {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
#contact #qui-sommes-nous .profils figure img {
  max-width: 240px;
}
#contact #qui-sommes-nous .profils figure figcaption {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
}
#contact #qui-sommes-nous .profils figure figcaption h1 {
  color: #fc7b68;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 8px;
}
#contact #qui-sommes-nous .profils figure figcaption span {
  color: #fff;
}
@media only screen and (max-width: 440px) {
  #contact #formulaire #wrapp-formulaire #localisation {
    display: block;
    width: 100%;
  }
  #contact #formulaire #wrapp-formulaire #localisation .bloc-localisation {
    background-position: left top 30px;
  }
  #contact #formulaire #wrapp-formulaire #question {
    display: block;
    width: 100%;
  }
  #contact #formulaire #wrapp-formulaire #question #le-formulaire h1 {
    padding: 0 10px;
    margin: 10px 0;
  }
  #contact #formulaire #wrapp-formulaire #question #le-formulaire p {
    padding: 0 10px;
  }
  #contact #qui-sommes-nous .profils#top-img {
    margin-bottom: 0;
  }
  #contact #qui-sommes-nous .profils figure {
    display: block;
    margin-bottom: 10px;
  }
  #contact #qui-sommes-nous .profils figure img {
    width: 100%;
    display: block;
    max-width: none;
  }
}
#espacepro #login #wrapp-login {
  margin: 50px auto 75px;
  max-width: 980px;
  display: table;
  padding-left: 80px;
}
#espacepro #login #wrapp-login #formulaire-login {
  display: table-cell;
  width: 300px;
  background: #fc7b68;
  padding: 5px 20px 20px;
}
#espacepro #login #wrapp-login #formulaire-login p {
  color: #fff;
}
#espacepro #login #wrapp-login #formulaire-login p:last-of-type {
  margin-bottom: 0;
}
#espacepro #login #wrapp-login #formulaire-login p .error {
  background: #fff;
  color: #004a8f;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#espacepro #login #wrapp-login #formulaire-login p input[type="submit"],
#espacepro #login #wrapp-login #formulaire-login p input[type="email"],
#espacepro #login #wrapp-login #formulaire-login p input[type="password"] {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-appearance: none;
  height: 40px;
  color: #fc7b68;
  border: 1px solid #fff;
  padding-left: 5px;
  font-size: 15px;
  margin: 0 0 20px;
}
#espacepro #login #wrapp-login #formulaire-login p input[type="submit"] {
  background: #000;
  color: #fff;
  border-color: #000;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-appearance: none;
}
#espacepro #login #wrapp-login #formulaire-login p input[type="submit"]:hover {
  background: #fc7b68;
  border-color: #fff;
}
#espacepro #login #wrapp-login #formulaire-login a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#espacepro #login #wrapp-login article {
  display: table-cell;
  width: 600px;
  padding-left: 100px;
  color: #004a8f;
  vertical-align: top;
}
#espacepro #login #wrapp-login article p {
  margin: 0;
}
#espacepro #login #wrapp-login article ul {
  padding-left: 15px;
}
#espacepro #btn-access {
  margin: 0 auto 50px;
  width: 300px;
  text-align: center;
  display: block;
  cursor: default;
}
#espacepro #formulaire #wrapp-formulaire {
  margin: 0 auto;
  max-width: 700px;
}
#espacepro #formulaire #wrapp-formulaire #le-formulaire {
  display: block;
  margin-top: 50px;
}
#espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset {
  padding: 15px;
  margin-bottom: 30px;
}
#espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 15px;
}
#espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne:last-of-type {
  margin-bottom: 0;
}
#espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne p {
  display: table-cell;
  padding: 0 20px;
  vertical-align: top;
}
#espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne p input[type="text"],
#espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne p input[type="email"],
#espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne p textarea {
  width: 100%;
  border: 1px solid #fc7b68;
  height: 35px;
  padding-left: 5px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-appearance: none;
}
#espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne p textarea {
  width: 100%;
  padding-top: 5px;
  resize: none;
  height: 130px;
}
#espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne p input[type="submit"] {
  display: block;
  margin: 15px auto;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-appearance: none;
}
@media only screen and (max-width: 440px) {
  #espacepro #login #wrapp-login {
    margin: 0 auto;
    padding: 0 20px;
  }
  #espacepro #login #wrapp-login #formulaire-login {
    display: block;
    width: 100%;
    padding: 20px;
  }
  #espacepro #login #wrapp-login article {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
  }
  #espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset {
    margin: 0 10px 30px;
  }
  #espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne {
    margin-bottom: 0;
  }
  #espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne:first-of-type p {
    margin-top: 0;
  }
  #espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne p {
    display: block;
    width: 100%;
  }
  #espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne p:nth-child(2) {
    margin-bottom: 0;
  }
  #espacepro #formulaire #wrapp-formulaire #le-formulaire fieldset .ligne p input[type="submit"] {
    width: 100%;
    padding: 15px 0;
  }
}
#documents #intro-documents {
  margin: 0 auto 50px;
  max-width: 800px;
  display: block;
  color: #004a8f;
}
#documents article {
  margin: 0 auto;
  max-width: 800px;
}
#documents article .titre {
  margin: 50px 0;
}
#documents article .un-document {
  display: inline-block;
  width: 100px;
  margin: 0 50px 30px 0;
  vertical-align: top;
}
#documents article .un-document:hover figure {
  border-color: #fc7b68;
}
#documents article .un-document:hover figure img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#documents article .un-document figure {
  padding: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 2px solid #004a8f;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  width: 106px;
  height: 106px;
}
#documents article .un-document figure img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  position: relative;
  top: -4px;
  left: 2px;
}
#documents article .un-document span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #004a8f;
}
@media only screen and (max-width: 440px) {
  #documents #les-documents #intro-documents {
    padding: 0 20px;
  }
  #documents #les-documents article {
    text-align: center;
  }
  #documents #les-documents article .un-document {
    margin: 0 25px 30px;
  }
}
