body, html {
  padding: 0px;
  margin: 0px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #333132;
  font-size: 18px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  overflow-x: hidden; }

h1, h2, h3 {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: inherit; }

.no-overflow {
  overflow-x: hidden;
  height: 420px; }

p.scroll {
  position: relative; }
  p.scroll:after {
    position: absolute;
    top: 11px;
    left: 50%;
    background: #62c8e2;
    width: 3px;
    height: 6px;
    border-radius: 3px;
    content: '';
    transform: translateX(-50%);
    animation: translate linear 2s infinite; }

@keyframes translate {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0%); }
  30% {
    transform: translateX(-50%) translateY(0%);
    opacity: 1; }
  70% {
    transform: translateX(-50%) translateY(50%);
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.button {
  position: relative;
  display: inline-block;
  background: none;
  padding: 8px 12px;
  border: 2px solid transparent;
  font-weight: 700;
  z-index: 1;
  outline: none;
  overflow: hidden; }
  .button .fa {
    margin-right: 5px; }
  .button.rounded {
    border-radius: 50px; }
  .button.big {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 20px; }
  .button:before {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150%;
    padding-top: 150%;
    min-height: 200%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    content: '';
    z-index: -1;
    transform: translate(-50%, 0%);
    transition: .4s;
    pointer-events: none; }
  .button:hover:before {
    top: -100%; }
  .button.blue {
    background: #62c8e2;
    color: #fff;
    border-color: #62c8e2;
    transition: .3s; }
    .button.blue:hover {
      color: #62c8e2; }
  .button.grey {
    background: #414141;
    color: #fff;
    border-color: #414141;
    transition: .3s; }
    .button.grey:hover {
      color: #414141; }

.shapes {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  pointer-events: none;
  z-index: -1;
  will-change: transform; }
  .shapes .left, .shapes .right {
    position: absolute;
    top: 0px;
    will-change: transform; }
    .shapes .left .shape, .shapes .right .shape {
      position: absolute;
      will-change: transform; }
      .shapes .left .shape:first-child, .shapes .right .shape:first-child {
        position: relative; }
  .shapes .left {
    left: 0px;
    transform-origin: top left; }
  .shapes .right {
    right: 0px;
    transform-origin: top right; }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 500;
  transition: .4s; }
  .header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 60px; }
    .header .top .logo .black {
      display: none; }
    .header .top .logo img {
      width: 75px; }
    .header .top .navigation {
      display: flex;
      align-items: center;
      font-size: 16px; }
      .header .top .navigation > * {
        display: inline-block;
        margin-right: 60px;
        margin-bottom: 0px; }
        .header .top .navigation > *:nth-last-child(2) {
          margin-right: 0px; }
      .header .top .navigation > ul {
        padding: 0px;
        list-style: none;
        text-align: left; }
        .header .top .navigation > ul .item {
          display: inline-block; }
          .header .top .navigation > ul .item a {
            color: #333132; }
      .header .top .navigation .menu {
        list-style: none;
        text-align: left; }
        .header .top .navigation .menu .item {
          display: inline-block;
          margin-right: 20px; }
          .header .top .navigation .menu .item a {
            font-weight: 700;
            border-bottom: 2px solid transparent;
            text-decoration: none; }
          .header .top .navigation .menu .item.active a {
            border-color: #f30056; }
          .header .top .navigation .menu .item:hover a {
            border-color: #f5b100; }
          .header .top .navigation .menu .item:last-child {
            margin-right: 0px; }
      .header .top .navigation .lang .item.active a {
        color: #62c8e2; }
      .header .top .navigation .lang .item:after {
        content: '/'; }
      .header .top .navigation .lang .item:last-child:after {
        content: ''; }
      .header .top .navigation button[data-toggle="contact"] {
        position: relative;
        z-index: 1000; }
      .header .top .navigation .mobile {
        color: #62c8e2;
        font-size: 26px; }
  .header.in {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
    .header.in .logo .white {
      display: none; }
    .header.in .logo .black {
      display: block; }

.footer {
  position: relative;
  background: url("../images/v3/fond-footer.png") top center no-repeat;
  background-size: cover;
  padding: 40px 0px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 26px;
  overflow: hidden; }
  .footer:after {
    position: absolute;
    content: '';
    background: url("../images/v3/bande-multicolor-footer.png") top center repeat-x;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 4px; }
  .footer .social {
    margin: 20px 0px;
    margin-bottom: 40px; }
    .footer .social a {
      color: #fff; }
      .footer .social a .fa {
        font-size: 24px; }
  .footer .sitemap > div {
    margin-bottom: 30px; }
  .footer .title {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .footer ul.list {
    padding: 0px;
    list-style: none; }
    .footer ul.list a {
      color: rgba(255, 255, 255, 0.8);
      transition: .3s; }
      .footer ul.list a:hover {
        color: #fff; }

.modals {
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: flex; }
  .modals .modals-header {
    position: relative;
    flex: 1 0 40%;
    max-width: 40%;
    background: url("../images/v3/modals/demo.jpg") center center no-repeat;
    background-size: cover;
    height: 100%; }
    .modals .modals-header .logo {
      position: absolute;
      top: 30px;
      left: 30px;
      pointer-events: none;
      z-index: 50; }
      .modals .modals-header .logo img {
        width: 75px; }
  .modals.contact .modals-header .maps {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .modals.contact .modals-header .maps > * {
      position: relative;
      flex: 1 1 auto;
      margin-bottom: 10px; }
      .modals.contact .modals-header .maps > *:last-child {
        margin-bottom: 0px; }
      .modals.contact .modals-header .maps > *:after {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #380f34;
        font-family: "FontAwesome";
        font-size: 48px;
        content: '\f041';
        transform: translate(-50%, -50%); }
      .modals.contact .modals-header .maps > * .map {
        background: url("../images/v3/modals/lyon.png") center center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        filter: grayscale(1); }
    .modals.contact .modals-header .maps .paris .map {
      background-image: url("../images/v3/modals/paris.png"); }
  .modals.talk .modals-header {
    background-image: url("../images/v3/modals/echanger.jpg"); }
  .modals.infography .modals-header {
    background-image: url("../images/v3/modals/infographie.jpg"); }
  .modals.testimonials .modals-header {
    background-image: url("../images/v3/modals/temoignage.jpg"); }
  .modals .modals-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .modals .modals-body .modals-actions {
      flex: 0 0 auto;
      padding: 15px 30px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-size: 16px; }
      .modals .modals-body .modals-actions > * {
        margin-right: 20px; }
        .modals .modals-body .modals-actions > *:last-child {
          margin-right: 0px; }
      .modals .modals-body .modals-actions button[data-action="close"] {
        background: none;
        border: none;
        border-radius: 0px;
        padding: 0px;
        line-height: normal;
        color: #000;
        outline: none; }
        .modals .modals-body .modals-actions button[data-action="close"] img {
          vertical-align: bottom; }
    .modals .modals-body .modals-content {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      padding: 30px;
      font-size: 16px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .modals .modals-body .modals-content .modals-wrapper.thanks {
        display: none; }
        .modals .modals-body .modals-content .modals-wrapper.thanks.in {
          display: block; }
      .modals .modals-body .modals-content .modals-wrapper.content.out {
        display: none; }
      .modals .modals-body .modals-content h3.title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 30px; }
      .modals .modals-body .modals-content .description {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 20px; }
        .modals .modals-body .modals-content .description:after {
          background: #62c8e2;
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 5%;
          height: 4px;
          content: ''; }
      .modals .modals-body .modals-content .highlight {
        font-weight: 700; }
      .modals .modals-body .modals-content .form {
        margin-top: 60px; }
        .modals .modals-body .modals-content .form .form-row {
          display: flex;
          margin-bottom: 40px; }
          .modals .modals-body .modals-content .form .form-row .form-input {
            flex: 1 1 auto;
            margin-right: 15px; }
            .modals .modals-body .modals-content .form .form-row .form-input:last-child {
              margin-right: 0px; }
            .modals .modals-body .modals-content .form .form-row .form-input label {
              display: block;
              margin: 0px; }
            .modals .modals-body .modals-content .form .form-row .form-input input, .modals .modals-body .modals-content .form .form-row .form-input textarea {
              background: none;
              border: none;
              outline: none;
              width: 100%;
              border-bottom: 2px solid #62c8e2; }
        .modals .modals-body .modals-content .form input[name="address"] {
          display: none; }

@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 28px; }

  .button.big {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 18px; }

  .header .top {
    padding: 15px 15px; }
    .header .top .logo img {
      width: 65px; }
    .header .top .navigation > * {
      margin-right: 20px; }
      .header .top .navigation > *:nth-last-child(2) {
        margin-right: 20px; }
      .header .top .navigation > *:last-child {
        margin-right: 0px; }
    .header .top .navigation .menu {
      background: rgba(255, 255, 255, 0.95);
      position: fixed;
      top: 90px;
      left: 30px;
      right: 30px;
      margin-right: 0px;
      box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      visibility: hidden;
      opacity: 0;
      transition: .3s; }
      .header .top .navigation .menu .item {
        display: block;
        margin-right: 0px;
        padding: 8px 15px; }
      .header .top .navigation .menu.in {
        visibility: visible;
        opacity: 1; }

  .footer {
    text-align: center; }
    .footer:before {
      display: none; }
    .footer p {
      text-align: center; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .header .top {
    padding: 15px 15px; }
    .header .top .logo img {
      width: 65px; }
    .header .top .navigation > * {
      margin-right: 30px; }

  .shapes .left, .shapes .right {
    transform: scale(0.7); } }
@media (min-width: 1200px) {
  .shapes .left, .shapes .right {
    transform: scale(0.8); } }
.cover {
  position: relative;
  text-align: center;
  padding-top: 136px; }
  .cover .title {
    position: relative;
    font-size: 50px;
    font-weight: 800;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 125px;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .cover .title:after {
      background: #62c8e2;
      position: absolute;
      left: 50%;
      bottom: 0px;
      width: 30px;
      height: 3px;
      transform: translate(-50%, 0%);
      content: ''; }
  .cover .subtitle {
    max-width: 500px;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 60px; }
  .cover .shapes .left .shape.shape-fd-1 {
    z-index: 50; }
  .cover .shapes .left .shape.shape-fd-2 {
    top: 200px;
    left: 115px;
    z-index: 20; }
  .cover .shapes .left .shape.shape-fd-3 {
    top: 350px;
    z-index: 10; }
  .cover .shapes .left .shape.shape-fd-4 {
    top: 300px;
    z-index: 0; }
  .cover .shapes .right {
    top: 100px; }
    .cover .shapes .right .shape.shape-fd-13 {
      z-index: 10; }
    .cover .shapes .right .shape.shape-fd-14 {
      z-index: 20;
      top: 50px;
      right: 0px; }
    .cover .shapes .right .shape.photo-header {
      z-index: 50;
      top: 130px;
      right: 65px; }

.section h2.title {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px; }
  .section h2.title .hl.purple {
    color: #380f34; }
  .section h2.title .hl.pink {
    color: #f30056; }
  .section h2.title .hl.blue {
    color: #62c8e2; }
  .section h2.title .hl.yellow {
    color: #f5b100; }
  .section h2.title .hl.green {
    color: #30d095; }

.clients {
  position: relative;
  padding-top: 200px; }
  .clients .img-responsive {
    margin: 0 auto; }
  .clients h2.title {
    color: #62c8e2;
    font-size: 45px;
    margin-bottom: 0px; }
  .clients .subtitle {
    font-size: 22px;
    font-weight: 600; }
  .clients .button {
    margin-top: 40px; }
  .clients .shapes .left .shape.forme-fd-5 {
    top: 175px; }
  .clients .shapes .right .shape.forme-fd-5 {
    top: 275px; }

.strategy {
  position: relative;
  padding-top: 200px; }
  .strategy .ideas {
    position: relative;
    width: 100%;
    padding-top: 56%; }
    .strategy .ideas .idea {
      position: absolute;
      top: 0px;
      background: #fff;
      padding: 30px;
      border-radius: 4px;
      border-bottom: 2px solid #f30056;
      box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
      max-width: 450px;
      margin: 0 auto;
      margin-top: 30px;
      font-size: 16px;
      line-height: 26px;
      color: #676365;
      transition: .4s;
      cursor: pointer; }
      .strategy .ideas .idea .title {
        display: flex;
        align-items: center;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #f30056; }
        .strategy .ideas .idea .title .icon {
          flex: 0 0 auto;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #f30056;
          width: 44px;
          height: 44px;
          margin-right: 10px;
          color: #fff;
          border-radius: 50%; }
      .strategy .ideas .idea .content {
        margin-bottom: 15px; }
      .strategy .ideas .idea .meta {
        font-weight: 700; }
      .strategy .ideas .idea.first {
        transform: scale(1) translateY(0px);
        z-index: 30; }
      .strategy .ideas .idea.second {
        transform: scale(0.9) translateY(-25px);
        z-index: 20; }
      .strategy .ideas .idea.third {
        transform: scale(0.8) translateY(-60px);
        z-index: 10; }
      .strategy .ideas .idea.out {
        transform: scale(0.8) translateY(60px);
        opacity: 0;
        z-index: 40; }
  .strategy .shapes .right .shape.forme-fd-6 {
    top: 400px;
    right: 0px; }
  .strategy .shapes .right .shape.forme-fd-7 {
    top: 250px; }

.team {
  position: relative;
  padding-top: 150px; }
  .team .shapes .left {
    left: 0px; }
    .team .shapes .left .shape.forme-fd-9 {
      top: 250px;
      left: 0px; }
    .team .shapes .left .shape.forme-fd-8 {
      top: 325px;
      left: 50px; }

.testimonials {
  position: relative;
  padding-top: 125px; }
  .testimonials .list {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    height: 550px; }
    .testimonials .list .testimonial {
      position: absolute;
      padding-top: 30px;
      padding-left: 50px;
      text-align: center; }
      .testimonials .list .testimonial:after {
        background: url("../images/v3/guillemets.svg") top left no-repeat;
        background-size: contain;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 32px;
        height: 32px;
        content: ''; }
      .testimonials .list .testimonial .avatar {
        display: inline-block;
        width: 88px;
        height: 88px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 10px;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15); }
      .testimonials .list .testimonial .name {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px; }
      .testimonials .list .testimonial .job {
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        color: rgba(51, 49, 50, 0.5);
        margin-bottom: 15px; }
        .testimonials .list .testimonial .job:after {
          background: #30d095;
          position: absolute;
          bottom: -5px;
          left: 50%;
          width: 20px;
          height: 2px;
          transform: translate(-50%, 0%);
          content: ''; }
      .testimonials .list .testimonial .comment {
        position: relative;
        display: inline-block;
        cursor: pointer; }
        .testimonials .list .testimonial .comment .icon {
          position: relative;
          display: inline-block;
          width: 32px;
          height: 32px;
          transition: .3s;
          z-index: 100;
          overflow: hidden; }
          .testimonials .list .testimonial .comment .icon img {
            position: absolute;
            top: 50%;
            left: 50%;
            max-width: 100%;
            transform: translate(-50%, -50%); }
        .testimonials .list .testimonial .comment .text {
          position: absolute;
          background: #fff;
          cursor: auto;
          top: -5px;
          right: -5px;
          width: 450px;
          padding: 20px 30px;
          padding-top: 25px;
          padding-right: 35px;
          border-radius: 4px;
          border-bottom: 3px solid #30d095;
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
          font-size: 16px;
          line-height: 26px;
          transition: .3s;
          transform-origin: top right;
          transform: scale(0);
          visibility: hidden;
          opacity: 0; }
        .testimonials .list .testimonial .comment.active .icon {
          transform-origin: center center;
          transform: rotate(45deg); }
        .testimonials .list .testimonial .comment.active .text {
          transform: scale(1);
          visibility: visible;
          opacity: 1; }
      .testimonials .list .testimonial.first {
        top: 0px;
        left: 0px;
        z-index: 70; }
      .testimonials .list .testimonial.third {
        bottom: 0px;
        left: 25px;
        z-index: 20; }
      .testimonials .list .testimonial.second {
        top: 50%;
        right: 0px;
        transform: translate(0%, -50%);
        z-index: 50; }
  .testimonials .shapes .right .shape.forme-fd-11 {
    top: 0px; }
  .testimonials .shapes .right .shape.forme-fd-10 {
    top: -40px;
    right: 0px; }

.features {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
  .features h2.title {
    margin-bottom: 100px; }
  .features .feature {
    max-width: 175px;
    margin: 0 auto; }
    .features .feature .icon {
      position: relative;
      display: inline-block;
      width: 64px;
      height: 64px; }
      .features .feature .icon img {
        position: absolute;
        top: 50%;
        left: 0px;
        max-width: 64px;
        transform: translateY(-50%); }
    .features .feature .dots {
      position: relative;
      display: block;
      margin: 5px auto 20px auto;
      background: #000;
      width: 5px;
      height: 5px;
      border-radius: 50%; }
      .features .feature .dots:after, .features .feature .dots:before {
        position: absolute;
        top: 0px;
        background: #000;
        opacity: .5;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        content: ''; }
      .features .feature .dots:after {
        left: 8px; }
      .features .feature .dots:before {
        left: -8px; }
    .features .feature.align .dots {
      background: #30d095; }
      .features .feature.align .dots:after, .features .feature.align .dots:before {
        background: #30d095; }
    .features .feature.generate .dots {
      background: #f5b100; }
      .features .feature.generate .dots:after, .features .feature.generate .dots:before {
        background: #f5b100; }
    .features .feature.measure .dots {
      background: #f30056; }
      .features .feature.measure .dots:after, .features .feature.measure .dots:before {
        background: #f30056; }
  .features .button {
    margin-top: 75px; }
  .features .shapes .left .shape.forme-fd-5 {
    top: 200px; }
  .features .shapes .right .shape.forme-fd-12 {
    top: 400px; }

.recipe {
  background: url("../images/v3/pattern-fond.png") top center;
  position: relative;
  padding-top: 50px; }
  .recipe h2.title {
    background: #fff;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 10px; }
  .recipe p.subtitle {
    display: inline-block;
    background: #fff;
    font-size: 20px; }
  .recipe .stats {
    position: relative;
    padding: 200px 0px 300px 0px; }
    .recipe .stats .stat {
      text-align: center; }
      .recipe .stats .stat .number {
        background: #fff;
        font-weight: 700;
        font-size: 100px;
        line-height: 100px;
        color: #62c8e2;
        margin-bottom: 20px; }
      .recipe .stats .stat .legend {
        background: #fff;
        font-size: 28px;
        font-weight: 600; }
      .recipe .stats .stat .button {
        margin-top: 100px; }
    .recipe .stats .ingredients .ingredient {
      background: #fff;
      position: absolute;
      padding: 20px 30px;
      width: 240px;
      border-radius: 4px;
      text-align: center;
      border-bottom: 3px solid #000;
      box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15); }
      .recipe .stats .ingredients .ingredient .icon {
        display: block;
        background: #000;
        width: 48px;
        height: 48px;
        overflow: hidden;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px; }
        .recipe .stats .ingredients .ingredient .icon img {
          max-width: 32px;
          margin-top: 8px; }
      .recipe .stats .ingredients .ingredient .title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600; }
      .recipe .stats .ingredients .ingredient .text {
        font-size: 14px;
        line-height: 22px; }
      .recipe .stats .ingredients .ingredient.manager {
        top: 50px;
        left: 0px;
        border-color: #f30056; }
        .recipe .stats .ingredients .ingredient.manager .icon {
          background: #f30056; }
      .recipe .stats .ingredients .ingredient.connect {
        top: 25px;
        right: 0px;
        border-color: #f5b100; }
        .recipe .stats .ingredients .ingredient.connect .icon {
          background: #f5b100; }
      .recipe .stats .ingredients .ingredient.focus {
        bottom: 125px;
        left: 10%;
        border-color: #30d095; }
        .recipe .stats .ingredients .ingredient.focus .icon {
          background: #30d095; }
      .recipe .stats .ingredients .ingredient.gamify {
        bottom: 75px;
        right: 10%;
        border-color: #380f34; }
        .recipe .stats .ingredients .ingredient.gamify .icon {
          background: #380f34; }

@media (max-width: 767px) {
  .features {
    padding-top: 200px;
    padding-bottom: 0px; }
    .features h2.title {
      margin-bottom: 40px !important; }
      .features h2.title br {
        display: none; }
    .features .feature {
      position: relative;
      display: flex;
      max-width: 100%;
      margin-bottom: 30px; }
      .features .feature .icon {
        margin-right: 30px;
        text-align: center; }
      .features .feature .dots {
        position: absolute;
        bottom: -10px;
        left: 32px;
        margin-left: -10px; }
    .features .button {
      margin-top: 10px; }
    .features .shapes .left, .features .shapes .right {
      transform: scale(0.6); }
    .features .shapes .left .shape.forme-fd-5 {
      top: 150px; }
    .features .shapes .right {
      display: none; }

  .strategy .ideas {
    height: 350px;
    padding-top: 0%; }

  .recipe {
    padding-top: 100px;
    padding-bottom: 100px; }
    .recipe h2.title {
      max-width: none; }
    .recipe p.subtitle {
      font-size: 16px; }
    .recipe .stats {
      position: relative;
      padding: 0px;
      padding: 30px 0px; }
      .recipe .stats .stat .number {
        font-size: 72px;
        line-height: 72px; }
      .recipe .stats .stat .legend {
        font-size: 20px;
        line-height: 20px; }
      .recipe .stats .stat .button {
        margin-top: 700px; }
      .recipe .stats .ingredients {
        background: #fff;
        position: absolute;
        top: 220px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .recipe .stats .ingredients .ingredient {
          background: #fff;
          box-shadow: none;
          border-bottom: none;
          position: static;
          flex: 0 1 40%;
          width: auto;
          padding: 10px 0px;
          margin-bottom: 15px; } }
@media (max-width: 991px) {
  .cover {
    padding-top: 125px; }
    .cover .title {
      background: #fff;
      margin: 0px;
      margin-bottom: 30px;
      padding: 10px;
      padding-bottom: 20px;
      border-radius: 10px;
      font-size: 32px;
      line-height: 42px; }
    .cover .subtitle {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 40px; }
    .cover .shapes .left, .cover .shapes .right {
      transform: scale(0.4); }
    .cover .shapes .left {
      overflow-x: hidden;
      left: -60px; }
      .cover .shapes .left .shape:nth-child(n+2) {
        display: none; }
    .cover .shapes .right {
      top: 450px; }

  .section h2.title {
    font-size: 26px;
    margin-bottom: 10px; }

  .clients {
    padding-top: 200px; }
    .clients img.img-responsive {
      margin-bottom: 30px; }
    .clients h2.title {
      font-size: 26px;
      margin-bottom: 0px; }
    .clients .subtitle {
      font-size: 18px; }
    .clients .shapes .left, .clients .shapes .right {
      transform: scale(0.6); }
    .clients .shapes .left {
      top: 80px; }
      .clients .shapes .left .shape.forme-fd-5 {
        top: 0px; }
    .clients .shapes .right {
      top: 530px; }
      .clients .shapes .right .shape.forme-fd-5 {
        top: 0px; }

  .strategy {
    padding-top: 200px; }
    .strategy .ideas {
      max-width: 450px;
      margin: 0 auto; }
      .strategy .ideas .idea {
        padding: 20px;
        font-size: 14px;
        line-height: 24px;
        margin-top: 60px; }

  .team {
    padding-top: 100px; }
    .team img.img-responsive {
      margin-top: 30px; }
    .team .shapes {
      display: none; }

  .testimonials {
    padding-top: 100px; }
    .testimonials .list {
      margin-top: 30px;
      height: 325px; }
      .testimonials .list .testimonial {
        padding: 0px;
        padding-top: 38px; }
        .testimonials .list .testimonial:after {
          width: 28px;
          height: 28px;
          left: 50%;
          margin-left: -14px; }
        .testimonials .list .testimonial .avatar {
          display: none; }
        .testimonials .list .testimonial .name {
          font-size: 14px;
          line-height: 22px; }
        .testimonials .list .testimonial .job {
          font-size: 12px; }
        .testimonials .list .testimonial .comment .text {
          width: 220px;
          font-size: 14px;
          line-height: 20px; }
        .testimonials .list .testimonial.first {
          top: 0px;
          left: 0px;
          z-index: 70; }
        .testimonials .list .testimonial.third {
          bottom: 0px;
          left: 30px;
          z-index: 20; }
        .testimonials .list .testimonial.second {
          top: 50%;
          right: 0px;
          margin-top: -30px;
          transform: translate(0%, -50%);
          z-index: 50; }
        .testimonials .list .testimonial.first .comment .text, .testimonials .list .testimonial.third .comment .text {
          right: auto;
          left: -5px;
          transform-origin: top left; }
    .testimonials .shapes {
      display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cover .title {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .cover .shapes .right {
    top: 350px; }

  .features .feature {
    margin-top: 30px; }
  .features .shapes {
    display: none; }

  .recipe .stats .ingredients .ingredient {
    width: 200px; }
    .recipe .stats .ingredients .ingredient.focus {
      left: 5%; }
    .recipe .stats .ingredients .ingredient.gamify {
      right: 5%; }

  .strategy .ideas {
    margin-top: 30px;
    padding-top: 46%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .clients h2.title {
    margin-top: 80px; }

  .cover {
    padding-top: 200px; }
    .cover .title {
      margin: 0px auto;
      margin-bottom: 30px;
      padding: 10px;
      padding-bottom: 20px;
      border-radius: 10px;
      font-size: 38px;
      line-height: 44px;
      max-width: 500px; }
    .cover .subtitle {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 40px;
      max-width: 500px; } }
@media (min-width: 1200px) {
  .clients h2.title {
    margin-top: 80px; }

  .cover {
    padding-top: 150px; }
    .cover .title {
      font-size: 48px;
      line-height: 52px; } }

/*# sourceMappingURL=home-v3.css.map */
