button,html,input,select,textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
  background: #111;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

.chromeframe {
  background: #ccc;
  color: #000;
  margin: .2em 0;
  padding: .2em 0;
}

body,html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body.locked,html.locked {
  max-height: 100%;
  overflow: hidden;
}

.clear {
  clear: both;
  height: 0;
}

a,img {
  outline: 0;
  border: 0;
}

h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 58px;
}

h3 {
  font-family: gibsonsemibold,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 34px;
  text-transform: uppercase;
}

p.gibson-light {
  font-family: gibsonlight;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 80px;
  color: #9c987e;
  display: inline;
}

p.gibson-regular {
  font-family: gibsonregular;
  font-style: normal;
  display: inline;
}

p.gibson-italic {
  font-family: gibsonitalic;
  font-style: normal;
  display: inline;
}

p.gibson-semibold {
  font-family: gibsonsemibold;
  font-style: normal;
  display: inline;
}

.text_wrap {
  padding: 20px 0 10px 20px;
}

a,a:focus,a:hover,a:visited {}

div#wrapper {
  min-height: 100%;
  position: relative;
}

.container {
  position: relative;
  max-width: 1920px;
  min-width: 240px;
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: auto;
}

div.bg-wrapper {
  width: auto;
  height: auto;
  background: url(../img/mobilePage/bg-carbonfiber.jpg);
}

.one-third-height {
  height: 31%;
}

.one-half-height {
  height: 50%;
}

.medium-margin-bottom {
  margin-bottom: 40px;
}

.large-margin-bottom {
  margin-bottom: 70px;
}

.valign-center {
  margin-top: auto;
  margin-bottom: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  float: right;
}

span.txt-strike {
  text-decoration: line-through;
}

.width-height-auto {
  width: auto;
  height: auto;
}

.transparent {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: .9;
}

.not-transparent {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.show {
  visibility: visible;
  display: inline;
}

.hidden {
  display: none!important;
  visibility: hidden;
}

.slowTransition {
  -webkit-transition: all 2.5s ease-in-out;
  -moz-transition: all 2.5s ease-in-out;
  -o-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}

.spinTransition {
  -webkit-transition: all 2.5s;
  -moz-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s;
}

.middleSpinTransition {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.phoneTransition {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.transition {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.fastTransition {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.menuTransition {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.XfastTransition {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.outer_shadow {
  -webkit-box-shadow: 0 0 15px #000;
  -moz-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
}

.bloc {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}

.roundCornerP {
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.roundCornerM {
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}

.grab {
  cursor: 0;
}

.grabbing {
  cursor: 0!important;
}

.bg-orange {
  background: #d37c00;
}

.slide-up,.tile-up {
  -webkit-animation-name: slide;
  -moz-animation-name: slide;
  -ms-animation-name: slide;
  -o-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: .6s;
  -moz-animation-duration: .6s;
  -ms-animation-duration: .6s;
  -o-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -ms-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

.alpha80 {
  background-color: rgba(0,0,0,.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,  endColorstr=#99000000)";
}

.alpha95 {
  background-color: rgba(0,0,0,.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,  endColorstr=#99000000)";
}

.button {
  background: #df8503;
  display: inline-block;
  opacity: .75;
}

.button a {
  color: #fff;
  font: 20px/40px gibsonregular,sans-serif;
  display: block;
  height: 100%;
  position: relative;
  padding: 0 70px 0 30px;
}

.button a span {
  display: block;
  background: #ff9d10 url(../img/mobilePage/arrow-button.png) no-repeat center;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.lt-ie9 .bg-top {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.lt-ie9 .bg-top img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 50%;
  overflow: hidden;
  margin: auto;
}

.lt-ie9 .bg {
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.lt-ie9 .bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 50%;
  min-height: 50%;
  margin: auto;
}

.lt-ie9 #section-wrapper {
  overflow: visible!important;
}

.home-mobile #section-wrapper {
  overflow: inherit!important;
}

.home-mobile #section-wrapper section,.home-mobile #section-wrapper section.active,.lt-ie9 #section-wrapper section,.lt-ie9 #section-wrapper section.active {
  position: relative!important;
  top: auto!important;
  opacity: 1;
}

.lt-ie9 .content-section.portfolio #slides-container .slide:hover .button {
  visibility: visible;
}

.top-section {
  float: left;
  width: 100%;
  height: 420px;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}

.top-section.home {
  float: none!important;
  position: relative;
  height: 100%;
}

.top-section.ecommerce {
  background: url(../img/slide/video-poster-ecommerce.jpg) no-repeat center 20% scroll;
  background-size: cover;
  height: 650px!important;
}

.top-section.carrieres .pattern-video,.video-wrapper .pattern-video {
  width: 100%;
  height: inherit;
  background: url(../img/mobilePage/video-pattern.png);
  position: absolute;
  z-index: 5;
}

.video-wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: inherit;
  top: 0;
  left: 0;
  overflow: hidden;
}

.video-wrapper #video-agence,.video-wrapper #video-contact,.video-wrapper #video-expertise,.video-wrapper #video-portfolio {
  width: 105%;
}

#video-contact,#video-expertise {
  position: relative;
  top: -25%;
}

.content-section.home {
  background: url(../img/mobilePage/video-poster-home.jpg) no-repeat center center scroll;
  background-size: cover;
}

.top-section.agence {
  background: url(../img/mobilePage/video-poster-agence.jpg) no-repeat center top scroll;
  background-size: cover;
}

.top-section.expertise {
  background: url(../img/mobilePage/video-poster-expertise.jpg) no-repeat center 20% scroll;
  background-size: cover;
}

.top-section.portfolio {
  background: url(../img/mobilePage/video-poster-portfolio.jpg) no-repeat center top scroll;
  background-size: cover;
}

.top-section.contact {
  background: url(../img/mobilePage/video-poster-contact.jpg) no-repeat center 20% scroll;
  background-size: cover;
}

.top-section.carrieres {
  background: url(../img/mobilePage/video-poster-carrieres.jpg) no-repeat center 20% scroll;
  background-size: cover;
}

.top-section.mobilePage {
  background: url(../img//mobilePage/video-poster-mobile.jpg) no-repeat center 20% scroll;
  background-size: cover;
  height: 650px!important;
}

.top-section .text-wrapper {
  list-style-type: none;
  position: absolute;
  z-index: 25;
  width: 100%;
  height: auto;
  padding: 185px 0 0;
}

.top-section .text-wrapper li h1 {
  color: #fff;
    letter-spacing: 0.2em;
    padding: 0 20px;
}

.top-section .text-wrapper li h2 {
  color: #ff9d10;
  font: 47px journal,sans-serif;
}

.top-section.home .text-wrapper {
  width: 100%;
  height: 25%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0;
}

.top-section.home .text-wrapper li h1 {
  color: #ff9d10;
  font: 109px gibsonsemibold,sans-serif;
}

.top-section.home .text-wrapper li .button {
  margin: 0 0 0 -590px;
}

.top-section.home .text-wrapper li .button.en {
  margin: 0 0 0 -820px;
}

.content-section {
  float: left;
  width: 100%;
  overflow: hidden;
}

.content-section.expertise {
  background: #fff;
  padding: 110px 0 12%;
}

.content-section.expertise .container>h1 {
  color: #000;
  font: 64px gibsonsemibold,sans-serif;
}

.content-section.cible .container h1 {
  color: #fff;
  font: 64px gibsonsemibold,sans-serif;
  margin: 150px 0 15px;
}

.content-section.cible .container h2 {
  margin-bottom: 15%;
  color: #fff;
  font: 47px journal,sans-serif;
  text-transform: lowercase;
}

.content-section.cible .container p {
  color: #fff;
  font: 23px gibsonregular,sans-serif;
  margin-bottom: 40px;
}

.content-section.cible .container div.info>div {
  float: right;
  max-width: 510px;
  width: 53.125%;
}

.content-section.cible .img-animate #full-graph img {
  width: 130%;
  padding-bottom: 15%;
}

.content-section.cible .img-animate #graph {
  width: 808px;
  height: 394px;
  background: url(../img/mobilePage/sprite-expertise.png) no-repeat -20px -20px;
  margin-bottom: 25%;
}

.content-section.cible .img-animate #cone-shadow {
  position: absolute;
  z-index: 5;
  top: 105px;
  left: 315px;
  width: 145px;
  height: 82px;
  background: url(../img/mobilePage/sprite-expertise.png) no-repeat -878px -20px;
}

.content-section.cible .img-animate #mini-ipad {
  position: absolute;
  z-index: 5;
  left: 337px;
  width: 99px;
  height: 127px;
  background: url(../img/mobilePage/sprite-expertise.png) no-repeat -878px -152px;
}

.content-section.cible .img-animate #cone-shadow.initAnim {
  margin-top: 20.5px;
  opacity: 0;
}

