body {
  font-family: AvenirLT-Book;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  overflow-x: hidden; }
  body *, body *:before, body *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

h1 {
  font-family: UniversLT-Light, Arial, sans-serif;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 0.5px;
  line-height: 60px; }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 35px;
      line-height: 40px; } }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 26px;
      line-height: 32px;
      font-weight: 500; } }

h2 {
  font-family: UniversLT-Light, Arial, sans-serif;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 45px; }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 26px;
      line-height: 32px; } }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 20px;
      line-height: 30px; } }

h3 {
  font-family: AvenirLT-Book, Arial, sans-serif;
  font-size: 25px;
  font-weight: 100;
  letter-spacing: 0.7px;
  line-height: 35px; }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 20px;
      line-height: 30px; } }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 18px;
      line-height: 28px; } }

p.white {
  font-size: 25px;
  color: #ffffff;
  font-weight: 100;
  line-height: 35px;
  letter-spacing: 1px; }
  @media screen and (max-width: 1024px) {
    p.white {
      font-size: 16px;
      line-height: 24px; } }
  @media screen and (max-width: 768px) {
    p.white {
      font-size: 14px;
      line-height: 20px; } }

p {
  font-size: 19px;
  line-height: 30px;
  color: #3D3D3D; }
  @media screen and (max-width: 1024px) {
    p {
      font-size: 16px;
      line-height: 28px; } }
  @media screen and (max-width: 768px) {
    p {
      font-size: 14px;
      line-height: 24px; } }

.wrapper {
  width: calc(100% - 60px);
  max-width: 1440px;
  margin: auto;
  position: relative; }

.clr {
  clear: both; }

.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.center-v {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.left {
  float: left;
  position: relative; }

.right {
  float: right;
  position: relative; }

@media screen and (max-width: 768px) {
  .desktop {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .mobile {
    display: none !important; } }

@media screen and (min-width: 481px) {
  .small {
    display: none; } }

.text-content {
  padding: 55px 0 75px 0; }
  .text-content h2, .text-content h3 {
    color: #00C25B;
    padding: 15px 0; }
  .text-content p {
    padding: 15px 0; }
  .text-content ol {
    list-style: decimal;
    font-size: 19px;
    color: #3D3D3D;
    padding: 15px 0 15px 20px; }
    @media screen and (max-width: 1024px) {
      .text-content ol {
        font-size: 16px;
        line-height: 24px; } }
    @media screen and (max-width: 768px) {
      .text-content ol {
        font-size: 14px;
        line-height: 20px; } }
    .text-content ol li {
      padding: 12.5px 0 12.5px 30px; }
      @media screen and (max-width: 768px) {
        .text-content ol li {
          padding: 12.5px 0 12.5px 20px; } }
      @media screen and (max-width: 480px) {
        .text-content ol li {
          padding: 12.5px 0 12.5px 10px; } }

.button-white {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 23px 60px 20px 60px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 500;
  transition: all 0.5s; }

.button-grad {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: -webkit-linear-gradient(left, #4C4AC8 0%, #007ADB 100%), -webkit-linear-gradient(left, #4C4AC8 0%, #007ADB 100%);
  background-image: -moz-linear-gradient(left, #4C4AC8 0%, #007ADB 100%), -moz-linear-gradient(left, #4C4AC8 0%, #007ADB 100%);
  background-image: -o-linear-gradient(left, #4C4AC8 0%, #007ADB 100%), -o-linear-gradient(left, #4C4AC8 0%, #007ADB 100%);
  background-image: linear-gradient(to right, #4C4AC8 0%, #007ADB 100%), linear-gradient(to right, #4C4AC8 0%, #007ADB 100%); }
  .button-grad span {
    display: inline-block;
    padding: 22px 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    transition: all 0.3s; }

.button-white:hover {
  background: #ffffff; }

.button-grad:hover span {
  background: transparent !important; }

.hideme {
  opacity: 0; }

.dark-bg, .light-bg {
  padding: 100px 0 50px 0;
  color: #ffffff;
  background: url("../images/test.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .dark-bg, .light-bg {
      padding: 75px 0 40px 0; } }
  @media screen and (max-width: 768px) {
    .dark-bg, .light-bg {
      padding: 30px 0 10px 0; } }
  .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg p, .light-bg h1, .light-bg h2, .light-bg h3, .light-bg p {
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg p, .light-bg h1, .light-bg h2, .light-bg h3, .light-bg p {
        padding-bottom: 25px; } }
  .dark-bg h2, .light-bg h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.35px;
    max-width: 950px; }
    @media screen and (max-width: 1024px) {
      .dark-bg h2, .light-bg h2 {
        font-size: 30px;
        line-height: 40px; } }
    @media screen and (max-width: 768px) {
      .dark-bg h2, .light-bg h2 {
        font-size: 22px;
        line-height: 35px; } }
  .dark-bg p, .light-bg p {
    font-size: 25px;
    font-weight: 100;
    color: #ffffff;
    line-height: 32px;
    letter-spacing: 1px;
    max-width: 1050px; }
    @media screen and (max-width: 1024px) {
      .dark-bg p, .light-bg p {
        font-size: 20px;
        line-height: 30px; } }
    @media screen and (max-width: 768px) {
      .dark-bg p, .light-bg p {
        font-size: 16px;
        line-height: 28px; } }

.light-bg {
  color: #181818;
  background: url("../images/bg-light.png") no-repeat center center;
  background-size: cover; }
  .light-bg h3 {
    max-width: 1055px; }

.light-title {
  padding: 125px 0 60px 0;
  color: #00C25B; }
  @media screen and (max-width: 1024px) {
    .light-title {
      padding: 100px 0 35px 0; } }
  @media screen and (max-width: 768px) {
    .light-title {
      padding: 50px 0 25px 0;
      font-size: 18px; } }
  .light-title .number {
    margin-top: -15px;
    width: 145px; }
    @media screen and (max-width: 1024px) {
      .light-title .number {
        width: 100px;
        margin-top: -10px; }
        .light-title .number .circle {
          width: 63px;
          padding: 18px 0 13px 0;
          font-size: 30px; } }
  .light-title h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.35px;
    max-width: 950px; }
    @media screen and (max-width: 1024px) {
      .light-title h2 {
        font-size: 30px;
        line-height: 40px; } }
    @media screen and (max-width: 768px) {
      .light-title h2 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 500; } }

.color-title {
  padding: 150px 0 65px 0;
  color: #ffffff;
  background: #00C25B; }
  @media screen and (max-width: 1024px) {
    .color-title {
      padding: 100px 0 35px 0; } }
  @media screen and (max-width: 480px) {
    .color-title {
      padding: 50px 0 25px 0; } }
  .color-title h1 {
    padding-right: 125px; }
    @media screen and (max-width: 480px) {
      .color-title h1 {
        padding-right: 0; } }
  .color-title img {
    position: absolute;
    right: 0; }
    @media screen and (max-width: 1024px) {
      .color-title img {
        max-width: 50px;
        max-height: 40px; } }
    @media screen and (max-width: 480px) {
      .color-title img {
        display: none; } }

.blue {
  background: #00A2DB; }

.green {
  background: #00C25B; }

.purple {
  background: #4C4AC8; }

.orange {
  background: #F5A623; }

.text-blue {
  color: #00A2DB; }

.text-green {
  color: #00C25B; }

.text-purple {
  color: #4C4AC8; }

.text-orange {
  color: #F5A623; }

.banner {
  position: relative;
  width: 100%;
  height: 720px;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .banner {
      height: 600px; } }
  @media screen and (max-width: 768px) {
    .banner {
      height: 380px; } }
  .banner .wrapper {
    position: relative;
    height: 100%; }
    .banner .wrapper .content {
      width: 100%;
      position: absolute;
      bottom: 100px;
      max-width: 1050px; }
      @media screen and (max-width: 1024px) {
        .banner .wrapper .content {
          bottom: 75px; } }
      @media screen and (max-width: 768px) {
        .banner .wrapper .content {
          bottom: 30px; } }
      .banner .wrapper .content h1 {
        color: #3D3D3D; }
      .banner .wrapper .content h2 {
        color: #3D3D3D;
        padding-top: 35px; }
        @media screen and (max-width: 1024px) {
          .banner .wrapper .content h2 {
            padding-top: 25px; } }
        @media screen and (max-width: 768px) {
          .banner .wrapper .content h2 {
            padding-top: 15px; } }

.banner-small {
  width: 100%;
  position: relative;
  height: 200px;
  background-position: center top;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .banner-small {
      height: 175px; } }
  @media screen and (max-width: 480px) {
    .banner-small {
      height: 125px; } }

.picture-row {
  width: 100%;
  height: 100px;
  background: url(../images/bg-savoir-plus.jpg) no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .picture-row {
      height: 50px; } }

.number {
  width: 10%;
  position: relative;
  height: 80px;
  float: left; }
  .number .circle {
    width: 80px;
    text-align: center;
    display: block;
    padding: 25px 25px 20px 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 35px;
    font-family: AvenirLT-Book;
    margin-right: 50px; }
    @media screen and (max-width: 768px) {
      .number .circle {
        width: 55px;
        padding: 18px;
        font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .number {
      display: none; } }

/*////////////////////////////////////////////////////////
//////////////////////    MENU    ////////////////////////
////////////////////////////////////////////////////////*/
.nav {
  position: relative;
  height: 110px;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    .nav {
      height: 75px; } }
  .nav .logo {
    position: absolute;
    left: 0;
    top: 28px; }
    @media screen and (max-width: 1024px) {
      .nav .logo {
        top: 35px; }
        .nav .logo img {
          width: 150px; } }
    @media screen and (max-width: 768px) {
      .nav .logo {
        top: 20px; } }
    @media screen and (max-width: 480px) {
      .nav .logo {
        top: 22px; }
        .nav .logo img {
          width: 125px; } }
  .nav .cart.mobile {
    position: absolute !important;
    top: 18px;
    display: block;
    width: 38px;
    height: 38px;
    right: 75px;
    background: url(../images/cart.svg) no-repeat;
    background-size: 100% 100%;
    margin: 0; }
  .nav #mob-menu {
    width: 38px;
    height: 38px;
    background: url(../images/menu.svg) no-repeat center center;
    position: absolute;
    right: 30px;
    top: 18px;
    cursor: pointer; }
  .nav #mob-menu.active {
    background: url(../images/menu-hover.svg) no-repeat center center;
    background-size: 100%; }
  .nav ul.mobile {
    position: absolute;
    display: none;
    width: 100%;
    background: #ffffff;
    padding: 0 30px 15px 30px;
    top: 75px;
    text-align: center;
    z-index: 999; }
    .nav ul.mobile li {
      padding: 15px 0 0 0;
      margin: 0;
      border-top: 2px solid #F5F5F5; }
      .nav ul.mobile li a {
        font-size: 16px; }
      .nav ul.mobile li ul {
        display: none;
        width: 100% !important;
        overflow: hidden; }
        .nav ul.mobile li ul li {
          border-top: none;
          padding: 5px 0 0 0; }
        .nav ul.mobile li ul a {
          color: #A0A0A0;
          font-size: 14px; }
    .nav ul.mobile .button-grad {
      max-width: 175px;
      margin: auto; }
      .nav ul.mobile .button-grad span {
        width: 100%;
        padding-top: 13px;
        padding-bottom: 10px; }
  .nav ul.desktop {
    display: block;
    position: absolute;
    right: 0;
    top: 33px;
    right: 30px; }
  .nav ul.desktop li a:hover {
    color: #00C25B; }
  .nav ul.desktop li a:hover ~ ul, .nav ul.desktop li ul:hover {
    visibility: visible;
    opacity: 1; }
  .nav ul.desktop li {
    display: inline-block;
    margin: 0 25px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .nav ul.desktop li {
        margin: 0 10px; } }
    .nav ul.desktop li ul {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.3s linear;
      position: absolute;
      width: 250px;
      z-index: 999;
      top: 25px;
      left: -100%;
      padding-top: 40px;
      text-transform: uppercase;
      font-family: AvenirLT-Book;
      transition: all 0.3s; }
      .nav ul.desktop li ul li.top {
        display: block;
        height: 5px;
        background: blue;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: none;
        background-image: -webkit-linear-gradient(left, #00C25B 0%, #00A2DB 100%), -webkit-linear-gradient(left, #00C25B 0%, #00A2DB 100%);
        background-image: -moz-linear-gradient(left, #00C25B 0%, #00A2DB 100%), -moz-linear-gradient(left, #00C25B 0%, #00A2DB 100%);
        background-image: -o-linear-gradient(left, #00C25B 0%, #00A2DB 100%), -o-linear-gradient(left, #00C25B 0%, #00A2DB 100%);
        background-image: linear-gradient(to right, #00C25B 0%, #00A2DB 100%), linear-gradient(to right, #00C25B 0%, #00A2DB 100%); }
      .nav ul.desktop li ul li {
        padding: 0;
        display: block;
        margin: 0;
        border-bottom: 1px solid #FBFBFB; }
        .nav ul.desktop li ul li a {
          position: relative;
          padding: 23px 50px 19px 10px;
          font-size: 14px;
          display: block;
          background-color: #ffffff;
          background-repeat: no-repeat;
          background-position: 94% center;
          transition: all 0.3s;
          height: auto;
          line-height: 18px;
          font-weight: 500;
          letter-spacing: 1px; }
        .nav ul.desktop li ul li .offre {
          background-image: url(../images/offre.png);
          background-size: 20px; }
        .nav ul.desktop li ul li .offre:hover {
          background-image: url(../images/offre-white.png); }
        .nav ul.desktop li ul li .deroulement {
          background-image: url(../images/deroulement.png);
          background-size: 25px; }
        .nav ul.desktop li ul li .deroulement:hover {
          background-image: url(../images/deroulement-white.png); }
        .nav ul.desktop li ul li .formation {
          background-image: url(../images/formation.png);
          background-size: 18px; }
        .nav ul.desktop li ul li .formation:hover {
          background-image: url(../images/formation-white.png); }
        .nav ul.desktop li ul li .equipements {
          background-image: url(../images/equipements.png);
          background-size: 22px; }
        .nav ul.desktop li ul li .equipements:hover {
          background-image: url(../images/equipements-white.png); }
        .nav ul.desktop li ul li .produits {
          background-image: url(../images/produits.png);
          background-size: 22px; }
        .nav ul.desktop li ul li .produits:hover {
          background-image: url(../images/produits-white.png); }
        .nav ul.desktop li ul li .partenaires {
          background-image: url(../images/partenaires.png);
          background-size: 22px; }
        .nav ul.desktop li ul li .partenaires:hover {
          background-image: url(../images/partenaires-white.png); }
        .nav ul.desktop li ul li a:hover {
          background-color: #00C25B;
          color: #ffffff;
          font-weight: 600; }
      .nav ul.desktop li ul li:last-child {
        border-bottom: none; }
  .nav ul li a {
    display: block;
    text-decoration: none;
    color: #3D3D3D;
    font-size: 19px;
    letter-spacing: 0.5px;
    height: 30px;
    transition: all 0.3s; }
  .nav .cart {
    position: relative; }
    .nav .cart .snipcart-checkout {
      top: -25px;
      left: -40px;
      width: 42px;
      height: 42px;
      background: url(../images/cart.svg) no-repeat;
      display: block;
      position: absolute;
      background-size: 100%; }
      @media screen and (max-width: 1024px) {
        .nav .cart .snipcart-checkout {
          width: 30px;
          height: 30px;
          top: -20px;
          left: -17px; } }
  .nav .last {
    margin-right: 0; }
  .nav .button-grad {
    text-transform: uppercase;
    padding: 2px;
    background-image: -webkit-linear-gradient(left, #4C4AC8 0%, #007ADB 100%), -webkit-linear-gradient(left, #4C4AC8 0%, #007ADB 100%);
    background-image: -moz-linear-gradient(left, #4C4AC8 0%, #007ADB 100%), -moz-linear-gradient(left, #4C4AC8 0%, #007ADB 100%);
    background-image: -o-linear-gradient(left, #4C4AC8 0%, #007ADB 100%), -o-linear-gradient(left, #4C4AC8 0%, #007ADB 100%);
    background-image: linear-gradient(to right, #4C4AC8 0%, #007ADB 100%), linear-gradient(to right, #4C4AC8 0%, #007ADB 100%);
    height: auto; }
  .nav span {
    font-size: 13px;
    color: #4C4AC8;
    padding: 15px 31px 12px 31px;
    background: #ffffff;
    letter-spacing: 1px; }
  .nav .button-grad:hover span {
    color: #ffffff; }
  .nav .title-solutions {
    background: #00C25B;
    position: absolute;
    width: calc(100% + 30px);
    height: 60px;
    line-height: 60px;
    top: 82px;
    left: 0;
    padding-left: 15px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-weight: 600; }
    .nav .title-solutions img {
      margin-left: 30px; }
    .nav .title-solutions .icon-formation {
      width: 15px;
      margin-bottom: -3px; }
    .nav .title-solutions .icon-offre {
      width: 17px;
      margin-bottom: -2px; }
    .nav .title-solutions .icon-outils {
      width: 20px;
      margin-bottom: -3px; }
    .nav .title-solutions .icon-produits {
      width: 17px;
      margin-bottom: 3px; }
  .nav .title-solutions.mobile {
    top: 80px;
    height: 45px;
    line-height: 45px;
    font-size: 12px; }
    .nav .title-solutions.mobile img {
      display: none; }
  .nav .top-solutions {
    position: absolute;
    width: calc(100% + 30px);
    height: 5px;
    top: 77px;
    background: red;
    background-image: -webkit-linear-gradient(left, #00C25B 0%, #00A2DB 100%), -webkit-linear-gradient(left, #00C25B 0%, #00A2DB 100%);
    background-image: -moz-linear-gradient(left, #00C25B 0%, #00A2DB 100%), -moz-linear-gradient(left, #00C25B 0%, #00A2DB 100%);
    background-image: -o-linear-gradient(left, #00C25B 0%, #00A2DB 100%), -o-linear-gradient(left, #00C25B 0%, #00A2DB 100%);
    background-image: linear-gradient(to right, #00C25B 0%, #00A2DB 100%), linear-gradient(to right, #00C25B 0%, #00A2DB 100%); }
  .nav .top-solutions.mobile {
    top: 75px; }

/*////////////////////////////////////////////////////////
//////////////////////    HOME    ////////////////////////
////////////////////////////////////////////////////////*/
#home .banner {
  height: 900px; }
  @media screen and (max-width: 1024px) {
    #home .banner {
      height: 600px; } }
  @media screen and (max-width: 768px) {
    #home .banner {
      height: 300px; } }
  #home .banner .content {
    max-width: 100%;
    bottom: 150px; }
    @media screen and (max-width: 1024px) {
      #home .banner .content {
        bottom: 75px; } }
    @media screen and (max-width: 768px) {
      #home .banner .content {
        bottom: 30px; } }

#home .liste {
  position: relative;
  border-top: 8px solid #F4F3F3;
  border-bottom: 8px solid #F4F3F3; }
  #home .liste .wrapper .content {
    padding: 75px 0;
    border-bottom: 2px solid #F5F5F5; }
    @media screen and (max-width: 768px) {
      #home .liste .wrapper .content {
        padding: 30px 0; } }
    @media screen and (max-width: 1024px) {
      #home .liste .wrapper .content .number .circle {
        width: 63px;
        padding: 18px 0 13px 0;
        font-size: 30px; } }
    @media screen and (max-width: 768px) {
      #home .liste .wrapper .content .number {
        display: none; } }
    #home .liste .wrapper .content .title {
      float: left;
      padding: 0;
      width: 35%;
      padding-right: 40px; }
      @media screen and (max-width: 768px) {
        #home .liste .wrapper .content .title {
          width: 100%;
          padding-left: 0;
          padding-right: 0; } }
      #home .liste .wrapper .content .title h2 {
        color: #3D3D3D; }
      #home .liste .wrapper .content .title h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-family: AvenirLT-Book;
        padding-top: 10px;
        letter-spacing: 0.5px;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          #home .liste .wrapper .content .title h3 {
            font-size: 12px;
            padding-top: 5px; } }
    #home .liste .wrapper .content p {
      display: block;
      float: left;
      width: 55%;
      padding-right: 75px;
      color: #3D3D3D;
      max-width: 675px; }
      @media screen and (max-width: 768px) {
        #home .liste .wrapper .content p {
          width: 100%;
          padding-right: 0;
          padding-top: 15px; } }
  #home .liste .wrapper .content:last-child {
    border-bottom: none; }
  #home .liste .offre {
    display: block;
    position: absolute;
    height: 100%;
    width: 50px;
    color: #ffffff;
    top: 0;
    right: 0;
    background: #e6e3e3;
    background: -moz-linear-gradient(top, #e6e3e3 0%, #d6d6d6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6e3e3), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #e6e3e3 0%, #d6d6d6 100%);
    background: -o-linear-gradient(top, #e6e3e3 0%, #d6d6d6 100%);
    background: -ms-linear-gradient(top, #e6e3e3 0%, #d6d6d6 100%);
    background: linear-gradient(to bottom, #e6e3e3 0%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e3e3', endColorstr='#d6d6d6', GradientType=0 );
    transition: all 0.3s;
    overflow: hidden; }
    #home .liste .offre .center {
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1.5px;
      line-height: 18px;
      font-weight: 500; }
      #home .liste .offre .center span {
        opacity: 0;
        transition: all 0.2s; }
      #home .liste .offre .center img {
        margin-top: 15px; }
  #home .liste .offre:hover {
    background: #00c25b;
    background: -moz-linear-gradient(top, #00c25b 0%, #03b39c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #00c25b), color-stop(100%, #03b39c));
    background: -webkit-linear-gradient(top, #00c25b 0%, #03b39c 100%);
    background: -o-linear-gradient(top, #00c25b 0%, #03b39c 100%);
    background: -ms-linear-gradient(top, #00c25b 0%, #03b39c 100%);
    background: linear-gradient(to bottom, #00c25b 0%, #03b39c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$green', endColorstr='#03b39c', GradientType=0 );
    width: 75px; }
  #home .liste .offre:hover span {
    opacity: 1; }

#home .benefices {
  padding: 75px 0;
  background-image: url("../images/bg-logo.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #ffffff; }
  @media screen and (max-width: 768px) {
    #home .benefices {
      padding: 50px 0; } }
  #home .benefices .benefice {
    height: auto;
    padding: 30px 0;
    max-width: 950px; }
    #home .benefices .benefice img {
      float: left; }
      @media screen and (max-width: 768px) {
        #home .benefices .benefice img {
          float: none;
          display: block;
          max-width: 50px; } }
    #home .benefices .benefice p {
      float: left;
      padding-top: 10px;
      padding-left: 85px;
      color: #00A2DB;
      font-size: 25px; }
      @media screen and (max-width: 768px) {
        #home .benefices .benefice p {
          float: none;
          padding-left: 0;
          padding-top: 15px;
          font-size: 18px;
          line-height: 28px; } }

/*////////////////////////////////////////////////////////
//////////////////    TESTIMONIALS    ////////////////////
////////////////////////////////////////////////////////*/
.testimonials {
  background: #181818;
  color: #ffffff;
  padding: 115px 0; }
  @media screen and (max-width: 768px) {
    .testimonials {
      padding: 65px 0; } }
  .testimonials .slider {
    position: relative; }
  .testimonials h1 {
    padding-bottom: 40px; }
  .testimonials p {
    font-size: 25px;
    color: #ffffff;
    font-family: AvenirLT-Book;
    letter-spacing: 0.35px;
    line-height: 35px;
    max-width: 1050px; }
    @media screen and (max-width: 768px) {
      .testimonials p {
        font-size: 16px;
        line-height: 28px; } }
  .testimonials .name {
    color: #C3C3C3;
    padding: 45px 0;
    display: block;
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 25px; }
    @media screen and (max-width: 768px) {
      .testimonials .name {
        font-size: 16px;
        line-height: 25px; } }
  @media screen and (max-width: 768px) {
    .testimonials .slick-arrow {
      bottom: -25px; } }
  .testimonials .button-grad span {
    background: #181818; }
  .testimonials .button-grad:hover span {
    color: #181818; }

/*////////////////////////////////////////////////////////
////////////////////    CONTACT    ///////////////////////
////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {
  #contact .color-title {
    padding: 60px 0; } }

#contact .content {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    #contact .content {
      margin-top: 30px; } }
  #contact .content .phone {
    color: #00C25B;
    font-size: 28px;
    letter-spacing: 2.25px;
    line-height: 45px;
    font-weight: 500;
    float: left;
    margin-right: 75px; }
    @media screen and (max-width: 768px) {
      #contact .content .phone {
        width: 100%;
        font-size: 20px;
        margin: 0;
        line-height: 30px;
        margin-bottom: 20px; } }
  #contact .content .button-white {
    padding: 23px 30px 20px 30px;
    display: inline-block;
    margin-top: 15px;
    float: left;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      #contact .content .button-white {
        margin-right: 15px;
        padding: 18px 30px 15px 30px; } }
    @media screen and (max-width: 480px) {
      #contact .content .button-white {
        padding: 18px 25px 15px 25px;
        font-size: 12px; } }
  #contact .content .button-white:hover {
    color: #4C4AC8; }
  #contact .content .linkedin {
    position: relative;
    display: block;
    float: left;
    margin-top: 15px;
    width: 62px;
    height: 62px;
    background: url("../images/linkedin-white.svg") no-repeat center center;
    transition: 0.5s; }
    @media screen and (max-width: 768px) {
      #contact .content .linkedin {
        width: 52px;
        height: 52px;
        background-size: 100%; } }
    @media screen and (max-width: 480px) {
      #contact .content .linkedin {
        width: 50px;
        height: 50px;
        background-size: 100%; } }
  @media screen and (min-width: 769px) {
    #contact .content .linkedin:hover {
      background: url("../images/linkedin-white-hover.svg") no-repeat center center; } }

#contact .teamviewer {
  background: #ffffff;
  padding: 75px 0; }
  @media screen and (max-width: 768px) {
    #contact .teamviewer {
      padding: 60px 0 30px 0; } }
  #contact .teamviewer h1 {
    color: #3D3D3D;
    max-width: 1000px; }
    @media screen and (max-width: 1024px) {
      #contact .teamviewer h1 {
        margin-bottom: 45px; } }
  #contact .teamviewer .button-grad {
    margin: 60px 30px 0 0; }
    @media screen and (max-width: 1024px) {
      #contact .teamviewer .button-grad {
        margin: 15px auto 15px auto;
        display: block;
        width: 400px; } }
    @media screen and (max-width: 480px) {
      #contact .teamviewer .button-grad {
        margin: 15px auto 15px auto;
        display: block;
        max-width: 275px; } }
    #contact .teamviewer .button-grad span {
      background: #ffffff;
      color: #4C4AC8;
      display: block;
      font-weight: 900;
      font-size: 18px;
      padding: 25px 50px 20px 50px; }
      @media screen and (max-width: 480px) {
        #contact .teamviewer .button-grad span {
          padding: 18px 25px 15px 25px;
          font-size: 12px; } }
    #contact .teamviewer .button-grad font {
      transition: all 0.3s; }
  #contact .teamviewer .button-grad:hover span, #contact .teamviewer .button-grad:hover span font {
    color: #ffffff; }

/*////////////////////////////////////////////////////////
///////////////////////    FAQ    ////////////////////////
////////////////////////////////////////////////////////*/
#faq .content {
  padding: 75px 0 40px 0; }
  @media screen and (max-width: 768px) {
    #faq .content {
      padding: 50px 0 0 0; } }
  #faq .content .questions {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 75px; }
    @media screen and (max-width: 1024px) {
      #faq .content .questions {
        padding-right: 25px; } }
    @media screen and (max-width: 768px) {
      #faq .content .questions {
        width: 100%;
        padding-right: 0; } }
    #faq .content .questions h3 {
      color: #00C25B; }
    #faq .content .questions p {
      padding-top: 35px;
      padding-bottom: 75px; }
      @media screen and (max-width: 768px) {
        #faq .content .questions p {
          padding: 25px 0 50px 0; } }
  #faq .content .questions:nth-child(even) {
    padding-left: 75px;
    padding-right: 0; }
    @media screen and (max-width: 1024px) {
      #faq .content .questions:nth-child(even) {
        padding-left: 25px; } }
    @media screen and (max-width: 768px) {
      #faq .content .questions:nth-child(even) {
        padding: 0 !important; } }

/*////////////////////////////////////////////////////////
////////////////////    A PROPOS    //////////////////////
////////////////////////////////////////////////////////*/
#about .text-content {
  position: relative; }
  @media screen and (max-width: 768px) {
    #about .text-content {
      padding: 50px 0 25px 0; } }
  #about .text-content .left {
    width: 65%; }
    @media screen and (max-width: 768px) {
      #about .text-content .left {
        width: 100%; } }
  #about .text-content .right {
    width: calc(35% - 40px);
    padding-left: 40px;
    text-align: center;
    float: left; }
    #about .text-content .right img {
      max-width: 225px; }
    @media screen and (max-width: 1024px) {
      #about .text-content .right {
        text-align: right; } }
    @media screen and (max-width: 768px) {
      #about .text-content .right {
        width: 100%;
        text-align: left;
        padding-top: 25px;
        padding-left: 0; }
        #about .text-content .right img {
          width: 100%;
          max-width: 225px; } }

