@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
@font-face {
  font-family: 'CenturyStd';
  src: url("fonts/CenturyStd-Book.eot");
  src: url("fonts/CenturyStd-Book.eot?#iefix") format("embedded-opentype"), url("fonts/CenturyStd-Book.woff") format("woff"), url("fonts/CenturyStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url("fonts/HelveticaNeueMedium.eot");
  src: url("fonts/HelveticaNeueMedium.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueMedium.woff") format("woff"), url("fonts/HelveticaNeueMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueBold';
  src: url("fonts/HelveticaNeueBold.eot");
  src: url("fonts/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueBold.woff") format("woff"), url("fonts/HelveticaNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaRoman';
  src: url("fonts/HelveticaKVAFont.eot");
  src: url("fonts/HelveticaKVAFont.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaKVAFont.woff") format("woff"), url("fonts/HelveticaKVAFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html, body {
  height: 100%; }

.no-margin {
  margin-left: 0;
  margin-right: 0; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

section {
  width: 100%;
  float: left;
  overflow: hidden; }

header {
  width: 100%;
  float: left;
  background: url("images/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 70px; }
  header .btns a {
    font-family: 'HelveticaNeueBold';
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin-right: 20px; }
  header .social ul {
    list-style: none;
    float: right; }
    header .social ul li {
      display: inline-block;
      border: 2px solid #fff;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      line-height: 33px;
      text-align: center; }
      header .social ul li a {
        text-decoration: none;
        color: #fff; }
        header .social ul li a .svg-inline--fa.fa-w-9 {
          width: initial; }
  header .logo {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    margin: auto; }

.scroll-fixed ul li a.active {
    color: #e2372e;
}
.scroll-fixed ul li:nth-last-child(2) a.active {
    color: #fff;
}
.scroll-fixed ul li:hover:after, .scroll-fixed ul li.current_li:after {
    background: #e2372e;
}
.scroll-fixed ul li:nth-last-child(2).current_li:after{
  background: #fff;
}

.scroll-fixed {
  position: fixed;
  right: 30px;
  height: 0;
  text-align: right;
  top: 40%; }
  .scroll-fixed ul {
    list-style: none; }
    .scroll-fixed ul li.white a:hover {
      color: #fff; }
    .scroll-fixed ul li.white:hover:after {
      background: #fff; }
    .scroll-fixed ul li a {
      color: transparent;
      text-decoration: none;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 12px; }
    .scroll-fixed ul li:after {
      content: '';
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 50%;
      background: #cccccc;
      margin-left: 10px; }
    .scroll-fixed ul li:hover a {
      color: #e2372e; }
    .scroll-fixed ul li:hover:after {
      background: #e2372e; }

#contact {
  padding: 0;
  background-color: #f5f5f5;
  position: relative;
  text-align: center;
  padding: 100px 0 50px 0; }
  #contact h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #e2372e;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase; }
  #contact p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #141414; }
    #contact p a {
      color: #141414;
      text-decoration: none; }
  #contact .map {
    width: 100%;
    float: left;
    padding: 50px 0; }
    #contact .map a {
      text-decoration: none;
      background: #e2372e;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 14px;
      width: 266px;
      height: 60px;
      line-height: 60px;
      display: block;
      margin: auto; }
      #contact .map a img {
        margin-right: 40px;
        filter: brightness(0) invert(1); }

footer {
  width: 100%;
  float: left;
  padding: 25px 0; }
  footer .social, footer .plaquette, footer .menu, footer .copyright {
    float: left; }
  footer .social {
    margin-right: 35px;
    padding-top: 7px; }
    footer .social ul {
      list-style: none;
      float: right; }
      footer .social ul li {
        display: inline-block;
        border: 2px solid #9c9c9c;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        line-height: 33px;
        text-align: center;
        margin-right: 10px; }
        footer .social ul li a {
          text-decoration: none;
          color: #9c9c9c; }
          footer .social ul li a .svg-inline--fa.fa-w-9 {
            width: initial; }
          footer .social ul li a:hover svg path {
            fill: #e2372e; }
  footer .plaquette a {
    text-decoration: none;
    background: #e2372e;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 260px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: auto;
    text-align: center;
    text-transform: uppercase; }
  footer .menu {
    padding-top: 15px; }
    footer .menu ul {
      text-decoration: none; }
      footer .menu ul li {
        display: inline;
        margin-right: 30px; }
        footer .menu ul li a {
          color: #000;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          font-size: 12px;
          text-transform: uppercase;
          text-decoration: none; }
          footer .menu ul li a:hover {
            color: #e2372e; }
  footer .copyright {
    padding-top: 15px; }
    footer .copyright p {
      color: #000;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 12px;
      opacity: 0.5; }
      footer .copyright p a {
        color: #000;
        opacity: 0.5; }
        footer .copyright p a:hover {
          text-decoration: none;
          opacity: 1;
          color: #e2372e; }

#presentation {
  padding: 150px 0;
  position: relative; }
  #presentation:before {
    content: "";
    position: absolute;
    bottom: -175px;
    left: 0;
    background: url(images/form-bg.png);
    width: 500px;
    height: 1359px; 
      z-index: 0;}
  #presentation h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #e2372e;
    text-align: center;
    text-transform: uppercase; }
  #presentation .content {
    width: 930px;
    margin: auto;
    max-width: 100%;
    padding-top: 50px; }
    #presentation .content p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 0.04em;
      color: #484848;
      text-align: center; }
    #presentation .content h4 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0.04em;
      color: #e2372e;
      text-align: center;
      margin: 60px 0; }
    #presentation .content ul {
      column-count: 2;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      font-size: 15px;
      line-height: 36px;
      letter-spacing: 0.015em;
      color: #484848;
      padding: 0; }
  #presentation .demo {
    width: 100%;
    float: left;
    padding-top: 50px; }
    #presentation .demo a {
      display: block;
      width: 360px;
      height: 60px;
      line-height: 60px;
      color: #fff;
      background: #e2372e;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 0.06em;
      text-align: center;
      margin: auto;
      text-decoration: none;
      max-width: 100%; }

#atouts {
  padding: 100px 0 180px 0;
  background: #f5f5f5;
  position: relative;
  overflow: hidden; }
  #atouts:before {
    content: "";
    position: absolute;
    bottom: -115px;
    right: -61px;
    background: url(images/atouts-bg.png);
    width: 500px;
    height: 1359px;
        z-index: 0; }
  #atouts h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #e2372e;
    text-align: center;
    text-transform: uppercase; }
  #atouts .items {
    width: 930px;
    margin: auto;
    position: relative;
    max-width: 100%; }
    #atouts .items.mobile {
      display: none; }
    #atouts .items:after {
      position: absolute;
      content: '';
      background: url(images/barre.png);
      display: block;
      width: 23px;
      height: 950px;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-size: 100% 100%; }
    #atouts .items .item {
      width: 100%;
      float: left;
      margin-top: 80px; }
      #atouts .items .item:nth-child(2) .content {
        padding-left: 14%; }
      #atouts .items .item div {
        width: 50%;
        float: left; }
        #atouts .items .item div p {
          width: 335px;
          max-width: 100%;
          font-family: 'Montserrat', sans-serif;
          font-weight: 300;
          font-size: 16px;
          line-height: 30px;
          letter-spacing: 0.015em;
          color: #000; }
        #atouts .items .item div h3 {
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          font-size: 26px;
          line-height: 46px;
          letter-spacing: 0.04em;
          color: #000; }
        #atouts .items .item div img {
          display: block;
          margin: auto; }

