/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Border Radius */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Import */
/* Color */
/* Font Family */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

html {
  font-size: 100%;
}

body {
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

body.active {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 none !important;
}

button:focus {
  outline: 0 none !important;
}

.col-contenu {
  float: left;
  height: auto;
  width: 100%;
}

.clr {
  clear: both;
}

/* Container */
.container {
  max-width: 1240px;
  padding: 0;
}

/* End Container */
/* Animation */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

/* End Animation */
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.fa-times::before {
  content: "\f00d";
}

/* Parts */
.bg_gradient-warm {
  background: linear-gradient(135deg, #f2cd48 0%, #fd803f 100%);
}

#mobile_nav {
  height: auto;
  width: 100%;
  display: none;
  text-align: left;
  color: #fff;
  padding: 30px 15px 40px 15px;
  font-family: "Poppins",sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#mobile_nav .closeNav {
  text-align: right;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#mobile_nav .closeNav i {
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 17px;
  right: 20px;
}

#mobile_nav ul {
  margin: 0;
  padding: 0;
  font-size: 35px;
  width: 100%;
  display: block;
  font-weight: 500;
  padding-top: 20px;
}

#mobile_nav ul li a {
  color: #fff;
  font-size: 28px;
}

#mobile_nav ul li ul {
  font-size: 25px;
  padding-left: 20px;
  border-left: 1px solid #f6f6f6;
  margin-left: 10px;
}

#mobile_nav ul li ul li a {
  color: #000;
}

#header #mainMenu ul li ul li {
  width: 100%;
}

#header {
  font-family: "Poppins",sans-serif;
  max-width: 1240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 20px 30px 20px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e5c9bbab;
  margin: 0 auto;
}

#header #logo {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#header #logo a img {
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 100%;
}

#header #mainMenu {
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#header #mainMenu ul {
  text-align: right;
}

#header #mainMenu ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5rem;
  font-size: 14px;
}

#header #mainMenu ul li a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2px 12px;
  border-radius: 20px;
}

#header #mainMenu ul li a:hover {
  background: #fff;
}

#header #mainMenu ul li:last-child {
  padding-right: 0;
}

#header .switcher_lang {
  padding-left: 5px;
}

#header .switcher_lang a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 12px;
  font-family: 'Cairo', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #ff7100;
  border-radius: 20px;
}

.bannerHeader {
  width: 100%;
  max-width: 1240px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.bannerHeader img {
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0;
}

.bannerHeader .arrow {
  height: auto;
  width: 3.2%;
  position: absolute;
  bottom: 27%;
  left: 23%;
  display: block;
  cursor: pointer;
}

.bannerHeader .arrow img {
  width: 100%;
  vertical-align: top;
  -webkit-animation: float 2s ease-in-out infinite;
          animation: float 2s ease-in-out infinite;
}

#hamburger_hotspot {
  position: fixed;
  height: 40px;
  width: 40px;
  background: red;
  top: 23px;
  right: 20px;
  display: none;
  z-index: 5;
  border-radius: 2px;
  background: #ff6d2f url("../img/burger.svg") center center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1096px) {
  #header .switcher_lang {
    padding-left: 0;
    position: absolute;
    top: 33px;
    right: 80px;
  }
  #header #mainMenu {
    display: none;
  }
  #hamburger_hotspot {
    display: block;
  }
  #header #mainMenu ul li {
    padding: 0 0.2rem;
  }
}

@media screen and (max-width: 428px) {
  #header .switcher_lang {
    padding-left: 0;
    position: absolute;
    top: 27px;
    left: 15px;
    right: initial;
  }
  #logo {
    width: 111px;
  }
  .bannerHeader .arrow {
    width: 4.2%;
    bottom: 24%;
  }
  #hamburger_hotspot {
    top: 16px;
  }
  #mobile_nav .closeNav i {
    top: 14px;
  }
}

@media screen and (max-width: 375px) {
  .bannerHeader .arrow {
    width: 4.2%;
    bottom: 18%;
  }
}

.section {
  padding: 0 0 125px;
  width: 100%;
}

.section h1 {
  color: #333333;
  font-family: "Titillium Web", sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 41px;
  margin-top: 38px;
  padding: 0 10px;
  text-align: center;
}

.section .box-nav {
  font-size: 0;
  margin-top: 19px;
  text-align: center;
  width: 100%;
}

