@import url("https://fonts.googleapis.com/css?family=Ubuntu&display=swap");
body, html {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0; }

body {
  font-family: "Ubuntu", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #504e4f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0; }
  body > .over-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9; }
  body.open-menu {
    left: -250px; }
    body.open-menu > .over-menu {
      visibility: visible;
      opacity: 1; }
    body.open-menu .menu-container {
      right: 0 !important; }

a {
  text-decoration: none !important;
  outline: none; }

.hidden {
  display: none; }

section {
  position: relative;
  width: 100%;
  float: left; }

header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 10px; }
  header::before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform-origin: 0;
    background: #FFF;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    right: 0;
    height: 0; }
  header .desk-menu {
    position: relative;
    width: 100%;
    float: left; }
    header .desk-menu .box-menu {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      display: block;
      margin: 0 auto;
      float: right;
      text-align: center; }
    header .desk-menu .menu-container {
      float: left; }
      header .desk-menu .menu-container .menu-head,
      header .desk-menu .menu-container .menu-foot {
        width: 100%;
        float: left;
        display: none; }
      header .desk-menu .menu-container .menu-head {
        background: #6fb444;
        padding: 16px 10px; }
        header .desk-menu .menu-container .menu-head .e1 {
          padding: 3px 0;
          float: left; }
          header .desk-menu .menu-container .menu-head .e1 img {
            width: 29px;
            float: left;
            height: 29px; }
        header .desk-menu .menu-container .menu-head .client {
          color: #FFF;
          float: right; }
          header .desk-menu .menu-container .menu-head .client span {
            font-family: "Ubuntu", sans-serif;
            text-transform: uppercase;
            padding: 5px 42px 5px  0;
            position: relative;
            line-height: 100%;
            font-size: 9px;
            display: block; }
          header .desk-menu .menu-container .menu-head .client i {
            position: absolute;
            font-size: 30px;
            right: 0;
            top: 0; }
      header .desk-menu .menu-container .menu-foot {
        position: absolute;
        bottom: 0;
        padding: 15px 0; }
        header .desk-menu .menu-container .menu-foot .social {
          display: table;
          margin: 0 auto; }
          header .desk-menu .menu-container .menu-foot .social a {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            display: inline-block;
            position: relative;
            margin: 0 5px 0 0;
            color: #FFF;
            font-size: 13px;
            text-align: center;
            padding: 5px 0;
            border-radius: 50%;
            background: #797c82;
            width: 29px;
            height: 29px; }
            header .desk-menu .menu-container .menu-foot .social a:last-child {
              margin: 0; }
            header .desk-menu .menu-container .menu-foot .social a:hover {
              background: #a4a7ac; }
        header .desk-menu .menu-container .menu-foot hr {
          margin: 15px auto 20px;
          display: table;
          width: calc(100% - 20px); }
        header .desk-menu .menu-container .menu-foot address {
          position: relative;
          text-align: left;
          padding: 0 15px;
          margin: 0; }
          header .desk-menu .menu-container .menu-foot address i {
            position: absolute;
            left: 0;
            top: 0; }
          header .desk-menu .menu-container .menu-foot address span {
            padding: 0 0 0 20px;
            position: relative;
            margin-bottom: 5px;
            font-size: 12px;
            display: block; }
      header .desk-menu .menu-container .menu {
        float: left;
        padding: 0;
        margin: 0 20px 0 0;
        list-style: none;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        header .desk-menu .menu-container .menu li.back {
          display: none; }
        header .desk-menu .menu-container .menu > li {
          -webkit-transition: all 0.33s ease;
          -moz-transition: all 0.33s ease;
          -ms-transition: all 0.33s ease;
          -o-transition: all 0.33s ease;
          transition: all 0.33s ease;
          margin: 0 0 0 10px;
          float: left;
          cursor: pointer;
          position: relative;
          overflow: inherit; }
          header .desk-menu .menu-container .menu > li a {
            position: relative;
            text-transform: uppercase;
            font-family: "Ubuntu", sans-serif;
            font-size: 0.9em;
            padding: 19px 8px;
            display: block;
            color: #504e4f; }
          header .desk-menu .menu-container .menu > li.line {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            position: absolute;
            bottom: 11px;
            left: 0;
            height: 0px;
            pointer-events: none;
            border: 1px solid #6fb444;
            background: #6fb444;
            -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
            -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
            transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
            opacity: 0;
            display: block; }
          header .desk-menu .menu-container .menu > li:hover > a {
            color: #6fb444; }
            header .desk-menu .menu-container .menu > li:hover > a::before {
              -webkit-transform: translateX(5px) rotate(-45deg);
              -moz-transform: translateX(5px) rotate(-45deg);
              -ms-transform: translateX(5px) rotate(-45deg);
              -o-transform: translateX(5px) rotate(-45deg);
              transform: translateX(5px) rotate(-45deg);
              width: 10px;
              right: 12px; }
            header .desk-menu .menu-container .menu > li:hover > a::after {
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg);
              width: 10px;
              right: 7px; }
  header .hamburger-menu {
    display: none; }
  @media (max-width: 991px) {
    header {
      height: 60px; }
      header .hamburger-menu {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        position: absolute;
        top: 40px;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        cursor: pointer;
        right: 0;
        z-index: 11; }
        header .hamburger-menu span {
          text-transform: uppercase;
          left: calc(-100% + -5px);
          padding: 8px 9px 8px 0;
          top: calc(50% - 18px);
          position: absolute;
          font-size: 13px;
          color: #FFF; }
        header .hamburger-menu .bar,
        header .hamburger-menu .bar::after,
        header .hamburger-menu .bar::before {
          width: 35px;
          height: 3px; }
        header .hamburger-menu .bar {
          position: relative;
          -webkit-transform: translateY(25px);
          -moz-transform: translateY(25px);
          -ms-transform: translateY(25px);
          -o-transform: translateY(25px);
          transform: translateY(25px);
          -webkit-transition: all 0.1s ease;
          -moz-transition: all 0.1s ease;
          -ms-transition: all 0.1s ease;
          -o-transition: all 0.1s ease;
          transition: all 0.1s ease;
          background: #504e4f;
          top: -7px; }
          header .hamburger-menu .bar::before, header .hamburger-menu .bar::after {
            position: absolute;
            background: #504e4f;
            content: '';
            left: 0;
            border-radius: 5px; }
          header .hamburger-menu .bar::before {
            bottom: 10px;
            -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
            -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
            -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
            transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
          header .hamburger-menu .bar::after {
            top: 10px;
            -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
            -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
            -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
            transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
          header .hamburger-menu .bar.animate {
            background: rgba(255, 255, 255, 0); }
            header .hamburger-menu .bar.animate::after {
              top: 0;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg);
              -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
              -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
              -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
              -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
              transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
            header .hamburger-menu .bar.animate::before {
              bottom: 0;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
              -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
              -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
              -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
              -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
              transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
      header .desk-menu .box-menu ul li a {
        color: #FFF !important;
        border-bottom: 1px solid #eaeaea; }
      header .desk-menu .menu-container {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #FFF;
        position: fixed;
        height: 100%;
        width: 250px;
        right: -250px;
        top: 0; }
        header .desk-menu .menu-container .menu-header-container {
          position: relative;
          float: left; }
          header .desk-menu .menu-container .menu-header-container ul {
            padding: 10px !important; }
        header .desk-menu .menu-container .menu {
          margin: 0; }
          header .desk-menu .menu-container .menu li.back {
            position: relative;
            display: block; }
            header .desk-menu .menu-container .menu li.back a {
              padding: 12px 12px 12px 35px !important; }
              header .desk-menu .menu-container .menu li.back a::before, header .desk-menu .menu-container .menu li.back a::after {
                background-color: #504e4f;
                position: absolute;
                content: '';
                height: 2px;
                width: 7px;
                top: 23px; }
              header .desk-menu .menu-container .menu li.back a::before {
                -webkit-transform: rotate(-45deg) !important;
                -moz-transform: rotate(-45deg) !important;
                -ms-transform: rotate(-45deg) !important;
                -o-transform: rotate(-45deg) !important;
                transform: rotate(-45deg) !important;
                top: 20px !important;
                right: inherit !important;
                left: 15px !important; }
              header .desk-menu .menu-container .menu li.back a::after {
                -webkit-transform: rotate(45deg) !important;
                -moz-transform: rotate(45deg) !important;
                -ms-transform: rotate(45deg) !important;
                -o-transform: rotate(45deg) !important;
                transform: rotate(45deg) !important;
                top: 24px !important;
                left: 15px !important; }
          header .desk-menu .menu-container .menu li.line {
            display: none !important; }
          header .desk-menu .menu-container .menu > li {
            width: 100%;
            float: left;
            margin: 0;
            text-align: left; }
            header .desk-menu .menu-container .menu > li a {
              font-family: "Ubuntu", sans-serif;
              padding: 12px;
              color: #504e4f !important; }
            header .desk-menu .menu-container .menu > li.menu-item-has-children {
              position: initial; }
              header .desk-menu .menu-container .menu > li.menu-item-has-children a {
                padding: 12px; }
                header .desk-menu .menu-container .menu > li.menu-item-has-children a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
                  background: #504e4f; }
                header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
                  right: 6px !important;
                  top: 22px !important;
                  width: 7px !important; }
                header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
                  top: 26px !important;
                  width: 7px !important; }
              header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
                box-shadow: none;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                display: block !important;
                background: #FFF;
                z-index: 1;
                top: 0;
                left: 100%;
                height: 100%; }
                header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
                  margin-top: 0; }
                header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu.open-sub {
                  left: 0%; }
                header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
                  background-color: #504e4f; }
                header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
                  -webkit-transform: rotate(45deg) !important;
                  -moz-transform: rotate(45deg) !important;
                  -ms-transform: rotate(45deg) !important;
                  -o-transform: rotate(45deg) !important;
                  transform: rotate(45deg) !important;
                  right: 6px !important;
                  top: 22px !important;
                  width: 7px !important; }
                header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
                  -webkit-transform: rotate(-45deg) !important;
                  -moz-transform: rotate(-45deg) !important;
                  -ms-transform: rotate(-45deg) !important;
                  -o-transform: rotate(-45deg) !important;
                  transform: rotate(-45deg) !important;
                  right: 6px !important;
                  top: 26px !important;
                  width: 7px !important; }
            header .desk-menu .menu-container .menu > li:hover a:before {
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg);
              right: 6px;
              top: 22px; }
            header .desk-menu .menu-container .menu > li:hover a::after {
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
              right: 6px;
              top: 26px; }
        header .desk-menu .menu-container .menu-head {
          display: block; }
        header .desk-menu .menu-container .menu-foot {
          display: block; } }
  @media (max-width: 767px) {
    header .desk-menu .menu-container .menu li a {
      padding: 8px 12px; }
    header .desk-menu .menu-container .menu li.back a {
      padding: 8px 12px 8px 35px !important; }
      header .desk-menu .menu-container .menu li.back a::before {
        top: 17px !important; }
      header .desk-menu .menu-container .menu li.back a::after {
        top: 21px !important; }
    header .desk-menu .menu-container .menu > li.menu-item-has-children a {
      padding: 8px 12px; }
      header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
        top: 18px; }
      header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
        top: 22px; }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
      padding: 8px 12px; }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
      top: 18px; }
    header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
      top: 22px; } }
  @media (max-width: 481px) {
    header .desk-menu .logo-adn a {
      width: 100px;
      height: 30px; }
    header .hamburger-menu {
      top: 40px;
      right: 0; }
      header .hamburger-menu .bar,
      header .hamburger-menu .bar::after,
      header .hamburger-menu .bar::before {
        width: 30px;
        height: 3px; }
      header .hamburger-menu .bar::before {
        bottom: 9px; }
      header .hamburger-menu .bar::after {
        top: 9px; } }
  @media (max-height: 550px) {
    header .desk-menu .menu-container .menu-foot hr,
    header .desk-menu .menu-container .menu-foot address {
      display: none; } }

