/* ==================================================================== */
/*                                GENERAL                               */
/* ==================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.validation { display: none;}

html {
    scroll-behavior: smooth;
}

body {    
    font-family: 'Roboto', sans-serif;
}
p { font-size: 17px;letter-spacing: 0.02em;}

/* COULEURS */
.violet {
    color:#4b9dc9;
}
.bleu {
    color:#000;
}

.btn {
    border-radius: 0;
}
.btn-primary,
.btn-info,
.btn-secondary,
.btn-success{
    color: #fff;
    background-color: #4b9dc9;
    border-color: #4b9dc9;
    border-radius: 8px;
}
.btn-primary:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-success:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}

.alert-danger {
    color: #fff;
    background-color: #4b9dc9;
    border-color: #4b9dc9;
    text-align: center;
    margin: 5% 0;
}
.alert-danger a{
    color: #fff;
}


/* LABEL */

.bloc-label {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box !important;
    display: block;
    direction: ltr !important;
    right: 0;
    z-index: 1000;
}
.bloc-label .label {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    padding: 15px 45px 0 0;
    cursor: pointer;
    white-space: nowrap;
    background-color: #4b9dc9 !important;
    background-color: var(--hjFeedbackAccentColor, #4b9dc9) !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 1;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 17px 0 0 17px;
    transform: translateX(4px);
}
.bloc-label .label2 {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    padding: 15px 45px 0 0;
    cursor: pointer;
    white-space: nowrap;
    background-color: #000 !important;
    background-color: var(--hjFeedbackAccentColor, #000) !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 1;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 17px 0 0 17px;
    transform: translateX(4px);
    margin: 10px 0 0 0;
}
.bloc-label .label:hover,
.bloc-label .label2:hover {
    transform: translateX(0);
    box-shadow: 0 0 35px 2px rgb(0 0 0 / 35%);
    opacity: 1;
}
.bloc-label .label p,
.bloc-label .label2 p {
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    cursor: pointer;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #fff !important;
    color: var(--hjFeedbackAccentTextColor, #fff) !important;
    font-weight: 300;
    margin-left: 10px;
    font-size: 17px;
    letter-spacing: 1px;
}
.bloc-label i {
    color: #fff;
    font-size: 24px;
    margin-top: -7px;
    left: 15px;
    top: -7px;
}

.ancre-bottom {
    position: absolute;
    z-index: 1;
    margin: auto;
    right: 50%;
    bottom: 0;
}
.scroll-downs i {
    font-size: 30px;
    color: #fff;
}
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 55px;
}

/* MENU */
.header .not-sticking,
.header .sticking {
    background: #fff;
}
.index .header .not-sticking {
    background: transparent;
}
.menu .dropdown-menu {
    padding: 0;
    margin: 0;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.menu a.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 0.85rem;
    clear: both;
    color: #000;
    text-align: inherit;
    background: 0 0;
    border: 0;
}
.menu a.dropdown-item:hover {
    color: #fff!important;
    background: #000;
}

/* LANG */
.lang {
    position:absolute;
    z-index:20;
    top:5px;
    right:10px;
}
.lang ul{
    display: flex;
}
.lang ul li{
    padding: 0 8px;
}
.lang .ion-android-person{
    font-size: 25px;
    color: #fff;
}
.lang .ion-ios-email-outline{
    font-size: 30px;
    color: #fff;
}
.lang .ion-ios-bell-outline{
    font-size: 28px;
    color: #fff;
}
.lang .ion-ios-heart-outline {
    font-size: 25px;
    color: #fff;
    top: 4px;
}
.badge-pill {
    margin-left: -8px;
    padding-right: 0.4em;
    padding-left: 0.4em;
}


/* VIDEO */
.home-visuel-wrapper {
    height: 100vh;
  }
  



/* MOTEUR */
.moteur {
    padding:0;
    bottom: 3%;
    background-color: transparent;
}
.moteur .container {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 15px 20px 0px 20px;
}
/* .container_search .btn-primary {
    background-color: #4b9dc9;
    border-color: #4b9dc9;
}
.container_search .btn-primary:hover {
    background-color: #000;
    border-color: #000;
} */
.radio_trans {
    justify-content: center;
    display: none;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    padding: 7px;
    margin: 10px 20px 5px 20px;
}
.radio_trans input,
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #333;
    text-transform: initial!important;
    font-weight: 500;
    font-size: 17px;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 2px solid #4b9dc9;
    color: #4b9dc9;
    font-size: 17px;
}
.index .radio_trans label.css-label {
    text-transform: initial!important;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #000;
}
.index .picto-svg {
    width: 20px;
    margin-right: 5px;
    top:-2px;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label .picto-svg{
    filter: invert(35%) sepia(24%) saturate(3449%) hue-rotate(332deg) brightness(114%) contrast(84%);
}


/* ==================================================================== */
/*                                 INDEX                                */
/* ==================================================================== */

/* TOP LINK */
.top_link {
    z-index: 99;
    bottom: 90px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    opacity: 1;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
    padding: 0;
    height: 4rem;
    width: 4rem;
    display: flex;
    right: 20px;
  }
  /* .index .top_link {
    bottom: 250px;
  } */
  .top_link:hover {
    height: 4rem;
    background: rgb(228, 228, 228);
  }
  .top_link::before {
    content: url(/assets/images/retour-top.png);
    display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
    margin: auto;
  }
  .header-contact2 {
    bottom: 90px;
    background: #4b9dc9;
    border-radius: 50%;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    position: fixed;
    display: flex;
    z-index: 3;
  }
  .picto-contact {
    margin: auto;
    font-size: 23px;
    color: #fff;
  }
  .header-contact {
    bottom: 10px;
    background: #4b9dc9;
    border-radius: 50%;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    position: fixed;
    display: flex;
    z-index: 3;
  }
  .header-contact:hover,
  .header-contact2:hover {
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 60%);
  }
  .picto-alerte {
    margin: auto;
    font-size: 23px;
    color: #fff;
  }
  
  .header-contact3 {
    bottom: 170px;
    background: #4b9dc9;
    border-radius: 50%;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    position: fixed;
    display: flex;
    z-index: 3;
  }
  .picto-recherche {
    margin: auto;
    font-size: 29px;
    color: #fff;
  }


.header {
    background: transparent;
}

.baseline {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
}
.baseline h1 {
    font-weight: 300;
    font-size: 3rem;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    text-transform: initial;
    color: #fff;
    text-shadow: #000 2px 2px 4px;
    line-height: 1.1;
}
.estimation-svg {
    filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(23deg) brightness(114%) contrast(100%);
    width: 30px;
    margin-right: 8px;
    top: -3px;
}
.btn-header {
    background: #000;
    color: #fff;
    padding: 15px 30px;
    font-size: 17px;
}
.btn-header:hover {
    background: #4b9dc9;
    color: #fff;
}


/* SELECTION */
.section-title {
    font-size: 36px;
    line-height: 1.1;
    text-transform: none;
    padding: 10px 0;
    font-weight: 400;
    letter-spacing: inherit!important;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.simple-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    color: #4b9dc9;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}
.home_cont_selection article .block_img::before{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.home_cont_selection article:hover .block_img::before {
    opacity: 1;
}
.home_cont_selection article .block_info {
    min-height: auto;
    width: 80%;
    text-align: center;
    font-size: 28px;
    color: #000;
    opacity: 1;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: relative;
    top: -50px;
    z-index: 2;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    margin: auto;
    background: #fff;
    /* border: 1px solid #d9d9d9; */
    box-shadow: 0 0 40px rgba(73,73,73,0.19);
}
.home_cont_selection article .info_type,
.home_cont_selection article .info_numero,
.home_cont_selection article .info_prix-hai {
    display: none;
}
.home_cont_selection .info_titre {
    text-transform: capitalize;
}
.home_cont_selection .info_titre,
.home_cont_selection .info_ville {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    font-weight: 300;
    text-align: center;
}
.home_cont_selection .info_prix {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    color: #4b9dc9;
    font-weight: 600;
    margin-top: 6px;
    text-transform: initial;
}
.home_cont_selection .info_prix sup {
    top: -4px;
    font-size: 14px;
}
.home_cont_selection .effect-cms {
    padding: 15px 10px;
    margin: auto 0;
    width: 100%;
}
.home_cont_selection .header-item {
    line-height: 0.9;
}
.home_cont_selection .swiper-button-prev {
    left: -50px;    
}
.home_cont_selection .swiper-button-next{
    right: -50px;    
}
.home_cont_selection .header-item2 ul{
   display: flex;
    justify-content: center;
}
.home_cont_selection .header-item2 .plus-details{
   width: 40px;
   height: 40px;
   background-color: #000;
   display: flex;
}
.home_cont_selection .header-item2 .plus-details i{
   margin: auto;
   font-size: 25px;
   color: #fff;
}
.home_cont_selection .btn.beige,
.home_cont_actualites .btn.beige {
    padding: 0.5rem 0rem 0rem 0rem;
    margin-top: 10px;
}
.home_cont_selection .btn.beige:hover,
.home_cont_actualites .btn.beige:hover {
    border-bottom: 1px solid #000;
    color: #000;
}
.home_cont_selection_vendus .block_info > .effect-cms {
    cursor: auto!important;
}
.home_cont_selection .swiper-button-next,
.home_cont_selection  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 35px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    border-radius: 0;
}
.home_cont_selection .swiper-button-next:after,
.home_cont_selection  .swiper-button-prev:after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home_cont_selection .swiper-button-next:after {
    content: '\f10b';
    font-size: 25px;
}
.home_cont_selection .swiper-button-prev:after {
    content: '\f108';
    font-size: 25px;
}

/* HOME ESTIMATION */
.home_cont_estimation {
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/background-estimation.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_estimation .simple-title {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: linear-gradient( rgba(255,255,255, 0.2), rgba(255,255,255, 0.2) ),url(/assets/images/background-presentation.jpg) no-repeat center center;
    background-size: cover;
    /* background: transparent; */
    color: #000;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .simple-title {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: left;
    color: #000;
}
.home_cont_presentation .small-title {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
    text-align: left;
}

.home_cont_presentation .btn.beige {
    padding: 0.5rem 0rem 0rem 0rem;
    margin-top: 10px;
}
.home_cont_presentation .btn.beige:hover {
    border-bottom: 1px solid #000;
    color: #000;
}

.img-drapeau {
    width: 40px;
    margin-right: 5px;
}
/* INDEX ANNUAIRE */
.home_cont_annuaire {
    padding: 100px 0;
}
.home_cont_annuaire h2 {
    display: block;
}
/* CATEGORIES */
.home_cont_categories .cat-bloc .simple-title {
    font-size: 20px;
    text-transform: initial;
    font-weight: 300;
    letter-spacing: 1px;
    color: #464a4d;
    margin-top: 5px;
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
    padding-left: 0;
    line-height: 1;
}
.home_cont_categories .cat-bloc:hover .simple-title {
    font-size: 20px;
    text-transform: initial;
    font-weight: 300;
    letter-spacing: 1px;
    color: #4b9dc9;
    margin-top: 5px;
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
    padding-left: 0;
    line-height: 1;
}
.home_cont_categories .cat-bloc .simple-title strong{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}

/* HOME ALERTE EMAIL */
.home_cont_alertes {
    padding: 0;
    background: #fff;
    text-align: center;
}
.home_cont_alertes .border-top-bottom{
    padding: 30px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.home_cont_alertes p {
    color: #000;
}

/* HOME ACTUALITES */
.home_cont_actualites {
    padding: 50px 0;
}
.home_cont_actualites ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.home_cont_actualites ul li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    height: 100%;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    color: #000;
}
.home_cont_actualites a:hover {
    color: #000;
}
.home_cont_actualites a:hover .beige{
    color: #000;
}
.home_cont_actualites img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}
.home_cont_actualites .description-post {
    margin-top: 0;
    min-height: 85px;
    font-size: 15px;
}
.home_cont_actualites .title-post {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.home_cont_actualites i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
.home_cont_actualites .date-post {
    font-size: 16px;
    position: absolute;
    bottom: -12px;
    right: 25px;
    left: auto;
    background: #000;
    width: auto;
    color: #fff;
    padding: 3px 7px;
}
.home_cont_actualites .actualites-infos {
    padding: 15px;
}



/* ==================================================================== */
/*                                LISTING                               */
/* ==================================================================== */
.prod_listing.damier > .listing_article article {
    text-align: center;
}
.prod_listing .info_titre,
.prod_listing .info_prix-hai {
    display: none;
}
.card_list li > span:after {
    display: none;
}
.damier .card_list {
    margin-bottom: 15px;
    margin-top: 10px;
}
.prod_listing .info_prix {
    margin: 15px 0;
    line-height: 1;
    padding: 0 20px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.prod_listing .info_type {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}
.prod_listing .info_ville {
    font-size: 16px;
    padding-top: 0;
    font-weight: 400;
}
.prod_listing.damier .description {
    padding: 0 10px;
}
.prod_listing.listing .description {
    padding: 0 20px;
}
.prod_listing.carte .description {
    display: none;
}
.prod_listing.listing .card_list {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    padding: 0 20px;
}
.prod_listing.listing .card_list li {
    margin-right: 20px;
}
.prod_listing.carte .info_ville,
.prod_listing.carte .spin1.info_type {
    padding-left: 0;
}
.prod_listing.carte .info_prix {
    font-size: 18px;
}

.page-item .page-laulau {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border:none;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  font-size:15px;
}
.page-item .page-laulau:hover {
  background-color: #000;
  color: #fff;
  padding: .55rem .75rem;
}
.page-item.active .page-link {
  background-color: #000;
  color: #fff;
}
[class*="listing"] .plusdecritere a,
[class*="listing-"] .plusdecritere a{
    color:  #fff;
}
/* ==================================================================== */
/*                             PAGE DETAILS                             */
/* ==================================================================== */
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #000 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #000;
}
.detail_header .titre:after {
    background: #000;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.retour_pret span {
    color: #000;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #000;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #000 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #000 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}


/* ==================================================================== */
/*                              AUTRES PAGES                            */
/* ==================================================================== */
.sidebar, .sidebar .img-thumbnail, .sidebar address {
    display: none;
}
.recherche-detaillee .sidebar {
    display: block;
    text-align: center;
    margin-top: 0;
}
.content_page {
    width: 100%;
}
.recherche-detaillee .content_page {
    width: 66.6667%;
}

.header-photo {
    margin: 2% 5%;
}
.header-photo img{
    filter: brightness(0.6);
}
.contact .header-photo img{
    filter: brightness(1);
}
.annuaire .header-photo img{
    filter: brightness(0.8);
}
.header-photo h1 {
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-shadow: #000000c7 2px 2px 2px;
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.contact_formulaire h1 {
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
h2.deco {
    color: #000;
    font-size: 28px;
    font-weight: 400;
}
h2.deco span{
    text-transform: uppercase;
    font-weight: 800;
}
h2.deco::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 100px;
    margin: 15px 0;
}

body.contact .map, #map_contact {
    height: 350px !important;
}
.bg_collapse .btn-content {
    top: -50px;
}
.comparateur .container.resettop .nav-link.active {
    background: #dfdfdf;
}
.comparateur .container.resettop {
    top: -70px;
}
.bleu {
    color: #4b9dc9;
}
/* CALCULETTE HEADER */

.investir .titre-calcul,
.estimation .titre-calcul,
.acheter .titre-calcul {
    background: #4b9dc9;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 10px 5px 10px;
    font-size: 20px;
    font-family: 'Spectral', serif;
}
.investir .bloc-calcul,
.estimation .bloc-calcul,
.acheter .bloc-calcul {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #4b9dc9;
}
.estimation label,
.detail_calculette label {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 12px!important;
    font-weight: 700;
}
.estimation .form-style,
.acheter .form-style {
    font-size: 14px;
    height: 32px;
}
.estimation .bootstrap-select {
    height: 32px;
    border: 1px solid #ccc !important;
    display: block;
    font-size: 14px;
    padding: 0px;
}
.acheter select#duree.bootstrap-select {
    height: 32px;
    border: 1px solid #ccc !important;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
}
.estimation .bootstrap-select>.dropdown-toggle {
    height: 32px;
    padding: 0px 12px;
    vertical-align: text-top;
    background-color: transparent;
}
.estimation .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
}
.investir h4,
.calcul_result h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.investir h4::after,
.calcul_result h4::after {
    content: "";
    display: block;
    position: relative;
    background: #12152a;
    height: 1px;
    width: 180px;
    margin: 5px auto;
}
.acheter .retour_pret {
    font-size: 32px;
    color: #4b9dc9;
}
.acheter .retour_pret span {
    color: #4b9dc9;
}
.acheter .nb_mensualite, .acheter .retour_cout_pret{
    font-weight: 700;
    text-transform: initial;
    font-size: 14px;
    margin-bottom: 0;
}
.acheter .nb_mensualite::before {
    content: "";
    display: block;
    position: relative;
    background: #12152a;
    height: 1px;
    width: 180px;
    margin: 5px auto 20px auto;
}
.acheter .mention {
    font-size: 12px;
}
.acheter .small {
    font-size: 12px;
    font-weight: 400;
}
.acheter .totaux {
    padding: 20px 15px;
}
.acheter .montant_interet ,
.acheter .montant_assurance {
    margin-bottom:20px ;
}

.acheter .montant_interet p,
.acheter .montant_assurance p {
    font-weight: 700;
    text-transform: initial;
    font-size: 12px;
    margin-bottom: 0;
}
.acheter .montant_interet p::after,
.acheter .cout_total p::after,
.acheter .montant_assurance p::after {
    content: "";
    display: block;
    position: relative;
    background: #12152a;
    height: 1px;
    width: 100%;
    margin: 2px 0;
}
.acheter .cout_total p {
    font-weight: 700;
    text-transform: initial;
    font-size: 12px;
    margin-bottom: 0;
}
#montant_emprunt {
    background: #f5f5f5;
}

.encadre-bleu {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #4b9dc9;
    margin: 0 0 30px 0;
    width: 100%;
}
.investir .carousel-indicators {
    bottom: -25px;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #4b9dc975;
}
.carousel-indicators .active {
    background-color: #4b9dc9;
}
.investir .input-group {
    background: #f5f5f5;
    font-size: 14px;
    height: 32px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    width: 100%;
}
.investir label {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 12px!important;
    font-weight: 700;
}
.investir .min-height {
    min-height: 200px;
}
.investir-resultat strong{
    color: #4b9dc9;
}
.investir input[type=number] {
    width: 100%;
    background: transparent;
    border: none;
    height: 30px;
}
.investir input[type=number]:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.investir .input-group-saisie {
    background: #fff;
    font-size: 14px;
    height: 35px;
    border: 3px solid #4b9dc9;
    padding: 0px 12px;
    width: 100%;
}

/* ============================================================================ */
/*                                      AGENCE                                  */
/* ============================================================================ */
.equipe .content_page {
    width: 100%;
  }
  .equipe .sidebar {
    display: none;
  }
  .agence .equipe ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  }
  .agence .equipe ul li {
    position: relative;
    width: calc(100% / 3 - 1em);
    margin: calc(0.5em * 2) 0.5em;
    overflow: hidden;
  }

  .agence .equipe .border-equipe {
    padding: 5px;
    background: none;
  }
  .agence .equipe .infos {
    text-align: center;
  }
  .agence  .equipe .infos-contact {
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
    font-size: 1rem;
  }
  .agence .equipe .p-15 {
    padding-left: 0;
    padding-right: 0;
}
  .agence .equipe .title-post {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .agence .equipe .fonction-post {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .agence .equipe ul.rs-conseiller {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    justify-content: center;
  }
  .agence .equipe i {
    font-size: 20px;
    color: #000;
  }
  .equipe .tel-post,
  .equipe .mail-post {
    margin: 8px 0;
  }
  
  @media (max-width: 991px) {
  
  }
  @media (max-width: 768px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(49% - 2em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 1em);
    }
  }
  @media (max-width: 500px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(100% - 1em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 2.5em);
    }
    .agence .equipe .border-equipe {
      margin: 15px auto;
      width: 250px;
    }
    .agence .equipe .rs-conseiller i {
      font-size: 30px;
    }
  }