.content-section.cible .img-animate #mini-ipad.initAnim {
  margin-top: 15.88px;
  opacity: 0;
}

.content-section.opportunites {
  background: url(../img/mobilePage/bg_opportunites.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 10%;
}

.content-section.opportunites .container h1 {
  color: #04486b;
  font: 64px gibsonsemibold,sans-serif;
  margin: 150px 0 230px;
}

.content-section.exp-integrees .container p,.content-section.opportunites .container p {
  color: #fff;
  font: 23px gibsonregular,sans-serif;
  margin: 15px 0 40px;
}

.content-section.opportunites .container div.figure #open-sign {
  width: 317px;
  height: 304px;
  background: url(../img/mobilePage/sprite-expertise.png) no-repeat -763px -464px;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  margin: 90px auto 0;
}

.content-section.opportunites .container div.figcaption {
  color: #fff;
  font: 36px/38px journal,sans-serif;
  text-align: center;
}

.content-section.opportunites .container .colum.right {
  float: right;
  max-width: 480px;
  width: 50%;
  margin: 12% 0 0;
}

.content-section.opportunites .container div.figure #open-sign.initAnim {
  transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
}

.content-section.opportunites .container div.figure #open-sign.secondInitAnim {
  transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
}

.content-section.opportunites .container div.figure #open-sign.transitAnim {
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
}

.content-section.opportunites .container div.figure #open-sign.secondTransitAnim {
  transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
}

.content-section.opportunites .container div.figure #open-sign.endAnim {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.content-section.exp-integrees {
  background: url(../img/mobilePage/bg_exp-integrees.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 10%;
}

.content-section.exp-integrees .container h1 {
  color: #fff;
  font: 64px gibsonsemibold,sans-serif;
  margin: 150px 0 120px;
}

.content-section.exp-integrees .img-animate {
  overflow: hidden;
  margin: 175px 0 75px;
}

.content-section.exp-integrees .img-animate .left,.content-section.exp-integrees .img-animate .middle {
  float: left;
  width: 320px;
}

.content-section.exp-integrees .img-animate .right {
  float: right;
  width: 320px;
}

.content-section.exp-integrees .img-animate #fb-stats {
  width: 327px;
  height: 154px;
  background: url(../img/mobilePage/sprite-expertise.png) no-repeat -353px -818px;
  margin-top: 88px;
}

.content-section.exp-integrees .img-animate #twitter-tendance {
  width: 349px;
  height: 305px;
  background: url(../img/mobilePage/sprite-expertise.png) no-repeat -731px -818px;
  margin-top: 30px;
}

.content-section.exp-integrees .img-animate #left-phone {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 207px;
  height: 354px;
  background: url(../img/mobilePage/sprite-expertise.png) no-repeat -20px -464px;
}

.content-section.exp-integrees .img-animate #left-phone #left-phone-screen {
  position: relative;
  z-index: 15;
  width: 115px;
  height: 204px;
  background: url(../img/mobilePage/sprite-expertise.png) no-repeat -534px -464px;
  top: 48px;
  left: 46px;
}

.content-section.exp-integrees .img-animate #right-phone {
  position: absolute;
  z-index: 5;
  left: 60px;
  width: 207px;
  height: 350px;
  background: url(../img/mobilePage/sprite-expertise.png) no-repeat -277px -464px;
}

.content-section.exp-integrees .img-animate.initAnim #left-phone {
  left: 21px;
}

.content-section.exp-integrees .img-animate.initAnim #right-phone {
  left: 30px;
}

.content-section.exp-integrees .img-animate.endAnim #left-phone {
  left: 0;
}

.content-section.exp-integrees .img-animate.endAnim #right-phone {
  left: 60px;
}

.content-section.expertise .container #ipad-frame {
  width: 689px;
  max-width: 689px;
  height: 519px;
  max-height: 519px;
  background: url(../img/mobilePage/icons-full.png) -11px -343px no-repeat;
  margin: 0 auto;
  padding: 64px 74px 63px;
}

