#nav{right:20px;list-style:none;margin:0;position:fixed;top:40%;z-index:2}#nav li{margin-bottom:2px}#nav a{text-align:right;color:#666;display:block;font-size:14px;padding:5px 10px;text-decoration:none;text-transform:uppercase}#nav a:hover{color:#fe6700}#nav .current a{color:#fe6700}
@font-face{font-family:'icomoon';src:url('../fonts/icomoon.eot?gbv1q9');src:url('../fonts/icomoon.eot?gbv1q9#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?gbv1q9') format('truetype'), url('../fonts/icomoon.woff?gbv1q9') format('woff'), url('../fonts/icomoon.svg?gbv1q9#icomoon') format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-rapport:before{content:"\e901"}.icon-audit:before{content:"\e900"}.icon-dev:before{content:"\e902"}.icon-formation:before{content:"\e903"}.icon-outils:before{content:"\e904"}.icon-projet:before{content:"\e905"}
@font-face {
  font-family: "Nexa_Free_Light";
  src: url('../fonts/Nexa_Free_Light.otf'); }

@font-face {
  font-family: "Muli_ExtraLight";
  src: url('../fonts/Muli-ExtraLight.ttf'); }
/* couleur de la barre de progression */
/* couleur indentique de rendu de la barre de progression, même rgb qu'au dessus */
/* couleur de fond de la barre de progression/ couleur non remplie */
/* même rgb qu'au dessus */
/* ******************************************************************************
 * Base structure
 */
html, body {
  height: 100%;
  font-family: Muli_ExtraLight;
  color: #333; }

h1, h2, h3 {
  font-family: Nexa_Free_Light; }

body {
  overflow: scroll;
  overflow-x: hidden; }

body::-webkit-scrollbar {
  width: 0 !important; }

.breadcrumb {
  background-color: inherit !important; }

.breadcrumb li a {
  text-decoration: none; }

@media screen and (max-width: 992px) {
  body {
    overflow-y: visible;
    overflow-x: hidden; } }

a {
  color: #ff7300; }

h1, h2 {
  font-size: 50px; }

h1 span, h2 span, h3 span {
  color: #ff7300; }

.justify {
  text-align: justify; }

.txt-center {
  text-align: center; }

.auto-margin {
  margin: auto; }

.error {
  color: red; }

.row.flex {
  display: flex; }

.header {
  position: fixed;
  height: auto;
  background-color: transparent;
  z-index: 1001;
  height: 55px;
  top: 0;
  left: 0; }

@media screen and (min-width: 992px) {
  .header {
    opacity: 0;
    transition: opacity linear 1s; }

  #big-zone h2 {
    font-size: 2rem; } }

@media screen and (max-width: 992px) {
  .header {
    background-color: rgba(51, 51, 51, 1); } }
/*.interne-title{color: #fff;position: absolute;;width: 100%;text-align: center;top: 150px;}*/
.breadcrumb {
  /*position: absolute;*/
  background-color: transparent !important;
  /*top:50px;
   li:before{color:#fff;}*/ }

#logo, #logo-m {
  transition: all linear 0.5s;
  padding: 20px;
  width: 150px;
  position: absolute; }

.logo-link {
  transition: all linear 1s;
  position: absolute;
  top: 0; }

#logo #black-letter path, #logo #black-letter polygon, #logo #black-letter polyline, #logo #black-letter rect {
  fill: #fff; }

.orange {
  color: #ff7300; }

@media screen and (min-width: 992px) {
  #logo #black-letter.black path, #logo #black-letter.black polygon, #logo #black-letter.black polyline, #logo #black-letter.black rect {
    fill: #000; }

  #logo #orange.white path, #logo #orange.white polygon, #logo #orange.white polyline {
    fill: #fff; }

  #logo #grey.white {
    fill: #fff; } }

@media screen and (max-width: 544px) {
  .block-xs {
    display: block !important; } }

#icone {
  right: 20px;
  margin: 0;
  position: fixed;
  top: 85%;
  z-index: 2; }

#icone a {
  display: block;
  margin: 20px 20px;
  color: #fff; }

.link-hr {
  height: 1px;
  background-color: #ff7300;
  margin-top: 13px; }

.link-plus {
  font-weight: bold;
  font-size: 18px; }

.link-plus:hover {
  color: #000;
  text-decoration: none; }

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

@media (max-width: 480px) {
  .horizon-title-xs {
    font-size: 13px;
    font-weight: bold;
    padding-right: 0px; } }

.block-scroll {
  position: absolute; }
/*#service-roll, .padding-title{padding-right:calc((8.333333% + 30px )/2 + 15px) !important;}*/
#service-roll, .padding-title {
  padding-right: 40px !important; }

.center-text {
  text-align: center; }

.flex {
  display: flex; }

.absolute {
  position: absolute; }

.menu-collapsed {
  transition: all 0.25s;
  position: fixed;
  width: 60px;
  height: 70px;
  right: 0;
  cursor: pointer; }
  .menu-collapsed ul {
    transition: all 0s;
    position: fixed;
    left: 9000px; }
  .menu-collapsed .social-menu {
    display: none; }
    .menu-collapsed .social-menu span {
      display: none; }

.bar.button {
  cursor: pointer;
  z-index: 2000;
  margin-top: 5px;
  position: fixed;
  right: 25px;
  top: 25px;
  height: 2px !important;
  width: 30px;
  border-radius: 15px;
  background-color: #fff;
  transition: all 0.5s;
  padding: 0 !important; }

.bar:before {
  transition: all 0.5s;
  content: "";
  position: absolute;
  right: 0;
  top: -8px;
  height: 2px;
  width: 15px;
  border-radius: 15px;
  background-color: #fff; }

.bar:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  height: 2px;
  width: 30px;
  border-radius: 15px;
  background-color: #fff; }

.bar.button.transformation, .transformation.bar:after, .transformation.bar:before {
  right: 150vw; }

.bar.swap {
  background-color: #000; }

.bar.swap:before {
  background-color: #000; }

.bar.swap:after {
  background-color: #000; }

.menu-expanded {
  transition: all 0.25s;
  text-align: center;
  line-height: calc(95vh / 12);
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  cursor: initial;
  background: rgba(47, 46, 44, 1); }
  .menu-expanded nav {
    display: flex;
    height: 100vh;
    width: 100vw;
    /*background: url('../img/Alphalives_Logo_Alternatif.png') center no-repeat;background-size: 100%;*/ }
    .menu-expanded nav div {
      margin-top: auto;
      margin-bottom: auto; }
  .menu-expanded ul {
    left: 0;
    width: 100%;
    padding: 0;
    position: relative; }
    .menu-expanded ul li {
      list-style: none;
      margin-right: 10%;
      text-align: right;
      font-size: 25px; }
      .menu-expanded ul li .catg {
        width: 100%;
        float: left;
        transition: all linear 0.2s; }
      .menu-expanded ul li .effect {
        width: 0%;
        height: 2px;
        float: left;
        background-color: #fff;
        margin-top: 35px;
        margin-left: 0%;
        transition: all linear 0.2s; }
  .menu-expanded a {
    color: #fff; }
    .menu-expanded a:hover, .menu-expanded a:focus {
      color: #ff7300;
      text-decoration: none; }
      .menu-expanded a:hover .catg, .menu-expanded a:focus .catg {
        width: 95%; }
      .menu-expanded a:hover .effect, .menu-expanded a:focus .effect {
        background-color: #ff7300;
        width: 3%;
        margin-left: 2%; }
  .menu-expanded .bar {
    background-color: transparent; }
    .menu-expanded .bar:before {
      transform: rotate(45deg);
      width: 30px;
      top: 0px;
      background-color: #fff; }
    .menu-expanded .bar:after {
      transform: rotate(-45deg);
      top: 0px;
      background-color: #fff; }
  .menu-expanded .social-menu {
    display: block;
    position: absolute;
    bottom: 50px;
    width: 80%;
    margin-left: 10%;
    float: left; }
    .menu-expanded .social-menu span {
      display: block;
      height: 50px;
      color: #fff;
      width: 100%;
      float: left;
      text-align: left;
      color: #ff7300; }
    .menu-expanded .social-menu a {
      color: #ff7300;
      text-align: center;
      padding: 15px; }
      .menu-expanded .social-menu a i {
        font-size: 1.3em; }
    .menu-expanded .social-menu .socials {
      text-align: right; }

@media screen and (max-width: 768px) {
  .bar, .bar:before, .bar:after {
    background-color: #fff !important; }

  .menu-expanded {
    background: rgba(47, 46, 44, .9); }
    .menu-expanded nav {
      background: none; }
    .menu-expanded .bar {
      background-color: transparent !important; } }
/*********************************************************************
 * icons
 */
.icon-audit, .icon-rapport, .icon-dev, .icon-formation, .icon-outils, .icon-projet {
  font-size: 70px;
  text-align: right;
  width: 100%;
  float: right; }

.icon-audit:before {
  content: "\e900"; }

.icon-rapport:before {
  content: "\e901"; }

.icon-dev:before {
  content: "\e902"; }

.icon-formation:before {
  content: "\e903"; }

.icon-outils:before {
  content: "\e904"; }

.icon-projet:before {
  content: "\e905"; }

@media screen and (max-width: 768px) {
  .icon-audit, .icon-rapport, .icon-dev, .icon-formation, .icon-outils, .icon-projet {
    font-size: 50px;
    float: left;
    margin: auto;
    width: auto !important; }

  .font {
    display: flex; } }

@media screen and (max-width: 544px) {
  .icon-audit, .icon-rapport, .icon-dev, .icon-formation, .icon-outils, .icon-projet {
    font-size: 35px;
    float: left;
    margin: auto;
    width: auto !important; } }
/* ******************************************************************************
 * Cover
 */
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  /*-webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);box-shadow: inset 0 0 5rem rgba(0,0,0,.5);*/ }

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top; }

@media (min-width: 40em) {
  /* Start the vertical centering */
  /* Handle the widths */
    .site-wrapper-inner {
      vertical-align: middle; }
    .cover-container {
      width: 100%;
      /* Must be percentage or pixels for horizontal alignment */ } }

@media (min-width: 62em) {
  .cover-container {
    width: 42rem; } }
/********************************************************************************
 *   Barre de navigation droite 
 */
.nav-bar {
  opacity: 0;
  transition: all linear 0.5s;
  top: 0;
  display: flex;
  width: 10%;
  height: 100vh;
  position: fixed;
  right: 0;
  z-index: 1000; }
  .nav-bar .bloc-menu {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    width: 100%; }
  .nav-bar .nav-range {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px; }
  .nav-bar .arrow-up {
    color: #999; }
  .nav-bar .arrow-down {
    color: #ff7300; }
  .nav-bar .nav-menu {
    text-align: right;
    font-size: 10px; }
    .nav-bar .nav-menu a {
      color: #999;
      transition: all linear 0.5s;
      opacity: 0;
      width: 0; }
    .nav-bar .nav-menu a:hover, .nav-bar .nav-menu a:focus {
      /*color: inherit !important;*/
      text-decoration: none; }
  .nav-bar .nav-fil {
    padding-right: 0;
    padding-left: 10px;
    display: flex; }
    .nav-bar .nav-fil hr {
      transition: all linear 0.5s;
      border-top: 1px solid #999;
      margin-left: 0 !important;
      margin-top: auto;
      margin-bottom: auto;
      border-top-width: 1px !important;
      width: 20%; }
  .nav-bar .nav-range.actif a {
    color: #ff7300; }
    .nav-bar .nav-range.actif hr {
      width: 100%;
      border-top: 1px solid #ff7300; }
  .nav-bar .nav-icon {
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 2%; }
    .nav-bar .nav-icon a {
      padding: 10px 15px; }
  .nav-bar .nav-icon a:hover {
    color: #000; }
  .nav-bar .nav-icon a:hover {
    color: initial; }

.nav-bar:hover .nav-menu a {
  transition: all linear 0.5s;
  opacity: 1;
  width: 100%; }

.nav-bar.white .arrow-up {
  color: #333; }
  .nav-bar.white .arrow-down {
    color: #fff; }
  .nav-bar.white .nav-menu a {
    color: #333; }
  .nav-bar.white .nav-fil hr {
    border-top: 1px solid #333; }
  .nav-bar.white .nav-range.actif a {
    color: #fff; }
    .nav-bar.white .nav-range.actif hr {
      border-top: 1px solid #fff; }
  .nav-bar.white .nav-icon a {
    color: #fff; }
  .nav-bar.white .nav-icon a:hover {
    color: #000; }
  .nav-bar.white .nav-icon a:focus {
    color: initial; }

.nav-bar.black .arrow-up {
  color: #fff; }
  .nav-bar.black .arrow-down {
    color: #fff; }
  .nav-bar.black .nav-menu a {
    color: #fff; }
    .nav-bar.black .nav-menu a:hover {
      color: #ff7300; }
  .nav-bar.black .nav-fil hr {
    border-top: 1px solid #fff; }
  .nav-bar.black .nav-range.actif a {
    color: #ff7300; }
    .nav-bar.black .nav-range.actif hr {
      border-top: 1px solid #ff7300; }
  .nav-bar.black .nav-icon a {
    color: #fff; }
  .nav-bar.black .nav-icon a:hover {
    color: #ff7300 !important; }
  .nav-bar.black .nav-icon a:focus {
    color: #ff7300 !important; }

.nav-bar.grey .arrow-up {
  color: #000; }
  .nav-bar.grey .arrow-down {
    color: #999; }
  .nav-bar.grey .nav-menu a {
    color: grey; }
    .nav-bar.grey .nav-menu a:hover {
      color: #000; }
  .nav-bar.grey .nav-fil hr {
    border-top: 1px solid #999; }
  .nav-bar.grey .nav-range.actif a {
    color: #000; }
    .nav-bar.grey .nav-range.actif hr {
      border-top: 1px solid #000; }
  .nav-bar.grey .nav-icon a {
    color: #000; }
  .nav-bar.grey .nav-icon a:hover {
    color: #999 !important; }
  .nav-bar.grey .nav-icon a:focus {
    color: #000 !important; }

.block-phone, .block-mail {
  position: absolute;
  left: 101%;
  border-radius: 5px;
  width: 200px;
  transition: all linear 0.25s;
  bottom: calc(2% + 44px);
  height: 40px;
  background-color: #333;
  color: #fff;
  padding: 10px 15px; }
  .block-phone .fa-plus, .block-mail .fa-plus {
    transform: rotate(45deg);
    padding-left: 5px;
    padding-right: 5px; }

.block-mail {
  bottom: 2%;
  width: 300px; }

.block-phone.pop {
  left: calc(100% - 180px); }

.block-mail.pop {
  left: calc(100% - 280px); }

.digitalisation {
  font-family: 'Muli_ExtraLight';
  font-weight: 100;
  bottom: 1.8rem;
  left: 0;
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 10px;
  opacity: 0;
  transition: all linear 3s; }

.digitalisation.orange {
  color: #ff7300;
  font-weight: 600; }

.mobile-cache {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all linear 1s; }

.scrollIndicator {
  opacity: 0;
  transition: all linear 2s;
  cursor: pointer;
  height: 2.125rem;
  bottom: 2rem;
  width: 1.375rem;
  z-index: 3;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  .scrollIndicator svg {
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important; }

.scrollIndicator, .scrollIndicator div {
  display: block;
  position: absolute;
  left: 50%; }

.scrollIndicator svg {
  height: 34px;
  width: 22px; }

.scrollIndicator svg path {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 200;
  stroke-dashoffset: 100;
  fill: rgba(255, 255, 255, 0);
  animation-name: mouse;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  -webkit-transition: fill 350ms ease;
  -moz-transition: fill 350ms ease;
  -ms-transition: fill 350ms ease;
  -o-transition: fill 350ms ease;
  transition: fill 350ms ease; }

.scrollIndicator.orange svg path {
  stroke: #ff7300; }

.scrollIndicator div {
  background-color: #fff;
  height: 0.25rem;
  opacity: 0;
  top: 50%;
  width: 0.25rem;
  z-index: 2;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  animation-name: indicator;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.scrollIndicator.orange div {
  background-color: #ff7300; }

@keyframes indicator {
  0%, 10% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-250%);
    -moz-transform: translateX(-50%) translateY(-250%);
    -ms-transform: translateX(-50%) translateY(-250%);
    -o-transform: translateX(-50%) translateY(-250%);
    transform: translateX(-50%) translateY(-250%); }

  50% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-25%);
    -moz-transform: translateX(-50%) translateY(-25%);
    -ms-transform: translateX(-50%) translateY(-25%);
    -o-transform: translateX(-50%) translateY(-25%);
    transform: translateX(-50%) translateY(-25%); }

  100%, 90% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(200%);
    -moz-transform: translateX(-50%) translateY(200%);
    -ms-transform: translateX(-50%) translateY(200%);
    -o-transform: translateX(-50%) translateY(200%);
    transform: translateX(-50%) translateY(200%); } }

.scrollIndicator:after {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3rem;
  height: 25px;
  width: 1px;
  animation-name: line;
  animation-duration: 2s;
  animation-iteration-count: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.scrollIndicator.orange:after {
  background-color: #ff7300; }

@keyframes mouse {
  0%, 33% {
    stroke-dasharray: 100; }

  100% {
    stroke-dasharray: 200; } }
/* ******************************************************************************
 * zone 1
 */
#zone1 svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: -998; }
  #zone1 h1 {
    color: #fff;
    font-size: 65px; }
  #zone1 p.lead {
    color: #fff;
    font-size: 15px;
    font-family: 'Muli_ExtraLight';
    font-weight: 100; }
    #zone1 p.lead a {
      color: #fff; }
    #zone1 p.lead a:hover {
      color: #ff7300;
      text-decoration: none; }
  #zone1 .inner.cover {
    opacity: 0;
    transition: all linear 2s; }
  #zone1 .line-scroll {
    opacity: 0;
    transition: all cubic-bezier(1, -1, 1, 1) 6s;
    z-index: 10;
    position: absolute;
    width: 2px;
    height: 50px;
    left: 50%;
    bottom: 0px;
    margin-left: -1px;
    overflow: hidden; }
  #zone1 .line-scroll .line {
    opacity: 0;
    top: auto;
    bottom: 0px;
    z-index: 11;
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 50px;
    margin-left: -1px;
    background: rgba(255, 255, 255, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 100% 200%;
    background-position: 0 -80px;
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  #zone1 .line-scroll .line.active {
    animation: line-scroll 3s ease-in-out forwards infinite; }

@-webkit-keyframes line-scroll {
    0% {
      background-position: 0 -50px; }
    80% {
      background-position: 0 0px; }
    100% {
      background-position: 0 50px; } }

@-moz-keyframes line-scroll {
    0% {
      background-position: 0 -50px; }
    80% {
      background-position: 0 0px; }
    100% {
      background-position: 0 50px; } }

@-ms-keyframes line-scroll {
    0% {
      background-position: 0 -50px; }
    80% {
      background-position: 0 0px; }
    100% {
      background-position: 0 50px; } }

@keyframes line-scroll {
    0% {
      background-position: 0 -50px; }
    80% {
      background-position: 0 0px; }
    100% {
      background-position: 0 50px; } }

.videoContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -999;
  box-sizing: border-box; }
  .videoContainer video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
  .videoContainer .video-youtube {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
  .videoContainer .video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99; }
  .videoContainer .video-foreground, .videoContainer .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .videoContainer img {
    height: 100%; }

@media screen and (max-width: 992px) {
  #zone1 .site-wrapper-inner {
    vertical-align: middle !important;
    transition: all linear 1s; }
    #zone1 h1 {
      margin-left: 10vw;
      font-size: 50px;
      max-width: 90vw; }
    #zone1 .lead {
      margin-left: 10vw;
      max-width: 90vw; }
    #zone1 .line-scroll {
      height: 50px; }
    #zone1 .line-scroll .line {
      height: 50px; }
    #zone1 .digitalisation {
      bottom: 30px; }
@-webkit-keyframes line-scroll {
        0% {
          background-position: 0 -50px; }
        80% {
          background-position: 0 0px; }
        100% {
          background-position: 0 50px; } }
@-moz-keyframes line-scroll {
        0% {
          background-position: 0 -50px; }
        80% {
          background-position: 0 0px; }
        100% {
          background-position: 0 50px; } }
@-ms-keyframes line-scroll {
        0% {
          background-position: 0 -50px; }
        80% {
          background-position: 0 0px; }
        100% {
          background-position: 0 50px; } }
@keyframes line-scroll {
        0% {
          background-position: 0 -50px; }
        80% {
          background-position: 0 0px; }
        100% {
          background-position: 0 50px; } } }

@media screen and (max-width: 544px) {
  #zone1 .mobile-cache {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 0.9;
    height: 56px; } }
/* ******************************************************************************
 * Scroll
 */
#serviceContenair .scrollContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  text-align: center; }
  #serviceContenair .scrollContainer .titre {
    font-size: 10px;
    color: #fd0004; }
/* ******************************************************************************
 * zone2
 */
#zone2 .block-1 {
  text-align: right; }
  #zone2 .block-2 hr {
    display: block;
    margin-top: 0.6em;
    margin-bottom: 0.4em;
    border-style: inset;
    border-width: 0px;
    background-color: #ff7300;
    border-color: transparent; }
  #zone2 .block-2 .block-2-text {
    line-height: 1.3em;
    font-size: 23px; }
  #zone2 .line-scroll {
    top: 100vh;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    bottom: 0px;
    margin-left: -1px;
    overflow: hidden; }
  #zone2 .line-scroll .line {
    top: auto;
    bottom: 0px;
    z-index: 11;
    display: block;
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: rgba(255, 116, 2, 1);
    background: -webkit-linear-gradient(top, rgba(255, 116, 2, 1) 50%, rgba(255, 116, 2, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 116, 2, 1) 50%, rgba(255, 116, 2, 0) 50%);
    background-size: 100% 200%;
    background-position: 0 -100%;
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  #zone2 .line-scroll .line.active {
    animation: line-scroll2 3s ease-in-out forwards infinite; }

@-webkit-keyframes line-scroll2 {
    0% {
      background-position: 0 0; }
    80% {
      background-position: 0 0px; }
    100% {
      background-position: 0 0; } }
  #zone2 .horizon-title-xs {
    padding-right: 0px; }
/* ******************************************************************************
 * zone3
 */
.zone-nos-services {
  height: 100vh !important;
  /*.zone-droite{padding-left:calc((8.333333% + 30px )/2 + 15px) !important;}*/ }
  .zone-nos-services .zone-gauche {
    text-align: right; }
  .zone-nos-services .service-span {
    /*font-size:2em;*/
    transition: all linear 0.2s;
    color: #ff7300; }
  .zone-nos-services .serviceMenu .service {
    margin: 50px 0;
    color: #999;
    transition: all linear 0.2s; }
  .zone-nos-services .serviceMenu .service a {
    color: inherit;
    text-decoration: none; }
  .zone-nos-services .serviceMenu .service p {
    font-size: 14px;
    transition: all linear 0.2s; }
  .zone-nos-services .zone-droite {
    padding-left: 40px !important; }
  .zone-nos-services .zone-droite p {
    font-size: 18px; }
  .zone-nos-services .zone-droite h2 {
    margin-bottom: 15px; }
  .zone-nos-services .zone-droite .service-desc {
    font-family: 'Muli_ExtraLight'; }
  .zone-nos-services .zone-droite i {
    font-size: initial;
    color: #ff7300; }

.big-zone-services .line-scroll {
  position: absolute;
  width: 2px;
  height: 100vh;
  left: 50%;
  top: 100%;
  margin-left: -1px;
  overflow: hidden;
  background-color: #333;
  z-index: -1; }
  .big-zone-services .line-scroll .line {
    top: 0px;
    bottom: auto;
    z-index: 11;
    display: block;
    position: absolute;
    left: 50%;
    width: 2px;
    height: 0%;
    margin-left: -1px;
    background: rgba(255, 115, 0, 1) !important;
    background: -webkit-linear-gradient(top, rgba(255, 115, 0, 1) 50%, rgba(255, 115, 0, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 115, 0, 1) 50%, rgba(255, 115, 0, 0) 50%);
    background-size: 100% 200%;
    background-position: 0 -80px;
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

#svg1 {
  position: absolute;
  width: 100%;
  right: 50%;
  bottom: -30%;
  /*path{animation : dash 5s linear forwards;}*/ }

#svg2 {
  position: absolute;
  width: 200%;
  right: 0%;
  bottom: -60%;
  transform: rotate(45deg); }
/*path{animation: dash 5s linear forwards;}*/
#svg3 {
  position: absolute;
  width: 120%;
  right: 50%;
  bottom: -10%;
  /*path{animation: dash 5s linear forwards;}*/ }

#svg4 {
  position: absolute;
  width: 120%;
  right: 50%;
  bottom: -40%; }

#svg5 {
  position: absolute;
  width: 100%;
  right: 50%;
  bottom: -30%; }

@media screen and (max-width: 992px) {
  .zone-nos-services {
    height: auto !important;
    padding-top: 100px;
    padding-bottom: 100px; }

  #big-zone {
    padding: 50px 0; }

  #svg1 {
    bottom: 0;
    width: 130%;
    right: 10%; }

  #svg2 {
    width: 300%;
    right: -65%; }

  #svg3 {
    bottom: 0;
    width: 170%;
    right: 10%; }

  #svg4 {
    bottom: 0;
    width: 170%;
    right: 10%; }

  #svg5 {
    bottom: 0;
    width: 150%;
    right: 10%; } }

@media screen and (max-width: 544px) {
  .zone-nos-services {
    height: auto !important;
    padding-top: 50px;
    padding-bottom: 50px; }
    .zone-nos-services .service-desc, .zone-nos-services .service-list {
      font-size: 12px; }

  #svg1 {
    bottom: 25%;
    width: 200%;
    right: 10%; }

  #svg2 {
    bottom: 20%;
    width: 400%;
    right: -140%;
    transform: rotate(0deg); }

  #svg3 {
    bottom: 25%;
    width: 300%;
    right: 0%; }

  #svg4 {
    bottom: 25%;
    width: 250%;
    right: 0%; }

  #svg5 {
    bottom: 25%;
    width: 175%;
    right: 5%; } }

@media screen and (max-height: 800px) and (min-width: 768px) {
  #svg2 {
    position: absolute;
    width: 170%;
    right: 0%;
    bottom: -40%;
    transform: rotate(45deg); } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

#service-roll.active {
  position: fixed;
  left: 0;
  z-index: 10;
  top: calc(150vh - 250px);
  padding-right: 40px !important; }

#service-roll.in {
  position: absolute !important;
  top: calc(150vh - 250px) !important; }

#service-roll.out {
  position: absolute !important;
  top: calc(650vh - 250px) !important; }

.serviceFix {
  position: fixed;
  top: 10px; }

#zone3 .zone3-services {
  padding-left: calc((8.333333% + 30px ) /2); }
  #zone3 .zone3-services h3 {
    font-size: 25px;
    margin-bottom: 30px; }
  #zone3 .zone3-services .service-desc {
    font-size: 15px;
    margin-bottom: 25px; }
  #zone3 .zone3-services .service-list {
    line-height: 2em; }
  #zone3 #service-roll {
    transition: all linear 2s;
    top: 115vh; }
  #zone3 .line-scroll-big {
    top: 200vh;
    position: absolute;
    width: 2px;
    height: 600%;
    left: 50%;
    bottom: 0px;
    margin-left: -1px;
    overflow: hidden;
    transition: all ease-out 1s; }
  #zone3 .line-scroll-big .line {
    top: auto;
    bottom: 0px;
    z-index: 12;
    display: block;
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: rgba(255, 116, 2, 1);
    background: -webkit-linear-gradient(top, rgba(232, 232, 232, 1) 50%, rgba(232, 232, 232, 0) 50%);
    background: linear-gradient(to bottom, rgba(232, 232, 232, 1) 50%, rgba(232, 232, 232, 0) 50%);
    background-size: 100% 200%;
    background-position: 0 -100%;
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  #zone3 .line-scroll-big .line.active {
    animation: line-scrollbig 2s ease-in-out forwards infinite; }

