/* **************** */
/* General override */
/* **************** */

@import url('bootstrapLigth.css');

body {
    font-family: "Roboto","Oxygen","Ubuntu","Cantarell","Fira section-partnersans","Droid Sans","Helvetica Neue","Helvetica","Arial","sans-serif" !important;
}

.link-tile a {
    color: #4a4a4a !important;
}

.link-tile a:hover { 
    color: #193d8b !important;
}

footer a {
    color: white !important;
}

footer a:hover, footer ul a:hover {
    color: #abc8e2 !important;
}

.is-primary {
    background-color: #193d8b !important;
}

.is-primary-dark {
    background-color: #183152 !important;
}

.is-secondary {
    background-color: #f48f09 !important;
}

.has-text-primary-custom {
    color: #193d8b !important;
}

.has-text-primary-dark {
    color: #183152 !important;
}

.has-text-secondary {
    color: #f48f09 !important;
}

.has-text-red {
    color: #d34836 !important;
}

.has-text-grey {
    /*color : #4a4a4a !important;*/
    color: #363636 !important;
}

.is-super-light {
    background-color: #f5f5f5 !important;
}

.is-light {
    background-color: #fafafa !important;
}

.is-light-transparent {
    background-color: rgba(255,255,255, 0.7);
}

.button:not(#appButton) {
    padding: 1.25rem 2rem !important;
    border: none !important;
    border-radius: 0px !important;
}

ul {
    list-style: none !important;
    margin-left: 0 !important
}

.navbar-item img {
    max-height: 4rem !important;
}

.select select {
    border-radius: 0px !important;
}

.google-plus-color {
    background-color: #d34836 !important;
}

.twitter-color {
    background-color: #00aced !important;
}

.facebook-color {
    background-color: #3b5998 !important;
}

.pmi-green-color {
    background-color: #0BA115 !important; 
}

.navbar-burger:hover {
    background-color: rgba(0,0,0,.0) !important;
}

/* ************* */
/* Added helpers */
/* ************* */

.is-extra-large {
    font-size: 4rem;
}

.padding-top-bottom-1 {
    padding: 1rem 0rem;
}

.padding-top-1 {
    padding-top: 1rem;
}

.padding-top-3 {
    padding-top: 3rem;
}

.has-text-large {
    font-size: 3rem;
}

.has-text-medium {
    font-size: 2rem;
}

.separator {
    padding: 0 !important;
}

.toggle-content {
	display: none;
	height: 0;
	overflow: hidden;
	transition: height 350ms ease-in-out;
}

.toggle-content.is-visible {
	display: block;
	height: auto;
}

/* ********** */
/* custom css */
/* ********** */

/****************************/
/*----IMMO HERO SECTION----*/
/**************************/

.is-immo-hero {
    background: 
        linear-gradient(
            rgba(25, 61, 139, 0.6),
            rgba(25, 61, 139, 0.6)
        ),
         url("../images/liege.jpg");
}

.is-immo-hero .select {
    width: 150px;
}

.is-immo-hero .select select {
    width: 150px;
}

.is-immo-hero .button {
    width: 150px;
}

.is-immo-hero .is-ancestor {
    display: inline-block !important;
    zoom: 1;
}

.is-immo-hero .is-child {
    padding: 0.25rem !important;
}

/*******************************/
/*----IMMO DETAILS SECTION----*/
/*****************************/

.immo-details-title .container {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    align-items: center;
}

.immo-details-content {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 240px) and (max-width: 768px) {
    .immo-details-content .text-mobile {
        margin: 0 2rem;
    }
}

@media (min-width: 768px) {
    .immo-details-content .text-mobile {
        margin: 0;
    }
}

.immo-details-content .box {
    border-radius: 0;
}

.immo-details-content .left-side .is-child:not(:last-child) {
    padding-bottom: 1.5rem;
    border-bottom: solid #e7e7e7 1px;
}

.immo-details-content .left-side .is-child h3 {
    margin-bottom: 1.5rem;
}

.immo-details-content .box-details {
    padding: 0 !important;
}

.featured-item {
    position: relative;
}

.goBack-btn, .goForward-btn {
    position: absolute;
    top: calc(50% - 11px);
    background: transparent;
    color: #eeeeee;
    font-size: 1.5rem;
    border: solid #eeeeee 2px;
}