.content-section.expertise .container #ipad-frame .ipad-frame-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-section.expertise .container #ipad-frame .ipad-site {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .circle-wrapper {
  position: absolute;
  width: 115px;
  height: 115px;
  display: block;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .circle-wrapper.cw1 {
  top: 31px;
  left: -7px;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .circle-wrapper.cw2 {
  top: 46px;
  right: 30px;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .circle-wrapper.cw3 {
  top: 243px;
  left: 246px;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .circle-wrapper.cw4 {
  top: 383px;
  left: 521px;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .circle-wrapper.cw5 {
  top: 555px;
  left: 155px;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .circle-wrapper.cw6 {
  top: 673px;
  left: 442px;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .circle-wrapper.cw7 {
  top: 778px;
  left: 93px;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .circle-wrapper.cw8 {
  top: 908px;
  left: 262px;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .circle {
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  left: 30px;
  background: url(../img/mobilePage/circle.png) center center no-repeat;
  background-size: 95%;
}

.ipad-site-wrapper .circle:hover {
  width: 125px!important;
  height: 125px!important;
  left: -10px!important;
  top: -10px!important;
  cursor: pointer!important;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  background-size: 100%;
}

.ipad-site-wrapper .ipad-menu {
  position: absolute;
  top: 0;
  left: 690px;
  width: 100%;
  max-width: 642px;
  height: 100%;
  z-index: 11;
  -webkit-box-shadow: -9px 0 18px 0 rgba(0,0,0,.4);
  box-shadow: -9px 0 18px 0 rgba(0,0,0,.4);
}

.ipad-site-wrapper .ipad-menu .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  padding-top: 40px;
  overflow: hidden;
  background: #e68801;
}

.ipad-site-wrapper .ipad-menu .content .text-wrapper {
  padding: 0 35px 0 55px;
}

.ipad-site-wrapper .ipad-menu .content h2 {
  color: #fff;
  font: 36px gibsonsemibold,sans-serif;
  text-align: center;
}

.ipad-site-wrapper .ipad-menu .content p {
  color: #fff;
  font: 20px gibsonregular,sans-serif;
  margin: 40px 0;
}

.ipad-site-wrapper .ipad-menu .active {
  display: inherit;
}

.ipad-site-wrapper .ipad-menu .col-group {
  height: 210px;
  z-index: 2;
}

.ipad-site-wrapper .ipad-menu .tab-circle1 .video-wrapper,.ipad-site-wrapper .ipad-menu .tab-circle5 .video-wrapper {
  margin-top: -20px;
  background-color: #fff;
}

.ipad-site-wrapper .ipad-menu .tab-circle1 #Stage6 {
  margin-top: -80px;
}

.ipad-site-wrapper .ipad-menu .tab-circle4 #Stage5 {
  margin-top: -48px;
}

.ipad-site-wrapper .ipad-menu #ipad-menu-close {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 23px;
  height: 23px;
  background: url(../img/mobilePage/icons.png) -119px -173px no-repeat;
  z-index: 13;
}

.content-section.expertise .container #ipad-rotate {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.content-section.expertise .container #indication-ipad {
  display: block;
  width: 78px;
  height: 88px;
  background: url(../img/mobilePage/icons-full.png) no-repeat -511px -200px;
  margin: 0 auto 3%;
}

.en .content-section.expertise .container #indication-ipad {
  background-position: -628px -200px;
}

.content-section.contact-form {
  padding-top: 80px;
  padding-bottom: 90px;
}

.content-section.agence {
  position: relative;
  z-index: 25;
  padding-top: 100px;
  padding-bottom: 7.5%;
  background: url(../img/mobilePage/bg-agence-start.jpg) right center no-repeat;
  background-size: cover;
}

.content-section .container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.prospection.content-section .container {max-width: 900px;}

.content-section.agence .container h1 {
  color: #fff;
  font: 64px gibsonsemibold,sans-serif;
  margin: 0 0 50px;
}

.content-section.agence .container h2 {
  color: #e84642;
  font: 47px journal,sans-serif;
  text-transform: lowercase;
  margin: 40px 0 30px;
}

.content-section.agence .container p {
  color: #fff;
  font: 23px/30px gibsonregular,sans-serif;
}

.content-section.agence .container .logo-vinivino {
  position: relative;
  display: block;
  width: 183px;
  height: 42px;
  background: url(../img/mobilePage/icons.png) -10px -279px no-repeat;
  margin: 85px auto 0;
}

.content-section.agence .container .team-list {
  list-style-type: none;
  padding: 5% 150px 0;
}

.content-section.agence .container .team-list li {
  float: left;
  width: 210px;
  margin-right: 230px;
  text-align: center;
}

.content-section.agence .container .team-list li.last {
  margin: 0;
}

.content-section.agence .container .team-list li img {
  display: block;
  clear: both;
  margin: 0 auto 32px;
}

.content-section.agence .container .team-list li span {
  color: #fff;
  font: 30px journal,sans-serif;
}

.content-section.experience {
  position: relative;
  padding-top: 72px;
  overflow: visible;
}

.content-section.experience .container h1 {
  margin-top: 12px;
  color: #fff;
  font: 47px gibsonsemibold,sans-serif;
  text-transform: lowercase;
}

.content-section.experience .indication-swiper {
  width: 98px;
  height: 52px;
  background: url(../img/mobilePage/icons-full.png) no-repeat -500px -22px;
  position: relative;
  top: 45px;
  margin: 0 auto 5%;
}

.content-section.experience .indication-swiper.mobile {
  background-position: -500px -100px;
}

.en .content-section.experience .indication-swiper {
  background-position: -628px -22px;
}

.en .content-section.experience .indication-swiper.mobile {
  background-position: -628px -100px;
}

.content-section.experience .timeline {
  list-style-type: none;
}

.content-section.experience .timeline li {
  float: left;
  position: relative;
  z-index: 2;
}

.content-section.experience .timeline li span {
  position: absolute;
  color: #000;
  font: 32px/27px journal,sans-serif;
}

.content-section.experience .timeline .timelaps-1 span {
  top: 64px;
  right: 82px;
}

.content-section.experience .timeline .timelaps-2 span {
  top: 75px;
  right: 77px;
}

.content-section.experience .timeline .timelaps-3 {
  margin-right: 95px;
}

.content-section.experience .timeline .timelaps-3 span {
  top: 80px;
  left: 55px;
}

.content-section.experience .timeline .timelaps-4 {
  margin-right: 140px;
}

.content-section.experience .timeline .timelaps-4 img {
  margin-top: -58px;
}

.content-section.experience .timeline .timelaps-4 span {
  top: 38px;
  right: 45px;
}

.content-section.experience .timeline .timelaps-5 {
  margin-right: 133px;
}

.content-section.experience .timeline .timelaps-5 span {
  bottom: 60px;
  right: 50px;
}

.content-section.experience .timeline .timelaps-6 img {
  margin-top: -37px;
}

.content-section.experience .timeline .timelaps-6 span {
  top: 60px;
  right: 55px;
}

.content-section.experience .timeline .timelaps-7 span {
  top: 139px;
  right: 55px;
}

.content-section.experience .timeline .timelaps-8 img {
  margin-top: -15px;
}

.content-section.experience .timeline-years {
  position: absolute;
  bottom: -80px;
  left: -10px;
  z-index: 0;
}

.content-section.experience .timeline-years span {
  color: #da8101;
  font: 211px gibsonbold,sans-serif;
  white-space: nowrap;
}

.content-section.about-us {
  padding-top: 85px;
  padding-bottom: 5%;
  background: url(../img/mobilePage/bg-agence-about-us.jpg) top center no-repeat;
  background-size: cover;
}

.lt-ie9 .content-section.about-us {
  padding-bottom: 2%;
}

.content-section.about-us .container h1 {
  color: #fff;
  font: 64px gibsonsemibold,sans-serif;
  text-transform: lowercase;
  text-align: center;
  margin: 0 0 60px;
}

.content-section.about-us .container p {
  color: #fff;
  font: 23px/32px gibsonregular,sans-serif;
}

.content-section.clients {
  background: #fff;
  padding: 4% 0 10%;
}

.content-section.clients .container h1 {
  color: #000;
  font: 64px gibsonsemibold,sans-serif;
  text-align: center;
}

.content-section.clients .container p {
  color: #313131;
  font: 23px/32px gibsonregular,sans-serif;
}

.content-section.clients .container .img-wrapper {
  width: 1280px;
  height: 775px;
  margin: 0 auto;
}

.content-section.clients .container img {
  display: block;
  position: relative;
  left: -10%;
  width: 100%;
  margin: 45px auto 0;
}

.content-section.carrieres {
  padding-bottom: 10%;
  padding-top: 7%;
}

.content-section.carrieres .text-wrapper {
  list-style-type: none;
  width: 100%;
  height: auto;
  padding: 185px 0 0;
}

.content-section.carrieres .text-wrapper li h1 {
  text-transform: lowercase;
  color: #fff;
  font: 79px gibsonsemibold,sans-serif;
  line-height: 97px;
  margin: 0;
}

.content-section.carrieres .heading h3.job-title {
  color: #ff9d10;
  cursor: pointer;
}

.content-section.carrieres .heading h3 {
  text-transform: none;
}

.content-section.carrieres .heading .content p,.content-section.carrieres .heading .list,p a {
  font: 16px gibsonregular,sans-serif;
}

.content-section.carrieres .intro {
  margin-bottom: 50px;
}

.content-section.carrieres .heading .content p,.content-section.carrieres .heading .list,.content-section.carrieres .intro p {
  color: #fff;
  font: 23px gibsonregular,sans-serif;
}

.content-section.carrieres .heading .content p {
  margin-bottom: 80px;
}

.content-section.carrieres .heading .content .list {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

.content-section.carrieres .heading .content p a {
  color: #ff9d10;
  text-decoration: none;
  font: 23px gibsonregular,sans-serif;
}

.content-section.carrieres .heading .content p a:hover {
  text-decoration: none;
  color: #fff;
}

.content-section.ecommerce {
  background: #fff;
  padding: 100px 0 50px;
}

.content-section.ecommerce .container>h1 {letter-spacing: 0.2em}

.content-section.ecommerce .container .column li {
  list-style: none;
  display: block;
  height: 140px;
  padding: 0 5px 40px;
}

.content-section.ecommerce .container .column ul img {
  display: block;
  float: left;
}

.content-section .container .column ul p {margin-left: 90px;}

.content-section .container .column ul p strong {font-family: "gibsonsemibold";text-transform: uppercase; font-size: 1em;}

.content-section.ecommerce-expertise {
  height: 795px;
  background: url(../img/slide/bg-ecommere-expertise.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
}

.content-section.ecommerce-expertise .container>h1 {margin-top: 100px;letter-spacing: 0.2em;}

.content-section.ecommerce-magento {
  background: #31302b;
  color: #fff;
  padding-bottom: 120px;
}

.content-section.ecommerce-magento .container>img {
  display: block;
  margin: 125px auto 0;
}

.content-section.ecommerce-magento .container>h1 {margin-top: 73px;letter-spacing: 0.2em;}
.content-section.ecommerce-magento .container p { margin-top: 40px;margin-left: auto;margin-right: auto;}

.content-section.ecommerce-magento .container p.titre-ul {
  margin-top: 80px;
}

.content-section.ecommerce-magento .container .column.right {
  float: right;
  max-width: 480px;
  width: 50%;
}

.content-section.ecommerce-magento .container li {font-family: 'EB Garamond', serif;list-style: square url(../img/slide/puce-magento.gif);margin-bottom: 15px; font-size: 18px;text-align: left; padding-left: 10%;}

.content-section.ecommerce-magento .container .column.left ul {
  padding-left: 100px;
}

.content-section.ecommerce-magento .container .column.right ul {
  padding-left: 75px;
}

.content-section.ecommerce-magentologos {
  height: 240px;
  background: url(../img/slide/bg-ecommerce-magentologos.png) top center no-repeat;
  background-size: cover;
  color: #fff;
}

.content-section.ecommerce-magentologos .container>h1 {text-align: center;margin-top: 85px;letter-spacing: 0.2em;}
.content-section.ecommerce-conclusion .container>h1 {text-align: center;margin-top: 100px;letter-spacing: 0.2em;}

.content-section.ecommerce-conclusion .container .onglet img {
  float: left;
  display: block;
  margin-right: 15px;
}

.content-section.ecommerce-conclusion .container .onglet p {margin: 0;line-height: 1.2em;}

.content-section.ecommerce-conclusion .container .onglet.chiffre-affaires {
  float: left;
  width: 250px;
}

.content-section.ecommerce-conclusion .container .onglet.transactions {
  width: 315px;
  margin: 0 auto;
}

.content-section.ecommerce-conclusion .container .onglet.marges-profit {
  float: right;
  width: 185px;
}

.content-section.ecommerce-conclusion .container p.notice {color: #515151;margin-top: 100px;}

.content-section.mobileUtilisation {
  height: 1659px;
  background: url(../img/mobilePage/bg-mobile-utilisation.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
}

.content-section.mobilePage {
  height: 850px;
}

.content-section.mobilePage .container>h1 {margin-top: 150px; margin-bottom: 70px;letter-spacing: 0.2em}
.content-section.mobilePage .container .onglet h2 {font-size: 20px;text-transform: uppercase;}

.content-section.mobilePage .container .onglet img {
  display: block;
  margin: 50px auto;
}

.content-section.mobilePage .container .onglet p {margin: 0;min-height: 11em}

.content-section.mobilePage .container .onglet.phone {
  float: left;
  width: 250px;
  text-align: center;
  margin-right: 105px;
}

.content-section.mobilePage .container .onglet.desktop {
  float: left;
  width: 250px;
  text-align: center;
  padding-top: 1px;
  margin: 0 105px 0 auto;
}

.content-section.mobilePage .container .onglet.tablet {
  float: left;
  width: 250px;
  text-align: center;
}

.content-section.mobilePage .container .onglet.desktop img {
  margin-top: 40px;
}

.content-section.mobilePage .container .onglet.tablet img {
  margin-top: 45px;
}

.content-section.mobilePage-graphLogo {
  height: 809px;
}

.content-section.mobilePage-graphLogo .container>h1 {margin-top: 100px;padding: 0 80px;letter-spacing: 0.2em}

.content-section.mobilePage-graphLogo .container>img {
  display: block;
  margin: 50px auto 0;
}

.content-section.mobilePage-graphLogo .container p.notice {margin-top: 30px;margin-bottom: 120px;font-style: italic;  max-width: 100%;}

.content-section.mobilePage-devices {
  height: 995px;
  background: url(../img/mobilePage/bg-mobile-devices.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
}

.content-section.mobilePage-devices .contentMobile p {margin-bottom: 40px;padding: 0 20px; margin-left: auto;margin-right: auto;display: block;}
.content-section.mobilePage-devices .container .column .imagesDevices {width: 229px;margin: 15% auto;}

.content-section.mobilePage-devices .container .devicesLogoWhite .column.left {
  float: left;
  max-width: 480px;
  width: 50%;
  height: 85px;
  margin: 55px auto 0;
}

.content-section.mobilePage-devices .container .devicesLogoWhite .column.right {
  float: right;
  max-width: 480px;
  width: 50%;
  height: 100px;
  margin: 40px auto 0;
}

.content-section.mobilePage-devices .container .devicesLogoWhite .column .imagesDevices {
  width: 450px;
  margin: auto;
}

.content-section.mobilePage-conclusion .container li h2 {text-transform: uppercase;float: left;margin-right: 30px;text-align: left;font-size: 22px;color: #777;}

.content-section.mobilePage-conclusion .container ul {
  list-style: none;
  padding: 0;
}

.content-section.mobilePage-conclusion .container li {
  padding-bottom: 50px;
  cursor: pointer;
  color: #777;
}

.content-section.mobilePage-conclusion .container li p {text-align: left;margin-left: 0px;}

.content-section.mobilePage-conclusion .container .column.right .phoneAnimation {
  width: 298px;
  height: 562px;
  position: relative;
  margin: auto;
}

.content-section.mobilePage-conclusion .container .column.right .phoneAnimation .background {
  position: absolute;
  top: 0;
  left: 0;
}

.content-section.mobilePage-conclusion .container .column.right .phoneAnimation .menuicon {
  position: absolute;
  top: 135px;
  left: 226px;
}

.content-section.mobilePage-conclusion .container .column.right .phoneAnimation .case-head {
  position: absolute;
  top: 82px;
  left: 37px;
  display: block;
}

.content-section.mobilePage-conclusion .container .column.right .phoneAnimation .phonecontainer {
  position: absolute;
  left: 37px;
  top: 172px;
  width: 225px;
  height: 308px;
  overflow: hidden;
}

.content-section.mobilePage-conclusion .container .column.right .phoneAnimation .phonecontainer .case {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  display: block;
}

.content-section.mobilePage-conclusion .container .column.right .phoneAnimation .invisible {
  opacity: 0!important;
}

.content-section.mobilePage-conclusion .container .column.left {
  float: left;
  max-width: 480px;
  width: 50%;
  margin: 50px 0;
}

.content-section.mobilePage-conclusion .container .column.right {
  float: right;
  max-width: 480px;
  width: 50%;
  margin: 50px 0;
}

.content-section.mobilePage-conclusion .container .rebond h2 {color: #000;text-transform: uppercase;margin-right: 30px;font-size: 24px;}

.content-section.mobilePage-conclusion .container .rebond img {
  float: left;
  margin-right: 50px;
  margin-left: 100px;
}

.content-section.mobilePage-conclusion .container .rebond p {padding-top: 50px;margin: auto;}

.content-section.mobilePage-conclusion .container .rebond {
  margin-bottom: 200px;
}

.top-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../img/mobilePage/top-shadow.png) repeat-x;
  z-index: 5;
}

.bottom-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../img/mobilePage/bottom-shadow.png) repeat-x;
  z-index: 5;
}

.content-section .call-to-action a {
  font: 18px gibsonsemibold,sans-serif;
}

.content-section .call-to-action a.details {
  padding: 7px 0 0 16px;
}

.content-section .call-to-action a.arrow-projet {
  width: 60px;
  height: 60px;
  background: url(../img/mobilePage/arrow.png) no-repeat -10px -10px;
}

.content-section .call-to-action:hover a.arrow-projet {
  background-position: -140px -10px;
}

#case-studies-container {
  min-height: 500px;
}

.content-section.case-studies .container {
  position: relative;
  overflow: visible;
}

.content-section.case-studies .text-wrapper {
  margin-top: 10%;
  list-style: none;
  padding: 0 10px;
}

.content-section.case-studies .text-wrapper li h1,h2 {
  color: #fff;
  text-transform: lowercase;
  margin: 0;
}

.content-section.case-studies .text-wrapper li h1 {
  font: 49px gibsonsemibold,sans-serif;
  line-height: 54px;
}

.content-section.case-studies .text-wrapper li h2 {
  font: 26px gibsonregular,sans-serif;
  text-transform: none;
}

.content-section.case-studies .content .call-to-action {
  width: 100%;
  position: relative;
}

.content-section.case-studies .content .call-to-action a.details .title {
  font: 14px gibsonregular,sans-serif;
  text-transform: uppercase;
}

.content-section.case-studies.mobile {
  background: url(../img/mobilePage/homepage/case-mobile.jpg) no-repeat center center scroll;
  background-size: cover;
  height: 100%;
}

.content-section.case-studies.mobile .call-to-action {
  position: relative;
  height: 100%;
}

.content-section.case-studies.mobile .call-to-action a {
  color: #fff;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.content-section.trekfit {
  background: url(../img/mobilePage/homepage/case-trekfit.jpg) no-repeat center center scroll;
  background-size: cover;
}

.content-section.trekfit #iphone-frame {
  background: url(../img/mobilePage/homepage/trekfit/iPhone-white-portrait-big.png) no-repeat;
  width: 998px;
  height: 566px;
  position: absolute;
  top: 155px;
  left: 291px;
  z-index: 5;
}

.content-section.trekfit #iphone-frame .iphone-video-container {
  width: 500px;
  height: 280px;
  position: relative;
  left: 168px;
  top: 111px;
}

.content-section.trekfit .content .call-to-action {
  top: 448px;
  margin-left: 68%;
  z-index: 20;
}

.content-section.trekfit .content .call-to-action:hover a {
  color: #a60101;
}

.content-section.trekfit .content .call-to-action a.arrow-projet {
  background-position: -10px -150px;
}

.content-section.trekfit .content .call-to-action:hover a.arrow-projet {
  background-position: -140px -150px;
}

.content-section.acces {
  background: #fff url(../img/mobilePage/homepage/case-acces.jpg) no-repeat center top;
}

.content-section.acces .content #lightning {
  height: 80px;
  width: 80px;
  position: absolute;
  left: 45%;
  top: 85px;
}

.content-section.acces .content #lightning .rotate {
  transform: rotate(1080deg);
  -ms-transform: rotate(1080deg);
  -webkit-transform: rotate(1080deg);
  -moz-transform: rotate(1080deg);
}

