.gestion_locative_page .gestion-banner-sec {
  margin-top: -135px;
  background-image: url(/images/bannerimg.png);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 970px;
}

@media (min-width: 1440px) and (max-width: 1580px) {
  .gestion_locative_page .gestion-banner-sec {
    background-position: 0em -3.2em;
  }
}

@media (max-width: 1439px) {
  .gestion_locative_page .gestion-banner-sec {
    background-position: center;
  }
}

.gestion_locative_page .gestion-banner-sec .sub-content {
  padding: 16.5rem 0px 0rem;
}

.gestion_locative_page .gestion-banner-sec .sub-content .container {
  max-width: 1155px;
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .gestion_locative_page .gestion-banner-sec .sub-content .container {
    padding: 0 20px;
  }
}

.gestion_locative_page .gestion-banner-sec .sub-content .container h5 {
  font-size: 12px;
  line-height: 13.2px;
  font-weight: 800;
  color: #5673B1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gestion_locative_page .gestion-banner-sec .sub-content .container h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
}

@media (max-width: 393px) {
  .gestion_locative_page .gestion-banner-sec .sub-content .container h6 {
    display: block;
  }
}

.gestion_locative_page .gestion-banner-sec .sub-content .container h6 ul {
  display: flex;
  gap: 6px;
}

@media (max-width: 393px) {
  .gestion_locative_page .gestion-banner-sec .sub-content .container h6 ul {
    justify-content: center;
  }
}

.gestion_locative_page .gestion-banner-sec .sub-content .container h6 span {
  color: #0B2766;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  padding-left: 10px;
}

@media (max-width: 480px) {
  .gestion_locative_page .gestion-banner-sec .sub-content .container h6 span {
    font-size: 14px;
  }
}

.gestion_locative_page .gestion-banner-sec .sub-content .container h1 {
  font-size: 56px;
  line-height: 56px;
  font-weight: 800;
  color: #0B2766;
  max-width: 705px;
  margin: 0 auto;
  padding-top: 22px;
}

@media (max-width: 767px) {
  .gestion_locative_page .gestion-banner-sec .sub-content .container h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .gestion_locative_page .gestion-banner-sec .sub-content .container h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 390px) {
  .gestion_locative_page .gestion-banner-sec .sub-content .container h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

.gestion_locative_page .gestion-banner-sec .sub-content .container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: #0B2766;
  max-width: 560px;
  margin: 0 auto;
  padding-top: 25px;
}

.gestion_locative_page .gestion-banner-sec .sub-content .container a {
  margin-top: 42px;
}

.gestion_locative_page .notre {
  padding-bottom: 201px;
  margin-top: -125px;
}

.gestion_locative_page .notre .top-heading {
  text-align: center;
  font-size: 56px;
  line-height: 56px;
  font-weight: 800;
  color: #0B2766;
}

