/* Convert Illustrator, InDesign and Photoshop tracking into letter spacing. */
.title {
  font-family: "Crimson Pro", serif; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

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

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 30px;
  color: #09254f;
  letter-spacing: -0.01em; }
  body.haveSticky {
    padding-top: 141px; }
  @media screen and (max-width: 1000px) {
    body {
      font-size: 2.2rem; } }
  @media screen and (min-width: 1000px) {
    body {
      font-size: 1.8rem; } }
  @media screen and (max-width: 765px) {
    body {
      font-size: 1.6rem; } }

footer {
  background-color: #f7f7f7; }

.container {
  max-width: 1570px;
  width: 100%;
  margin: 0 auto; }

.container-small {
  max-width: 1290px; }

.container-medium {
  max-width: 1560px; }

.container-large {
  max-width: 1720px; }

.container-full {
  max-width: 100%; }

.container-footer {
  max-width: 1500px; }

@media all and (max-width: 765px) {
  .container:not(.container-full) {
    width: 90%; }

  .container-large {
    width: 95% !important; } }
@media all and (min-width: 765px) and (max-width: 1700px) {
  .container:not(.container-full) {
    width: 90%; }

  .container-large {
    width: 95% !important; } }
em {
  color: #f09928;
  font-style: normal; }

.slick-slider {
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }

.bottom-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: auto;
  z-index: 10; }
  @media all and (min-width: 765px) {
    .bottom-fixed {
      display: none; } }
  .bottom-fixed .openPopup {
    width: 100%;
    border-radius: 0;
    font-size: 2.4rem; }

