@font-face {
  font-family: 'ecoicon';
  src: url("/font/ecoicons/ecoicon.eot");
  src: url("/font/ecoicons/ecoicon.eot?#iefix") format('embedded-opentype'), url("/font/ecoicons/ecoicon.woff") format('woff'), url("/font/ecoicons/ecoicon.ttf") format('truetype'), url("/font/ecoicons/ecoicon.svg#ecoicon") format('svg');
  font-weight: normal;
  font-style: normal;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  color: #000!important;
}
.leaflet-control-zoom-in:hover, .leaflet-control-zoom-out:hover {
  text-decoration:  none!important;
}
.leaflet-control-attribution {
  display:  none;
}
.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  -moz-animation-name: hover;
  -ms-animation-name: hover;
  -o-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0);
  -ms-box-shadow: 0 0 1px rgba(0,0,0,0);
  -o-box-shadow: 0 0 1px rgba(0,0,0,0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}
.hover-shadowhover:before {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  -moz-animation-name: hover-shadow;
  -ms-animation-name: hover-shadow;
  -o-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.flip3D {
  position: absolute;
  z-index: 1000;
  width: 205px;
  margin-left: 10px;
  top: 23px;
}
@media screen and (max-width: 876px) {
  .flip3D {
    right: 2px;
    top: 2px;
  }
}
.flip3D.animate {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  -o-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: 50% 0;
  -moz-perspective-origin: 50% 0;
  -ms-perspective-origin: 50% 0;
  -o-perspective-origin: 50% 0;
  perspective-origin: 50% 0;
}
.flip3D.animate > div {
  -webkit-animation: rot 0.6s ease-in-out 1s backwards;
  -moz-animation: rot 0.6s ease-in-out 1s backwards;
  -ms-animation: rot 0.6s ease-in-out 1s backwards;
  -o-animation: rot 0.6s ease-in-out 1s backwards;
  animation: rot 0.6s ease-in-out 1s backwards;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
#header {
  height: 376px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 605px) {
  #header {
    height: 270px;
  }
}
#header .bgHead {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: -1;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  height: 376px;
  width: 100%;
}
@media screen and (max-width: 605px) {
  #header .bgHead {
    height: 300px;
  }
}
#header .bg-support {
  background-image: url("/img/top-support.png");
}
#header .bg-hardware {
  background-image: url("/img/top-hardware.png");
}
#header .bg-software {
  background-image: url("/img/top-software.png");
}
#header .bg-web-services {
  background-image: url("/img/top-web-services.png");
}
#header .bg-telecom {
  background-image: url("/img/top-telecom.png");
}
#header.support .bg-support,
#header.hardware .bg-hardware,
#header.software .bg-software,
#header.web-services .bg-web-services,
#header.telecom .bg-telecom {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#header li {
  overflow: hidden;
  height: 331px;
}
.thintop,
.thintop .bgHead {
  height: 140px !important;
}
/* Carousel */
#carousel {
  height: 331px;
}
@media screen and (max-width: 605px) {
  #carousel {
    height: 205px;
  }
}
#carousel li {
  position: absolute;
  pointer-events: none;
  width: 100%;
}
#carousel>li.selected {
  pointer-events: auto;
}
#carousel,
#carousel > *,
#carousel > * > * {
  margin: 0;
  padding: 0;
}
#carousel>li>img.image {
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  left: -70px;
}
@media screen and (max-width: 876px) {
  #carousel>li>img.image {
    left: -220px;
  }
}
@media screen and (max-width: 730px) {
  #carousel>li>img.image {
    left: -270px;
  }
}
#carousel>li.selected>img.image {
  -webkit-transition: all 1s ease-out 0.5s;
  -moz-transition: all 1s ease-out 0.5s;
  -ms-transition: all 1s ease-out 0.5s;
  -o-transition: all 1s ease-out 0.5s;
  transition: all 1s ease-out 0.5s;
  left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 876px) {
  #carousel>li.selected>img.image {
    left: -150px;
  }
}
@media screen and (max-width: 730px) {
  #carousel>li.selected>img.image {
    left: -200px;
  }
}
@media screen and (max-width: 605px) {
  #carousel>li.selected>img.image {
    display: none;
  }
}
#carousel>li>div.text {
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
  position: absolute;
  top: 30px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  right: -30px;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #carousel>li>div.text {
    width: 40%;
  }
}
@media screen and (max-width: 605px) {
  #carousel>li>div.text {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  #carousel>li>div.text h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 730px) {
  #carousel>li>div.text h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 605px) {
  #carousel>li>div.text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #carousel>li>div.text h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 730px) {
  #carousel>li>div.text h5 {
    font-size: 8px;
    line-height: 10px;
  }
}
@media screen and (max-width: 605px) {
  #carousel>li>div.text h5 {
    font-size: 12px;
  }
}
#carousel>li.selected>div.text {
  -webkit-transition: all 1s ease-out 1s;
  -moz-transition: all 1s ease-out 1s;
  -ms-transition: all 1s ease-out 1s;
  -o-transition: all 1s ease-out 1s;
  transition: all 1s ease-out 1s;
  top: 80px;
  right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#carousel h3 {
  font-size: 30px;
}
#carousel h5 {
  font-size: 18px;
}
.header-infos-top > img,
.home > div > img {
  left: 0;
  position: absolute;
}
.header-infos-top > div,
.home > div > div {
  right: 20%;
  position: absolute;
}
#header-infos-text {
  margin-top: 90px;
  font-family: Helvetica;
  text-align: center;
  padding-left: 10%;
  max-width: 520px;
}
#header-infos-text h1 {
  font-size: 38px;
  text-transform: uppercase;
}
.header-infos-top {
  display: block;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.header-infos-top.active {
  margin-top: -68px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  height: 331px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#top {
  background: url("/img/top.png");
  height: 45px;
}
#top-item {
  text-align: right;
  margin: auto;
  color: #fff;
  width: 950px;
}
#top-item a {
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
/* Menu */
#menu {
  background-repeat: no-repeat;
  background-position: center;
  width: 1079px;
  margin: -373px auto auto auto;
  height: 96px;
}
@media screen and (max-width: 1079px) {
  #menu {
    width: 100%;
    margin-top: -376px;
  }
}
@media screen and (max-width: 605px) {
  #menu {
    margin-top: -250px;
  }
}
.menu-item {
  text-align: center;
  position: absolute;
  height: 96px;
  margin-left: 216px;
  background: url("/img/menu.png");
  background-repeat: repeat-x;
}
@media screen and (max-width: 876px) {
  .menu-item {
    background-position: 0 -17px;
    width: 100%;
    margin-left: 0;
  }
}
.menu-item>.menu-bg {
  position: absolute;
  background-image: url("/img/menu-hover.png");
  background-repeat: no-repeat;
  height: 96px;
  width: 128px;
  overflow: hidden;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  opacity: 0.85;
}
@media screen and (max-width: 876px) {
  .menu-item>.menu-bg {
    display: none;
  }
}
.menu-item>.hide {
  width: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* Pour arriver au bon endroit initial au chargement de la page */
.menu-item>.menu-bg.support {
  left: 0px;
}
.menu-item>.menu-bg.hardware {
  left: 129px;
}
.menu-item>.menu-bg.software {
  left: 258px;
}
.menu-item>.menu-bg.web-services {
  left: 387px;
}
.menu-item>.menu-bg.telecom {
  left: 516px;
}
.menu-item>nav {
  height: 96px;
}
@media screen and (max-width: 876px) {
  .menu-item>nav {
    margin-top: 0;
    height: 0;
  }
}
/* Ecartement progressif width du BG header gauche */
.item-home {
  background-image: url("/img/menu.png");
  background-repeat: repeat-x;
  width: 216px;
  height: 80px;
  margin-left: 0;
  float: left;
  position: absolute;
}
@media screen and (max-width: 876px) {
  .item-home {
    display: none;
  }
}
.item-home.animate {
  -webkit-animation: headerMarginLeft 0.7s ease-out;
  -moz-animation: headerMarginLeft 0.7s ease-out;
  -ms-animation: headerMarginLeft 0.7s ease-out;
  -o-animation: headerMarginLeft 0.7s ease-out;
  animation: headerMarginLeft 0.7s ease-out;
}
/* Bouton Store haut droite */
.item-store {
  background-image: url("/img/menu.png");
  background-repeat: repeat-x;
  width: 300px;
  height: 80px;
  float: right;
}
@media screen and (max-width: 1200px) {
  .item-store {
    display: none;
  }
}
#storeBtn {
  position: absolute;
  margin: 10px 0px 0px 136px;
}
#storeBtn.animate > img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-animation: headerStoreBtn 1s ease-in 2s;
  -moz-animation: headerStoreBtn 1s ease-in 2s;
  -ms-animation: headerStoreBtn 1s ease-in 2s;
  -o-animation: headerStoreBtn 1s ease-in 2s;
  animation: headerStoreBtn 1s ease-in 2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  -o-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: 50% 0;
  -moz-perspective-origin: 50% 0;
  -ms-perspective-origin: 50% 0;
  -o-perspective-origin: 50% 0;
  perspective-origin: 50% 0;
}
#item {
  text-transform: uppercase;
  font-size: 12px;
  width: 126px;
  height: 96px;
  float: left;
  margin-right: 3px;
}
@media screen and (max-width: 876px) {
  #item {
    width: 150px;
    padding: 0 0.5em 0 0.5em;
    font-size: 10px;
    height: 12px;
    float: none;
    margin-right: 0;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  #item {
    width: 83px;
  }
}
#item a {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration: none;
  color: #6e6e6d;
  font-weight: 500;
  line-height: 96px;
  text-align: center;
}
@media screen and (max-width: 876px) {
  #item a {
    line-height: 12px;
  }
}
#item.active,
#item.selected {
  cursor: pointer;
}
#item.active a,
#item.selected a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  -webkit-box-shadow: 0 3px 5px -3px #000;
  -moz-box-shadow: 0 3px 5px -3px #000;
  -ms-box-shadow: 0 3px 5px -3px #000;
  -o-box-shadow: 0 3px 5px -3px #000;
  box-shadow: 0 3px 5px -3px #000;
}
@media screen and (max-width: 876px) {
  #item.active a,
  #item.selected a {
    color: #6e6e6d;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    -ms-box-shadow: initial;
    -o-box-shadow: initial;
    box-shadow: initial;
  }
}
.item-support.active a,
.item-support.selected a {
  border-bottom: 7px solid #fac200;
}
@media screen and (max-width: 876px) {
  .item-support.active a,
  .item-support.selected a {
    border-bottom: 0;
    padding: 0 1em;
    border-left: 30px solid #fac200;
    border-right: 30px solid #fac200;
  }
}
@media screen and (max-width: 400px) {
  .item-support.active a,
  .item-support.selected a {
    padding: 0 0 0 0.5em;
    border-left: 10px solid #fac200;
    border-right: 0;
  }
}
.item-software.active a,
.item-software.selected a {
  border-bottom: 7px solid #be3644;
}
@media screen and (max-width: 876px) {
  .item-software.active a,
  .item-software.selected a {
    border-bottom: 0;
    padding: 0 1em;
    border-left: 30px solid #be3644;
    border-right: 30px solid #be3644;
  }
}
@media screen and (max-width: 400px) {
  .item-software.active a,
  .item-software.selected a {
    padding: 0 0 0 0.5em;
    border-left: 10px solid #be3644;
    border-right: 0;
  }
}
.item-hardware.active a,
.item-hardware.selected a {
  border-bottom: 7px solid #95c11f;
}
@media screen and (max-width: 876px) {
  .item-hardware.active a,
  .item-hardware.selected a {
    border-bottom: 0;
    padding: 0 1em;
    border-left: 30px solid #95c11f;
    border-right: 30px solid #95c11f;
  }
}
@media screen and (max-width: 400px) {
  .item-hardware.active a,
  .item-hardware.selected a {
    padding: 0 0 0 0.5em;
    border-left: 10px solid #95c11f;
    border-right: 0;
  }
}
.item-telecom.active a,
.item-telecom.selected a {
  border-bottom: 7px solid #cf58a4;
}
@media screen and (max-width: 876px) {
  .item-telecom.active a,
  .item-telecom.selected a {
    border-bottom: 0;
    padding: 0 1em;
    border-left: 30px solid #cf58a4;
    border-right: 30px solid #cf58a4;
  }
}
@media screen and (max-width: 400px) {
  .item-telecom.active a,
  .item-telecom.selected a {
    padding: 0 0 0 0.5em;
    border-left: 10px solid #cf58a4;
    border-right: 0;
  }
}
.item-web-services.active a,
.item-web-services.selected a {
  border-bottom: 7px solid #5292ba;
}
@media screen and (max-width: 876px) {
  .item-web-services.active a,
  .item-web-services.selected a {
    border-bottom: 0;
    padding: 0 1em;
    border-left: 30px solid #5292ba;
    border-right: 30px solid #5292ba;
  }
}
@media screen and (max-width: 400px) {
  .item-web-services.active a,
  .item-web-services.selected a {
    padding: 0 0 0 0.5em;
    border-left: 10px solid #5292ba;
    border-right: 0;
  }
}
body.hp .item-support a {
  border-bottom: 7px solid #fac200;
}
@media screen and (max-width: 876px) {
  body.hp .item-support a {
    border-bottom: 0;
    padding: 0 1em;
    border-left: 30px solid #fac200;
  }
}
@media screen and (max-width: 400px) {
  body.hp .item-support a {
    padding: 0 0 0 0.5em;
    border-left: 10px solid #fac200;
    border-right: 0;
  }
}
body.hp .item-software a {
  border-bottom: 7px solid #be3644;
}
@media screen and (max-width: 876px) {
  body.hp .item-software a {
    border-bottom: 0;
    padding: 0 1em;
    border-left: 30px solid #be3644;
  }
}
@media screen and (max-width: 400px) {
  body.hp .item-software a {
    padding: 0 0 0 0.5em;
    border-left: 10px solid #be3644;
    border-right: 0;
  }
}
body.hp .item-hardware a {
  border-bottom: 7px solid #95c11f;
}
@media screen and (max-width: 876px) {
  body.hp .item-hardware a {
    border-bottom: 0;
    padding: 0 1em;
    border-left: 30px solid #95c11f;
  }
}
@media screen and (max-width: 400px) {
  body.hp .item-hardware a {
    padding: 0 0 0 0.5em;
    border-left: 10px solid #95c11f;
    border-right: 0;
  }
}
body.hp .item-telecom a {
  border-bottom: 7px solid #cf58a4;
}
@media screen and (max-width: 876px) {
  body.hp .item-telecom a {
    border-bottom: 0;
    padding: 0 1em;
    border-left: 30px solid #cf58a4;
  }
}
@media screen and (max-width: 400px) {
  body.hp .item-telecom a {
    padding: 0 0 0 0.5em;
    border-left: 10px solid #cf58a4;
    border-right: 0;
  }
}
body.hp .item-web-services a {
  border-bottom: 7px solid #5292ba;
}
@media screen and (max-width: 876px) {
  body.hp .item-web-services a {
    border-bottom: 0;
    padding: 0 1em;
    border-left: 30px solid #5292ba;
  }
}
@media screen and (max-width: 400px) {
  body.hp .item-web-services a {
    padding: 0 0 0 0.5em;
    border-left: 10px solid #5292ba;
    border-right: 0;
  }
}
#ombre {
  margin: -30px auto auto auto;
  width: 1079px;
}
@media screen and (max-width: 876px) {
  #ombre {
    width: 100%;
    margin-top: -34px;
  }
}
#ombre-menu {
  margin-top: 12px;
  margin-left: 218px;
  width: 655px;
  height: 33px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 876px) {
  #ombre-menu {
    display: none;
  }
}
/* SOUS MENU */
.sous-menu {
  position: absolute;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  overflow: hidden;
  height: 0;
  margin-top: -33px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 876px) {
  .sous-menu {
    width: 100%;
    margin: auto;
  }
}
.sous-menu.selected {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  opacity: 0.85;
  height: 33px;
}
@media screen and (max-width: 400px) {
  .sous-menu.selected {
    height: 50px;
  }
}
.sous-menu:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.sous-menu>.sous-menu-container {
  width: 1079px;
  background-color: #1e2531;
  height: 33px;
}
@media screen and (max-width: 1200px) {
  .sous-menu>.sous-menu-container {
    width: 861px;
  }
}
@media screen and (max-width: 876px) {
  .sous-menu>.sous-menu-container {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .sous-menu>.sous-menu-container {
    height: 50px;
  }
}
.item-sous-menu {
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  margin-top: 5px;
  height: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 1200px) {
  .item-sous-menu {
    padding-left: 0;
  }
}
@media screen and (max-width: 876px) {
  .item-sous-menu {
    font-size: 9px;
    height: 7px;
    margin: 4px 0;
  }
}
.item-sous-menu a {
  text-decoration: none;
  color: #fff;
  padding: 3px;
}
.item-sous-menu:hover a,
.item-sous-menu.selected a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #2e3542;
  border: 1px #50555f solid;
  padding: 2px;
}
#sous-menu-item {
  text-align: center;
  position: absolute;
  margin-left: 100px;
  height: 33px;
  color: #717171;
}
@media screen and (max-width: 1200px) {
  #sous-menu-item {
    margin-left: 20px;
  }
}
.radius-shadow {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 4px 0 #656565;
  -moz-box-shadow: 5px 5px 4px 0 #656565;
  -ms-box-shadow: 5px 5px 4px 0 #656565;
  -o-box-shadow: 5px 5px 4px 0 #656565;
  box-shadow: 5px 5px 4px 0 #656565;
  width: 100%;
}
/* FOOTER */
#footer {
  height: 240px;
  background-color: #121c1d;
}
@media screen and (max-width: 840px) {
  #footer {
    height: auto;
  }
}
#main-footer {
  width: 1064px;
  margin: auto;
  height: 200px;
}
@media screen and (max-width: 1064px) {
  #main-footer {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  #main-footer {
    height: inherit;
  }
}
#main-footer > #contact {
  float: left;
  background: url("/img/bottom/contact.png") no-repeat;
  background-position: left top;
  height: 180px;
  width: 60%;
  padding-top: 55px;
}
@media screen and (max-width: 840px) {
  #main-footer > #contact {
    float: none;
    height: inherit;
    width: auto;
  }
}
#contact-left,
#contact-right {
  float: left;
  width: 50%;
}
@media screen and (max-width: 840px) {
  #contact-left,
  #contact-right {
    float: none;
    width: 300px;
  }
}
/* Google map */
.map {
  float: left;
  padding-top: 40px;
  text-align: right;
  color: #989898;
  font: Arial 12pt;
  width: 40%;
}
@media screen and (max-width: 840px) {
  .map {
    float: none;
    width: 100%;
    padding-top: 0;
  }
}
.map-left {
  float: left;
  width: 150px;
}
@media screen and (max-width: 1079px) {
  .map-left {
    padding-right: 1em;
    float: right;
  }
}
@media screen and (max-width: 840px) {
  .map-left {
    float: none;
    width: auto;
  }
}
#GMap_div {
  height: 195px;
  width: 230px;
  float: right;
  margin: auto;
  border: 1px solid #888;
  margin-left: 20px;
}
@media screen and (max-width: 1079px) {
  #GMap_div {
    display: none;
  }
}
/* CONTAINER */
.font-regular {
  font-weight: 400;
}
.container-header-top {
  margin-bottom: 20px;
}
.container-top {
  color: #5f7390;
  text-align: center;
  font-size: 38px;
  font-weight: normal;
}
.container-top2 {
  color: #8a95a5;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
.filet {
  height: 20px;
  margin: auto;
  width: 50%;
}
.filet-support {
  background-image: url("/img/filet-jaune.png");
}
.filet-software {
  background-image: url("/img/filet-rouge.png");
}
.filet-hardware {
  background-image: url("/img/filet-vert.png");
}
.filet-telecom {
  background-image: url("/img/filet-violet.png");
}
.filet-web-services {
  background-image: url("/img/filet-bleu.png");
}
.header-top {
  padding-left: 50px;
  color: #505050;
  font-size: 18pt;
  margin-top: -5px;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.24);
letter-spacing-1px
}
.header-top2 {
  padding-left: 50px;
  color: #5f7390;
  margin-top: -5px;
}
.paragraph {
  margin-top: 10px;
  color: #5c5c5c;
  font-size: 10pt;
  line-height: 1.6em;
}
.paragraph li strong {
  color: #5f7390;
}
.container-right {
  margin-left: -50px;
  padding-top: 40px;
}
.container-image {
  float: left;
  text-align: center;
}
.container-image2 {
  text-align: center;
}
.right-header-top {
  color: #5f7390;
  font-size: 26px;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.24);
}
.right-header-top2 {
  color: #9aa3b1;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.24);
  min-height: 15px;
  margin-bottom: 20px;
}
#container {
  margin: 3em auto auto auto;
  width: 80%;
}
#container ul {
  margin-left: 100px;
  margin-bottom: 40px;
}
#container li {
  list-style-image: url("/img/fleche.png");
  border-bottom: 1px dashed #e4e2e2;
  padding: 6px;
}
#contact-form select,
#contact-form textarea,
#contact-form input[type="text"],
#contact-form input[type="password"],
#contact-form input[type="datetime"],
#contact-form input[type="datetime-local"],
#contact-form input[type="date"],
#contact-form input[type="month"],
#contact-form input[type="time"],
#contact-form input[type="week"],
#contact-form input[type="number"],
#contact-form input[type="email"],
#contact-form input[type="url"],
#contact-form input[type="search"],
#contact-form input[type="tel"],
#contact-form input[type="color"],
#contact-form .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#contact-form textarea,
#contact-form input[type="text"],
#contact-form input[type="password"],
#contact-form input[type="datetime"],
#contact-form input[type="datetime-local"],
#contact-form input[type="date"],
#contact-form input[type="month"],
#contact-form input[type="time"],
#contact-form input[type="week"],
#contact-form input[type="number"],
#contact-form input[type="email"],
#contact-form input[type="url"],
#contact-form input[type="search"],
#contact-forminput[type="tel"],
#contact-form input[type="color"],
#contact-form .uneditable-input {
  background-color: #2b3233;
  color: #fff;
  border: 0px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#contact-form textarea:focus,