@-webkit-keyframes line-scrollbig {
    0% {
      background-position: 0 0; }
    80% {
      background-position: 0 0px; }
    100% {
      background-position: 0 0; } }

@media screen and (max-width: 992px) {
  #big-zone h2 {
    font-size: 40px; } }

@media screen and (max-width: 768px) {
  #big-zone #service-00 .site-wrapper-inner {
    vertical-align: middle !important; }
    #big-zone h2 {
      font-size: 31px; }
    #big-zone .zone-droite {
      padding-left: 0px !important;
      padding-right: 0 !important; }
    #big-zone #service-roll {
      display: none !important; } }
/* ******************************************************************************
 * zone4
 */
#zone4 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

#slideContainer {
  width: 700%;
  height: 100%; }

.scrollmagic-pin-spacer {
  background-color: #ff7300; }

.panel {
  height: 100%;
  width: 14.28571%;
  float: left !important;
  transition: all linear 1s; }

#zone4 {
  display: block;
  background-color: #ff7300;
  color: #fff !important; }
  #zone4 span {
    color: #fff; }
  #zone4 h2, #zone4 .pseudo-title {
    text-align: center;
    font-size: 35px;
    line-height: 1.3em; }
  #zone4 hr {
    border-top: 1px solid #fff; }
  #zone4 a {
    color: #fff;
    font-weight: bolder; }
  #zone4 .special-scroll {
    font-family: 'Muli_ExtraLight'; }
  #zone4 .par-size {
    font-size: 14px;
    text-align: center; }
  #zone4 .fondateur {
    margin-bottom: 50px;
    font-style: italic;
    text-align: right; }
  #zone4 .horizon-title {
    color: #fff;
    text-align: right; }
  #zone4 .guillemet, #zone4 .guillemet2 {
    position: absolute;
    opacity: 0.5;
    height: 90%; }
  #zone4 .guillemet2 {
    top: -125%;
    left: 0%; }
  #zone4 .guillemet {
    bottom: -25%;
    right: 5%; }
  #zone4 .fix-met {
    position: absolute;
    top: 50.2%;
    z-index: 100; }
  #zone4 .fix-met p, #zone4 .fix-met hr {
    position: absolute; }
  #zone4 .site-wrapper-inner {
    vertical-align: middle; }
  #zone4 .flex-block {
    display: flex; }
  #zone4 .center {
    margin-top: auto;
    margin-bottom: auto; }
  #zone4 h3, #zone4 h4 {
    color: #fff;
    text-align: right; }
  #zone4 h3, #zone4 .ex-h3 {
    font-size: 13px;
    padding-bottom: auto;
    max-height: 80px;
    min-height: 80px; }
  #zone4 p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
    text-align: right; }
  #zone4 #methodo {
    text-align: right; }
  #zone4 .fa {
    color: #fff;
    text-align: right;
    padding-right: 5px; }
  #zone4 hr {
    border-top: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 30px; }
  #zone4 .horizon-title {
    color: #fff;
    text-align: right;
    font-size: 13px; }
  #zone4 h4, #zone4 .ex-h4 {
    margin-top: auto;
    margin-bottom: auto;
    float: left;
    margin-left: auto;
    font-size: 15px; }
  #zone4 .section1, #zone4 .section-bg1 {
    background: url('../img/1fontnexa.png') no-repeat;
    background-position: center right; }
  #zone4 .section2, #zone4 .section-bg2 {
    background: url('../img/2fontnexa.png') no-repeat;
    background-position: center right; }
  #zone4 .section3, #zone4 .section-bg3 {
    background: url('../img/3fontnexa.png') no-repeat;
    background-position: center right; }
  #zone4 .section4, #zone4 .section-bg4 {
    background: url('../img/4fontnexa.png') no-repeat;
    background-position: center right; }
  #zone4 .section5, #zone4 .section-bg5 {
    background: url('../img/5fontnexa.png') no-repeat;
    background-position: center right; }
  #zone4 .section6, #zone4 .section-bg6 {
    background: url('../img/6fontnexa.png') no-repeat;
    background-position: center right; }
  #zone4 .section-up {
    background-size: contain; }
  #zone4 h3 {
    font-size: 30px; }
  #zone4 .section-down {
    height: 100px;
    background-size: contain;
    display: flex; }
  #zone4 .section1 h3 {
    line-height: 2.15em; }
  #zone4 .Fred {
    opacity: 0.2;
    position: absolute;
    height: 100vh;
    z-index: -1; }

