body {
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  color: #393939;
}

h2, h3 {
  font-family: "Playfair Display", serif;
}

p {
  line-height: 1.3em;
}

a {
  color: inherit;
}

img {
  -ms-flex-item-align: center;
      align-self: center;
}

sup {
  font-size: 0.6em;
  line-height: 1em;
}

small {
  font-size: 0.8em;
}

.cta, .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 21px;
  background-color: #316cf9;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 42px;
  height: 42px;
  padding: 0 15px;
  text-decoration: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.error {
  border: 1px solid red;
}

.fieldb.error {
  border-bottom: 1px solid red !important;
}

.purple {
  background-color: #a558e5;
}

.lightblue {
  color: #00a7e7;
}

.orange {
  color: #f6a600;
}

.green {
  color: #a5c844;
}

.darkblue {
  color: #2e7173;
}

.field {
  background-color: #eef1f1;
  color: #316cf9;
}

.field:hover, .field.selected {
  background-color: #316cf9;
  color: #FFFFFF;
}

.cta:hover {
  opacity: 0.8;
}

#main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.line {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line .content {
  max-width: 1150px;
  width: 90%;
  height: auto;
  overflow: hidden;
}

.lineheader {
  background-color: #a558e5;
  padding: 20px 0;
}
.lineheader p {
  color: #FFFFFF;
}
.lineheader p a {
  color: #FFFFFF;
}

.line0 {
  padding: 10px 0;
}

.line1 {
  background-image: linear-gradient(180deg, #d6e4ed 0px, #d6e4ed 450px, rgb(255, 255, 255) 450px, rgb(255, 255, 255) 100%);
}

.line1 .content {
  background-image: url("../images/bgv2.png");
  background-size: auto 450px;
  background-repeat: no-repeat;
  background-position: top center;
}

.line1 .content div.left {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.line1 .content .presentation {
  min-height: 450px;
  max-height: 450px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line1 .content .presentation h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  padding: 0 0 50px 0;
  background-image: url("../images/title.svg");
  background-repeat: no-repeat;
  background-position: bottom left -30px;
  max-width: 450px;
}

.line1 .content .presentation p {
  font-size: 18px;
  max-width: 370px;
  margin-bottom: 15px;
}
.line1 .content .presentation p strong {
  font-weight: 700;
}

.line1 .content .presentation .cta {
  margin: 30px 0 0 0;
  display: none;
}

.line1 .content .mentionoffer {
  margin: 40px 0;
}
.line1 .content .mentionoffer p {
  text-align: center;
}

.line1 .content .offer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #FFFFFF;
  padding: 30px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 684px;
  width: 684px;
}

.line1 .content .offer div {
  width: 158px;
  /*min-height: 260px;
  max-height: 260px;*/
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.line1 .content .offer h3 {
  font-family: "Montserrat", sans-serif;
  color: #a558e5;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}

.line1 .content .offer p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.line1 .content .offer p strong {
  font-weight: 700;
}

.line1 .content div.right {
  -ms-flex-preferred-size: 457px;
      flex-basis: 457px;
  max-width: 457px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#form {
  border: 1px solid #316cf9;
  border-radius: 10px;
  background-color: #FFFFFF;
  width: 99%;
  max-width: 99%;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
}

#form > div {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 90%;
  width: 100%;
}

#form > * {
  max-width: 90%;
}

#form p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  margin: 0 0 20px 0;
}

#form label {
  font-size: 16px;
  margin: 20px 0 10px 0;
}

#form > div > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#form > div > div.checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 15px 0 0 0;
}

#form > div > div.checkbox.error label {
  color: red;
}

#form > div > div.radioouinon {
  width: 100%;
  margin: 15px 0 0 0;
}

#form > div > div.radioouinon > div label {
  margin: 0 0 0 10px;
  font-size: 12px;
}

#form > div > div.radioouinon > div.multi {
  margin: 10px 0 0 0;
}

#form > div > div.radioouinon > div.multi label {
  margin: 2px 15px 0 3px;
}

