:root {
  --lapeyre-rouge: #aa1a2d;
  --lapeyre-black: #000;
  --lapeyre-grey1: #d9d9d9;
  --lapeyre-white: #fff;
  --lapeyre-rouge2: #df0000;
  --lapeyre-blue2: #5d89a126;
  --lapeyre-blue1: #5d89a1;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.lp-top {
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.menu-logo-but {
  background-color: var(--lapeyre-rouge);
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image {
  height: 470px;
  overflow: hidden;
}

.lp-header {
  background-image: url('../images/201207814m.jpg');
  background-position: 50%;
  background-size: cover;
  height: 270px;
}

.lp-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -70px;
  display: flex;
}

.lp-contentin {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 600px;
  min-height: 200px;
}

.lp-intro {
  padding: 20px;
}

.lp-h1 {
  text-align: center;
}

.lp {
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.lp-p {
  color: var(--lapeyre-black);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.lp-form2 {
  border: 1px solid var(--lapeyre-grey1);
  border-radius: 15px;
  padding: 30px;
}

.lp-label {
  color: var(--lapeyre-black);
  text-align: left;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: block;
}

.lp-input {
  border: 1px solid var(--lapeyre-grey1);
  background-color: var(--lapeyre-white);
  border-radius: 10px;
  height: 50px;
  margin-bottom: 20px;
  padding-right: 35px;
  font-size: 16px;
  line-height: 16px;
}

.lp-input.error {
  border-width: 2px;
  border-color: var(--lapeyre-rouge2);
}

.lp-input.valid {
  background-image: url('../images/check-valid.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.lp-button {
  border: 2px solid var(--lapeyre-white);
  background-color: var(--lapeyre-blue2);
  color: var(--lapeyre-black);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.lp-button.active {
  background-color: var(--lapeyre-blue1);
  color: var(--lapeyre-white);
  font-weight: 500;
}

.lp-button.error {
  border-width: 2px;
  border-color: var(--lapeyre-rouge2);
}

.lp-col {
  padding-left: 0;
  display: flex;
}

.lp-row {
  margin-bottom: 20px;
  display: flex;
}

.lp-separator {
  height: 40px;
}

.lp-submit {
  background-color: var(--lapeyre-black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.lp-separator-10 {
  height: 7px;
}

.lp-top-back {
  background-color: var(--lapeyre-black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
}

.lp-cb {
  padding-left: 0;
  display: flex;
}

.lp-cb-label {
  flex: 1;
  margin-left: 10px;
}

.lp-cb-cb {
  border: 1px solid var(--lapeyre-grey1);
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.lp-cb-cb.w--redirected-checked {
  background-color: var(--lapeyre-blue1);
}

.menu-logo {
  width: 160px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .lp-contentin {
    width: 100%;
  }

  .lp-col {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .lp-row {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .lp-top {
    flex-flow: column;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .menu-logo-but {
    width: 100%;
    margin-bottom: 10px;
  }

  .lp-h1 {
    font-size: 29px;
    line-height: 34px;
  }

  .lp-form2 {
    padding: 15px;
  }

  .lp-submit {
    width: 100%;
    height: 50px;
  }

  .lp-top-back {
    margin-bottom: 5px;
  }
}