.resize-message {
  margin: 40vh auto 0;
  display: table; }

.resize-message span {
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #666; }

.resize-message span i {
  font-size: 30px; }

.author {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 30px 15px 15px;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(54%, rgba(0, 0, 0, 0.54)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .author a {
    font-size: 16px;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    color: #FFF;
    font-weight: 700; }
    .author a span {
      color: #b7cd3d; }

.top-bar {
  position: relative;
  display: block;
  text-align: right; }
  .top-bar .btn-retour {
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 7px 50px 7px 6px;
    text-transform: uppercase;
    font-size: 1em; }
    .top-bar .btn-retour span {
      padding: 0 8px;
      text-align: left;
      display: inline-block;
      float: left; }
    .top-bar .btn-retour:after {
      content: 'X';
      position: absolute;
      z-index: 10;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #b7cd3d;
      color: #FFF;
      font-weight: bold;
      transition: all 0.3s ease-in; }
    .top-bar .btn-retour:hover span {
      background: #504e4f;
      color: #FFF; }
    .top-bar .btn-retour:hover:after {
      background: #504e4f;
      transition: all 0.3s ease-out; }

.banner-wrapper {
  position: relative;
  width: 100%; }

.banner {
  position: absolute;
  overflow: hidden; }
  .banner.dev {
    transform: skew(-30deg);
    margin-left: -500px;
    width: calc(50vw + 500px); }
    .banner.dev .banner-content {
      transform: skew(30deg);
      margin-left: 500px; }
  .banner img {
    width: 100vw; }

.vitrine-simple {
  text-align: center; }

body {
  background: #f6f6f6; }

h1, .h1 {
  font-family: "Ubuntu", sans-serif;
  color: #d1d1d1;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative; }
  h1 span, .h1 span {
    font-size: 1.5em; }
  h1.titre-step, .h1.titre-step {
    color: #504e4f;
    font-size: 2em;
    text-transform: none;
    border-left: 4px solid #b7cd3d;
    padding: 0 0 0 20px;
    line-height: 35px;
    margin-bottom: 20px; }
    h1.titre-step span, .h1.titre-step span {
      font-size: inherit;
      color: #b7cd3d; }

h2, .h2 {
  font-family: "Ubuntu", sans-serif;
  color: #504e4f;
  font-size: 2em;
  position: relative; }

h3 {
  font-family: "Ubuntu", sans-serif;
  color: #b7cd3d;
  font-size: 1.7em;
  position: relative; }

h4 {
  font-family: "Ubuntu", sans-serif;
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative; }
  h4 span {
    text-transform: none; }
  h4 .numerotation {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ffffff;
    color: #504e4f;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    font-size: 0.7em;
    font-weight: bold; }

h5 {
  font-size: 1.2em;
  margin: 0;
  position: relative; }

.titre-step {
  position: relative;
  min-height: 90px;
  text-align: center; }
  .titre-step h2 {
    color: #504e4f;
    font-size: 2em;
    text-transform: none;
    border-left: 4px solid #b7cd3d;
    padding: 0 0 0 20px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: left; }
    .titre-step h2 span {
      font-size: inherit;
      color: #b7cd3d; }
  .titre-step .picto-step {
    position: relative;
    display: inline-block;
    float: none;
    max-width: 140px; }

.btn {
  display: block;
  margin: 0.5em;
  font-size: 1.1em;
  border-radius: 50px;
  padding: 0.55rem 1rem; }
  .btn:focus {
    box-shadow: none; }

.btn-primary {
  font-size: 1.2em;
  border: none;
  text-shadow: 0 0 1px black;
  background: #b7cd3d;
  transition: all 0.2s ease-in; }
  .btn-primary:hover {
    background: #6fb444;
    transition: all 0.2s ease-out; }
  .btn-primary:focus {
    box-shadow: none; }

.btn-secondary {
  border: none;
  color: #504e4f;
  background: #d1d1d1;
  transition: all 0.3s ease-in; }
  .btn-secondary:hover {
    background: #b8b8b8;
    border-color: #6fb444;
    color: #ffffff;
    transition: all 0.32s ease-out; }

.btn-agenda {
  color: #FFF;
  border: 1px solid #FFF;
  background: transparent;
  transition: all 0.3s ease-in;
  padding: 3px 10px; }
  .btn-agenda:hover {
    background: transparent;
    border-color: #b7cd3d;
    color: #b7cd3d;
    transition: all 0.32s ease-out; }

.bts {
  margin: 15px auto 0 auto; }

.step-bt {
  position: absolute;
  bottom: 0;
  left: calc(50% - 125px);
  z-index: 10;
  min-width: 250px;
  display: none; }
  .step-bt:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-right: 191px solid transparent;
    border-bottom: 70px solid #b7cd3d;
    border-left: 59px solid transparent; }
  .step-bt .btn-absolute-bottom {
    z-index: 1;
    background: none;
    border: none;
    margin: 0;
    padding: 0 0 10px 35px;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #504e4f;
    line-height: 15px; }
    .step-bt .btn-absolute-bottom:before {
      content: '';
      position: absolute;
      width: 19px;
      height: 16px;
      top: -19px;
      left: 25%;
      font-size: 1.5em;
      background: url(../media/arrow.png) no-repeat center; }
    .step-bt .btn-absolute-bottom:hover {
      background: none;
      border: none;
      color: white; }

.text.margin-bottom {
  margin-bottom: 20px; }
.text.color-white {
  color: #ffffff; }
.text.color-green {
  color: #b7cd3d; }
.text i {
  color: #d1d1d1; }

.efrogg-marketing header {
  background: #ffffff; }
  .efrogg-marketing header .logo {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 49px;
    z-index: 10;
    background: url("../media/logo.png") no-repeat center;
    background-size: contain; }
  .efrogg-marketing header .desk-menu {
    float: right;
    width: 100px; }
.efrogg-marketing .container {
  position: relative;
  min-width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1; }
  .efrogg-marketing .container .droite {
    padding: 4%; }
  .efrogg-marketing .container .step {
    clear: both;
    margin-top: 30px; }
    .efrogg-marketing .container .step .col-illus {
      text-align: center;
      margin-bottom: 15px; }
      .efrogg-marketing .container .step .col-illus svg {
        max-width: 50%;
        margin: 0 auto; }
  .efrogg-marketing .container .step-full {
    position: relative;
    clear: both;
    margin: 0;
    padding: 4% 0; }
    .efrogg-marketing .container .step-full .text-pack {
      margin: 40px 0; }
      .efrogg-marketing .container .step-full .text-pack ul {
        padding-inline-start: 0; }
        .efrogg-marketing .container .step-full .text-pack ul > li {
          list-style: none;
          line-height: 30px; }
          .efrogg-marketing .container .step-full .text-pack ul > li .li-num {
            position: relative;
            float: left;
            margin: 5px 10px 0 0;
            background: #d1d1d1;
            color: #504e4f;
            border-radius: 100%;
            width: 25px;
            height: 25px;
            font-size: 0.8em;
            font-weight: bold;
            text-align: center;
            line-height: 25px;
            cursor: pointer;
            transition: all 0.2s ease-in; }
            .efrogg-marketing .container .step-full .text-pack ul > li .li-num:hover {
              background: #b7cd3d;
              color: #FFF;
              transition: all 0.2s ease-out; }
    .efrogg-marketing .container .step-full .droite {
      float: right; }
      .efrogg-marketing .container .step-full .droite .full-prix {
        position: absolute;
        z-index: 10;
        top: 13%;
        right: 18%;
        width: 80px;
        height: 80px;
        display: inline-block;
        background: #b7cd3d;
        border-radius: 100%;
        color: #FFF;
        font-size: 1.5em;
        line-height: 0.8em;
        text-align: center;
        padding-top: 12px; }
        .efrogg-marketing .container .step-full .droite .full-prix span {
          font-size: 0.5em; }
  .efrogg-marketing .container #step1 {
    position: relative;
    margin: 0;
    padding: 0;
    background: #eeeeee; }
    .efrogg-marketing .container #step1 .content-marketing {
      text-align: center;
      margin: 30px 0; }
      .efrogg-marketing .container #step1 .content-marketing .cm-illus #illus-marketing {
        margin: 0 0 20px 0;
        text-align: center; }
      .efrogg-marketing .container #step1 .content-marketing .gauche {
        margin: 0 auto; }
    .efrogg-marketing .container #step1 .gche-marketing {
      position: relative;
      z-index: 999; }
      .efrogg-marketing .container #step1 .gche-marketing .deco-gauche {
        position: absolute;
        right: -49px;
        top: 0;
        width: 50px;
        height: 100%;
        overflow: hidden;
        display: none; }
        .efrogg-marketing .container #step1 .gche-marketing .deco-gauche:after {
          position: absolute;
          z-index: 999;
          top: 0;
          right: 0;
          content: "";
          border-style: solid;
          border-width: 500px 0 500px 50px;
          border-color: transparent transparent transparent #eeeeee; }
    .efrogg-marketing .container #step1 .droite.back-grey {
      background: #504e4f; }
    .efrogg-marketing .container #step1 .text {
      position: relative; }
  .efrogg-marketing .container #step2 .droite .exemples.exemple-habillage {
    position: relative;
    min-height: 300px;
    width: 100%;
    height: 100%;
    background: url(../media/habillage-simple.png) no-repeat center;
    background-size: contain; }
  .efrogg-marketing .container #step3 {
    background: #504e4f;
    color: #FFF; }
    .efrogg-marketing .container #step3 h2 {
      color: #FFF; }
    .efrogg-marketing .container #step3 .droite .exemples.exemple-habillage2 {
      position: relative;
      min-height: 300px;
      width: 100%;
      height: 100%;
      background: url(../media/habillage-avance.png) no-repeat center;
      background-size: contain; }
  .efrogg-marketing .container #step4 .droite .exemples.exemple-landing {
    position: relative;
    min-height: 300px;
    width: 100%;
    height: 100%;
    background: url(../media/landing_page.gif) no-repeat center;
    background-size: contain; }
  .efrogg-marketing .container #step5 {
    background: #504e4f;
    color: #FFF; }
    .efrogg-marketing .container #step5 h2 {
      color: #FFF; }
    .efrogg-marketing .container #step5 .droite .exemples.exemple-newsletter {
      position: relative;
      min-height: 300px;
      width: 100%;
      height: 100%;
      background: url(../media/newsletter.png) no-repeat center;
      background-size: contain; }
  .efrogg-marketing .container #step6 .droite .exemples.exemple-jeux {
    position: relative;
    min-height: 300px;
    width: 100%;
    height: 100%;
    background: url(../media/exemple-jeux.png) no-repeat center;
    background-size: contain; }
  .efrogg-marketing .container #step7 {
    /* fallback/image non-cover color */
    background-color: #6fb444;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(bottom, #6fb444 0%, #b7cd3d 100%);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, bottom left, top right, color-stop(0%, #6fb444), color-stop(100%, #b7cd3d));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(bottom, #6fb444 0%, #b7cd3d 100%);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(bottom, #6fb444 0%, #b7cd3d 100%);
    /* IE10+ */
    background: -ms-linear-gradient(bottom, #6fb444 0%, #b7cd3d 100%);
    /* Standard */
    background: linear-gradient(to top, #6fb444 0%, #b7cd3d 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    padding: 50px 20px;
    height: 100%; }
    .efrogg-marketing .container #step7 .center-blocs {
      margin: 0 auto;
      width: 90%;
      text-align: center; }
    .efrogg-marketing .container #step7 .bloc-contact {
      margin: 0 auto;
      border: 1px solid #FFF;
      padding: 10px;
      text-align: center; }
      .efrogg-marketing .container #step7 .bloc-contact .bloc-int-contact {
        background: #FFF;
        padding: 40px 20px; }
        .efrogg-marketing .container #step7 .bloc-contact .bloc-int-contact h2 {
          font-size: 1.3em;
          margin-bottom: 25px; }
        .efrogg-marketing .container #step7 .bloc-contact .bloc-int-contact .form-contact input {
          max-width: 100%;
          border: 1px solid #504e4f;
          color: #504e4f;
          padding: 2px 5px;
          margin: 0 0 10px 0;
          font-size: 0.9em;
          height: 35px;
          min-width: 95%; }
        .efrogg-marketing .container #step7 .bloc-contact .bloc-int-contact .form-contact #submit {
          background: #504e4f;
          color: #FFF;
          border: none;
          border-radius: 50px;
          padding: 15px 8px;
          min-width: 150px;
          min-height: 50px;
          transition: all .3s ease-in;
          clear: both; }
          .efrogg-marketing .container #step7 .bloc-contact .bloc-int-contact .form-contact #submit:hover {
            background: #b7cd3d;
            transition: all .3s ease-out; }
          .efrogg-marketing .container #step7 .bloc-contact .bloc-int-contact .form-contact #submit:disabled {
            cursor: no-drop; }
        .efrogg-marketing .container #step7 .bloc-contact .bloc-int-contact .form-contact .checkbox-form {
          text-align: left;
          margin-top: 10px;
          padding-left: 13px;
          font-size: 11px; }
          .efrogg-marketing .container #step7 .bloc-contact .bloc-int-contact .form-contact .checkbox-form input.check-efrogg {
            display: inline-block;
            float: left;
            margin-right: 15px;
            min-width: inherit;
            max-width: inherit;
            width: 20px;
            height: 20px; }
    .efrogg-marketing .container #step7 #picto-contact {
      max-width: 100px; }
    .efrogg-marketing .container #step7 .formulaire-gmail {
      width: 100%;
      margin-top: 20px; }
    .efrogg-marketing .container #step7 .bloc-tel {
      background: rgba(255, 255, 255, 0.2);
      padding: 20px;
      color: #FFF;
      width: 100%;
      margin-bottom: 20%; }
      .efrogg-marketing .container #step7 .bloc-tel a {
        color: #FFF; }
        .efrogg-marketing .container #step7 .bloc-tel a:hover {
          text-decoration: underline; }
      .efrogg-marketing .container #step7 .bloc-tel .bt-deco h5 {
        font-weight: bold; }
      .efrogg-marketing .container #step7 .bloc-tel .bt-deco .tel {
        margin-top: 10px;
        font-weight: bold; }