/* ==================================================================== */
/*                                  ANNUAIRE                            */
/* ==================================================================== */
.home_cont_annuaire .bloc_agence,
.annuaire .bloc_agence {
    min-height: auto;
    width: 80%;
    text-align: center;
    font-size: 28px;
    color: #000;
    opacity: 1;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: relative;
    top: -50px;
    z-index: 2;
    height: 170px;
    display: flex;
    margin: auto;
    background: #fff;
    justify-content: center;
    box-shadow: 0 0 40px rgba(73,73,73,0.19);
}
.bloc_agence_contact p {
    margin-bottom: 0;
}
.bloc_agence_contact p strong{
    color: #000;
}
.bloc_agence_contact .p-small{
    margin: 15px 0 10px 0;
    font-size: 15px;
}
.bloc_agence_contact  ul li {
    line-height: 0.5;
}
.bloc_agence_contact  ul li .btn-primary {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    padding: 0 0.5rem;
    min-width: 190px;
}
.bloc_agence_contact  ul li .btn-primary:hover {
    text-decoration: underline;
}
.bloc_agence .btn.beige {
    border-color: #000;
    padding:0.5rem;
    min-width: 90%;
}
.bloc_agence .btn.beige:hover {
    background-color: #000;
    padding:0.5rem;
    color: #fff;
}
.bloc_agence .btn i {
    font-size: 23px;
}
.titre-footer {
    text-transform: uppercase;
    font-weight: 400;
    color: #4b9dc9;
}

