@charset "UTF-8";
/**
 * Reset Mixing
 * ================================================== */
/**
 * Disable Animation
 */
/**
 * Disable animation depends on Browser or Operation System configuration
 */
/**
 * Accessability. Black and White Mode
 */
/**
 * Accessability. Inverse Mode
 */
/**
 * Meter reset
 */
/**
 * Modern CSS Reset Tweaks
 * ================================================== */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

/* Box sizing normalization */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0-modified | 20110126
 * License: none (public domain)
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Hide empty cell */
td:empty,
th:empty {
  opacity: 0;
}

/**
 * Input Reset
 */
input:required,
input {
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/* Make images easier to work with */
img {
  border: 0;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/* Make pictures easier to work with */
picture {
  display: inline-block;
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 100%;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

@-webkit-keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: white;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.2em;
    height: 0.5em;
    border-color: white;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: white;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.2em;
    height: 0.5em;
    border-color: white;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}
header {
  max-width: 1240px;
  width: 90%;
  margin: 10px auto;
}
header .header--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .header--content .logo--header img {
  width: 280px;
}
header .info--header {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
header .info--header .onpp--label {
  margin: 15px;
  width: 100%;
}
header .info--header .onpp--label p {
  margin: 0;
  font-family: "_olivia_dhorgenoliviadhorgent";
  font-size: 2.5rem;
}
header .info--header .onpp--label img {
  width: 95px;
}
header .button--expertise {
  background-color: #1464B1;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  display: flex;
  font-weight: 700;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: background-color 0.5s ease;
}
header .button--expertise:after {
  width: 0;
  content: "";
  position: absolute;
  bottom: -51%;
  height: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-4deg);
  border-style: solid;
  border-width: 0 50px 28px 0;
  background: #1464b1;
  background: linear-gradient(128deg, #1464b1 0%, #041272 100%);
  border-color: transparent #1464b1 transparent transparent;
}
header .button--expertise:hover {
  background: #0f4a83 radial-gradient(circle, transparent 1%, #11579a 1%) center/15000%;
}

@media screen and (min-width: 700px) {
  header .header--content {
    justify-content: space-between;
    flex-direction: row;
  }
  header .header--content .info--header {
    flex-direction: row;
  }
  header .header--content .info--header a.button--expertise {
    margin-right: 12px;
  }
}
@media screen and (min-width: 992px) {
  header .header--content .info--header .onpp--label {
    margin: 15px;
    padding-right: 90px;
  }
  header .header--content .info--header .onpp--label img {
    position: absolute;
    right: 6%;
    top: 27%;
  }
}
.main--section {
  max-width: 1240px;
  margin: 40px auto 240px;
  width: 90%;
  text-align: center;
}
.main--section h2 {
  font-size: 1.8rem;
}
.main--section .approximation--block {
  max-width: 800px;
  width: 90%;
  margin: 80px auto 120px;
}
.main--section .approximation--bar {
  display: flex;
  color: white;
  align-items: center;
  font-weight: 500;
  margin: 35px 0;
  position: relative;
}
.main--section .approximation--bar:after {
  content: "";
  bottom: 0;
  height: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  border-radius: 0 0 50px 50px;
}
.main--section .approximation--bar .bar--one {
  border-radius: 50px 0 0 50px;
}
.main--section .approximation--bar .bar--three {
  border-radius: 0 50px 50px 0;
}
.main--section .approximation--bar .bar--options {
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-weight: 500;
}
.main--section .approximation--bar .bar--options:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
}
.main--section .approximation--bar .bar--options:before {
  position: absolute;
  top: -23px;
  left: -20%;
  color: black;
  font-weight: 500;
}
.main--section .approximation--immoweb .bar--one {
  width: 42%;
  background-color: #45A7FF;
}
.main--section .approximation--immoweb .bar--one:after {
  background-color: #6405A8;
}
.main--section .approximation--immoweb .bar--two {
  width: 38%;
  background-color: #EC008C;
}
.main--section .approximation--immoweb .bar--two:after {
  background-color: #2A0046;
}
.main--section .approximation--immoweb .bar--two:before {
  font-size: 0.8rem;
  left: -45px;
  content: "de 126.000€";
}
.main--section .approximation--immoweb .bar--three {
  width: 20%;
  background-color: #00A267;
}
.main--section .approximation--immoweb .bar--three:before {
  left: -35px;
  content: "à 189.000€";
  font-size: 0.8rem;
}
.main--section .approximation--realo .bar--one {
  width: 46%;
  background-color: #2EC55F;
}
.main--section .approximation--realo .bar--one:after {
  background-color: #2A0046;
}
.main--section .approximation--realo .bar--two {
  width: 27%;
  background-color: #EC008C;
}
.main--section .approximation--realo .bar--two:after {
  background-color: #21419a;
}
.main--section .approximation--realo .bar--two:before {
  left: -50px;
  font-size: 0.8rem;
  content: "de 138.000€";
}
.main--section .approximation--realo .bar--three {
  width: 27%;
  background-color: #0259E7;
}
.main--section .approximation--realo .bar--three:before {
  content: "à 168.000€";
  left: -20%;
  font-size: 0.8rem;
}
.main--section .approximation--immoprice .bar--one {
  border-radius: 50px;
  width: 100%;
  background-color: #FF9500;
}
.main--section .approximation--immoprice .bar--one:before {
  left: 29%;
  font-size: 0.8rem;
  content: "à 91.400€";
}
.main--section .approximation--immoprice .bar--one:after {
  left: 32%;
  background-color: #0200E7;
}
.main--section .approximation--expertisemamaison .bar--one {
  border-radius: 50px;
  width: 100%;
  background-color: #E7009B;
}
.main--section .approximation--expertisemamaison .bar--one:before {
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: -40px;
  top: inherit;
  content: "135.000€";
  font-weight: bold;
  font-size: 1.5rem;
}
.main--section .approximation--expertisemamaison .bar--one:after {
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
}

.more--info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.more--info img.approuve--btn {
  width: 205px;
}
.more--info img.thumb--up {
  width: 88px;
  position: absolute;
  top: -5%;
  -webkit-animation: scale 2s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: scale 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  1% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.3);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  65% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.more--info p {
  color: #E7009B;
  font-size: 2.5rem;
  letter-spacing: -1px;
  font-weight: 700;
  top: -20px;
  position: relative;
  font-family: "_olivia_dhorgenoliviadhorgent";
}

@media screen and (min-width: 620px) {
  .main--section h2 {
    font-size: 2.1rem;
  }
}
section.our--expertise_wrapper {
  background-color: #E7009B;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.our--expertise_wrapper .main--expertise {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
section.our--expertise_wrapper .main--expertise h2 {
  margin: 60px 0 0;
  font-size: 2.1rem;
  color: white;
  text-align: left;
}
section.our--expertise_wrapper .main--expertise h2 span.letter-spacing {
  letter-spacing: -2px;
}
section.our--expertise_wrapper .main--expertise p {
  font-size: 0.8rem;
  color: black;
  margin: 0 0 0 auto;
}
section.our--expertise_wrapper .video--expertise {
  position: relative;
  width: 100%;
  margin-top: -225px;
  height: 450px;
  border: 18px solid #E7009B;
}
section.our--expertise_wrapper .video--expertise:hover .play {
  color: #E7009B;
  transition: all 0.5s ease-in;
}
section.our--expertise_wrapper .video--expertise .play {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10rem;
  color: white;
}
section.our--expertise_wrapper .video--expertise img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.our--expertise_wrapper .explanation--expertise {
  z-index: 0;
  margin: 30px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
section.our--expertise_wrapper .explanation--expertise .left--part h3, section.our--expertise_wrapper .explanation--expertise .right--part h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
section.our--expertise_wrapper .explanation--expertise .left--part p, section.our--expertise_wrapper .explanation--expertise .right--part p {
  font-size: 0.85rem;
  margin: 10px 0;
  font-weight: 500;
}
section.our--expertise_wrapper .explanation--expertise p {
  font-size: 0.85rem;
  margin: 20px 0;
}
section.our--expertise_wrapper .button--expertise {
  text-align: center;
  margin: 30px auto;
  background-color: #1464B1;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  display: flex;
  font-weight: 700;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: background-color 0.5s ease;
}
section.our--expertise_wrapper .button--expertise:after {
  width: 0;
  content: "";
  position: absolute;
  bottom: -51%;
  height: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-4deg);
  border-style: solid;
  border-width: 0 50px 28px 0;
  background: #1464b1;
  background: linear-gradient(128deg, #1464b1 0%, #041272 100%);
  border-color: transparent #1464b1 transparent transparent;
}
section.our--expertise_wrapper .button--expertise:hover {
  background: #0f4a83 radial-gradient(circle, transparent 1%, #11579a 1%) center/15000%;
}

@media screen and (min-width: 620px) {
  section.our--expertise_wrapper .main--expertise h2 {
    font-size: 2.48rem;
  }
  section.our--expertise_wrapper .explanation--expertise {
    flex-direction: row;
  }
  section.our--expertise_wrapper .explanation--expertise .left--part {
    width: 46%;
  }
  section.our--expertise_wrapper .explanation--expertise .right--part {
    width: 54%;
    text-align: right;
  }
}
section.infos--wrapper_content {
  background-color: #F9ED32;
  width: 100%;
  height: 100%;
}
section.infos--wrapper_content .infos--wrapper {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
section.infos--wrapper_content .explanation--wrapper {
  z-index: 0;
  margin: 30px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
section.infos--wrapper_content .explanation--wrapper .title--wrapper {
  margin: 13px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
section.infos--wrapper_content .explanation--wrapper .title--wrapper h2 {
  color: #E7009B;
  font-size: 1.9rem;
  text-align: left;
  margin-bottom: 10px;
}
section.infos--wrapper_content .explanation--wrapper .discover--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
section.infos--wrapper_content .explanation--wrapper .discover--title .discover {
  display: flex;
  font-size: 0.7rem;
  margin-right: 40px;
  flex-direction: column;
  position: relative;
}
section.infos--wrapper_content .explanation--wrapper .discover--title .discover:after {
  width: 0;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12.3px;
  border-color: transparent transparent transparent #E7009B;
  right: -26px;
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
}
section.infos--wrapper_content .explanation--wrapper .download--report img {
  width: 100px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.infos--wrapper_content .explanation--wrapper .left--part p, section.infos--wrapper_content .explanation--wrapper .right--part p {
  font-size: 0.9rem;
  margin: 5px 0;
  font-weight: 600;
}
section.infos--wrapper_content .explanation--wrapper p {
  font-size: 0.85rem;
  margin: 20px 0;
}
section.infos--wrapper_content .button--expertise {
  text-align: center;
  margin: 30px auto;
  background-color: #1464B1;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  display: flex;
  font-weight: 700;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: background-color 0.5s ease;
}
section.infos--wrapper_content .button--expertise:after {
  width: 0;
  content: "";
  position: absolute;
  bottom: -51%;
  height: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-4deg);
  border-style: solid;
  border-width: 0 50px 28px 0;
  background: #1464b1;
  background: linear-gradient(128deg, #1464b1 0%, #041272 100%);
  border-color: transparent #1464b1 transparent transparent;
}
section.infos--wrapper_content .button--expertise:hover {
  background: #0f4a83 radial-gradient(circle, transparent 1%, #11579a 1%) center/15000%;
}

@media screen and (min-width: 620px) {
  section.infos--wrapper_content .explanation--wrapper {
    flex-direction: row;
  }
  section.infos--wrapper_content .explanation--wrapper .left--part {
    width: 46%;
  }
  section.infos--wrapper_content .explanation--wrapper .right--part {
    width: 54%;
    text-align: right;
  }

  section.infos--wrapper_content .explanation--wrapper .title--wrapper {
    flex-direction: row;
  }
  section.infos--wrapper_content .explanation--wrapper .title--wrapper h2 {
    width: 50%;
  }
}
.estimation--wrapper_main {
  background-color: black;
}
.estimation--wrapper_main .estimation--wrapper {
  position: relative;
  z-index: 0;
  max-width: 800px;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 80px 0 0;
}
.estimation--wrapper_main .estimation--wrapper h2 {
  font-size: 2.1rem;
  color: #F9ED32;
  font-weight: 400;
}
.estimation--wrapper_main .estimation--wrapper h2 span.bold {
  color: white;
}
.estimation--wrapper_main .estimation--wrapper p {
  margin: 20px 0 20px;
  color: #F9ED32;
  font-size: 0.85rem;
  font-weight: 300;
}
.estimation--wrapper_main .estimation--wrapper a.button--expertise {
  text-align: center;
  margin: 30px auto;
  background-color: #1464B1;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  display: flex;
  font-weight: 700;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: background-color 0.5s ease;
}
.estimation--wrapper_main .estimation--wrapper a.button--expertise:after {
  width: 0;
  content: "";
  position: absolute;
  bottom: -51%;
  height: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-4deg);
  border-style: solid;
  border-width: 0 50px 28px 0;
  background: #1464b1;
  background: linear-gradient(128deg, #1464b1 0%, #041272 100%);
  border-color: transparent #1464b1 transparent transparent;
}
.estimation--wrapper_main .estimation--wrapper a.button--expertise:hover {
  background: #0f4a83 radial-gradient(circle, transparent 1%, #11579a 1%) center/15000%;
}

footer {
  background-color: black;
}
footer .footer--wrapper {
  max-width: 800px;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 0 80px;
}
footer .footer--wrapper h2 {
  font-size: 2.1rem;
  color: #F9ED32;
  font-weight: 400;
}
footer .footer--wrapper h2 span.bold {
  color: white;
}
footer .footer--wrapper p {
  margin: 11px 0;
  color: #F9ED32;
  font-size: 0.85rem;
  font-weight: 300;
}
footer .footer--wrapper a.button--expertise {
  text-align: center;
  margin: 30px auto;
  background-color: #1464B1;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  display: flex;
  font-weight: 700;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: background-color 0.5s ease;
}
footer .footer--wrapper a.button--expertise:after {
  width: 0;
  content: "";
  position: absolute;
  bottom: -51%;
  height: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-4deg);
  border-style: solid;
  border-width: 0 50px 28px 0;
  background: #1464b1;
  background: linear-gradient(128deg, #1464b1 0%, #041272 100%);
  border-color: transparent #1464b1 transparent transparent;
}
footer .footer--wrapper a.button--expertise:hover {
  background: #0f4a83 radial-gradient(circle, transparent 1%, #11579a 1%) center/15000%;
}
footer .footer--wrapper .legal {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer--wrapper .legal p {
  color: #474C61;
  font-size: 0.85rem;
}
footer .footer--wrapper .legal .legal--link {
  color: #474C61;
}
footer .footer--wrapper .legal .legal--link a {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #474C61;
}
footer .footer--wrapper .legal .legal--link .mentions--legal {
  text-decoration: none;
}

.confirm--form {
  text-align: center;
  margin: 30px auto;
  background-color: #1464B1;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  display: flex;
  font-weight: 700;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: background-color 0.5s ease;
}
.confirm--form:after {
  width: 0;
  content: "";
  position: absolute;
  bottom: -51%;
  height: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-4deg);
  border-style: solid;
  border-width: 0 50px 28px 0;
  background: #1464b1;
  background: linear-gradient(128deg, #1464b1 0%, #041272 100%);
  border-color: transparent #1464b1 transparent transparent;
}
.confirm--form:hover {
  background: #0f4a83 radial-gradient(circle, transparent 1%, #11579a 1%) center/15000%;
}

span.bold {
  font-weight: bold;
}

section.form--estimation {
  margin: 70px 0;
}
section.form--estimation h2 {
  margin-bottom: 25px;
  font-size: 1.9rem;
}

input, label {
  font-size: 0.9rem;
  text-transform: uppercase;
}

form {
  max-width: 580px;
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
form .form-label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
form label {
  height: 34px;
}
form input, form .select--form {
  color: #B2B2B2;
  display: flex;
  flex-direction: column;
  font-family: "din", sans-serif;
  width: 100%;
  height: 34px;
  border: none;
  font-size: 0.85rem;
  padding: 0 10px;
  text-transform: uppercase;
}
form .address--form {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
form .address--form .form--street {
  width: 69%;
  margin: inherit;
}
form .address--form .form--number {
  width: 56%;
  margin: inherit;
}
form .address--form .form--city {
  width: 100%;
  margin: inherit;
}
form .address--form .form--cp {
  width: 57%;
  margin: inherit;
}
form .input--form-custom_wrapper, form .select--form-custom_wrapper {
  width: 100%;
}
form .select--form, form .input--form-custom {
  padding: 0;
  display: flex;
  margin: 5px 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 68px;
}
form .select--form label, form .input--form-custom label {
  position: relative;
  background-color: #E7009B;
  color: white;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
form .select--form label:after, form .input--form-custom label:after {
  content: "";
  bottom: 0;
  height: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
}
form .select--form select, form .input--form-custom select {
  height: 34px;
  width: 100%;
  text-transform: unset;
  border: none;
  background: white;
  padding: 0 10px;
  color: #B2B2B2;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}
form .select--form .owner--label, form .input--form-custom .owner--label {
  width: 100%;
}
form .select--form .owner--select, form .input--form-custom .owner--select {
  width: 100%;
}
form .select--form {
  margin-bottom: 25px;
}
form .input--form-custom {
  font-family: "din", sans-serif;
  align-items: center;
  margin: 25px 0;
}
form .input--form-custom label, form .input--form-custom input, form .input--form-custom select {
  height: 34px;
  margin: 0;
  width: 100%;
}
form .select--form {
  position: relative;
}
form .select--form:after {
  content: "";
  right: 2%;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.3px 8px 0 8px;
  border-color: #E7009B transparent transparent transparent;
}

footer .footer--wrapper {
  padding: 60px 0;
}

::-moz-placeholder {
  color: #B2B2B2;
}

:-ms-input-placeholder {
  color: #B2B2B2;
}

::placeholder {
  color: #B2B2B2;
}

.checkbox--agree_terms {
  width: 100%;
}
.checkbox--agree_terms input[type=checkbox] {
  height: 0;
  width: 0;
  opacity: 0;
}
.checkbox--agree_terms input[type=checkbox] + label {
  position: relative;
  display: flex;
  margin: 0;
  with: 100%;
  font-size: 0.85rem;
  align-items: center;
  text-transform: none;
  color: black;
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}
.checkbox--agree_terms input[type=checkbox] + label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 1em;
  height: 1em;
  background: white;
  border: 2px solid #E7009B;
  border-radius: 2px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}
.checkbox--agree_terms input[type=checkbox]:checked + label > span {
  border: 0.5em solid #E7009B;
  -webkit-animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
          animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}
.checkbox--agree_terms input[type=checkbox]:checked + label > span:before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0.3em;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0 100%;
  -webkit-animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
          animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}

@media screen and (min-width: 520px) {
  form .address--form {
    flex-direction: row;
  }
  form .address--form .form--city {
    width: 68%;
    margin: inherit;
  }
  form .address--form .form--cp {
    width: 31%;
    margin: inherit;
  }
  form .address--form .form--number {
    width: 30%;
  }
  form .input--form-custom_wrapper, form .select--form-custom_wrapper {
    flex-direction: row;
  }
  form .input--form-custom_wrapper .input--form-custom, form .select--form-custom_wrapper .input--form-custom {
    width: 49%;
  }
  form .input--form-custom_wrapper .input--form-custom label, form .select--form-custom_wrapper .input--form-custom label {
    width: 79%;
  }
  form .input--form-custom_wrapper .input--form-custom input, form .select--form-custom_wrapper .input--form-custom input {
    width: 19%;
  }
  form .input--form-custom_wrapper .select--form, form .select--form-custom_wrapper .select--form {
    height: 34px;
  }
  form .input--form-custom_wrapper .select--form label, form .select--form-custom_wrapper .select--form label {
    width: 53%;
  }
  form .input--form-custom_wrapper .select--form select, form .select--form-custom_wrapper .select--form select {
    width: 45%;
  }
  form .input--form-custom_wrapper .select--form .when--label, form .select--form-custom_wrapper .select--form .when--label {
    width: 58%;
  }
  form .input--form-custom_wrapper .select--form .when--select, form .select--form-custom_wrapper .select--form .when--select {
    width: 40%;
  }
  form .input--form-custom_wrapper .select--form .why--label, form .select--form-custom_wrapper .select--form .why--label {
    width: 39%;
  }
  form .input--form-custom_wrapper .select--form .why--select, form .select--form-custom_wrapper .select--form .why--select {
    width: 59%;
  }
  form .input--form-custom_wrapper, form .select--form-custom_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  form .input--form-custom_wrapper .select--form, form .select--form-custom_wrapper .select--form {
    width: 49%;
  }
  form .select--form, form .input--form-custom {
    flex-direction: row;
    height: auto;
    margin-bottom: 25px;
  }
  form .select--form label, form .input--form-custom label {
    width: 24%;
  }
  form .select--form select, form .input--form-custom select {
    width: 75%;
  }
  form .select--form .owner--label, form .input--form-custom .owner--label {
    width: 49%;
  }
  form .select--form .owner--select, form .input--form-custom .owner--select {
    width: 50%;
  }
  form .input--form-custom .sell--label, form .input--form-custom .why--label, form .input--form-custom .sell--input, form .input--form-custom .why--input {
    width: 49%;
  }
  form .input--form-custom .estimation--label {
    width: 70%;
  }
  form .input--form-custom .estimation--input {
    width: 29%;
  }
  form .select--form:after {
    top: 0;
  }
}
.error {
  font-size: 0.75rem;
  text-transform: initial;
  position: relative;
}

.is-invalid {
  border: 1px solid #A70000;
}
.is-invalid::-moz-placeholder {
  color: #A70000;
}
.is-invalid:-ms-input-placeholder {
  color: #A70000;
}
.is-invalid::placeholder {
  color: #A70000;
}

.form--estimation_main h3 {
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #E7009B;
}
.form--estimation_main p {
  font-size: 0.95rem;
  line-height: 200%;
  margin: 5px;
}
.form--estimation_main .custom--text {
  font-weight: bold;
  border-bottom: 2px solid #E7009B;
  display: inline-flex;
}

.form_part_3 {
  height: 67vh;
}

h2 {
  text-align: center;
  font-size: 2.3rem;
}

p {
  line-height: 130%;
  margin-top: 16px;
  font-size: 0.85rem;
}

.legals {
  background-color: #F9ED32;
  max-width: 1200px;
  margin: 60px auto;
  width: 90%;
}
.legals h3 {
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #E7009B;
}
.legals p {
  font-size: 0.95rem;
  line-height: 200%;
  margin: 5px;
}
.legals a {
  color: #E7009B;
  text-decoration: none;
  font-weight: bold;
}

@font-face {
  font-family: "_olivia_dhorgenoliviadhorgent";
  src: url(/fonts/olivia_dhorgent-webfont.woff2?281357dc890f13edd229f7eedd0c070b) format("woff2"), url(/fonts/olivia_dhorgent-webfont.woff?9380dde5933a6972e6a731ff1191a281) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url(/fonts/AvenirNextLTPro-Light.woff2?199cd254bce9e49e85ff5db32f0ef5fb) format("woff2"), url(/fonts/AvenirNextLTPro-Light.woff?3dd964b47f43fe3c9557637ea9885bec) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url(/fonts/AvenirNextLTPro.woff2?1a478744c7e0807c7a28d5cb41acdc8b) format("woff2"), url(/fonts/AvenirNextLTPro.woff?109e8d7be1c1b7197b8b46566a03cc98) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "din";
  src: url(/fonts/DIN-Bold.woff2?d1723cdbc6cb7e566b656d7e1a160675) format("woff2"), url(/fonts/DIN-Bold.woff?cdb9cc5792e1f113e6eadbe488c514ea) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  background-color: #F9ED32;
}

span.bold {
  font-weight: 700;
}