.content-section.acces .content #walky-talky {
  margin: 35px 116px 0 0;
}

.content-section.acces .content .call-to-action {
  top: 448px;
  margin-left: 25%;
}

.content-section.acces .content .call-to-action a,.content-section.acces .text-wrapper li h2 {
  color: #ee3b33;
}

.content-section.acces .content .call-to-action:hover a {
  color: #ff0b00;
}

.content-section.acces .content .call-to-action .arrow-projet {
  background-position: -10px -80px;
}

.content-section.acces .content .call-to-action:hover a.arrow-projet {
  background-position: -140px -80px;
}

.content-section.eb5 {
  background: #fff url(../img/mobilePage/homepage/case-eb5.jpg) no-repeat center center scroll;
  background-size: cover;
}

.content-section.eb5 #helice-eb5 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/mobilePage/homepage/eb5/helice.png) no-repeat center center scroll;
  background-size: cover;
}

.content-section.eb5 .content .call-to-action {
  top: 305px;
  margin-left: 65%;
}

.content-section.eb5 .content .call-to-action a,.content-section.eb5 .text-wrapper li h2 {
  color: #448c73;
}

.content-section.eb5 .content .call-to-action:hover a {
  color: #135f45;
}

.content-section.eb5 .content .call-to-action a.arrow-projet {
  background-position: -10px -220px;
}