@media (max-width: 767px) {
  .gestion_locative_page .notre .top-heading {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .gestion_locative_page .notre .top-heading {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 390px) {
  .gestion_locative_page .notre .top-heading {
    font-size: 26px;
    line-height: 30px;
  }
}

.gestion_locative_page .notre .loaction-sec {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 62px;
  row-gap: 70px;
  justify-content: center;
  align-items: baseline;
}

@media (max-width: 767px) {
  .gestion_locative_page .notre .loaction-sec {
    row-gap: 40px;
  }
}

.gestion_locative_page .notre .loaction-sec .sub-cnt {
  width: 33.3%;
  text-align: center;
}

@media (max-width: 767px) {
  .gestion_locative_page .notre .loaction-sec .sub-cnt {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .gestion_locative_page .notre .loaction-sec .sub-cnt {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}

.gestion_locative_page .notre .loaction-sec .sub-cnt .couts {
  padding-bottom: 16px;
}

.gestion_locative_page .notre .loaction-sec .sub-cnt p {
  padding-top: 26px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #0B2766;
}

.gestion_locative_page .team-sec {
  position: relative;
  padding: 26px 0px 120px;
  margin-bottom: 50px;
}

.gestion_locative_page .team-sec:before {
  content: "";
  background-image: url(/images/team-sec-top-grap.png);
  height: 144px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -118px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.gestion_locative_page .team-sec:after {
  content: "";
  background-image: url(/images/team-sec-bottom-grap.png);
  height: 180px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.gestion_locative_page .team-sec .sub-team-member {
  background-color: #FAFAFF;
  padding: 64px 0px 0px;
}

.gestion_locative_page .team-sec .sub-team-member .inner-team-member {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 767px) {
  .gestion_locative_page .team-sec .sub-team-member .inner-team-member {
    row-gap: 20px;
  }
}

.gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec {
  width: calc(33.3% - 14px);
  text-align: center;
}

@media (max-width: 767px) {
  .gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec {
    width: calc(50% - 13px);
  }
}

@media (max-width: 575px) {
  .gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}

.gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec img {
  border-radius: 18px;
  width: 100%;
  box-shadow: 0px 4px 20px 2px #5673b121;
}

.gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec .content-details {
  display: flex;
  margin: 10px 0px;
  width: 100%;
  max-width: 314px;
}

.gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec .content-details h4 {
  font-size: 95px;
  color: #0b276626;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  margin-top: -20px;
  width: 25px;
}

@media (max-width: 1024px) {
  .gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec .content-details h4 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec .content-details h4 {
    font-size: 60px;
  }
}

.gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec .content-details .jaiun {
  width: 24px;
}

.gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec .content-details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: #0B2766;
}

.gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec:nth-child(2) .content-details {
  max-width: 305px;
}

.gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec:nth-child(3) .content-details {
  max-width: 320px;
}

.gestion_locative_page .team-sec .sub-team-member .inner-team-member .deatil-sec span {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: #0b27665e;
  padding-top: 15px;
}

.gestion_locative_page .gestion-accor {
  padding: 123px 0px 174px;
}

.gestion_locative_page .gestion-accor .accordion-sec {
  max-width: 696px;
  margin: 0 auto;
}

.gestion_locative_page .gestion-accor .accordion-sec .main-title {
  max-width: 600px;
  width: 100%;
}

.gestion_locative_page .gestion-accor .accordion-sec .main-title.en {
  max-width: 615px;
  width: 100%;
}

.gestion_locative_page .gestion-accor .accordion-sec .main-title h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
  color: #0B2766;
  text-align: center;
}

@media (max-width: 767px) {
  .gestion_locative_page .gestion-accor .accordion-sec .main-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .gestion_locative_page .gestion-accor .accordion-sec .main-title h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 390px) {
  .gestion_locative_page .gestion-accor .accordion-sec .main-title h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion {
  margin-top: 50px;
  margin-left: 32px;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion .accordion-item {
  position: relative;
  border-left: 1px solid #ccd5e8;
  padding-left: 32px;
  padding-bottom: 22px;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion .last-accor {
  border: none;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: red;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion button:hover,
.gestion_locative_page .gestion-accor .accordion-sec .accordion button:focus {
  cursor: pointer;
  color: blue;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion button:hover::after,
.gestion_locative_page .gestion-accor .accordion-sec .accordion button:focus::after {
  cursor: pointer;
  color: blue;
  border: 1px solid blue;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion button p {
  color: #5673B1;
  font-size: 16PX;
  font-weight: 400;
  line-height: 23 0.2px;
  padding-bottom: 4px;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion button .accordion-title {
  color: rgba(11, 39, 102, 0.7);
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -45px;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion button .icon::before {
  display: block;
  position: absolute;
  content: url(/images/acor-gray.png);
  top: -18px;
  left: -1px;
  background-color: #fff;
  height: 27px;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion button.open .icon::before {
  content: url(/images/accor-con.png);
  top: -21px;
  left: -7px;
  height: 36px;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion button.open .accordion-title {
  color: #0B2766;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion .accordion-content {
  display: none;
  overflow: hidden;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion .accordion-content .item_grid {
  padding: 0 0 5px;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion .accordion-content .item_grid h3 {
  font-size: 20px;
  line-height: 100%;
  color: #0b2766;
  padding: 26px 0 26px;
  font-weight: 400;
  max-width: 395px;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion .accordion-content .item_grid ul {
  margin: 6px 0 5px;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion .accordion-content .item_grid ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.4px;
  color: #0B2766;
  position: relative;
  padding: 4px 0 8px 20px;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion .accordion-content .item_grid ul li:before {
  content: "";
  background: #fff100;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: 0;
}

.gestion_locative_page .gestion-accor .accordion-sec .accordion .accordion-content .item_grid .acc_text {
  font-size: 12px;
  line-height: 170%;
  color: #0b2766;
  cursor: pointer;
}

.gestion_locative_page .administrateur-chez {
  background: linear-gradient(180deg, #1f4496, #0b2766), #0b2766;
  color: #fff;
  padding: 110px 50px 95px;
}

@media (max-width: 767px) {
  .gestion_locative_page .administrateur-chez {
    padding: 103px 15px;
  }
}

.gestion_locative_page .administrateur-chez .julien-expertissimmo {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.gestion_locative_page .administrateur-chez .julien-expertissimmo span {
  font-size: 95px;
  font-weight: 500;
  color: #ffffff17;
  line-height: 161.5px;
  position: absolute;
  top: -75px;
}

.gestion_locative_page .administrateur-chez .julien-expertissimmo .votre-bean-cnt {
  text-align: center;
}

.gestion_locative_page .administrateur-chez .julien-expertissimmo .votre-bean-cnt p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  padding-bottom: 22px;
}

.gestion_locative_page .administrateur-chez .julien-expertissimmo .votre-bean-cnt h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  color: #ffffffad;
  padding-bottom: 11px;
}

.gestion_locative_page .administrateur-chez .julien-expertissimmo .votre-bean-cnt a {
  margin-top: 16px;
}

.gestion_locative_page .administrateur-chez .julien-expertissimmo h6 {
  font-size: 95px;
  font-weight: 500;
  color: #ffffff17;
  line-height: 161.5px;
  position: absolute;
  top: 15px;
  right: 0;
}

@media (max-width: 575px) {
  .gestion_locative_page .administrateur-chez .julien-expertissimmo h6 {
    top: 30px;
  }
}

@media (max-width: 480px) {
  .gestion_locative_page .administrateur-chez .julien-expertissimmo h6 {
    top: 50px;
  }
}

@media (max-width: 415px) {
  .gestion_locative_page .administrateur-chez .julien-expertissimmo h6 {
    top: 70px;
  }
}

@media (max-width: 375px) {
  .gestion_locative_page .administrateur-chez .julien-expertissimmo h6 {
    top: 80px;
  }
}

@media (max-width: 335px) {
  .gestion_locative_page .administrateur-chez .julien-expertissimmo h6 {
    top: 90px;
  }
}

.gestion_locative_page .leur-rathor {
  padding: 202px 0px 100px;
}

.gestion_locative_page .leur-rathor .experience-leur-sec .heading {
  text-align: center;
  color: #0B2766;
  font-size: 56px;
  line-height: 56px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .gestion_locative_page .leur-rathor .experience-leur-sec .heading {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .gestion_locative_page .leur-rathor .experience-leur-sec .heading {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 390px) {
  .gestion_locative_page .leur-rathor .experience-leur-sec .heading {
    font-size: 26px;
    line-height: 30px;
  }
}

.gestion_locative_page .leur-rathor .experience-leur-sec .inner-leur {
  padding: 39px 0px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  width: 100%;
}

.gestion_locative_page .leur-rathor .experience-leur-sec .inner-leur .card-sec-leur {
  background-color: #fafaff;
  border: 1.5px solid #e9effd;
  width: calc(33.3% - 13px);
  padding: 20px 15px;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1199px) {
  .gestion_locative_page .leur-rathor .experience-leur-sec .inner-leur .card-sec-leur {
    width: calc(33.3% - 14px);
  }
}

@media (max-width: 767px) {
  .gestion_locative_page .leur-rathor .experience-leur-sec .inner-leur .card-sec-leur {
    width: calc(50% - 10px);
  }
}

@media (max-width: 575px) {
  .gestion_locative_page .leur-rathor .experience-leur-sec .inner-leur .card-sec-leur {
    width: 100%;
  }
}

.gestion_locative_page .leur-rathor .experience-leur-sec .inner-leur .card-sec-leur p {
  color: #0B2766;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.gestion_locative_page .leur-rathor .experience-leur-sec .inner-leur .card-sec-leur p span {
  margin-bottom: 10px;
  display: block;
}

.gestion_locative_page .leur-rathor .experience-leur-sec .inner-leur .card-sec-leur .star-retur {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  padding-bottom: 2px;
}

.gestion_locative_page .leur-rathor .experience-leur-sec .inner-leur .card-sec-leur .star-retur ul {
  display: flex;
  gap: 6px;
}

.gestion_locative_page .estimation_gratuite_form {
  position: relative;
  padding: 96px 30px 137px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gestion_locative_page .estimation_gratuite_form {
    padding: 50px 30px 0;
  }
}

@media (max-width: 767px) {
  .gestion_locative_page .estimation_gratuite_form {
    padding: 20px 20px 0;
    text-align: center;
  }
}

.gestion_locative_page .estimation_gratuite_form .haed {
  max-width: 904px;
  margin: 0 auto;
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .gestion_locative_page .estimation_gratuite_form .haed {
    padding: 0;
  }
}

.gestion_locative_page .estimation_gratuite_form .haed .subheading {
  font-weight: 800;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0B2766;
}

.gestion_locative_page .estimation_gratuite_form .haed .heading {
  font-size: 24px;
  line-height: 170%;
  color: #0B2766;
  font-weight: normal;
  max-width: 603px;
  padding: 5px 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gestion_locative_page .estimation_gratuite_form .haed .heading {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (max-width: 767px) {
  .gestion_locative_page .estimation_gratuite_form .haed .heading {
    font-size: 15px;
    line-height: 150%;
    padding: 20px 0 0;
    margin: 0 auto;
  }
}

.gestion_locative_page .estimation_gratuite_form form {
  max-width: 904px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FBFCFE;
  border: 1px solid #E7EAF3;
  box-sizing: border-box;
  box-shadow: 0px 30px 54px rgba(31, 64, 150, 0.21);
  border-radius: 20px;
  margin: 20px auto 100px;
  padding: 55px 55px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 767px) and (max-width: 1199px) {
  .gestion_locative_page .estimation_gratuite_form form {
    margin: 20px auto 50px;
  }
}

@media (max-width: 767px) {
  .gestion_locative_page .estimation_gratuite_form form {
    padding: 30px 20px 50px;
    text-align: left;
    margin: 40px auto 70px;
  }
}

.gestion_locative_page .estimation_gratuite_form form .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000003d;
  z-index: 100;
  display: none;
}

.gestion_locative_page .estimation_gratuite_form form .loader.active {
  display: flex;
}

.gestion_locative_page .estimation_gratuite_form form .loader img {
  width: 50px;
}

.gestion_locative_page .estimation_gratuite_form form .form_haeding {
  font-weight: 800;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(86, 115, 177, 0.5);
  padding: 0 0 20px;
}

.gestion_locative_page .estimation_gratuite_form form .tree_input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 18px;
}

.gestion_locative_page .estimation_gratuite_form form .tree_input .box {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .gestion_locative_page .estimation_gratuite_form form .tree_input .box {
    width: 100%;
    margin: 10px 0 0;
  }
}

.gestion_locative_page .estimation_gratuite_form form .form_inner_wrap {
  padding: 68px 0 0;
}

.gestion_locative_page .estimation_gratuite_form form .form_inner_wrap .form_haeding {
  padding: 0 0 18px;
}

.gestion_locative_page .estimation_gratuite_form form .form_inner_wrap .form_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gestion_locative_page .estimation_gratuite_form form .form_inner_wrap .form_grid .form_wrap {
  width: 40%;
}

@media (max-width: 767px) {
  .gestion_locative_page .estimation_gratuite_form form .form_inner_wrap .form_grid .form_wrap {
    width: 100%;
  }

  .gestion_locative_page .estimation_gratuite_form form .form_inner_wrap .form_grid .form_wrap .box {
    margin: 10px 0 0;
  }
}

.gestion_locative_page .estimation_gratuite_form form .form_inner_wrap .form_grid .form_wrap:last-child {
  width: calc(60% - 20px);
}

@media (max-width: 767px) {
  .gestion_locative_page .estimation_gratuite_form form .form_inner_wrap .form_grid .form_wrap:last-child {
    width: 100%;
    margin: 10px 0 0;
  }
}

.gestion_locative_page .estimation_gratuite_form form .form_inner_wrap .form_grid .form_wrap.votre-bien .box {
  margin-bottom: 18px;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box label {
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  color: #5673B1;
  width: 100%;
  display: inline-block;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box .estimation_types_dropdown,
.gestion_locative_page .estimation_gratuite_form form .input__block .box .sale_rental_dropdown {
  position: relative;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box .estimation_types_dropdown .type_txt,
.gestion_locative_page .estimation_gratuite_form form .input__block .box .sale_rental_dropdown .type_txt {
  background: #F7F9FF;
  border: 2px solid #F7F9FF;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 17px;
  line-height: 120%;
  color: #0B2766;
  padding: 12px 20px 12px 10px;
  width: 100%;
  margin: 10px 0 0;
  min-height: 48px;
  position: relative;
  cursor: pointer;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box .estimation_types_dropdown .type_txt:before,
.gestion_locative_page .estimation_gratuite_form form .input__block .box .sale_rental_dropdown .type_txt:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #C5D0E8;
  right: 10px;
  top: 20px;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box .estimation_types_dropdown .dropdown_box,
.gestion_locative_page .estimation_gratuite_form form .input__block .box .sale_rental_dropdown .dropdown_box {
  position: absolute;
  display: none;
  width: 100%;
  background: #f7f9ff;
  border-radius: 0 0 5px 5px;
  margin: -3px 0 0;
  z-index: 1;
  overflow: hidden;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box .estimation_types_dropdown .dropdown_box ul li,
.gestion_locative_page .estimation_gratuite_form form .input__block .box .sale_rental_dropdown .dropdown_box ul li {
  list-style: none;
  padding: 10px 10px;
  font-size: 17px;
  line-height: 120%;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: #0B2766;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box .estimation_types_dropdown .dropdown_box ul li:hover,
.gestion_locative_page .estimation_gratuite_form form .input__block .box .sale_rental_dropdown .dropdown_box ul li:hover {
  background: #eff4fe;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box .estimation_types_dropdown:hover .dropdown_box,
.gestion_locative_page .estimation_gratuite_form form .input__block .box .sale_rental_dropdown:hover .dropdown_box {
  display: block;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box input,
.gestion_locative_page .estimation_gratuite_form form .input__block .box textarea {
  background: #F7F9FF;
  border: 2px solid #F7F9FF;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 17px;
  line-height: 120%;
  color: #0B2766;
  padding: 12px 10px 12px;
  width: 100%;
  margin: 10px 0 0;
  -webkit-appearance: none;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box input:focus,
.gestion_locative_page .estimation_gratuite_form form .input__block .box textarea:focus {
  border-color: #0B2766;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box input:focus-visible,
.gestion_locative_page .estimation_gratuite_form form .input__block .box textarea:focus-visible {
  outline: none;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box input.invalid,
.gestion_locative_page .estimation_gratuite_form form .input__block .box textarea.invalid {
  border: 2px solid red;
}

.gestion_locative_page .estimation_gratuite_form form .input__block .box textarea {
  min-height: 242px;
  resize: none;
}

.gestion_locative_page .estimation_gratuite_form form .checkbox_grid {
  position: relative;
  padding: 38px 0 40px;
}

.gestion_locative_page .estimation_gratuite_form form .checkbox_grid label {
  display: flex;
  cursor: pointer;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .gestion_locative_page .estimation_gratuite_form form .checkbox_grid label {
    justify-content: space-between;
  }
}

.gestion_locative_page .estimation_gratuite_form form .checkbox_grid label input {
  display: none;
}

.gestion_locative_page .estimation_gratuite_form form .checkbox_grid label input + span {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff100;
  border-radius: 2px;
  position: relative;
}

.gestion_locative_page .estimation_gratuite_form form .checkbox_grid label input:checked + span:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 5px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 3px;
  top: 5px;
}

.gestion_locative_page .estimation_gratuite_form form .checkbox_grid label span.invalid {
  border: 2px solid red;
}

.gestion_locative_page .estimation_gratuite_form form .checkbox_grid label p {
  font-size: 14px;
  line-height: 160%;
  color: #5673B1;
  max-width: 670px;
  padding: 0 0 0 7px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gestion_locative_page .estimation_gratuite_form form .checkbox_grid label p {
    max-width: 570px;
  }
}

@media (max-width: 767px) {
  .gestion_locative_page .estimation_gratuite_form form .checkbox_grid label p {
    font-size: 12px;
    width: calc(100% - 20px);
  }
}

.gestion_locative_page .estimation_gratuite_form form .messages {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  right: 0;
}

.gestion_locative_page .estimation_gratuite_form form .messages .success {
  display: none;
  color: green;
}

.gestion_locative_page .estimation_gratuite_form form .messages .error {
  display: none;
  color: red;
}

.gestion_locative_page .estimation_gratuite_form form .messages .recaptcha {
  display: none;
  color: red;
}

.about_us_page .commitment_box h2 {
  max-width: 880px;
  margin: 0 auto;
}

.gestion_locative_page .commitment_box {
  padding: 132px 50px 128px;
}

.experties_page .commitment_box {
  padding: 113px 50px 102px;
}

.commitment_box {
  background: linear-gradient(180deg, #1F4496 0%, #0B2766 100%), #0B2766;
  color: #fff;
  padding: 102px 50px 102px;
}

.commitment_box .subheading {
  font-weight: 800;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0px 0 16px;
}

.commitment_box h2 {
  font-weight: 800;
  font-size: 56px;
  line-height: 100%;
  word-break: break-word;
}

.commitment_box h2 span {
  color: #FFF100;
}

.commitment_box .commitment_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
}

.commitment_box .commitment_bottom .btn_block {
  margin: 0 10px;
}

.commitment_box .commitment_bottom .btn_block:before {
  background: #f0dc00;
}

.commitment_box .commitment_bottom .btn_block:hover {
  color: #0B2766;
}

.commitment_box .commitment_bottom p {
  font-weight: 800;
  font-size: 14px;
  line-height: 170%;
  margin: 0 10px;
}

.commitment_box .commitment_bottom p a {
  color: #fff;
}

.single_page .commitment_box {
  padding: 132px 50px 122px;
}

@media (max-width: 767.5px) {
  .commitment_box {
    padding: 50px 20px 50px;
  }

  .commitment_box h2 {
    font-size: 30px;
    padding: 0;
  }

  .experties_page .commitment_box,
  .gestion_locative_page .commitment_box,
  .single_page .commitment_box {
    padding: 50px 20px 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .commitment_box h2 {
    font-size: 40px;
  }

  .gestion_locative_page .commitment_box,
  .single_page .commitment_box {
    padding: 100px 50px 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .commitment_box h2 {
    font-size: 40px;
  }

  .gestion_locative_page .commitment_box {
    padding: 100px 50px 100px;
  }
}

.banner_section {
  padding: 0 0 0 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -134px 0 0;
}

.banner_section .content {
  padding: 0 50px 50px 0;
  max-width: 700px;
  width: 100%;
}

.banner_section .content .estimation {
  display: flex;
  padding: 0 0 36px 0;
  align-items: center;
}

@media (max-width: 767px) {
  .banner_section .content .estimation {
    flex-direction: column;
    padding: 0 0 17.5px 0;
  }
}

.banner_section .content .estimation .btn-new {
  padding: 13px 24px;
  background: #fff100;
  border-radius: 55px;
  border: none;
  font-size: 14px;
  font-family: Lato;
  font-weight: 800;
  line-height: 17px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_section .content .estimation .btn-new {
    padding: 12px 18px;
  }
}

.banner_section .content .estimation .text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #0b2766;
  padding-left: 11px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_section .content .estimation .text {
    font-size: 12px;
    display: block;
    padding-left: 5px;
    padding-bottom: 5px;
    width: calc(100% - 86px);
  }
}

@media (max-width: 767px) {
  .banner_section .content .estimation .text {
    padding: 7px 0;
  }
}

.banner_section .content .estimation .text img {
  padding-left: 4px;
  padding-top: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_section .content .estimation .text img {
    vertical-align: bottom;
    margin-bottom: -5px;
    padding-left: 0px;
  }
}

@media (max-width: 767.5px) {
  .banner_section .content .estimation .text img {
    display: none;
  }
}

.banner_section .content .banner_heading {
  font-weight: 800;
  font-size: 56px;
  line-height: 100%;
  color: #0b2766;
}

@media (max-width: 1439px) {
  .banner_section .content .banner_heading {
    font-size: 45px;
  }
}

.banner_section .content .services_txt {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 26px 0 0;
}

.banner_section .content .services_txt .icon {
  position: absolute;
  font-weight: 800;
  font-size: 126px;
  line-height: 100%;
  color: #eef0f6;
  left: -30px;
  top: 5px;
  z-index: -1;
}

.banner_section .content .services_txt h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  color: #0b2766;
  max-width: 230px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner_section .content .services_txt .inner {
  width: calc(100% - 230px);
  padding: 0 0 0 34px;
}

.banner_section .content .services_txt .inner p {
  font-size: 16px;
  line-height: 170%;
  color: #5673b1;
}

.banner_section .content .view_grid {
  width: 100%;
  margin-top: 50px;
  max-width: 320px;
}

@media (max-width: 1600px) {
  .banner_section .content .view_grid {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .banner_section .content .view_grid {
    margin: 50px auto 0;
  }
}

.banner_section .content .view_grid .view_box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px 0;
}

@media (max-width: 1439px) {
  .banner_section .content .view_grid .view_box {
    padding: 0 0 20px 0;
  }
}

@media (max-width: 1365px) {
  .banner_section .content .view_grid .view_box {
    padding: 0 0 15px 0;
  }
}

.banner_section .content .view_grid .view_box .grid_box a ul {
  display: flex;
}

.banner_section .content .view_grid .view_box .grid_box a ul li {
  padding: 0 2px;
}

.banner_section .content .view_grid .view_box .grid_box a img {
  width: 100%;
  max-width: 108px;
}

.banner_section .content .view_grid .view_box .grid_box a:nth-child(2) img {
  padding: 13px 0 0;
}

@media (max-width: 1365px) {
  .banner_section .content .view_grid .view_box .grid_box a:nth-child(2) img {
    padding: 2px 0 0;
  }
}

.banner_section .content .view_grid .view_box .grid_box .view_txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
}

.banner_section .content .view_grid .view_box .grid_box .view_txt a {
  color: #C5D0E8;
}

.banner_section .content .view_grid .view_box .grid_box .view_no {
  font-weight: 800;
  font-size: 24px;
  line-height: 170%;
  padding: 10px 0 0;
  text-align: right;
}

@media (max-width: 1365px) {
  .banner_section .content .view_grid .view_box .grid_box .view_no {
    padding: 2px 0 0;
  }
}

.banner_section .content .view_grid .view_box .grid_box .view_no a {
  color: #0B2766;
}

.banner_section .content .banner_content {
  max-width: 385px;
  padding: 15px 0 0;
}

.banner_section .content .banner_content p {
  font-size: 16px;
  line-height: 170%;
  color: #5673b1;
  padding: 0 0 10px;
}

.banner_section .content .banner_content p:first-child {
  padding: 0 0 10px;
}

.banner_section .content .banner_bar {
  display: flex;
  background: #f8f9fd;
  border: 1px solid #e7eaf3;
  box-sizing: border-box;
  box-shadow: 0px 14px 35px rgba(31, 68, 150, 0.2);
  border-radius: 100px;
  padding: 14px 12px 16px;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0 0;
}

.banner_section .content .banner_bar .dropdown_block {
  padding: 0 15px;
  width: 30%;
  border-right: 1px solid rgba(129, 146, 184, 0.2);
}

.banner_section .content .banner_bar .dropdown_block:last-child {
  border: none;
}

.banner_section .content .banner_bar .dropdown_block .heading_dropdown {
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
  color: #0b2766;
}

.banner_section .content .banner_bar .dropdown_block .dropdown {
  position: relative;
  cursor: pointer;
  /*&:hover {
      ul {
          display: block;
      }
  }*/
}

.banner_section .content .banner_bar .dropdown_block .dropdown.max_price_1,
.banner_section .content .banner_bar .dropdown_block .dropdown.max_price_2 {
  display: none;
}

.banner_section .content .banner_bar .dropdown_block .dropdown.max_price_1.active,
.banner_section .content .banner_bar .dropdown_block .dropdown.max_price_2.active {
  display: block;
}

.banner_section .content .banner_bar .dropdown_block .dropdown span {
  font-size: 14px;
  line-height: 150%;
  color: #5673b1;
  position: relative;
  display: inline-block;
  padding: 0 8px 0 0;
  min-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: -webkit-fill-available;
}

.banner_section .content .banner_bar .dropdown_block .dropdown span:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #c5d0e8;
  position: absolute;
  right: 0;
  top: 9px;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul {
  display: none;
  position: absolute;
  background: #f8f9fd;
  width: 100%;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 10px 15px rgba(31, 68, 150, 0.1);
  top: 100%;
  z-index: 99;
  max-height: 150px;
  overflow-y: auto;
  z-index: 99;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul li {
  padding: 10px 20px 10px 10px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 100%;
  color: #5673b1;
  cursor: pointer;
  position: relative;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul li span {
  width: initial;
  min-width: initial;
  padding: 0;
  font-size: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul li span:before {
  display: none;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul li:hover {
  background: #eeeeee;
}

.banner_section .content .banner_bar .dropdown_block .dropdown ul.active {
  display: block;
}

.banner_section .content .banner_bar .dropdown_block.border {
  border: none;
}

.banner_section .content .banner_bar .search_btn {
  background: #fff100;
  border-radius: 55px;
  width: 49px;
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner_section .content .banner_bar .search_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0dc00;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.banner_section .content .banner_bar .search_btn span {
  z-index: 3;
}

.banner_section .content .banner_bar .search_btn:hover:before {
  transform: scale(2);
}

.banner_section .image {
  width: calc(100% - 700px);
  text-align: right;
  max-width: 600px;
}

.banner_section .image .image_Inner {
  position: relative;
  border-radius: 0 0 0 160px;
  overflow: hidden;
}

.banner_section .image .image_Inner img {
  border-radius: 0 0 0 160px;
  width: 100%;
  display: flex;
}

.banner_section .image .image_Inner .view_grid {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 235px;
}

.banner_section .image .image_Inner .view_grid .view_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 35px 0;
}

.banner_section .image .image_Inner .view_grid .view_box img {
  border-radius: 0;
  width: inherit;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box ul {
  display: flex;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box ul li {
  padding: 0 2px;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box ul li img {
  display: flex;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box .img {
  padding: 13px 0 0;
  max-width: 108px;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box .view_txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box .view_txt a {
  color: #fff;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box .view_no {
  font-weight: 800;
  font-size: 24px;
  line-height: 170%;
  padding: 10px 0 0;
}

.banner_section .image .image_Inner .view_grid .view_box .grid_box .view_no a {
  color: #fff;
}

.banner_section .image .image_Inner .view_grid .view_box:last-child {
  padding: 0;
  /*.img {
      max-width: 85px;
  }*/
}

.banner_section .image .image_Inner .view_grid .view_box .btn_box {
  width: 100%;
  text-align: center;
  padding: 30px 0 0;
}

.banner_section .image .image_Inner video {
  display: flex;
}

.experties_page .banner_section {
  align-items: initial;
}

@media (max-width: 767px) {
  .experties_page .banner_section .image {
    width: 100%;
    max-width: 544px;
    margin: 0 auto;
  }

  .experties_page .banner_section .image img {
    width: 544px;
    height: 400px;
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
    border-radius: 20px;
  }
}

.experties_page .banner_section .content {
  padding: 235px 50px 0 0;
}

@media (max-width: 767px) {
  .gestion_locative_page .banner_section .image {
    display: none;
  }
}

.service_page .banner_section .content {
  padding: 0 50px 35px 0;
}

.service_page .banner_section .image .image_Inner img {
  border-radius: 0;
}

@media (max-width: 767px) {
  .service_page .banner_section .image .image_Inner img {
    width: 600px;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

@media (max-width: 479px) {
  .service_page .banner_section .image .image_Inner img {
    height: 400px;
  }
}

@media (max-width: 767.5px) {
  .banner_section {
    padding: 0 20px;
    margin: 50px 0 0;
    flex-direction: column-reverse;
    row-gap: 50px;
  }

  .banner_section .content {
    padding: 0;
    text-align: center;
  }

  .banner_section .content .banner_heading {
    font-size: 25px;
  }

  .banner_section .content .banner_bar {
    max-width: 320px;
    margin: 30px auto 0;
    flex-wrap: wrap;
    border-radius: 20px;
  }

  .banner_section .content .banner_bar .dropdown_block {
    padding: 10px 20px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(129, 146, 184, 0.2);
    text-align: left;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown span {
    min-width: initial;
    width: 100%;
  }

  .banner_section .content .banner_bar .search_btn {
    background: #fff100;
    border-radius: 55px;
    width: 100%;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .banner_section .content .banner_content {
    margin: 0 auto;
  }

  .banner_section .image {
    width: 100%;
  }

  .banner_section .image .image_Inner {
    border-radius: 50px;
  }

  .banner_section .image .image_Inner video {
    max-height: 600px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .experties_page .banner_section .content {
    padding: 0;
  }

  .service_page .banner_section .content {
    padding: 0 15px 0 15px;
    margin: 0 auto;
  }

  .service_page .banner_section .content .services_txt .icon {
    left: -20px;
    top: 15px;
    font-size: 85px;
  }

  .service_page .banner_section .content .services_txt h2 {
    font-size: 16px;
    max-width: initial;
  }

  .service_page .banner_section .content .services_txt .inner {
    width: 100%;
    padding: 10px 0 0;
  }

  .service_page .banner_section .content .services_txt .inner p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .banner_section {
    padding: 0 0 0 20px;
    margin: 0;
  }

  .banner_section .content {
    padding: 0 10px 0 0;
    width: 55%;
  }

  .banner_section .content .banner_heading {
    font-size: 20px;
  }

  .banner_section .content .banner_bar {
    margin: 20px 0 0;
  }

  .banner_section .content .banner_bar .dropdown_block {
    padding: 0 5px;
  }

  .banner_section .content .banner_bar .dropdown_block .heading_dropdown {
    font-size: 10px;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown span {
    font-size: 10px;
    min-width: initial;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown span:before {
    top: 4px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #c5d0e8;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown ul li {
    font-size: 10px;
  }

  .banner_section .content .banner_bar .search_btn {
    width: 30px;
    height: 30px;
  }

  .banner_section .content .banner_bar .search_btn img {
    width: 15px;
  }

  .banner_section .image {
    min-height: 500px;
    width: 45%;
  }

  .banner_section .image .image_Inner {
    /*min-height: 570px;*/
  }

  .banner_section .image .image_Inner .view_grid {
    top: 45%;
  }

  .banner_section .image .image_Inner .view_grid .view_box .btn_box {
    padding: 20px 0 0;
  }

  .homepage .banner_section .image {
    min-height: 500px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 500px;
  }

  .service_page .banner_section .image {
    min-height: 570px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 570px;
  }

  .experties_page .banner_section {
    align-items: center;
  }

  .experties_page .banner_section .content {
    padding-top: 0;
  }

  .service_page .banner_section .content {
    padding: 0 10px 0 30px;
  }

  .service_page .banner_section .content .services_txt .icon {
    left: -20px;
    top: 15px;
    font-size: 85px;
  }

  .service_page .banner_section .content .services_txt h2 {
    font-size: 16px;
    max-width: initial;
  }

  .service_page .banner_section .content .services_txt .inner {
    width: 100%;
    padding: 10px 0 0;
  }

  .service_page .banner_section .content .services_txt .inner p {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  .banner_section {
    padding: 0 0 0 50px;
  }

  .banner_section .content {
    max-width: inherit;
    padding: 0 30px 0 0;
    width: 60%;
  }

  .banner_section .content .banner_heading {
    font-size: 30px;
  }

  .banner_section .content .banner_bar {
    margin: 40px 0 0;
  }

  .banner_section .content .banner_bar .dropdown_block {
    padding: 0 15px;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown {
    font-size: 12px;
  }

  .banner_section .content .services_txt h2 {
    font-size: 16px;
  }

  .banner_section .content .services_txt .inner p {
    font-size: 14px;
  }

  .banner_section .image {
    min-height: inherit;
    width: 40%;
  }

  .banner_section .image .image_Inner {
    /*min-height: 610px;*/
  }

  .banner_section .image .image_Inner .view_grid .view_box {
    padding: 0 0 25px 0;
  }

  .banner_section .image .image_Inner img {
    border-radius: 0 0 0 100px;
  }

  .homepage .banner_section .image {
    min-height: 630px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 630px;
  }

  .service_page .banner_section {
    margin: 0;
  }

  .service_page .banner_section .image {
    min-height: 610px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 610px;
  }

  .gestion_locative_page .banner_section .content {
    max-width: 770px;
  }

  .gestion_locative_page .banner_section .content .banner_content {
    max-width: inherit;
  }

  .gestion_locative_page .banner_section .image {
    width: calc(100% - 370px);
  }

  .experties_page .banner_section {
    align-items: center;
  }

  .experties_page .banner_section .content {
    padding-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1365.5px) {
  .banner_section {
    padding: 0 0 0 75px;
  }

  .banner_section .content {
    max-width: 700px;
    padding: 0 30px 0 0;
  }

  .banner_section .content .banner_heading {
    font-size: 35px;
  }

  .banner_section .content .banner_bar {
    margin: 40px 0 0;
  }

  .banner_section .content .banner_bar .dropdown_block {
    padding: 0 10px;
  }

  .banner_section .content .banner_bar .dropdown_block .dropdown span {
    font-size: 12px;
    width: 100%;
    min-width: 100%;
  }

  .banner_section .image {
    width: calc(100% - 500px);
    /*min-height: 700px;*/
  }

  .banner_section .image .image_Inner {
    /*min-height: 700px;*/
  }

  .homepage .banner_section .image {
    min-height: 720px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 720px;
  }

  .service_page .banner_section .image {
    min-height: 830px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 830px;
  }
}

@media (min-width: 1366px) and (max-width: 1439.5px) {
  .homepage .banner_section .image {
    min-height: 820px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 820px;
  }

  .service_page .banner_section .image {
    min-height: 900px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 900px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .homepage .banner_section .image {
    min-height: 945px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 945px;
  }

  /*.banner_section {
      .image {
          min-height: 920px;
          .image_Inner {
              min-height: 920px;
          }
      }
  }*/

  .service_page .banner_section .image {
    min-height: 920px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 920px;
  }
}

@media (min-width: 1920px) {
  .homepage .banner_section .image {
    min-height: 990px;
  }

  .homepage .banner_section .image .image_Inner {
    min-height: 990px;
  }

  .service_page .banner_section .image {
    min-height: 1030px;
  }

  .service_page .banner_section .image .image_Inner {
    min-height: 1030px;
  }
}

@media (min-width: 1921px) {
  .service_page .banner_section .image .image_Inner {
    border-radius: 0;
  }

  .banner_section {
    padding: 0 100px;
    max-width: 1600px;
    margin: -134px auto 0;
  }

  .banner_section .content {
    max-width: initial;
    width: 60%;
  }

  .banner_section .image {
    width: 40%;
  }

  .banner_section .image .image_Inner {
    border-radius: 0 0 160px 160px;
  }

  .banner_section .image .image_Inner img {
    border-radius: 0 0 160px 160px;
  }
}

.contact_section_grid {
  background: #FAFAFF;
  padding: 150px 0;
}

.contact_section_grid .inner_contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact_section_grid .inner_contact .txt_block {
  width: 72%;
}

.contact_section_grid .inner_contact .txt_block p {
  font-size: 20px;
  line-height: 34px;
  color: #0B2766;
  max-width: 680px;
}

.contact_section_grid .inner_contact .button_grid {
  width: 28%;
  text-align: right;
}

.contact_section_grid .inner_contact .button_grid P {
  max-width: 220px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.contact_section_grid .inner_contact .button_grid P span {
  font-size: 14px;
  line-height: 140%;
  color: #0B2766;
  max-width: 165px;
  margin: 0 auto;
  display: inline-block;
  padding: 0 0 10px;
}

.contact_section_grid .inner_contact .button_grid .btn_block {
  max-width: 220px;
}

.experties_page .contact_section_grid {
  margin: -90px 0 0;
  padding: 150px 0 130px;
}

.experties_page .contact_section_grid .inner_contact {
  max-width: 879px;
  margin: 0 auto;
}

.experties_page .contact_section_grid .inner_contact .txt_block p {
  max-width: 670px;
}

.experties_page .contact_section_grid .inner_contact .button_grid P {
  max-width: 163px;
}

.maison_page .contact_section_grid {
  padding: 230px 0 150px;
  margin: -180px 0 0;
}

.maison_page .contact_section_grid .inner_contact {
  max-width: 880px;
  margin: 0 auto;
}

.maison_page .contact_section_grid .inner_contact .button_grid P {
  max-width: 165px;
}

.service_page .contact_section_grid {
  padding: 230px 0 150px;
  margin: -115px 0 0;
}

.service_page .contact_section_grid .inner_contact {
  max-width: 880px;
  margin: 0 auto;
}

.service_page .contact_section_grid .inner_contact .button_grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 150px;
}

@media (max-width: 767px) {
  .service_page .contact_section_grid .inner_contact .button_grid {
    max-width: 100%;
  }
}

.service_page .contact_section_grid .inner_contact .button_grid P {
  max-width: 165px;
}

@media (max-width: 767.5px) {
  .contact_section_grid {
    padding: 50px 0;
  }

  .contact_section_grid .inner_contact .txt_block {
    width: 100%;
    padding: 0 0 20px;
  }

  .contact_section_grid .inner_contact .txt_block p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
  }

  .contact_section_grid .inner_contact .button_grid {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact_section_grid .inner_contact .button_grid p span {
    font-size: 12px;
  }

  .contact_section_grid .inner_contact .button_grid .btn_block {
    max-width: 220px;
    margin: 10px 0;
  }

  .experties_page .contact_section_grid {
    padding: 150px 0 50px;
  }

  .service_page .contact_section_grid {
    padding: 50px 0 50px;
    margin: 50px 0 0;
  }

  .maison_page .contact_section_grid {
    padding: 230px 0 70px;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .contact_section_grid {
    padding: 80px 0;
  }

  .contact_section_grid .inner_contact .txt_block p {
    font-size: 15px;
    line-height: 24px;
  }

  .contact_section_grid .inner_contact .button_grid P span {
    font-size: 12px;
  }

  .service_page .contact_section_grid,
  .maison_page .contact_section_grid {
    padding: 180px 0 70px;
  }

  .maison_page .contact_section_grid {
    padding: 180px 0 70px;
    margin: -150px 0 0;
  }

  .maison_page .contact_section_grid .inner_contact .button_grid P {
    max-width: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .experties_page .contact_section_grid {
    padding: 130px 0 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact_section_grid {
    padding: 100px 0;
  }
}