#contact-form input[type="text"]:focus,
#contact-form input[type="password"]:focus,
#contact-form input[type="datetime"]:focus,
#contact-form input[type="datetime-local"]:focus,
#contact-form input[type="date"]:focus,
#contact-form input[type="month"]:focus,
#contact-form input[type="time"]:focus,
#contact-form input[type="week"]:focus,
#contact-form input[type="number"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="url"]:focus,
#contact-form input[type="search"]:focus,
#contact-form input[type="tel"]:focus,
#contact-form input[type="color"]:focus,
#contact-form .uneditable-input:focus {
  border-color: rgba(255,255,255,0.8);
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,255,255,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,255,255,0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,255,255,0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,255,255,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,255,255,0.6);
}
#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
  color: #fff;
}
#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
  color: #fff;
}
#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.job {
  background-color: #f1f1f1;
  margin-bottom: 10px;
}
.job .header-candidature {
  width: 1242px;
  margin: auto;
  margin-bottom: 20px;
}
.job .header-candidature h1 {
  color: #4c4c4c;
}
.job .header-candidature h2 {
  color: #c63a42;
  font-size: 20px;
}
.competences {
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
input.ko,
textarea.ko {
  border-color: rgba(236,82,82,0.8);
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(236,82,82,0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(236,82,82,0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(236,82,82,0.8);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(236,82,82,0.8);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(236,82,82,0.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(236,82,82,0.8);
}
input.ok,
textarea.ok {
  border-color: rgba(86,223,102,0.8);
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(86,223,102,0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(86,223,102,0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(86,223,102,0.8);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(86,223,102,0.8);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(86,223,102,0.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(86,223,102,0.8);
}
input[type=radio] {
  padding: 2px;
  margin: 6px 5px 1px 6px;
  color: #b0b0b0;
  background-color: rgba(0,0,0,0);
  border: none;
  width: 18px;
  height: 18px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 50;
}
input[type=radio]:checked {
  content: "\2022";
  color: #f3f3f3;
  font-size: 30px;
  text-align: center;
  line-height: 18px;
}
input.input {
  background-image: url("/img/input.png");
  background-position: right;
  background-repeat: no-repeat;
}
input.ok {
  background-image: url("/img/input_ok.png");
  background-position: right;
  background-repeat: no-repeat;
}
input.ko {
  background-image: url("/img/input_error.png");
  background-position: right;
  background-repeat: no-repeat;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  text-indent: 0.01px;
  text-overflow: '';
  background: url("/img/select.png") right 0px no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}
.btn-candidature {
  font-size: 18px;
  padding: 3px 20px 3px 20px;
  text-align: center;
  color: #fff;
  background: #5f7390;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: -webkit-linear-gradient(#5f7390, #8897ad);
  background: -moz-linear-gradient(#5f7390, #8897ad);
  background: -ms-linear-gradient(#5f7390, #8897ad);
  background: -o-linear-gradient(#5f7390, #8897ad);
  background: linear-gradient(#5f7390, #8897ad);
  border: 1px solid #adbed6;
}
.btn-candidature:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.footer-template img {
  width: 340px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-animation: test 2s ease-in-out 1s backwards;
  -moz-animation: test 2s ease-in-out 1s backwards;
  -ms-animation: test 2s ease-in-out 1s backwards;
  -o-animation: test 2s ease-in-out 1s backwards;
  animation: test 2s ease-in-out 1s backwards;
}
.en-savoir-plus {
  float: right;
  padding: 0.3em;
  margin-right: 3em;
  margin-top: 2em;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.portfolio_box {
  float: left;
  width: 30%;
  background: #f1f1f1;
  border: 1px solid #e0e0e0;
  padding: 8px 7px;
  margin-bottom: 10px;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  min-height: 350px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .portfolio_box {
    width: 100%;
  }
}
.portfolio_box_bigger {
  width: 44%;
  margin-right: 2%;
  margin-left: 2%;
  min-height: 450px;
}
@media screen and (max-width: 900px) {
  .portfolio_box_bigger {
    width: 100%;
  }
}
.portfolio_box:hover {
  background: #e7ebce;
}
.portfolio_box a {
  text-decoration: none;
}
.portfolio_box ahover {
  text-decoration: none;
}
.portfolio_box a img {
  border: 1px solid #fff;
}
.portfolio_box .link2thesite {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background: #ddd;
  left: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.portfolio_box h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  padding: 10px;
  color: #85896f;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .portfolio_box h3 {
    height: 20px;
  }
}
.portfolio_boxhover h3 {
  color: #006695;
}
.portfolio_box p {
  color: #666;
  font-weight: normal;
}
.portfolio_detail_left {
  float: left;
}
.portfolio_detail_left,
.portfolio_img_wrapper {
  border: 10px solid #f1f1f1;
  padding: 1px;
  background: #fff;
}
.portfolio_detail_right {
  float: right;
  width: 300px;
}
.portfolio_detail_right h3 {
  font-size: 16px;
  color: #333;
}
.photo-legend-optima,
.photo-legend-hotline {
  width: 45%;
  text-align: center;
  padding: 5px;
  float: left;
}
.photo-legend-optima img {
  margin-bottom: 1px;
  width: 100%;
}
.photo-legend-optima span,
.photo-legend-hotline span {
  position: relative;
  top: -2px;
}
.fancybox-custom,
.fancybox-skin {
  -webkit-box-shadow: 0 0 50px #222;
  -moz-box-shadow: 0 0 50px #222;
  -ms-box-shadow: 0 0 50px #222;
  -o-box-shadow: 0 0 50px #222;
  box-shadow: 0 0 50px #222;
}
.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  -moz-animation-name: hover;
  -ms-animation-name: hover;
  -o-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
.hover-shadow:hover:before {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  -moz-animation-name: hover-shadow;
  -ms-animation-name: hover-shadow;
  -o-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0);
  -ms-box-shadow: 0 0 1px rgba(0,0,0,0);
  -o-box-shadow: 0 0 1px rgba(0,0,0,0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
}
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.logo-software {
  height: 50px;
  margin: 5px;
}
/* Start : Page Speedmail */
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #5292ba;
}
a.hi-icon:hover {
  text-decoration: none;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon:before {
  font-family: 'ecoicon';
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon-mobile:before {
  content: "\e009";
}
.hi-icon-screen:before {
  content: "\e00a";
}
.hi-icon-earth:before {
  content: "\e002";
}
.hi-icon-support:before {
  content: "\e000";
}
.hi-icon-locked:before {
  content: "\e001";
}
.hi-icon-cog:before {
  content: "\e003";
}
.hi-icon-clock:before {
  content: "\e004";
}
.hi-icon-videos:before {
  content: "\e005";
}
.hi-icon-list:before {
  content: "\e006";
}
.hi-icon-refresh:before {
  content: "\e007";
}
.hi-icon-images:before {
  content: "\e008";
}
.hi-icon-pencil:before {
  content: "\e00b";
}
.hi-icon-link:before {
  content: "\e00c";
}
.hi-icon-mail:before {
  content: "\e00d";
}
.hi-icon-location:before {
  content: "\e00e";
}
.hi-icon-archive:before {
  content: "\e00f";
}
.hi-icon-chat:before {
  content: "\e010";
}
.hi-icon-bookmark:before {
  content: "\e011";
}
.hi-icon-user:before {
  content: "\e012";
}
.hi-icon-contract:before {
  content: "\e013";
}
.hi-icon-star:before {
  content: "\e014";
}
/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hi-icon-effect-9 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 3px #5292ba;
  -moz-box-shadow: 0 0 0 3px #5292ba;
  -ms-box-shadow: 0 0 0 3px #5292ba;
  -o-box-shadow: 0 0 0 3px #5292ba;
  box-shadow: 0 0 0 3px #5292ba;
  -webkit-transition: transform 0.2s, opacity 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s;
  -ms-transition: transform 0.2s, opacity 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* Effect 9a */
.no-touch .hi-icon-effect-9a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.no-touch .hi-icon-effect-9a .hi-icon:hover {
  -webkit-box-shadow: 0 0 0 10px #5292ba;
  -moz-box-shadow: 0 0 0 10px #5292ba;
  -ms-box-shadow: 0 0 0 10px #5292ba;
  -o-box-shadow: 0 0 0 10px #5292ba;
  box-shadow: 0 0 0 10px #5292ba;
  color: #5292ba;
}
.fieldSetSpeedmail {
  width: 50%;
  min-height: 150px;
  float: left;
  text-align: left;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
  position: relative;
  margin-bottom: 30px;
}
.fieldSetSpeedmail:before {
  border-bottom: 2px solid #5292ba;
  width: 50%;
  content: "";
  left: 160px;
  bottom: 0;
  height: 1px;
  position: absolute;
}
/* END : Page Speedmail */
#slider-container {
  height: 100px;
  position: relative;
  margin: auto;
  max-width: 900px;
  padding: 0px;
}
#slider {
  height: 100px;
  position: relative;
  -webkit-box-shadow: 0px 1px 11px #ccc;
  -moz-box-shadow: 0px 1px 11px #ccc;
  -ms-box-shadow: 0px 1px 11px #ccc;
  -o-box-shadow: 0px 1px 11px #ccc;
  box-shadow: 0px 1px 11px #ccc;
  margin: auto;
  padding: 10px;
  overflow: hidden;
  max-width: 900px;
}
#mask {
  width: 98%;
  position: absolute;
  overflow: hidden;
}
#mask > img {
  float: left;
  width: 150px;
  height: 90px;
  vertical-align: middle;
  padding: 10px;
}
#mask.toleft {
  -webkit-animation: toleft 1s ease-in-out 0s;
  -moz-animation: toleft 1s ease-in-out 0s;
  -ms-animation: toleft 1s ease-in-out 0s;
  -o-animation: toleft 1s ease-in-out 0s;
  animation: toleft 1s ease-in-out 0s;
  left: 0px;
}
#mask.totop {
  -webkit-animation: totop 0.5s ease-in-out 0s;
  -moz-animation: totop 0.5s ease-in-out 0s;
  -ms-animation: totop 0.5s ease-in-out 0s;
  -o-animation: totop 0.5s ease-in-out 0s;
  animation: totop 0.5s ease-in-out 0s;
  left: 0px;
  top: 110px;
}
.fleche {
  position: absolute;
  cursor: pointer;
  z-index: 60;
  height: 56px;
  width: 29px;
  background-image: url("/img/arrows.png");
  top: 23px;
}
#fleche_gauche {
  left: -29px;
  background-position: 0 0;
}
#fleche_droite {
  background-position: 100% 0;
  right: -30px;
}
.competences {
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(101,101,101,0.18);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(101,101,101,0.18);
  -ms-box-shadow: inset 1px 1px 1px 1px rgba(101,101,101,0.18);
  -o-box-shadow: inset 1px 1px 1px 1px rgba(101,101,101,0.18);
  box-shadow: inset 1px 1px 1px 1px rgba(101,101,101,0.18);
}
label,
option,
select {
  text-shadow: 1px 1px 2px #fff;
  color: #a7a9ad;
}
option,
select {
  background-color: #fff;
}
.control-label {
  color: #a7a9ad;
}
.maitrise {
  text-shadow: 1px 1px 2px #fff;
}
.caro {
  margin-top: -150px;
  max-width: 360px;
}
@media screen and (max-width: 990px) {
  .caro {
    margin-top: 0;
  }
}
@-moz-keyframes rot {
  0% {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  50% {
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
  }

  70% {
    -webkit-transform: rotateX(-23deg);
    -moz-transform: rotateX(-23deg);
    -ms-transform: rotateX(-23deg);
    -o-transform: rotateX(-23deg);
    transform: rotateX(-23deg);
  }

  100% {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  50% {
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
  }

  70% {
    -webkit-transform: rotateX(-23deg);
    -moz-transform: rotateX(-23deg);
    -ms-transform: rotateX(-23deg);
    -o-transform: rotateX(-23deg);
    transform: rotateX(-23deg);
  }

  100% {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-o-keyframes rot {
  0% {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  50% {
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
  }

  70% {
    -webkit-transform: rotateX(-23deg);
    -moz-transform: rotateX(-23deg);
    -ms-transform: rotateX(-23deg);
    -o-transform: rotateX(-23deg);
    transform: rotateX(-23deg);
  }

  100% {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-ms-keyframes rot {
  0% {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  50% {
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
  }

  70% {
    -webkit-transform: rotateX(-23deg);
    -moz-transform: rotateX(-23deg);
    -ms-transform: rotateX(-23deg);
    -o-transform: rotateX(-23deg);
    transform: rotateX(-23deg);
  }

  100% {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  50% {
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
  }

  70% {
    -webkit-transform: rotateX(-23deg);
    -moz-transform: rotateX(-23deg);
    -ms-transform: rotateX(-23deg);
    -o-transform: rotateX(-23deg);
    transform: rotateX(-23deg);
  }

  100% {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-moz-keyframes headerMarginLeft {
  0% {
    margin-left: 216px;
  }

  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes headerMarginLeft {
  0% {
    margin-left: 216px;
  }

  100% {
    margin-left: 0;
  }
}
@-o-keyframes headerMarginLeft {
  0% {
    margin-left: 216px;
  }

  100% {
    margin-left: 0;
  }
}
@-ms-keyframes headerMarginLeft {
  0% {
    margin-left: 216px;
  }

  100% {
    margin-left: 0;
  }
}
@keyframes headerMarginLeft {
  0% {
    margin-left: 216px;
  }

  100% {
    margin-left: 0;
  }
}
@-moz-keyframes headerStoreBtn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    height: 156px;
    width: 400px;
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    height: 78px;
    width: 200px;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-webkit-keyframes headerStoreBtn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    height: 156px;
    width: 400px;
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    height: 78px;
    width: 200px;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-o-keyframes headerStoreBtn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    height: 156px;
    width: 400px;
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    height: 78px;
    width: 200px;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-ms-keyframes headerStoreBtn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    height: 156px;
    width: 400px;
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    height: 78px;
    width: 200px;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes headerStoreBtn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    height: 156px;
    width: 400px;
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    height: 78px;
    width: 200px;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-moz-keyframes test {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    width: 0;
  }

  50% {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    width: 340px;
  }
}
@-webkit-keyframes test {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    width: 0;
  }

  50% {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    width: 340px;
  }
}
@-o-keyframes test {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    width: 0;
  }

  50% {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    width: 340px;
  }
}
@-ms-keyframes test {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    width: 0;
  }

  50% {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    width: 340px;
  }
}
@keyframes test {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    width: 0;
  }

  50% {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    width: 340px;
  }
}
@-moz-keyframes toleft {
  0% {
    left: 900px;
  }

  100% {
    left: 0px;
  }
}
@-webkit-keyframes toleft {
  0% {
    left: 900px;
  }

  100% {
    left: 0px;
  }
}
@-o-keyframes toleft {
  0% {
    left: 900px;
  }

  100% {
    left: 0px;
  }
}
@-ms-keyframes toleft {
  0% {
    left: 900px;
  }

  100% {
    left: 0px;
  }
}
@keyframes toleft {
  0% {
    left: 900px;
  }

  100% {
    left: 0px;
  }
}
@-moz-keyframes toright {
  0% {
    left: -900px;
  }

  100% {
    left: 0px;
  }
}
@-webkit-keyframes toright {
  0% {
    left: -900px;
  }

  100% {
    left: 0px;
  }
}
@-o-keyframes toright {
  0% {
    left: -900px;
  }

  100% {
    left: 0px;
  }
}
@-ms-keyframes toright {
  0% {
    left: -900px;
  }

  100% {
    left: 0px;
  }
}
@keyframes toright {
  0% {
    left: -900px;
  }

  100% {
    left: 0px;
  }
}
@-moz-keyframes totop {
  0% {
    top: 0px;
  }

  100% {
    top: 150px;
  }
}
@-webkit-keyframes totop {
  0% {
    top: 0px;
  }

  100% {
    top: 150px;
  }
}
@-o-keyframes totop {
  0% {
    top: 0px;
  }

  100% {
    top: 150px;
  }
}
@-ms-keyframes totop {
  0% {
    top: 0px;
  }

  100% {
    top: 150px;
  }
}
@keyframes totop {
  0% {
    top: 0px;
  }

  100% {
    top: 150px;
  }
}

label.error {
  color: red;
  font-weight: bold;
  font-style: italic;
}


.Développement {  
  background-color: #ef5350;
  border-color: #ef5350;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-top : 20px;
}

.Système {
  background-color: #8bc34a;
  border-color: #8bc34a;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-top : 20px;
}

.Télécom {
  background-color: #ba68c8;
  border-color: #ba68c8;
  color: #fff;
  text-align: center;
  margin-top: 20px;  
  padding: 5px;
}