.content-section.eb5 .content .call-to-action:hover a.arrow-projet {
  background-position: -140px -220px;
}

.content-section.hardy_normand {
  background: #002954 url(../img/mobilePage/homepage/case-hardynormand.jpg) no-repeat center center scroll;
  background-size: cover;
}

.content-section.hardy_normand .content .call-to-action {
  top: 180px;
  margin-left: 50%;
}

.content-section.hardy_normand .content .call-to-action a,.content-section.hardy_normand .text-wrapper li h2 {
  color: #fd772f;
}

.content-section.hardy_normand .content .call-to-action a.arrow-projet {
  background-position: -10px -290px;
}

.content-section.hardy_normand .content .call-to-action:hover a.arrow-projet {
  background-position: -140px -290px;
}

.content-section.kinova {
  background: #fff;
}

.content-section.kinova .content #kinova-arm {
  position: absolute;
  max-width: 948px!important;
  max-height: 448px!important;
  overflow: hidden!important;
}

.real-preloader,.reel-indicator {
  display: none!important;
  height: 0!important;
}

.content-section.kinova .content .call-to-action {
  top: 525px;
  margin-left: 40%;
}

.content-section.kinova .content .call-to-action a,.content-section.kinova .text-wrapper li h2 {
  color: #00a4e4;
}

.content-section.kinova .content .call-to-action a.arrow-projet {
  background-position: -10px -360px;
}

.content-section.kinova .content .call-to-action:hover a.arrow-projet {
  background-position: -140px -360px;
}

.content-section.sharks {
  background: url(../img/mobilePage/homepage/case-sharks.jpg) no-repeat center center scroll;
  background-size: cover;
}

.content-section.sharks .text-wrapper li h1 {
  color: #e11e29;
}

.content-section.sharks .content .call-to-action {
  top: 425px;
  margin-left: 40%;
  overflow: hidden;
}

.content-section.sharks .content .call-to-action a.arrow-projet {
  background-position: -10px -430px;
}

.content-section.sharks .content .call-to-action:hover a.arrow-projet {
  background-position: -140px -430px;
}

.content-section .content .call-to-action.lien-expertise {
  top: 465px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto!important;
}

.content-section.case-studies #video-layer-trekfit img,.content-section.trekfit img.poster {
  height: 280px;
  width: 498px;
}

.lt-ie9 .content-section.trekfit {
  background: url(../img/mobilePage/homepage/case-trekfit.jpg) no-repeat center top;
}

.lt-ie9 .content-section.eb5 {
  background: #fff url(../img/mobilePage/homepage/case-eb5.jpg) no-repeat center top;
}

.lt-ie9 .content-section.hardy_normand {
  background: #002954 url(../img/mobilePage/homepage/case-hardynormand.jpg) no-repeat center top;
}

div#menu {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
}

div#menu.android {
  top: -100%;
  height: 100%;
}

.android_open {
  -webkit-transform: translateY(100%);
  -moz-transform: translate(0px,0);
  -o-transform: translate(0px,0);
  -ms-transform: translate(0px,0);
}

.android_close {
  -webkit-transform: translateY(-100%);
  -moz-transform: translate(0px,-100%);
  -o-transform: translate(0px,-100%);
  -ms-transform: translate(0px,-100%);
}

div#menu.expand {
  height: 101%;
}

div#menu.collapse {
  height: 0;
}

div#menu div#logo {
  float: left;
  width: 180px;
  height: 47px;
  background: url(../img/mobilePage/icons.png) -20px -20px no-repeat;
  margin: 23px 0 0 46px;
}

div#logo-permanent {
  position: fixed;
  width: 180px;
  height: 47px;
  background: url(../img/mobilePage/icons.png) -10px -212px no-repeat;
  z-index: 500;
  margin: 22px 0 0 45px;
}

div#menu-icon {
  position: fixed;
  top: 20px;
  right: 40px;
  width: 52px;
  height: 52px;
  z-index: 50;
  background: rgba(0,0,0,.3);
  overflow: hidden;
  cursor: pointer;
}

div#menu-icon .bloc {
  position: absolute;
  width: 52px;
  height: 52px;
  right: 0;
  background: url(../img/mobilePage/menu-icon-big.png) no-repeat center center;
}

div#menu-icon span {
  position: absolute;
  right: 100px;
  font: 13px/54px gibsonsemibold,sans-serif;
  text-transform: uppercase;
  color: #fff;
}

div#menu-icon.open,div#menu-icon:hover {
  width: 103px;
  background: rgba(0,0,0,.5);
}

div#menu-icon.open span,div#menu-icon:hover span {
  right: 52px;
}

div#menu-touch-zone {
  position: fixed;
  top: 20px;
  right: 40px;
  width: 52px;
  height: 52px;
  z-index: 100;
}

div#ipad-menu-close button,div#menu-close button,div#menu-icon button {
  position: relative;
  z-index: 15;
  border: none;
  background: 0 0;
  outline: 0;
}

div#menu-close {
  position: absolute;
  top: 35px;
  right: 55px;
  width: 23px;
  height: 23px;
  background: url(../img/mobilePage/icons.png) -10px -169px no-repeat;
}

div#menu-close-touch-zone {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 82px;
  height: 82px;
  z-index: 100;
}

#menu nav {
  width: 325px;
  margin: 0 auto;
}

#menu nav ul#navigation {
  list-style-type: none;
  padding: 0;
}

ul#navigation li {
  float: left;
  margin-top: 13%;
  width: 100%;
  clear: both;
  color: #c2bb8f;
  font: 75px gibsonsemibold,sans-serif;
  text-align: center;
  text-transform: lowercase;
}

ul#navigation li.first {
  margin-top: 12%;
}

ul#navigation li.last {
  margin-bottom: 13%;
}

ul#navigation li.submenu {
  position: relative;
  margin-bottom: 12%;
}

ul#navigation ul.sub {
  position: absolute;
  width: 200%;
  left: -50%;
  text-align: center;
  margin: 10px 0 0;
  padding: 0!important;
}

ul#navigation ul.sub li {
  font-size: 32px;
  display: inline;
  clear: none;
  margin: 0 auto;
}

ul#navigation ul.sub li a {
  padding: 0 15px;
}

hr.separator {
  width: 91%;
  border: 0;
  background: #53503f;
  clear: both;
  height: 1px;
  margin: 16px auto;
}

div.social-media {
  margin: 0;
  padding: 50px 0 0;
}

div.social-media a {
  float: left;
  width: 108px;
  height: 46px;
  cursor: pointer;
  margin: 0;
}

.addthis_button_facebook_follow {
  background: 31px -19px url(../img/mobilePage/icons-social.png) no-repeat;
}

.addthis_button_facebook_follow:hover {
  background: 31px -168px url(../img/mobilePage/icons-social.png) no-repeat;
}

.addthis_button_google_follow {
  background: -81px -19px url(../img/mobilePage/icons-social.png) no-repeat;
}

.addthis_button_google_follow:hover {
  background: -81px -168px url(../img/mobilePage/icons-social.png) no-repeat;
}

.addthis_button_linkedin_follow {
  background: -196px -18px url(../img/mobilePage/icons-social.png) no-repeat;
}

.addthis_button_linkedin_follow:hover {
  background: -196px -168px url(../img/mobilePage/icons-social.png) no-repeat;
}

.switch-language {
  margin-top: 20px;
  text-align: center;
}

.switch-language span a,.switch-language span a:visited {
  color: #c2bb8f;
  font: 38px gibsonsemibold,sans-serif;
  text-transform: lowercase;
}

#wrapper-home {
  height: 200%;
}

#home-index {
  height: 50%;
  overflow: hidden;
}

#home-projects {
  height: 50%;
  position: relative;
  z-index: 501;
}

