@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
.coucou {
  width: 100%;
  color: red;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin-top: 70px;
}
body a.nav-link:hover {
  text-decoration: underline ;
  color: #558BC6 ;
}
body .sub-menu li a {
  font-weight: 300;
}
body button {
  cursor: pointer !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.feedback-message {
  color: #44BA79;
}
.error-message {
  color: #CC0005;
}
.invisible-message {
  color: transparent;
}
.error-input {
  border-color: #CC0005 !important;
}
.btn-cta {
  display: inline-block;
  font-weight: 100;
  text-align: center;
  line-height: 1.25;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 30px;
  width: 100%;
}
.btn-cta:focus {
  outline: none;
}
.cta-green {
  color: white;
  background-color: #44BA79;
}
.cta-green i {
  position: relative;
  margin-right: 10px;
}
.cta-white {
  color: #003E57;
  background: white;
}
.cta-orange {
  background-image: linear-gradient(to right, #fe6646, #ff747e);
  color: white;
}
.cta-blue {
  background: #558BC6;
  color: white;
}
.cta-blue-darker {
  background: #003E57;
  color: white;
}
.cta-no-rounded {
  border-radius: 0;
}
.floating-cta-container {
  position: absolute;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.floating-cta-container .floating-cta {
  height: 56px;
}
.no-min-height {
  min-height: 0px;
}
.no-margin {
  margin: 0px !important;
}
.with-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
@media (max-width: 990px) {
  .with-padding-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar.ownersite-nav {
  padding: 0;
  background-color: white;
}
.navbar-content {
  padding: 15px;
  height: 70px;
  background-color: white;
  font-weight: 300;
}
.dropdown-menu {
  left: auto;
}
.dropdown-menu .dropdown-item a {
  color: #49657b;
  cursor: pointer;
}
#exitModal .normal-input {
  border: 1px solid transparent;
}
#exitModal .modal-dialog.modal-dialog-centered.modal-lg {
  max-width: 1000px;
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#exitModal .modal-content {
  padding: 0;
}
#exitModal .modal-content .exit-popup-title {
  width: 364px;
  line-height: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 15px;
}
#exitModal .modal-content .exit-popup-subtitle {
  width: 366px;
  font-size: 18px;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 15px;
}
#exitModal .modal-content .modal-body {
  padding: 0;
}
#exitModal .modal-content .modal-body .popup-image {
  height: 100%;
  padding-left: 15px;
  background-image: url('//photos.homerez.com/v7/_S3-photos_/ownersite/pop-up.jpg?h=530&auto=compress');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