/* ==================================================================== */
/*                                 ACTUALITES                           */
/* ==================================================================== */

.adminpersos .content_page ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.adminpersos .content_page ul li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    height: 100%;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    color: #000;
}
.adminpersos .content_page a:hover {
    color: #000;
}
.adminpersos .content_page a:hover .beige{
    color: #000;
}
.adminpersos .content_page img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}
.adminpersos .description-post {
    margin-top: 0;
    min-height: 85px;
    font-size: 15px;
}
.adminpersos .title-post {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.adminpersos .content_page i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
.adminpersos .date-post {
    font-size: 16px;
    position: absolute;
    bottom: -12px;
    right: 25px;
    left: auto;
    background: #000;
    width: auto;
    color: #fff;
    padding: 3px 7px;
}
.adminpersos .actualites-infos {
    padding: 15px;
}

/* PAGE SINGLE */
.adminperso .content-page_actu img {
    width: 75%;
    max-height: 650px;
    object-fit: cover;
}
.adminperso figure {
    text-align: center;
    margin-bottom: 20px;
}
.adminperso .date-post {
    font-style: italic;
    color: #4b9dc9;
}
.adminperso .titre-agence {
    text-align: center;
    color: #000;
    font-size: 27px;
    margin-bottom: 20px;
}
.adminperso .bloc-actu-video  {
    text-align: center;
    margin-bottom: 30px;
}
.adminperso .bloc-actu-video iframe {
    height: 350px;
    width: 600px;
}


/* ==================================================================== */
/*                                 FOOTER                               */
/* ==================================================================== */
footer {
    background-color: #000;
    padding: 50px 10px;
}
.logo-footer {
    width: 180px;
}
footer .reseaux-sociaux p {
    margin-bottom: 0;
}
footer .reseaux-sociaux i {
    font-size: 30px;
    margin-right: 10px;
}
footer .reseaux-sociaux li:hover i {
    color: #4b9dc9;
}
footer .address .btn-primary {
    padding: 0;
}
footer .address .btn-primary:hover {
    background-color: #000;
    text-decoration: underline;
    border-color: #000;
    color: #4b9dc9;
}

footer a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
}
footer a:hover {
    color: #4b9dc9;
}
footer .border-top {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 25px;
}