.goBack-btn {
    left: 1.5rem;
}

.goForward-btn {
    right: 1.5rem;
}

a.fill-div:hover {
    color: #cccccc;
}

.container-box {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
}

.label-to-sale {
    padding: 0.25rem 1rem;
}

.box-details .card-header {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-details .card-header p {
    padding-top: 0.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.box-details .amenities {
    margin-top: 1rem;
}

.box-details .amenities [class*='col-'] {
    margin-top: 1rem;
    background-color: #fff;
}

/*.box-details .amenities [class*='col-']:nth-child(2) {
    border-left: solid rgb(223, 223, 223) 1px;
    border-right: solid rgb(223, 223, 223) 1px;
}*/

@media (max-width: 575px) {
    .box-details .amenities [class*='col-']:nth-child(2) {
        border: none !important;
    }    
}

.box-details .highlights {
    font-size: 0.8rem;
    margin-top: 1rem;
    margin-bottom: 2rem !important;
}

.social-buttons .button {
    width: 100px;
    font-size: 0.75rem;
}

.house-main p {
    margin: 1rem 0;
}

.toggle-more-criteria {
    cursor: pointer;
}

#moreCriteria {
    display: none;
}

/**************************/
/*----RESULTS SECTION----*/
/************************/

.results .is-horizontal {
    display: flex;
    align-items: center;
}

.results .card {
  cursor: pointer;
  height: 100%;

  display: flex;
  flex-direction: column;
}

@media (min-width: 240px) and (max-width: 768px) {
    .results .columns {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
    }
}

@media (min-width: 768px) {
    .results .columns {
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 1rem;
    }
}

.results .is-multiline {
    padding-bottom: 3rem;
}

.results-filter {
    display: flex !important;
    justify-content: flex-end;
}

.results-filter .field {
    padding-left: 0.5rem;
}

.results .card {
    background-color: #F1F3F6;
}

.results .city {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.5rem;
  text-align: left;
  /*margin: 0.63rem 1.44rem 0 0;*/
    margin: 0.63rem 0 0 0;

  font-size: 0.9rem !important;
}

/*@media (max-width: 1300px) { 
    .result {
      width: 33.3333% !important
    }
}

@media (max-width: 1300px) { 
    .result {
      width: 33.3333% !important
    }
}*/


.triangle-1 {
    width: 0;
	height: 0;
	border-bottom: 2.6rem solid #f48f09;
    border-left: 20px solid transparent;
    margin-left: auto;
    margin-right: 0;


    display: none;
}

.results .card-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

.result a {
  display: block;
  height: 100%;
}



.house-price {
    padding: 0.7rem;
    display: inline-table;
    margin-right: 0;

    height: 40px;

    margin-left: auto;
    white-space: nowrap;

    position : relative;
}

.house-price:before {
  content:"";

  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  
  display: block;
  width: 20px;
  height: 100%;

  border-bottom: 2.5rem solid #f48f09;
    border-left: 20px solid transparent;
    margin-left: auto;
    margin-right: 0;


}

.results .card-content {
    padding: 0.25rem 1.5rem 0.25rem 1.5rem;
}

.results .card .content {    
    padding: 1rem 0rem;
}

.results .card-footer {
    border-top: none;
    padding: 0.5rem 1.5rem;
    border-top: #f48f09 solid 2px;
    margin-top: auto;
}

.results .icon-label {
    text-align: center;
    line-height: 1.5rem;
    padding-right: 0.25rem;
}

.peb-icon {
    width: 3rem;
}

/*************************/
/*----NAVBAR SECTION----*/
/***********************/

.first-navbar {
    min-height: 1rem !important;
    height: 2.75rem !important;
}

.second-navbar {
    min-height: 6rem !important;
}

.first-navbar .button {
    min-width: 15rem;
    height: 100% !important;
}
@media (min-width: 1024px) and (max-width: 1290px) {
   .first-navbar .button {
    min-width: 1px !important;
   }

   .navbar-item {
       font-size: 0.7rem !important;
   }
}

.second-navbar .button {
    margin-right: 1rem;
}

.second-navbar .navbar-end {
    align-items: center;
}

.second-navbar .navbar-item {
    padding: 0 2rem !important;  
}
@media (min-width: 1024px) and (max-width: 1290px) {
  .second-navbar .navbar-item {
   padding: 0 1rem !important;
  }
}

@media (min-width: 1024px) and (max-width: 1290px) {
  .navbar-item {
    padding: 0.5rem 0.6rem !important;
  }
}


/*.second-navbar .is-hidden-desktop .columns {
    margin-top: 1rem;
}*/

.second-navbar .is-hidden-desktop .column-item {
    border-bottom: #cccccc 1px solid;
    color : #183152 !important;
}

.second-navbar .is-hidden-desktop .column-item.active {
    color : #f48f09 !important;
}

.second-navbar .is-hidden-desktop .main-nav .navbar-item:last-child {
    border-bottom: none;
    margin-bottom: 0px !important;
}

.second-navbar .is-hidden-desktop .main-nav {
    border-top: #183152 1px solid;
    border-bottom: #183152 1px solid;
}

.second-navbar .is-hidden-desktop .navbar-item {
    padding: 0.75rem 2rem !important;
}

.second-navbar .is-hidden-desktop .navbar-item:last-child {
    margin-bottom: 0rem;

}

.second-navbar .is-hidden-desktop .secondary-menu {
    border-bottom: #d1d1d1 solid 1px;
}

@media (min-width: 240px) and (max-width: 1023px) {
    .second-navbar .navbar-brand {
        margin-top: 1rem;
       
    }

    .second-navbar .navbar-brand .navbar-item {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

/****************************/
/*----HERO HOME SECTION----*/
/**************************/

.hero-body h1 {
    padding-bottom: 1rem;
}

.hero-footer-custom .column {
    z-index: 1;
}

.hero-footer-custom .icon {
    font-size: 3rem
}

.hero-footer-custom .column {
    padding: 3rem !important;
}

.hero-footer-first {
    background-color: #193d8b;
}

.hero-footer-second {
    background-color: #3256a3;
}

.hero-footer-third {
    background-color: #486bb6;
}

.hero-footer-fourth {
    background-color: #5d80ca;
}

.title-hero-footer {
    padding: 1rem 0rem;
}

.hero-footer-custom .column {
    position: relative;
}

.circle-footer-hero {
	border-radius: 50%;
	width: 2rem;
	height: 2rem; 
    background-color: #ffffff;
    
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}

.circle-footer-hero-1 {
    border: #193d8b solid 0.5rem;
}

.circle-footer-hero-2 {
    border: #3256a3 solid 0.5rem;
}

.circle-footer-hero-3 {
    border: #486bb6 solid 0.5rem;
}

.circle-footer-hero-4 {
    border: #5d80ca solid 0.5rem;
}

.active-circle  {
    background-color: #f48f09;
}

.hero-cta {
    background-color: unset !important;
    border: 2px solid #193d8b !important;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: white;
}

/***************************/
/*----PARTNERS SECTION----*/
/*************************/

.section-partners {
    padding: 0;
}

.section-partners figure {
    margin: 0 2rem;
    max-height: 6rem;
    filter: grayscale(100%);
}

/**************************/
/*----REASONS SECTION----*/
/************************/

.section-reasons {
    padding: 1rem !important;
}

@media (min-width: 240px) and (max-width: 768px) {
    .section-reasons .is-child{
        padding: 1.5rem !important;
    }
}

@media (min-width: 768px) {
    .section-reasons .is-child{
        padding: 1.5rem !important;
    }
}
@media (min-width: 1000px) {
    .section-reasons .is-child{
        padding: 1.5rem !important;
    }
}
@media (min-width: 1200px) {
    .section-reasons .is-child{
        padding: 7rem !important;
    }
}


@media (min-width: 240px) and (max-width: 768px) {
    .tile.is-child.section-reasons-right-tile{
      padding: 1.5rem 0 !important;
    }
}

.section-reasons-right-tile li {
    margin-bottom: 2rem;
}

.section-reasons-left-tile h1 {
    position: relative;
    padding-bottom: 1rem;
}

.section-reasons-left-tile h1::after {
    content: "";
    width: 3rem;;
    height: 4px;
    background-color: #f48f09;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-reasons-left-tile .columns {
    padding-top: 2rem;
}

.section-reasons-left-tile .reasons-text {
    margin-top: 0.2rem;
}

/******************************/
/*----HELP NEEDED SECTION----*/
/****************************/

.help-needed {
    background-color: #183152;
}

/*.help-needed .button {
    margin: 2rem 3rem;
}

@media (min-width: 240px) and (max-width: 768px) {
    .help-needed .button {
        margin: 0.33rem 0rem;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .help-needed .button {
        margin-top: 2rem; 
    }
}*/

.help-needed .icon {
    position: absolute;
    left: 0;
    height: 2.5rem !important;
    width: 2.5rem !important;
    background-color: orange;
    color: white;
}

/*.help-needed .button span:last-child {
    margin-left: 1.5rem;
}*/

/*************************/
/*----FOOTER SECTION----*/
/***********************/

.primary-footer {
    background-color: #193d8b !important;
    background: url('/themes/custom/pmi_theme/images/logo/Filigran.png') no-repeat;
}

.primary-footer p {
    font-size: 0.75rem;;
}

.primary-footer h6 {
    color: #abc8e2 !important;
    font-weight: 700 !important;
}

.primary-footer .button {
    font-weight: 700 !important;
}

.secondary-footer {
    background-color: #ffffff !important;
}

.secondary-footer h2
{
  font-size: 2rem !important;
  color: #a0a0a0;
}

@media (max-width: 768px) {
  .secondary-footer h2 {
    font-size: 1.5rem !important;    
  }
}

.secondary-footer p {
    font-size: 0.75rem;
    color: a0a0a0 !important;
}

.footer ul ul li{
    font-size: 0.75rem !important;
}

.footer ul {
    font-size: 0.75rem;
}

.footer ul li {
    margin-bottom: 0.3rem;
}

.footer ul a {
    color: #ffffff !important;
}

.footer ul li:not(:last-child) {
    border-bottom: solid #f48f09 1px;
}

/****************************/
/*----SIMULATOR SECTION----*/
/**************************/

@media (min-width: 240px) and (max-width: 768px) {
    .section-simulator {
        padding: 0 1.5rem;
        background-color: #fafafa;
    }
}

@media (min-width: 768px) {
    .section-simulator {
        padding: 5rem;
        background-color: #fafafa;
    }
}

/************************/
/*----MISCELLEANOUS----*/
/**********************/

.map {
    height: 400px;
    width: 100%;
}

.little-section {
    padding: 3rem 7rem !important;
}

ul ul {
    margin-left: 2rem !important;
}

/*******************/
/*----CAROUSEL----*/
/*****************/

.carousel-nav-right {
    border: solid #fafafa 2px !important;
    background-color: unset !important;
    color: #fafafa !important;
    right: 2rem !important;
}

.carousel-nav-left {
    border: solid #fafafa 2px !important;
    background-color: unset !important;
    color: #fafafa !important;
    left: 2rem !important;
}

.carousel-container .carousel-nav-left, .carousel-container .carousel-nav-right {
    top: calc(35% - 11px) !important;
}

.carousel-text {
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 1;
    width: 390px;
}

.carousel-text h1 {
    font-size: 1.2rem;
}

/**************************/
/*----LOOPING GALLERY----*/
/************************/

.featured-item-gallery-house {
    position: relative;
    height: 500px;
    width: auto !important;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
}

.gallery-wrapper-house {
	position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.gallery-house {
	position: relative;
    white-space: nowrap;
    font-size: 0;
}

.gallery-item-house {
    max-height: 150px;
    opacity: 0.5;
}

.gallery-item-house.active {
    opacity: 1;
}

.transition {
    position: relative;
	transition: all 350ms ease-in-out;
}

.r-3-2 {
	width: 100%;
}

.r-3-2-simple {
    width: 100%;
    padding-bottom: 45%;
}

.image-holder-partners {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.partners-gallery-wrapper {
	position: relative;
	overflow: hidden;
}

.partners-gallery {
	position: relative;
	white-space: nowrap;
	font-size: 0;
}

.partners-gallery-item {
	position: relative;
	white-space: nowrap;
	font-size: 0;
}

.item-wrapper-partners {
    margin: 1rem 1.5rem;
}

@media (min-width: 240px) and (max-width: 700px) {
    .item-wrapper-partners {
        cursor: pointer;
        width: 60%;
        display: inline-block;
        background-color: white;
    }
}
@media (min-width: 700px) and (max-width: 1024px) {
    .item-wrapper-partners {
        cursor: pointer;
        width: 45%;
        display: inline-block;
        background-color: white;
    }
}
@media (min-width: 1024px) {
    .item-wrapper-partners {
        cursor: pointer;
        width: 23%;
        display: inline-block;
        background-color: white;
    }
}

/*************INTERNET EXPLORER FIX**************/
.internetExplorerFixTile {
    display: inline !important;
}

.internetExplorerFixBlock {
    display: block !important;
    overflow: hidden !important;
}

@media (min-width: 240px) and (max-width: 700px) {
    .internetExplorerFixFloat {
        float: left !important;
        width: 100% !important;
        min-height: 500px !important;
        overflow: auto;
    }
}

@media (min-width: 700px) and (max-width: 1024px) {
    .internetExplorerFixFloat {
        float: left !important;
        width: 33% !important;
        min-height: 500px !important;
        overflow: auto;
    }
}

@media (min-width: 1024px) {
    .internetExplorerFixFloat {
        float: left !important;
        width: 25% !important;
        min-height: 500px !important;
        overflow: auto;
    }
}

.internetExplorerFixFloat::after {
    content: "";
    clear: both;
    display: table;
}

/* .cardIE {
    max-height: 450px;
    overflow-y:hidden;
} */

.contact-form form, .contact-form h1 {
    max-width: 1080px;
    margin: 0px auto;
}

.contact-form form {
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-form input, .contact-form textarea {
    margin-bottom: 15px;
}

.contact-form textarea {
    height: 250px;
    resize : none;
}

.contact-form a {
    margin-top: 15px;
}

.contact-form h1 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.2rem;
}

#custom_contact_form .error {
    color: red;
}

#custom_contact_form .input-error {
    border-color: red;
}

#custom_contact_form .success {
    padding-top : 15px;
    color: #0BA115 !important;
}

.logo {
    height: 75px;
}

@media (max-width: 1023px) {
    .logo {
        width: 90px;
    }
}

.layout-contents {
    padding-top: 25px;
    padding-bottom: 25px;    
    max-width: 1115px;
    margin: 0px auto;
}

.layout-contents .columns {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 1rem;
}

.columns .icon {
    display : inline-block;
}

/*LG*/
@media (max-width: 1200px) { 
  .layout-contents .columns {
      padding-left: 4rem;
      padding-right: 4rem;
      padding-top: 1rem;
  }  
}
/*MD*/
@media (max-width: 992px) {
.layout-contents .columns {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
}   
}
/*SM*/
@media (max-width: 768px) {   
  .layout-contents .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
  }
}
/*XS */
@media (max-width: 576px) {
  layout-contents .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem; 
  }
}


