body {
  margin: 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
.filter-label {
  font-size: 1rem;
}
.filters-group {
    padding-right: 15px;
}
.btn-group label.btn-immo-purple-red:hover {
  background-color: #e42c33;
  color: #ffffff;
}
.filters-group input {
  clip: rect(0,0,0,0);
  position:absolute;
}
.logoredimmo {
  max-width:147px;
}
.searchbox {
  margin-top: 40px;
  margin-bottom: 15px;
}
.navbarredimmo {
  border-bottom: 8px solid #7bcabf;
  padding-bottom: 30px;
}
.redimmored {
  color: #e42930;
  font-size: 3.2rem;
  font-weight: bolder;
}
.marketingheading {
  color: #672039;
  font-weight: bolder;
  padding-top: 43px;
  padding-bottom: 10px;
}
.marketingsubheading {
  padding-bottom: 10px;
}
a {
  color: #672039;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a.nav-language {
  font-weight: 600;
  text-decoration: none;
}
a:hover.nav-language {
  font-weight: bolder;
  text-decoration: none;
  color: #e42930;
}
a:hover {
  color: #e42930;
  text-decoration: underline;
}
a.active {
  color: #e42930;
}
.bg-light {
  background-color: #ffffff !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}
.search {
  position: relative;
  color: #aaa;
  font-size: 12px;
}

.search input {
  width: 190px;
  height: 20px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 0px;
}

.search input { text-indent: 32px;}
.search .fa-search {
  position: absolute;
  top: 4px;
  left: 10px;
  color: #e42930;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 3rem;
    padding-right: 0rem;
}

.navbar-expand-lg .fr .navbar-nav .nav-link {
  padding-left: 2.4rem;
  padding-right: 0rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #68203a;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #e62832;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #e62832;
}

#firstlider:after, #secondslider:after, #thirdslider:after {
  background: url(../images/background_slider.png) bottom center no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.card {
  border: 0px;
  border-radius: 0px;
}
.card-img-top {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 180px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  display: block;
  z-index: 1;
}
.titlecontact {
  color: #e42c33;
  font-weight: bold;
}
.red {
  color: #e42c33;
}
.bckgred {
  background-color: #e42c33;
}
.bckgredarrow {
  display: block;
  position: relative;
  overflow: hidden;
}
.bckgredarrow::after {
  background: url(../images/background_properties_red.png) bottom center no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.bckgredarrow img {
  transition: transform .25s;
}
.bckgredarrow:hover img {
  transform: scale(1.2);
}
.bckgpurplearrow {
  display: block;
  position: relative;
  overflow: hidden;
}
.quotecarousel {
  color: #671f38;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 5px;
}
.signaturecarousel {
  color: #e42c33;
  padding-bottom: 5px;
}
.bckgpurple {
  background-color: #671f38;
}
.bckgpurplearrow::after {
  background: url(../images/background_properties_purple.png) bottom center no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.bckgpurplearrow img {
  transition: transform .25s;
}
.bckgpurplearrow:hover img {
  transform: scale(1.2);
}
.portfolio-item {
  margin-top: 40px;
}
.card-title {
  margin-bottom: 0rem;
}

a.card-link:not([href]) {
  color: #ffffff;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
a.card-link:hover:not([href]) {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.card-body {
  padding: 0.7rem;
}
.buttonrow {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.btn-immo-red {
   /*padding: 0.2rem 1rem;*/
   border-radius: 30px;
   color: #e42c33;
   border: 3px solid #e42c33;
   background-color: transparent;
  margin-bottom: 10px;
 }
.btn-immo-fullred {
  padding: 0.2rem 1rem;
  border-radius: 30px;
  color: #ffffff;
  border: 3px solid #e42c33;
  background-color: #e42c33;
  margin-bottom: 10px;
  font-weight: bold;
}
.btn-immo-purple {
  padding: 0.2rem 1rem;
  border-radius: 30px;
  color: #671f38;
  border: 3px solid #671f38;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.btn-immo-purple-red {
  padding: 0.2rem 1rem;
  border-radius: 30px;
  color: #671f38;
  border: 3px solid #e42c33;
  background-color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
}

.cc-window.cc-banner {
  padding: 0.5rem 1.8rem;
}

.cc-btn {
  padding: 0.2rem 1rem;
  border-radius: 30px;
  border: 3px solid #e42c33;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1rem;
  text-transform: none;
}

.cc-btn:first-child:focus,
.cc-btn:first-child:hover {
  text-decoration: none;
  background-color: #e42c33 !important;
  color: #ffffff !important;
}

.cc-message {
  font-size: 1rem;
  padding-left: 20%;
}

.carousel-caption {
  transform: translateY(-50%);
  text-align: center;
  bottom: initial;
  left: 10%;
  right: 10%;
  top: 55%;
}
.carousel-indicators li {
  border-radius:30px;
  width:10px;
  height:10px;
  background:#fff;
}

.carousel-indicators .active {
  background-color: #e42c33;
}
.footer {
  border-top: 8px solid #7bcabf;
  padding-top: 45px;
  padding-bottom: 35px;
  color: #671f38;
  font-size: 0.7rem;
}
.footer .logoredimmo {
  max-width: 70px;
}
footer a:hover {
	text-decoration: none;
}

.leadingtext {
  font-weight: bold;
  color: #e42c33;
}
.textjuridique {
  font-size: 1rem;
  color: #671f38;
}
.textjuridique ul {
  list-style-type: none;
}

.textjuridique ul li {
  padding-left: 0.8em;
}

.textjuridique ul li:before {
  position: absolute;
  left: 2.2em;
  content: ">";
}
.leadingtextjuridique {
  margin-top: 20px;
  font-weight: bold;
  color: #671f38;
}
.leadingtextpurple {
  margin-top: 60px;
  font-weight: bold;
  color: #671f38;
  padding-bottom: 10px;
}

.subleadingtextpurple {
  font-weight: bold;
  color: #671f38;
  padding-bottom: 10px;
}

.grecaptcha-badge {
  bottom:94px !important;
  opacity: 0;
}

.subleadingtextbold-iconsbar {
  font-weight: bold;
  color: #671f38;
  margin-bottom: 30px;
}

.subleadingtextbold {
  font-weight: bold;
  color: #671f38;
}
.subleadingtext {
  color: #671f38;
}

.b-top-purple {
  border-top: 2px solid #8e9293;
  margin-top: 20px;
  padding-top: 20px;
}

.about-header {
  margin-top: 60px;

}
.about-header-illustration-right {
  padding-left: 30px;
  text-align: left;
  padding-bottom: 30px;
}
.about-header-illustration-left {
  padding-right: 30px;
  text-align: right;
}
.abouttext {
  margin-bottom: 60px;
}
.bckgmethodologie {
  background: url(../images/about/bckmethodologie.jpg) bottom center no-repeat;
}
.networkrow {
  background-color: #fafafa;
  padding-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

h5.subleadingtext  {
  font-size: 1.20rem;
  line-height: 1.5;
}
.teamtext {
  padding-top: 20px;
  padding-bottom: 20px;
}
.aboutfirstcolumn {
  padding-left: 120px;
}
.contacttext span {
  color: #671f38;
}
.networcatch span {
  color: #f80033;
  font-size: 20px;
}
.methodologie {
  max-width: 566px;
}
.iconsbar {
   padding-top: 40px;
   padding-bottom: 40px;
   border-bottom: 8px solid #7bcabf;
   margin-bottom: 40px;
 }
.carouselabout {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-team {
  background-color: #edefee;
  margin-right: 0px;
  margin-left: 0px;
}
.teamrow {
  margin-bottom: 90px;
}
.detail-property {
  background-color: #edefee;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}

a.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background: url(../images/back_to_top.png) no-repeat center 43%;
  border: 0px;
}
a:hover.back-to-top {
  background: url(../images/back_to_top.png) no-repeat center 43%;
  border: 0px;
}
.propertyicon {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 3;
}
.carousel-control-prev-icon {
  background-image: url("../images/icon_prev.png");
  width: 14px;
  height: 27px;
}
.carousel-control-next-icon {
  background-image: url("../images/icon_next.png");
  width: 14px;
  height: 27px;
}
.slide .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.slide .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
  padding: 10px;
}
.slide .carousel-item .img-fluid {
	margin-left: auto;
	margin-right: auto;
}
.slide .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}
.slide .carousel-indicators li.active img {
  opacity: 1;
}
.slide .carousel-indicators li:hover img {
  opacity: 0.75;
}
.slide .carousel-control-prev, .carousel-control-next {
  top: 47%;
  bottom: 75%;
  z-index: 5;
  display: inline-block;
}

.successfull {
  margin-top: 2.5rem;
}

.titleproperties {
  color: #671f38;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #8e9293;
  font-size: 1rem;
  font-weight: 900;
}
.bannerrow {
  margin: 0px;
}

.no-wrap {
  white-space: nowrap;
}

.bannerrow img {
  max-height: 100%;
  height: 100%;
  width: 100%;
}
label {
  color: #671f38;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  line-height: 0.9;
  color: #671f38;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #e42930;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0rem;
}

.select2-container--default .select2-selection--multiple {
  background-color:white;
  border: 2px solid #e42930 !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0rem !important;
  min-height: 27px !important;
  height: 27px !important;
  padding: 0rem 0.75rem !important;
  line-height: 0.9 !important;
  cursor:text
}

.control-label-checkbox {
  display: inline;
  vertical-align: top;
  padding-left: 7px;
  margin-top: 3px;
}

input[type="checkbox"] {
  height: 1.55rem;
  width: 1.55rem;
  -webkit-appearance: none;
  background: #fcfcfc;
  padding: 0.46428571em;
  border-radius: 6px;
  border: 2px solid #e42930;
}

input[type=checkbox]:checked {
  background-color: #e42930;
  opacity: 85%;
}

.carouselproperties{
  position: relative;
  display: block;
}
.carouselproperties .slider .content img{
  width: auto;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
}
.carouselproperties .slider-controls a{
  position: absolute;
  top: 45%;
  z-index: 100;
  color: #e42930;
}
.carouselproperties .slider-controls a.slider-left{
  left: 5px;
}
.carouselproperties .slider-controls a.slider-right{
  right: 5px;
}
.thumbnail-slider-container{
  margin-top: 5px;
}
.thumbnail-slider .content{
  padding:5px;
}

.thumbnail-slider .owl-item.active.center {
    border: 1px solid #e42930;
}

.thumbnail-slider .content img{
  width: auto;
  max-height: 105px;
  margin-left: auto;
  margin-right: auto;
}

.visible-print {
  display: none !important; }

@include media-breakpoint-up(sm) {
  h5, .h5 {
    font-size: 0.6rem;
  }
}

@media all {
  .page-break	{ display: none; }
}

@media print {
  .row { display: block; }
  .page-break	{ display: block; page-break-after: always; }
  .visible-print {
    display: block !important; }
}