@media screen and (min-width: 1280px) {
  #zone4 .guillemet, #zone4 .guillemet2 {
    position: absolute;
    opacity: 0.5;
    height: 90%; }
    #zone4 .guillemet2 {
      top: -125%;
      left: 12.5%; }
    #zone4 .guillemet {
      bottom: -25%;
      right: 17.5%; } }

@media screen and (min-width: 768px) {
  #zone4 .special-scroll {
    margin-bottom: 15%; }
    #zone4 .site-wrapper-abs {
      display: flex;
      height: 100%;
      width: 100%;
      z-index: 10; }
    #zone4 .site-wrapper-inner-abs {
      margin-top: auto;
      margin-bottom: auto;
      width: 100%; }
    #zone4 .middle-section {
      width: 100%;
      transition: all linear 1s;
      z-index: 10 !important; }
      #zone4 .middle-section p {
        margin-bottom: 0;
        z-index: 10 !important; }
      #zone4 .middle-section .horizon-title {
        margin-left: 20vw;
        padding: 0 15px;
        width: 15vw;
        transition: all linear 1s;
        z-index: 10 !important; }
    #zone4 .met-scroll {
      height: 1px !important;
      background-color: white;
      width: 35vw;
      margin-left: 35vw;
      margin-top: -9.5px;
      transition: all linear 1s;
      position: absolute; }
    #zone4 #active-met {
      height: 3px !important;
      width: 0%;
      max-width: 100%;
      background-color: white;
      transition: all linear 1s;
      position: absolute;
      margin-top: -1px; }
    #zone4 .middle-section.actif .horizon-title {
      margin-left: 5vw !important; }
      #zone4 .middle-section.actif .met-scroll {
        margin-left: 20vw;
        width: 70vw; }
    #zone4 .up-section {
      margin-left: 20vw;
      width: 70vw; }
      #zone4 .up-section h3 {
        float: right;
        min-width: 100%;
        width: 300%; }
      #zone4 .up-section p {
        margin-bottom: 0;
        max-width: 66%;
        float: right; }
      #zone4 .up-section .section-bg {
        width: 150%;
        float: right;
        background-size: contain; }
      #zone4 .up-section .section {
        opacity: 0;
        transition: all linear 1s;
        width: 16.66667%;
        float: left;
        background: none; }
      #zone4 .up-section .section.active {
        opacity: 1; }
    #zone4 .bottom-section {
      margin-left: 20vw;
      width: 70vw;
      margin-top: 20px; }
      #zone4 .bottom-section .section-down {
        width: 16.66667%;
        float: left;
        transition: all linear 1s;
        opacity: 1; }
      #zone4 .bottom-section .section-down.active {
        opacity: 0 !important; } }