.section .box-nav .box-choix {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
  display: inline-block;
  cursor: pointer;
  height: auto;
  margin-left: 16px;
  min-height: 203px;
  padding: 0 0 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  vertical-align: top;
  width: 238px;
}

.section .box-nav .box-choix:nth-child(1) {
  margin-left: 0;
}

.section .box-nav .box-choix h2 {
  color: #469fde;
  font-family: "Titillium Web", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 0;
  margin-top: 18px;
  padding: 0 5px;
}

.section .box-nav .box-choix h2 span {
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
}

.section .box-nav .box-choix .icon-home {
  background-image: url("../img/icons/home.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 53px;
  margin: 20px auto 0;
  position: relative;
  width: 51px;
}

.section .box-nav .box-choix .icon-home::before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  bottom: -15px;
  content: '';
  height: 30px;
  right: -10px;
  position: absolute;
  width: 30px;
}

.section .box-nav .box-choix .icon-home.check_circle {
  margin-top: 17px;
}

.section .box-nav .box-choix .icon-home.check_circle::before {
  background-image: url("../img/icons/check_circle.png");
}

.section .box-nav .box-choix .icon-home.calculate::before {
  background-image: url("../img/icons/calculate.png");
}

.section .box-nav .box-choix .icon-home.zoom::before {
  background-image: url("../img/icons/zoom.png");
}

.section .box-nav .box-choix h3 {
  background-color: #ed7226;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 32px;
  margin: 27px auto 0;
  padding: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: calc(100% - 20px);
}

.section .box-nav .box-choix h3 span {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
}

.section .box-nav .box-choix:hover h3 {
  background-color: #469fde;
}

.section .row-step {
  font-size: 0;
  margin: 19px auto 0;
  width: 982px;
}

.section .row-step .box {
  color: #5a5a5a;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  margin-left: 8px;
  position: relative;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  width: calc((100% - (8px * 3)) / 4);
}

.section .row-step .box:nth-child(1) {
  margin-left: 0;
}

.section .row-step .box::after {
  background-color: #73c4ff;
  bottom: 0;
  content: '';
  height: 6px;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  width: 100%;
}

.section .row-step .box.active::after {
  background-color: #d75e2c;
}

.section .row-step.row-step-3 .box {
  width: calc((100% - (8px * 3)) / 3);
}

.section .form-section {
  display: none;
  margin-top: 30px;
  width: 100%;
}

.section .form-section.active {
  display: block;
}

.section .form-section .box-type {
  font-size: 0;
  margin: 0 auto 27px;
  width: 975px;
}

.section .form-section .box-type .box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  display: inline-block;
  height: 125px;
  line-height: 125px;
  margin-left: calc((100% - (238px * 4)) / 3);
  position: relative;
  vertical-align: top;
  width: 238px;
}

.section .form-section .box-type .box:nth-child(1) {
  margin-left: 0;
}