#tarifs {
  padding: 100px 0; }
  #tarifs h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #e2372e;
    text-align: center;
    text-transform: uppercase; }
  #tarifs h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #484848;
    text-align: center;
    text-transform: uppercase; }
  #tarifs p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.04em;
    color: #484848;
    text-align: center; }

#form {
  padding: 85px 0 45px;
  background: #e2372e;
  position: relative; }
  #form:before {
    content: "";
    position: absolute;
    bottom: -175px;
    left: 0;
    background: url(images/form-bg.png);
    width: 500px;
    height: 1359px; 
      z-index: 0;}
  #form h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  #form .form-div {
    width: 100%;
    float: left;
    padding: 70px 0; }
    #form .form-div form {
      width: 950px;
      margin: auto;
      max-width: 100%; }
      #form .form-div form p {
        width: 45%;
        float: left;
        margin-right: 30px;
        font-family: 'HelveticaRoman';
        font-size: 10px;
        text-transform: uppercase;
        color: #fff; }
        #form .form-div form p span {
          color: #fff;
          font-size: 15px; }
      #form .form-div form input {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        width: 45%;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
        height: 50px;
        border: none;
        background: #fafafa;
        padding-left: 30px;
        color: #aca9aa; }
        #form .form-div form input[type="submit"] {
          width: 25%;
          background: #fff;
          color: #e2372e;
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          font-size: 12px;
          text-transform: uppercase;
          padding: 0; }
        #form .form-div form input:focus {
          outline: none; }
        #form .form-div form input:nth-child(2n) {
          margin-right: 0; }
  #form .mts {
    width: 100%;
    float: left; }
    #form .mts p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.04em;
      color: #fff;
      width: 950px;
      margin: auto;
      max-width: 100%; }