.contact-about {
  background: #181818;
  color: #ffffff;
  padding: 125px 0; }
  @media screen and (max-width: 768px) {
    .contact-about {
      padding: 30px 0; } }
  .contact-about .left {
    width: 75%; }
    @media screen and (max-width: 768px) {
      .contact-about .left {
        width: 100%;
        float: none;
        font-size: 18px;
        line-height: 28px; } }
  .contact-about .button-grad {
    position: absolute;
    width: 260px;
    text-align: center;
    padding: 3px;
    right: 0; }
    @media screen and (max-width: 768px) {
      .contact-about .button-grad {
        display: block;
        position: relative;
        transform: none;
        max-width: 260px;
        padding: 2px;
        width: 100%;
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto; } }
    .contact-about .button-grad span {
      background: #181818;
      font-size: 17px;
      padding: 22px 0px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .contact-about .button-grad span {
          font-size: 14px;
          padding: 15px 0 11px 0; } }

/*////////////////////////////////////////////////////////
///////////////////    SOLUTIONS    //////////////////////
////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {
  #offre .banner {
    height: 480px; } }

#offre .offre {
  padding-top: 65px;
  height: auto; }
  @media screen and (max-width: 768px) {
    #offre .offre {
      padding-top: 0; } }
  #offre .offre .left {
    position: relative;
    width: 35%;
    height: auto;
    text-align: center;
    padding-right: 40px; }
    #offre .offre .left img {
      margin-top: 20px;
      width: 100%;
      max-width: 400px; }
    @media screen and (max-width: 768px) {
      #offre .offre .left {
        width: 100%; }
        #offre .offre .left img {
          max-width: 475px;
          margin-bottom: 25px; } }
  #offre .offre .right {
    width: 65%;
    height: auto; }
    @media screen and (max-width: 768px) {
      #offre .offre .right {
        width: 100%; }
        #offre .offre .right h3 {
          padding-bottom: 0; } }

#deroulement .text-content, #formation .text-content {
  padding: 60px 0 100px 145px;
  max-width: 1145px; }
  @media screen and (max-width: 1024px) {
    #deroulement .text-content, #formation .text-content {
      padding: 40px 0 60px 100px; } }
  @media screen and (max-width: 768px) {
    #deroulement .text-content, #formation .text-content {
      padding: 15px 0 30px 0px; } }

#outils .light-title {
  color: #3D3D3D !important;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    #outils .light-title {
      padding: 35px 0; } }
  #outils .light-title h1, #outils .light-title h3, #outils .light-title p {
    max-width: 100%; }
  #outils .light-title h2 {
    max-width: 950px;
    font-size: 25px;
    line-height: 35px; }
    @media screen and (max-width: 768px) {
      #outils .light-title h2 {
        font-size: 20px;
        line-height: 30px; } }

#outils .text-content {
  padding: 60px 0 100px 0; }
  @media screen and (max-width: 768px) {
    #outils .text-content {
      padding: 40px 0 60px 0; } }

#outils .outils {
  position: relative;
  padding: 25px 0; }
  #outils .outils .img {
    position: relative;
    float: left;
    width: 13%; }
    #outils .outils .img img {
      max-width: 45px; }
    @media screen and (max-width: 768px) {
      #outils .outils .img {
        width: 100%;
        margin-bottom: 15px; }
        #outils .outils .img img {
          max-width: 45px; } }
  #outils .outils h3 {
    display: block;
    float: left;
    width: 47%;
    background: url("../images/bg-line.png") repeat-x center center;
    position: relative;
    padding: 0; }
    @media screen and (max-width: 768px) {
      #outils .outils h3 {
        width: 100%;
        background: none;
        float: none; } }
    #outils .outils h3 span {
      display: inline-block;
      background: #ffffff;
      padding-right: 15px;
      height: 100%; }
      @media screen and (max-width: 768px) {
        #outils .outils h3 span {
          line-height: 30px;
          font-weight: 500; } }
  #outils .outils p {
    position: relative;
    display: block;
    float: left;
    width: 40%;
    padding: 10px 0 0 25px; }
    @media screen and (max-width: 768px) {
      #outils .outils p {
        width: 100%;
        float: none;
        padding: 15px 0 0 0; } }

@media screen and (max-width: 768px) {
  #produits .dark-bg {
    padding: 60px 0 10px 0; } }

@media screen and (max-width: 480px) {
  #produits .dark-bg {
    padding: 45px 0 0 0; } }

#produits .dark-bg h2 {
  max-width: 100%; }
  @media screen and (max-width: 480px) {
    #produits .dark-bg h2 {
      font-size: 18px;
      line-height: 28px; } }

#produits .dark-bg h2:last-child {
  max-width: 500px;
  color: #00A2DB; }

#produits .text-content {
  max-width: 1150px;
  padding: 60px 0 100px 0;
  max-width: 1145px; }
  @media screen and (max-width: 1024px) {
    #produits .text-content {
      padding: 40px 0 60px 0; } }
  @media screen and (max-width: 768px) {
    #produits .text-content {
      padding: 15px 0 15px 0px; } }
  #produits .text-content h3 {
    padding-bottom: 0; }
  #produits .text-content ul {
    padding: 30px 0; }
    #produits .text-content ul li {
      padding: 10px 0 10px 50px;
      color: #3D3D3D;
      font-size: 19px;
      letter-spacing: 0.5px;
      line-height: 26px; }
      @media screen and (max-width: 1024px) {
        #produits .text-content ul li {
          font-size: 16px;
          line-height: 24px; } }
      @media screen and (max-width: 768px) {
        #produits .text-content ul li {
          font-size: 14px;
          line-height: 20px;
          padding-left: 35px; } }
      @media screen and (max-width: 480px) {
        #produits .text-content ul li {
          padding-left: 35px; } }
  #produits .text-content a.button-grad {
    margin-top: 50px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(left, #00A2DB 0%, #00AFAB 100%), -webkit-linear-gradient(left, #00A2DB 0%, #00AFAB 100%);
    background-image: -moz-linear-gradient(left, #00A2DB 0%, #00AFAB 100%), -moz-linear-gradient(left, #00A2DB 0%, #00AFAB 100%);
    background-image: -o-linear-gradient(left, #00A2DB 0%, #00AFAB 100%), -o-linear-gradient(left, #00A2DB 0%, #00AFAB 100%);
    background-image: linear-gradient(to right, #00A2DB 0%, #00AFAB 100%), linear-gradient(to right, #00A2DB 0%, #00AFAB 100%); }
    @media screen and (max-width: 768px) {
      #produits .text-content a.button-grad {
        display: block;
        margin-top: 25px; } }
    #produits .text-content a.button-grad span {
      color: #3D3D3D;
      background: #ffffff;
      line-height: 20px;
      padding: 12px 35px 8px 35px; }
      @media screen and (max-width: 768px) {
        #produits .text-content a.button-grad span {
          display: block;
          font-size: 12px;
          padding: 10px 0 6px 0;
          line-height: 20px; } }
  #produits .text-content a:hover span {
    color: #ffffff; }

#produits .produit-1 .bg {
  background: url(../images/bg-produits-1.jpg) no-repeat right center;
  background-size: cover; }

#produits .produit-1 .color-title {
  background-color: #00A2DB; }

#produits .produit-1 h2, #produits .produit-1 h3 {
  color: #00A2DB; }

#produits .produit-1 li {
  background: url("../images/li-1.svg") no-repeat left center; }

#produits .produit-2 .bg {
  background: url(../images/bg-produits-2.jpg) no-repeat right center;
  background-size: cover; }

#produits .produit-2 .color-title {
  background-color: #00A6CB; }

#produits .produit-2 h2, #produits .produit-2 h3 {
  color: #00A6CB; }

#produits .produit-2 li {
  background: url("../images/li-1.svg") no-repeat left center; }

#produits .produit-3 .bg {
  background: url(../images/bg-produits-3.jpg) no-repeat right center;
  background-size: cover; }

#produits .produit-3 .color-title {
  background-color: #00AFAB; }

#produits .produit-3 h2, #produits .produit-3 h3 {
  color: #00AFAB; }

#produits .produit-3 li {
  background: url("../images/li-3.svg") no-repeat left center; }

#produits .produit-4 .bg {
  background: url(../images/bg-produits-4.jpg) no-repeat right center;
  background-size: cover; }

#produits .produit-4 .color-title {
  background-color: #00B398; }

#produits .produit-4 h2, #produits .produit-4 h3 {
  color: #00B398; }

#produits .produit-4 li {
  background: url("../images/li-4.svg") no-repeat left center; }

#produits .produit-5 .bg {
  background: url(../images/bg-produits-5.jpg) no-repeat right center;
  background-size: cover; }

#produits .produit-5 .color-title {
  background-color: #00BC73; }

#produits .produit-5 h2, #produits .produit-5 h3 {
  color: #00BC73; }

#produits .produit-5 li {
  background: url("../images/li-5.svg") no-repeat left center; }

#produits .produit-6 .bg {
  background: url(../images/bg-produits-6.jpg) no-repeat right center; }

#produits .produit-6 .color-title {
  background-color: #00C25B; }

#produits .produit-6 h2, #produits .produit-6 h3 {
  color: #00C25B; }

#produits .produit-6 li {
  background: url("../images/li-5.svg") no-repeat left center; }

/*////////////////////////////////////////////////////////
//////////////////////   FOOTER    ///////////////////////
////////////////////////////////////////////////////////*/
.nav-bottom {
  height: 100px;
  background: #181818;
  border-bottom: 8px solid #E5E2E2; }
  .nav-bottom h2 {
    font-size: 25px;
    letter-spacing: 0.8px;
    color: #00C25B;
    position: absolute;
    left: 0;
    top: 30px;
    font-family: AvenirLT-Book; }
    @media screen and (max-width: 1024px) {
      .nav-bottom h2 {
        top: 31px;
        font-size: 20px; } }
  .nav-bottom ul {
    position: absolute;
    right: 0;
    top: 38px; }
    .nav-bottom ul li {
      display: inline-block;
      margin-left: 50px; }
      @media screen and (max-width: 1024px) {
        .nav-bottom ul li {
          margin-left: 18px; } }
      .nav-bottom ul li a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1.85px;
        transition: all 0.3s;
        font-weight: 600; }
        @media screen and (max-width: 1024px) {
          .nav-bottom ul li a {
            font-size: 10px; } }
      .nav-bottom ul li a.active {
        opacity: 0.5; }
      .nav-bottom ul li a:hover {
        opacity: 0.5; }