.home-bloc {
  position: relative;
  float: left;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(\A src='images/logo.gif', \A sizingMethod='scale')";
}

.home-bloc .logo-container {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
}

#home-bloc-1,#home-bloc-2 {
  height: 50%;
  width: 50%;
}

#home-bloc-3,#home-bloc-4,#home-bloc-5,#home-bloc-6 {
  height: 50%;
  width: 25%;
}

#home-bloc-1 {
  background: url(../hype/tc-home-poster.jpg) no-repeat center;
  background-size: cover;
}

#home-bloc-2 {
  background: url(../hype/buzztroop_sharks-poster.jpg) no-repeat center;
  background-size: cover;
}

#home-bloc-3 {
  background: url(../hype/kinova-poster.jpg) no-repeat center;
  background-size: cover;
}

#home-bloc-4 {
  background: url(../img/mobilePage/home-trekfit-poster.jpg) no-repeat center;
  background-size: cover;
}

#home-bloc-5 {
  background: url(../hype/home-biseb5.jpg) no-repeat center;
  background-size: cover;
}

#home-bloc-6 {
  background: url(../img/mobilePage/home-contact-poster.jpg) no-repeat center;
  background-size: cover;
}

#home-bloc-1 .logo-container {
  background-image: url(../img/mobilePage/home-logo-tc.png);
  background-size: 30%;
}

#home-bloc-2 .logo-container {
  background-image: url(../img/mobilePage/home-logo-sharks.png);
  background-size: 55%;
}

#home-bloc-3 .logo-container {
  background-image: url(../img/mobilePage/home-logo-kinova.png);
  background-size: 95%;
}

#home-bloc-4 .logo-container {
  background-image: url(../img/mobilePage/home-logo-trekfit.png);
  background-size: 180%;
}

#home-bloc-5 .logo-container {
  background-image: url(../img/mobilePage/home-logo-bis.png);
  background-size: 65%;
}

.HYPE_element {
  font-family: gibsonregular,sans-serif!important;
}

div#alert {
  position: fixed;
  background: #000;
  top: 25%;
  width: 100%;
  height: 320px;
  z-index: 1000;
}

div#alert div#alert-close {
  position: absolute;
  top: 2%;
  right: 2%;
}

div#alert div#alert-close a:hover {
  background: url(img/mobilePage/icn-close.png) no-repeat;
}

div#alert div#punch-line {
  position: relative;
  width: 850px;
}

ul.home-slideshow {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.home-slideshow li {
  width: 100%;
  height: 820px;
  text-align: center;
}

h2,ul.home-slideshow li h1 {
  font-family: gibsonsemibold,sans-serif;
  text-transform: lowercase;
  margin: 0;
}

ul.home-slideshow li h1 {
  color: #fff;
  font-size: 79px;
  line-height: 97px;
}

ul.home-slideshow li h2 {
  color: #ff9d10;
  font-size: 23px;
  padding-top: 260px;
}

ul.home-slideshow li.slide1 {
  background: url(../img/mobilePage/home/bg-home.jpg) center no-repeat;
}

.arrow {
  opacity: .5;
}

.dirText {
  font: 36px journal,sans-serif;
  color: #FFF;
  opacity: 1;
}

.control {
  position: absolute;
  cursor: pointer;
  width: 225px;
  z-index: 150;
  padding: 70px 0 20px;
}

#bottomControl #bottomArrow {
  position: relative;
  z-index: 2;
  bottom: 0;
}

#bottomControl:hover #bottomArrow {
  bottom: 0;
}

#bottomControl #bottomText {
  opacity: 0;
  padding-bottom: 25px;
}

#bottomControl .bande {
  background: #000;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: -70px;
  z-index: 1;
  opacity: 0;
}

#bottomControl:hover .bande {
  bottom: 0;
  opacity: .5;
}

div#footer {
  position: fixed;
  bottom: -80px;
  width: 100%;
  height: 100px;
  background: #000;
  color: #c2bb8f;
  font-family: gibsonregular,sans-serif;
  font-size: 14px;
  z-index: 9999;
}

div#footer .content-section .call-to-action .centered ul {
  clear: left;
  float: left;
  list-style: none;
  position: relative;
  left: 50%;
  text-align: center;
  margin: 0;
  padding: 0;
}

div#footer .content-section .call-to-action .centered ul li {
  display: block;
  float: left;
  list-style: none;
  position: relative;
  right: 50%;
  margin: 0;
  padding: 2px 0 0;
}

div#footer .content-section .call-to-action .centered ul li.text {
  margin-top: 2px;
}

div#footer .content-section .call-to-action a {
  font: 35px journal,sans-serif;
  line-height: inherit;
}

div#footer .content-section .call-to-action a.details {
  padding: 0;
}

.footer-visible {
  bottom: 0!important;
  opacity: .95;
}

.footer-hidden {
  bottom: -80px!important;
  opacity: 0;
}

.contact-form {
  float: left;
  width: 100%;
}

.contact-form h2 {text-transform: uppercase;font-size: 28px;}

.contact-form label,.contact-form p {
  color: #fff;
  display: inline;
  font: 23px gibsonregular,sans-serif;
}

.contact-form #sub-cap-wrapper {
  position: relative;
  width: 100%;
  height: 112px;
  padding: 11px 0;
}

.contact-form .captcha-wrapper {
  float: left;
  margin-top: 58px;
  display: none;
  width: 100%;
}

.contact-form .captcha-wrapper .paddingTop {
  padding-top: 20px;
}

.contact-form .captcha-wrapper span {
  margin: 0 40px;
}

.contact-form label {
  font: 26px gibsonitalic,sans-serif;
}

.contact-form input[type=email],.contact-form input[type=text] { margin-top: 70px!important; margin-bottom: 5px!important; width: 90%;color: rgba(128, 128, 128, 0.7); font: 23px gibsonitalic,sans-serif;border-radius: 0;border-top: 1px solid #A7ABC3; border-left: 1px solid #A7ABC3; padding: 15px 10px!important;}
#contact-form .input-label-wrapper {padding-bottom: 0;}

.contact-form input#name {
  margin-right: 40px;
}

.contact-form input#validate {width: 100px;  margin: 6px 25px 0 0!important;padding: 15px 5%!important;}

.contact-form .submit-wrapper {
  float: left;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -93px;
  width: 186px;
}

.contact-form button[type=submit] {margin-top: 28px; width: 186px; height: 71px;background: #252525; color: #ffdaa5;font: 27px gibsonsemibold,sans-serif;text-transform: lowercase;  border: none;outline: 0;}

.contact-form button[type=submit]:hover {
  background: #000;
}

.contact-form button[type=submit] .loader {
  display: none;
  width: 48px;
  height: 48px;
  background: url(../img/mobilePage/loading.gif) center no-repeat;
  margin: -7px auto 0;
}

.contact-form textarea { width: 95%; max-width: 100%; resize: none; color: rgba(128, 128, 128, 0.7); font: 23px gibsonitalic,sans-serif; border-radius: 0; border-top: 1px solid #A7ABC3; border-left: 1px solid #A7ABC3; margin: 0 0 5px; padding: 20px 12px!important;}
.contact-form .input-label-wrapper {margin-bottom: 0; height: auto;}
#contact-form input, #contact-form textarea { padding: 20px 5%!important; margin-top: 15px!important; margin-right: 0!important;}

.contact-form .input-label-wrapper.textarea {
  height: 275px;
}

.contact-form .error {
  color: #FF0909;
  font-size: 17px;
}

.contact-form .error .hidden {
  display: none;
  opacity: 0;
}

.contact-form .error .visible {
  display: inline;
  opacity: 1;
}

.content-section.contact-mobile .container {
  padding: 10% 25px 0;
}

.content-section.contact-mobile .col-left {
  float: left;
  width: 60%;
}

.content-section.contact-mobile .col-right {
  float: right;
  width: 40%;
  padding-top: 9%;
}

.content-section.contact-mobile h2 {
  color: #fff;
  font: 47px gibsonsemibold,sans-serif;
  text-transform: lowercase;
  text-align: center;
}

.content-section.contact-mobile h1 {
  color: #fff;
  font: 48px gibsonsemibold,sans-serif;
  text-transform: lowercase;
  margin: 0 0 3px;
}

.content-section.contact-mobile p {
  color: #fff;
  font: 36px/55px gibsonregular,sans-serif;
  display: inline;
}

.content-section.contact-mobile .directions a {
  color: #fff;
  font: 34px/55px gibsonsemibold,sans-serif;
  display: inline;
}

.content-section.contact-mobile a {
  color: #ff9d10;
  font: 34px gibsonsemibold,sans-serif;
  text-decoration: none;
}

.content-section.contact-mobile a.btn-contact {
  display: block;
  width: 100px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  float: left;
  margin: 10px 0;
}

.map-section {
  float: left;
  position: relative;
  width: 100%;
  height: 648px;
  max-height: 648px;
}

.map-canvas {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
}

.footer-section {
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.footer-section .container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.footer-section .container .col-left,.footer-section .container .col-right {
  float: left;
  width: 50%;
  padding: 145px 0;
}

.footer-section .container .col-right {
  padding-top: 148px;
}

.footer-section h1 {
  color: #ff9d10;
  font: 48px gibsonsemibold,sans-serif;
  text-transform: lowercase;
  margin: 0 0 3px;
}

.footer-section p {
  color: #000;
  font: 36px/55px gibsonregular,sans-serif;
  display: inline;
}

.footer-section a {
  color: #ff9d10;
  font: 36px gibsonregular,sans-serif;
  text-decoration: none;
}

.footer-section a.link-carriere {
  display: block;
  font-size: 24px;
  line-height: inherit;
}

.col-group {
  position: relative;
  overflow: hidden;
}

.col.one-third-column {
  width: 32%;
  max-width: 32px;
}

.col.half-column {width: 48%;float: left;padding: 0 1%;}

.content-section.portfolio #slides-container {
  padding-bottom: 0;
  height: auto;
  overflow: hidden;
}

.content-section.portfolio .slide {
  float: left;
  clear: both;
  width: 100%;
}

.content-section.portfolio #slides-container .slide.tier img.slide-logo {
  display: block;
  position: absolute;
  top: 25%;
  width: 100%;
  left: 11%;
  max-width: 78%;
}

.content-section.portfolio #slides-container .slide .uniquePorfolio {
  margin: 0;
  text-align: center;
  padding: 175px 5%;
  color: #fff;
  font-family: gibsonsemibold,sans-serif;
  font-size: 36px;
}

