#section-1 {
  position: relative; }
  #section-1 img {
    object-fit: contain;
    object-position: 50% 100%; }
  #section-1 .wrap {
    width: 100%;
    max-width: 800px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
    #section-1 .wrap .h1, #section-1 .wrap p {
      text-align: center; }
  @media (min-width: 1024px) {
    #section-1 picture {
      background-color: #FFF;
      height: 100vh;
      width: 100%;
      z-index: 1; }
    #section-1 img {
      background-color: #FFF;
      height: 100vh;
      width: 100%;
      z-index: 1;
      object-fit: cover; } }

#section-2 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #section-2 .wrap > .row > .col {
    flex-basis: 100%;
    max-width: 100%; }
    @media screen and (max-width: 500px) {
      #section-2 .wrap > .row > .col:first-child {
        min-height: 100vh;
        justify-content: center;
      }
    }
    #section-2 .wrap > .row > .col:last-child {
      padding-top: 50px; }
  @media (min-width: 1024px) {
    #section-2 .wrap > .row {
      flex-direction: row-reverse; }
      #section-2 .wrap > .row > .col {
        flex-basis: 50%;
        max-width: 50%; }
        #section-2 .wrap > .row > .col:first-child {
          padding-left: 30px; }
        #section-2 .wrap > .row > .col:last-child {
          padding-right: 30px;
          padding-top: 0; } }
  #section-2 .h1 {
    text-align: center;
    margin-bottom: 40px; }
    #section-2 .h1:after {
      left: 50%;
      transform: translateX(-50%); }
    @media (min-width: 1024px) {
      #section-2 .h1 {
        text-align: left; }
        #section-2 .h1:after {
          left: 0;
          transform: translateX(0); } }
  #section-2 .chiffres {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    justify-content: center; }
    #section-2 .chiffres svg {
      width: 80px;
      height: 80px; }
    #section-2 .chiffres .col {
      margin-bottom: 5px;
      padding-top: 0;
      flex-basis: 50%;
      max-width: 50%;
      align-items: center; }
    #section-2 .chiffres .radial-glow {
      width: 55px;
      height: 55px;
      padding: 11px;
      margin-bottom: 10px;
      background: radial-gradient(#ecffb2 0%, #FFF 85%); }
    #section-2 .chiffres p {
      margin-top: 3px; }
    @media (min-width: 500px) {
      #section-2 .chiffres .col {
        flex-basis: 33.33333%;
        max-width: 33.33333%; }
      #section-2 .chiffres .radial-glow {
        width: 95px;
        height: 95px;
        padding: 11px;
        margin-bottom: 15px;
        background: radial-gradient(#ecffb2 0%, #FFF 85%); }
      #section-2 .chiffres .chiffres {
        font-size: 24px;
        margin-top: 30px; } }

#section-3 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  #section-3 picture {
    height: 60vh;
    width: 100%;
    z-index: 1; }
  #section-3 img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
    object-position: 50% 100%; }
  #section-3 .floating-text {
    position: reative;
    width: auto;
    min-height: 40vh;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(1, 29, 37, 0.95);
    color: #FFF; }
    #section-3 .floating-text ul {
      font-size: 18px;
      line-height: 25px;
      font-weight: 200; }
      #section-3 .floating-text ul li {
        padding-bottom: 30px; }
        #section-3 .floating-text ul li:last-child {
          padding-bottom: 0px; }
      #section-3 .floating-text ul span {
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase; }
    @media (min-width: 500px) {
      #section-3 .floating-text ul {
        font-size: 20px;
        line-height: 30px; }
        #section-3 .floating-text ul span {
          font-size: 27px; } }
    @media (min-width: 768px) {
      #section-3 .floating-text {
        position: absolute;
        top: 35px;
        left: 25px;
        height: auto; } }
  @media (min-width: 768px) {
    #section-3 picture, #section-3 img {
      height: 100vh; } }

#section-4 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #section-4 .col {
    align-items: center; }
  #section-4 a.button {
    margin-top: 20px; }
  #section-4 .block-center {
    margin-top: 15px; }

#section-5 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}


  #section-5 .row h2 {
    text-align: center; }
    #section-5 .row h2:after {
      left: 50%;
      transform: translateX(-50%); }
  #section-5 .row .col:first-child {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 45px;
    align-items: center; }
    #section-5 .row .col:first-child .half-wrap {
      max-width: 1000px; }
  #section-5 .row .col:last-child {
    align-items: flex-end;
    justify-content: flex-end;
    flex-basis: 100%;
    max-width: 100%; }
  @media (min-width: 1200px) {
    #section-5 .row h2 {
      text-align: left; }
      #section-5 .row h2:after {
        left: 0;
        transform: translateX(0); }
    #section-5 .row .col:first-child {
      flex-basis: 65%;
      max-width: 65%;
      align-items: flex-end;
      padding-bottom: 45px; }
    #section-5 .row .col:last-child {
      flex-basis: 35%;
      max-width: 35%; } }

#banner-pininfarina {
  background-color: #011D25;
  padding-top: 12px;
  padding-bottom: 12px; }
  #banner-pininfarina .row .namx-logo {
    width: 130px; }
  #banner-pininfarina .row .pininfarina-logo {
    height: 130px; }
  #banner-pininfarina .row p {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFF;
    font-weight: 200; }
    #banner-pininfarina .row p strong {
      font-weight: 400; }
  #banner-pininfarina .row .col:nth-child(1) {
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px; }
  #banner-pininfarina .row .col:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px; }
  #banner-pininfarina .row .col:last-child {
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center; }
  @media (min-width: 500px) {
    #banner-pininfarina .row .col:nth-child(1) {
      flex-basis: 50%;
      max-width: 50%; }
    #banner-pininfarina .row .col:nth-child(2) {
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 1024px) {
    #banner-pininfarina .row .col:nth-child(1) {
      flex-basis: 20%;
      max-width: 20%;
      justify-content: center; }
    #banner-pininfarina .row .col:nth-child(2) {
      flex-basis: 30%;
      max-width: 30%;
      align-items: center;
      justify-content: center; }
    #banner-pininfarina .row .col:last-child {
      flex-basis: 50%;
      max-width: 50%;
      justify-content: center; }
    #banner-pininfarina .row p {
      font-size: 30px;
      line-height: 40px; } }

#section-6 {
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative; }
  #section-6 .col {
    align-items: center; }
  #section-6 p {
    text-align: center; }
  #section-6 .big-x {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 270px;
    transform: translate(-50%, -50%);
    z-index: 1; }
    #section-6 .big-x img {
      width: 100%;
      height: 270px; }
    #section-6 .big-x:before {
      content: '';
      width: 100%;
      height: 270px;
      position: absolute;
      top: 0;
      background: linear-gradient(transparent, rgba(255, 255, 255, 0.8));
      z-index: 2; }

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