/* w=1440
Primary green #28B098
Black text #2B2B2B
footer 1 #159289
footer 2 #095C50
menu #209289
*/
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%;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  padding: 0;
  overflow-x: hidden;
  max-width: 1440px;
  /* Ensures the content doesn't exceed 1440px */
  margin: 0 auto;
  /* Centers the content horizontally */
  width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body>div.lock-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .5;
  display: none;
  z-index: 9;
  /* position: absolute; */
  position: fixed;
  /* position must be fixed, because if not, overlay stays on top when scrolling */
  max-width: 1440px;
}

body.locked {
  overflow: hidden;
}

body.locked>div.lock-overlay {
  display: block;
}

.container {
  width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 95%;
}

h1 {
  font-size: 62px;
  font-weight: 600;
  line-height: 70px;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}

h4 {
  font-size: 12px;
  font-weight: 600;
}

h3.block-title {
  font-size: 62px;
  text-align: center;
  margin-bottom: 56px;
  line-height: normal;
}

p.exergue-gras {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.5px;
}

p.exergue {
  font-size: 24px;
  font-weight: 300;
  line-height: 28.5px;
}

p.courant-gras {
  font-size: 16px;
  line-height: 23.5px;
}

/*.btn.btn-primary {
  color: #fff;
  background-color: #E92C61;
  width: 180px;
  display: block;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  transition: all .3s ease;
  font-size: 18px;
  text-transform: uppercase;
}*/

/*.btn.btn-secondary {
  color: #E92C61;
  background-color: transparent;
  width: 180px;
  border: 1px solid #e92c61;
  display: block;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  transition: all .3s ease;
  font-size: 18px;
  text-transform: uppercase;
}*/

.block-center {
  margin: 0 auto;
}

.btn-grey:hover {
  background-color: #939799;
  color: white;
}

.cookies-actions a.cookie-link:hover {
  color: #E92C61;
}

.btn.btn-secondary:hover {
  color: white;
  background-color: #E92C61;

  svg {
    path {
      fill: white;
    }
  }
}

/*.btn.btn-primary:hover {
  background-color: #980B3B;
}*/

.bg-grey {
  background: #F5F3F2;
  padding: 35px 0;
}

.container-sm {
  width: 700px;
  margin: 0 auto;
  max-width: 90%;
}

.container-md {
  width: 950px;
  margin: 0 auto;
  max-width: 90%;
}

.container-md-plus {
  width: 1080px;
  margin: 0 auto;
  max-width: 95%;
}

.container-sm-plus {
  width: 830px;
  margin: 0 auto;
  max-width: 90%;
}