.content-section.portfolio #slides-container .slide .projetPorfolioText {
  display: block;
  text-align: left;
  padding-top: 40px;
  color: #fff;
  font-family: gibsonsemibold,sans-serif;
  font-size: 23px;
}

.content-section.portfolio #slides-container .slide.half img.slide-logo {
  display: block;
  position: absolute;
  top: 25%;
  width: 100%;
  left: 24%;
  max-width: 52%;
}

.content-section.portfolio #slides-container .slide.full img.slide-logo {
  display: block;
  position: absolute;
  top: 25%;
  width: 100%;
  left: 37%;
  max-width: 26%;
}

.content-section.portfolio #slides-container .slide .button {
  position: absolute;
  bottom: 0;
  opacity: 0;
  background: 0 0;
  width: 100%;
  text-align: center;
}

.content-section.portfolio #slides-container .slide .button a {
  text-transform: uppercase;
  background-color: rgba(255,255,255,1);
  color: #df8503;
  border: 1px solid #fff;
  padding: 2px 25px;
  font-family: gibsonregular,sans-serif!important;
  font-size: 14px;
  display: inline-block;
}

.content-section.portfolio #slides-container .slide p.punch-line {
  color: #fff;
  font: 20px gibsonregular,sans-serif;
  text-transform: lowercase;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15.5%;
  margin: 0;
}

.content-section.portfolio #slides-container .slide div.call-to-action {
  position: absolute;
  bottom: 70px;
  width: auto;
}

.content-section.portfolio h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

#ios-loading h3 {
  text-transform: lowercase!important;
}

.content-section.portfolio #slides-container .slide div.hover-ipad .call-to-action {
  width: 100%;
  text-align: center;
}

.content-section.portfolio #slides-container .slide div.hover-ipad .call-to-action>div {
  position: absolute;
  bottom: 10%;
  height: auto!important;
  width: 100%;
}

.content-section.portfolio #slides-container .slide div.hover {
  background-color: rgba(14,14,14,.6);
}

.content-section.portfolio #slides-container .slide div.hover a {
  display: block;
  width: 100%;
  height: 100%;
}

.content-section.portfolio #slides-container .slide:hover div.hover {
  background-color: rgba(0,0,0,0);
}

.lt-ie9 .content-section.portfolio #slides-container .slide div.hover {
  background: url(../img/mobilePage/portfolio/bg-hover.png);
}

.lt-ie9 .content-section.portfolio #slides-container .slide:hover div.hover {
  background: 0 0;
}

.container.portfolio-cs {
  overflow: hidden;
  padding-bottom: 10%;
  background: #fff;
}

div.container-introduction div.content-introduction p.punch-line {
  color: #fff;
  font: 25px gibsonregular,sans-serif;
  text-transform: lowercase;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 13%;
  margin: 0;
}

div.container-description {
  position: relative;
  width: auto;
  max-height: 900px;
  max-width: 100%;
}

div.content-description {
  position: relative;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
}

div.content-description div.column {
  float: left;
  max-width: 50%;
  text-align: left;
  line-height: 32px;
  margin: auto;
}

div.content-description p {
  font: 20px/35px gibsonregular,sans-serif;
}

div.container-presentation {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
}

div.presentation-img {
  max-width: 1100px;
}

div#over-footer-band {
  position: relative;
  height: 100px;
  background: #df8503;
}

div.title {
  position: relative;
  width: 100%;
  font-family: gibsonsemibold,sans-serif;
  font-size: 27px;
  text-align: center;
  padding: 6.25% 0 2.0833333333333%;
}

div.sub-title {
  position: relative;
  width: 100%;
  font-family: gibsonregular,sans-serif;
  font-size: 20px;
  text-align: center;
}

div.title.last {
  margin-bottom: 160px;
}

div.title div.site-link {
  width: auto;
  height: 64px;
}

div.title div.site-link.home {
  position: relative;
  height: 30px;
  max-width: 430px;
  top: 32px;
}

div.site-link img {
  margin: -16px 0 0 30px;
}

div#site-arrow {
  width: 64px;
  height: 64px;
}

div.portfolio-cs .container-presentation .content-presentation .site-link.centered ul {
  clear: left;
  float: left;
  list-style: none;
  position: relative;
  left: 50%;
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
}

div.portfolio-cs .container-presentation .content-presentation .site-link.centered ul li {
  display: block;
  float: left;
  list-style: none;
  position: relative;
  right: 50%;
  margin: 0;
  padding: 0;
}

div.portfolio-cs .container-presentation .content-presentation .site-link.centered ul li.txt {
  padding: 15px 20px 15px 0;
}

div.portfolio-cs .container-presentation .content-presentation .site-link.centered ul li:hover div#site-arrow,div.portfolio-cs .container-presentation .content-presentation .site-link.centered ul:hover li div#site-arrow {
  margin-left: 20px;
}

div#site-arrow.home {
  background: -10px -62px url(../img/mobilePage/icons-arrows.png) no-repeat;
}

div.container-presentation div.presentation-img {
  position: relative;
  margin: 0 auto;
}

.no-padding {
  padding: 0!important;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.visuallyhidden {
  border: 0;
  clip: rect(0000);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0;
}

.clearfix:after,.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

100% {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

::-moz-selection,::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.ipad-site-wrapper .ipad-menu .video-wrapper,.relative {
  position: relative;
}

#bottomControl,.col.one-column,.content-section.cible .container div.info,.content-section.expertise .container #ipad-rotate img,.full-width,.map-section-ipad img {
  width: 100%;
}

#container-home,#video-container-sharks,.full-height {
  height: 100%;
}

.align-left,.col,.contact-form #error-captcha {
  float: left;
}

#bottomControl #bottomText.tablet,#bottomControl:hover #bottomText.index,.button:hover,.content-section.cible .img-animate #cone-shadow.endAnim,.content-section.cible .img-animate #mini-ipad.endAnim,.content-section.exp-integrees .img-animate.endAnim #left-phone #left-phone-screen,.content-section.portfolio #slides-container .slide:hover .button,.control:hover .arrow {
  opacity: 1;
}

.content-section.exp-integrees .img-animate.initAnim #left-phone #left-phone-screen,.content-section.portfolio #slides-container .slide:hover img.slide-logo {
  opacity: 0;
}

.content-section.portfolio #slides-container .slide.no-logo img.slide-logo,.content-section.portfolio #slides-container .slide.no-logo p.button,div.social-media a span {
  display: none!important;
}

.bg,.bg-top,.content-section.expertise .container #indication-ipad.hide-ipad,.content-section.expertise .container #ipad-frame.hide-ipad,.content-section.expertise .container #ipad-rotate.hide-ipad,.home-bloc .adress-container,.home-bloc .adress-container .show-mobile {
  display: none;
}

