@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Carter+One&family=Racing+Sans+One&family=Ubuntu:wght@300;400;500;700&display=swap");
@import url(fonts/icomoon/style.css);
/* VARIABLES */
/* ESSENTIALS */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none; }

body,
html {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px; }

.vertical {
  display: table-cell;
  vertical-align: middle; }

button,
p,
ul {
  margin-bottom: 20px; }

small {
  font-size: 8px !important;
  line-height: 8px !important; }

h1,
h2 {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  font-size: 32px !important;
  font-family: "Racing Sans One", cursive;
  font-weight: 400; }
  h1:after,
  h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 6px;
    background: #ee507b;
    display: inline-block; }

h1 {
  font-size: 62px !important;
  line-height: calc(62px - 20px) !important;
  font-weight: 700; }

h2 {
  font-size: 26px;
  line-height: 26px; }

h3 {
  font-size: 26px;
  line-height: 20px;
  margin-bottom: 20px; }

a {
  color: inherit;
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-shadow: 0 0 0 1px;
  box-shadow: 0 0 0 1px;
  margin-bottom: 20px;
  display: block;
  font-size: 14px; }
  table thead {
    -webkit-box-shadow: 0 1px 0 0;
    box-shadow: 0 1px 0 0; }
    table thead tr th {
      -webkit-box-shadow: 1px 0 0;
      box-shadow: 1px 0 0;
      padding: 6px; }
  table tbody tr td {
    -webkit-box-shadow: 1px 0 0;
    box-shadow: 1px 0 0;
    padding: 6px; }

p {
  font-size: 14px;
  line-height: calc(14px / 2 + 14px); }

.from {
  display: inline-block;
  margin: 0 auto;
  font-size: 20px;
  text-align: left; }
  .from .visual {
    float: left;
    width: 60px;
    height: 60px;
    padding: 10px; }
    .from .visual img {
      width: 100%; }
  .from .txt {
    float: left;
    height: 60px;
    display: table; }
    .from .txt .author {
      line-height: initial; }
    .from .txt .city {
      font-size: 14px;
      line-height: initial; }

.vote .note {
  color: #ee507b;
  font-size: 20px;
  font-weight: bold; }
  .vote .note span.current {
    font-size: 26px; }