header .sticky {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  color: #fff; }
  header .sticky .stores {
    display: flex;
    align-items: center;
    gap: 18px; }
    @media all and (max-width: 1000px) {
      header .sticky .stores {
        display: none; } }

footer {
  margin-top: 2.5em;
  padding: 2em 0;
  position: relative;
  z-index: 11; }
  @media all and (min-width: 1000px) {
    footer {
      margin-top: 5em;
      padding: 6em 0; } }
  @media all and (min-width: 1000px) {
    footer .footer-wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 6em; } }
  footer .footer-wrapper .col-stores {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 3em; }
    @media all and (min-width: 1000px) {
      footer .footer-wrapper .col-stores {
        gap: 4em;
        margin-bottom: 0; } }
    @media all and (max-width: 765px) {
      footer .footer-wrapper .col-stores {
        display: initial; }
        footer .footer-wrapper .col-stores .store {
          margin-bottom: 2em; } }
    footer .footer-wrapper .col-stores .title {
      margin-top: 0;
      font-weight: bold;
      font-size: 2.4rem;
      margin-bottom: 1em; }
    footer .footer-wrapper .col-stores .address {
      font-size: 1.6rem;
      line-height: 40px;
      font-weight: bold; }
  footer .logo {
    margin-bottom: 1em; }
    @media all and (min-width: 1000px) {
      footer .logo {
        margin-bottom: 0; } }
  footer .copyright {
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
    height: 100%;
    width: 100%; }
  footer .copyright-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  footer .copyright-menu-item:first-child:after {
    content: "-";
    margin-left: 0.5em;
    margin-right: 0.5em; }
  footer .copyright-menu-item a {
    text-decoration: none;
    color: #09254f;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 30px;
    font-weight: normal; }
    @media screen and (max-width: 1000px) {
      footer .copyright-menu-item a {
        font-size: 2.2rem; } }
    @media screen and (min-width: 1000px) {
      footer .copyright-menu-item a {
        font-size: 1.8rem; } }
  footer .powered {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  footer .powered a {
    background-image: url("../images/onlyweb.svg");
    display: inline-block;
    width: 81px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    vertical-align: middle;
    font-size: 1.7rem;
    margin-left: 0.5em; }
  footer .powered span {
    visibility: hidden; }

.our-customers-review {
  text-align: center;
  margin-bottom: 12em;
  position: relative; }
  .our-customers-review-wrapper {
    background: #f6f6fb;
    padding-top: 2em;
    position: relative; }
    .our-customers-review-wrapper:after {
      background: linear-gradient(#fff, #f6f6fb);
      content: "";
      position: absolute;
      left: 0;
      top: -2em;
      height: 2em;
      width: 100%;
      z-index: -1; }
    .our-customers-review-wrapper:before {
      background: linear-gradient(#f6f6fb, #f6f6fb);
      content: "";
      position: absolute;
      left: 0;
      bottom: -12em;
      height: 12em;
      width: 100%;
      z-index: -1; }
  .our-customers-review .container {
    position: relative;
    z-index: 2; }
  .our-customers-review .filigrane {
    top: 15%;
    right: 3%; }
  .our-customers-review h2 {
    margin: 2.5em 0 2em; }
  .our-customers-review p {
    text-align: left; }
    @media screen and (max-width: 1000px) {
      .our-customers-review p {
        font-size: 2.2rem; } }
    @media screen and (min-width: 1000px) {
      .our-customers-review p {
        font-size: 1.8rem; } }
  .our-customers-review--box {
    min-height: 490px;
    padding-left: 4em;
    padding-right: 4em;
    justify-content: flex-start; }
    .our-customers-review--box img {
      margin: 1.5em 0; }
  .our-customers-review .only-btn {
    margin-top: 4em; }
  .our-customers-review--list {
    align-items: flex-start; }

@media all and (max-width: 1000px) {
  .our-customers-review--list {
    flex-direction: row; }

  .our-customers-review--box {
    margin-right: 1em;
    padding: 0 1.5em; }

  .our-customers-review h2 {
    text-align: left; } }
@media all and (min-width: 765px) and (max-width: 1100px) {
  .our-customers-review--box {
    margin-right: 1em; } }
.sticky {
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 15; }
  @media all and (max-width: 1000px) {
    .sticky {
      background-image: url("../images/bck/bck-mobile.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      .sticky .mobile {
        width: 150px;
        max-width: 100%; } }
  .sticky.activated {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }
    @media all and (max-width: 1000px) {
      .sticky.activated {
        position: static; } }
    .sticky.activated .container {
      padding: 1em 0; }
    .sticky.activated .logo a img {
      width: 150px;
      max-width: 100%; }
    .sticky.activated .cta p {
      flex-direction: row-reverse; }
    .sticky.activated .no-sticky {
      display: none; }
  .sticky .sticky-only {
    display: inline-block;
    text-decoration: none;
    padding: 0 1.5em;
    line-height: 50px;
    border-radius: 7px;
    border: none;
    background: linear-gradient(to right, #f26100, #feae02);
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
    font-size: 2.0rem;
    transition: all 500ms ease;
    margin-left: 2em; }
    .sticky .sticky-only:hover {
      color: #f26100;
      position: relative;
      background: linear-gradient(to right, #f26100, #feae02);
      cursor: pointer; }
      .sticky .sticky-only:hover:after {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        background: #fff;
        border-radius: 5px; }
      .sticky .sticky-only:hover span {
        position: relative;
        z-index: 10; }
  .sticky .container {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
    padding: 3em 0; }
    @media all and (max-width: 765px) {
      .sticky .container {
        padding: 1em 0; } }
  .sticky .logo {
    display: flex;
    align-content: center; }
    .sticky .logo .desktop {
      display: inline-block; }
    .sticky .logo .mobile {
      display: none; }
    @media all and (max-width: 1000px) {
      .sticky .logo {
        justify-content: space-between;
        width: 50%;
        height: 100%; }
        .sticky .logo > * {
          width: 45%; }
        .sticky .logo .mobile {
          display: inline-block; }
          .sticky .logo .mobile img {
            max-width: 100%; } }
    .sticky .logo > a {
      display: flex;
      align-content: center; }
  @media all and (max-width: 1000px) {
    .sticky .cta {
      position: fixed;
      height: fit-content;
      bottom: 0;
      left: 0;
      top: initial;
      background: #fff;
      box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.2);
      z-index: 9;
      width: 100%;
      max-width: 100%; }
      .sticky .cta .no-sticky {
        display: none; }
      .sticky .cta .sticky-only {
        display: initial;
        font-size: 1.6rem;
        margin: 0 auto; }
      .sticky .cta p {
        flex-direction: column;
        align-content: center;
        justify-content: center; }
      .sticky .cta a:last-child:before {
        content: "ou";
        color: #09254f; } }
  .sticky .sticky-only {
    display: none; }
  .sticky .no-sticky {
    display: inline-block; }
  .sticky .google-rate {
    margin-top: 7px;
    color: #fff;
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 4em;
    margin-right: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    line-height: 20px; }
    @media all and (max-width: 1000px) {
      .sticky .google-rate {
        margin-left: 0;
        text-align: right;
        color: #fff; } }
    .sticky .google-rate .stars img {
      display: inline-block; }
    .sticky .google-rate p {
      margin: 0;
      padding: 0; }
  .sticky .cta {
    font-size: 1.9rem; }
    .sticky .cta p {
      display: flex;
      align-items: center; }
    .sticky .cta a:last-child {
      color: #f26100;
      display: flex;
      align-items: center;
      text-decoration: none; }
      .sticky .cta a:last-child:hover {
        color: #09254f; }
      .sticky .cta a:last-child img {
        padding: 0 .5em 0 1em; }
  @media all and (max-width: 1100px) {
    .sticky .google-rate {
      margin-left: auto;
      margin-right: 0; }
    .sticky .logo > a > img {
      max-width: initial;
      width: initial; } }

.btn {
  text-decoration: none;
  display: inline-block;
  padding: 1em;
  line-height: 15px;
  border-radius: 33px;
  border: none;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif; }
  @media all and (min-width: 765px) {
    .btn {
      padding: 24px 50px; } }
  .btn * {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300; }

.btn-primary {
  background-color: #f09928;
  border: 1px solid #f09928;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 500ms ease; }
  @media all and (min-width: 765px) {
    .btn-primary {
      font-size: 2.0rem; } }
  .btn-primary:hover {
    color: #f09928;
    position: relative;
    background-color: #fff; }

.btn-phone {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 500ms ease;
  padding: 1em;
  width: 245px;
  height: 69px; }
  @media all and (min-width: 765px) {
    .btn-phone {
      padding: 15px 47px 15px 27px; } }
  .btn-phone:hover {
    color: #f09928;
    position: relative;
    background-color: #000; }

.btn-phone {
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-phone .img {
    margin-right: 17px; }
  .btn-phone .text .phone {
    display: block;
    font-weight: normal;
    margin-top: 9px;
    font-size: 1.7rem; }

.btn-phone-primary {
  background-color: rgba(240, 153, 40, 0.08);
  border: 1px solid #f09928;
  color: #f09928;
  margin: 0;
  width: 250px;
  height: 69px; }
  .btn-phone-primary *, .btn-phone-primary .text .phone {
    font-weight: 600; }
  .btn-phone-primary:hover {
    color: #f09928;
    background-color: rgba(240, 153, 40, 0.01); }
  .btn-phone-primary--white {
    background-color: rgba(255, 255, 255, 0.3); }

.main-title {
  font-size: 3.9rem;
  color: #f09928;
  font-weight: 500; }

.title {
  font-size: 3.2rem; }

.form-title {
  font-size: 3.3rem;
  font-weight: normal; }

.sub-title {
  font-size: 2.2rem; }

@media all and (max-width: 1000px) {
  .main-title {
    font-size: 2.9rem; }

  .title {
    font-size: 2.45rem; }

  .form-title {
    font-size: 2.4rem; } }
@media all and (min-width: 765px) and (max-width: 1100px) {
  .main-title {
    font-size: 3.2rem; }

  .title {
    font-size: 2.6rem; }

  .form-title {
    font-size: 2.8rem; } }
.banners {
  color: #fff; }
  .banners .banner {
    min-height: 790px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    background-size: cover; }
    @media all and (max-width: 1000px) {
      .banners .banner {
        min-height: 860px;
        padding: 0 1em;
        padding-top: 6em; } }
    @media all and (max-width: 765px) {
      .banners .banner {
        min-height: 460px;
        padding: 0 1em;
        padding-top: 4em; } }
    .banners .banner .content {
      margin: 0 auto;
      text-align: center;
      max-width: 900px; }
      .banners .banner .content .title {
        font-size: 3rem;
        line-height: 68px;
        font-weight: 400;
        letter-spacing: -0.005em; }
        @media all and (min-width: 1000px) {
          .banners .banner .content .title {
            font-size: 5.2rem; } }
        @media all and (max-width: 765px) {
          .banners .banner .content .title {
            font-size: 2.4rem;
            line-height: 30px; } }
      .banners .banner .content .sub-title {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 500;
        font-size: 1.9rem;
        line-height: 68px;
        letter-spacing: 0em; }
        @media all and (max-width: 765px) {
          .banners .banner .content .sub-title {
            font-size: 1.8rem;
            line-height: 30px; } }
        @media all and (min-width: 1000px) {
          .banners .banner .content .sub-title {
            font-size: 2.7rem; } }

.slider {
  text-align: center;
  margin: 5.5em 0 2.5em 0; }
  .slider .slider-images {
    overflow: hidden;
    width: 100%;
    margin: 0 auto; }
  .slider .image {
    min-height: 620px;
    min-width: 880px;
    width: 880px; }
    @media all and (max-width: 765px) {
      .slider .image {
        min-height: 320px;
        background-size: contain;
        background-position: center; } }
  .slider .slick-slide {
    margin: 0 0.1em; }
  .slider .title {
    font-size: 1.791rem;
    line-height: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    margin-top: 2em; }

.oneCol {
  text-align: center;
  margin: 4em 0; }
  .oneCol .title {
    font-size: 3.7rem;
    font-weight: 500; }
    @media all and (max-width: 765px) {
      .oneCol .title {
        font-size: 3rem; } }
  .oneCol .sub-title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal; }
    @media screen and (max-width: 1000px) {
      .oneCol .sub-title {
        font-size: 2.2rem; } }
    @media screen and (min-width: 1000px) {
      .oneCol .sub-title {
        font-size: 1.8rem; } }
    @media screen and (max-width: 765px) {
      .oneCol .sub-title {
        font-size: 1.6rem; } }
    .oneCol .sub-title strong {
      font-weight: 600; }

.twoCols {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2em; }
  .twoCols .col-half {
    width: 100%; }
  @media all and (min-width: 1000px) {
    .twoCols {
      gap: 6em; }
      .twoCols .col-half:first-child {
        width: 60%; }
      .twoCols .col-half:last-child {
        width: calc(40% - 6em); } }
  .twoCols .image {
    border-radius: 7px;
    min-height: 320px;
    background-size: cover; }
    @media all and (min-width: 765px) {
      .twoCols .image {
        min-height: 620px;
        background-size: initial; } }
  .twoCols .title {
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 44px; }
    @media screen and (max-width: 765px) {
      .twoCols .title {
        font-size: 3.0rem; } }
  .twoCols p {
    margin: 2.5em 0; }

.twoColsOnlyText {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media all and (min-width: 1000px) {
    .twoColsOnlyText {
      margin: 6em 0; } }
  .twoColsOnlyText .col-half {
    width: 100%; }
  @media all and (min-width: 1000px) {
    .twoColsOnlyText {
      gap: 3em; }
      .twoColsOnlyText .col-half {
        width: calc(50% - 3em); }
      .twoColsOnlyText .col-half:first-child {
        font-size: 3.0rem;
        font-family: "Crimson Pro", serif;
        font-weight: 500;
        line-height: 40px; } }
  .twoColsOnlyText .col-full {
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .twoColsOnlyText .col-full .actions {
        margin: 1em 0 2em 0;
        text-align: left; } }
  @media screen and (max-width: 1000px) {
    .twoColsOnlyText .col-right {
      font-size: 2.2rem; } }
  @media screen and (min-width: 1000px) {
    .twoColsOnlyText .col-right {
      font-size: 1.8rem; } }
  @media screen and (max-width: 765px) {
    .twoColsOnlyText .col-right {
      font-size: 1.6rem; } }
  .twoColsOnlyText .col-right .title {
    font-family: "Crimson Pro", serif;
    font-size: 3.7rem;
    line-height: 44px;
    font-weight: 500;
    margin: 1em 0; }
  @media all and (min-width: 1000px) {
    .twoColsOnlyText .col-right .content {
      margin: 1em 0 2em 0; } }
  .twoColsOnlyText .stores {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1em; }
    @media all and (max-width: 765px) {
      .twoColsOnlyText .stores {
        display: none; } }

.reassurances {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 4em;
  text-align: center;
  margin: 2.5em 0; }
  @media all and (min-width: 1000px) {
    .reassurances {
      margin: 4em 0; } }
  .reassurances .title {
    width: 100%;
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 44px;
    margin: 1em 0; }
    @media screen and (max-width: 765px) {
      .reassurances .title {
        font-size: 3.0rem; } }
  @media all and (min-width: 1000px) {
    .reassurances .reassurance-bloc {
      width: 28%; } }
  .reassurances .int {
    font-family: "Crimson Pro", serif;
    color: #f09928;
    font-size: 8.0rem;
    line-height: 22px;
    font-weight: 100;
    position: relative; }
    .reassurances .int:after {
      content: "";
      height: 2px;
      width: 37px;
      display: block;
      background-color: #f09928;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -50px; }
  .reassurances .reassurance-bloc:first-child .int:after {
    width: 35px;
    left: 50%; }
  .reassurances .reassurance-bloc:last-child .int:after {
    width: 74px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .reassurances .text {
    font-family: "Crimson Pro", serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 22px; }
  .reassurances .desc {
    margin-top: 2em;
    text-align: left; }

.form.popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(9, 37, 79, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999; }
  .form.popup .form-popup {
    background-color: #fff;
    border-radius: 7px;
    width: 80%;
    max-width: 875px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3em 3em; }
    .form.popup .form-popup .image-catalogue {
      width: 30%; }
    .form.popup .form-popup .cta-form {
      width: 60%; }
    @media all and (max-width: 1000px) {
      .form.popup .form-popup {
        flex-direction: column;
        width: 95%; }
        .form.popup .form-popup .image-catalogue {
          width: 100%; }
        .form.popup .form-popup .cta-form {
          width: 100%; } }
    @media all and (max-width: 400px) {
      .form.popup .form-popup {
        flex-direction: column;
        width: 95%; }
        .form.popup .form-popup .image-catalogue {
          display: none; }
        .form.popup .form-popup .cta-form {
          width: 100%; } }
    .form.popup .form-popup .title {
      font-family: "Crimson Pro", serif;
      font-size: 3.0rem;
      line-height: 37px;
      font-weight: bold;
      margin: 0 0 1em 0; }
      @media all and (max-width: 765px) {
        .form.popup .form-popup .title {
          font-size: 2.4rem; } }
    .form.popup .form-popup .rgpd {
      display: block;
      text-align: right;
      margin-left: auto;
      width: 100%; }
      .form.popup .form-popup .rgpd a {
        color: #f09928;
        text-decoration: none; }
    .form.popup .form-popup .contactBtn {
      display: block;
      margin-top: 1em;
      margin-left: auto;
      margin-right: 0; }
      .form.popup .form-popup .contactBtn span {
        font-weight: 500; }
    .form.popup .form-popup .download-catalogue {
      color: #f09928;
      font-weight: 600; }
    .form.popup .form-popup-success {
      width: fit-content;
      text-align: center;
      position: relative; }
      .form.popup .form-popup-success .image-catalogue {
        display: none; }
      .form.popup .form-popup-success .cta-form {
        width: 100%; }
      .form.popup .form-popup-success .btn-primary {
        margin-top: 1em; }
      .form.popup .form-popup-success .closeForm {
        border: none;
        position: absolute;
        right: 1em;
        top: 1em;
        background-color: rgba(240, 153, 40, 0.4);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }

:root {
  --only-border: #d2d2d2;
  --only-input-color: #fff; }

input:focus, textarea:focus, select:focus {
  outline: none; }

.alert {
  background: lightvar(--only-border);
  border: var(--only-border);
  color: var(--only-border);
  padding: .5em 1em;
  margin: .5em 0;
  border-radius: 10px;
  display: inline-block; }

.alert-error, .alert-danger {
  background: rgba(255, 0, 0, 0.1);
  border: red;
  color: red; }

.alert-success {
  /*background: var(--only-success-bck);*/
  /*border: var(--only-success);*/
  /*color: var(--only-success);*/
  padding: 0; }

#recaptchaError {
  display: block;
  margin-left: auto;
  text-align: right; }

/* LOADER */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 1em auto 1em 3.5em;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
/* Form */
.form-input {
  margin-bottom: 1em; }

.form-input input,
.form-input textarea,
.form-input select {
  padding: .5em 0;
  border: 1px solid var(--only-border);
  background: var(--only-input-color);
  color: var(--only-input-color-text);
  border-radius: 5px; }

.form-input input.error-missing,
.form-input textarea.error-missing,
.form-input__checkbox.error-missing,
.form-input select.error-missing {
  border-bottom: 1px solid red;
  border-radius: 5px 5px 0 0; }

.form-input.form-input__checkbox {
  text-align: right; }

#btnSubmit {
  margin-left: auto; }

.form-input:not(.form-input__checkbox) {
  display: flex;
  flex-direction: column; }

.form-input label {
  margin-bottom: .5em; }

[type="radio"] {
  display: none; }

[type="radio"] ~ label {
  display: inline-block;
  text-align: center;
  width: 100px;
  border: 1px solid var(--only-border);
  border-radius: 10px;
  padding: .9em 0;
  color: var(--only-input-color-text);
  background: rgba(0, 0, 0, 0.6);
  margin-right: .5em;
  margin-bottom: .5em; }

[type="radio"] ~ label:hover, [type="radio"] ~ label:focus, [type="radio"] ~ label:active, [type="radio"] ~ label.active {
  border: 1px solid var(--only-border);
  color: var(--only-main-color);
  /*background: transparent;*/ }

.hide {
  display: none !important; }

.form-input {
  position: relative; }

.form-input input[type="text"],
.form-input input[type="email"],
.form-input textarea {
  padding: .75em; }

.form-input textarea {
  height: 300px; }

.form-input input[type="text"] ~ label,
.form-input input[type="email"] ~ label,
.form-input textarea ~ label {
  position: absolute;
  inset: 0;
  margin: auto 0;
  display: flex;
  align-items: flex-start;
  padding-left: 1.5em;
  padding-top: calc(.75em - 2px);
  transition: top .05s ease-in-out;
  color: var(--only-input-color-text); }
  @media all and (max-width: 765px) {
    .form-input input[type="text"] ~ label,
    .form-input input[type="email"] ~ label,
    .form-input textarea ~ label {
      padding-top: calc(.5em - 2px); } }
  .form-input input[type="text"] ~ label span,
  .form-input input[type="email"] ~ label span,
  .form-input textarea ~ label span {
    color: #f09928; }
  .form-input input[type="text"] ~ label:hover,
  .form-input input[type="email"] ~ label:hover,
  .form-input textarea ~ label:hover {
    cursor: pointer; }

.form-input input[type="text"] ~ label.active,
.form-input input[type="email"] ~ label.active,
.form-input textarea ~ label.active {
  inset: initial;
  top: -1.23em;
  background: var(--only-input-color);
  padding: 0 .25em;
  margin: initial;
  margin-left: 1em;
  border-radius: 5px;
  font-size: 1.2rem; }

.form-input > label {
  margin-bottom: 1em; }

.form-input > .input {
  border-radius: 10px; }

.form-input > .input:focus {
  border-color: #f09928; }

.form-input > label,
.form-input > .input {
  color: #09254f;
  font-family: "Source Sans Pro", sans-serif; }
  @media screen and (max-width: 1000px) {
    .form-input > label,
    .form-input > .input {
      font-size: 2.2rem; } }
  @media screen and (min-width: 1000px) {
    .form-input > label,
    .form-input > .input {
      font-size: 1.8rem; } }
  @media screen and (max-width: 765px) {
    .form-input > label,
    .form-input > .input {
      font-size: 1.6rem; } }

.form-input label > span > span {
  color: var(--only-more-text); }

.form-input [type="checkbox"] {
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*-ms-appearance: none;*/
  /*appearance: none;*/
  width: 16px;
  height: 16px;
  background: transparent;
  padding: 0;
  border-color: var(--only-border); }

/*.form-input [type="checkbox"]:checked {*/
/*    -webkit-appearance: initial;*/
/*    -moz-appearance: initial;*/
/*    -ms-appearance: initial;*/
/*    appearance: initial;*/
/*}*/
.hideByTechno {
  /*display: none !important;*/ }

.customer > .last {
  /*margin-bottom: 0 !important;*/ }

.customer.form-input {
  margin-bottom: 0; }

.grecaptcha-badge {
  display: none; }

label a,
label a:hover {
  color: var(--only-main-color); }

@media all and (max-width: 1000px) {
  .rgpd {
    font-size: 1.4rem; } }
@media all and (max-width: 765px) {
  .rgpd {
    font-size: 1.2rem; } }

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