/* ========================================================================= */
/*                                AVIS GOOGLE                                */
/* ========================================================================= */
.avis-google .bgAccueil-page {
    background: url(/assets/images/bgimg-avis.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 80vh;
  }
  #avisGoogleListe ul {
    display: flex;
    flex-wrap: wrap;
  }
  #avisGoogleListe li {
    position: relative;
     width: calc(100% / 3 - 16px);
     margin: calc(0.5em * 2) 0.5rem;
     overflow: hidden;
     min-height: 150px;
     color: #000;
  }
  .avisGoogleReview {     margin: 20px 0px;}
  .bulle {
    background:#333;
    color:#fff;
    padding: 20px;
    border-radius:30px;
    min-height: 250px;
  }
  .bulle2{
    height: 10px;
  }
  .bulle2::after{
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 250px;
    border-left: 0px solid transparent;
    border-right: 35px solid transparent;
    border-top: 19px solid #333;
    margin: 0px auto 0 60px;
    background: transparent;
  }
  .commentaire-poseur {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    margin-top: 10px;
    max-height: 165px;
    overflow-y: scroll;
    overflow: auto;
    padding: 0 10px 0 0;
  }
  .avis-stars, .avis-stars span {
    background-size: 18px 16px;
    height: 18px;
    top: 1px;
    width: 90px;
  }
  .bulle ::-webkit-scrollbar {
    width: 7px;
  }
  .bulle ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
  } 
  .bulle ::-webkit-scrollbar-thumb {
    background: #4b9dc9; 
    border-radius: 10px;
  }
  .bulle ::-webkit-scrollbar-thumb:hover {
    background: #4b9dc9; 
  }
  .avis-reponse {
    border-left: 0;
    padding: 5px 0 0 0px;
    font-size: 14px;
  }
  #avisGoogleListe li .card {
    background-color: #fff;
    border: 0;
    border-radius: 0;
  }
  #avisGoogleListe li .card-header:first-child {
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
  }
  #avisGoogleListe li .btn-link {
      color: #999;
      background-color: transparent;
      font-weight: 200;
  }
  #avisGoogleListe li .btn-link p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
  }
  #avisGoogleListe li .btn-link p span{
    font-style: italic;
  }
  #avisGoogleListe li .btn-link p::after {
    content: "\f123";
    font-family: "Ionicons";
    position: absolute;
    border: 0;
    font-size: 12px;
    padding-top: 5px;
    opacity: 1;
    right: -15px;
    top: -3px;
  }
  #avisGoogleListe .card-header {
    text-align: right;
  }
  #avisGoogleListe .card-body {
    padding: 0;
    text-align: justify;
  }
  .logo-google {
    width: 200px;
  }
  
  span.nbr-avis {
    font-size: 17px!important;
      margin-right: 0;
      color: #70757a!important;
      white-space: nowrap!important;
  }
  #avisGoogle .note-avis {
    width: 80px;
    height: 80px;
    background: #4b9dc9;
    border-radius: 50%;
    text-align: center;
    margin: auto auto 20px auto;
    display: flex;
  }
  #avisGoogle .note-avis span{
    font-size: 40px;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
    margin: auto;
  }
  @media (max-width: 991px) {
    .home-visuel-wrapper {
      height: auto;
  }
    #avisGoogleListe li {
      width: calc(100% / 2 - 16px);
    }
    .bulle2::after {
      margin: -2px auto 0 60px;
    }
    .baseline h1 {
        font-size: 2rem;
    }
    .ancre-bottom {
        display: none;
    }
  }
  @media (max-width: 610px) {
    #avisGoogleListe li {
      width: calc(100% / 1 - 16px);
    }
    .bulle2::after {
      margin: -2px auto 0 60px;
    }
    #avisGoogle .note-avis {
      width: 60px;
      height: 60px;
      margin-bottom: 10px;
    }
    #avisGoogle .note-avis span {
      font-size: 33px;
    }
  }
  .avis-google {
    overflow-x: hidden;
  }
  #avisGoogle {
    border-bottom: 0;
    padding: 0 0 20px 0;
  }
  
  