@media (max-width: 480px) {
  h1, h2 {
    text-align: center; }

  .bts .btn {
    font-size: 1em;
    min-width: auto; }

  .efrogg-marketing#wrap header .logo {
    max-width: 80%; }
  .efrogg-marketing#wrap header .desk-menu {
    width: 20%; }

  .efrogg-marketing .container #step7 {
    padding: 4%; }
    .efrogg-marketing .container #step7 .center-blocs {
      max-width: 100%; }
      .efrogg-marketing .container #step7 .center-blocs .bloc-contact {
        padding: 8px; }
        .efrogg-marketing .container #step7 .center-blocs .bloc-contact .bloc-int-contact {
          padding: 10px; } }
@media (min-width: 480px) {
  .btn {
    display: inline-block; }

  .efrogg-marketing .container #step1 .content-marketing {
    text-align: left; }
    .efrogg-marketing .container #step1 .content-marketing .cm-illus {
      float: left; } }
@media (min-width: 576px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.7em; }
    h1 span {
      font-size: 2.5em; }

  h2 {
    font-size: 1.4em; }

  .titre-step {
    text-align: left; }
    .titre-step h2 {
      margin-left: 180px; }
    .titre-step .picto-step {
      position: relative;
      float: left;
      display: inline-block;
      max-width: 140px; }

  .efrogg-marketing .container .picto-step {
    max-width: 170px; }
  .efrogg-marketing .container .step .col-illus {
    float: left; }
    .efrogg-marketing .container .step .col-illus svg {
      max-width: 90%; }
  .efrogg-marketing .container .step .content-marketing .gauche {
    margin: 0;
    float: left; }
  .efrogg-marketing .container .step .content-marketing .right {
    max-width: 100%; }
  .efrogg-marketing .container .step .content-marketing #illus-marketing {
    max-width: 300px; } }