.vote .all {
  font-weight: bold;
  color: #2e3192; }

.steps {
  margin-bottom: 40px;
  font-size: 0; }
  .steps.picto .step .number {
    background: none;
    -webkit-box-shadow: inset 0 0 0 2px;
    box-shadow: inset 0 0 0 2px; }
  .steps .step {
    margin: 10px;
    width: 300px;
    height: 80px;
    display: inline-block;
    overflow: hidden; }
    @media all and (max-width: 500px) {
      .steps .step {
        width: initial;
        height: initial;
        text-align: center; } }
    .steps .step .number {
      background: #2e3192;
      width: 80px;
      height: 80px;
      line-height: 80px;
      border-radius: 100%;
      float: left;
      font-size: 32px;
      font-family: "Racing Sans One", cursive;
      margin-right: 10px;
      margin-bottom: 10px;
      font-weight: 700; }
      @media all and (max-width: 500px) {
        .steps .step .number {
          margin: 0 auto;
          display: inline-block;
          float: initial; } }
      .steps .step .number .icon {
        width: 100%;
        height: 100%;
        line-height: 80px;
        font-size: 40px; }
    .steps .step .infos {
      float: left;
      display: table;
      text-align: left;
      height: 80px;
      width: 190px; }
      @media all and (max-width: 500px) {
        .steps .step .infos {
          float: initial;
          text-align: center; } }
      .steps .step .infos h4 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px; }
      .steps .step .infos p {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0;
        color: #333333; }

.faq {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px; }
  .faq .post {
    text-align: left;
    margin: 10px auto;
    display: table;
    height: 100%;
    width: 500px; }
    @media (max-width: 640px) {
      .faq .post {
        width: 100%; } }
    .faq .post .question {
      -webkit-box-shadow: 0 0 0 2px;
      box-shadow: 0 0 0 2px;
      border-radius: 10px;
      padding: 10px 25px;
      position: relative;
      cursor: pointer;
      padding: 10px 50px 10px 25px; }
      .faq .post .question:after, .faq .post .question:before {
        content: "";
        position: absolute;
        right: 5px;
        top: calc(50% - 1px);
        width: 10px;
        height: 2px;
        background: #333333; }
      .faq .post .question:before {
        right: 10px;
        background: #333333;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .faq .post .question:after {
        right: 16px;
        background: #333333;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .faq .post .answer {
      display: none;
      padding: 10px; }
      .faq .post .answer p {
        margin-bottom: 10px; }
    .faq .post.open .question:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .faq .post.open .question:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .faq .post.open .answer {
      display: block; }

button {
  background: none;
  -webkit-box-shadow: 0 0 0 1px;
  box-shadow: 0 0 0 1px;
  border: 0;
  border-radius: 24px;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #2e3192;
  display: -ms-inline-grid;
  display: inline-grid;
  margin: 5px;
  font-weight: 700;
  cursor: pointer; }
  button.btn-success, button.dark {
    background: #2e3192;
    color: white;
    -webkit-box-shadow: 0 0 0 1px #2e3192;
    box-shadow: 0 0 0 1px #2e3192; }
  button.btn-primary, button.light {
    background: #ee507b;
    color: white;
    -webkit-box-shadow: 0 0 0 1px #ee507b;
    box-shadow: 0 0 0 1px #ee507b; }
  button.white {
    color: #ee507b;
    background: white;
    -webkit-box-shadow: 0 0 0 1px white;
    box-shadow: 0 0 0 1px white; }
  button a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px; }

article {
  padding: 50px; }
  article ul {
    list-style-type: none;
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 20px; }
    article ul.slides .slide:before {
      display: none; }
    article ul.flex-direction-nav {
      display: none; }
    article ul li {
      font-weight: 700;
      font-size: 14px;
      line-height: calc(14px / 2 + 14px); }
      article ul li:before {
        content: "\e90d";
        padding-right: 8px;
        color: lawngreen;
        font-family: 'icomoon'; }

.buttons {
  font-size: 0;
  text-align: center; }

form {
  color: #333333;
  width: 350px;
  -webkit-animation: top-to-bottom-anim 450ms cubic-bezier(0.25, 0, 0.1, 1);
  animation: top-to-bottom-anim 450ms cubic-bezier(0.25, 0, 0.1, 1);
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left; }
  @media all and (max-width: 900px) {
    form {
      width: 100%; } }
  form h3 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00e6ff+0,0095ff+100 */
    background: #ee507b;
    color: white;
    display: block;
    padding: 40px;
    margin: 0;
    border-radius: 8px 8px 0 0;
    text-align: center; }
    form h3:after {
      content: "C'est sans engagement !";
      font-size: 14px;
      display: block;
      color: #2e3192; }
  form fieldset {
    display: block;
    background: #f3f3f3;
    padding: 20px;
    border: 0;
    border-radius: 0 0 8px 8px; }
    form fieldset .form-row .form-group {
      margin-bottom: 15px;
      display: inline-block;
      position: relative;
      width: 100%; }
      form fieldset .form-row .form-group .formControlLabel {
        margin-bottom: 5px;
        display: block;
        color: #2e3192; }
      form fieldset .form-row .form-group .formControls {
        font-size: 0; }
        form fieldset .form-row .form-group .formControls .form-check {
          display: inline-block;
          margin-right: 10px;
          margin-bottom: 10px; }
          form fieldset .form-row .form-group .formControls .form-check .form-check-label {
            position: relative;
            height: 40px;
            width: initial;
            border: 0;
            padding: 0 10px;
            background: none;
            -webkit-box-shadow: 0 0 0 1px #ccc;
            box-shadow: 0 0 0 1px #ccc;
            border-radius: 4px;
            color: #333333;
            font-size: 14px;
            font-weight: 700;
            display: inline-block;
            line-height: 40px;
            cursor: pointer; }
            form fieldset .form-row .form-group .formControls .form-check .form-check-label.checked {
              background: #333333 !important;
              color: white !important; }
            form fieldset .form-row .form-group .formControls .form-check .form-check-label input[type="checkbox"],
            form fieldset .form-row .form-group .formControls .form-check .form-check-label input[type="radio"] {
              width: 0;
              height: 0;
              visibility: hidden;
              left: 0;
              right: 0;
              cursor: pointer; }
              form fieldset .form-row .form-group .formControls .form-check .form-check-label input[type="checkbox"] + *,
              form fieldset .form-row .form-group .formControls .form-check .form-check-label input[type="radio"] + * {
                color: white; }
              form fieldset .form-row .form-group .formControls .form-check .form-check-label input[type="checkbox"]:checked:after,
              form fieldset .form-row .form-group .formControls .form-check .form-check-label input[type="radio"]:checked:after {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                visibility: visible;
                top: 0;
                left: 0;
                -webkit-box-shadow: 0 0 0 1px;
                box-shadow: 0 0 0 1px;
                border-radius: 4px; }
          form fieldset .form-row .form-group .formControls .form-check .toggle-switch {
            /*display: inline-flex;*/
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 !important;
            align-items: center;
            padding: 0 !important;
            height: initial;
            width: 100%;
            -webkit-box-shadow: initial;
            box-shadow: initial;
            font-size: 8px;
            line-height: 8px; }
            form fieldset .form-row .form-group .formControls .form-check .toggle-switch.checked {
              background: initial !important;
              color: initial !important; }
            form fieldset .form-row .form-group .formControls .form-check .toggle-switch__input {
              border: 0;
              clip: rect(0 0 0 0);
              -webkit-clip-path: inset(50%);
              clip-path: inset(50%);
              height: 1px;
              margin: -1px;
              overflow: hidden;
              padding: 0;
              position: absolute;
              width: 1px;
              white-space: nowrap; }
              form fieldset .form-row .form-group .formControls .form-check .toggle-switch__input:checked + .toggle-switch__slider {
                background-color: #2e3192; }
                form fieldset .form-row .form-group .formControls .form-check .toggle-switch__input:checked + .toggle-switch__slider::before {
                  -webkit-transform: translate(22px, -50%);
                  -ms-transform: translate(22px, -50%);
                  transform: translate(22px, -50%); }
              form fieldset .form-row .form-group .formControls .form-check .toggle-switch__input:disabled + .toggle-switch__slider {
                opacity: 0.5;
                cursor: not-allowed; }
                form fieldset .form-row .form-group .formControls .form-check .toggle-switch__input:disabled + .toggle-switch__slider::before {
                  background-color: rgba(32, 37, 50, 0.14); }
            form fieldset .form-row .form-group .formControls .form-check .toggle-switch__slider {
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              margin-right: 9px;
              width: 50px;
              height: 30px;
              border-radius: 30px;
              background-color: rgba(32, 37, 50, 0.14);
              -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
              display: inline-block;
              cursor: pointer;
              top: 10px;
              float: left; }
              form fieldset .form-row .form-group .formControls .form-check .toggle-switch__slider::before {
                -webkit-transition: -webkit-transform 75ms ease-in-out;
                transition: -webkit-transform 75ms ease-in-out;
                -o-transition: transform 75ms ease-in-out;
                transition: transform 75ms ease-in-out;
                transition: transform 75ms ease-in-out, -webkit-transform 75ms ease-in-out;
                content: "";
                display: block;
                width: 24px;
                height: 24px;
                background-color: #fff;
                -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(32, 37, 50, 0.16);
                box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(32, 37, 50, 0.16);
                position: absolute;
                border-radius: 100%;
                top: 15px;
                -webkit-transform: translate(4px, -50%);
                -ms-transform: translate(4px, -50%);
                transform: translate(4px, -50%); }
        form fieldset .form-row .form-group .formControls input[type="text"], form fieldset .form-row .form-group .formControls input[type="email"], form fieldset .form-row .form-group .formControls input[type="password"] {
          height: 40px;
          width: 100%;
          border: 0;
          padding: 0 10px;
          background: none;
          -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
          border-radius: 4px;
          color: #333333;
          font-family: "Ubuntu", sans-serif;
          -webkit-appearance: none;
          font-size: 14px;
          font-weight: 700; }
          form fieldset .form-row .form-group .formControls input[type="text"]::-webkit-input-placeholder, form fieldset .form-row .form-group .formControls input[type="email"]::-webkit-input-placeholder, form fieldset .form-row .form-group .formControls input[type="password"]::-webkit-input-placeholder {
            font-style: italic;
            color: #ccc; }
          form fieldset .form-row .form-group .formControls input[type="text"]:-ms-input-placeholder, form fieldset .form-row .form-group .formControls input[type="email"]:-ms-input-placeholder, form fieldset .form-row .form-group .formControls input[type="password"]:-ms-input-placeholder {
            font-style: italic;
            color: #ccc; }
          form fieldset .form-row .form-group .formControls input[type="text"]::-ms-input-placeholder, form fieldset .form-row .form-group .formControls input[type="email"]::-ms-input-placeholder, form fieldset .form-row .form-group .formControls input[type="password"]::-ms-input-placeholder {
            font-style: italic;
            color: #ccc; }
          form fieldset .form-row .form-group .formControls input[type="text"]::placeholder, form fieldset .form-row .form-group .formControls input[type="email"]::placeholder, form fieldset .form-row .form-group .formControls input[type="password"]::placeholder {
            font-style: italic;
            color: #ccc; }
        form fieldset .form-row .form-group .formControls .nice-select.wide {
          width: 100%;
          height: 40px;
          background: none;
          -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
          padding: 0 10px;
          border-radius: 4px;
          border: 0;
          font-family: "Ubuntu", sans-serif;
          font-size: 14px;
          font-weight: 700; }
        form fieldset .form-row .form-group .formControls.range_slider {
          padding: 10px 30px 0;
          border-radius: 4px; }
        form fieldset .form-row .form-group .formControls .rangeslider,
        form fieldset .form-row .form-group .formControls .rangeslider__fill {
          display: block;
          -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
          border-radius: 10px; }
        form fieldset .form-row .form-group .formControls .rangeslider {
          background: #e6e6e6;
          position: relative;
          height: 20px;
          width: 100%; }
          form fieldset .form-row .form-group .formControls .rangeslider .rangeslider__fill {
            background: -webkit-gradient(linear, left top, right top, from(#00e6ff), to(#2e3192));
            background: -webkit-linear-gradient(left, #00e6ff, #2e3192);
            background: -o-linear-gradient(left, #00e6ff, #2e3192);
            background: linear-gradient(to right, #00e6ff, #2e3192);
            position: absolute;
            top: 0;
            height: 100%; }
          form fieldset .form-row .form-group .formControls .rangeslider .rangeslider__handle {
            background: white;
            border: 1px solid #ccc;
            cursor: pointer;
            display: inline-block;
            width: 40px;
            height: 40px;
            position: absolute;
            background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
            background-size: 100%;
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
            background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
            background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
            background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
            -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            top: -10px;
            -ms-touch-action: pan-y;
            touch-action: pan-y; }
            form fieldset .form-row .form-group .formControls .rangeslider .rangeslider__handle:after {
              content: "";
              display: block;
              width: 18px;
              height: 18px;
              margin: auto;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
              background-size: 100%;
              background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(255, 255, 255, 0)));
              background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
              background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
              background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
              border-radius: 50%; }
          form fieldset .form-row .form-group .formControls .rangeslider + output {
            display: block;
            font-weight: 600;
            color: #2e3192;
            font-size: 24px;
            margin-top: 25px;
            text-align: center; }
            form fieldset .form-row .form-group .formControls .rangeslider + output:after {
              content: "m²"; }
        form fieldset .form-row .form-group .formControls.btn-group {
          text-align: center; }
        form fieldset .form-row .form-group .formControls button {
          padding: 10px 20px; }
        form fieldset .form-row .form-group .formControls .formValidation {
          font-size: 10px;
          text-transform: uppercase;
          font-weight: 700;
          position: absolute;
          top: -15px;
          left: -35px;
          z-index: 4; }
          form fieldset .form-row .form-group .formControls .formValidation .formError {
            display: inline-block;
            padding: 0 8px;
            height: 20px;
            line-height: 20px;
            /* Old browsers */
            background: red;
            color: #fff;
            font-weight: normal;
            z-index: 4;
            position: relative;
            border-radius: 0 4px 4px 0; }
            form fieldset .form-row .form-group .formControls .formValidation .formError:before {
              content: "";
              display: inline-block;
              height: 0;
              width: 0;
              border-top: 15px solid #8c0505;
              border-left: 15px solid transparent;
              position: absolute;
              z-index: 3;
              top: 100%;
              left: 0; }
  form.mini {
    width: initial;
    margin: 0 auto;
    display: inline-block; }
    form.mini fieldset {
      background: none;
      padding: 0;
      border: 0;
      border-radius: 0;
      font-size: 0; }
      form.mini fieldset .error {
        text-align: center; }
      form.mini fieldset .form-row {
        display: inline-block; }
        @media all and (max-width: 500px) {
          form.mini fieldset .form-row {
            display: block;
            width: 100%; } }
        form.mini fieldset .form-row .form-group {
          float: left;
          width: initial; }
          @media all and (max-width: 500px) {
            form.mini fieldset .form-row .form-group {
              margin: 0; } }
          form.mini fieldset .form-row .form-group .formControls {
            font-size: 0;
            display: inline-block; }
            @media all and (max-width: 500px) {
              form.mini fieldset .form-row .form-group .formControls {
                width: 100%; } }
            form.mini fieldset .form-row .form-group .formControls input[type="text"], form.mini fieldset .form-row .form-group .formControls input[type="email"], form.mini fieldset .form-row .form-group .formControls input[type="password"] {
              color: white;
              -webkit-box-shadow: 0 0 0 1px white;
              box-shadow: 0 0 0 1px white;
              border-radius: 4px 0px 0px 4px; }
              @media all and (max-width: 500px) {
                form.mini fieldset .form-row .form-group .formControls input[type="text"]::-webkit-input-placeholder, form.mini fieldset .form-row .form-group .formControls input[type="email"]::-webkit-input-placeholder, form.mini fieldset .form-row .form-group .formControls input[type="password"]::-webkit-input-placeholder {
                  text-align: center; }
                form.mini fieldset .form-row .form-group .formControls input[type="text"]:-ms-input-placeholder, form.mini fieldset .form-row .form-group .formControls input[type="email"]:-ms-input-placeholder, form.mini fieldset .form-row .form-group .formControls input[type="password"]:-ms-input-placeholder {
                  text-align: center; }
                form.mini fieldset .form-row .form-group .formControls input[type="text"]::-ms-input-placeholder, form.mini fieldset .form-row .form-group .formControls input[type="email"]::-ms-input-placeholder, form.mini fieldset .form-row .form-group .formControls input[type="password"]::-ms-input-placeholder {
                  text-align: center; }
                form.mini fieldset .form-row .form-group .formControls input[type="text"]::placeholder, form.mini fieldset .form-row .form-group .formControls input[type="email"]::placeholder, form.mini fieldset .form-row .form-group .formControls input[type="password"]::placeholder {
                  text-align: center; } }
              @media all and (max-width: 500px) {
                form.mini fieldset .form-row .form-group .formControls input[type="text"], form.mini fieldset .form-row .form-group .formControls input[type="email"], form.mini fieldset .form-row .form-group .formControls input[type="password"] {
                  border-radius: 4px 4px 0px 0px;
                  text-align: center; } }
            form.mini fieldset .form-row .form-group .formControls input[type="submit"] {
              border-radius: 0px 4px 4px 0px;
              height: 40px;
              margin: 0;
              background: white;
              color: #2e3192;
              -webkit-box-shadow: 0 0 0 1px white;
              box-shadow: 0 0 0 1px white;
              padding: 10px 20px;
              padding: 10px 20px;
              border: 0;
              font-weight: 700;
              font-family: "Ubuntu", sans-serif;
              font-size: 14px; }
              @media all and (max-width: 500px) {
                form.mini fieldset .form-row .form-group .formControls input[type="submit"] {
                  width: 100%;
                  border-radius: 0px 0px 4px 4px; } }
            form.mini fieldset .form-row .form-group .formControls.btn-group button {
              border-radius: 0px 4px 4px 0px;
              height: 40px;
              margin: 0;
              background: white;
              color: #2e3192;
              -webkit-box-shadow: 0 0 0 1px white;
              box-shadow: 0 0 0 1px white; }
              @media all and (max-width: 500px) {
                form.mini fieldset .form-row .form-group .formControls.btn-group button {
                  width: 100%;
                  border-radius: 0px 0px 4px 4px; } }
            form.mini fieldset .form-row .form-group .formControls .formValidation {
              font-size: 10px;
              text-transform: uppercase;
              font-weight: 700;
              position: absolute;
              top: -10px;
              left: -35px;
              z-index: 2;
              -webkit-transform: skewY(-6deg);
              -ms-transform: skewY(-6deg);
              transform: skewY(-6deg);
              z-index: 4;
              display: none; }
              form.mini fieldset .form-row .form-group .formControls .formValidation:before {
                content: "";
                display: inline-block;
                height: 0;
                width: 0;
                border-top: 15px solid #8c0505;
                border-left: 15px solid transparent;
                position: absolute;
                z-index: 3;
                top: 100%;
                left: 0; }
              form.mini fieldset .form-row .form-group .formControls .formValidation .formError {
                display: inline-block;
                padding: 0 8px;
                height: 20px;
                line-height: 20px;
                /* Old browsers */
                background: red;
                color: #fff;
                font-weight: normal;
                z-index: 4;
                position: relative;
                border-radius: 0 4px 4px 0; }

/* HEADER */
header {
  background: white;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center; }
  header .centerate {
    width: 800px;
    height: 100%;
    margin: 0 auto;
    text-align: left; }
    @media all and (max-width: 900px) {
      header .centerate {
        width: initial; } }
  header .logo {
    height: 100%;
    width: 200px;
    float: left; }
    header .logo svg, header .logo img {
      height: 100%; }
      header .logo svg .icon, header .logo img .icon {
        fill: #2e3192; }
      header .logo svg .aide, header .logo img .aide {
        fill: #2e3192; }
      header .logo svg .habitatfr, header .logo img .habitatfr {
        fill: #ee507b; }
      header .logo svg .guideofficiel, header .logo img .guideofficiel {
        fill: #ccc; }
  header .menu {
    width: calc(100% - 200px);
    height: 100%;
    float: left; }
    header .menu .burger {
      background: #F3F3F3;
      width: 60px;
      height: 60px;
      position: relative;
      padding: 10px;
      display: none;
      cursor: pointer; }
      @media all and (max-width: 700px) {
        header .menu .burger {
          display: block; } }
      header .menu .burger .line {
        background: #ee507b;
        width: calc(100% - 20px);
        height: 4px;
        position: absolute;
        top: calc(50% - 2px);
        border-radius: 4px;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0, 0.1, 1);
        -o-transition: all 0.5s cubic-bezier(0.25, 0, 0.1, 1);
        transition: all 0.5s cubic-bezier(0.25, 0, 0.1, 1); }
        header .menu .burger .line:before, header .menu .burger .line:after {
          content: '';
          background: #ee507b;
          width: calc(100% - 0px);
          height: 4px;
          position: absolute;
          border-radius: 4px;
          -webkit-transition: all 0.5s cubic-bezier(0.25, 0, 0.1, 1);
          -o-transition: all 0.5s cubic-bezier(0.25, 0, 0.1, 1);
          transition: all 0.5s cubic-bezier(0.25, 0, 0.1, 1); }
        header .menu .burger .line:before {
          top: -8px;
          background: #2e3192;
          width: calc(100% - 20px); }
        header .menu .burger .line:after {
          bottom: -8px;
          background: #333333;
          width: calc(100% - 10px); }
    header .menu nav {
      height: 100%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media all and (max-width: 700px) {
        header .menu nav {
          display: none;
          background: #F3F3F3;
          position: absolute;
          left: 0;
          top: 60px;
          height: calc(100vh - 60px);
          width: 100%; } }
      header .menu nav ul {
        list-style-type: none;
        height: 100%; }
        header .menu nav ul li {
          height: 100%;
          line-height: 60px;
          float: left;
          padding: 0 15px;
          position: relative;
          font-weight: 700;
          color: #2e3192; }
          @media all and (max-width: 700px) {
            header .menu nav ul li {
              display: block;
              float: initial;
              clear: left;
              text-align: center;
              font-size: 32px; }
              header .menu nav ul li:after {
                display: none; } }
          header .menu nav ul li:after {
            content: '';
            background: #ee507b;
            position: absolute;
            right: -3px;
            top: calc(50% - 3px);
            width: 6px;
            height: 6px;
            border-radius: 100%; }
          header .menu nav ul li:last-child:after {
            display: none; }
    header .menu.open .burger .line {
      background: none; }
      header .menu.open .burger .line:before {
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        width: calc(100% - 0px); }
      header .menu.open .burger .line:after {
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        bottom: 0;
        width: calc(100% - 0px); }
    header .menu.open nav {
      display: table; }
      @media all and (max-width: 700px) {
        header .menu.open nav ul {
          height: initial; } }

/* MAIN */
main {
  width: 100%;
  display: inline-block; }
  main .section {
    text-align: center;
    position: relative;
    padding-top: 60px;
    margin-top: -60px; }
    main .section:nth-child(1) {
      z-index: 8; }
    main .section:nth-child(2) {
      z-index: 7; }
    main .section:nth-child(3) {
      z-index: 6; }
    main .section:nth-child(4) {
      z-index: 5; }
    main .section:nth-child(5) {
      z-index: 4; }
    main .section:nth-child(6) {
      z-index: 3; }
    main .section:nth-child(7) {
      z-index: 2; }
    main .section:nth-child(8) {
      z-index: 1; }
    main .section:nth-child(9) {
      z-index: 0; }
    main .section article {
      width: 800px;
      margin: 0 auto;
      position: relative;
      z-index: 2; }
      @media all and (max-width: 900px) {
        main .section article {
          width: initial; } }
    main .section.blue {
      background: #2e3192;
      color: white; }
      main .section.blue button {
        background: transparent;
        -webkit-box-shadow: 0 0 0 1px;
        box-shadow: 0 0 0 1px; }
    main .section.dark {
      background: #333333;
      color: white; }
      main .section.dark button.light {
        background: transparent;
        -webkit-box-shadow: 0 0 0 1px;
        box-shadow: 0 0 0 1px; }
    main .section.light {
      background: #ee507b;
      color: white; }
      main .section.light h2:after {
        background: #333333; }
    main .section.white {
      background: white; }
      main .section.white h2 {
        color: #ee507b; }
        main .section.white h2:after {
          background: #2e3192; }
      main .section.white button.dark {
        background: #333333;
        -webkit-box-shadow: 0 0 0 1px;
        box-shadow: 0 0 0 1px; }
    main .section.banner {
      width: 100%;
      padding: 0;
      background: #2e3192;
      color: white;
      display: inline-block;
      margin-top: 0; }
      @media all and (max-width: 700px) {
        main .section.banner {
          display: table;
          height: initial; } }
      main .section.banner:after {
        content: '';
        background: url(https://sf2.viepratique.fr/wp-content/uploads/sites/8/2019/01/istock-1075473126.jpg);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.3; }
      main .section.banner .column {
        float: left;
        width: 50%;
        height: 100%;
        display: table;
        padding: 50px;
        padding-top: 110px;
        position: relative;
        z-index: 2; }
        @media all and (max-width: 700px) {
          main .section.banner .column {
            width: 100%;
            padding: 100px 50px 0; } }
        main .section.banner .column:nth-child(1) article {
          text-align: right;
          width: 350px;
          float: right;
          padding: 0; }
          @media all and (max-width: 900px) {
            main .section.banner .column:nth-child(1) article {
              width: 100%; } }
          @media all and (max-width: 700px) {
            main .section.banner .column:nth-child(1) article {
              text-align: center; } }
          main .section.banner .column:nth-child(1) article h1 {
            -webkit-animation: left-to-right-anim 250ms cubic-bezier(0.25, 0, 0.1, 1);
            animation: left-to-right-anim 250ms cubic-bezier(0.25, 0, 0.1, 1);
            -webkit-animation-delay: 0;
            animation-delay: 0;
            -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
            position: relative; }
            @media all and (max-width: 700px) {
              main .section.banner .column:nth-child(1) article h1 {
                text-align: center; } }
          main .section.banner .column:nth-child(1) article p {
            -webkit-animation: left-to-right-anim 250ms cubic-bezier(0.25, 0, 0.1, 1);
            animation: left-to-right-anim 250ms cubic-bezier(0.25, 0, 0.1, 1);
            -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
            -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
            position: relative; }
            @media all and (max-width: 700px) {
              main .section.banner .column:nth-child(1) article p {
                text-align: justify; } }
          main .section.banner .column:nth-child(1) article .buttons {
            text-align: right; }
            @media all and (max-width: 700px) {
              main .section.banner .column:nth-child(1) article .buttons {
                text-align: center; } }
            main .section.banner .column:nth-child(1) article .buttons button {
              color: white; }
              main .section.banner .column:nth-child(1) article .buttons button:nth-child(1) {
                -webkit-animation: left-to-right-anim 250ms cubic-bezier(0.25, 0, 0.1, 1);
                animation: left-to-right-anim 250ms cubic-bezier(0.25, 0, 0.1, 1);
                -webkit-animation-delay: 1500ms;
                animation-delay: 1500ms;
                -webkit-animation-fill-mode: backwards;
                animation-fill-mode: backwards;
                position: relative; }
              main .section.banner .column:nth-child(1) article .buttons button:nth-child(2) {
                -webkit-animation: left-to-right-anim 250ms cubic-bezier(0.25, 0, 0.1, 1);
                animation: left-to-right-anim 250ms cubic-bezier(0.25, 0, 0.1, 1);
                -webkit-animation-delay: 1750ms;
                animation-delay: 1750ms;
                -webkit-animation-fill-mode: backwards;
                animation-fill-mode: backwards;
                position: relative; }
        @media all and (max-width: 700px) {
          main .section.banner .column:nth-child(2) {
            padding: 50px 50px 140px; } }
    main .section.testimonials {
      text-align: center; }
      main .section.testimonials .slide {
        text-align: center; }
      main .section.testimonials p {
        position: relative;
        font-weight: normal;
        text-align: center;
        margin-bottom: 10px; }
    main .section.callback:after {
      content: '';
      background: url(http://yanncoppry.com/back.svg);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 0.25; }
    main .section.end p {
      font-size: 20px;
      line-height: 20px;
      font-weight: bold; }

/* FOOTER */
footer {
  background: #ee507b;
  width: 100%;
  height: 90px;
  position: fixed;
  bottom: 0;
  left: 0; }

/* ANIMATION

@-webkit-keyframes left-to-right-anim {
  0% {
    left: -100vw; }
  100% {
    left: 0; }
}

@-webkit-keyframes top-to-bottom-anim {
  0% {
    top: -300vh; }
  100% {
    top: 0; }
}
 */

article.merci{
  padding-top: 110px !important;
}