/* ==================================================================== */
/*                               RESPONSIVE                             */
/* ==================================================================== */
@media (min-width: 992px) {
    .site-pusher {
        display: flex;
        justify-content: space-between;
    }
    nav.menu {
        margin: auto 0;
    }
    nav.menu ul {
        margin: 0;
    }
    nav.menu ul li {
        display: inline-block;
        padding: 7px 20px;
    }
    .menu ul > li > a,
    .menu a:not([href]):not([tabindex]),
    .menu a:not([href]):not([tabindex]):focus {
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .index .not-sticking .menu ul > li > a{
        color: #000;
    }
    .menu ul > li:hover > a,
    .menu ul > li.active > a,
    .menu a:not([href]):not([tabindex]):hover,
    .index .not-sticking .menu ul > li:hover > a  {
        color: #4b9dc9;
    }

    .header nav ul > li.active > a::after,
    .header nav ul > li > a:hover::after,
    .index header nav ul > li > a:hover::after {
        width: 100%;
    }
    .index .header .not-sticking ul > li.active > a::after {
        width: 0%;
    }
    .header nav ul > li > a::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 2px;
        background: #4b9dc9;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .header__logo {
        display: block;
        height: 80px;
        padding: 10px 0;
    }
    .index .not-sticking .header__logo {
        height: 110px;
    }
    .header__logo img {
        width: 190px;
    }
    .index .not-sticking .header__logo img {
        width: 280px;
    }
}