.modal-header h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #e2372e; }

.modal-body p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #484848; }

.modal-dialog {
  max-width: 100%;
  width: 800px;
  top: 50%;
  transform: translateY(-50%) !important; }

.modal-content {
  border: none;
  box-shadow: none;
  background: transparent; }

.modal-backdrop.in {
  opacity: .9;
  background-color: #fff; }

@media (min-width: 992px) and (max-width: 1200px) {
  footer .plaquette a {
    width: 210px; }

  footer .social {
    margin-right: 10px; }

  footer .menu ul {
    margin-left: -30px; }

  footer .menu ul li {
    margin-right: 10px; }

  footer .social ul li {
    margin-right: 5px; }

  footer .menu ul li a {
    font-size: 10px; }

  footer .copyright {
    padding-top: 20px; }

  footer .copyright p {
    font-size: 11px; } }
@media (max-width: 992px) {
  header .social ul {
    list-style: none;
    float: left;
    padding: 0; }

  header .social {
    float: left;
    margin-top: 50px; }

  footer .social, footer .plaquette, footer .menu, footer .copyright {
    float: left;
    width: 50%;
    margin: 0 !important;
    height: 50px; }

  footer .social ul {
    list-style: none;
    float: none;
    margin: auto;
    text-align: center; }

  footer .menu ul li {
    display: inline;
    margin-right: 10px; }

  footer .menu ul li a {
    font-size: 10px; }

  footer .copyright {
    padding-top: 18px;
    text-align: center; } }
@media (max-width: 767px) {
  footer .menu ul {
    padding: 0; }

  footer .menu ul li {
    display: block;
    margin-right: 0; }

  footer .social ul {
    padding: 0;
    margin-bottom: 35px !important;
    display: block; }

  #atouts .items.mobile {
    display: block; }

  #atouts .items.desktop {
    display: none; }

  .modal-dialog {
    top: 0;
    transform: unset !important; }

  footer .social, footer .plaquette, footer .menu, footer .copyright {
    width: 100%;
    text-align: center; }

  #atouts .items .item div {
    width: 100%;
    float: left; }

  #atouts .items:after {
    content: none; }

  #atouts .items .item div p {
    margin: auto; }

  #atouts .items .item div {
    text-align: center; }

  #atouts .items .item:nth-child(2) .content {
    padding: 0; }

  header .social {
    text-align: center;
    width: 100%; }

  header .social ul {
    float: none; }

  #presentation .content {
    padding: 0 15px; }

  #form .form-div form p, #form .form-div form input {
    width: 100%;
    margin-right: 0; } }
@media (max-width: 500px) {
  #presentation .content ul {
    column-count: 1; }

  h2 {
    font-size: 24px !important;
    line-height: 32px !important; }

  header .logo {
    position: static;
    transform: unset; }
    header .logo img {
      max-width: 50%; }
    header .logo header {
      padding-top: 30px; }

  header .btns a {
    display: block;
    margin: 0 auto 5px auto; } }


.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
        bottom: 0px;
    text-align: center;
}
.scroll-btn > * {
    line-height: 18px;
    font-size: 12.08px;
    color: #ffffff;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center !important;
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 0;
    right: 0;
    width: 3px;
    height: 10px;
    margin: auto;
    background: white;
    border-radius: 0;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
.scroll-btn > * {
    line-height: 18px;
    font-size: 12.08px;
    color: #ffffff;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center !important;
}
/*# sourceMappingURL=style.css.map */