#form > div > div.spacer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 5px 0;
  border-top: 1px solid #E7E7E7;
}

#form > div > div > div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#form > div > div.checkbox > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#form > div > div.checkbox > div label {
  margin: 0 0 0 10px;
  font-size: 12px;
}

.col2 input[type=text], .col2 input[type=email], .col2 input[type=date] {
  border: 0;
  outline: none;
  border-bottom: 1px solid #a7a7a7;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  color: #393939;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select {
  border: 0;
  outline: none;
  border-bottom: 1px solid #a7a7a7;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #393939;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 1.2em;
}
select option {
  margin: 0;
  padding: 0;
  color: #393939;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6e6e6e;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #6e6e6e;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6e6e6e;
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6e6e6e;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
select:invalid,
textarea::placeholder {
  color: #6e6e6e;
}

#form > div > div.col2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#form > div > div.col2 > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#form .field {
  margin: 0 10px 10px 0;
}

#form .cta {
  padding: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

#form .col2 .cta {
  width: 45%;
}

#form .mentions {
  margin: 20px 0 0 0;
}

#form .mentions p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

#step4 p {
  font-size: 22px;
}

.line2 {
  background-color: #f6f8f8;
  padding: 30px 0;
}

.line3 {
  padding: 30px 0;
}

.line2 .content, .line3 .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.line2 .content h2, .line3 .content h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  padding: 0 0 50px 0;
  background-image: url("../images/titre1.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.line2 .content > div > div h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  background: none;
  margin-bottom: 15px;
}

.line2 .content > div, .line3 .content > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.line2 .content > div > div, .line3 .content > div > div {
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
  max-width: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.line2 .content > div > div {
  text-align: center;
}

.line3 .content h3 {
  text-align: center;
  color: #a558e5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0;
}

.line3 .content p {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.line2 .content p {
  text-align: center;
  margin-bottom: 15px;
}
.line2 .content p.hash {
  font-size: 12px;
}
.line2 .content p strong {
  font-weight: 700;
}

.line2 .content > div > p {
  margin-top: 20px;
}

.line2 .content > p {
  font-size: 12px;
}

.line2 .cta, .line3 .cta {
  margin: 20px 0;
}

.line2 .cta {
  display: none;
}

.line3 .content > .cta {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 30px;
  margin: 30px 0 10px 0;
}

.line4 {
  background-color: #a558e5;
  padding: 20px 0;
}

.line4 .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.line4 p {
  font-size: 12px;
  color: #ffffff;
}

.line4 p.menufooter {
  text-align: center;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1162px) {
  .line1 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: none;
  }
  .line1 .content .presentation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .line1 .content .presentation h2 {
    text-align: center;
    width: 100%;
    background-position: bottom center;
  }
  .line1 .content .presentation p {
    max-width: 450px;
    width: 90%;
    text-align: center;
  }
  .line2 .content, .line3 .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .line2 .content > div, .line3 .content > div {
    max-width: 480px;
  }
  .line1 .content .presentation .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 720px) {
  .line1 .content .offer {
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
  }
  .line1 .content div.left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .line1 .content .offer div {
    margin-bottom: 20px;
    max-width: none;
    max-height: none;
    min-height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .line2 .content > div, .line3 .content > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .line2 .content > div > div, .line3 .content > div > div {
    margin-bottom: 20px;
  }
  .col2 input[type=text], .col2 input[type=email], .col2 input[type=date] {
    border: 1px solid #393939;
    height: 30px;
    width: 90%;
  }
  .fieldb.error {
    border: 1px solid red !important;
  }
  #form > div > div.col2.oneline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hide {
  display: none;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loader {
  display: none;
}

.lds-ellipsis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #004B85;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
.step {
  display: none;
}

.remodal-overlay, .remodal-wrapper {
  display: block;
}

.remodal p {
  text-align: left;
  margin: 20px 0 20px 0;
  font-size: 12px;
}

#form p.obligatoires {
  font-size: 11px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}