.contact-foot {
  padding: 125px 0; }
  @media screen and (max-width: 768px) {
    .contact-foot {
      padding: 45px 0;
      background-position: left center; } }
  .contact-foot .wrapper {
    position: relative; }
  .contact-foot .content {
    position: relative;
    width: calc(100% - 300px); }
    @media screen and (max-width: 768px) {
      .contact-foot .content {
        width: 100%; } }
  .contact-foot h1 {
    color: #181818; }
  .contact-foot h3 {
    color: #181818;
    padding-top: 35px;
    max-width: 650px; }
    @media screen and (max-width: 768px) {
      .contact-foot h3 {
        padding-top: 25px; } }
  .contact-foot .button-white {
    position: absolute;
    right: 0; }
    @media screen and (max-width: 768px) {
      .contact-foot .button-white {
        width: 100%;
        text-align: center;
        position: relative;
        transform: none;
        margin-top: 25px; } }
  .contact-foot .button-white:hover {
    color: #669173; }

.footer {
  width: 100%;
  height: auto; }
  .footer .wrapper {
    padding: 75px 0 30px 0;
    width: 100%;
    max-width: 1500px; }
    @media screen and (max-width: 1024px) {
      .footer .wrapper {
        padding: 50px 15px 0 15px; } }
    @media screen and (max-width: 768px) {
      .footer .wrapper {
        padding: 50px 15px 0 15px; } }
    @media screen and (max-width: 1024px) {
      .footer .wrapper .col.medium {
        display: none; } }
    @media screen and (max-width: 768px) {
      .footer .wrapper .col.medium {
        display: block; } }
    .footer .wrapper .col {
      width: 20%;
      padding: 0 30px;
      float: left;
      background: white; }
      @media screen and (max-width: 1024px) {
        .footer .wrapper .col {
          width: 25%;
          padding: 0 15px; } }
      @media screen and (max-width: 768px) {
        .footer .wrapper .col {
          width: 100%;
          margin-bottom: 25px; }
          .footer .wrapper .col .footer-logo {
            max-width: 50%; } }
      .footer .wrapper .col .footer-logo {
        width: 100%;
        max-width: 212px; }
      .footer .wrapper .col h2 {
        display: block;
        padding: 0;
        color: #00C25B;
        border-bottom: 1px solid #00C25B;
        text-decoration: none;
        font-size: 14px;
        font-weight: 100;
        font-family: AvenirLT-Book; }
        @media screen and (max-width: 768px) {
          .footer .wrapper .col h2 {
            line-height: 35px; } }
      .footer .wrapper .col ul {
        margin: 15px 0; }
        .footer .wrapper .col ul li {
          margin-bottom: 15px; }
        .footer .wrapper .col ul li a, .footer .wrapper .col ul li a.telephone {
          letter-spacing: 1px;
          color: #626262;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 10px;
          font-weight: 100;
          transition: all 0.3s; }
        .footer .wrapper .col ul a:hover {
          color: #00C25B; }
        .footer .wrapper .col ul li.telephone {
          margin-bottom: 5px; }
          .footer .wrapper .col ul li.telephone a {
            color: #00C25B;
            font-weight: 900;
            font-size: 12px; }
        .footer .wrapper .col ul li.telephone.last {
          margin-bottom: 20px; }
      .footer .wrapper .col .medias {
        position: relative;
        padding: 15px 0; }
        .footer .wrapper .col .medias .button-grad {
          margin-right: 10px;
          float: left;
          margin-bottom: 10px; }
        .footer .wrapper .col .medias .button-grad span {
          padding: 13px 12px 11px 12px;
          font-size: 10px;
          color: #4C4AC8;
          background: #ffffff;
          font-weight: 900; }
        .footer .wrapper .col .medias .button-grad:hover span {
          color: #ffffff; }
        .footer .wrapper .col .medias a.lkd {
          margin-top: -1px;
          display: block;
          height: 42px;
          width: 42px;
          background: red;
          float: left;
          background: url(../images/linkedin-grad.svg) no-repeat center center;
          transition: all 0.3s; }
        .footer .wrapper .col .medias a.lkd:hover {
          background: url(../images/linkedin-grad-hover.svg) no-repeat center center; }
      .footer .wrapper .col .copy {
        padding-top: 25px;
        font-size: 10px;
        color: #C3C3C3;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 100;
        line-height: 15px; }
        @media screen and (max-width: 768px) {
          .footer .wrapper .col .copy {
            text-align: center;
            margin-bottom: 0px; } }
        .footer .wrapper .col .copy a {
          font-weight: 900;
          text-decoration: none;
          color: #CECECE;
          transition: all 0.5s; }
        .footer .wrapper .col .copy a:hover {
          color: #808080; }

/*////////////////////////////////////////////////////////
/////////////////////   BOUTIQUE    //////////////////////
////////////////////////////////////////////////////////*/
#boutique .color-title {
  background: #19c86e;
  background: -moz-linear-gradient(left, #19c86e 0%, #0cb996 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #19c86e), color-stop(100%, #0cb996));
  background: -webkit-linear-gradient(left, #19c86e 0%, #0cb996 100%);
  background: -o-linear-gradient(left, #19c86e 0%, #0cb996 100%);
  background: -ms-linear-gradient(left, #19c86e 0%, #0cb996 100%);
  background: linear-gradient(to right, #19c86e 0%, #0cb996 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19c86e', endColorstr='#0cb996', GradientType=1 ); }

#boutique #navigate {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-size: 14px;
  margin: 75px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #boutique #navigate {
      display: block;
      text-align: center;
      margin: 30px 0; } }
  #boutique #navigate li {
    display: inline-block;
    font-family: AvenirLT-Book !important;
    border: 1px solid #F1F1F1;
    border-right: none;
    padding: 22.5px 35px;
    margin: 0;
    cursor: pointer;
    transition: all, 0.3s; }
    @media screen and (max-width: 768px) {
      #boutique #navigate li {
        border-right: 1px solid #F1F1F1;
        padding: 15px 20px;
        margin: 2.5px 0;
        font-size: 12px; } }
  #boutique #navigate li.active {
    background: #00C25B;
    color: #ffffff;
    font-weight: 700; }
  #boutique #navigate li:hover {
    background: #00C25B;
    color: #ffffff;
    font-weight: 700; }
  #boutique #navigate li:last-child {
    border-right: 1px solid #F1F1F1; }

#boutique .liste-produits {
  display: none; }

#boutique .liste-produits.visible {
  display: block; }

#boutique .description {
  margin: auto;
  max-width: 745px;
  text-align: center; }

#boutique .wrapper.produits {
  width: 100%;
  margin-bottom: 75px; }