@media screen and (max-width: 992px) {
  #zone4 .horizon-title {
    padding: 0 !important; }
    #zone4 .up-section p {
      max-width: 80%; } }

@media screen and (max-width: 992px) {
  #zone4, #zone5 {
    height: auto !important;
    min-height: auto !important; }
    #zone4 h3, #zone5 h3 {
      min-height: auto !important;
      max-height: auto !important; }

  #zone4 h2 {
    margin-bottom: 30px;
    margin-top: 80px; }
    #zone4 .horizon-title {
      text-align: center; }
    #zone4 .section-xs-1, #zone4 .section-xs-2 {
      max-height: 170px;
      min-height: 170px; }
      #zone4 .section-xs-1 h3, #zone4 .section-xs-2 h3 {
        font-size: 15px; }
    #zone4 .font {
      max-height: 170px;
      min-height: 170px;
      display: flex;
      width: calc(50% - 1px); }
    #zone4 .vertical-hr {
      border: none;
      border-right: 1px solid #fff;
      height: 170px;
      width: 0px;
      margin: 0;
      position: absolute;
      left: 50%; }
    #zone4 .section-title-xs {
      height: 120px;
      display: flex; }
      #zone4 .section-title-xs h3 {
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 15px;
        text-align: left !important; }
    #zone4 .font1 {
      background: url('../img/1fontnexa.png') no-repeat;
      background-position: center;
      background-size: 40%;
      background-position-x: 30%; }
    #zone4 .font2 {
      background: url('../img/2fontnexa.png') no-repeat;
      background-position: center;
      background-size: 40%; } }