.section .form-section .box-type .box font {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.section .form-section .box-type .box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.section .form-section .box-type .box .checkmark {
  background-color: white;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

.section .form-section .box-type .box .checkmark::before {
  background-image: url("../img/icons/check_circle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: none;
  height: 30px;
  right: 7px;
  position: absolute;
  top: 5px;
  width: 30px;
}

.section .form-section .box-type .box .checkmark .icon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}

.section .form-section .box-type .box .checkmark .icon.appartement {
  background-image: url("../img/icons/appartement.png");
  height: 51px;
  margin-bottom: 20px;
  width: 43px;
}

.section .form-section .box-type .box .checkmark .icon.maison {
  background-image: url("../img/icons/home.png");
  height: 53px;
  margin-bottom: 15px;
  width: 51px;
}

.section .form-section .box-type .box .checkmark .icon.terrain {
  background-image: url("../img/icons/terrain.png");
  height: 46px;
  margin-bottom: 17px;
  width: 46px;
}

.section .form-section .box-type .box .checkmark .icon.logement {
  background-image: url("../img/icons/logement.png");
  height: 48px;
  margin-bottom: 18px;
  width: 57px;
}

.section .form-section .box-type .box .checkmark .text {
  color: #5a5a5a;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.section .form-section .box-type .box input:checked ~ .checkmark {
  background-color: #eaf2f9;
}

.section .form-section .box-type .box input:checked ~ .checkmark::before {
  display: block;
}

.section .form-section .form-group {
  font-size: 0;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

.section .form-section .form-group label {
  color: black;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 16px;
  padding-right: 5px;
  vertical-align: middle;
  text-align: left;
  position: relative;
  width: 191px;
}

.section .form-section .form-group label .info {
  background-image: url("../img/icons/info.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  height: 16px;
  right: 14px;
  position: absolute;
  top: 0;
  width: 16px;
}

.section .form-section .form-group label.error {
  color: red;
  bottom: 0;
  left: 0;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0 !important;
  width: 100%;
}

.section .form-section .form-group .control {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 284px;
}

.section .form-section .form-group .control .bootstrap-select {
  width: 100%;
}

.section .form-section .form-group .control .bootstrap-select .btn {
  background-color: white;
  border: 1px solid #cacaca;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  padding: 0 0 0 10px;
  width: 100%;
}

.section .form-section .form-group .control .bootstrap-select .btn:focus {
  outline: none !important;
}

.section .form-section .form-group .control .bootstrap-select .btn .filter-option-inner {
  line-height: 30px;
}

.section .form-section .form-group .control .bootstrap-select .btn::after {
  margin-left: 0;
  margin-right: 16px;
}

.section .form-section .form-group .control .bootstrap-select .dropdown-menu {
  background-color: white;
  border: 1px solid #cacaca;
  width: 100%;
}

.section .form-section .form-group .control .bootstrap-select .dropdown-menu.inner {
  border: 0 none;
}

.section .form-section .form-group .control .bootstrap-select .dropdown-menu .dropdown-item {
  background-color: white;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 5px 0 5px 10px;
  width: 100%;
}

.section .form-section .form-group .control .bootstrap-select .dropdown-menu .dropdown-item .text {
  white-space: break-spaces;
  width: 100%;
}

.section .form-section .form-group .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #cacaca;
}

.section .form-section .form-group .control .bootstrap-select .dropdown-menu .dropdown-item.selected {
  background-color: #cacaca;
}

.section .form-section .form-group .control .form-control {
  background-color: white;
  border: 1px solid #cacaca;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: black;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  padding: 0 0 0 17px;
  letter-spacing: -0.02em;
  vertical-align: top;
  width: 100%;
}

.section .form-section .form-group .control .form-control:focus {
  outline: none !important;
}

.section .form-section .form-group .control .form-control.disabled {
  background-color: #f4f4f4;
  color: #d75e2c;
  padding: 0;
}

.section .form-section .form-group .control .form-control::-webkit-outer-spin-button, .section .form-section .form-group .control .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  text-align: center;
  padding: 0;
}

.section .form-section .form-group .control .form-control[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  padding: 0;
}

.section .form-section .form-group .control .form-control.error {
  margin-bottom: 34px;
}

.section .form-section .form-group .control .symbol {
  color: black;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  width: 40px;
}

.section .form-section .form-group .control.control-symbol .form-control {
  width: calc(100% - 40px);
}

.section .form-section .form-group .control h6 {
  color: #e27200;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 5px;
  text-align: center;
  width: calc(100% - 40px);
}

.section .form-section .form-group.form-rang label {
  padding-bottom: 7px;
  vertical-align: bottom;
  width: 107px;
}

.section .form-section .form-group.form-rang .control-range {
  display: inline-block;
  vertical-align: middle;
  width: 367px;
  /********** Range Input Styles **********/
}

.section .form-section .form-group.form-rang .control-range .input_rang {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 86px);
}

.section .form-section .form-group.form-rang .control-range input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d75e2c), color-stop(50%, #d7d7d7));
  background: linear-gradient(to right, #d75e2c 50%, #d7d7d7 50%);
  border-radius: 5px;
  outline: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.section .form-section .form-group.form-rang .control-range input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  background: transparent;
  /* Background is set via JS */
}

.section .form-section .form-group.form-rang .control-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d75e2c;
  cursor: pointer;
  border: 0 none;
}

.section .form-section .form-group.form-rang .control-range input[type="range"]::-moz-range-track {
  background: transparent;
}

.section .form-section .form-group.form-rang .control-range input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d75e2c;
  cursor: pointer;
  border: 0 none;
}

.section .form-section .form-group.form-rang .control-range input[type="range"]::-ms-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d75e2c;
  cursor: pointer;
  border: 0 none;
}

.section .form-section .form-group.form-rang .control-range input[type="range"]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.section .form-section .form-group.form-rang .control-range .slider-ticks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