@media screen and (max-width: 768px) {
  #boutique .produit:nth-child(2n+1) {
    clear: left; } }

#boutique .produit {
  width: 33.333%;
  padding: 0 30px;
  float: left;
  min-height: 400px;
  position: relative;
  margin-top: 75px; }
  @media screen and (max-width: 768px) {
    #boutique .produit {
      width: 50%; } }
  @media screen and (max-width: 540px) {
    #boutique .produit {
      width: 100%; } }
  #boutique .produit img {
    width: auto;
    max-width: 100%;
    max-height: 250px;
    margin: auto;
    display: block;
    padding-bottom: 20px; }
  #boutique .produit .content {
    position: relative;
    padding: 30px 30px 30px 0; }
    #boutique .produit .content .price {
      position: absolute;
      top: 10px;
      font-family: AvenirLT-Book;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1.25px; }
    #boutique .produit .content .add-to-cart {
      display: block;
      background: url(../images/add-cart.svg) no-repeat center center;
      width: 64px;
      height: 52px;
      position: absolute;
      right: 0;
      top: 0; }
    #boutique .produit .content h3 {
      padding-bottom: 20px; }
      #boutique .produit .content h3 a {
        text-decoration: none;
        color: #00C25B; }
    #boutique .produit .content p {
      font-size: 14px;
      line-height: 22px;
      padding-bottom: 20px; }
    #boutique .produit .content .more {
      font-size: 14px;
      text-decoration: underline;
      color: #3D3D3D;
      text-transform: uppercase;
      font-family: AvenirLT-Book;
      letter-spacing: 1.25px;
      font-weight: 500; }