@media screen and (max-width: 992px) {
  #zone4 h2 {
    margin-bottom: 30px;
    font-size: 25px;
    margin-top: 50px; }
    #zone4 .horizon-title {
      text-align: center; }
    #zone4 .par-size {
      padding: 0;
      font-size: 11px; }
    #zone4 .site-wrapper-inner {
      vertical-align: bottom; } }

@media screen and (max-width: 544px) {
  #zone4 .section-xs-1, #zone4 .section-xs-2 {
    max-height: 100px;
    min-height: 100px; }
    #zone4 .section-xs-1 h3, #zone4 .section-xs-2 h3 {
      font-size: 15px; }
    #zone4 .font {
      max-height: 100px;
      min-height: 100px;
      display: flex;
      width: calc(50% - 1px); }
    #zone4 .vertical-hr {
      border: none;
      border-right: 1px solid #fff;
      height: 100px;
      width: 0px;
      margin: 0;
      position: absolute;
      left: 50%; } }
/* ******************************************************************************
 * zone5
 */
#zone5 {
  background-color: #ff7300;
  color: #fff !important;
  height: 100vh; }
  #zone5 a {
    color: #fff; }
  #zone5 .site-wrapper-inner {
    vertical-align: middle; }
  #zone5 .section1, #zone5 .section2, #zone5 .section3, #zone5 .section4, #zone5 .section5, #zone5 .section6 {
    opacity: 1; }
  #zone5 .section1.active, #zone5 .section2.active, #zone5 .section3.active, #zone5 .section4.active, #zone5 .section5.active, #zone5 .section6.active {
    opacity: 1; }
  #zone5 .flex-block {
    display: flex; }
  #zone5 .center {
    margin-top: auto;
    margin-bottom: auto; }
  #zone5 h3, #zone5 h4 {
    color: #fff;
    text-align: right; }
  #zone5 h3 {
    font-size: 13px;
    padding-bottom: auto;
    max-height: 80px;
    min-height: 80px; }
  #zone5 p {
    font-size: 10px;
    color: #fff;
    margin-bottom: 10px;
    text-align: right; }
  #zone5 #methodo {
    text-align: right; }
  #zone5 .fa {
    color: #fff;
    text-align: right;
    padding-right: 5px; }
  #zone5 hr {
    border-top: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 30px; }
  #zone5 .horizon-title {
    color: #fff;
    text-align: right;
    font-size: 13px; }
  #zone5 h4 {
    margin-top: auto;
    margin-bottom: auto;
    float: left;
    margin-left: auto;
    font-size: 15px; }
  #zone5 .section1 {
    background: url('../img/1fontnexa.png') no-repeat;
    background-position: center right; }
  #zone5 .section2 {
    background: url('../img/2fontnexa.png') no-repeat;
    background-position: center right; }
  #zone5 .section3 {
    background: url('../img/3fontnexa.png') no-repeat;
    background-position: center right; }
  #zone5 .section4 {
    background: url('../img/4fontnexa.png') no-repeat;
    background-position: center right; }
  #zone5 .section5 {
    background: url('../img/5fontnexa.png') no-repeat;
    background-position: center right; }
  #zone5 .section6 {
    background: url('../img/6fontnexa.png') no-repeat;
    background-position: center right; }
  #zone5 .section-up {
    background-size: contain; }
  #zone5 .section-down {
    height: 100px;
    background-size: contain;
    display: flex; }
  #zone5 .section1 h3 {
    line-height: 2.15em; }

@media screen and (max-width: 992px) {
  #zone5 .site-wrapper-inner {
    vertical-align: top; }
    #zone5 .font {
      max-height: 170px;
      min-height: 170px;
      display: flex;
      width: calc(50% - 1px); }
    #zone5 .vertical-hr {
      border: none;
      border-right: 1px solid #fff;
      height: 170px;
      width: 0px;
      margin: 0;
      position: absolute;
      left: 50%; }
    #zone5 .section-title-xs {
      height: 170px;
      display: flex; }
      #zone5 .section-title-xs h3 {
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 15px;
        text-align: left !important; }
    #zone5 .font3 {
      background: url('../img/3fontnexa.png') no-repeat;
      background-position: center;
      background-size: 40%; }
    #zone5 .font4 {
      background: url('../img/4fontnexa.png') no-repeat;
      background-position: center;
      background-size: 40%; }
    #zone5 .font5 {
      background: url('../img/5fontnexa.png') no-repeat;
      background-position: center;
      background-size: 40%; }
    #zone5 .font6 {
      background: url('../img/6fontnexa.png') no-repeat;
      background-position: center;
      background-size: 40%; } }

@media screen and (max-width: 992px) {
  #zone5 {
    padding-bottom: 50px; } }

@media screen and (max-width: 544px) {
  #zone5 .section-xs-3, #zone5 .section-xs-4, #zone5 .section-xs-5, #zone5 .section-xs-6 {
    max-height: 100px;
    min-height: 100px; }
    #zone5 .section-xs-3 h3, #zone5 .section-xs-4 h3, #zone5 .section-xs-5 h3, #zone5 .section-xs-6 h3 {
      font-size: 15px; }
    #zone5 .font {
      max-height: 100px;
      min-height: 100px;
      display: flex;
      width: calc(50% - 1px); }
    #zone5 .vertical-hr {
      border: none;
      border-right: 1px solid #fff;
      height: 100px;
      width: 0px;
      margin: 0;
      position: absolute;
      left: 50%; } }
/* ******************************************************************************
 * zone6
 */
#zone6 {
  /*.pop-logo img{margin: auto;opacity:0;}*/ }
  #zone6 .img-responsive {
    max-width: 100%; }
  #zone6 h2 {
    text-align: center; }
/*@keyframes pop{
 0%{ transform: scale(1);}
 10%, 20% {
 transform: scale(0.8) rotate(-3deg);
 }
 30%, 50%, 70%, 90% {
 transform: scale(1) rotate(3deg);
 }
 40%, 60%, 80% {
 transform: scale(1) rotate(-3deg);
 }
 100%{
 transform: scale(1) rotate(0);
 }
 }*/
@media screen and (max-width: 992px) {
  #zone6 {
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 80px; }
    #zone6 h2 {
      font-size: 40px;
      margin-top: 80px; } }

@media screen and (max-width: 544px) {
  #zone6 h2 {
    font-size: 25px; } }
/* ******************************************************************************
 * zone7
 */
