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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

* {
  box-sizing: border-box; }

.g-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.g-row--full {
  max-width: 100%; }

.g-row--np {
  padding-left: 0;
  padding-right: 0; }

.g-row--center {
  justify-content: center; }

.g-row--right {
  justify-content: flex-end; }

.g-row--space-between {
  justify-content: space-between; }

.g-row--around {
  justify-content: space-around; }

.g-row--evenly {
  justify-content: space-evenly; }

.g-row--start {
  align-items: flex-start; }

.g-row--bottom {
  align-items: flex-end; }

.g-row--middle {
  align-items: center; }

.g-row--stretch {
  align-items: stretch; }

.g-row--baseline {
  align-items: baseline; }

.g-row--reverse {
  flex-direction: row-reverse; }

.g-col {
  flex-grow: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.g-col--1 {
  flex-grow: 0;
  flex-basis: 8.3333333333%; }

.g-col--2 {
  flex-grow: 0;
  flex-basis: 16.6666666667%; }

.g-col--3 {
  flex-grow: 0;
  flex-basis: 25%; }

.g-col--4 {
  flex-grow: 0;
  flex-basis: 33.3333333333%; }

.g-col--5 {
  flex-grow: 0;
  flex-basis: 41.6666666667%; }

.g-col--6 {
  flex-grow: 0;
  flex-basis: 50%; }

.g-col--7 {
  flex-grow: 0;
  flex-basis: 58.3333333333%; }

.g-col--8 {
  flex-grow: 0;
  flex-basis: 66.6666666667%; }

.g-col--9 {
  flex-grow: 0;
  flex-basis: 75%; }

.g-col--10 {
  flex-grow: 0;
  flex-basis: 83.3333333333%; }

.g-col--11 {
  flex-grow: 0;
  flex-basis: 91.6666666667%; }

.g-col--12 {
  flex-grow: 0;
  flex-basis: 100%; }

.g-col--np {
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 60em) {
  .g-row {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

  .g-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

  .g-row--np,
  .g-col--np {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 45em) {
  .g-col-sm--1 {
    flex-grow: 0;
    flex-basis: 8.3333333333%; }

  .g-col-sm--2 {
    flex-grow: 0;
    flex-basis: 16.6666666667%; }

  .g-col-sm--3 {
    flex-grow: 0;
    flex-basis: 25%; }

  .g-col-sm--4 {
    flex-grow: 0;
    flex-basis: 33.3333333333%; }

  .g-col-sm--5 {
    flex-grow: 0;
    flex-basis: 41.6666666667%; }

  .g-col-sm--6 {
    flex-grow: 0;
    flex-basis: 50%; }

  .g-col-sm--7 {
    flex-grow: 0;
    flex-basis: 58.3333333333%; }

  .g-col-sm--8 {
    flex-grow: 0;
    flex-basis: 66.6666666667%; }

  .g-col-sm--9 {
    flex-grow: 0;
    flex-basis: 75%; }

  .g-col-sm--10 {
    flex-grow: 0;
    flex-basis: 83.3333333333%; }

  .g-col-sm--11 {
    flex-grow: 0;
    flex-basis: 91.6666666667%; }

  .g-col-sm--12 {
    flex-grow: 0;
    flex-basis: 100%; } }
@media screen and (min-width: 64em) {
  .g-col-md--1 {
    flex-grow: 0;
    flex-basis: 8.3333333333%; }

  .g-col-md--2 {
    flex-grow: 0;
    flex-basis: 16.6666666667%; }

  .g-col-md--3 {
    flex-grow: 0;
    flex-basis: 25%; }

  .g-col-md--4 {
    flex-grow: 0;
    flex-basis: 33.3333333333%; }

  .g-col-md--5 {
    flex-grow: 0;
    flex-basis: 41.6666666667%; }

  .g-col-md--6 {
    flex-grow: 0;
    flex-basis: 50%; }

  .g-col-md--7 {
    flex-grow: 0;
    flex-basis: 58.3333333333%; }

  .g-col-md--8 {
    flex-grow: 0;
    flex-basis: 66.6666666667%; }

  .g-col-md--9 {
    flex-grow: 0;
    flex-basis: 75%; }

  .g-col-md--10 {
    flex-grow: 0;
    flex-basis: 83.3333333333%; }

  .g-col-md--11 {
    flex-grow: 0;
    flex-basis: 91.6666666667%; }

  .g-col-md--12 {
    flex-grow: 0;
    flex-basis: 100%; } }
@media screen and (min-width: 75em) {
  .g-col-lg--1 {
    flex-grow: 0;
    flex-basis: 8.3333333333%; }

  .g-col-lg--2 {
    flex-grow: 0;
    flex-basis: 16.6666666667%; }

  .g-col-lg--3 {
    flex-grow: 0;
    flex-basis: 25%; }

  .g-col-lg--4 {
    flex-grow: 0;
    flex-basis: 33.3333333333%; }

  .g-col-lg--5 {
    flex-grow: 0;
    flex-basis: 41.6666666667%; }

  .g-col-lg--6 {
    flex-grow: 0;
    flex-basis: 50%; }

  .g-col-lg--7 {
    flex-grow: 0;
    flex-basis: 58.3333333333%; }

  .g-col-lg--8 {
    flex-grow: 0;
    flex-basis: 66.6666666667%; }

  .g-col-lg--9 {
    flex-grow: 0;
    flex-basis: 75%; }

  .g-col-lg--10 {
    flex-grow: 0;
    flex-basis: 83.3333333333%; }

  .g-col-lg--11 {
    flex-grow: 0;
    flex-basis: 91.6666666667%; }

  .g-col-lg--12 {
    flex-grow: 0;
    flex-basis: 100%; } }
body {
  font-family: 'Lato', sans-serif;
  line-height: 1.3em;
  color: #4a4a4a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.t-h1,
.t-h2,
.t-h3 {
  line-height: 1.2em;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase; }

.t-h1 {
  font-size: 2.25rem; }

.t-h2 {
  font-size: 1.25rem; }

.t-h3 {
  font-size: 1rem; }

p {
  font-size: 1rem; }

.t-h2--mb {
  margin-bottom: 1rem; }

small,
.t-s {
  font-size: 0.875rem; }

i {
  font-style: italic; }

b,
strong {
  font-weight: 600; }

.t-centered {
  text-align: center; }

sup {
  font-size: 0.7em;
  position: relative;
  top: -0.3em; }

@media screen and (max-width: 58.75em) {
  .t-h1 {
    font-size: 2rem; }

  .t-h2 {
    font-size: 1.5rem; }

  .t-h3 {
    font-size: 1.25rem; } }
button {
  outline: none;
  cursor: pointer;
  border: none; }

table {
  border-collapse: collapse; }

table, tr, td, th {
  border: 1px solid #b4bec5; }

table td,
table th {
  position: relative;
  padding: 1rem; }

figure {
  padding: 0;
  margin: 0; }

img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto; }

.c-img-bg {
  position: relative;
  width: 100%; }

.c-fit-baseline {
  display: block;
  padding-bottom: 50%;
  background: turquoise; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-center {
  text-align: center; }

.u-text-justify {
  text-align: justify; }

.u-text-nowrap {
  white-space: nowrap; }

.u-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-text-lowercase {
  text-transform: lowercase; }

.u-text-uppercase {
  text-transform: uppercase; }

.u-text-capitalize {
  text-transform: capitalize; }

.u-space-bottom {
  margin-bottom: 2rem; }

.u-space-top {
  margin-top: 2rem; }

.c-topbar {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0rem 1.5rem;
  margin: 0 auto;
  background: #fff; }

.c-topbar__content {
  height: 100%;
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media screen and (max-width: 60em) {
  .c-topbar,
  .c-topbar__content {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }
.c-topbar__content__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.c-topbar__logo {
  position: relative;
  transition: all 0.3s ease;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem; }
  .c-topbar__logo a {
    display: block;
    width: 11rem;
    padding-bottom: 38.8571429%;
    text-indent: -9999px;
    text-decoration: none;
    background-image: url("/assets/images/immo-bertrand-logo.svg");
    background-size: 100% 100%;
    background-position: center center; }

.c-alert-message {
  background: #e85d1e;
  color: white;
  font-size: 1.1rem;
  font-weight: 600; }

.c-alert-message__content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.4rem 3rem;
  text-align: center; }

@media screen and (max-width: 60em) {
  .c-alert-message__content {
    padding: 1.4rem 1.5rem; } }
.c-nav {
  position: relative;
  width: 100%;
  text-align: right; }

a.c-nav__link,
.c-nav__sublink__link {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-right: 2rem;
  font-weight: 600;
  margin-top: 0.4rem;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  color: #000000; }
  a.c-nav__link:hover,
  .c-nav__sublink__link:hover {
    color: #e85d1e; }
  a.c-nav__link:last-child,
  .c-nav__sublink__link:last-child {
    margin-right: 0; }
  a.c-nav__link.is-active:after,
  .c-nav__sublink__link.is-active:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e85d1e; }

.c-nav__sublink {
  display: inline-block;
  position: relative; }

.c-nav__social {
  display: inline-block;
  position: relative;
  top: 0.4rem;
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  background-position: center center;
  text-indent: -9999px;
  text-decoration: none;
  margin-right: 0.8rem; }
  .c-nav__social:last-child {
    margin-right: 0rem; }
  .c-nav__social:hover {
    opacity: 0.8; }

.c-nav__social--facebook {
  background-image: url("/assets/images/facebook-dark.png"); }

.c-nav__social--instagram {
  background-image: url("/assets/images/instagram-dark.png"); }

a.c-nav-button {
  display: none;
  position: absolute;
  width: 2.8rem;
  height: 1.46rem;
  top: 3.8rem;
  right: 2rem;
  background-image: url("/assets/images/icon_menu.png");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat; }
  a.c-nav-button:hover {
    opacity: 0.8; }

a.c-nav__close-button {
  display: none;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 3.4rem;
  right: 2rem;
  background-image: url("/assets/images/icon_close.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  a.c-nav__close-button:hover {
    opacity: 0.8; }

a.c-nav-bg {
  display: none;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); }
  a.c-nav-bg.is-visible {
    display: block; }

.c-nav__sub {
  position: absolute;
  top: 100%;
  left: -1rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 14rem;
  max-height: 0;
  background: #f9f9f9;
  overflow: hidden;
  transition: all .3s ease;
  z-index: 10; }
  .c-nav__sub.is-visible {
    max-height: 18rem; }

.c-nav__sub__link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .c-nav__sub__link:hover {
    color: #e85d1e; }
  .c-nav__sub__link:last-child {
    border-bottom: none; }

@media screen and (max-width: 67em) {
  .c-nav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 200;
    width: 100%;
    height: 100vh;
    background: white;
    padding-top: 6rem;
    padding-right: 0;
    transition: transform 0.3s ease; }
    .c-nav.is-visible {
      transform: translateX(-100%); }

  a.c-nav__link,
  .c-nav__sublink__link {
    display: block;
    position: relative;
    margin: 0;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2em; }

  a.c-nav__link:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08); }

  .c-nav__sublink {
    display: block; }

  .c-nav__sub__link {
    padding: 1.2rem 1.5rem; }
    .c-nav__sub__link:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

  .c-nav__social {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    margin-left: 1.5rem;
    margin-right: 0; }
    .c-nav__social:last-child {
      margin-left: 0.8rem; }

  a.c-nav-button {
    display: block; }

  a.c-nav__close-button {
    display: block; }

  .c-nav__sub {
    position: relative;
    width: 100%;
    top: 0;
    left: 0; } }
@media screen and (max-width: 25em) {
  .c-nav {
    right: -100%;
    width: 100%; } }
.c-nav-sup {
  width: 100%;
  color: #4a4a4a;
  background-color: #f9f9f9; }
  .c-nav-sup a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 0;
    margin-right: 1rem; }
    .c-nav-sup a:hover {
      color: #e85d1e; }
    .c-nav-sup a span {
      color: #4a4a4a; }

.c-nav-sup__content {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0rem 3rem;
  justify-content: flex-end;
  align-items: center; }

.c-nav-sup__instagram,
.c-nav-sup__facebook {
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.125rem 1.125rem;
  background-position: center center;
  background-repeat: no-repeat; }

a.c-nav-sup__instagram {
  background-image: url("/assets/images/instagram_dark.svg");
  margin-right: 0; }

a.c-nav-sup__facebook {
  background-image: url("/assets/images/facebook_dark.svg");
  margin-right: 0.4rem; }

@media screen and (max-width: 60em) {
  .c-nav-sup {
    display: none; } }
.c-slider {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  padding: 10rem 3rem 10rem;
  margin-top: 0rem;
  margin-bottom: 5rem;
  background-image: url("/assets/photos/home-bg.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center; }
  .c-slider::before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-slider .c-button {
    margin-bottom: 0.5rem; }
    .c-slider .c-button:last-child {
      margin-left: 0.5rem; }

.c-slider__title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1.2em;
  color: white;
  max-width: 50rem;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.c-slider__subtitle {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2em;
  color: white;
  max-width: 50rem;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 2rem; }

@media screen and (max-width: 40em) {
  .c-slider__title {
    font-size: 2rem; }

  .c-slider__subtitle {
    font-size: 1.2rem; } }
.c-title {
  text-align: center;
  margin-bottom: 2.6rem; }

.c-title__sup {
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: #9b9b9b; }

.c-properties {
  margin-bottom: 2rem; }

.c-property {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
  transition: box-shadow ease 0.2s; }
  .c-property:hover {
    box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.1); }

.c-property__image {
  width: 100%;
  padding-bottom: 60%;
  background: rgba(0, 0, 0, 0.08);
  margin-bottom: 1.2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.c-property__info {
  padding: 0.6rem 2rem;
  margin-bottom: 1.2rem; }

.c-property__info__city {
  color: #e85d1e;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem; }

.c-property__info__type {
  font-size: 1.125rem;
  margin-bottom: 0.6rem; }

.c-property__specs {
  display: flex;
  justify-content: flext-start;
  align-items: center;
  color: #8a8a8a; }

.c-property__specs__size,
.c-property__specs__ground,
.c-property__specs__bedrooms {
  background-position: left center;
  background-repeat: no-repeat; }

.c-property__specs__size {
  padding-left: 1.4rem;
  background-image: url("/assets/images/size-icon.svg");
  background-size: 1.125rem 1.125rem;
  margin-right: 1.2rem; }

.c-property__specs__bedrooms {
  padding-left: 2rem;
  background-image: url("/assets/images/bed-icon.svg");
  background-size: 1.5625rem 0.8125rem;
  margin-right: 1.2rem; }

.c-property__specs__ground {
  padding-left: 1.4rem;
  background-image: url("/assets/images/fence-icon.svg");
  background-size: 1.125rem 0.8125rem;
  background-position: 0rem 0.27rem; }

.c-property__sub {
  display: flex;
  justify-content: flext-start;
  align-items: center;
  padding: 0.6rem 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center; }

.c-property__sub__price {
  font-size: 1.375rem;
  color: #000000; }

.c-property__sub__peb {
  width: 60px;
  margin-left: auto; }

.c-property__tag {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg) translate(29%, -25%);
  padding: 0.6rem 0rem;
  width: 11rem;
  text-align: center;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #e85d1e;
  color: white; }

.c-property__tag--rent {
  background-color: #000000; }

.c-property__tag--out {
  color: #000000;
  background-color: yellow; }

.c-project-properties {
  margin-bottom: 2rem; }

.c-project-property__wrapper {
  display: flex;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
  color: #000000;
  overflow: hidden;
  transition: box-shadow ease 0.2s; }
  .c-project-property__wrapper:hover {
    box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.1); }

.c-project-property {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
  width: calc(100% - 2rem); }

.c-project-property__info {
  width: calc(100% / 7);
  padding: 0.6rem 1rem; }

.c-project-property__document {
  width: 2rem;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background-image: url("/assets/images/file.svg");
  background-position: center center;
  background-size: 1rem auto;
  background-repeat: no-repeat; }
  .c-project-property__document:hover {
    opacity: .8;
    background-color: rgba(0, 0, 0, 0.1); }

.c-project-property__no-document {
  width: 2rem;
  border-left: 1px solid rgba(0, 0, 0, 0.08); }

.c-project-property__info--price {
  color: #e85d1e;
  margin-left: auto;
  font-weight: 600;
  text-align: right; }

.c-project-property__tag {
  font-weight: 600;
  text-transform: uppercase;
  color: #e85d1e; }

.c-project-property__tag--sold {
  color: #4a4a4a; }

@media screen and (max-width: 37.5em) {
  .c-project-property {
    padding: 0.6rem 1rem; }

  .c-project-property__info {
    width: auto;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    padding: 0; }

  .c-project-property__tag {
    width: 100%; }

  .c-project-property__info--price {
    width: 100%;
    text-align: left;
    margin-bottom: 0; } }
.c-properties {
  margin-bottom: 2rem; }

.c-project {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
  transition: box-shadow ease 0.2s; }
  .c-project:hover {
    box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.1); }

.c-project__image {
  width: 100%;
  padding-bottom: 60%;
  background: rgba(0, 0, 0, 0.08);
  margin-bottom: 1.2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.c-project__info {
  padding: 0.6rem 2rem;
  margin-bottom: 1.2rem; }

.c-project__info__city {
  color: #e85d1e;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem; }

.c-project__info__name {
  font-size: 1.3rem;
  margin-bottom: 0.6rem; }

.c-project__info__price {
  color: #8a8a8a; }

.c-project__tag {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg) translate(29%, -25%);
  padding: 0.6rem 0rem;
  width: 11rem;
  text-align: center;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #e85d1e;
  color: white; }

.c-project__tag--rent {
  background-color: #000000; }

.c-pagination {
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.c-pagination__prev,
.c-pagination__next,
.c-pagination__link,
.c-pagination__more,
.c-pagination__page {
  text-align: center;
  font-size: 1.125rem;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  color: #8a8a8a;
  line-height: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  overflow: hidden; }

.c-pagination__next,
.c-pagination__prev {
  border: 1px solid #d75216;
  background-color: #e85d1e;
  background-image: url("/assets/images/btn-arrow.svg");
  background-size: 24%;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0 1rem;
  overflow: hidden; }
  .c-pagination__next:hover,
  .c-pagination__prev:hover {
    background-color: #d75216; }

.c-pagination__prev {
  transform: rotate(180deg); }

.c-pagination__link:hover {
  color: #000000; }
.c-pagination__link.is-active {
  color: #e85d1e; }

.c-pagination__more {
  color: #8a8a8a; }

.c-pagination__page {
  width: auto; }

.c-socials {
  margin-bottom: 4rem; }

.c-social {
  display: block;
  border-radius: 8px;
  text-decoration: none;
  padding: 1.4rem 2rem 1.4rem 6rem;
  color: white;
  font-size: 1.12rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  transition: all ease 0.3s; }

.c-social--facebook {
  background-color: #4367b2;
  background-position: 1.4rem center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-image: url("/assets/images/facebook_btn.png"); }
  .c-social--facebook:hover {
    background-color: #35528d; }

.c-social--instagram {
  background-color: #000000;
  background-position: 1.4rem center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-image: url("/assets/images/instagram_btn.png"); }
  .c-social--instagram:hover {
    background-color: black; }

.c-advantages {
  margin-bottom: 3rem; }

.c-advantage {
  display: block;
  text-align: center;
  margin-bottom: 2rem; }

.c-advantage__number {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-weight: 700;
  color: #e85d1e;
  margin-bottom: 1rem; }

.c-advantage__number__number {
  font-size: 6.25rem;
  text-align: center;
  margin-bottom: 0rem;
  line-height: 1em; }

.c-advantage__number__sup {
  font-size: 1.68rem;
  margin-top: 1.2rem; }

.c-advantage__text {
  font-size: 1.25rem;
  line-height: 1.3em;
  text-align: center;
  max-width: 12rem;
  margin: 0 auto; }

.c-icon {
  width: 3.15rem;
  height: 3.15rem;
  background-repeat: no-repeat;
  background-position: center center; }

.c-icon--service {
  background-image: url("/assets/images/service-icon.png");
  background-size: 46px 33px; }

.c-icon--quality {
  background-image: url("/assets/images/quality-icon.png");
  background-size: 50px 48px; }

.c-icon--budget {
  background-image: url("/assets/images/budget-icon.png");
  background-size: 46px 44px; }

.c-button {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-right: 3rem;
  padding-left: 1.5rem;
  background-color: #e85d1e;
  background-image: url("/assets/images/btn-arrow.svg");
  background-size: 0.6875rem 1.25rem;
  background-position: right 1.5rem center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out; }
  .c-button:hover {
    background-position: right 1.3rem center;
    box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.1); }

.c-button--secondary {
  background-color: #000000; }

.c-link {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  color: #000000; }
  .c-link:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000000;
    position: absolute;
    bottom: -0.4rem;
    left: 0; }
  .c-link:hover {
    color: #e85d1e; }
    .c-link:hover:after {
      background-color: #e85d1e; }

.c-link--white {
  color: white; }
  .c-link--white:after {
    background-color: white; }
  .c-link--white:hover {
    color: #000000; }
    .c-link--white:hover:after {
      background-color: #000000; }

.c-default-block {
  position: relative;
  margin-bottom: 5rem; }

.c-default-block__text {
  width: 50%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0rem;
  padding-right: 4rem; }
  .c-default-block__text .c-icon {
    margin-bottom: 1.4rem; }
  .c-default-block__text h2 {
    margin-bottom: 0.8rem; }
  .c-default-block__text .c-button {
    margin-top: 1.4rem; }

.c-default-block__image {
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.05); }

.c-default-block--left .c-default-block__text {
  padding-left: 4rem;
  padding-right: 0rem; }
.c-default-block--left .c-default-block__image {
  order: -1; }

@media screen and (max-width: 45em) {
  .c-default-block__text {
    width: 100%;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 2rem; }

  .c-default-block__image {
    width: 100%;
    padding-bottom: 52.56%; }

  .c-default-block--left .c-default-block__text {
    padding-left: 0rem;
    padding-right: 0rem; }
  .c-default-block--left .c-default-block__image {
    order: 2; } }
.c-footer-contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  background: #f7f7f7; }
  .c-footer-contact h3 {
    margin-bottom: 1rem; }
  .c-footer-contact p {
    margin-bottom: 1rem; }

.c-footer__contact__address,
.c-footer__contact__phone,
.c-footer__contact__mail {
  display: block;
  padding-left: 24px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #4a4a4a; }

.c-footer__contact__address {
  background-position: left 0.2rem;
  background-size: 12px 16px;
  background-image: url("/assets/images/location_green.png");
  margin-bottom: 0.4rem; }

.c-footer__contact__phone {
  background-position: left 0.22rem;
  background-size: 12px 12px;
  background-image: url("/assets/images/phone_green.png");
  margin-bottom: 0.4rem; }

.c-footer__contact__mail {
  background-position: left 0.35rem;
  background-size: 14px 10px;
  background-image: url("/assets/images/mail_green.png");
  margin-bottom: 0.4rem; }

@media screen and (max-width: 45em) {
  .c-footer__contact {
    margin-bottom: 1rem; } }
.c-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: #2b3137;
  margin-top: 4rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  font-size: 0.875rem; }
  .c-footer p {
    font-size: 0.875rem;
    color: #4a4a4a; }

.c-footer__bottom {
  color: #9e9e9e; }
  .c-footer__bottom a {
    color: #4a4a4a;
    text-decoration: none; }

.c-footer__list {
  color: #8a8a8a;
  margin-bottom: 2rem; }
  .c-footer__list li {
    padding: 0.1rem 0rem; }
  .c-footer__list a {
    text-decoration: none;
    color: #8a8a8a; }
    .c-footer__list a:hover {
      color: #000000; }

.c-footer__list__title {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.4rem;
  font-weight: 700; }

.c-footer__logo {
  display: block;
  width: 100%;
  max-width: 10rem;
  margin-bottom: 2rem; }
  .c-footer__logo span {
    display: block;
    width: 100%;
    padding-bottom: 38.125%;
    background-image: url("/assets/images/immo-bertrand-logo.svg");
    background-size: 100% 100%;
    background-position: top left; }

.c-footer__socials {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.c-footer__social {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  text-decoration: none;
  margin-right: 0.4rem; }
  .c-footer__social:last-child {
    margin-right: 0rem; }
  .c-footer__social:hover {
    opacity: 0.8; }

.c-footer__social--facebook {
  background-image: url("/assets/images/facebook_dark.svg"); }

.c-footer__social--instagram {
  background-image: url("/assets/images/instagram_dark.svg"); }

@media screen and (max-width: 45em) {
  .c-footer__socials {
    margin-top: 1rem; } }
p.c-footer__p {
  margin-bottom: 1rem;
  color: #8a8a8a; }
  p.c-footer__p a {
    color: #000;
    text-decoration: none; }
    p.c-footer__p a:hover {
      color: #e85d1e; }

.c-header-text {
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 2rem; }
  .c-header-text h1 {
    color: #e85d1e; }

.c-header-text__sub {
  margin-top: 0.8rem;
  font-size: 1.125rem;
  color: #8a8a8a; }

.c-header-property {
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 3rem; }
  .c-header-property h1 {
    margin-bottom: 1rem; }

.c-header-property__sup {
  text-transform: uppercase;
  font-size: 1.375rem;
  color: #e85d1e;
  margin-bottom: 0.6rem; }

.c-header-property__price {
  font-size: 1.625rem;
  color: #8a8a8a; }

.c-header-project {
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 3rem; }
  .c-header-project h1 {
    margin-bottom: 1rem; }

.c-header-project__sup {
  text-transform: uppercase;
  font-size: 1.375rem;
  color: #e85d1e;
  margin-bottom: 0.6rem; }

.c-header-project__sub {
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #8a8a8a; }

.c-image {
  width: 100%;
  padding-bottom: 46%;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center top;
  margin-bottom: 4rem;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.08); }

.c-steps {
  margin-bottom: 2rem; }

.c-steps__step {
  padding: 2rem 2rem;
  text-align: center;
  min-width: 12rem; }

.c-steps__step__number {
  margin: 0 auto 1.2rem;
  height: 6rem;
  width: 6rem;
  font-size: 2.4rem;
  font-width: 700;
  font-family: 'Open Sans', sans-serif;
  color: white;
  background: #e85d1e;
  border-radius: 3rem;
  line-height: 6rem; }

.c-gallery {
  margin-top: 4rem;
  margin-bottom: 2rem; }

a.c-gallery__thumb {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center center;
  margin-bottom: 2rem; }
  a.c-gallery__thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease-out; }
  a.c-gallery__thumb:hover:after {
    opacity: 1; }

.c-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 14rem; }
  .c-map iframe {
    background-color: rgba(0, 0, 0, 0.04); }

@media screen and (max-width: 58.75em) {
  .c-map {
    min-height: 20rem; } }
.c-info {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem; }
  .c-info:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0; }
  .c-info a {
    text-decoration: none;
    color: #4a4a4a; }
    .c-info a:hover {
      color: #e85d1e; }

.c-info--location:after {
  background-image: url("/assets/images/location_icon.png"); }

.c-info--phone:after {
  background-image: url("/assets/images/phone_icon.png"); }

.c-info--fax:after {
  background-image: url("/assets/images/fax_icon.png"); }

.c-info--mail:after {
  background-image: url("/assets/images/mail_icon.png"); }

.c-text {
  margin-bottom: 1.2rem; }
  .c-text h1 {
    margin-bottom: 1.4rem; }
  .c-text h2,
  .c-text h3 {
    margin-bottom: 1rem; }

.c-text--center {
  text-align: center; }

.form__field input,
.form__field textarea,
.form__field select {
  font-family: 'Lato', sans-serif;
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: white;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.8rem 1rem;
  outline: none;
  color: #000000;
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
  transition: border .3s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
  .form__field input:focus,
  .form__field textarea:focus,
  .form__field select:focus {
    outline: none;
    border-color: #e85d1e; }
.form__field textarea {
  resize: vertical;
  line-height: 1.3em; }
.form__field label {
  display: block;
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 0.5rem; }
.form__field select {
  background: none; }

.form__multiselect {
  width: 100%; }

.form__multiselect__label {
  display: block;
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 0.5rem; }

.form__multiselect__box {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: white;
  border-radius: 0;
  padding: 0.8rem 1rem;
  outline: none;
  color: #000000;
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
  max-height: 18rem;
  overflow: scroll; }

.form__multiselect__subtitle {
  margin-bottom: 0.5rem; }

.form__multiselect__list {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #4a4a4a; }
  .form__multiselect__list li {
    margin-bottom: 0.2rem; }

select.form__select {
  max-width: 100%;
  background-image: url("/assets/images/select.svg");
  background-repeat: no-repeat;
  background-size: 1rem 0.625rem;
  background-position: right 1rem top 1.1rem; }

@media screen and (min-width: 28.75em) {
  .form__twofields {
    display: flex; }
    .form__twofields .form__field,
    .form__twofields .form__multiselect {
      width: 50%; }
      .form__twofields .form__field:first-child,
      .form__twofields .form__multiselect:first-child {
        margin-right: 0.4rem; }
      .form__twofields .form__field:last-child,
      .form__twofields .form__multiselect:last-child {
        margin-left: 0.4rem; } }
.form__field {
  margin-bottom: 0.6rem; }

.form__location,
.c-form-location {
  text-transform: capitalize; }

.select,
.c-select {
  position: relative; }
  .select select,
  .c-select select {
    position: relative; }
  .select::before,
  .c-select::before {
    content: '';
    display: block;
    position: absolute;
    right: 1.4rem;
    top: 0;
    width: 1.2rem;
    height: 100%;
    background-image: url("/assets/images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto; }

.form-group {
  margin-bottom: 1rem; }

.form__actions {
  margin-top: 1rem; }

.c-search-bar {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 5rem; }

.c-search-bar__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .c-search-bar__content .c-form-group {
    margin-bottom: 0; }

.c-search-bar__element {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.5rem; }

.c-search-bar__element--action {
  flex-grow: 1; }

.c-search-bar__button {
  display: block;
  height: 100%; }

.c-search-bar__type {
  width: 30%; }

.c-search-bar__location {
  width: 20%; }

.c-search-bar__price {
  width: 20%; }

.c-filter-bar {
  position: relative;
  margin-bottom: 3rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1); }
  .c-filter-bar label {
    margin-top: 0.8rem;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
    padding: 1rem 2rem 0rem; }
  .c-filter-bar select {
    margin-top: 0.4rem;
    border: none;
    padding: 1rem 2rem;
    color: #8a8a8a;
    margin-bottom: 0.8rem; }

.c-filter-bar__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .c-filter-bar__content .c-form-group {
    margin-bottom: 0; }

.c-filter-bar__element {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-right: 1px solid rgba(0, 0, 0, 0.08); }

.c-filter-bar__button {
  height: 100%; }

.c-filter-bar__element--action {
  flex-grow: 1; }

.c-filter-bar__button {
  display: block; }

.c-filter-bar__type {
  width: 25%; }

.c-filter-bar__location {
  width: 25%; }

.c-filter-bar__price {
  width: 30%; }
  .c-filter-bar__price input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.c-filter-bar__price__and {
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.c-inputs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1rem 2rem 0rem; }
  .c-inputs-wrapper input {
    flex-grow: 1;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    color: #8a8a8a; }

@media screen and (max-width: 62.5em) {
  .c-filter-bar__content {
    display: block;
    flex-direction: column; }
    .c-filter-bar__content .c-form-group {
      margin-bottom: 0; }
    .c-filter-bar__content label {
      margin-top: 0.6rem;
      padding: 0.2rem 2rem 0rem; }
    .c-filter-bar__content select {
      margin-top: 0rem;
      margin-bottom: 0rem;
      padding: 0.6rem 2rem; }

  .c-filter-bar__type,
  .c-filter-bar__location,
  .c-filter-bar__price {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

  .c-inputs-wrapper {
    padding-top: 0.6rem; }

  .c-filter-bar__price {
    padding-bottom: 0.4rem; }
    .c-filter-bar__price input {
      border: none;
      border-bottom: none; } }
@media screen and (max-width: 37.5em) {
  .c-filter-bar label {
    font-size: 0.9rem; } }
.c-gallery {
  margin-top: 4rem;
  margin-bottom: 2rem; }

a.c-gallery__thumb {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center center;
  margin-bottom: 2rem; }
  a.c-gallery__thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease-out; }
  a.c-gallery__thumb:hover:after {
    opacity: 1; }

.c-box {
  margin-bottom: 3rem;
  background: #efefef; }

.c-box h2 {
  margin-top: 1rem; }

.c-box__content {
  padding: 1.2rem 2rem; }

.c-box__content__peb {
  width: 5rem; }

.c-property-infos {
  margin-bottom: 3rem; }

.c-document {
  display: block;
  padding: 1.2rem 2rem 1.2rem 3.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #4a4a4a;
  background-repeat: no-repeat;
  background-image: url("/assets/images/document.png");
  background-position: 1.4rem center;
  background-size: 17px 24px; }
  .c-document:last-child {
    border: none; }
  .c-document:hover {
    background-color: rgba(0, 0, 0, 0.02); }

.c-peb-infos p {
  color: #4a4a4a;
  margin-bottom: 1rem; }
  .c-peb-infos p:last-child {
    margin-bottom: 0rem; }

.c-property-list {
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 1rem; }
  .c-property-list li {
    display: inline-block;
    padding-left: 16px;
    margin-right: 2rem;
    margin-bottom: 1rem;
    color: #4a4a4a;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("/assets/images/checked.png"); }

.c-peb {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 52.94%; }

.c-peb--axx {
  background-image: url("/assets/images/peb_axx.png"); }

.c-peb--ax {
  background-image: url("/assets/images/peb_ax.png"); }

.c-peb--a {
  background-image: url("/assets/images/peb_a.png"); }

.c-peb--b {
  background-image: url("/assets/images/peb_b.png"); }

.c-peb--c {
  background-image: url("/assets/images/peb_c.png"); }

.c-peb--d {
  background-image: url("/assets/images/peb_d.png"); }

.c-peb--e {
  background-image: url("/assets/images/peb_e.png"); }

.c-peb--f {
  background-image: url("/assets/images/peb_f.png"); }

.c-peb--g {
  background-image: url("/assets/images/peb_g.png"); }

.c-estimation {
  background-color: #e85d1e;
  padding: 3rem 0 3.4rem;
  color: white;
  margin-bottom: 5rem;
  text-align: center; }
  .c-estimation h1 {
    color: #000000;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    .c-estimation h1 b {
      color: white; }
  .c-estimation p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.5em; }

.c-points {
  margin-bottom: 3rem; }

.c-point {
  margin-bottom: 2rem;
  text-align: center; }

.c-point__icon {
  border: 0.25rem solid #e85d1e;
  border-radius: 100%;
  height: 8rem;
  margin: 0 auto 1.4rem;
  width: 8rem;
  background-repeat: no-repeat;
  background-size: 3rem auto;
  background-position: center center; }

.c-point__title {
  margin-bottom: 1rem;
  padding: 0 1rem;
  font-size: 1.25rem;
  text-transform: normal; }

.c-team {
  margin-bottom: 5rem; }

.c-team__image {
  width: 100%;
  padding-bottom: 60%;
  background-image: url("/assets/photos/immo-bertrand-equipe-2024.jpg");
  background-size: cover;
  background-position: center top; }

.c-team__text {
  width: 100%;
  background-color: #efefef; }
  .c-team__text h2 {
    margin-bottom: 1rem; }

.c-team__text__content {
  padding: 3rem 3rem; }
  .c-team__text__content h2 {
    margin-bottom: 1rem; }

@media screen and (min-width: 64em) {
  .c-team {
    align-items: flex-end; }

  .c-team__image {
    width: 58%;
    padding-bottom: 36%;
    margin-bottom: 4rem;
    z-index: 10;
    box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.1); }

  .c-team__text {
    width: 50%;
    padding-left: 8.333333333%;
    margin-left: -8.333333333%; }

  .c-team__text__content {
    padding: 4rem 3rem; } }
.c-actions {
  margin-bottom: 3rem;
  text-align: center; }
  .c-actions .c-button {
    margin: 0 .5rem 1rem; }
    .c-actions .c-button:last-child {
      margin-bottom: 0; }

.c-actions {
  margin-bottom: 3rem;
  text-align: center; }
  .c-actions .c-button {
    margin: 0 .5rem 1rem; }
    .c-actions .c-button:last-child {
      margin-bottom: 0; }

.c-block-text {
  margin-bottom: 3rem; }
  .c-block-text.g-row {
    display: block; }

.c-block-text__header {
  margin-bottom: 2rem; }
  .c-block-text__header p {
    font-size: 1.25rem;
    line-height: 1.4em;
    color: #000000;
    margin-bottom: 1rem; }

.c-block-text__main {
  margin-bottom: 3rem;
  max-width: 100%; }
  .c-block-text__main p {
    font-size: 1rem;
    line-height: 1.4em;
    color: #4a4a4a;
    margin-bottom: 1rem; }
  .c-block-text__main ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 1.3rem;
    margin-bottom: 1rem; }
  .c-block-text__main h2 {
    font-size: 1.6rem;
    line-height: 1.3em;
    color: #e85d1e;
    margin-bottom: 1rem; }
  .c-block-text__main a {
    color: #e85d1e;
    text-decoration: none; }
  .c-block-text__main table {
    margin-bottom: 1rem; }
    .c-block-text__main table td {
      min-width: 14rem; }

.c-partner {
  display: block;
  width: 100%;
  margin-bottom: 3rem; }

.c-partner__picture {
  width: 100%;
  padding-bottom: 120%;
  margin-bottom: 1rem;
  background-color: whitesmoke;
  background-size: cover;
  background-position: center center; }

.c-partner__name {
  font-size: 1.25rem;
  color: #e85d1e;
  margin-bottom: 0.4rem;
  font-weight: 700; }

.c-partner__function {
  color: #8a8a8a; }

.c-range {
  padding: 2rem 2.8rem; }

.c-pp-slider {
  position: relative; }

a.c-pp-slider__picture {
  display: block;
  position: relative;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.05); }
  a.c-pp-slider__picture:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease-out; }
  a.c-pp-slider__picture:hover:after {
    opacity: 1; }

a.c-pp-slider__back {
  display: block;
  width: 100%;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #8a8a8a;
  text-transform: uppercase;
  text-align: center;
  padding: 0.6rem 2rem;
  text-decoration: none;
  transition: background 0.3s ease-out; }
  a.c-pp-slider__back:hover {
    color: #e85d1e; }

.c-pp-description {
  line-height: 1.5em;
  margin-bottom: 3rem; }
  .c-pp-description span {
    font-size: 1rem !important;
    font-family: 'Lato', sans-serif; }
  .c-pp-description font[size='4'] span {
    font-size: 1.2rem !important; }

.c-project-p-description {
  margin-top: 3rem;
  line-height: 1.5em; }

.c-project-p-description__header {
  font-size: 1.1rem; }

.c-pp-description__header {
  font-size: 1.1rem;
  margin-bottom: 2rem; }

.c-pp-goal {
  padding: 1.2rem 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
  background-color: #e85d1e;
  color: white; }

.c-pp-goal--rent {
  background-color: #000000; }

.c-pp-map {
  height: 40vw;
  margin-bottom: 3rem; }

@media screen and (max-width: 60em) {
  a.c-pp-slider__picture {
    padding-bottom: 60%; } }
@media screen and (max-width: 47.5em) {
  a.c-pp-slider__picture {
    padding-bottom: 80%; } }
.c-contact-info .c-text {
  margin-bottom: 3rem; }
  .c-contact-info .c-text a {
    color: #e85d1e; }
    .c-contact-info .c-text a:hover {
      color: #4a4a4a; }

.c-contact-form {
  margin-top: 3rem; }

.c-contact-image {
  background-size: cover;
  background-position: center center;
  padding-bottom: 30%;
  margin-bottom: 3rem; }

.c-contact-map {
  height: 40vw;
  margin-top: 4rem;
  margin-bottom: -4rem; }

@media screen and (max-width: 64em) {
  .c-contact-info {
    order: -1; } }
@media screen and (min-width: 45em) and (max-width: 64em) {
  .c-contact-info {
    display: flex;
    justify-content: space-between; }
    .c-contact-info .c-text {
      width: 50%; } }
.c-contact-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .c-contact-block:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.c-contact-block__map {
  display: block;
  width: 100%;
  min-height: 24rem; }
  .c-contact-block__map iframe {
    background-color: rgba(0, 0, 0, 0.04); }

.c-contact-block__text {
  width: 100%; }

.c-contact-block__text__content {
  position: relative;
  width: 100%;
  padding: 3rem 3rem; }

@media screen and (min-width: 64em) {
  .c-contact-block__text,
  .c-contact-block__map {
    width: 50%; }

  .c-contact-block__text__content {
    width: 100%;
    max-width: 700px;
    float: right;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 6rem;
    padding-left: 3rem; }

  .c-contact-block--right .c-contact-block__text {
    order: 2; }
  .c-contact-block--right .c-contact-block__text__content {
    float: left;
    padding-right: 3rem;
    padding-left: 6rem; } }
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #e85d1e;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #e85d1e;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #e85d1e; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #e85d1e;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #e85d1e;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
.flash-message {
  display: none;
  position: relative;
  padding: 1rem 2.2rem 1rem 1rem;
  background: #e85d1e;
  color: white;
  z-index: 200;
  text-align: left; }
  .flash-message.is-visible {
    display: block; }

.flash-message--error {
  background: #e85d1e;
  color: white; }
  .flash-message--error svg {
    stroke: white; }

.flash-message--success {
  background: #e85d1e;
  color: white; }
  .flash-message--success svg {
    stroke: white; }

.flash-message__message {
  font-size: 14px; }

.close-flash-message {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/assets/images/close_icon.png");
  background-size: 1.5rem 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.8rem;
  right: 1rem; }
  .close-flash-message:hover {
    opacity: .8; }

.c-documents ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }
  .c-documents ul li {
    margin-bottom: 0.25rem; }
.c-documents a {
  text-decoration: none;
  color: #4a4a4a; }
  .c-documents a:hover {
    color: #e85d1e; }

.c-vitrine {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 1rem 2rem 2rem; }

.c-vitrine-top {
  height: 12vh;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.c-vitrine-top__logo {
  position: relative;
  width: auto;
  height: 100%; }
  .c-vitrine-top__logo img {
    display: block;
    height: 100%;
    width: auto; }

.c-vitrine-top__slogan {
  color: #e85d1e;
  font-size: 3.4vw;
  font-weight: bold;
  text-transform: uppercase; }

.c-vitrine-properties {
  display: grid;
  height: calc(100% - 12vh);
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-items: stretch;
  align-items: stretch; }

.c-vitrine-property {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #000000;
  overflow: hidden;
  transition: box-shadow ease 0.2s;
  opacity: 0; }

.c-vitrine-property__image {
  width: 100%;
  padding-bottom: 54%;
  background: rgba(0, 0, 0, 0.08);
  margin-bottom: 1.2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.c-vitrine-property__info {
  padding: 0.3rem 1.4rem;
  margin-bottom: 1.2rem; }

.c-vitrine-property__info__city {
  color: #e85d1e;
  text-transform: uppercase;
  font-size: 0.9vw;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.3rem; }

.c-vitrine-property__info__type {
  font-size: 1vw;
  line-height: 1.2em;
  margin-bottom: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4vw; }

.c-vitrine-property__specs {
  display: flex;
  justify-content: flext-start;
  align-items: center;
  color: #8a8a8a; }

.c-vitrine-property__specs__size,
.c-vitrine-property__specs__ground,
.c-vitrine-property__specs__bedrooms {
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0.9vw; }

.c-vitrine-property__specs__size {
  padding-left: 1.4rem;
  background-image: url("/assets/images/size-icon.svg");
  background-size: 1.125rem 1.125rem;
  margin-right: 1.2rem; }

.c-vitrine-property__specs__bedrooms {
  padding-left: 2rem;
  background-image: url("/assets/images/bed-icon.svg");
  background-size: 1.5625rem 0.8125rem;
  margin-right: 1.2rem; }

.c-vitrine-property__specs__ground {
  padding-left: 1.4rem;
  background-image: url("/assets/images/fence-icon.svg");
  background-size: 1.125rem 0.8125rem;
  background-position: 0rem 0.27rem; }

.c-vitrine-property__sub {
  display: flex;
  justify-content: flext-start;
  align-items: center;
  padding: 0.6rem 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  margin-top: auto; }

.c-vitrine-property__sub__price {
  font-size: 1.375vw;
  color: #000000; }

.c-vitrine-property__sub__peb {
  width: 60px;
  margin-left: auto; }

.c-vitrine-property__tag {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg) translate(29%, -25%);
  padding: 0.6rem 0rem;
  width: 11rem;
  text-align: center;
  font-size: 0.9vw;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #e85d1e;
  color: white; }

.c-vitrine-property__tag--rent {
  background-color: #000000; }

.c-vitrine__alert-message {
  display: none;
  background: #e85d1e;
  color: white;
  font-size: 1.1rem;
  font-weight: 600; }

.c-vitrine__alert-message__content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.4rem 3rem;
  text-align: center; }

.js-appears {
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 1s ease-out, transform .3s ease-out; }
  .js-appears.is-visible {
    opacity: 1;
    transform: translateY(0); }

/*# sourceMappingURL=application.css.map */
