body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  display: block;
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin: 10px 0px 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 26px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.button {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 29px;
  margin-left: 8px;
  padding: 14px 29px;
  float: left;
  border-radius: 5px;
  background-color: #05b3b3;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #000;
}

.button:hover {
  background-color: #00c417;
}

.button.nav {
  margin-left: 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.nav:hover {
  background-color: #9299ad;
}

.button.big-green {
  margin-top: 191px;
  padding: 25px 22px;
  background-color: #32ac97;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 29px;
  text-transform: capitalize;
}

.button.big-green:hover {
  background-color: #258575;
}

.button.sign-up {
  background-color: #2c9986;
  text-align: center;
}

.button.sign-up:hover {
  background-color: #33b59f;
}

.button.button-mobile:hover {
  background-color: #089988;
}

.button.download {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 19px;
  line-height: 15px;
}

.button.download:hover {
  background-color: #036770;
}

.button.button-sneakersapp {
  margin-right: 10px;
  padding-left: 29px;
  float: right;
  background-color: #d60606;
  color: #fff;
  text-align: center;
}

.button.button-sneakersapp:hover {
  background-color: #ac2a2a;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.header {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #262933;
}

.section.hero {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fff;
  text-align: center;
}

.section.grey {
  padding-bottom: 10px;
  background-color: #fff;
  text-align: center;
}

.section.centered {
  background-color: #f7f9ff;
  text-align: center;
}

.section.footer {
  background-color: #000;
  text-align: left;
}

.company {
  margin-top: 22px;
  float: left;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.nav-link {
  margin-right: 11px;
  margin-left: 11px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.sign-up {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #d60606;
}

.nav-link.sign-up:hover {
  background-color: #d60606;
}

.nav-column {
  padding-top: 24px;
  text-align: right;
}

.logo {
  margin-right: 11px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.hero-heading {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #000;
  font-size: 38px;
  font-weight: 400;
}

.hero-subhead {
  color: rgba(0, 0, 0, 0.78);
  font-size: 14px;
  text-align: center;
}

.section-title {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 400;
  text-align: center;
}

.section-title.bottom {
  margin-top: 40px;
}

.section-subtitle {
  margin-bottom: 43px;
  color: #252626;
  text-align: center;
}

.responsive-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.grey-icon {
  margin-right: 9px;
}

.content-column {
  padding-top: 79px;
  text-align: left;
}

.circle {
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
  border-radius: 190px;
  background-color: #f7f8fa;
}

.number {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  padding-top: 10px;
  border-radius: 50px;
  background-color: #363b48;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  padding-top: 12px;
  border-radius: 40px;
  background-color: #eff1f4;
}

.quote-box {
  padding: 34px 40px 34px 98px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/12-quotes.png');
  background-position: 8% 22%;
  background-size: 50px;
  background-repeat: no-repeat;
  text-align: left;
}

.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}

.quote-thingy {
  display: block;
  margin-top: -2px;
  margin-right: auto;
  margin-left: 45px;
}

.by-section {
  text-align: left;
}

.person-icon {
  margin-right: 15px;
  float: left;
}

.location {
  font-family: Varela, sans-serif;
  color: #848999;
  font-size: 15px;
}

.logo-bottom {
  margin-right: 14px;
  float: left;
}

.footer-text {
  display: inline-block;
  margin-top: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: #596073;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.social-icon:hover {
  background-color: #7f89a3;
}

.right-footer-col {
  text-align: right;
}

.nav-bar {
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #000;
}

.image-crop {
  overflow: hidden;
  height: 302px;
  box-shadow: inset 0 -11px 0 0 red;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

.image-crop:hover {
  height: 372px;
}

.button-group {
  display: block;
  margin-top: 25px;
  margin-bottom: 48px;
  text-align: center;
}

.center {
  text-align: center;
}

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

.table-produit {
  display: block;
  text-align: left;
}

.mobile {
  color: #000;
  text-align: center;
}

.mobile.blue {
  color: #918800;
}

.text-button {
  display: inline;
  margin-right: auto;
  margin-left: 4px;
  padding: 0px 10px 0px 20px;
  font-family: 'Open Sans', sans-serif;
  color: #209400;
  font-size: 20px;
  line-height: 50px;
  text-align: left;
}

.right-side {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 150px;
  padding-right: 100px;
  padding-left: 50px;
}

.left-column {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 100px;
}

.h1-sneakersapp {
  display: block;
  margin: 0px auto 20px;
  font-size: 32px;
  line-height: 41px;
  text-align: right;
}

.paragraph-sneakersapp {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #4c4d52;
  text-align: right;
}

.featured {
  display: block;
  margin: 10px 0px 10px 150px;
  padding-right: 0px;
  font-size: 30px;
  text-align: right;
}

.featured.featuredpara {
  font-size: 12px;
}

.columnright {
  margin-top: 50px;
  margin-bottom: 0px;
}

.testimonial {
  display: block;
  margin-bottom: 25px;
  padding-top: 25px;
  font-family: Bitter, serif;
  color: #000;
  font-size: 18px;
  text-align: justify;
}

.section-centered {
  background-color: #fff;
}

.testimonials {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Bitter, serif;
  color: #018787;
  font-size: 16px;
}

.title-rules {
  font-size: 20px;
  font-weight: 700;
}

.url-bottom {
  color: #929292;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.link {
  color: #c5bfbf;
}

.link-2 {
  color: #c5bfbf;
}

.paragraph {
  overflow: visible;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .button.nav {
    margin-left: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.big-green {
    margin-top: 148px;
  }
  .nav-link {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 13px;
  }
  .grey-icon {
    margin-top: 19px;
  }
  .content-column {
    padding-top: 0px;
  }
  .circle {
    height: 226px;
  }
  .frames {
    width: 75%;
  }
  .number {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 4px;
    font-size: 15px;
  }
  .right-side {
    padding-top: 90px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }
  .button.nav {
    display: block;
    width: 60%;
    margin: 23px auto 17px;
  }
  .button.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }
  .section {
    padding: 32px 15px;
  }
  .section.hero {
    padding-top: 42px;
  }
  .section.footer {
    text-align: center;
  }
  .company {
    display: inline-block;
    float: none;
  }
  .nav-column {
    padding-top: 19px;
    text-align: center;
  }
  .logo {
    margin-top: -14px;
    float: none;
  }
  .company-column {
    margin-top: 35px;
    margin-bottom: 23px;
    text-align: center;
  }
  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .grey-icon {
    margin-top: 28px;
  }
  .content-column {
    padding-left: 0px;
  }
  .circle {
    display: inline-block;
    height: auto;
    border-radius: 10px;
  }
  .frames {
    width: 55%;
    margin-bottom: 19px;
  }
  .number {
    margin-bottom: 20px;
  }
  .quote-box {
    background-image: url('../images/12-quotes.png');
  }
  .by-section.first {
    margin-bottom: 35px;
  }
  .logo-bottom {
    margin-right: -1px;
    margin-bottom: 37px;
    float: none;
  }
  .footer-text {
    margin-bottom: 22px;
  }
  .social-icon.first {
    margin-left: 1px;
  }
  .right-footer-col {
    text-align: center;
  }
  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .brand-column {
    text-align: center;
  }
  .right-side {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    color: #000;
  }
  p {
    position: static;
    display: inline;
    margin-bottom: auto;
    float: none;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }
  .button {
    display: block;
  }
  .button.nav {
    width: 80%;
  }
  .button.big-green {
    margin-top: 0px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .button.button-mobile {
    display: block;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 72px;
    padding: 10px 30px;
    text-align: center;
  }
  .button.download {
    margin-right: 8px;
    margin-bottom: 10px;
    margin-left: 8px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 7px;
    font-size: 19px;
    line-height: 12px;
  }
  .button.button-sneakersapp {
    margin: 0px 12px 10px 8px;
    padding: 14px 25px;
  }
  .section {
    padding-right: 11px;
  }
  .section.hero {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hero-subhead {
    margin-bottom: 34px;
  }
  .section-subtitle {
    display: block;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
  }
  .grey-icon {
    margin-top: 34px;
  }
  .content-column {
    text-align: center;
  }
  .frames {
    width: 75%;
  }
  .quote-box {
    padding-left: 75px;
    background-image: url('../images/12-quotes.png');
    background-position: 8% 17%;
  }
  .mobile {
    display: block;
    margin-bottom: 11px;
    text-align: center;
  }
  .right-side {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 50px;
    font-size: 12px;
    line-height: 20px;
  }
  .left-column {
    padding-left: 0px;
  }
  .paragraph-sneakersapp {
    margin-top: 0px;
  }
  .testimonial {
    margin-right: auto;
    margin-left: auto;
    border: 8px solid transparent;
    text-align: center;
  }
  .testimonials {
    display: block;
    margin-bottom: 26px;
    padding-bottom: 0px;
    text-align: justify;
  }
}