#zone7 {
  height: 100vh;
  background-color: #ff7300;
  color: #fff; }
  #zone7 h2 {
    text-align: center;
    margin-bottom: 50px; }
  #zone7 p {
    text-align: center; }
  #zone7 .submit-btn {
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff;
    height: 40px;
    font-weight: bold;
    text-align: left;
    font-size: 17px;
    text-align: center;
    transition: all linear 0.3s; }
  #zone7 .submit-btn:active, #zone7 .submit-btn:focus {
    border: 1px solid transparent;
    outline-color: transparent; }
  #zone7 .submit-btn:hover {
    border: 1px solid rgba(255, 255, 255, .7); }
  #zone7 .contact-hr {
    border-top: 1px solid #fff;
    margin-top: 20px; }
  #zone7 .contact-span {
    height: 40px; }
  #zone7 .input-form {
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 40px; }
  #zone7 .input-form:focus {
    outline: none !important;
    border: 1px solid #fff;
    box-shadow: 0 0 10px #fff; }
  #zone7 .text-form {
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px; }
  #zone7 ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff; }
  #zone7 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  #zone7 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  #zone7 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  #zone7 ::-webkit-resizer {
    display: none; }
  #zone7 ::-moz-resizer {
    display: none; }
  #zone7 .input-user {
    padding-right: 15px; }
  #zone7 .input-mail {
    padding-right: 15px; }
  #zone7 .input-phone {
    padding-right: 15px; }
  #zone7 label {
    display: inline; }
  #zone7 .goToTop {
    text-align: center;
    left: 0;
    top: calc(1600vh - 50px);
    color: #fff; }
  #zone7 .goToTop a {
    color: #fff;
    text-decoration: none; }
  #zone7 label[for=nom]:before {
    content: "\f007";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 10px; }
  #zone7 label[for=email]:before {
    content: "\f0e0";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    bottom: 45%; }
  #zone7 label[for=phone]:before {
    content: "\f10b";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    bottom: 10px;
    font-size: 25px; }
  #zone7 label[for=message]:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    bottom: 45px;
    right: 19px;
    transform: rotate(45deg); }

@media screen and (max-width: 992px) {
  #zone7 {
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 80px; }
    #zone7 h2 {
      font-size: 40px;
      margin-top: 80px; }
    #zone7 .submit-btn {
      font-size: 14px; } }

@media screen and (max-width: 544px) {
  #zone7 h2 {
    font-size: 28px; }
    #zone7 p {
      font-size: 13px; }
    #zone7 .submit-btn {
      font-size: 12px; } }
/* ******************************************************************************
 * footer/ zone8
 */
footer {
  background-color: #333;
  color: #fff;
  padding: 25px 0 !important; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #ff7300;
    text-decoration: none; }
  footer .logo-container {
    margin-bottom: 10px; }
  footer #footerConteneur1, footer #footerConteneur3 {
    font-size: 14px; }
  footer #footerConteneur1 a:hover, footer #footerConteneur3 a:hover {
    color: #ff7300 !important;
    text-decoration: none !important; }
  footer ul, footer li {
    list-style: none; }
  footer #footerConteneur4 {
    text-align: right; }
  footer #footerConteneur4 p {
    margin: 0; }
  footer #footerConteneur4 a:hover .fa {
    color: #fff; }
  footer #phraseFooter2, footer #footerConteneur4, footer .fa {
    color: #ff7300; }
  footer #footerConteneur4 a {
    float: right; }
/* Spécificités mobiles & tablettes ******/
@media screen and (max-width: 992px) {
  footer div, footer p, footer .fa {
    font-size: 20px !important; }
    footer ul {
      padding: 0 !important; }
    footer #phraseFooter2 {
      text-align: right; } }
/* Spécificités mobiles ******/
@media screen and (max-width: 490px) {
  footer div, footer p, footer .fa {
    font-size: 12px !important; } }
/* *******************************************************************************
 * specifique grand formats
 */
/* zone 2 */
@media (min-width: 992px) {
  #zone2 .site-wrapper-inner .container .row {
    margin-bottom: 25%; } }
/* *******************************************************************************
 * specifique tablettes et en dessous
 */
/* zone 2 */
@media (max-width: 992px) {
  #zone2 .block-1 {
    text-align: left;
    margin-bottom: 10%; }

  #zone2 .block-2 p {
    padding-left: 0; }

  .horizon-title-xs {
    font-weight: bold; }

  #zone3b h2 {
    margin-top: -25%;
    text-align: right; } }
/* *******************************************************************************
 * specifique mobiles
 */
/* zone 2 */
@media (max-width: 490px) {
  #zone2 .block-1 {
    text-align: left;
    margin-top: 25%; }
    #zone2 .block-1 h2 {
      font-size: 30px; }
    #zone2 .block-2-text {
      font-size: 17px !important; }

  #zone3 .zone3-services h3 {
    font-size: 20px; }
    #zone3 .zone3-services .service-desc, #zone3 .zone3-services .service-list {
      font-size: 13px; }
    #zone3 #zone3b h2 {
      margin-top: 0%;
      text-align: right;
      font-size: 30px; } }
/*************************************************************************************
 * Pages internes
 */
#demande-envoye {
  background: url('../img/Alphalives-interne.png') center no-repeat;
  background-size: cover;
  /*height: calc(100vh - 55px);*/
  height: 100vh;
  /*min-height: calc(100vh - 55px);*/
  min-height: 100vh; }
  #demande-envoye .site-wrapper-inner {
    vertical-align: middle; }
  #demande-envoye h1, #demande-envoye div {
    color: #fff; }
  #demande-envoye h1 {
    margin-bottom: 75px; }
  #demande-envoye .first-par {
    font-size: 25px; }
  #demande-envoye a {
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #ff7300;
    transition: all linear 0.25s;
    background-color: #ff7300; }
  #demande-envoye a:hover {
    color: #fff;
    border: 1px solid #ff7300;
    text-decoration: none;
    background-color: transparent; }
  #demande-envoye .backTo {
    margin-top: 75px; }

.interne {
  padding-top: 50px;
  padding-bottom: 50px; }
  .interne h2 {
    font-size: 35px;
    margin-top: 15px;
    color: #333; }
  .interne .alm-titre {
    color: #333;
    padding: 0; }
  .interne .alm-description {
    color: #333;
    padding: 0; }

.liens-associes-block {
  /*display: flex;*/
  /*.liens-associes:nth-child(3) h3{line-height:54px;}*/ }
  .liens-associes-block .liens-associes {
    height: 100%; }

.btn-primary {
  border-radius: 0;
  background-color: #ff7300;
  border-color: #ff7300;
  transition: all linear 0.2s; }

.btn-primary:hover {
  background-color: transparent;
  border-color: #ff7300; }

.btn-primary:focus {
  background-color: transparent;
  border-color: #ff7300;
  color: #ff7300; }

.btn-primary:active {
  background-color: transparent !important;
  border-color: #ff7300;
  color: #ff7300; }

#contact-intro {
  height: 100vh;
  width: 100vw;
  /*background: url('../img/contact_font.jpg') center no-repeat;background-size: cover;*/ }
  #contact-intro .custom-sous-container {
    height: 100%;
    display: flex;
    background: linear-gradient(90deg, #fff, transparent); }
  #contact-intro .site-wrapper-inner {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10%; }
  #contact-intro #map {
    position: absolute;
    right: 0; }
  #contact-intro #map #middle-c {
    animation: map-effect 2s ease-in-out infinite; }
  #contact-intro p {
    color: #ff7300;
    font-size: 35px; }
  #contact-intro i {
    margin-right: 5px;
    color: #ff7300; }
  #contact-intro li {
    list-style: none; }

.zone-gauche-i {
  padding-right: 40px; }

@media screen and (max-width: 992px) {
  #contact-intro {
    background: url('../img/contact_font.jpg') 60% no-repeat; } }

#numbers {
  height: 100vh;
  background: url('../img/met-02.jpg') center no-repeat;
  background-size: cover; }
  #numbers .pseudo-title, #numbers .sec-par {
    color: #fff;
    text-align: center; }
  #numbers .pseudo-title {
    font-size: 45px;
    margin-bottom: 25px; }
  #numbers .custom-sous-container {
    height: 100%;
    display: flex;
    background: rgba(60, 58, 56, .9); }
  #numbers .site-wrapper-inner {
    width: 100%;
    margin: auto; }
  #numbers .big-one {
    font-size: 150px;
    line-height: 125px;
    color: #fff; }
  #numbers .n-head {
    font-size: 25px; }
  #numbers .n-text {
    color: #fff; }
  #numbers li {
    list-style: none; }
  #numbers li i {
    color: #ff7300; }

.big-zone-services li {
  list-style: none; }

.img-bg.service1 {
  position: absolute;
  left: -170px;
  bottom: -100vh;
  max-height: 100vh;
  z-index: -1; }

@media screen and (max-width: 992px) {
  #big-zone.interne .zone-gauche {
    text-align: left; }
    #big-zone.interne .zone-droite {
      padding-left: 15px !important;
      padding-right: 15px !important; }
    #big-zone.interne ul {
      padding: 0; }

  .img-bg.service1 {
    display: none; }

  span.service-span {
    color: #333 !important; } }

@media screen and (max-width: 490px) {
  .catg {
    font-size: 20px; } }

@media screen and (max-width: 544px) {
  #numbers {
    height: 100vh;
    background: url('../img/met-02.jpg') center no-repeat;
    background-size: cover; }
    #numbers .custom-sous-container {
      height: 100%;
      display: flex;
      background: rgba(60, 58, 56, .9); }
    #numbers .site-wrapper-inner {
      width: 100%;
      margin: auto; }
    #numbers .big-one {
      font-size: 150px;
      line-height: 125px;
      color: #fff; }
    #numbers .n-head {
      font-size: 25px; }
    #numbers .n-text {
      color: #fff; }

  .row.flex.block-xs {
    margin: 0; } }