.content-section.expertise .container #ipad-frame .ipad-site-wrapper .img-wrapper,.lt-ie9 top-section {
  overflow: hidden;
}

.invisible,.lt-ie9 .content-section.portfolio #slides-container .slide .button,.lt-ie9 .content-section.portfolio #slides-container .slide:hover img.slide-logo {
  visibility: hidden;
}

.content-section.portfolio #slides-container .slide div.hover-ipad a,.ie #video-container-sharks {
  height: inherit;
}

.content-section.case-studies,.video-wrapper #video-intro,.video-wrapper #video-sharks {
  min-width: 100%;
  min-height: 100%;
}

#container-sharks,.overLayer {
  position: relative;
  z-index: 25;
}

.center,.content-section.agence h1,.content-section.agence h2,.content-section.carrieres .text-wrapper li,.content-section.case-studies .text-wrapper li,.content-section.cible h1,.content-section.cible h2,.content-section.ecommerce h1,.content-section.ecommerce h2,.content-section.exp-integrees h1,.content-section.exp-integrees h2,.content-section.experience .container h1,.content-section.experience .container h2,.content-section.expertise .container>h1,.content-section.expertise .container>h2,.content-section.opportunites h1,.content-section.opportunites h2,.top-section .text-wrapper li {
  text-align: center;
}

.content-section.ecommerce-expertise .container .column p strong,.content-section.mobilePage-devices .container .column p strong,.top-section.home .text-wrapper li h2 {font-family: gibsonsemibold,sans-serif;}

.top-section.ecommerce .text-wrapper,.top-section.mobilePage .text-wrapper {
  padding-top: 150px;
}

.top-section.ecommerce .text-wrapper li p,.top-section.mobilePage .text-wrapper li p {
  color: #fff;
  margin: 0 auto 35px;
}

.content-section.ecommerce .container>h2,.content-section.expertise .container>h2 {
  color: #e68801;
  font: 47px journal,sans-serif;
  text-transform: lowercase;
  letter-spacing: 1px;
  padding: 15px 0 10px;
}

.content-section.ecommerce .container>h2.titre-ipad,.content-section.expertise .container>h2.titre-ipad {
  padding: 45px 0 40px;
}

.content-section.ecommerce .container>p,.content-section.expertise .container>p {
  font: 23px gibsonregular,sans-serif;
  margin-bottom: 45px;
}

.en .content-section.cible .img-animate #cone-shadow,.en .content-section.cible .img-animate #graph,.en .content-section.cible .img-animate #mini-ipad,.en .content-section.exp-integrees .img-animate #fb-stats,.en .content-section.exp-integrees .img-animate #left-phone,.en .content-section.exp-integrees .img-animate #left-phone #left-phone-screen,.en .content-section.exp-integrees .img-animate #right-phone,.en .content-section.exp-integrees .img-animate #twitter-tendance,.en .content-section.opportunites .container div.figure #open-sign {
  background-image: url(../img/mobilePage/sprite-expertise-en.png);
}

.content-section.exp-integrees .container h2,.content-section.experience .container h2,.content-section.opportunites .container h2 {
  color: #fff;
  font: 47px journal,sans-serif;
  text-transform: lowercase;
}

.content-section.about-us .container p a,.content-section.opportunites .container p a {
  color: #ff9d10;
  font-size: inherit;
}

.content-section.ecommerce-magento .container .column.left,.content-section.opportunites .container .colum.left {
  float: left;
  max-width: 480px;
  width: 50%;
}

.content-section.clients .container,.content-section.opportunites .container {
  overflow: visible;
}

.content-section.expertise .container #ipad-frame .ipad-site a,div#footer .content-section .call-to-action a.arrow-projet {
  display: block;
}

.content-section.experience .timeline .timelaps-1,.content-section.experience .timeline .timelaps-2 {
  margin-right: 110px;
}

.content-section.experience .timeline .timelaps-6,.content-section.experience .timeline .timelaps-7 {
  margin-right: 160px;
}

.content-section.experience .timeline .timelaps-8,div.social-media a.last {
  margin-right: 0;
}

.content-section.about-us .container p a:hover,.content-section.carrieres .heading h3.job-title:hover,.content-section.hardy_normand .content .call-to-action:hover a,.content-section.sharks .content .call-to-action:hover a,.content-section.trekfit .content .call-to-action a,div#over-footer-band a {
  color: #fff;
}

.content-section.carrieres .intro p.morePad,.content-section.contact-mobile {
  padding-bottom: 5%;
}

.content-section.ecommerce .container .column.left,.content-section.ecommerce-expertise .container .column.left,.content-section.mobilePage-devices .container .column.left {
  float: left;
  max-width: 480px;
  width: 50%;
  margin: 50px 0 0;
}

.content-section.ecommerce .container .column.right,.content-section.ecommerce-expertise .container .column.right,.content-section.mobilePage-devices .container .column.right {
  float: right;
  max-width: 480px;
  width: 50%;
  margin: 50px 0 0;
}

.content-section.ecommerce-expertise .container .column p,.content-section.mobilePage-devices .container .column p {margin-bottom: 40px;padding: 0 20px;}

.content-section.ecommerce-expertise .container .column.left p,.content-section.mobilePage-devices .container .column.left p {
  padding-right: 15px;
}

.content-section.ecommerce-expertise .container .column.right p,.content-section.mobilePage-devices .container .column.right p {
  padding-left: 25px;
}

.content-section.ecommerce-conclusion,.content-section.mobilePage-conclusion {
  background: #fff;
  color: #000;
}

.content-section.ecommerce-conclusion .container>p,.content-section.mobilePage .container>p,.content-section.mobilePage-conclusion .container>p {margin-top: 40px;margin-bottom: 100px;margin-left: auto;margin-right: auto;}
.content-section.mobilePage-conclusion .container>h1,.content-section.mobilePage-devices .container>h1 {margin-top: 100px;letter-spacing: 0.2em}

.content-section.kinova .content .call-to-action:hover a,.content-section.kinova .text-wrapper li h1,.content-section.mobilePage-conclusion .container li.active h2,.content-section.mobilePage-conclusion .container li:hover h2,.content-section.sharks .content .call-to-action a,.content-section.sharks .text-wrapper li h2,.footer-section a.tel {
  color: #000;
}

.content-section.mobilePage-conclusion .container li.active,.content-section.mobilePage-conclusion .container li:hover {
  color: #000!important;
}

div#logo-transparent img,div#menu div#logo img {
  width: 176px;
  height: 47px;
}

.switch-language span a:hover,div#footer .content-section .call-to-action:hover a,ul#navigation li a:hover {
  color: #ff9d10;
}

div#footer .content-section .call-to-action .centered,div.portfolio-cs .container-presentation .content-presentation .site-link.centered {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.content-section.portfolio #slides-container .slide p.punch-line .txt-bis,div.container-introduction div.content-introduction p.punch-line .txt-bis {
  color: #1e795f;
}

.content-section.portfolio #slides-container .slide p.punch-line .txt-kinova,div.container-introduction div.content-introduction p.punch-line .txt-kinova {
  color: #00cfff;
}

.content-section.portfolio #slides-container .slide p.punch-line .txt-bali,div.container-introduction div.content-introduction p.punch-line .txt-bali {
  color: #ad27a2;
}

.content-section.portfolio #slides-container .slide div.call-to-action img,.content-section.portfolio #slides-container .slide div.hover-ipad .call-to-action img {
  width: 5%;
  max-width: 65px;
}

.content-section.portfolio #slides-container .slide div.call-to-action p,.content-section.portfolio #slides-container .slide div.hover-ipad .call-to-action p {
  text-transform: uppercase;
  color: #fff;
  font: 14px gibsonsemibold,sans-serif;
  margin: .75% 0 0;
}

.content-section.portfolio .slide div,div.container-introduction {
  position: relative;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media print {
  * {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

  a,a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,a[href^=#]:after,a[href^=javascript:]:after {
    content: "";
  }

  blockquote,pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }@  page {
    margin: .5cm;
  }

  h2,h3,p {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }
}

.content-section.portfolio .slide.half {
  width: 50%;
  clear: inherit;
}

.content-section.portfolio .slide.tier {
  clear: inherit;
  width: 33.33%;
}

.content-section.portfolio #slides-container .slide .projectPortfolio {
  margin: 0;
  padding: 0 40px;
}

.content-section.portfolio span#count {
  margin-top: 40px;
  color: #fff;
  font-family: gibsonsemibold,sans-serif;
  font-size: 88px;
  display: inline-block;
  text-align: left;
  left: 37%;
  position: relative;
}

.content-section.portfolio .compteur {
  display: none;
}