#boutique .produit:nth-child(3n+1) {
  clear: left; }
  @media screen and (max-width: 768px) {
    #boutique .produit:nth-child(3n+1) {
      clear: none; } }

.pagination {
  height: 100px;
  background: #181818;
  border-bottom: 8px solid #E5E2E2;
  text-align: center;
  padding-top: 35px; }
  @media screen and (max-width: 768px) {
    .pagination {
      padding: 20px 0;
      height: auto; } }
  .pagination a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.85px;
    transition: all 0.3s;
    font-weight: 600;
    margin: 0 25px;
    padding-top: 2px; }
    @media screen and (max-width: 768px) {
      .pagination a {
        font-size: 10px;
        display: block;
        text-align: center;
        padding: 10px 0; } }
  .pagination a.next {
    padding-right: 25px;
    background: url(../images/arrow-next.svg) no-repeat right 0; }
    @media screen and (max-width: 768px) {
      .pagination a.next {
        padding-right: 0;
        background: none; } }
  .pagination a.prev {
    padding-left: 25px;
    background: url(../images/arrow-prev.svg) no-repeat left 0; }
    @media screen and (max-width: 768px) {
      .pagination a.prev {
        padding-left: 0;
        background: none; } }
  .pagination a.innactive {
    opacity: 0.5;
    pointer-events: none; }
  .pagination a:hover {
    opacity: 0.5; }

