@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sansationlight';
  src: url('../fonts/sansation-light-webfont.eot');
  src: url('../fonts/sansation-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sansation-light-webfont.woff2') format('woff2'), url('../fonts/sansation-light-webfont.woff') format('woff'), url('../fonts/sansation-light-webfont.ttf') format('truetype'), url('../fonts/sansation-light-webfont.svg#sansation_light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sansationregular';
  src: url('../fonts/sansation-regular-webfont.eot');
  src: url('../fonts/sansation-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sansation-regular-webfont.woff2') format('woff2'), url('../fonts/sansation-regular-webfont.woff') format('woff'), url('../fonts/sansation-regular-webfont.ttf') format('truetype'), url('../fonts/sansation-regular-webfont.svg#sansationregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sansationbold';
  src: url('../fonts/sansation-bold-webfont.eot');
  src: url('../fonts/sansation-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sansation-bold-webfont.woff2') format('woff2'), url('../fonts/sansation-bold-webfont.woff') format('woff'), url('../fonts/sansation-bold-webfont.ttf') format('truetype'), url('../fonts/sansation-bold-webfont.svg#sansationbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  font-family: "sansationregular";
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #242a2f;
  overflow: hidden;
}
a {
  color: #f08925;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.img-responsive {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.fp-slides {
  width: 100%;
}
.flex,
.flex .fp-tableCell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.section {
  width: 100%;
  height: 100vh;
}
.rond,
.nalta path,
.picto,
.picto path,
#svg {
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@-webkit-keyframes etoile {
  0% {
    background-position: 50% 100%;
    opacity: 0;
  }
  100% {
    background-position: 50% 50%;
    opacity: 1;
  }
}
@-moz-keyframes etoile {
  0% {
    background-position: 50% 100%;
    opacity: 0;
  }
  100% {
    background-position: 50% 50%;
    opacity: 1;
  }
}
@keyframes etoile {
  0% {
    background-position: 50% 100%;
    opacity: 0;
  }
  100% {
    background-position: 50% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  70%,
  80% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  70%,
  80% {
    opacity: 1;
  }
}
@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  70%,
  80% {
    opacity: 1;
  }
}
@-webkit-keyframes background {
  0% {
    opacity: 0;
    background-position: top center;
  }
  100% {
    opacity: 1;
    background-position: center center;
  }
}
@-moz-keyframes background {
  0% {
    opacity: 0;
    background-position: top center;
  }
  100% {
    opacity: 1;
    background-position: center center;
  }
}
@keyframes background {
  0% {
    opacity: 0;
    background-position: top center;
  }
  100% {
    opacity: 1;
    background-position: center center;
  }
}
@-webkit-keyframes puce {
  0%,
  50%,
  100% {
    -webkit-transform: scale(1.75);
  }
  25% {
    -webkit-transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(2);
  }
}
@-moz-keyframes puce {
  0%,
  50%,
  100% {
    -moz-transform: scale(1.75);
  }
  25% {
    -moz-transform: scale(1.5);
  }
  75% {
    -moz-transform: scale(2);
  }
}
@keyframes puce {
  0%,
  50%,
  100% {
    transform: scale(1.75);
  }
  25% {
    transform: scale(1.5);
  }
  75% {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
@-webkit-keyframes nalta {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes nalta {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nalta {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes picto {
  0% {
    -webkit-transform: translate(0px,0) rotate(-180deg) scale(0.5);
    opacity: 0;
  }
  1% {
    -webkit-transform: translate(-230px,0) rotate(-180deg) scale(0.5);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(-230px,0) rotate(-180deg) scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-230px,0) rotate(-180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px,0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes picto {
  0% {
    -moz-transform: translate(0px,0) rotate(-180deg);
    opacity: 0;
  }
  1% {
    -moz-transform: translate(-230px,0) rotate(-180deg);
    opacity: 0;
  }
  10% {
    -moz-transform: translate(-230px,0) rotate(-180deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translate(-230px,0) rotate(-180deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0px,0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes picto {
  0% {
    transform: translate(0,0) rotate(-180deg) scale(0.5);
    opacity: 0;
  }
  1% {
    transform: translate(-230px,0) rotate(-180deg) scale(0.5);
    opacity: 0;
  }
  10% {
    transform: translate(-230px,0) rotate(-180deg) scale(1);
    opacity: 1;
  }
  80% {
    transform: translate(-230px,0) rotate(-180deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(0,0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes fromTop {
  0% {
    transform: translate(0%,-200%);
    opacity: 0;
  }
  20% {
    transform: translate(0%,-200%);
    opacity: 0;
  }
  40% {
    transform: translate(0%,0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%,0%);
    opacity: 1;
  }
}
@keyframes fromBottom {
  0% {
    transform: translate(0%,200%);
  }
  30% {
    transform: translate(0%,200%);
  }
  50% {
    transform: translate(0%,0%);
  }
  100% {
    transform: translate(0%,0%);
  }
}
@keyframes fromLeft {
  0% {
    transform: translate(-200%,0%);
  }
  40% {
    transform: translate(-200%,0%);
    opacity: 0;
  }
  60% {
    transform: translate(0%,0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%,0%);
    opacity: 1;
  }
}
@keyframes fromRight {
  0% {
    transform: translate(200%,0%);
  }
  50% {
    transform: translate(200%,0%);
    opacity: 0;
  }
  70% {
    transform: translate(0%,0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%,0%);
    opacity: 1;
  }
}
.border {
  padding: 40px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.gradient {
  height: 100%;
  width: 100%;
  position: relative;
  background: #2a3640;
  background: -moz-linear-gradient(left,#2a3640 0%,#2a3640 50%,#1d2730 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#2a3640),color-stop(50%,#2a3640),color-stop(100%,#1d2730));
  background: -webkit-linear-gradient(left,#2a3640 0%,#2a3640 50%,#1d2730 100%);
  background: -o-linear-gradient(left,#2a3640 0%,#2a3640 50%,#1d2730 100%);
  background: -ms-linear-gradient(left,#2a3640 0%,#2a3640 50%,#1d2730 100%);
  background: linear-gradient(to right,#2a3640 0%,#2a3640 50%,#1d2730 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3640',endColorstr='#1d2730',GradientType=1);
}
.images {
  width: 100%;
  height: 100%;
  background-image: url(../images/etoiles.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-animation: etoile 4s 1s cubic-bezier(0.22,0.61,0.36,1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation: etoile 4s 1s cubic-bezier(0.22,0.61,0.36,1);
  -moz-animation-fill-mode: forwards;
  animation: etoile 4s 1s cubic-bezier(0.22,0.61,0.36,1);
  animation-fill-mode: forwards;
  opacity: 0;
  flex-direction: column;
}
nav.menu {
  position: absolute;
  padding-right: 40px;
  height: 40vh;
  right: 0;
  z-index: 11;
  display: none;
}
nav.menu ul {
  list-style: none;
  text-align: right;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.8;
}
nav.menu ul:hover {
  opacity: 1;
}
nav.menu ul li a {
  margin: 2px 0 0 0;
  display: inline-block;
  padding: 5px 40px 5px 20px;
  font-size: 1em;
  text-decoration: none;
  color: #4a565e;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
nav.menu ul li a:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.menu ul li a:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 6px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.menu ul li a:hover,
nav.menu ul li a.actif {
  color: #ee8726 !important;
}
nav.menu ul li a:hover:after,
nav.menu ul li a.actif:after {
  background-color: #ef8827;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
nav.menu ul li a:hover:before,
nav.menu ul li a.actif:before {
  width: 10px;
  height: 10px;
  margin-top: -7px;
  right: 8px;
}
#logo {
  width: 100%;
  height: 20vh;
  position: fixed;
  background-color: #ffffff;
  z-index: 15;
  top: 0;
}
.logo {
  height: 50%;
}
#svg {
  height: 60%;
}
.slides {
  width: 100%;
  margin-top: 20vh;
  position: fixed;
  height: 80vh;
}
.slides .item h2 {
  text-transform: uppercase;
}
.slides .item p {
  line-height: 1em;
}
#items > .item {
  width: 100%;
  height: 100vh;
}
#actu {
  padding-top: 20px;
  min-height: 80vh;
  height: auto !important;
  background: #4b575f;
}
#actu h2 {
  font-size: 2em;
  color: #fff;
  border-bottom: 1px dotted #666;
  padding-bottom: 20px;
}
#actu .description a {
  margin-top: 10px;
  text-align: left;
  display: block;
  line-height: 1em;
  text-decoration: none;
  background-color: rgba(75,87,95,0.5);
  padding: 10px;
}
#actu .description a:hover {
  background-color: #4b575f;
}
#actu img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#actu img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
#fixed .item {
  position: absolute;
  height: 80vh;
  width: 100%;
  overflow: hidden;
}
#fixed .item .intro {
  position: relative;
  width: 100%;
  height: 50%;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  color: #ffffff;
}
.bureau {
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.bureau .image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  height: 200px;
}
.bureau .image img {
  max-height: 100%;
  max-width: 100%;
}
.item .background {
  width: 100%;
  height: 100%;
  position: absolute;
}
.item .image img {
  height: 250px;
}
.item .intro h2 {
  color: #ef8827;
  margin-bottom: 1em;
}
.more {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10%;
  margin-bottom: -20px;
  height: 40px;
  width: 20%;
  background-color: #ffffff;
  line-height: 40px;
  color: #242a2f;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 3px 3px 50px rgba(0,0,0,0.5);
  min-width: 150px;
  text-decoration: none;
}
.more:hover {
  width: 100%;
  margin-left: -50%;
  left: 50%;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0);
  background-color: #ef8827;
  color: #ffffff;
}
.developpement .background {
  background: url(../images/developpement-logiciel.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.equipement .background {
  background: url(../images/equipements-informatiques.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.creation .background {
  background: url(../images/creation-de-sites-web.jpg) no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}
.marques .background {
  background: url(../images/marques.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.hebergement .background {
  background: url(../images/hebergement.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
footer {
  background-color: #171b1d;
}
footer .mentions {
  position: relative;
}
footer .mentions a {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.item .intro .detail {
  width: 100%;
}
.mini-nav {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 21;
  top: 20px;
  right: 20px;
  background-color: #f08925;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mini-nav .barres {
  width: 60%;
  height: 2px;
  cursor: pointer;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mini-nav .barres::before {
  content: '';
  width: 100%;
  margin-top: -8px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mini-nav .barres::after {
  content: '';
  width: 100%;
  margin-top: 14px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mini-nav.open {
  background-color: #ffffff;
}
.mini-nav.open .barres::after,
.mini-nav.open .barres::before {
  background-color: #f08925;
}
.mini-nav.open .barres::before {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mini-nav.open .barres::after {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.perspective {
  -webkit-perspective: 1600px;
  -webkit-perspective-origin: 50% 50%;
  perspective: 1600px;
  -perspective-origin: 50% 50%;
  position: fixed;
  z-index: 20;
  pointer-events: none;
  top: 0;
}
.perspective .menu-full {
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(240,137,37,0.9);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: rotateX(-80deg) scale(0.9);
  -webkit-transform-origin: 50% 30%;
  -webkit-transition: all 0.3s ease-in;
  transform: rotateX(-80deg) scale(1);
  transition: all 0.3s ease-in;
  transform-origin: 50% 30%;
}
.perspective .menu-full .moduletable_menu ul {
  list-style: none;
}
.perspective .menu-full .moduletable_menu ul li a {
  font-family: 'sansationlight';
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-shadow: 0px 0px 3px #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1.5em;
}
.perspective .menu-full .moduletable_menu ul li a:hover {
  color: #fff;
  text-shadow: 0px 0px 1px #fff;
  padding-left: 10px;
}
.perspective .menu-full .moduletable_menu ul li.active a {
  color: #242a2f;
  text-shadow: 0px 0px 1px #242a2f;
  padding-left: 10px;
}
.perspective .menu-full .moduletable_menu ul li.active a:before {
  content: '\00bb';
  display: block;
  float: left;
  margin-right: 10px;
}
.perspective .menu-full.open {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: rotateX(0deg) scale(1);
  transform: rotateX(0deg) scale(1);
}
.arrow {
  width: 1px;
  height: 20%;
  position: absolute;
  bottom: -40px;
  left: 50%;
  background-color: #f08925;
}
footer {
  height: 100vh;
  padding-top: 20vh;
  background: #4b575f;
}
footer .h75pc,
footer .h80pc,
footer .h100pc {
  background: url(../images/bureau.jpg);
  background-size: cover;
  background-position: center center;
}
.category-desc {
  background-color: #fff;
}
.category-desc .container-fluid {
  height: 25vh;
  border-bottom: 1px solid #f08925;
}
.category-desc .annonce {
  border-left: 1px solid #f08925;
}
footer .container-fluid {
  height: 80vh;
}
footer .h20pc > [class*='col-'],
.category-desc .row >[class*='col-'] {
  height: 100%;
  overflow: hidden;
}
.category-desc .row {
  height: 100%;
}
footer .h80pc .col-md-3,
footer .h75pc .col-md-3,
footer .h100pc .col-md-3 {
  height: 33.3333333%;
}
footer .h80pc .col-md-6,
footer .h75pc .col-md-6,
footer .h100pc .col-md-6 {
  height: 66.6666666%;
}
footer .date,
footer .adresse {
  background-color: rgba(240,137,37,0.8);
}
footer .question {
  background-color: rgba(255,255,255,0.9);
}
.annonce {
  font-size: 2em;
  line-height: 1.1em;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.big {
  font-size: 3em;
  font-weight: bold;
  line-height: 0.8em;
}
.medium {
  font-size: 2em;
  font-weight: bold;
}
.small {
  font-size: 1.5em;
}
.white {
  color: #fff;
}
footer .orange {
  color: #f08925;
}
.h25pc {
  height: 25%;
}
.h75pc {
  height: 75%;
}
.h20pc {
  height: 20%;
}
.h80pc {
  height: 80%;
}
.h100pc {
  height: 100%;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.full {
  width: 100%;
  height: 100%;
}
#map {
  width: 100%;
  height: 100%;
}
.arrows {
  position: absolute;
  width: 50px;
  left: -25px;
  top: 50px;
}
.arrow1 {
  -webkit-animation: fade 3s ease-out infinite;
  -moz-animation: fade 3s ease-out infinite;
  animation: fade 3s ease-out infinite;
  opacity: 0;
}
.arrow2 {
  -webkit-animation: fade 3s 0.3s ease-out infinite;
  -moz-animation: fade 3s 0.3s ease-out infinite;
  animation: fade 3s 0.3s ease-out infinite;
  opacity: 0;
}
.arrow3 {
  -webkit-animation: fade 3s 0.6s ease-out infinite;
  -moz-animation: fade 3s 0.6s ease-out infinite;
  animation: fade 3s 0.6s ease-out infinite;
  opacity: 0;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -moz-animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.corps .item-page .article-info {
  display: none;
}
.corps .item-page > .page-header {
  border: 40px solid #fff;
  width: 100%;
  height: 50vh;
  margin: 0;
  background-size: cover;
  background-position: center center;
  font-size: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  -webkit-animation: background 1s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: background 1s ease-out;
  -moz-animation-fill-mode: forwards;
  animation: background 1s ease-out;
  animation-fill-mode: forwards;
  position: relative;
  min-height: 400px;
}
.corps .item-page > .page-header h1 {
  z-index: 2;
  font-size: 1em;
  line-height: 1em;
}
.corps .item-page > .page-header:after {
  content: '';
  background-color: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.corps .item-page div[itemprop="articleBody"] {
  padding: 5% 0;
  background-color: #fff;
}
.corps .item-page ul.pager {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.corps .item-page ul.pager li {
  flex: 1;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.corps .item-page ul.pager li.previous {
  float: left;
  background-color: #ececec;
}
.corps .item-page ul.pager li.previous a {
  padding: 20px 20px 20px 10%;
  display: block;
  color: #4b575f;
  text-decoration: none;
  width: 100%;
}
.corps .item-page ul.pager li:hover {
  flex: 1.2;
}
.corps .item-page ul.pager li.next {
  float: right;
  background-color: #4b575f;
}
.corps .item-page ul.pager li.next a {
  padding: 20px 10% 20px 20px;
  display: block;
  text-align: right;
  color: #ececec;
  text-decoration: none;
  width: 100%;
}
.corps .items-leading {
  color: #fff;
}
.corps .items-leading h2.link {
  min-height: 60px;
}
.corps .container-fluid .h25pc,
.corps .container-fluid .h20pc {
  overflow: hidden;
  height: 300px;
}
.corps .container-fluid .h25pc > [class*='col-'],
.corps .container-fluid .h20pc > [class*='col-'] {
  height: 100%;
  color: #f08925;
  text-align: center;
}
.corps .gbs3 {
  padding-top: 50vh;
  text-align: center;
  background-color: #fff;
  min-height: 400px;
}
.corps .gbs3 form {
  display: inline-block;
}
.contact .marge {
  background-image: url(../../../images/headers/contact.jpg);
  background-size: cover;
  border: 40px solid #fff;
  padding: 0;
}
.blog {
  z-index: 1;
  position: relative;
}
.blog > .page-header {
  border: 40px solid #f08925;
  width: 100%;
  height: 50vh;
  margin: 0;
  background-size: cover;
  background-position: center center;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  -webkit-animation: background 1s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: background 1s ease-out;
  -moz-animation-fill-mode: forwards;
  animation: background 1s ease-out;
  animation-fill-mode: forwards;
  position: relative;
  min-height: 300px;
}
.blog > .page-header h1 {
  padding: 0 20px;
  line-height: 1em;
}
.blog > .container-fluid {
  background-color: #4b575f;
  padding: 40px 15%;
}
.blog > .container-fluid .article-info {
  color: #999999;
  margin: 5px 0;
}
.blog > .container-fluid .article-info dd {
  text-align: right;
  padding: 0;
  margin: 0;
}
.blog > .container-fluid .item {
  border-top: 1px dotted #797979;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog > .container-fluid .item h2 a,
.blog > .container-fluid .item h2 span {
  color: #f08925;
  text-decoration: none;
  min-height: 48px;
  display: block;
  padding: 0;
}
.blog > .container-fluid .item h2 {
  position: relative;
  margin: 0 0 10px 0px;
  padding: 0px 0 10px 0px;
}
.blog > .container-fluid .item h2:hover a {
  z-index: 2;
  position: relative;
}
.blog > .container-fluid .item h2.link:after {
  content: '';
  height: 1px;
  width: 0;
  display: block;
  background-color: #f08925;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.68,-0.55,0.27,1.55);
  transition: all 0.3s cubic-bezier(0.68,-0.55,0.27,1.55);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.blog > .container-fluid .item h2.link:hover:after {
  opacity: 1;
  width: 100%;
}
.blog > .container-fluid .item .item-image a {
  position: relative;
  display: block;
}
.blog > .container-fluid .item .item-image a:after {
  content: '';
  width: 80%;
  height: 80%;
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  background-image: url(../images/logo-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s cubic-bezier(0.68,-0.55,0.27,1.55);
  transition: all 0.5s cubic-bezier(0.68,-0.55,0.27,1.55);
}
.blog > .container-fluid .item .item-image a:hover:after {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog > .container-fluid .item .item-image img {
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.68,-0.55,0.27,1.55);
  transition: all 0.5s cubic-bezier(0.68,-0.55,0.27,1.55);
}
.blog > .container-fluid .item .item-image a:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.blog > .container-fluid .item .intro {
  text-align: justify;
  color: #fff;
}
.blog > .container-fluid .item .intro a {
  text-align: left;
  display: block;
  line-height: 1em;
  text-decoration: none;
  background-color: rgba(36,42,47,0.3);
  padding: 10px;
}
.blog > .container-fluid .item .intro a:hover {
  background-color: #242a2f;
}
.blog > .container-fluid .item .readmore {
  clear: both;
  text-align: right;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.blog > .container-fluid .item .readmore a {
  color: #f08925;
  font-size: 0.9em;
  font-style: italic;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 10px 0;
}
.blog > .container-fluid .item .readmore a:hover {
  font-style: normal;
  padding-right: 20px;
  text-decoration: none;
}
.blog .category-desc .logo .content {
  height: 100%;
}
.blog .category-desc .annonce {
  display: none;
}
.blog .category-desc .description {
  background-color: #fff;
  padding: 3% 100px 3% 0;
}
.blog .category-desc .description .container {
  max-width: 100%;
}
.marge {
  width: 100%;
  padding: 40px;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: flex-end;
}
.marge .moduletable.ariane {
  flex: 1;
  line-height: 5vh;
}
.marge .moduletable.ariane ul.breadcrumb {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  background-color: rgba(0,0,0,0.6);
  height: 40vh;
  color: #fff;
}
.marge .moduletable.ariane ul.breadcrumb li {
  float: left;
}
.marge .moduletable.ariane ul.breadcrumb li a {
  color: #f08925;
  text-decoration: none;
}
.marge .moduletable.ariane ul.breadcrumb li a:hover {
  text-decoration: underline;
}
body.actualites .blog > .container-fluid .item .item-image img,
body.temoignages .blog > .container div[class*="leading"] .item-image img {
  border-radius: 0;
  margin-bottom: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.temoignages .blog > .container div[class*="leading"] .item-image img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
body.developpement-logiciel .blog > .page-header {
  background-image: url(../../../images/headers/developpement-logiciel.jpg);
}
body.equipements-informatiques .blog > .page-header {
  background-image: url(../../../images/headers/equipements-informatiques.jpg);
}
body.creation-de-sites-web .blog > .page-header {
  background-image: url(../../../images/headers/creation-de-sites-web.jpg);
}
body.les-marques .blog > .page-header {
  background-image: url(../../../images/headers/marques.jpg);
}
body.hebergement .blog > .page-header {
  background-image: url(../../../images/headers/hebergement.jpg);
}
.site.references [itemprop="articleBody"] img {
  filter: grayscale(100%);
  transition: all 0.3s ease-out;
}
.site.references [itemprop="articleBody"] a:hover img {
  filter: grayscale(0%);
}
@media (max-width: 768px) {
  .site .gbs3 {
    padding: 55vh 20px 0 20px;
  }
  .site .gbs3 .XL,
  .site .gbs3 .A {
    width: 100% !important;
  }
  .site .gbs3 .gcore-form-row .gcore-input {
    float: left;
  }
  .blog > .container-fluid {
    padding: 40px 40px 40px 40px;
  }
  .blog .category-desc .description {
    padding: 3% 0 3% 0;
  }
}
@media (max-width: 992px) {
  .images {
    background-size: auto;
  }
  .nav.menu {
    margin: 20px 0;
    padding: 0;
  }
  .nav.menu li {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin: 10px 0;
  }
}
@media (min-width: 769px) {
  nav.menu {
    display: flex;
  }
  .bureau .image {
    height: 300px;
  }
  .blog .cols:nth-child(2n+1) {
    clear: left;
  }
  .blog > .page-header {
    font-size: 1.5em;
  }
  .corps .item-page > .page-header h1 {
    font-size: 1.5em;
    margin: 0.67em 0;
  }
}
@media (min-width: 993px) {
  .mini-nav {
    top: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
  }
  .perspective .menu-full .moduletable_menu ul li a {
    font-size: 2em;
  }
  .bureau .image {
    height: 200px;
  }
  .item .intro .detail {
    font-size: 1.5em;
  }
  .blog .category-desc .annonce {
    display: flex;
  }
  .blog .cols:nth-child(2n+1) {
    clear: none;
  }
  .blog .cols:nth-child(3n+1) {
    clear: left;
  }
  .blog > .page-header {
    font-size: 2em;
  }
  .blog > .page-header:after {
    display: block;
    content: '';
    width: 1px;
    background-color: #f08925;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .corps ul.pager li.previous a {
    background-image: url(../images/bg-arrow-left.png);
    background-position: 400% center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .corps ul.pager li.previous a:hover {
    background-image: url(../images/bg-arrow-left.png);
    background-position: 100% center;
  }
  .corps ul.pager li.next a {
    background-image: url(../images/bg-arrow-right.png);
    background-position: -300% center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .corps ul.pager li.next a:hover {
    background-image: url(../images/bg-arrow-right.png);
    background-position: 0% center;
  }
  .corps .item-page > .page-header h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
}
@media (min-width: 1370px) {
  #actu .moduletable {
    width: 80%;
    margin: 0 auto;
  }
  .bureau .image {
    height: 300px;
  }
  .item .intro .detail {
    font-size: 2em;
  }
  .blog .cols:nth-child(3n+1) {
    clear: none;
  }
  .blog .cols:nth-child(2n+1) {
    clear: none;
  }
  .blog .cols:nth-child(4n+1) {
    clear: left;
  }
  .blog > .page-header {
    font-size: 3em;
  }
}