@-webkit-keyframes map-effect {
  0% {
    r: 10; }

  100% {
    r: 45; } }

#references {
  background: url('../img/met-01.jpg') center top no-repeat;
  background-size: 100vw 100vh;
  height: auto; }
  #references .site-wrapper-inner {
    vertical-align: middle;
    height: 100%;
    background: rgba(60, 58, 56, .9); }
  #references h1, #references div {
    color: #fff; }
  #references .first-par {
    font-size: 25px; }
  #references #ref-zone {
    margin-top: 30px; }
  #references .ref-block {
    z-index: 1;
    moz-box-shadow: 0px 0px 50px 5px transparent;
    -webkit-box-shadow: 0px 0px 50px 5px transparent;
    -o-box-shadow: 0px 0px 50px 5px transparent;
    box-shadow: 0px 0px 50px 5px transparent;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=transparent, Direction=NaN, Strength=50);
    background: url('../img/met-04.jpg') center no-repeat;
    background-size: cover;
    height: 350px;
    transition: all linear 0.2s;
    /*{
     span{display: block;float: left;}
     .ref-hr{float:left;background-color: #fff;height: 1px;margin-left: 5px;margin-top: 12px;width: 1px;transition: all linear .2s;}
     }*/ }
  #references .ref-block .bg-color {
    background: rgba(60, 58, 56, .7);
    height: 100%;
    padding: 30px;
    transition: all linear 0.2s; }
  #references .ref-block .ref-name {
    color: #fff;
    font-size: 30px;
    transition: all linear 0.2s; }
  #references .ref-block .ref-type {
    font-size: 15px;
    color: #fff; }
  #references .ref-block .ref-go {
    opacity: 0;
    transition: all linear 0.2s;
    position: absolute;
    bottom: 20px;
    font-weight: bolder; }
    #references .ref-block .ref-go span {
      display: block;
      float: left; }
  #references .ref-block .ref-go:hover span {
    color: #ff7300; }
  #references .ref-block .ref-hr {
    float: left;
    background-color: #fff;
    height: 1px;
    margin-left: 5px;
    margin-top: 12px;
    width: 1px;
    transition: all linear 0.2s; }
  #references .ref-block:hover {
    cursor: pointer;
    z-index: 0;
    -moz-box-shadow: 0px 0px 50px 5px #1a1a1a;
    -webkit-box-shadow: 0px 0px 50px 5px #1a1a1a;
    -o-box-shadow: 0px 0px 50px 5px #1a1a1a;
    box-shadow: 0px 0px 50px 5px #1a1a1a;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#1a1a1a, Direction=NaN, Strength=50); }
  #references .ref-block:hover .bg-color {
    background: rgba(60, 58, 56, 0); }
  #references .ref-block:hover .ref-name {
    color: #ff7300;
    font-size: 30px; }
  #references .ref-block:hover .ref-type {
    font-size: 15px;
    color: #fff; }
  #references .ref-block:hover .ref-go {
    opacity: 1;
    bottom: 30px; }
  #references .ref-block:hover .ref-hr {
    width: 70%; }
  #references .ref-block.black:hover .ref-name {
    color: #3a3937;
    font-size: 30px; }
  #references .ref-block.black:hover .ref-type {
    font-size: 15px;
    color: #3a3937; }
  #references .ref-block.black:hover .ref-go {
    opacity: 1;
    bottom: 30px;
    color: #3a3937; }
  #references .ref-block.black:hover .ref-hr {
    width: 70%;
    background-color: #3a3937; }
  #references .ref-block.grey:hover .ref-name {
    color: #ff7300;
    font-size: 30px; }
  #references .ref-block.grey:hover .ref-type {
    font-size: 15px;
    color: #3a3937; }
  #references .ref-block.grey:hover .ref-go {
    opacity: 1;
    bottom: 30px;
    color: #3a3937; }
  #references .ref-block.grey:hover .ref-hr {
    width: 70%;
    background-color: #3a3937; }
  #references .modal-body {
    background-color: #fff;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  #references .modal-body .close {
    font-size: 40px;
    margin-right: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10; }
  #references .modal .ref-type {
    color: #ff7300; }
  #references .modal .ref-name {
    color: #000;
    font-size: 35px;
    margin-bottom: 25px; }
  #references .modal .ref-desc, #references .modal .ref-desc-i {
    color: #000; }
  #references .modal .ref-desc-i {
    font-weight: 600; }
  #references .modal .ref-desc-i {
    margin-top: 15px; }

@media screen and (min-width: 992px) {
  .modal-dialog {
    width: 900px;
    margin: 30px auto; }

  .modal-body {
    padding: 0; }

  .modal-text {
    padding-top: 25px;
    padding-bottom: 25px; } }

@media screen and (min-width: 1200px) {
  .modal-dialog {
    width: calc(100vw - 100px);
    margin: 30px auto; } }

@media screen and (max-width: 544px) {
  #demande-envoye .container {
    padding-top: 75px; } }

@media screen and (min-width: 992px) {
  .breadcrumb {
    position: absolute;
    background-color: transparent !important;
    top: 10px;
    right: 75px;
    z-index: 1010; }

  .breadcrumb li:before {
    color: #fff !important; }

  .breadcrumb a {
    color: #fff;
    font-size: 12px; }

  .breadcrumb a:hover {
    color: #ff7300; }

  .breadcrumb.visible {
    z-index: 500; }

  .breadcrumb {
    position: fixed; }

  .breadcrumb.black a {
    color: #000; }

  .breadcrumb.black a:hover {
    color: #ff7300; }

  .breadcrumb.black li:before {
    color: #000 !important; }

  .breadcrumb.orange a {
    color: #fff; }

  .breadcrumb.orange a:hover {
    color: #000; }

  .breadcrumb.orange li:before {
    color: #fff !important; } }

#contact-intro {
  /*margin-left:25px;*/ }
  #contact-intro .btn-contact:hover {
    color: #ff7300; }
  #contact-intro .contact_title {
    color: #333;
    font-size: 25px;
    margin-bottom: 0; }
  #contact-intro .contact_title span {
    color: #ff7300; }
  #contact-intro .contact_field {
    font-size: 20px;
    margin-left: 25px;
    color: #333; }
  #contact-intro .phone-number {
    font-size: 20px; }

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

#metro-14 circle {
  opacity: 0.7; }

h2.service-span {
  color: #333 !important; }

@media screen and (min-aspect-ratio: 1.77778) {
  .videoContainer .video-foreground {
    height: 300%;
    top: -100%; } }

@media screen and (max-aspect-ratio: 1.77778) {
  .videoContainer .video-foreground {
    width: 300%;
    left: -100%; } }

.fondGris {
  background: rgba(243, 243, 243, 0.79); }

.zone-article {
  font-size: 19px; }
/*padding: 50px 150px 50px 150px;*/
@media screen and (min-width: 992px) {
  .zone-article {
    font-size: 19px;
    padding: 50px 150px 50px 150px; } }

i.fa {
  margin-right: 10px; }

.share {
  font-size: 20px;
  font-weight: bold; }

.alm-description.n-text {
  padding: 0; }

.modal .carousel-control-prev, .modal .carousel-control-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20%;
  font-size: 1.5rem;
  color: #fff; }
  .modal .carousel-control-prev .carousel-control-prev-icon, .modal .carousel-control-next .carousel-control-prev-icon, .modal .carousel-control-prev .carousel-control-next-icon, .modal .carousel-control-next .carousel-control-next-icon {
    text-align: center;
    position: absolute;
    top: 48%; }
  .modal .carousel-control-prev {
    left: 0; }
  .modal .carousel-control-prev .carousel-control-prev-icon {
    left: 20px; }
  .modal .carousel-control-next {
    right: 0; }
  .modal .carousel-control-next .carousel-control-next-icon {
    right: 20px; }
  .modal .ref-type {
    font-size: 35px !important;
    margin-top: 20px;
    margin-bottom: 20px; }
  .modal .ref-name {
    font-size: 20px !important; }
  .modal .ref-desc {
    text-align: justify; }

#references h1 {
  margin-bottom: 100px; }
  #references .container {
    padding-top: 8%;
    padding-bottom: 100px; }
  #references .orangeBand {
    position: absolute;
    left: -2%;
    top: -10px;
    width: 40%;
    max-width: 500px; }

.whiteBand {
  position: absolute;
  right: 0;
  width: 40%;
  opacity: 0.2;
  height: 300px; }

.whiteTopBand {
  position: absolute;
  left: 0;
  opacity: 0.2; }

@media screen and (max-width: 544px) {
  .whiteBand, .whiteTopBand {
    display: none; }

  .orangeBand {
    display: none; }

  #references .container {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media screen and (min-width: 1800px) {
  #references .orangeBand {
    width: 680px; }

  .whiteBand {
    height: 325px; } }
/* Jonathan Rodrigues le 20/03/2017 *
 * Correction bugs graphiques 
 */
@media screen and (max-width: 992px) {
  .breadcrumb {
    display: none; } }

.fa-caret-right:before {
  color: #ff7300; }

#big-zone.interne-page {
  padding: 0; }

.zone-article {
  padding-top: 40px;
  padding-bottom: 40px; }

#social {
  padding-top: 30px;
  padding-bottom: 30px; }
  #social a {
    border-radius: 100px;
    margin-left: 30px;
    width: 50px;
    height: 50px;
    padding: 13px;
    border: 1px solid transparent;
    transition: all linear 0.2s; }
  #social .facebook-link {
    color: #fff;
    background-color: #3b5998; }
  #social .facebook-link:hover {
    color: #3b5998;
    background-color: #fff;
    border: 1px solid #3b5998; }
  #social .twitter-link {
    color: #fff;
    background-color: #55acee; }
  #social .twitter-link:hover {
    color: #55acee;
    background-color: #fff;
    border: 1px solid #55acee; }
  #social .google-link {
    color: #fff;
    background-color: #dd4b39; }
  #social .google-link:hover {
    color: #dd4b39;
    background-color: #fff;
    border: 1px solid #dd4b39; }
  #social .linkdn-link {
    color: #fff;
    background-color: #007bb5; }
  #social .linkdn-link:hover {
    color: #007bb5;
    background-color: #fff;
    border: 1px solid #007bb5; }
  #social i {
    margin: 0; }