#produit .color-title {
  background: #19c86e;
  background: -moz-linear-gradient(left, #19c86e 0%, #0cb996 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #19c86e), color-stop(100%, #0cb996));
  background: -webkit-linear-gradient(left, #19c86e 0%, #0cb996 100%);
  background: -o-linear-gradient(left, #19c86e 0%, #0cb996 100%);
  background: -ms-linear-gradient(left, #19c86e 0%, #0cb996 100%);
  background: linear-gradient(to right, #19c86e 0%, #0cb996 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19c86e', endColorstr='#0cb996', GradientType=1 ); }
  #produit .color-title .wrapper {
    margin-bottom: 0; }
  #produit .color-title span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.30px;
    font-size: 14px;
    margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      #produit .color-title span {
        font-size: 12px; } }

#produit .wrapper {
  margin-bottom: 75px; }
  @media screen and (max-width: 768px) {
    #produit .wrapper {
      margin-bottom: 30px; } }

#produit .button {
  font-size: 14px;
  color: #3D3D3D;
  text-transform: uppercase;
  font-family: AvenirLT-Book;
  letter-spacing: 1.25px;
  border: 1px solid #F1F1F1;
  padding: 20px 40px;
  text-decoration: none;
  transition: all 0.3s;
  background: url(../images/arrow-prev-dark.svg) no-repeat 5% center; }
  @media screen and (max-width: 768px) {
    #produit .button {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 30px; } }

#produit .button:hover {
  background: url(../images/arrow-prev-light.svg) no-repeat 5% center;
  background-color: #00C25B;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #00C25B; }

#produit .content-product {
  position: relative;
  height: auto;
  padding-bottom: 75px; }
  @media screen and (max-width: 768px) {
    #produit .content-product {
      padding-bottom: 0; } }