@media (min-width: 992px) {
    .display-pc {
        display: none!important;
    }
    .video-wrapper video {
        height: 100vh;
        max-width: 140%;
        object-fit: cover;
    }
}
@media (max-width: 991px) {
    /* .video-wrapper {
        margin-top: 50px;
    } */
    .lang { display: none;}
    .bloc-label {
        display: none;
    }
    #bloc_fixed_bottom {
        background: transparent;
    }
    #bloc_fixed_bottom .bloc {
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    #bloc_fixed_bottom .bloc ul {
        height: 35px;
    }
    #bloc_fixed_bottom .bloc p {
        font-size: 18px;
    }
    #bloc_fixed_bottom a {
        font-size: 16px;
        position: relative;
        border: none;
        outline: none;
        padding: 7px 15px;
        cursor: pointer;
        white-space: nowrap;
        border: 1px solid #fff;
        background-color: #000 !important;
        background-color: var(--hjFeedbackAccentColor, #000) !important;
        transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
        opacity: 1;
        width: 45px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 17px 17px 0 0px;
        transform: translateX(0px);
        width: 100%;
        text-align: center;
        transform: translateY(18px);
    }
    #bloc_fixed_bottom a p {
        margin-bottom: 0;
    }
    .menu a:not([href]):not([tabindex]) {
        color: #fff;
        text-decoration: none;
    }
    .menu .dropdown-menu {
        padding: 0 0 0 15px;
        margin: 0 0 20px 0;
        background-color: #000!important;
    }
    .display-pc {
        display: block;
    }
    .header__logo img {
        width: 150px;
        margin-left: -50px;
        padding: 10px 0;
    }
    .index .not-sticking .header__logo img {
        width: 160px;
        margin-left: -50px;
    }
    .index .header {
        background: transparent;
    }
    .menu ul li {
        text-align: left;
    }
    .burger-item {
        top: 30px;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #4b9dc9;
        background: #4b9dc9;
    }
    .index .not-sticking .burger-item,.index .not-sticking .burger-item::before,.index .not-sticking .burger-item::after {
        color: #4b9dc9;
        background: #4b9dc9;
    }
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 4px);
    }
    .index .search__form-item.c_valid {
        margin: 0 auto!important;
    }
    .home_cont_selection .swiper-button-next {
        right: -20px;
    }
    .home_cont_selection .swiper-button-prev {
        left: -20px;
    }
    .home_cont_actualites ul li {
        width: calc(100% / 2 - 20px);
    }
    .header {
        background: #000
    }
    .index .header {
        background: transparent;
    }
    [class*="listing-"] .main-content,
    [class*="listing"] .main-content {
        margin-top: 15%;
    }
    .modal-body a {
        color: #000!important;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 30px;
        font-size: 20px;
        background: #4b9dc9;
        padding: 3px 12px;
        border-radius: 5px;
        color: #fff;
    }
    .header-photo {
        margin: 15% auto 2%;
    }
    .header-photo h1 {
        position: absolute;
        top: 60%;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #fff;
        text-shadow: #000000c7 2px 2px 2px;
        font-size: 1.5rem;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
    }
    .agence .equipe ul {
        justify-content: center;
    }
    .adminpersos .content_page ul li {
        width: calc(100% / 2 - 20px);
    }
    .bg_collapse .btn-content {
        top: 0;
    }
    .comparateur .container.resettop {
        top: -44px;
    }
    .logo-footer {
        width: 245px;
    }
    footer .col-12.col-md-12.col-lg-3.text-left {
        text-align: center!important;
    }
    .agence h2.deco {
        text-align: center;
    }
    h2.deco::after {
        content: "";
        display: block;
        position: relative;
        background: #000;
        height: 2px;
        width: 100px;
        margin: 15px auto;
    }
    .simple-title {
        font-size: 19px;
    }
    .contact_formulaire h1 {
        font-size: 1.5rem;
        margin-top: 20px;
    }
    .adminpersos .actualites-infos {
        min-height: 226px;
    }
    .menu a.dropdown-item:hover {
        color: #fff!important;
        background: transparent;
    }
    .home_cont_presentation .simple-title {
        font-size: 22px;
    }
    .home_cont_presentation {
        padding: 50px 0;
        background: linear-gradient( rgba(255,255,255, 0.65), rgba(255,255,255, 0.65) ),url(/assets/images/background-presentation.jpg) no-repeat center right;
        background-size: cover;
    }
    .logo-footer {
        width: 145px;
    }
    .detail_calculette .d-sm-flex > div, .detail_calculette-notaire .d-sm-flex > div {
        padding: 0 10px;
    }
    .mobile-mt {
        margin-top: 50px;
    }
}