@media (min-width: 768px) {
  .bts {
    max-width: 80%;
    margin: auto 0;
    margin-top: 20px;
    text-align: left; }

  .efrogg-marketing .container #step5 .deco-step5, .efrogg-marketing .container #step5 .deco-step3, .efrogg-marketing .container #step3 .deco-step5, .efrogg-marketing .container #step3 .deco-step3 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 350px 350px;
    border-color: transparent transparent #e5e5e5 transparent; }
  .efrogg-marketing .container #step6 .deco-step6, .efrogg-marketing .container #step6 .deco-step4, .efrogg-marketing .container #step6 .deco-step2, .efrogg-marketing .container #step4 .deco-step6, .efrogg-marketing .container #step4 .deco-step4, .efrogg-marketing .container #step4 .deco-step2, .efrogg-marketing .container #step2 .deco-step6, .efrogg-marketing .container #step2 .deco-step4, .efrogg-marketing .container #step2 .deco-step2 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 350px 350px;
    border-color: transparent transparent #f0f0f0 transparent; }
  .efrogg-marketing .container #step7 .bloc-contact, .efrogg-marketing .container #step7 .bloc-tel {
    margin: inherit; }
  .efrogg-marketing .container #step7 .bloc-tel {
    margin-bottom: 40%; }
    .efrogg-marketing .container #step7 .bloc-tel .bt-deco {
      border-left: 2px solid #FFF;
      padding-left: 25px; }
  .efrogg-marketing .container .deco-step7 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 350px 350px;
    border-color: transparent transparent #8abd41 transparent; } }
@media (min-width: 992px) {
  .efrogg-marketing header {
    position: fixed;
    top: 0;
    left: 0; }
    .efrogg-marketing header .desk-menu {
      width: 85%; }

  .step-bt {
    display: block; }

  .efrogg-marketing .container {
    padding: 79px 0 0 0; }
    .efrogg-marketing .container .step-full {
      height: 102vh;
      padding: 4%; }
      .efrogg-marketing .container .step-full#step1 .gche-marketing .deco-gauche {
        display: block; }
      .efrogg-marketing .container .step-full#step1 {
        height: auto; }

  .efrogg-marketing .container .droite {
    padding: 2% 2% 2% 5%; }

  .efrogg-marketing .container #step7 {
    padding: 0 0 0 0; } }

/*# sourceMappingURL=style.css.map */