#produit .left {
  width: calc(50% - 25px);
  padding-top: 50px;
  padding-right: 25px; }
  @media screen and (max-width: 768px) {
    #produit .left {
      width: 100%;
      padding-right: 0;
      padding-top: 0; } }
  #produit .left .content {
    padding-top: 75px; }
    @media screen and (max-width: 768px) {
      #produit .left .content {
        padding-top: 0;
        padding-bottom: 30px; } }
    #produit .left .content ul {
      margin-top: 50px;
      font-size: 15px;
      color: #3D3D3D;
      letter-spacing: 0.4px;
      line-height: 20px; }
      @media screen and (max-width: 768px) {
        #produit .left .content ul {
          margin-top: 30px;
          font-size: 14px; } }
      #produit .left .content ul li {
        display: block;
        padding: 15px 0 15px 30px; }
        @media screen and (max-width: 768px) {
          #produit .left .content ul li {
            padding: 5px 0 10px 25px; } }
      #produit .left .content ul li::before {
        content: "-";
        display: block;
        position: absolute;
        left: 0; }

#produit .right {
  width: calc(50% - 25px);
  text-align: center;
  padding: 0 0 0 25px;
  height: 100% !important;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    #produit .right {
      width: 100%;
      padding-left: 0;
      display: block;
      position: relative;
      padding: 30px 0; } }
  #produit .right img {
    max-width: 100%;
    max-height: 350px !important; }