@media (min-width: 611px) { 
    .display-mobile { display: none!important;}
}
@media (max-width: 610px) {
    .titre-footer {
        margin-top: 30px;
    }
    .display-mobile { display: block;}
    .display-610 { display: none;}
    .btn-header {
        background: #4b9dc9;
        color: #fff;
        padding: 7px 25px;
        font-size: 14px;
    }
    .estimation-svg {
        width: 22px;
        top: -1px;
    }
    .baseline {
        position: relative;
        bottom: 0;
    }
    .baseline h1 {
        font-weight: 500;
        font-size: 1.4rem;
        margin: 25px 0 0 0;
        color: #4b9dc9;
        text-shadow: transparent 2px 2px 4px;
        text-transform: uppercase;
    }
    .moteur {
        top: auto;
        bottom: 0;
        position: relative;
    }
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 4px);
    }
    .header__logo {
        margin-top: 0;
        max-width: 100%;
    }
    .header__logo img {
        width: 130px;
        margin-left: -50px;
        margin-top: 0;
    }
    .header .img-fluid {
        margin-left: -50px;
    }
    .index .not-sticking .header__logo img {
        width: 130px;
        margin-left: -50px;
    }

    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 80vh;
        min-height: 250px;
    }
    .bgAccueil {
        height: 80vh;
    }
    .moteur .radio_trans {
        display: block;
        text-align: center;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label {
        padding: 7px;
        margin: 3px 20px;
    }
    .section-title, .home_cont_estimation .simple-title, .home_cont_presentation .simple-title {
        font-size: 1.5em;
    }
    .simple-title {
        font-size: 17px;
    }
    .home_cont_selection .swiper-button-next {
        right: 0px;
    }
    .home_cont_selection .swiper-button-prev {
        left: 0px;
    }
    .home_cont_actualites ul li {
        width: calc(100% / 1 - 20px);
    }
    .home_cont_actualites ul {
        display: block;
    }
    .logo-footer {
        width: 120px;
        margin-bottom: 20px;
    }
    footer,  footer .text-left {
        text-align: center!important;
    }
    .adminpersos .content_page ul li {
        width: calc(100% / 1 - 20px);
    }
    .header-photo {
        margin: 30% auto 2%;
    }
    .header-photo h1 {
        position: relative;
        top: 10%;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #000;
        text-shadow: transparent 2px 2px 2px;
        font-size: 1.3rem;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        padding-top: 10px;
    }
    .header-photo img {
        filter: brightness(1);
    }
    .investir .titre-calcul, .estimation .titre-calcul, .acheter .titre-calcul {
        font-size: 16px;
    }
    h2.deco {
        color: #000;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
    }
    h2.deco::after {
        content: "";
        display: block;
        position: relative;
        background: #000;
        height: 2px;
        width: 100px;
        margin: 15px auto;
    }
    .adminpersos .content_page ul {
        display: block;
    }
    .adminperso .content-page_actu img {
        width: 100%;
    }
    .contact_formulaire h1 {
        font-size: 1.3rem;
        margin-top: 30px;
        text-align: center;
        color: #000;
    }
    .comparateur .container.resettop {
        top: 0;
    }
    .annuaire .header-photo img {
        filter: brightness(1);
    }
    .bloc-calcul .text-right, .investir-resultat {
        text-align: center!important;
    }
    .investir .input-group {
        justify-content: center;
    }
    .investir input[type=number] {
        text-align: center;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center right!important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat top right !important;
    }
}


.page2ref p {
    text-align: justify;
}

.page2ref h1 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}


.page2ref h2 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