.img-logo-pwa {
  margin: 20px 0px 30px 20px; }

.logo-accueil {
  color: #000;
  font-weight: bold; }

a.logo-link {
  text-decoration: none; }

.breadcrumb {
  position: absolute;
  background-color: transparent !important;
  top: 2px;
  right: 230px;
  z-index: 1010; }

.breadcrumb li a {
  color: #fff;
  font-size: 12px; }

.breadcrumb li a:hover {
  color: #ff7300;
  font-size: 12px; }

@media screen and (max-width: 992px) {
  .header {
    background-color: rgba(51, 51, 51, 1); }

  #big-zone {
    padding: 0 !important; }

  #demande-envoye {
    font-size: 15px; } }

@media screen and (max-width: 900px) {
  .zone-article {
    padding: 20px 50px; } }

@media screen and (max-width: 580px) {
  .zone-article {
    padding: 20px 10px;
    font-size: 15px; } }

@media screen and (max-width: 580px) {
  #big-zone h2 {
    font-size: 25px; }

  h1 {
    font-size: 25px; } }

img {
  max-width: 100%; }

@media screen and (max-width: 700px) {
  .breadcrumb {
    display: none; } }

.container-share {
  margin: auto;
  width: 80%; }

@media screen and (max-width: 1100px) {
  .share {
    width: 100%;
    text-align: center; }

  .col-xs-12.col-lg-10 {
    width: 100%; } }

@media screen and (max-width: 520px) {
  .libelle-share {
    display: none; } }

#auteur {
  max-width: 400px;
  border: 1px 0 1px 0; }

#auteur, .auteur {
  float: left;
  /*.facebook-aut:hover{background-color: #3b5998;color:#fff}*/
  /*.twitter-aut:hover{background-color: #55acee;color:#fff;}*/
  /*.linkdn-aut:hover{background-color: #007bb5;color:#fff;}*/ }
  #auteur img, .auteur img {
    margin-right: 15px;
    float: left; }
  #auteur a, .auteur a {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid transparent;
    float: left;
    padding: 7px 12px;
    transition: all linear 0.2s; }
  #auteur .facebook-aut:hover, .auteur .facebook-aut:hover {
    color: #3b5998; }
  #auteur .twitter-aut:hover, .auteur .twitter-aut:hover {
    color: #55acee; }
  #auteur .linkdn-aut:hover, .auteur .linkdn-aut:hover {
    color: #007bb5; }
  #auteur .facebook-aut, .auteur .facebook-aut, #auteur .twitter-aut, .auteur .twitter-aut, #auteur .linkdn-aut, .auteur .linkdn-aut {
    color: #ff7300;
    margin-right: 2px; }
  #auteur .author, .auteur .author {
    margin-bottom: 5px; }
  #auteur .author:hover, .auteur .author:hover {
    cursor: pointer; }
  #auteur .name-zone, .auteur .name-zone {
    width: calc(100% - 75px); }
  #auteur .social, .auteur .social {
    position: absolute;
    right: 0;
    top: 0; }
/* Jonathan Rodrigues le 20/03/2017 
 */
#social {
  padding-top: 30px;
  padding-bottom: 30px; }
  #social a {
    border-radius: 100px;
    margin-left: 30px;
    width: 50px;
    height: 50px;
    padding: 12px;
    border: 1px solid transparent;
    transition: all linear 0.2s;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px; }
  #social .facebook-link {
    color: #fff;
    background-color: #3b5998; }
  #social .facebook-link:hover {
    color: #3b5998;
    background-color: #fff;
    border: 1px solid #3b5998; }
  #social .twitter-link {
    color: #fff;
    background-color: #55acee; }
  #social .twitter-link:hover {
    color: #55acee;
    background-color: #fff;
    border: 1px solid #55acee; }
  #social .google-link {
    color: #fff;
    background-color: #dd4b39; }
  #social .google-link:hover {
    color: #dd4b39;
    background-color: #fff;
    border: 1px solid #dd4b39; }
  #social .linkdn-link {
    color: #fff;
    background-color: #007bb5; }
  #social .linkdn-link:hover {
    color: #007bb5;
    background-color: #fff;
    border: 1px solid #007bb5; }
  #social i {
    margin: 0; }

.zone-article {
  padding: 50px 0px;
  text-align: justify; }
  .zone-article h2 {
    font-size: 2.5rem !important; }
  .zone-article h2, .zone-article h3 {
    margin-top: 50px;
    margin-bottom: 30px; }
  .zone-article h3 {
    margin-top: 15px; }
  .zone-article ul {
    margin-bottom: 45px; }

@media screen and (min-width: 1200px) {
  .zone-article .container {
    max-width: 940px; } }

@media screen and (max-width: 544px) {
  #social a {
    margin-left: 0; }

  .zone-article h2 {
    font-size: 1.5rem !important; }

  #numbers .container {
    padding-top: 50px;
    padding-bottom: 50px; }
    #numbers h3 {
      text-align: center; }
    #numbers .liens-associes p {
      text-align: center; }

  .auteur .author {
    margin-bottom: 10px; } }

.left {
  float: left; }

.right {
  float: right; }

.author-title {
  margin-bottom: 30px; }

.author-container {
  padding: 50px 0;
  background-color: rgba(243, 243, 243, 0.79); }

@media screen and (min-width: 1200px) {
  .author-container .container {
    max-width: 940px; } }

.partagersurfiche {
  margin-bottom: 25px; }

#numbers h2 {
  margin-bottom: 50px; }

.liens-associes {
  margin-bottom: 30px; }

a.google-aut {
  color: #dd4b39; }

a.google-aut:hover {
  color: #ff7300; }
/* bouton contact */
.contact-link {
  float: right;
  position: relative;
  margin-right: 90px;
  top: 10px;
  /*border: 1px solid #ff7300;*/
  padding: 5px 15px;
  line-height: 25px;
  font-size: 16px;
  box-sizing: border-box;
  height: 40px;
  transition: all linear 0.2s;
  text-decoration: none !important;
  color: #ff7300 !important; }

.contact-link:before, .contact-link:after {
  position: absolute;
  content: "";
  background-color: #ff7300;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.contact-link:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  top: 0; }

.contact-link:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  bottom: 0; }

.contact-link .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.contact-link .inner:before, .contact-link .inner:after {
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #ff7300;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.contact-link .inner:before {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  left: 0; }

.contact-link .inner:after {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  right: 0; }

.contact-link:hover:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.contact-link:hover:after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.contact-link:hover .inner:before {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.contact-link:hover .inner:after {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.contact-link.black {
  color: #000 !important; }

.contact-link.black:before, .contact-link.black:after, .contact-link.black .inner:after, .contact-link.black .inner:before {
  background-color: #000; }

@media screen and (max-width: 544px) {
  .contact-link {
    margin-right: 75px;
    font-size: 14px;
    height: 36px; } }

@media screen and (max-height: 720px) {
  .menu-expanded .social-menu {
    bottom: 0; } }