#produit .infos-produit {
  position: relative;
  min-height: 125px; }
  @media screen and (max-width: 768px) {
    #produit .infos-produit {
      margin-top: 20px;
      min-height: 0; } }
  #produit .infos-produit p {
    font-size: 13px;
    color: #000000;
    line-height: 21px; }
  #produit .infos-produit h3 {
    color: #00C25B;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.25px; }
  #produit .infos-produit h2 {
    position: absolute;
    right: 0;
    top: 0;
    color: #00C25B; }
    @media screen and (max-width: 768px) {
      #produit .infos-produit h2 {
        position: relative;
        font-weight: 900; } }
  #produit .infos-produit .size, #produit .infos-produit .contenu {
    float: left;
    max-width: 270px;
    width: 50%;
    margin-right: 25px; }
    @media screen and (max-width: 768px) {
      #produit .infos-produit .size, #produit .infos-produit .contenu {
        margin: 0 0 15px 0;
        max-width: 100%;
        width: 100%;
        display: block;
        float: none; } }
  #produit .infos-produit .add-cart {
    display: block;
    position: absolute;
    right: 0;
    top: 55px;
    text-decoration: none;
    color: #00C25B;
    font-size: 25px;
    letter-spacing: 0.65px;
    padding-right: 85px;
    background: red;
    height: 50px;
    line-height: 50px;
    background: url(../images/add-cart.svg) no-repeat right center; }
    @media screen and (max-width: 768px) {
      #produit .infos-produit .add-cart {
        position: relative;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1.25px;
        font-weight: 900;
        display: inline;
        padding: 15px 65px 15px 0;
        background-size: auto 100%;
        top: 0; } }