#exitModal .modal-content .modal-body button.close {
  padding-right: 15px;
  padding-top: 15px;
  font-weight: 100;
  color: #D3D3D3;
}
#exitModal .modal-content .modal-body .form-validated {
  height: 460px;
  padding: 45px;
  display: none;
}
#exitModal .modal-content .modal-body .form-validated .exit-popup-title {
  margin-top: 75px;
}
#exitModal .modal-content .modal-body .form-validated .exit-popup-subtitle {
  margin-top: 30px;
}
#exitModal .modal-content .modal-body .form-validated .btn-cta {
  height: 50px;
  margin-top: 30px;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.15);
}
#exitModal .modal-content .modal-body .form {
  height: 460px;
  padding: 45px;
}
#exitModal .modal-content .modal-body .form .btn-cta {
  height: 50px;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.15);
}
#exitModal .modal-content .modal-body .form .btn-cta.cta-orange:disabled,
#exitModal .modal-content .modal-body .form .btn-cta.cta-orange[disabled] {
  background-image: linear-gradient(to right, #D3D3D3, #D9D9D9);
  color: white;
}
#exitModal .modal-content .modal-body .form .modal-input {
  margin-bottom: 15px;
  width: 100%;
  height: 50px;
  border-radius: 50px !important;
  background: none;
  box-shadow: none;
  text-align: left;
  font-weight: 100;
  font-size: 18px;
  padding-left: 30px;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.15);
}
#exitModal .modal-content .modal-body .form .modal-input:focus {
  outline: none;
}
#exitModal .modal-content .modal-body .form .modal-input::placeholder {
  color: #D3D3D3;
  opacity: 1;
}
#exitModal .modal-content .modal-body .form .modal-input:-ms-input-placeholder {
  color: #D3D3D3;
}
#exitModal .modal-content .modal-body .form .modal-input::-ms-input-placeholder {
  color: #D3D3D3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-content.ownersite-nav {
    padding: 15px;
  }
  .navbar-content.ownersite-nav .nav-link {
    font-size: 12px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .navbar-content .cta-container button {
    width: 165px;
  }
  .navbar-content.ownersite-nav {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    padding: 15px 0;
  }
  .navbar-content .nav-item {
    display: inline-block;
  }
  .navbar-content .nav-item.first .nav-link {
    padding: .5rem 0;
  }
  .navbar-content .nav-item#owner-access {
    margin-right: 15px;
  }
  .navbar-content .nav-item.active {
    font-weight: 300;
  }
  .navbar-content .nav-item .navbar-hidden {
    display: none;
  }
  .navbar-content .nav-item .nav-link {
    color: #49657b;
  }
  .navbar-content .nav-item i {
    margin-right: 5px;
    color: #ddd;
  }
  .navbar-content .nav-item select.custom-select {
    padding-left: 0;
    border: none;
    color: #49657b;
  }
}
@media (max-width: 767px) {
  .navbar-nav .first-mobile-elem {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
    padding-left: 0;
  }
  .navbar-light .navbar-toggler:focus {
    outline: 0;
  }
  .navbar-light .navbar-toggler .btn-burger {
    height: 2px;
    background-color: #6e6d7d;
    margin: 8px 0;
    border-radius: 50px;
  }
  .navbar-light .navbar-toggler .btn-burger.first {
    width: 12px;
  }
  .navbar-light .navbar-toggler .btn-burger.second {
    width: 24px;
  }
  .navbar-light .navbar-toggler .btn-burger.third {
    width: 18px;
  }
  .navbar-collapse {
    position: absolute;
    top: 0px;
    left: 0;
    overflow-y: auto;
    max-height: 480px;
    width: 90%;
    z-index: 2;
    background-color: #f5fafd;
  }
  .navbar-collapse .nav-item {
    padding: .5rem 0;
    padding-left: 15px;
    background-color: white;
    border-bottom: 1px solid #ddd;
  }
  .navbar-collapse .nav-item.first {
    border-top: 1px solid #ddd;
  }
  .navbar-collapse .nav-item.separator {
    background-color: transparent;
    border-bottom: none;
    padding: 28px;
  }
  .navbar-collapse .nav-item.active {
    border-left: 3px solid #4a8ec3;
    color: #4a8ec3;
    font-weight: bold;
  }
  .navbar-collapse .nav-item.active .nav-link {
    color: #4a8ec3;
  }
  .navbar-collapse .nav-item .nav-link {
    color: #49657b;
  }
  .navbar-collapse .nav-item i {
    margin-right: 5px;
    color: #ddd;
  }
  .navbar-collapse .nav-item select.custom-select {
    width: 90%;
    padding-left: 0;
    border: none;
    color: #49657b;
  }
  .navbar-collapse .closer {
    padding: .5rem 0;
    padding-left: 15px;
  }
  .navbar-collapse .closer i:not(.user-icon) {
    color: #636363;
    font-size: 3.5rem;
    -webkit-text-stroke: 10px #f5fafd;
    margin-left: -10px;
    cursor: pointer;
  }
  .navbar-collapse .closer .access {
    background: #4B8ACE;
    color: white;
    margin-right: 2%;
    padding: 0 13px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border: none;
  }
  .navbar-collapse .closer .access img {
    width: 17px;
    margin-right: 8px;
  }
  .navbar-collapse .closer .access a {
    color: #fff;
  }
  .navbar-collapse .closer .access a .user-icon {
    color: #fff;
    font-size: 1.5rem;
    margin-left: -10px;
    cursor: pointer;
    -webkit-text-stroke: none !important;
  }
  .navbar-collapse .closer .access a:active {
    color: #fff;
  }
  .navbar-collapse .closer .access a:hover {
    color: #fff;
  }
  .navbar-collapse .closer .access a:focus {
    color: #fff;
  }
  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 1s ease;
    -o-transition: left 1s ease;
    -moz-transition: left 1s ease;
    transition: left 1s ease;
    left: -90%;
  }
  .navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.5s ease-in;
    -o-transition: left 0.5s ease-in;
    -moz-transition: left 0.5s ease-in;
    transition: left 0.5s ease-in;
  }
}
footer {
  background: #003E57;
}
footer .footer-container {
  padding: 30px 15px;
}
footer .footer-container ul {
  list-style-type: none;
  padding: 15px 0;
  text-align: left;
}
footer .footer-container ul li.title {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  font-weight: 300;
}
footer .footer-container ul li.content a {
  color: white;
  font-size: 20px;
  line-height: 40px;
  font-weight: 100;
}
footer .footer-container ul li.content a i {
  font-size: 26px;
  margin-right: 30px;
  vertical-align: middle;
  opacity: 0.6;
}
@media (min-width: 768px) {
  footer .footer-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    padding-left: 120px;
  }
  footer .footer-container ul li.content a {
    font-size: 18px;
  }
}
.key-benefits .logo i.orange {
  background: -webkit-linear-gradient(-230deg, #FFCE8C 0%, #FF6A31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.key-benefits .logo i.green {
  background: -webkit-linear-gradient(-239deg, #EBD467 0%, #B2F160 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.key-benefits .logo i.purple {
  background: -webkit-linear-gradient(-66deg, #85B6FB 0%, #9146EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.key-benefits .logo i.blue {
  background: -webkit-linear-gradient(-73deg, #6DA8E6 0%, #62F5FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first-cta .floating-cta-container {
  top: -28px;
  left: 0;
}
.estimation-tool {
  background-color: white;
  height: 450px;
  width: 100%;
  max-width: 450px;
  padding: 15px;
}
.estimation-tool i.fa-bed,
.estimation-tool i.fa-envelope,
.estimation-tool i.fa-map-marker,
.estimation-tool i.fa-phone {
  height: 36px;
  line-height: 55px;
  left: 50px;
  position: absolute;
  color: #8795A2;
  z-index: 10;
  font-size: 23px;
  margin-top: 15px;
}
.estimation-tool .floating-cta-container {
  bottom: 6px;
  text-align: center;
  position: relative;
}
.estimation-tool .floating-cta-container .floating-cta {
  width: 300px;
}
.estimation-tool button.rooms {
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #EEF4F9;
  color: #AFC7E2;
  position: absolute;
  top: 128px;
}
.estimation-tool button.rooms:focus {
  outline: none;
}
.estimation-tool button.rooms i {
  position: relative;
  line-height: 30px;
  left: 0;
  font-size: 16px;
  margin-top: 0;
}
.estimation-tool button.more {
  right: 80px;
}
.estimation-tool button.less {
  right: 120px;
}
.estimation-tool input {
  margin: 15px 0;
  width: 100%;
  height: 55px;
  border-radius: 50px !important;
  background: none;
  box-shadow: none;
  border: 1px solid #8795A2;
  color: #8795A2;
  text-align: left;
  font-weight: 100;
  font-size: 18px;
  padding-left: 50px;
  border-radius: 0;
}
.estimation-tool input:focus {
  outline: none;
}
.estimation-tool input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.estimation-tool input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .white-background {
    padding: 60px 15px;
    text-align: left;
    height: 100%;
  }
  .white-background.testimonies {
    text-align: center;
    height: 100%;
    padding: 60px 15px;
  }
  .white-background.testimonies p {
    margin-top: 15px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .white-background.testimonies a {
    text-align: center;
    font-size: 18px;
    color: #558BC6;
    text-decoration: underline;
  }
  .white-background.testimonies h3 {
    font-size: 16px;
    color: #4C647C;
    letter-spacing: 0.5px;
    line-height: 27px;
  }
  .white-background.testimonies .more {
    margin: 60px 0;
  }
  .white-background.testimonies .testimony p {
    min-height: 135px;
  }
  .white-background.testimonies .testimony p.name {
    min-height: 0;
    font-weight: 300;
  }
  .white-background img {
    padding: 0 15px;
    width: 100%;
  }
  .white-background h2 {
    padding-bottom: 15px;
    font-weight: 300;
    font-size: 28px;
    color: #363636;
    line-height: 37px;
    margin-top: 30px;
  }
  .white-background p {
    font-size: 16px;
    color: #4C647C;
    letter-spacing: 0.5px;
    line-height: 27px;
  }
  .white-background .cta-container {
    width: 100%;
    max-width: 170px;
    height: 40px;
  }
  .white-background .testimony {
    text-align: center;
  }
  .white-background .testimony img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 0;
  }
  .white-background .testimony p {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
  }
  .white-background .testimony p.name {
    padding-top: 0;
    color: #37424C;
  }
  .blue-light-background {
    text-align: left;
    background: #F6FAFD;
    padding: 60px 15px;
    padding-bottom: 140px;
    height: 100%;
  }
  .blue-light-background.testimonies {
    text-align: center;
    height: 100%;
    padding: 60px 15px;
  }
  .blue-light-background.testimonies p {
    margin-top: 15px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .blue-light-background.testimonies a {
    text-align: center;
    font-size: 18px;
    color: #558BC6;
    text-decoration: underline;
  }
  .blue-light-background.testimonies h3 {
    font-size: 16px;
    color: #4C647C;
    letter-spacing: 0.5px;
    line-height: 27px;
  }
  .blue-light-background.testimonies .more {
    margin: 60px 0;
  }
  .blue-light-background.testimonies .testimony p {
    min-height: 135px;
  }
  .blue-light-background.testimonies .testimony p.name {
    min-height: 0;
    font-weight: 300;
  }
  .blue-light-background img {
    padding: 0 15px;
    width: 100%;
  }
  .blue-light-background h2 {
    padding-bottom: 15px;
    font-weight: 300;
    font-size: 28px;
    color: #363636;
    line-height: 37px;
    margin-top: 30px;
  }
  .blue-light-background p {
    font-size: 16px;
    color: #4C647C;
    letter-spacing: 0.5px;
    line-height: 27px;
  }
  .blue-light-background .cta-container {
    width: 100%;
    max-width: 170px;
    height: 40px;
  }
  .blue-light-background .testimony {
    text-align: center;
  }
  .blue-light-background .testimony img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 0;
  }
  .blue-light-background .testimony p {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
  }
  .blue-light-background .testimony p.name {
    padding-top: 0;
    color: #37424C;
  }
  .blue-light-background .rgpd-content p {
    font-size: 10px;
    font-style: italic;
    line-height: 1em;
    margin-bottom: 5px;
  }
  .blue-light-background .cta-container {
    display: inline-block;
  }
  .blue-light-background .cta-container .btn-cta {
    height: 66px;
  }
  .blue-light-background .cta-container .btn-cta i {
    margin-right: 15px;
  }
  .blue-light-background input {
    display: inline-block;
    margin: 15px 0;
    width: 100%;
    height: 66px;
    background: white;
    box-shadow: none;
    border: 1px solid #8795A2;
    color: #8795A2;
    text-align: left;
    font-weight: 100;
    font-size: 18px;
    padding-left: 10px;
    border-radius: 0;
  }
  .blue-light-background input:focus {
    outline: none;
  }
  .blue-light-background input#name {
    width: 100%;
    max-width: 390px;
    margin-right: 15px;
  }
  .blue-light-background input#phone-callback {
    width: 100%;
    max-width: 250px;
    margin-right: 15px;
  }
  .orange-background {
    padding: 15px;
    background: #E97373;
    height: 250px;
    text-align: center;
  }
  .orange-background .container {
    margin-top: 83px;
  }
  .orange-background .container .image-app img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .orange-background h2 {
    font-weight: 100;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
  }
  .orange-background .button-container {
    margin-top: 30px;
  }
  .orange-background .button-container img {
    width: 230px;
  }
  .blue-background {
    background: #558BC6;
    padding: 60px 15px;
    height: 100%;
  }
  .blue-background img {
    padding: 0 15px;
    width: 100%;
  }
  .blue-background h2 {
    padding-bottom: 15px;
    text-align: left;
    font-weight: 100;
    font-size: 28px;
    color: #fff;
    letter-spacing: -0.2px;
    line-height: 37px;
  }
  .blue-background p {
    font-size: 16px;
    color: white;
    letter-spacing: 0.5px;
    line-height: 27px;
  }
  .blue-background .cta-container {
    width: 100%;
    max-width: 170px;
    height: 40px;
  }
  .with-logo-background {
    height: 100%;
    background: #003E57;
    padding: 60px 15px;
  }
  .with-logo-background h2 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
    margin-bottom: 40px;
  }
  .with-logo-background p {
    font-size: 16px;
    color: white;
    letter-spacing: 0.5px;
    line-height: 27px;
  }
  .with-logo-background .key-benefits {
    text-align: center;
    color: white;
  }
  .with-logo-background .key-benefits p {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 100;
  }
  .with-logo-background .key-benefits .logo {
    min-height: 52px;
  }
  .with-logo-background .key-benefits .logo i {
    font-size: 3em;
  }
  .with-logo-background .key-benefits .logo i.hr-ownersite-one {
    font-size: 37px;
    line-height: 50px;
  }
  .with-logo-background.estimation {
    height: 670px;
    text-align: left;
  }
  .with-logo-background.estimation h2 {
    text-align: left;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 37px;
    font-weight: 100;
  }
  .with-logo-background.estimation .rgpd-content {
    margin-top: 40px;
  }
  .with-logo-background.estimation .rgpd-content p {
    font-size: 10px;
    font-style: italic;
    line-height: 1em;
    margin-bottom: 5px;
    max-width: 450px;
  }
  .with-logo-background.estimation .rgpd-content p a {
    color: white;
    text-decoration: underline;
  }
  .with-logo-background.estimation .rgpd-content p a:hover {
    color: white;
  }
  .with-image-background {
    text-align: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .with-image-background.home {
    background-image: url('//photos.homerez.com/v7/_S3-photos_/ownersite/home.png?h=530&auto=compress');
    padding: 15px 0;
  }
  .with-image-background.home p {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 27px;
    width: 320px;
    margin: 0;
  }
  .with-image-background.people {
    background-image: url('//photos.homerez.com/v7/_S3-photos_/ownersite/people.png?h=530&auto=compress');
    padding: 60px 0;
  }
  .with-image-background.people h2 {
    margin-bottom: 30px;
  }
  .with-image-background.people p {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 27px;
    width: 800px;
    margin: 0 auto;
  }
  .with-image-background .logo {
    text-align: left;
  }
  .with-image-background .logo img {
    width: 100%;
    max-width: 180px;
  }
  .with-image-background .text {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .with-image-background .text .owner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    margin-right: 40px;
    width: 100%;
  }
  .with-image-background .text .owner p {
    margin: 0;
  }
  .with-image-background .text .separator {
    border-left: 3px solid white;
    height: 220px;
  }
  .with-image-background .text .guest {
    text-align: left;
    margin-left: 40px;
    width: 100%;
  }
  .with-image-background .text .guest p {
    margin: 0;
  }
  .with-image-background h1,
  .with-image-background h2 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 43px;
    font-weight: 100;
  }
  .with-image-background h3 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 43px;
  }
  .with-image-background .cta-container button {
    margin: 15px 0px;
    width: 310px;
    height: 55px;
  }
  .with-image-background .sub-navbar {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: right;
  }
  .with-image-background .sub-navbar ul {
    list-style-type: none;
  }
  .with-image-background .sub-navbar ul li {
    display: inline-block;
  }
  .with-image-background .sub-navbar ul li.last a {
    padding-right: 0;
  }
  .with-image-background .sub-navbar ul li a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 100;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .invisible-message {
    font-size: 12px;
  }
  .error-message label {
    font-size: 12px;
  }
  .btn-callback {
    margin-top: -4px;
  }
  .with-image-background.home {
    padding: 15px;
  }
  .with-image-background.home .sub-navbar ul li.nav-item a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .text .separator {
    border-right: none;
    border-bottom: 3px solid white;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }
  .estimation-tool {
    height: 370px;
    padding: 15px;
  }
  .estimation-tool i.fa-bed,
  .estimation-tool i.fa-envelope,
  .estimation-tool i.fa-map-marker,
  .estimation-tool i.fa-phone {
    height: 36px;
    line-height: 50px;
    left: 50px;
    position: absolute;
    color: #8795A2;
    z-index: 2;
    font-size: 23px;
    margin-top: 9px;
  }
  .estimation-tool input {
    height: 50px;
    font-size: 14px;
    margin: 9px 0;
  }
  .estimation-tool .floating-cta-container {
    margin-top: -20px;
    bottom: 0px;
    text-align: center;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .estimation-tool .floating-cta-container .floating-cta {
    width: 300px;
  }
  .estimation-tool button.rooms {
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #EEF4F9;
    color: #AFC7E2;
    position: absolute;
    top: 102px;
  }
  .estimation-tool button.rooms:focus {
    outline: none;
  }
  .estimation-tool button.rooms i {
    position: relative;
    line-height: 30px;
    left: 0;
    font-size: 14px;
    margin-top: 0;
  }
  .estimation-tool button.more {
    right: 50px;
  }
  .estimation-tool button.less {
    right: 90px;
  }
  .white-background {
    padding: 30px 15px;
    text-align: center;
  }
  .white-background img {
    padding: 0 15px;
    width: 100%;
  }
  .white-background h2 {
    padding: 15px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #363636;
    letter-spacing: -0.2px;
    line-height: 31px;
  }
  .white-background p {
    padding: 15px;
    font-size: 16px;
    color: #4C647C;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  .white-background a {
    font-size: 14px;
    color: #558BC6;
    text-decoration: underline;
  }
  .white-background .cta-container {
    padding: 15px 60px;
  }
  .white-background .cities-url span {
    padding-left: 0;
    width: 50%;
    text-align: left;
  }
  .blue-light-background {
    text-align: center;
    background: #F6FAFD;
    padding: 30px 15px;
    height: 100%;
  }
  .blue-light-background img {
    padding: 0 15px;
    width: 100%;
  }
  .blue-light-background h2 {
    padding: 15px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #363636;
    letter-spacing: -0.2px;
    line-height: 31px;
  }
  .blue-light-background p {
    padding: 15px;
    font-size: 16px;
    color: #4C647C;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  .blue-light-background a {
    font-size: 14px;
    color: #558BC6;
    text-decoration: underline;
  }
  .blue-light-background .cta-container {
    padding: 15px 60px;
  }
  .blue-light-background .cities-url span {
    padding-left: 0;
    width: 50%;
    text-align: left;
  }
  .blue-light-background .name-form {
    padding-left: 15px !important;
  }
  .blue-light-background .rgpd-content p {
    font-size: 10px;
    font-style: italic;
    line-height: 1em;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .blue-light-background .rgpd-content p a {
    font-size: 10px;
  }
  .blue-light-background .cta-container {
    padding: 0;
  }
  .blue-light-background .cta-container .btn-cta {
    width: 100%;
    height: 66px;
  }
  .blue-light-background .cta-container .btn-cta i {
    margin-right: 15px;
  }
  .blue-light-background input {
    display: block;
    margin: 15px 0;
    width: 100%;
    height: 66px;
    background: white;
    box-shadow: none;
    border: 1px solid #8795A2;
    color: #8795A2;
    text-align: left;
    font-weight: 100;
    font-size: 18px;
    padding-left: 10px;
  }
  .blue-light-background input:focus {
    outline: none;
  }
  .blue-light-background input#name {
    margin-top: 30px;
  }
  .blue-light-background input#phone-callback {
    margin-bottom: 30px;
  }
  .orange-background {
    padding: 15px;
    background: #E97373;
    height: 383px;
    overflow: hidden;
    text-align: center;
  }
  .orange-background h2 {
    padding: 30px 60px;
    font-weight: 100;
    font-size: 29px;
    line-height: 40px;
    color: #FFFFFF;
  }
  .orange-background .button-container {
    padding: 15px 0;
  }
  .with-image-background {
    padding: 60px 15px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .with-image-background.home {
    background-image: url('//photos.homerez.com/v7/_S3-photos_/ownersite/home_mobile.png?h=500&auto=compress');
  }
  .with-image-background.people {
    background-image: url('//photos.homerez.com/v7/_S3-photos_/ownersite/people_mobile.png?h=500&auto=compress');
  }
  .with-image-background .cta-container .cta-orange {
    height: 56px;
  }
  .with-image-background .logo img {
    width: 100%;
    padding: 0px 45px;
  }
  .with-image-background h1,
  .with-image-background h2 {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: -0.2px;
    line-height: 31px;
    line-height: 27px;
    padding: 30px 15px;
  }
  .with-image-background h3 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.2px;
    line-height: 31px;
  }
  .with-image-background p {
    text-align: center;
    font-weight: 300;
    opacity: 0.8;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 27px;
    padding: 15px 20px;
  }
  .with-image-background .owner h1,
  .with-image-background .guest h1 {
    padding-bottom: 0;
  }
  .with-image-background .owner p,
  .with-image-background .guest p {
    padding-top: 0;
  }
  .blue-background {
    background: #558BC6;
    padding: 30px 15px;
  }
  .blue-background img {
    padding: 0 15px;
    width: 100%;
  }
  .blue-background h2 {
    padding: 15px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.2px;
    line-height: 31px;
  }
  .blue-background p {
    font-size: 16px;
    color: white;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  .blue-background .cta-container {
    padding: 15px 60px;
  }
  .with-logo-background {
    background: #003E57;
    padding-top: 60px;
  }
  .with-logo-background.estimation {
    height: 790px;
  }
  .with-logo-background h2 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
  }
  .with-logo-background p {
    color: white;
  }
  .with-logo-background .rgpd-content {
    margin-top: 40px;
  }
  .with-logo-background .rgpd-content p {
    font-size: 10px;
    font-style: italic;
    line-height: 1em;
    margin-bottom: 5px;
  }
  .with-logo-background .key-benefits {
    text-align: center;
    color: white;
    padding: 15px 60px;
    font-weight: 100;
  }
  .with-logo-background .key-benefits p {
    padding-top: 15px;
    font-size: 18px;
  }
  .with-logo-background .key-benefits .logo i {
    font-size: 3em;
  }
  .image-app img {
    width: 100%;
  }
  .buttons-app img {
    width: 206px;
    margin-left: -12px;
  }
  .testimony {
    text-align: center;
    padding: 30px 0;
  }
  .testimony img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 0;
  }
  .testimony p {
    margin: 0;
  }
  .testimony p.name {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .blue-light-background.faq {
    text-align: center;
    height: 100%;
  }
  .blue-light-background.faq .callback {
    padding: 30px;
  }
  .blue-light-background.faq .container p {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  .blue-light-background.faq .panel-group {
    margin: 15px 0;
    box-shadow: 1px 1px 5px #ddd;
  }
  .blue-light-background.faq .panel-heading {
    padding: 10px;
    height: 72px;
    width: 100%;
    background-color: white;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 52px;
    text-align: left;
  }
  .blue-light-background.faq .panel-heading i {
    color: #A9B3BA;
    line-height: 52px;
  }
  .blue-light-background.faq .panel-body {
    font-size: 16px;
    color: #4C647C;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-align: left;
    padding: 10px;
    background-color: white;
  }
  .white-background.faq {
    height: 210px;
    padding: 15px;
  }
  .white-background.faq .photo-block img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .white-background.faq .photo-block h2 {
    font-size: 14px;
    color: #4C647C;
    letter-spacing: 0.5px;
    line-height: 27px;
    padding-left: 15px;
  }
  .white-background.faq .text-block h2 {
    font-size: 16px;
    color: #4C647C;
    letter-spacing: 0.5px;
    line-height: 27px;
    padding-bottom: 0;
  }
  .with-image-background.faq {
    background-image: url('//photos.homerez.com/v7/_S3-photos_/ownersite/crowd.png?h=530&auto=compress');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .with-image-background.faq .text {
    padding: 120px 0;
  }
  .with-image-background.faq .text h1 {
    font-size: 42px;
    color: #FFFFFF;
    line-height: 48px;
  }
  .with-image-background.faq .text p {
    width: 100%;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .white-background.faq img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .with-image-background.faq {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .with-image-background.faq h2 {
    font-size: 21px;
    color: #FFFFFF;
    line-height: 32px;
    padding: 10px;
  }
  .with-image-background.faq p {
    opacity: 0.8;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 27px;
  }
  .blue-light-background.faq {
    height: 100%;
  }
  .blue-light-background.faq .panel-group {
    margin: 15px 0;
  }
  .blue-light-background.faq .panel-heading {
    padding: 10px;
    height: 72px;
    width: 100%;
    background-color: white;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
  }
  .blue-light-background.faq .panel-heading i {
    color: #A9B3BA;
    line-height: 20px;
  }
  .blue-light-background.faq .panel-body {
    font-size: 16px;
    color: #4C647C;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-align: left;
    padding: 10px;
    background-color: white;
  }
}
.testimony i {
  color: #ccc;
  margin-top: -10px;
}
.testimony i.fa-quote-left {
  margin-right: 5px;
}
.testimony i.fa-quote-right {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .with-image-background.testimonies {
    background-image: url('//photos.homerez.com/v7/_S3-photos_/ownersite/testimonies.png?h=530&auto=compress');
    height: 100%;
  }
  .with-image-background.testimonies .text {
    padding: 120px 0;
  }
  .with-image-background.testimonies .text p {
    width: 100%;
    max-width: 480px;
  }
  .white-background.testimonies {
    height: 100%;
  }
  .white-background.testimonies .testimony {
    padding: 15px;
    margin-bottom: 30px;
  }
  .white-background.testimonies .testimony p {
    min-height: 135px;
  }
  .white-background.testimonies .testimony p.name {
    min-height: 0;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .with-image-background.testimonies {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .with-image-background.testimonies h2 {
    font-size: 21px;
    color: #FFFFFF;
    line-height: 32px;
    padding: 10px;
  }
  .with-image-background.testimonies p {
    opacity: 0.8;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 27px;
  }
}
.container_whoweare .with-image-background.home.whoweare {
  position: relative;
  height: 500px;
  background: linear-gradient(272deg, rgba(9, 91, 142, 0.78) 0%, rgba(5, 46, 71, 0.78) 100%), url("../../images/whoarewe_pictures/ownersite_homerez_team.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container_whoweare .with-image-background.home.whoweare .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container_whoweare .ancre {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.container_whoweare .ancre .press {
  border-left: 2px solid #a0a0a0;
}
.container_whoweare .ancre .team {
  border-left: 2px solid #a0a0a0;
}
.container_whoweare .ancre a {
  padding: 8px 15px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  color: #717171;
  opacity: 1;
}
.container_whoweare .introduction {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.container_whoweare .introduction h2 {
  color: #6EA4C1;
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px;
}
.container_whoweare .introduction p {
  max-width: 1024px;
  color: #908d8d;
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 40px;
}
.container_whoweare .the-founders {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
}
.container_whoweare .the-founders .profile {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container_whoweare .the-founders .text {
  text-align: center;
}
.container_whoweare .the-founders .name {
  margin-top: 11px;
  margin-bottom: 0;
  color: #717171;
  font-size: 20px;
  font-weight: normal;
}
.container_whoweare .the-founders .linkedin-link {
  font-size: 16px;
  font-weight: 400;
}
.container_whoweare .the-founders .linkedin-link a {
  text-decoration: none;
  color: #6EA4C1;
}
.container_whoweare .the-founders img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 0;
  border: 4px solid #6EA4C1;
}
.container_whoweare .our-story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 40px;
  background-color: #6EA4C1;
}
.container_whoweare .our-story h2 {
  color: white;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.container_whoweare .our-story p {
  max-width: 1024px;
  margin: 0;
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
  color: white;
}
.container_whoweare .our-story button {
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px 85px;
  border: none;
  border-radius: 40px;
  Background: transparent linear-gradient(269deg, #FD747C 0%, #FD6547 100%) 0% 0% no-repeat;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 18px;
  font-weight: 600;
  color: white;
  outline: none;
  opacity: 1;
}
.container_whoweare .our-story button a {
  color: white;
  text-decoration: none;
}
.container_whoweare .our-story button:hover a {
  text-decoration: underline;
}
.container_whoweare .our-team {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 30px;
}
.container_whoweare .our-team h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #6EA4C1;
}
.container_whoweare .our-team .row {
  margin: 0;
  margin-top: 40px;
}
.container_whoweare .our-team .row .profile {
  text-align: center;
}
.container_whoweare .our-team .row .profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.container_whoweare .our-team .row .profile .name {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #4C647C;
  font-weight: 500;
  font-size: 18px;
}
.container_whoweare .our-team .row .profile .role {
  font-size: 10px;
  color: #4C647C;
  font-weight: 400;
}
.container_whoweare .join {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container_whoweare .join button {
  margin-top: 40px;
  padding: 16px 85px;
  border: none;
  border-radius: 40px;
  background: transparent linear-gradient(269deg, #FD747C 0%, #FD6547 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  outline: none;
}
.container_whoweare .join button a {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.container_whoweare .join button:hover a {
  text-decoration: underline;
}
.container_whoweare .presse {
  margin-top: 40px;
}
.container_whoweare .presse .top {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  background-color: #6EA4C1;
}
.container_whoweare .presse .top h2 {
  font-size: 26px;
  text-align: center;
  color: white;
}
.container_whoweare .presse .top .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  width: 100%;
  margin-top: 48px;
}
.container_whoweare .presse .top .logo img {
  width: 155px;
}
.container_whoweare .presse .top .logo img.img-resize {
  width: 200px;
}
.container_whoweare .presse .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container_whoweare .presse .bottom .container-presse {
  display: flex;
  justify-content: center;
  max-width: 1024px;
  margin: 40px 0px;
}
.container_whoweare .presse .bottom .container-presse .container-image {
  border-right: 2px solid #b1b1b1;
  margin-right: 44px;
  padding-right: 44px;
  display: flex;
  align-items: center;
}
.container_whoweare .presse .bottom .container-presse .container-image img {
  width: 241px;
}
.container_whoweare .presse .bottom .container-presse .container-texte h3 {
  color: #717171;
  font-weight: 600;
  font-size: 18px;
}
.container_whoweare .presse .bottom .container-presse .container-texte p {
  color: #949494;
  font-size: 18px;
  font-weight: normal;
}
.container_whoweare .presse .bottom .container-presse .container-texte a {
  display: block;
  width: 100%;
  text-align: right;
  color: #F86060;
  font-weight: 600;
  font-size: 18px;
}
.container_whoweare .presse .bottom button {
  display: block;
  padding: 16px 85px;
  border: none;
  border-radius: 40px;
  background: transparent linear-gradient(269deg, #FD747C 0%, #FD6547 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  outline: none;
}
.container_whoweare .presse .bottom button a {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.container_whoweare .presse .bottom button:hover a {
  text-decoration: underline;
}
.container_whoweare .blue-light-background {
  margin-top: 40px;
  padding: 0 0 40px 0;
}
.container_whoweare .blue-light-background .contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_whoweare .blue-light-background .contact-container .contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
}
.container_whoweare .blue-light-background .contact-container .contact-row > div {
  width: 500px;
}
.container_whoweare .blue-light-background .contact-container .contact-row > div .country-flags {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container_whoweare .blue-light-background .contact-container .contact-row > div .country-flags span {
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100%;
  font-size: 20px;
}
.container_whoweare .blue-light-background .contact-container .contact-row > div + div {
  margin-left: 100px;
}
.container_whoweare .blue-light-background .contact-container .contact-row > div + div > p {
  margin-bottom: 40px;
}
@media (max-width: 1040px) {
  .container_whoweare .presse .bottom .container-presse {
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .container_whoweare .presse .bottom .container-presse .container-image {
    margin: 0;
    padding: 0;
    border: none;
  }
  .container_whoweare .presse .bottom .container-presse .container-image img.img-with-space {
    margin-bottom: 50px;
  }
  .container_whoweare .presse .bottom .container-presse .container-texte h3,
  .container_whoweare .presse .bottom .container-presse .container-texte p {
    font-size: 14px;
  }
  .container_whoweare .presse .bottom .container-presse .container-texte a {
    text-align: center;
  }
  .container_whoweare .presse .bottom .container-presse + .container-presse {
    margin-top: 50px;
  }
  .container_whoweare .blue-light-background .contact-container .contact-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container_whoweare .blue-light-background .contact-container .contact-row > div + div {
    margin: 0;
  }
}
@media (max-width: 830px) {
  .container_whoweare .ancre a {
    font-size: 18px;
  }
  .container_whoweare .the-founders {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container_whoweare .the-founders .profile {
    flex-direction: row;
    justify-content: flex-start;
    width: 350px;
  }
  .container_whoweare .the-founders .profile img {
    margin-right: 30px;
  }
  .container_whoweare .the-founders .profile .text {
    text-align: left;
  }
  .container_whoweare .the-founders .profile + .profile {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .container_whoweare .with-image-background.home.whoweare {
    height: 340px;
  }
  .container_whoweare .with-image-background.home.whoweare .text h1 {
    padding: 0;
  }
  .container_whoweare .ancre {
    display: none;
  }
  .container_whoweare .our-story button {
    padding: 16px 45px;
  }
  .container_whoweare .our-story button a {
    font-size: 14px;
  }
  .container_whoweare .join button {
    padding: 16px 45px;
  }
  .container_whoweare .join button a {
    font-size: 14px;
  }
  .container_whoweare .presse .top .logo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .container_whoweare .presse .top .logo img {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    margin-bottom: 30px;
  }
  .container_whoweare .presse .bottom button {
    padding: 16px 45px;
  }
  .container_whoweare .presse .bottom button a {
    font-size: 14px;
  }
  .container_whoweare .blue-light-background {
    text-align: left;
  }
  .container_whoweare .blue-light-background .contact-container .contact-row > div {
    width: 100%;
  }
  .container_whoweare .blue-light-background .contact-container .contact-row > div .country-flags {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .container_whoweare .blue-light-background .contact-container .contact-row > div .country-flags span {
    font-size: 27px;
  }
}
@media (max-width: 420px) {
  .container_whoweare .with-image-background.home.whoweare {
    height: 170px;
  }
  .container_whoweare .introduction p {
    padding: 20px;
  }
  .container_whoweare .the-founders {
    padding: 0;
  }
  .container_whoweare .the-founders .profile {
    width: auto;
  }
  .container_whoweare .the-founders .profile .text {
    text-align: center;
    width: 160px;
  }
  .container_whoweare .presse .top {
    padding: 20px;
  }
  .container_whoweare .presse .top .logo img.img-resize {
    width: 155px;
  }
  .container_whoweare .presse .bottom .container-presse .container-texte {
    padding: 20px;
  }
}
#signup-navbar .short-header {
  background-color: #578CC4 !important;
  height: 60px !important;
  line-height: 60px;
  text-align: center;
}
#signup-navbar .short-header .button-language {
  background-color: #578cc4;
  color: white;
  margin-right: 5px;
  height: 45px;
}
#signup-navbar .short-header .dropdown-menu {
  padding-right: 5px;
  cursor: pointer;
  right: 0;
}
#signup-navbar .short-header .dropdown-menu li {
  text-align: center;
}
#signup-navbar .short-header .dropdown-menu img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
#background-short {
  margin-top: 80px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/assets/images/short-signup-background.jpg) no-repeat center;
  z-index: 0;
  background-attachment: fixed;
  background-size: cover;
  overflow: scroll;
}
#background-short .short-signup-view.col-xs-12 {
  width: 100%;
}
#background-short .short-signup-view.page0 {
  margin-top: 190px;
}
#background-short .short-signup-view.page0 .short-form-container {
  padding: 40px 30px;
}
#background-short .short-signup-view .short-form-header {
  background-color: #578CC4;
  border-radius: 10px 10px 0 0;
  margin-top: 10px;
  height: 60px;
}
#background-short .short-signup-view .short-form-header h2 {
  color: white !important;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  width: 100%;
}
#background-short .short-signup-view .short-form-container {
  background-color: #eee;
  border-radius: 0 0 10px 10px;
  padding: 15px 30px;
  box-sizing: border-box;
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}
#background-short .short-signup-view .short-form-container .short-form-information h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  box-sizing: border-box;
}
#background-short .short-signup-view .short-form-container .control-label {
  text-align: left;
  padding-top: 15px;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: .0rem;
}
#background-short .short-signup-view .short-form-container .form-group {
  margin-bottom: 5px;
  font-weight: 400;
}
#background-short .short-signup-view .short-form-container .form-control {
  font-size: 12px;
  height: 40px;
  line-height: 1.42857;
}
#background-short .short-signup-view .short-form-container #countryCode {
  display: block;
  line-height: 40px;
  font-size: 14px;
  margin-top: 35px;
}
#background-short .short-signup-view .short-form-container #countryListLabel {
  white-space: nowrap;
}
#background-short .short-signup-view .short-form-container .short-form-action-buttons {
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px;
}
#background-short .short-signup-view .short-form-container .short-form-action-buttons .bouton {
  position: relative;
}
#background-short .short-signup-view .short-form-container .short-form-action-buttons .bouton .btn {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 25px;
  background-color: #5cb85c;
  color: #fff;
  height: 50px;
  width: 100%;
  line-height: 25px !important;
  text-transform: uppercase;
}
#background-short .short-signup-view .short-form-container .short-form-action-buttons .bouton .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: white;
}
#background-short .short-signup-view .short-form-container .bnc-container {
  padding: 15px;
}
#background-short .short-signup-view .short-form-container .bnc-container .bedroomsAndCapa {
  padding: 15px;
  text-align: center;
  border: 1px solid #e3e3e3;
}
#background-short .short-signup-view .short-form-container .bnc-container .bedroomsAndCapa .displayer {
  display: inline-block;
  color: #558bc6;
  font-size: 1.3em;
  width: 140px;
}
#background-short .short-signup-view .short-form-container .bnc-container .bedroomsAndCapa .controller {
  color: #558bc6;
  font-size: 1.4em;
}
#background-short .short-signup-view .short-form-container .agreement {
  margin-left: 0;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  font-weight: 400;
}
#background-short .short-signup-view .short-form-container .agreement .title {
  background-color: #eee;
  text-align: center;
  font-size: 16px;
}
#background-short .short-signup-view .short-form-container .agreement .and {
  text-align: center;
}
#background-short .short-signup-view .short-form-container .agreement strong {
  font-weight: bold;
  font-size: 12px;
}
#background-short .short-signup-view .short-form-container .agreement .row .col-md-4:nth-child(2) p {
  text-align: center;
}
#background-short .short-signup-view .short-form-container .agreement .legal {
  font-size: 8px;
  margin-bottom: 20px;
}
#background-short .short-signup-view .short-form-container .agreement .bold {
  font-weight: bold;
  font-size: 14px;
}
#background-short .short-signup-view .short-form-container .agreement ol {
  padding-left: 15px;
}
#background-short .short-signup-view .short-form-container .agreement ol li {
  margin-bottom: 10px;
}
#background-short .short-signup-view .short-form-container .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -15px;
  margin-right: 5px;
  margin-top: 2px;
  font-size: large;
}
#background-short .property-type li {
  list-style-type: none;
}
#background-short .property-type input {
  display: none;
}
#background-short .property-type label {
  width: 100%;
  height: 90px;
  float: left;
  margin: 0;
  text-align: center;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  padding-top: 70px;
  font-size: 10px;
  color: #a8acaf;
}
#background-short .property-type input[type="radio"]:checked + label,
#background-short .property-type label:hover {
  color: white;
}
#background-short .property-type .house label {
  background: url(../../assets/icons/icn-house.png) no-repeat center 25px;
}
#background-short .property-type .house input:checked + label,
#background-short .property-type .house label:hover {
  background: #578cc4 url(../../assets/icons/icn-house-active.png) no-repeat center 25px;
}
#background-short .property-type .apartment label {
  background: url(../../assets/icons/icn-apartment.png) no-repeat center 25px;
}
#background-short .property-type .apartment input:checked + label,
#background-short .property-type .apartment label:hover {
  background: #578cc4 url(../../assets/icons/icn-apartment-active.png) no-repeat center 25px;
}
#background-short .property-type .studio label {
  background: url(../../assets/icons/icn-studio.png) no-repeat center 25px;
}
#background-short .property-type .studio input:checked + label,
#background-short .property-type .studio label:hover {
  background: #578cc4 url(../../assets/icons/icn-studio-active.png) no-repeat center 25px;
}
#background-short .property-type .chalet label {
  background: url(../../assets/icons/icn-chalet.png) no-repeat center 25px;
}
#background-short .property-type .chalet input:checked + label,
#background-short .property-type .chalet label:hover {
  background: #578cc4 url(../../assets/icons/icn-chalet-active.png) no-repeat center 25px;
}
#background-short .property-type .mansion label {
  background: url(../../assets/icons/icn-mansion.png) no-repeat center 25px;
}
#background-short .property-type .mansion input:checked + label,
#background-short .property-type .mansion label:hover {
  background: #578cc4 url(../../assets/icons/icn-mansion-active.png) no-repeat center 25px;
}
#background-short .property-type .other label {
  background: url(../../assets/icons/icn-other.png) no-repeat center 25px;
}
#background-short .property-type .other input:checked + label,
#background-short .property-type .other label:hover {
  background: #578cc4 url(../../assets/icons/icn-other-active.png) no-repeat center 25px;
}
#background-short .invalidInput {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
#background-short .validInput {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
#background-short .modal-content .terms {
  font-family: 'Open Sans', sans-serif;
}
#background-short .modal-content .terms h1 {
  text-align: center;
}
#background-short .modal-content .terms h2 {
  text-align: center;
}
#background-short .modal-content .terms p {
  font-size: 16px;
  line-height: 25px;
  padding-top: 20px;
  margin: 0 0 10px;
  font-weight: 400;
}
#background-short .modal-content .terms div {
  padding-left: 10%;
  padding-right: 10%;
}
#background-short .modal-content .fr div:first-child {
  padding-top: 25px;
}
#background-short .modal-content .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc !important;
}
#background-short .modal-content .modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#background-short .modal-content h1 {
  font-size: 36px;
}
.social .email button {
  width: 370px;
}
#signup-step-bar {
  margin: auto;
  padding-bottom: 10px;
}
#signup-step-bar .col-xs-4 {
  width: 33.33333333%;
}
#signup-step-bar .step {
  position: relative;
}
#signup-step-bar .step.active .progress {
  background-color: #578CC4;
}
#signup-step-bar .step.active .dot {
  background: #578CC4;
}
#signup-step-bar .step .text-center {
  color: #f5f5f5;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 500 !important;
}
#signup-step-bar .step .text-center.step-number {
  font-size: 16px;
}
#signup-step-bar .step .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  margin: 20px 0;
  background-color: #eee;
}
#signup-step-bar .step .step1 {
  width: 50%;
  left: 50%;
}
#signup-step-bar .step .step3 {
  width: 50%;
}
#signup-step-bar .step .dot {
  color: red;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  top: 48px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.pool-and-wifi > div:first-child label {
  margin-left: 15px;
}
.end-step {
  margin-top: 100px;
}
.end-step h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
.end-step ol {
  counter-reset: li;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
.end-step ol li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 40px 8px 4px 8px;
  list-style: none;
}
.end-step ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  margin-top: 40px;
  color: #fff;
  background: #5cb85c;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
}
.end-step .phone p {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.end-step .phone p:last-child {
  display: block;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 991px) {
  #termsModal .modal-dialog {
    margin-left: 300px;
    margin-right: 300px;
    max-width: 10000px;
  }
}
@media screen and (max-width: 991px) {
  .pool-and-wifi > div label {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #background-short .short-signup-view .short-form-header h2 {
    font-size: 20px;
  }
}
#ads-link.short-signup-view .short-form-content {
  padding: 0 15px;
}
#ads-link.short-signup-view .short-form-content .short-form-header {
  margin: 0;
}
#ads-link.short-signup-view .short-form-content .short-form-container {
  padding: 30px;
  margin: 0;
}
#ads-link.short-signup-view .short-form-content .short-form-container .short-form-information h3 {
  font-size: 20px;
  margin: 0;
}
#ads-link.short-signup-view .short-form-content .short-form-container .short-form-buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#ads-link.short-signup-view .short-form-content .short-form-container .short-form-buttons input.btn {
  width: 140px;
  height: 40px;
  border: 1px solid #578CC4;
  color: #578CC4;
  background-color: transparent;
  text-transform: uppercase;
}
#ads-link.short-signup-view .short-form-content .short-form-container .short-form-buttons input.btn:hover {
  background-color: #578CC4;
  color: white;
}
#ads-link.short-signup-view .short-form-content .short-form-container .short-form-buttons input.btn.btn-yes {
  margin-right: 10px;
}
#ads-link.short-signup-view .short-form-content .short-form-container .short-form-buttons input.btn.btn-no {
  margin-left: 10px;
}
#ads-link.short-signup-view .short-form-content .short-form-container .short-form-buttons input.btn.btn-next {
  background-color: #5CB85C;
  border-color: #5CB85C;
  color: white;
}
#ads-link.short-signup-view .short-form-content .short-form-container .short-form-ads-link {
  margin-top: 30px;
  display: none;
}
#ads-link.short-signup-view .short-form-content .short-form-container .short-form-ads-link.visible {
  display: block;
}
@media (min-width: 768px) {
  #ads-link.short-signup-view {
    display: flex;
    justify-content: center;
  }
  #ads-link.short-signup-view .short-form-content {
    width: 630px;
  }
}
.pages .wrapper {
  height: 600px;
}
.pages .wrapper .filter {
  background-color: black;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  height: 600px;
  width: 100%;
}
.pages .wrapper .container {
  z-index: 2;
}
.pages h2 {
  text-align: center;
  color: #49657b;
  font-weight: 600;
  margin-bottom: 30px;
}
.pages h3 {
  text-align: center;
  color: #49657b;
  font-weight: 400;
  margin-bottom: 30px;
}
.pages .blurred {
  height: 800px;
  position: relative;
}
.pages .blurred .filter {
  background-color: black;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  height: 100%;
  width: 100%;
}
.pages .blurred .with-image-background {
  height: 800px;
  width: 100vw;
}
.pages .blurred .container {
  position: absolute;
  z-index: 2;
  margin-top: 30px;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.pages .blurred .container .text {
  width: 100%;
  color: white;
}
.pages .blurred .container .text h2,
.pages .blurred .container .text h3 {
  color: white;
}
.pages .blurred .container .text .list {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.pages .blurred .container .text .list span {
  width: 18%;
  padding: 5px;
  text-align: center;
}
.pages .blurred .container .text .list span .icon-container {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.pages .blurred .container .text .list span .icon-container i {
  font-size: 50px;
}
.pages .blurred .container .text .list span .icon-container i.hr-ownersite-studio {
  font-size: 80px;
}
.pages .blurred .container .text .list span .value {
  font-size: 20px;
  font-weight: 400;
}
.pages .blurred .container .text .list span p {
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
}
.pages .with-image-background .container {
  height: 600px;
}
.pages .with-image-background .sub-navbar {
  padding-top: 10px;
}
.pages .with-image-background .text {
  background-color: rgba(25, 50, 82, 0.9);
  margin-top: 100px;
  margin-bottom: 200px;
  width: 100%;
  max-width: 100%;
  margin: 100px auto 200px auto;
  padding: 30px 30px;
  text-align: center;
}
.pages .with-image-background .text span {
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 15px;
}
.pages .with-image-background .text .separator {
  margin: 20px auto;
}
.pages .with-image-background .text .cta-container .btn-cta {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-size: 14px;
}
@media (max-width: 768px) {
  .pages .with-image-background .text .separator {
    border-bottom: 3px solid white;
  }
  .pages .with-image-background .text .cta-container .btn-cta {
    width: 20%;
  }
}
.pages .white-background .container table {
  width: 100%;
  font-size: 12px;
  display: block;
  overflow-x: scroll;
}
.pages .white-background .container table tr td:first-child {
  width: 210px;
}
.pages .white-background .container h2 {
  color: #49657b;
  font-weight: 600;
  text-align: center;
}
.pages .white-background .container .no-link {
  pointer-events: none;
  cursor: default;
}
.pages .white-background .container a {
  pointer-events: none;
  cursor: default;
}
.pages .white-background .container a div {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.pages .white-background .container .cities-url a {
  pointer-events: auto;
  cursor: pointer;
}
.pages .white-background .container .cta-container {
  text-align: center;
  max-width: 100%;
}
.pages .white-background .container .cta-container .btn-cta {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #49657b;
  color: #49657b;
  font-size: 14px;
  width: 50%;
}
.pages .white-background .container p {
  font-weight: 400;
}
.pages .white-background .container img {
  height: 100%;
}
.pages .color-background {
  padding: 30px 0;
}
.pages .color-background.beige {
  background-color: #F3EBDD;
}
.pages .color-background.dark-blue {
  background-color: #193252;
}
.pages .color-background.dark-blue h2,
.pages .color-background.dark-blue p {
  color: white;
}
.pages .color-background .property-tiles {
  display: flex;
  justify-content: space-between;
}
.pages .color-background .property-tiles .property-tile {
  margin: 15px;
  max-width: 30%;
}
.pages .color-background .property-tiles .property-tile .img-container img {
  display: block;
  height: 200px;
  margin: 0 auto;
}
.pages .color-background .property-tiles .property-tile .title {
  color: #49657b;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  margin: 10px 0;
}
.pages .color-background .property-tiles .property-tile .summary {
  min-height: 140px;
}
.pages .color-background .estimation-tool {
  height: 500px;
}
.pages .color-background .estimation-tool .floating-cta-container {
  bottom: 5px;
}
.pages .color-background .estimation-tool .floating-cta-container button {
  color: #193252;
  border: 1px solid #193252;
  background-color: transparent;
}
@media (max-width: 767px) {
  .pages .blurred {
    height: 1100px;
  }
  .pages .blurred .with-image-background {
    height: 1100px;
    background-attachment: fixed;
  }
  .pages .blurred .filter {
    height: 1100px;
  }
  .pages .blurred .container .text .stats-content {
    display: flex;
    justify-content: space-between;
  }
  .pages .blurred .container .text .stats-content .airbnb,
  .pages .blurred .container .text .stats-content .abritel {
    width: 50%;
  }
  .pages .blurred .container .text .stats-content .airbnb .list,
  .pages .blurred .container .text .stats-content .abritel .list {
    display: block;
  }
  .pages .white-background .container a div {
    height: 300px;
  }
  .pages .white-background .container .cta-container {
    margin-top: 15px;
    padding: 15px;
  }
  .pages .white-background .container .cta-container .btn-cta {
    width: 100%;
  }
  .pages .white-background .container .cities-url span {
    padding-left: 0;
    width: 50%;
    text-align: left;
  }
  .pages .color-background.dark-blue #estimation-cta {
    width: 100%;
  }
  .pages .color-background.beige .property-tiles {
    display: block;
  }
  .pages .color-background.beige .property-tiles .property-tile {
    max-width: 100%;
    text-align: center;
  }
  .pages .color-background.beige .property-tiles .property-tile .summary {
    min-height: 0;
  }
  .pages .with-image-background {
    height: 600px;
  }
  .pages .with-image-background .text h1 {
    padding: 15px;
  }
  .pages .with-image-background .text .cta-container {
    margin-top: 15px;
  }
  .pages .with-image-background .text .cta-container .btn-cta {
    width: 80%;
  }
}
@media (max-width: 330px) {
  .pages .blurred {
    height: 1300px;
  }
  .pages .blurred .with-image-background {
    height: 1300px;
  }
  .pages .blurred .filter {
    height: 1300px;
  }
}
.cities-url {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cities-url span {
  width: 33%;
  padding-left: 50px;
}
#social-or-contact.short-signup-view {
  display: flex;
  justify-content: center;
}
#social-or-contact.short-signup-view .short-form-content {
  width: 100%;
  padding: 0 15px;
}
#social-or-contact.short-signup-view .short-form-content .short-form-header {
  margin: 0;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container {
  padding: 15px;
  margin: 0;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .social {
  text-align: center;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .separator {
  margin: 30px 0;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .separator .line {
  width: 260px;
  margin: 0 auto;
  height: 13px;
  border-bottom: 1px solid white;
  text-align: center;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .separator .line .text {
  color: #666666;
  font-size: 14px;
  background-color: #eee;
  padding: 0 10px;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact {
  display: flex;
  justify-content: center;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container {
  width: 100%;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container {
  padding: 0;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .form-group {
  position: relative;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .form-group .control-label {
  padding: 0;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .form-group#phone-number input {
  position: relative;
  text-indent: 31px;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .form-group#phone-number #countryCode {
  font-size: 12px;
  color: #464a4c;
  position: absolute;
  top: 21px;
  left: 12px;
  margin: 0;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .form-group i {
  position: absolute;
  color: #ddd;
  top: 30px;
  right: 10px;
  z-index: 2;
  font-size: 24px;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .phone {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .phone #countrySelect {
  width: 225px;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .phone #phone-number {
  width: 98%;
  padding-left: 5px;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .rgpd-content p {
  font-size: 10px;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 5px;
  color: #666;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .short-form-action-buttons {
  display: flex;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .short-form-action-buttons .button {
  position: relative;
  width: 100%;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .short-form-action-buttons .button .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: white;
}
#social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container .short-form-container .short-form-action-buttons .button input {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 25px;
  background-color: #5cb85c;
  color: #fff;
  height: 50px;
  width: 100%;
  line-height: 25px !important;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  #social-or-contact.short-signup-view .short-form-content {
    width: 690px;
  }
  #social-or-contact.short-signup-view .short-form-content .short-form-container {
    padding: 30px;
  }
  #social-or-contact.short-signup-view .short-form-content .short-form-container .contact .contact-container {
    width: 300px;
  }
}
#owner2 body {
  font-family: roboto;
}
#owner2 .container-fluid .main-row {
  display: flex;
  justify-content: center;
}
#owner2 .container-fluid .main-row .main-container {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  margin-top: 22px;
}
#owner2 .container-fluid .main-row .main-container .DivGauche {
  width: 50%;
  background-color: #568BC4;
  height: 100%;
  padding: 15px 30px;
  border-radius: 20px 0px 0px 20px;
  border: 4px solid #EEEEEE;
}
#owner2 .container-fluid .main-row .main-container .DivGauche .middle {
  display: flex;
  justify-content: center;
}
#owner2 .container-fluid .main-row .main-container .DivGauche .middle ul {
  margin-top: 70px;
  padding-left: 21px;
}
#owner2 .container-fluid .main-row .main-container .DivGauche .middle ul li + li {
  margin-top: 19px;
}
#owner2 .container-fluid .main-row .main-container .DivGauche .middle ul li {
  color: white;
  list-style: none;
  position: relative;
  font-size: 17px;
  font-weight: 400;
}
#owner2 .container-fluid .main-row .main-container .DivGauche .middle ul li::after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  color: #5CB85C;
  padding: 0;
  font-size: 24px;
}
#owner2 .container-fluid .main-row .main-container .DivDroite {
  width: 50%;
  background-color: #EEEEEE;
  padding: 15px 30px;
  border-radius: 0px 20px 20px 0px;
  padding-bottom: 20px;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row #hrr_social_login {
  margin-top: 20px;
  margin-bottom: 20px;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row #tel {
  flex: 0 0 53%;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row .form-group {
  position: relative;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row .form-group label {
  margin-bottom: -0.5em;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row .form-group input {
  font-size: 14px;
  height: 42px;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row .form-group #firstName {
  width: 83%;
  height: 42px;
  margin-right: 52px;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row .form-group #lastName {
  height: 42px;
  margin-right: 45px;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row .form-group#countrySelect {
  width: 30%;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row .form-group#countrySelect .select {
  padding: 0;
  height: 35px;
  font-size: 14px;
  height: 42px;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row .form-group #countryCode {
  position: absolute;
  top: 55%;
  left: -50px;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .row .form-group.email {
  width: 100%;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .bouton {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .bouton input {
  cursor: pointer;
}
#owner2 .container-fluid .main-row .main-container .DivDroite .bouton .fa {
  position: absolute;
  top: 44%;
  right: 3%;
  color: white;
}
#owner2 .container-fluid .main-row .main-container h3 {
  font-weight: 300;
  font-size: 21px;
  text-align: center;
  margin-top: 23px;
}
#owner2 .container-fluid .main-row .main-container .btn {
  background: #5CB85C;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  margin-top: 14px;
  height: 50px;
  margin-bottom: 10px;
}
#owner2 .container-fluid .main-row .main-container .or {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 32px;
  justify-content: center;
  margin-left: 2px;
  margin-right: 2px;
}
#owner2 .container-fluid .main-row .main-container .or hr {
  border-bottom: 1px solid #ababab;
  margin-top: 0;
  margin-bottom: 0;
  width: 30%;
  margin-left: 19px;
  margin-right: 19px;
}
#owner2 .container-fluid .main-row .main-container .or p {
  margin-left: 2px;
  margin-right: 2px;
}
#owner2 .container-fluid .main-row .main-container .social {
  margin-top: 20px;
  margin-bottom: 20px;
}
#owner2 .container-fluid .top h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 25px;
}
#owner2 .container-fluid .top h4 span {
  background-color: #5CB85C;
}
#owner2 .container-fluid .top .second {
  margin-top: 24px;
  font-weight: 400;
}
#owner2 .container-fluid .bottom {
  margin-top: 106px;
}
#owner2 .container-fluid .bottom p {
  font-style: italic;
  font-size: 13px;
  color: #FFFFFF;
  text-align: center;
}
#owner2 .container-fluid .bottomMobile {
  display: none;
}
#owner2 .container-fluid .bottomMobile p {
  font-style: italic;
  font-size: 13px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1071px) {
  #owner2 .container-fluid .main-row .main-container {
    flex-direction: column;
    width: 100%;
  }
  #owner2 .container-fluid .main-row .main-container .DivGauche {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  #owner2 .container-fluid .main-row .main-container .DivGauche .top h4 {
    margin-top: 15px;
    line-height: 26px;
  }
  #owner2 .container-fluid .main-row .main-container .DivGauche .middle ul {
    margin-top: 31px;
  }
  #owner2 .container-fluid .main-row .main-container .DivGauche .bottom {
    display: none;
  }
  #owner2 .container-fluid .main-row .main-container .DivGauche .bottomMobile {
    display: block;
    margin-top: 31px;
  }
  #owner2 .container-fluid .main-row .main-container .DivDroite {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
  #owner2 .container-fluid .main-row .main-container .DivDroite .social {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #owner2 .container-fluid .main-row .main-container .DivDroite .row .form-group #countryCode span {
    position: static;
  }
  #owner2 .container-fluid .main-row .main-container .DivDroite .row .bouton {
    display: flex;
    justify-content: center;
  }
  #owner2 .container-fluid .main-row .main-container .DivDroite .row .bouton .fa {
    display: none;
  }
  #owner2 .container-fluid .main-row .main-container .DivDroite .row .bouton .btn {
    width: 315px;
    white-space: normal;
    height: 84px;
  }
}
@font-face {
  font-family: 'hr-ownersite';
  src:  url('fonts/hr-ownersite.eot?ebcsk0');
  src:  url('fonts/hr-ownersite.eot?ebcsk0#iefix') format('embedded-opentype'),
    url('fonts/hr-ownersite.ttf?ebcsk0') format('truetype'),
    url('fonts/hr-ownersite.woff?ebcsk0') format('woff'),
    url('fonts/hr-ownersite.svg?ebcsk0#hr-ownersite') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="hr-ownersite-"], [class*=" hr-ownersite-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hr-ownersite' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hr-ownersite-flat:before {
  content: "\e900";
}
.hr-ownersite-house:before {
  content: "\e904";
}
.hr-ownersite-studio:before {
  content: "\e906";
}
.hr-ownersite-rent:before {
  content: "\e908";
}
.hr-ownersite-swimming-pool:before {
  content: "\e90a";
}
.hr-ownersite-facebook:before {
  content: "\e901";
}
.hr-ownersite-instagram:before {
  content: "\e902";
}
.hr-ownersite-linkedin:before {
  content: "\e903";
}
.hr-ownersite-international:before {
  content: "\e905";
}
.hr-ownersite-nights:before {
  content: "\e907";
}
.hr-ownersite-website:before {
  content: "\e909";
}
.hr-ownersite-clock:before {
  content: "\e90b";
}
.hr-ownersite-noun_1188700:before {
  content: "\e90d";
}
.hr-ownersite-cash:before {
  content: "\e90e";
}
.hr-ownersite-increase:before {
  content: "\e910";
}
.hr-ownersite-one:before {
  content: "\e911";
}
.hr-ownersite-twitter:before {
  content: "\e913";
}