.section .form-section .form-group.form-rang .control-range .slider-ticks span {
  color: #5a5a5a;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.section .form-section .form-group.form-rang .control-range .dureeval {
  border: 1px solid #cacaca;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  color: #5a5a5a;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  line-height: 30px;
  margin-left: 11px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
}

.section .form-section .form-group.form-rang .control-range .ans {
  color: black;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: bottom;
  text-transform: capitalize;
  width: 40px;
}

.section .form-section .form-group.mt {
  margin-top: 8px;
}

.section .form-section h2 {
  color: #5c5c5b;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 21px;
  width: 477px;
  margin-left: auto;
  margin-right: auto;
}

.section .form-section h2.mt {
  margin-top: 34px;
}

.section .form-section .para {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  margin: 35px auto 0;
  width: 477px;
}

.section .form-section .button {
  border-radius: 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-repeat: no-repeat;
  background-size: 7px 10px;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 31px;
  margin-top: 77px;
  padding: 0 38px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: auto;
}

.section .form-section .button.suivant {
  background-color: #d75e2c;
  background-image: url("../img/icons/arrow.png");
  background-position: right 20px center;
  float: right;
}

.section .form-section .button.precedent {
  background-color: #eaf2f9;
  background-image: url("../img/icons/arrow-right.png");
  background-position: left 17px center;
  color: #5a5a5a;
  float: left;
}

.section .form-section .button:hover {
  opacity: 0.8;
}

.section .ligne-result {
  font-size: 0;
  margin: 0 auto 0;
  width: 982px;
}

.section .ligne-result .form-section {
  display: inline-block;
  vertical-align: top;
  width: 551px;
}

.section .ligne-result .form-result {
  border: 1px solid #cacaca;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  display: inline-block;
  margin-top: 45px;
  padding: 19px 0 40px;
  vertical-align: top;
  width: calc(100% - 551px);
}

.section .ligne-result .form-result .message {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.section .ligne-result .form-result .message span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  width: 30px;
}

.section .ligne-result .form-result .message span img {
  width: 100%;
}

.section .ligne-result .form-result .message font {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}

.section .ligne-result .form-result .message.green {
  color: #65bc5c;
}

.section .ligne-result .form-result .message.red {
  color: red;
}

.section .ligne-result .form-result h2 {
  color: #d75e2c;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-top: 22px;
  text-align: center;
  text-transform: uppercase;
}

.section .ligne-result .form-result .price {
  color: black;
  font-family: "Titillium Web", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 7px;
  text-align: center;
  text-transform: uppercase;
}

.section .ligne-result .form-result .price span {
  font-size: 16px;
}

.section .ligne-result .form-result .price font {
  font-size: 30px;
  text-transform: initial;
}

.section .ligne-result .form-result .information {
  background-color: #73bcf9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  padding: 3px 0;
  margin: 8px auto 0;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 18px);
}

.section .ligne-result .form-result .information span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