.container-lg {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.container-md-plus-fixed {
  width: 85%;
  margin: 0 auto;
}

.separator {
  width: 97.5%;
  background-color: #B0AAA2;
}

.transition-animate {
  transition: all .25s ease;
}

/* Buttons */
.contained-button {
  padding: 12px 20px;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  text-align: center;
  border: none;
}

.no-uppercase {
  text-transform: none;

}

.contained-button.primary {
  height: 50px;
  background-color: #E92C61;
  border-color: #E92C61;
  font-size: 18px;
  line-height: 21.6px;
}


.contained-button.secondary {
  height: 36px;
  padding: 6px 21px;
  background-color: #159289;
  border: 1px solid #159289;
  font-size: 16px;
  line-height: 23.5px;
}

.contained-button.secondary svg {
  margin-right: 15px;
  margin-bottom: 2px;
}



.contained-button.tertiary {
  height: 36px;
  padding: 6px 21px;
  background-color: #1BB098;
  border: 1px solid #1BB098;
  font-size: 16px;
  line-height: 23.5px;
}

.contained-button.tertiary svg {
  margin-right: 15px;
  margin-bottom: 2px;
}


.outlined-button {
  height: 50px;
  display: inline-flex;
  padding: 18px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
}

.outlined-button.primary {
  height: 50px;
  color: #EB275F;
  border: 1px solid #EB275F;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.outlined-button.secondary {
  height: 36px;
  padding: 6px 21px;
  color: #159289;
  border: 1px solid #159289;
  font-size: 16px;
  line-height: 23.5px;
}

.outlined-button.info {
  color: #939799;
  border: 1px solid #939799;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.account-page {
  display: flex;
  margin: 20px 0 0 20px;
  min-height: 70vh;
}

.sidebar-panel {
  width: 25%;
  padding: 20px;
  border-right: 1px solid #B0AAA2;
}

.sidebar-panel h2 {
  color: #2B2B2B;
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 38px;
}

.sidebar-menu {
  border-top: 1px solid #B0AAA2;
  padding: 0;
  padding-top: 38px;
}

.sidebar-menu li {
  line-height: 50px;
}

.sidebar-menu a {
  color: #2B2B2B;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
}

.sidebar-menu a.active {
  font-weight: 600;
}

.account-page .content {
  flex: 1;
  padding: 20px 80px;
}

.content h1 {
  color: #2B2B2B;
  font-size: 62px;
  font-style: normal;
  line-height: 70px;
  margin-bottom: 50px;
}


main.content {
  margin-bottom: 50px;
}

.info-text {
  color: #2B2B2B;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.correction-note {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 23.5px;
}

.form-footer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.content-fluid {
  margin-right: -80px;
  margin-left: -80px;
}

.bg-formu {
  background-color: #f9f7f5;
}

span.detail-section {
  color: #980B3B;
  font-size: 16px;
  font-style: normal;
}

label {
  color: #939799;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
}

hr {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.title-background-container {
  height: 500px;
  background-color: rgba(0, 0, 0, .25);
  text-align: center;
  position: relative;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  border-radius: 4px;
}

.title-background-container h1 {
  font-size: 62px;
  color: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/* Reusable block */
div.residence-featured-block {
  font-size: 0;
  text-align: center;
}

div.residence-featured-item {
  width: calc(50% - 41px);
  /* Half minus 2x padding minus border left*/
  padding: 0 40px 5px;
  border-left: 1px solid #B0AAA2;
  display: inline-block;
}

div.residence-featured-item img {
  margin-bottom: 20px;
  max-width: 100%;
}

div.residence-featured-item:first-child {
  border-left: 0;
  padding-left: 0;
}

div.residence-featured-item:last-child {
  padding-right: 0;
}

div.residence-featured-item a {
  color: #980b3b;
  padding-left: 25px;
  position: relative;
  display: block;
  font-size: 24px;
  text-align: left;
}

div.residence-featured-item a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url("../img/arrow-right-color.svg");
  width: 18px;
  height: 19px;
}

div.residence-featured-item a:hover,
div.residence-featured-item a:focus {
  transform: translateX(10px);
}

.text-center {
  text-align: center;
}

.menu {
  font-size: 62px;
  font-weight: 600;
  line-height: 70px;
}

.sous-menu {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

.sous-menu-2 {
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}

.menu-forms {
  background-color: #F5F3F2;
  padding: 20px 0;
}

.content-block-forms {
  background-color: #ffffff;
  width: 100%;
}


.data-note {
  max-width: 848px;
  color: #939799;
}

.special-note {
  color: #980B3B;
  text-decoration: underline;
}

.special-input {
  color: #939799;

}

.bordered-page-top {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.bordered-page-top:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% + 10px);
  background-color: #D7D2CB;
}

.badge {
  border: 1px solid #105C50;
  border-radius: 30px;
  padding: 3px 13px;
  text-align: center;
}

.badge.badge-success {
  border-color: #105C50;
  color: #105C50;
}

.btn-grey {
  color: #939799;
  background-color: transparent;
  width: 180px;
  border: 1px solid #939799;
  display: block;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  transition: all .3s ease;
  font-size: 18px;
  text-transform: uppercase;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a#all-residences-button {
  max-width: 184px;
  font-size: 15px;
}


.alert-saving {
  position: relative;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
}

.menu-icon {
  position: absolute;
  top: 17px;
  right: 11px;
  cursor: pointer;
  font-size: 20px;
  color: black;
  transition: color 0.2s;
  width: 20px;
}

.menu-icon:hover {
  color: black;
}

div#alert-saving-menu {
  display: none;
  position: absolute;
  top: 30px;
  right: 18px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 150px;
  background-color: white;
  z-index: 1;
}

div#alert-saving-menu.active {
  display: block;
  max-width: 145px;
  top: 39px;
  right: 24px;
  padding: 16px;
  font-stretch: semi-condensed;

  button {

    font-size: 16px;

  }

}

div#alert-saving-menu button {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}

div#alert-saving-menu button:hover {
  background: #f0f0f0;
}

div#alert-saving-menu button svg {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.afficher-carte-sticky {
  position: fixed !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.filter-ads-block-sticky {
  position: fixed !important;
  top: 90px;
  background-color: white;
  z-index: 1000;
  width: 100%;
  max-width: 1438px;
  top: 0;
  border-bottom: #D7D2CC solid 1px;
  transform: translateX(-57px);

  h3.demi-condensed {
    margin-left: 68px;
  }
}

.resp-filter-ads-block-sticky {
  position: fixed !important;
  top: 90px;
  background-color: white;
  z-index: 1000;
  width: 100%;
  top: 0;
  border-bottom: #D7D2CC solid 1px;
}


input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  filter: invert(8%) sepia(99%) saturate(6109%) hue-rotate(334deg) brightness(77%) contrast(92%)
}

div.featured-price-left-margin {
  margin-left: 10px;
  margin-right: 14px;

  .featured-favorite {
    color: white;
  }


}


div.white-background {
  div.featured-item {
    div.featured-price {

      span.featured-favorite {
        color: white;
      }

      span.featured-favorite:hover,
      .featured-price span.featured-favorite.active {
        color: #E92C61;
      }
    }


  }
}

span.documents-obligatoires {
  color: var(--Texte, #2B2B2B);
  font-family: Heebo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  span{
    color: red;
    margin-right: 7px;
  }
}


span.featured-favorite:hover, .featured-price span.featured-favorite.active {
  color: #E92C61;
  svg{
    path{
      stroke:#E92C61;
    }
  }
}

