/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');
/* BACKGROUND VIDEO INSTEAD OF IMAGE */
body{
    overflow-x: hidden;
}
.bgAccueil{
    background:none;
}
.cover {
    position: absolute;
    top: 126px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.cover video {
    object-fit: fill;
    width: 100vw;
    height: calc(100vh - 126px);
    top: 0;
    left: 0;
}
/* BTN */
a:hover{
    color: #a80c0a;
}
.sidebar_blocinfos .btn-success{
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
.btn-primary, .btn-info, .btn-secondary {
  display: inline-block;
  color: #fff;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #a80c0a;
  border-color: #a80c0a;
}

   .btn-primary::before, .btn-info::before, .btn-secondary::before, .sidebar_blocinfos .btn-success::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s;
  }
  .btn-primary:hover::before, .btn-info:hover::before, .btn-secondary:hover::before, .sidebar_blocinfos .btn-success:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
  }
  .btn-primary::after, .btn-info::after, .btn-secondary::after, .sidebar_blocinfos .btn-success::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.5);
    transform: scale(1.2,1.2);
  }
  .btn-primary:hover::after, .btn-info:hover::after, .btn-secondaryhover::after, .sidebar_blocinfos .btn-success::after {
    opacity: 1;
    transform: scale(1,1);
  } 
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .sidebar_blocinfos .btn-success:hover {
    color: #fff;
    border-color: #a80c0a;
    background: rgb(77,77,77);
    background: linear-gradient(90deg, rgba(77,77,77,1) 0%, rgba(168,12,10,1) 100%);
}
.home_cont_estimation a:hover{
    opacity: 0.5;
    background-color: #a80c0a;
    border-color: #a80c0a;
}
#bloc_fixed .bloc {
    background: rgba(77, 77, 77,0.6);
}
#bloc_fixed .bloc:hover {
    background: rgba(77,77,77,0.75);
    right: 150px;
}
/* HEADER */
.menu .row {
    margin: 0;
}
.top_page {
    height: 400px;
}
.comparateur .top_page {
    background-image: url(/assets/images/top_page/comparateur_top.jpg);
}
img.index-logo-not-sticking, .header__logo img {
    width: 115px;
}
.index-logo-sticking, .header .sticky_menu.stick-me.sticking .header__logo img{
    width: 93px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav.menu ul li a {
    position:relative;
    z-index: 1;
  }
  nav.menu ul li a.header__logo:after {
    display: none;
  }
  nav.menu ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #a80c0a;
    visibility: none;
    opacity: 0;
    z-index: -1;
  }
  nav.menu ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
.moteur{
    background-color: rgba(255, 255, 255,0.6);
    padding: 10px 20px;
}
.menu ul > li > a:hover{
    color: #FFFFFF !important;
}
.header {
    background: rgba(255,255,255,0.8);
    padding: 5px 0;
}
.menu ul > li a.header__logo {
    padding: 0;
}
.sticky_menu.stick-me.sticking ul.col-sm-2.version-pc {
    margin-bottom: 0;
    margin-top: 5px;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid #a80c0a;
    color: #a80c0a;
    margin-top: 0;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #a80c0a;
    margin-top: 0;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #4d4d4d;
    font-weight: 600;
}
.container_search {
    margin: 10px 0 0;
}
/*GENERAL*/