.section .ligne-result .form-result .information font {
  background-image: url("../img/icons/info.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-left: 7px;
  vertical-align: middle;
  width: 16px;
}

.section .ligne-result .form-result h3 {
  color: black;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin-top: 24px;
  text-align: center;
  text-transform: uppercase;
}

.section .ligne-result .form-result .button_sim {
  margin: 17px 0 0;
  text-align: center;
}

.section .ligne-result .form-result .button_sim button {
  background-color: #d75e2c;
  border-radius: 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-repeat: no-repeat;
  background-size: 7px 10px;
  border: 0 none;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  padding: 0 22px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: auto;
}

.section .ligne-result .form-result .button_sim button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1130px) {
  .section {
    padding: 0 0 80px;
  }
  .section h1 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 5px;
  }
  .section .box-nav {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
  }
  .section .box-nav .box-choix {
    margin-left: 8px;
    width: calc((100% - (8px * 2)) / 3);
  }
  .section .box-nav .box-choix h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .section .box-nav .box-choix h3 {
    font-size: 14px;
  }
  .section .row-step {
    width: 96%;
  }
  .section .row-step .box {
    font-size: 14px;
    line-height: 36px;
  }
  .section .row-step .box::after {
    height: 4px;
  }
  .section .form-section .box-type {
    margin: 0 auto 40px;
    width: 96%;
  }
  .section .form-section .box-type .box {
    margin-left: 8px;
    width: calc((100% - (8px * 3)) / 4);
  }
  .section .form-section .box-type .box .checkmark .text {
    font-size: 12px;
    line-height: 12px;
  }
  .section .form-section .box-type .box .checkmark .icon.appartement {
    height: 36px;
    margin-bottom: 14px;
    width: 35px;
  }
  .section .form-section .box-type .box .checkmark .icon.maison {
    height: 36px;
    margin-bottom: 14px;
    width: 30px;
  }
  .section .form-section .box-type .box .checkmark .icon.terrain {
    height: 36px;
    margin-bottom: 14px;
    width: 36;
  }
  .section .form-section .box-type .box .checkmark .icon.logement {
    height: 36px;
    margin-bottom: 14px;
    width: 43px;
  }
  .section .form-section .button.suivant {
    margin-right: 2%;
  }
  .section .form-section .button.precedent {
    margin-left: 2%;
  }
  .section .ligne-result {
    width: 96%;
  }
  .section .ligne-result .form-section {
    width: 100%;
  }
  .section .ligne-result .form-result {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .section {
    padding: 0 0 40px;
  }
  .section h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .section .box-nav .box-choix {
    margin-left: 0;
    width: 100%;
  }
  .section .row-step .box {
    font-size: 9px;
    line-height: 28px;
  }
  .section .row-step .box::after {
    height: 2px;
  }
  .section .form-section h2 {
    font-size: 15px;
    line-height: 17px;
    margin-top: 20px;
    width: 92%;
  }
  .section .form-section h2.mt {
    margin-top: 30px;
  }
  .section .form-section .box-type {
    margin: 0 auto 40px;
  }
  .section .form-section .box-type .box {
    margin-left: 4px;
    width: calc((100% - (4px * 3)) / 4);
  }
  .section .form-section .box-type .box .checkmark::before {
    height: 16px;
    right: 4px;
    top: 4px;
    width: 16px;
  }
  .section .form-section .box-type .box .checkmark .text {
    font-size: 10px;
    line-height: 10px;
  }
  .section .form-section .box-type .box .checkmark .icon.appartement {
    height: 36px;
    margin-bottom: 14px;
    width: 35px;
  }
  .section .form-section .box-type .box .checkmark .icon.maison {
    height: 36px;
    margin-bottom: 14px;
    width: 30px;
  }
  .section .form-section .box-type .box .checkmark .icon.terrain {
    height: 36px;
    margin-bottom: 14px;
    width: 36;
  }
  .section .form-section .box-type .box .checkmark .icon.logement {
    height: 36px;
    margin-bottom: 14px;
    width: 43px;
  }
  .section .form-section .form-group {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }
  .section .form-section .form-group label {
    font-size: 12px;
    padding-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .section .form-section .form-group .control {
    width: 100%;
  }
  .section .form-section .form-group .control .bootstrap-select .btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 12px;
    padding: 0 0 0 10px;
  }
  .section .form-section .form-group .control .bootstrap-select .btn::after {
    margin-right: 10px;
  }
  .section .form-section .form-group .control .bootstrap-select .dropdown-menu .dropdown-item {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0 5px 10px;
  }
  .section .form-section .form-group .control .form-control {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 12px;
    height: 32px;
    padding: 0 0 0 10px;
  }
  .section .form-section .form-group.form-rang label {
    padding-bottom: 0;
    vertical-align: bottom;
    width: 100%;
  }
  .section .form-section .form-group.form-rang .control-range {
    width: 100%;
  }
  .section .form-section .button {
    margin-top: 20px;
    width: 96%;
  }
  .section .form-section .button.suivant {
    margin-right: 2%;
  }
  .section .form-section .button.precedent {
    margin-left: 2%;
  }
  .section .form-section .para {
    font-size: 10px;
    line-height: 14px;
    margin: 20px auto 0;
    width: 92%;
    text-align: justify;
    text-align-last: center;
  }
  .section .ligne-result .form-result .message {
    font-size: 16px;
    line-height: 20px;
  }
  .section .ligne-result .form-result .message span {
    width: 20px;
  }
  .section .ligne-result .form-result .information {
    font-size: 10px;
  }
  .section .ligne-result .form-result .price {
    font-size: 28px;
    line-height: 28px;
    margin-top: 4px;
  }
  .section .ligne-result .form-result h3 {
    font-size: 12px;
    line-height: 12px;
  }
}
/*# sourceMappingURL=style.css.map */