.columns {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.layout-contents h1, .layout-contents h2, .layout-contents h3, .layout-contents span {
    font-weight: 700!important;
}

.layout-contents h1 {
    font-size: 2em !important;
    color: #193d8b !important;
}

.layout-contents h2 {        
    color: #183152 !important;
    font-size: 1.25em !important;
}

.layout-contents h3 {
    font-size: 1.1em !important;
}

.layout-contents li {
    margin-bottom: .25em !important; 
    padding-bottom: 15px;
}

.layout-contents article {
    padding-top: 15px;
    padding-bottom: 15px;
}

.layout-contents ol article {
    padding-top: 0px;
    padding-bottom: 0px;
}

nav.navbar.second-navbar {
    border-bottom: #f5f5f5 1px solid;
}

.readmore-content.off {
    display: none;
}

.estate-reference {
    padding-top: 0.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.125;
    background-color: #f48f09 !important;
}

.custom-columns {
    max-width: 100%;
    margin-right: 0px !important;
    margin-left: 0px!important;
}

/*@media ()*/

.navbar-end > .columns {
    max-width: 100%;
    margin: 0px;
}

/*@media (max-width: 426px) {
    .layout-contents .columns {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}*/



/* FIX MOBILES */

.only-xs {
  display: none !important;
}

@media (max-width: 1024px) {
  .first-navbar {
    height: auto !important;
  }
  .first-navbar .navbar-menu {
    display: block !important;
  }
  .first-navbar .navbar-menu .navbar-start {
    display: flex !important;
    justify-content: space-between;
  }
  .first-navbar .navbar-menu .navbar-end {
    display: none;
  }
  .first-navbar .navbar-menu {
    border-bottom: 1px solid rgba(10,10,10,0.1);
    box-shadow: none;
  }

  .second-navbar {
    min-height: 1px !important;
    padding: 1rem 0 !important;
    position: relative;
  }

  .navbar-brand {
    display: flex;
  }

  .navbar-brand > a {
    align-self: center;
  }

  .navbar-brand > a:nth-child(2) {
    margin-left: auto;
  }

  .second-navbar .navbar-menu .columns > .navbar-item {
    display: none;
  }

  .navbar-brand {
    margin-top: 0 !important;
  }

  .navbar-menu.is-active {
    position: absolute !important;
    z-index: 200;
    left: 0;
    right: 0;
    top: 100%;
  }

  .second-navbar .main-nav {
    flex-grow: 1;
    border-top: none !important;
    border-bottom: none !important;
  }
  
}

@media (max-width: 830px) {
  #mainSearchForm .tile.is-vertical {
    display: block;
    width: 100% !important;
  }
  
  #mainSearchForm .select {
    width: 100% !important;
  }

  #mainSearchForm .select select {
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  #app {
    background-color: white !important;
  }
  .only-xs {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .first-navbar {
    display: none;
  }

  .navbar-menu.is-active {
    top: 89px;
  }

  .mobile-head {
    display: flex;
    flex-direction: column;

  }

  .mobile-head > a {
    flex-grow: 1;
    margin: 0 !important;
    display: flex !important;
  }

  .avantage {
    flex-basis: 50% !important;
    flex-grow: 1 !important;
    min-width: 285px !important;
  }

  .is-immo-hero .button {
    width: 100%;
  }

  .reverse-mobile {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .results-filter { 
    justify-content: flex-start;
  }

  .results .infinite-list {
    padding: 1rem;
    display: flex;
  }

  .result {
    width: 50%;
    min-width: 270px;
  }

  .estate-reference {
    font-size: 0.8rem;
  }


}


@media (min-width: 240px) and (max-width: 768px) {
    .section-content {
        padding: 1.5rem;
    }
}

@media (min-width: 768px) {
    .section-content {
        padding: 5rem;
        font-size: 1.1rem;
    }
}

.align-center {
  align-self: center;
}

.section-content h1,
.maintitle {
  font-size: 2rem;
  color: #193d8b !important;
}

.card {
  position: relative;
  background-color: transparent !important;
}


.result .house-price {
  position: absolute !important;
  top: 0;
  right: 0;
}


@media (max-width: 450px) {
  .highlights li {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.box-main-infos h3,
.box-main-infos label {
  display: inline-block;
}



/* FIX HERO */
.hero-body {
    padding-bottom: 0 !important;;
    padding-top: 0 !important;;
    padding-left: 0 !important;;
    padding-right: 0 !important;;
}
.hero-carousel {
    position: relative !important;;
}
.carousel-item {
    /* position: relative !important; */
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.carousel-content {
    height: 575px !important;
}

.logo-add {
    height: 65px;
    align-self: center;

    
}

.logo-add img {
    max-height: 100%;
    width: auto;
}

@media (max-width: 1370px) {
    .logo-add {
        display: none;
    }
}

label a { 
    color: #f48f09;
    text-decoration: underline;
    
}

label a:hover {
    color: #c27005;
} 

/* COOKIES NOTICE */
#cookie-notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    text-align: center;
    background: rgba(25,61,139,0.8);

    display: none;
}

#cookie-notice.visible {
    display: block;
}

#cn-notice-text {
    color: white;
}

.cn-button  {
    padding: 10px 15px;
    color: white;
    background-color: #f48f09;
    margin: 0 3px;
}

.cn-button:hover {
    text-decoration: none;
    color: #e6e6e6;
}

@media (max-width: 1030px) {
    .cookie-notice-container {
        padding: 0 15px;
    }

    .cn-button  {
        display: block;
        margin: 8px 0;
    }
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

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

.carousel-text .button:not(#appButton) {
    padding: 1.25rem 0.8rem !important;
}

.credit-results-panel {
    margin-top: 3.75rem;
}

.fixed-top {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.affix {
    transition: padding 0.2s linear;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    animation: slideDown 0.35s;
    padding: 0.5rem 0 !important;
}

@media (max-width: 769px)
{
    .affix .navbar-item img {
        max-height: 2rem !important;
    }
}

.button:not(#appButton).button-cta {
    padding: 1.6rem 3rem !important;
}

.ets__icon__mobile {
    width: 60px;
}

.ets__icon__mobile > span {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ets__icon__mobile--first {
    margin-left: auto;
}




/*  BLOG  */

.blog--header {
    height: 310px;
    line-height: 310px;
    background: url("../images/blog/blog-header.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;    
}

.blog--header h1 {
    font-size: 70px;
    font-style: italic;
    color: white;
    text-transform: uppercase;
}

.blog__listing {
    display: flex;
    margin-top: 90px;
    
    margin-left: -20px;
    margin-right: -20px;
}

.blog__single {
    flex-grow: 0;
    flex-basis: 33.3333%;

    padding: 0 20px 40px;

}

.blog__single__image {
    height: 266px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size : contain;
}

.blog__img__url {
    display: none;
}

.blog__single h2 a {
    font-size: 18px;
    text-transform: uppercase;
    color: #193d8b;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog__single__description {
    font-size: 14px;
    color: #757575;
}

.blog__single__date {
    margin-top: 10px;
    font-size: 11px;
    color: #193d8b;
}

/* BLOG DETAIL */
.blog__detail__header {
    background: url("../images/blog/blog-detail-header.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-bottom: 70px;
}

.blog__detail__header > span {
    display: block;
    padding: 120px 0;
    font-size: 70px;
    font-style: italic;
    color: white;
    text-transform: uppercase;
}

.blog__detail__title h1 {
    color: #193d8b;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 30px;
}

.blog__detail__date {
    font: 19px;
    color: #193d8b;
    margin-bottom: 25px;
}

.blog__detail__description {
    text-align: justify;
}

.blog__detail__share {
    display: flex;
    flex-wrap: wrap;

    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px solid #000;
    margin-bottom: 30px;
}

.blog__detail__share__label, 
.blog__detail__share__buttons {
    display: inline-block
}

.blog__detail__share__label {
    margin-right: 80px;
    align-self: center;
}

.blog__detail__social {
    text-align: center;
    margin-top: 20px;
}

.blog__detail__social img {
    max-width: 250px;
}

.blog__detail__social > span {
    font-size: 23px;
    text-transform: uppercase;
    font-style: italic;
    display: block;
    margin-top: 15px;
}

.blog__detail__social_buttons a {
    color: #193d8b;
    font-size: 30px;
}

.lastnews {
    margin-top: 30px;
}

.lastnews h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-style: italic;
}

.lastnews h2 {
    text-transform: uppercase;
}

.lastnews h2 a {
    color: #193d8b;
}

.lastnews__single {
    margin-bottom: 30px;
}

@media (max-width : 990px) {
    .blog--header {
        height: 200px;
        line-height: 200px;
    }

    .blog__single__image {
        height: 180px;
        background-size: contain;
    }

    .blog__detail__social > span {
        font-size: 18px;
    }

    .blog__detail__header > span {
        padding: 80px 0;
        font-size: 50px;
    }
}

@media (max-width : 769px) {

    .blog__detail__social {
        display: none;
    }

    .lastnews__listing {
        display: flex;
        flex-wrap: wrap;
    }

    .lastnews__single {
        flex-basis: 50%;
    }

    .blog__single {
        flex-basis: 50%;
    }

    .blog__detail__header > span {
        padding: 50px 0;
        font-size: 30px;
    }
}

@media (max-width : 450px) {

    .blog--header {
        height: 150px;
        line-height: 150px;
    }

    .blog--header h1 {
        font-size: 40px
    }

    .blog__listing {
        flex-direction: column;
    }

    .blog__single {
        flex-basis: 100%;
    }

    .lastnews__listing {
        flex-direction: column;
    }
}

#credit-simulator .s-description-credit {
    padding: 10px;
    font-size: 10px;
    border: 1px solid #dadada;
}