body {
    font-family: 'Work Sans', sans-serif;
}
.header {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.marginauto {
    margin: auto;
}
.centre {
    text-align: center;
}
.home_heading {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.home_cont_presentation {
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 80px 0;
}
.home_cont_estimation {
    color: #fff;
    text-align: center;
    background: url(/assets/images/home-background3.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    margin: auto;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
}
.home_cont_estimation .titre-soulignement1::after {
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 1px;
    width: 185px;
    margin: 5px auto 15px auto;
}
.home_cont_estimation .titre-soulignement2::after {
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 1px;
    width: 225px;
    margin: 5px auto 15px auto;
}
.home_cont_categories {
    padding: 70px 80px;
}
.home_cont_alertes {
    background: #4d4d4d;
}
.home_cont_alertes p i {
    animation-duration: 1.5s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
}
@keyframes clignoter {
    0%   { opacity:1; }
    40%   {opacity:0; }
    100% { opacity:1; }
}

.home_cont_estimation a {
    display: inline-block;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 20px;
    width: 300px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  .home_cont_estimation .bloc_noir_en a{
    width: 455px;
  }
  
  .home_cont_estimation a span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .home_cont_estimation a span:after {
    content: '\00bb';
    position: absolute;
    font-size: 25px;
    line-height: 16px;
    opacity: 0;
    top: 1px;
    right: -20px;
    transition: 0.5s;
  }
  
  .home_cont_estimation a:hover span {
    padding-right: 25px;
  }
  
  .home_cont_estimation a:hover span:after {
    opacity: 1;
    right: 0;
  }
  .home_cont_presentation h3 {
    margin-bottom: 40px;
}
.home_cont_presentation p {
    text-align: center;
    margin-bottom: 20px;
}
.home_cont_presentation .bloc-noir,
.home_cont_estimation .bloc-noir {
    background: rgba(77,77,77, 0.65);
    padding: 25px;
    border-radius: 15px;
}
.home_cont_estimation .col-md-12.centre.mb-3 {
    margin-bottom: 0 !important;
}
/* FOOTER */
footer {
    background-color: #4d4d4d;
}
.address.marginauto.order2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px 0 30px;
}
#bloc_fixed_bottom {
    background: rgba(77,77,77,0.75);
}
.cont_coordonnees {
    background-color: #fff;
    color: #4d4d4d;
    border-top: 1px solid rgba(0,0,0,0.15);
}
.home_cont_categories .cat-text::before {
    height: 72px;
    width: 220px;
}
.home_cont_categories .cat-text::after {
    width: 220px;
    height: 30px;
    background: none;
}
.home_cont_categories .cat-text::after,
.home_cont_categories .cat-text::before {
    position: absolute;
    z-index: -1;
    transition: 1s;
    content: '';
}
.home_cont_categories .cat:hover .cat-text::before {
    width: 0px;
    background: #fff;
}
.home_cont_categories .cat:hover .cat-text::after {
    height: 0px;
    background: #fff;
}
.home_cont_categories .cat-infos-overlay{
    left: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255,0.2);
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cat:hover .cat-infos-overlay {
    background: rgba(77, 77, 77,0.4);
}
.home_cont_categories .cat:hover .cat-text{
    background: #fff;
    color: #a80c0a;
}
.home_cont_categories .cat-text{
    width: 220px;
    height: 72px;
    border: 2px solid #4d4d4d;
    font-size: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    transition: 1s;
    background: rgba(77, 77, 77,0.3);
}
/*PAGE INTERNES*/
.estimation .bg-blanc {
    padding: 15px;
    background: rgba(255,255,255,0.68);
    border-radius: 10px;
}
.estimation .bg-estimation1 {
    position: relative;
    background: url(/assets/images/bg-estim01.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 40px;
    margin-bottom: 100px;
}
.estimation .bg-estimation2 {
    position: relative;
    background: url(/assets/images/bg-estim02.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 40px;
    margin-bottom: 100px;
}
.fa-circle:before {
    font-size: 10px;
}
.estimation h2 {
    font-size: 20px;
    font-weight: 600;
}
.progress {
    background-color: #4d4d4d;
}
.progress-bar{
    background-color: #a80c0a;
}
.col1 a{
    color: #fff;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #a80c0a;
}
.page-link:focus, .page-link:hover {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
.carousel-control-next, .carousel-control-prev {
    background: rgba(168,12,10,0.3);
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    background: rgba(168,12,10,.8);
    width: 60px;
}
body.agence .card .carousel-item {
    min-height: 345px;
}
body.agence #carouselExampleControls{
    margin-top: 30px;
}
body.agence #carouselExampleControls .col{
    text-align: center;
}
body.agence .content_page, body.gestion-locative .content_page, body.vendre .content_page{
    width: 100%;
    padding-bottom: 40px;
}
body.agence .carousel-caption{
    background-color: rgba(168,12,10,.5);
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.deco {
    padding: 10px 0;
    font-size: 25px;
    margin-bottom: 20px;
}

body.agence .carousel-caption p{margin-bottom: 0;font-style: italic;}
body.gestion-locative  .content_page li, body.vendre  .content_page li {
    list-style: disc;
    margin-left: 30px;
}
h3{
    font-size: 20px;
    line-height: 25px;
}
.marginleft{
    margin-left: 50px;
}
.auteur{
    text-align: right;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    font-style: italic;
}
.row_gerant {
    text-align: center;
    margin-bottom: 40px;
}
.row_gerant img {
    border-radius: 50%;
    margin: 20px;
}
.vendre .top_page {
    background-image: url(/assets/images/top_page/vendre_top.jpg);
    background-position: center bottom;
}
body.contact .sidebar{
    z-index:1001;
}
.recherche-detaillee .top_page {
    background-image: url(/assets/images/top_page/recherche-detaillee_top.jpg);
}
aside .contact_nameagency {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 15px;
}
.btn_rdv{
    text-align: center;
    margin: 20px 0;
}
.btn_rdv a{
    padding:8px;
    border-radius:5px;
}
@media (min-width: 992px) {
    nav.menu ul {
        display: inline-block;
        /* padding: 10px 0 0 0; */
    }
    .version-mobile {
        display: none!important;
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
    }
    .index .not-sticking .menu ul > li > a {
        color: #4d4d4d;
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 20px;
    }
}

.btn {
    border-radius: 0;
}

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


/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #a80c0a !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #a80c0a;
}
.detail_header .titre:after {
    background: #a80c0a;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #a80c0a;
}
.retour_pret span {
    color: #a80c0a;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #a80c0a;
    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: #a80c0a !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #a80c0a !important;
    color: #fff;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}
@media (max-width: 1200px) {
    nav.menu ul li a {
        font-size: 13px;
        padding: 7px 5px !important;
    }
    .home_heading {
        font-size: 23px;
        line-height: 30px;
    }
    img.index-logo-not-sticking {
        width: 105px;
    }
    .index-logo-sticking {
        width: 82px;
    }
}
@media (max-width: 991px){
	
	.header__logo img {
  margin-left: -55px;
  margin-top: 10px;
  max-width: 70%;
}
    /* .cover {
        display: none;
    } */
    .container_search {
        margin: 0;
    }
    .header {
        position: relative;
    }
    .index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label,
    .radio_trans input[type=radio].css-checkbox + label.css-label {
        font-size: 14px;
    }
    .plusdecritere {
        margin-top: 0;
    }
    .cover video {
        object-fit: cover;
        height: 100vh;
        top: 0;
        left: 0;
    }
    .cover {
        top: 0;
    }
    .index .header {
        background: none;
    }
    .version-pc {
        display: none;
    }
    .burger-item {
        top: 40px;
    }
    .header__logo img {
        /* width: 77px; */
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .home_cont_categories {
        padding: 50px 10px;
    }
    .home_cont_categories .cat-text {
        width: 190px;
        height: auto;
    }
    .estimation .bg-estimation1, .estimation .bg-estimation2 {
        padding: 45px 15px;
        margin-bottom: 50px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait){
.bgAccueil {
    background-image: none;
}
}
@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-image: none;
    }
}
@media (max-width: 767px){
    .home_cont_estimation {
        margin-top: 40px;
    }
    .cat {
        margin-bottom: 20px;
    }
    .order1 {
        order: 1;
        margin: 5px 0;
    }
    .order2 {
        order: 2;
        margin: 5px 0;
    }
    .order3 {
        order: 3;
        margin: 5px 0;
    }
    .home_cont_presentation,
    .home_cont_estimation{
        padding: 50px 0;
    }
    .deco {
        padding: 10px 0;
        font-size: 21px;
        margin-bottom: 15px;
    }
    .address.marginauto.order2{
        margin: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .bloc_coordonnees {
        padding: 20px 0;
        border-bottom: 1px solid #a80c0a;
    }
}
@media (max-width: 600px){
.home_heading {
    font-size: 18px;
    line-height: 25px;
}
.home_cont_presentation .bloc-noir, .home_cont_estimation .bloc-noir {
    padding: 40px 20px;
}
.home_cont_estimation .bloc_noir_en a {
    max-width: 445px;
    white-space: inherit;
    width: 100%;
}
body.estimation .centre {
    text-align: center;
    margin-top: 35px;
}
}
@media (max-width: 576px){
    .deco {
        margin-top: 30px;
    }
    body.agence .content_page {
        padding-bottom: 0;
    }
}

@media (max-width: 420px){
	
.header__logo img {
  margin-left: -50px;
  margin-top: 10px;
  max-width: 70%;
}
.moteur {
    top: auto;
}
.estimation h2 {
    font-size: 17px;
}
}