.testimonyV2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
.testimonyV2 .container .section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 0px;
}
.testimonyV2 .container .section .profile {
  justify-self: center;
  height: 330px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(44, 44, 44, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.testimonyV2 .container .section .profile p {
  font-size: 14px;
  font-weight: 300;
}
.testimonyV2 .container .section .profile h3 {
  font-size: 21px;
  font-weight: 500;
  color: #4E4E4E;
  margin-top: 7px;
}
.testimonyV2 .container .section .profile a {
  color: #F86060;
  font-weight: 400;
  font-size: 21px;
}
.testimonyV2 .container .section .profile img {
  width: 106px;
  height: 106px;
}
.testimonyV2 .container .section .profile hr {
  width: 25%;
  border: 1px solid #505050;
  margin-top: 6px;
}
.testimonyV2 .container .section img {
  justify-self: center;
  width: 400px;
  height: 330px;
}
.testimonyV2 .container .section .review {
  justify-self: center;
  height: 330px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.testimonyV2 .container .section .review img {
  width: 50%;
  margin-bottom: 6%;
  height: 21.42px;
}
.testimonyV2 .container .section .review p {
  font-size: 16px;
  font-weight: 300;
  color: #292b2c;
}
.testimonyV2 .container .separateur {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0;
}
.testimonyV2 .container .separateur div {
  width: 64px;
  height: 3px;
  background-color: #707070;
}
.testimonyV2 .container:last-child {
  margin-bottom: 50px;
}
.testimonyV2 .bandeau {
  width: 100%;
  margin-top: 39.6px;
  margin-bottom: 39.6px;
}
.testimonyV2 .bandeau .cadre {
  border: 3px solid White;
  width: 54%;
  margin: 50px auto 50px auto;
  position: relative;
  padding: 55px 50px;
}
.testimonyV2 .bandeau .cadre .quotes {
  position: absolute;
  top: 0;
  left: 50px;
  transform: translateY(-50%);
}
.testimonyV2 .bandeau .cadre p {
  color: white;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}
.testimonyV2 .bandeau .cadre .signature {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.testimonyV2 .bandeau .cadre .signature p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.testimonyV2 .bandeau .cadre .signature .logofacebook {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.testimonyV2 .bandeau.grey {
  background-color: #B1B1B1;
}
.testimonyV2 .bandeau.blue {
  background-color: #568BC4;
}
.testimonyV2 .sousbandeau {
  margin-bottom: 50px;
}
.testimonyV2 .sousbandeau hr {
  text-align: center;
  width: 64px;
  border: 2px solid #4e4e4e;
}
.testimonyV2 .sousbandeau p {
  text-align: center;
  font-size: 15px;
}
.testimonyV2 .sousbandeau h3 {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  margin-top: 20px;
}
.testimonyV2 .sousbandeau .button {
  display: flex;
  justify-content: space-between;
}
.testimonyV2 .sousbandeau .button .call {
  background: transparent linear-gradient(90deg, #3CEFC4 0%, #17D59B 100%) 0% 0% no-repeat padding-box;
  border-radius: 59px;
  width: 250px;
  height: 70px;
  font-size: 19px;
  letter-spacing: 0;
  color: #4E4E4E;
  opacity: 1;
  border: none;
}
.testimonyV2 .sousbandeau .button .phone {
  background: #CBCBCB 0% 0% no-repeat padding-box;
  border-radius: 59px;
  width: 250px;
  height: 70px;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0;
  color: #4E4E4E;
  opacity: 1;
  padding-left: 25px;
  border: none;
}
.testimonyV2 .sousbandeau .button .name {
  background: #CBCBCB padding-box;
  border-radius: 59px;
  border: none;
  width: 250px;
  height: 70px;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0;
  color: #4E4E4E;
  opacity: 1;
  padding-left: 25px;
}
@media screen and (max-width: 1060px) {
  .testimonyV2 .container .section {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }
  .testimonyV2 .container .section .profile {
    width: 400px;
  }
  .testimonyV2 .container .section .profile .p {
    font-size: 16px;
    font-weight: 500;
  }
  .testimonyV2 .container .section .review {
    width: 400px;
  }
  .testimonyV2 .container .section .review p {
    font-weight: 300;
  }
  .testimonyV2 .container .separateur div {
    margin: auto;
  }
  .testimonyV2 .sousbandeau .button {
    align-items: center;
    flex-direction: column;
    height: 247px;
  }
  .testimonyV2 .bandeau .cadre {
    width: 85%;
  }
}
@media screen and (max-width: 450px) {
  .testimonyV2 .container .section {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .testimonyV2 .container .section .profile {
    width: 100%;
  }
  .testimonyV2 .container .section .profile .p {
    font-size: 16px;
    font-weight: 500;
  }
  .testimonyV2 .container .section img {
    width: 100%;
  }
  .testimonyV2 .container .section .review {
    width: 100%;
  }
  .testimonyV2 .container .section .review p {
    font-weight: 300;
  }
  .testimonyV2 .container .separateur div {
    margin: auto;
  }
  .testimonyV2 .sousbandeau .button {
    align-items: center;
    flex-direction: column;
    height: 247px;
  }
  .testimonyV2 .bandeau .cadre {
    width: 85%;
  }
}
