/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');


/*GENERAL*/

body {
    font-family: 'Muli', sans-serif;
}

/* TOP PAGE */
.estimation .top_page {
    background-image: url(../images/top_page/estimation_top.jpg);
}
.alerte-email .top_page{
    background-image: url(../images/top_page/alerte-email_top.jpg);
}
.agence .top_page {
    background-image: url(../images/top_page/agence_top.jpg);
}
.mentions-legales .top_page {
    background-image: url(../images/top_page/mentions-legales_top.jpg);
}
.on-vous-rappelle .top_page {
    background-image: url(../images/top_page/on-vous-rappelle_top.jpg);
}
.comparateur .top_page {
    background-image: url(../images/top_page/comparateur_top.jpg);
}
.recherche-detaillee .top_page {
    background-image: url(../images/top_page/recherche-detaillee_top.jpg);
}
.echange .top_page {
    background-image: url(../images/top_page/echange_top.jpg);
}
.actualites .top_page {
    background-image: url(../images/top_page/actualites_top.jpg);
}


/*SLIDER*/
.carousel-indicators{
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}

/* HEADER */
nav.menu ul li {
    display: inline-block;
}
.menu ul > li > a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 14px;
    padding: 12px 10px;
    line-height: 1.2;
}
.menu ul > li > a:hover{
  font-weight: 800;
}
.header__logo{
  text-align: left;
  display: inline-block;
  height: 120px;
  min-width: 400px;
  padding: 10px 0;
}
nav {
  display: inline-block;
}
.index .header{
    background: rgba(0, 0, 112, 0.8);
}
.header, .header .sticking{
    background: #000070;
}
.burger-item, .burger-item::before, .burger-item::after {
    background: #fff;
}
.listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
    right: 2%;
    top: 10%;
    background: #fff;
    color: #000070;
}

/* BOUTONS */
.btn {
    border-radius: 0;
}
.btn-primary, .btn-secondary, .btn-info, .btn-success{
    text-transform: uppercase;
    background: #000070;
    border-color: #000070;
    color: #fff;
    letter-spacing: 0.2px;
}
.btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover{
    background: #fff;
    border-color: #000070;
    color: #000070;
}

/* TITRES */
.home_heading::before {
    content: "";
    display: block;
    position: relative;
    background: #000070;
    height: 3px;
    width: 90px;
    margin: 10px auto 15px auto;
}
.home_heading {
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.page-heading::before, .deco::before, h1:before{
  content: "";
    display: block;
    position: relative;
    background: #000070;
    height: 3px;
    width: 90px;
    margin: 10px 0 5px 0;
}

/* MOTEUR */
.moteur {
    padding: 0;
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 60%;
    min-height: inherit;
    z-index: 20;
    background-color: transparent;
}
.radio_trans input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 7px 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 130px;
    margin: 0;
    background-color: #fff;
    color: #000070;
    border: 1px solid #fff;
}
.radio_trans label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label {
    background-color: #000070;
    border-color: #000070;
    color: #fff;
    border: 0 !important;
    height: 42px;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label:after {
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000070;
    margin: 10px auto;
    background: transparent;
}
[class*="listing-"] .not-sticking .container_search {
    background: #fff;
    padding: 30px 0;
}

/* BANDEAU ECHANGE */
.home_cont_echange {
    padding: 60px 10px;
    background: #000070;
    text-align: center;
    color: #fff;
}
.home_cont_echange p{
  display: inline-block;
  font-size: 22px;
  letter-spacing: 2px;
}
.home_cont_echange .btn {
    margin-left: 20px;
}
.home_cont_echange p{
  font-weight: bold;
}
.codepad-callto::before,
.codepad-callto::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home_cont_echange a{
    display: inline-block;
}
.btn-cont {
    text-align: center;
    margin-top: 20px;
}
.btn-cont .btn {
    position: relative;
    padding: 20px 70px;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 1.125em;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
}
.btn-cont .btn {
border: none;
}

.btn-cont .btn:hover {
    border: none;
    background: #fff;
    color: #000070;
}
.btn-cont .btn .line-1 {
-webkit-animation: move1 1500ms infinite ease;
        animation: move1 1500ms infinite ease;
}
.btn-cont .btn .line-2 {
-webkit-animation: move2 1500ms infinite ease;
        animation: move2 1500ms infinite ease;
}
.btn-cont .btn .line-3 {
-webkit-animation: move3 1500ms infinite ease;
        animation: move3 1500ms infinite ease;
}
.btn-cont .btn .line-4 {
-webkit-animation: move4 1500ms infinite ease;
        animation: move4 1500ms infinite ease;
}
.btn-cont .line-1 {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: white;
    left: 0;
    bottom: 0;
}
.btn-cont .line-2 {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: white;
    left: 0;
    top: 0;
}
.btn-cont .line-3 {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: white;
    right: 0;
    top: 0;
}
.btn-cont .line-4 {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: white;
    right: 0;
    bottom: 0;
}
  
  @-webkit-keyframes move1 {
    0% {
      height: 100%;
      bottom: 0;
    }
    54% {
      height: 0;
      bottom: 100%;
    }
    55% {
      height: 0;
      bottom: 0;
    }
    100% {
      height: 100%;
      bottom: 0;
    }
  }
  
  @keyframes move1 {
    0% {
      height: 100%;
      bottom: 0;
    }
    54% {
      height: 0;
      bottom: 100%;
    }
    55% {
      height: 0;
      bottom: 0;
    }
    100% {
      height: 100%;
      bottom: 0;
    }
  }
  @-webkit-keyframes move2 {
    0% {
      width: 0;
      left: 0;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  @keyframes move2 {
    0% {
      width: 0;
      left: 0;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  @-webkit-keyframes move3 {
    0% {
      height: 100%;
      top: 0;
    }
    54% {
      height: 0;
      top: 100%;
    }
    55% {
      height: 0;
      top: 0;
    }
    100% {
      height: 100%;
      top: 0;
    }
  }
  @keyframes move3 {
    0% {
      height: 100%;
      top: 0;
    }
    54% {
      height: 0;
      top: 100%;
    }
    55% {
      height: 0;
      top: 0;
    }
    100% {
      height: 100%;
      top: 0;
    }
  }
  @-webkit-keyframes move4 {
    0% {
      width: 0;
      right: 0;
    }
    55% {
      width: 100%;
      right: 0;
    }
    100% {
      width: 0;
      right: 100%;
    }
  }
  @keyframes move4 {
    0% {
      width: 0;
      right: 0;
    }
    55% {
      width: 100%;
      right: 0;
    }
    100% {
      width: 0;
      right: 100%;
    }
  }
/* .home_cont_echange .btn-primary{
  border-color: #fff;
  background: #fff;
  color: #000070;
}
.home_cont_echange .btn-primary:hover{
  border-color: #fff;
  background: transparent;
  color: #fff;
} */

/* NOTRE SELECTION */
.home_cont_selection{
  background: #fff;
  z-index: 1;
}
.index .info_ville {
    font-size: 13px;
    text-transform: uppercase;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 20px;
    z-index: 150;
    color: #000070;
    background: #fff;
    padding: 0 7px;
    border-radius: 80px;
}
.index .info_type {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
    text-transform: capitalize;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    border-bottom: 2px solid #000070;
    height: 70px;
}
.index .info_prix {
    float: right;
    margin: 22px 0 15px 0;
}

/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center center;
    background-size: cover;
    color: #000;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .bloc-blanc{
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  border-radius: 20px;
}
.home_cont_presentation h3{
  color: #000070;
}
.home_cont_presentation .en-savoir-plus{
  color: #000070;
  font-weight: 600;
  font-style: italic;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  padding: .5rem 0;
  font-size: 1rem;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  vertical-align: middle;
}
.home_cont_presentation .en-savoir-plus:hover{
  font-weight: 800;
}
.home_cont_presentation .en-savoir-plus i{
  font-size: 1.2rem;
}

/* NOS BIENS */
.home_cont_categories .home_heading {
    margin-bottom: 50px;
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 15%;
    right: 25%;
    background: rgba(255,255,255, 0.6);
    color: #fff;
    width: 50%;
    height: 70%;
    border-radius: 180px;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small{
    color: #000;
    letter-spacing: 2px;
}
.home_cont_categories .cat-text-small{
    font-weight: 400;
}
.home_cont_categories .cat-text::after{
    background: #000;
    width: 30px;
    margin: 10px auto 0 auto;
}

/* ALERTE EMAIL */
.home_cont_alertes{
    padding: 10px 10px;
    background: #000070;
}
.home_cont_alertes .btn-primary{
  border-color: #fff;
}

/*COORDONNEES*/
.cont_coordonnees{
  color: #000;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZmZmIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IiNjY2MiPjwvcmVjdD4KPC9zdmc+");
}
.logo-fb {
  font-size: 30px;
  margin: 0 5px;
  color: #000;
}
.logo-fb:hover{
  color: #000070;
}
.cont_coordonnees .btn-primary, .cont_coordonnees #voir-telephone-0{
  background: transparent;
  border-color: #000;
  color: #000;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 5px 0 !important;
}
.cont_coordonnees .btn-primary:hover, .cont_coordonnees #voir-telephone-0:hover{
  background: #000070;
  color: #fff;
  border-color: #000070;
}
.cont_coordonnees .btn {
    text-align: center;
}
.cont_coordonnees p{
  margin-bottom: 0.2rem;
}

/* FOOTER */
footer, footer a {
    color: #000;
}
footer {
    background-color: #fff;
    padding: 50px 10px;
}


/* PAGE AGENCE */
blockquote{
  display:block;
  padding: 15px 20px 15px 75px;
  margin: 0 0 20px;
  position: relative;
  /*Box Shadow - (Optional)*/
  -webkit-box-shadow: 5px 4px 20px #000070;
  box-shadow: 5px 4px 20px #000070;
}
blockquote p{
    margin: 0;
    font-size: 16px;
}
blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 80px;
  font-weight: bold;
  color: #000070;
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:-2px;
}
blockquote.bq::before{
  top: -12px;
}
blockquote::after{
  /*Reset to make sure*/
  content: "";
}
blockquote a:hover{
 color: #666;
}
.list-style-item::before{
  content: '•';
  display: inline-block;
  color: #000070;
  padding-right: 5px;
}


/* LISTING */
[class*="listing-"] .info_ville {
    font-size: 14px;
}
[class*="listing-"] .info_titre {
    font-size: 16px;
    padding-top: 6px;
    font-weight: bold;
}
[class*="listing-"] .info_type {
    font-style: italic;
}
.card_list li > span:after{
  display: none;
}
[class*="listing-"] .info_prix {
    font-weight: bold;
}
[class*="listing-"] .over_desc .btn-primary a{
  color: #fff;
}
[class*="listing-"] .over_desc .btn-primary:hover a{
  color: #000070;
}
[class*="listing-"] .sticking .plusdecritere .plusc, [class*="listing-"] .sticking .plusdecritere .plusm{
  color: #fff;
}

/* PAGE DETAIL */
.detail_header .titre:after {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    background: #000070;
    height: 2px;
}
div#descdetail {
    color: #000;
}
.detail .info_ville {
    font-size: 15px;
}
.detail_taber {
    border-bottom: 1px solid #000070;
}
.detail_taber .nav-link {
    color: #000;
    padding: 0.5em 1em;
}
.detail_taber .nav-link.active{
  background: #000070;
  color: #fff;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: rgba(0, 0, 0, 0.02);
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: rgba(0, 0, 0, 0.02);
}
.lafficheur li{
    background-color: #000070!important;
    margin-right: 8px;
    letter-spacing: 1px;
    font-weight: 200;
}
.lafficheur li:hover, .lafficheur li.active{
    background-color: #fff!important;
    color: #000070!important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* COMPARATEUR */
.bkg-fav {
  background: #000070;
}
.tab-content{
  background: #fff;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-item.show .nav-link{
    border: none;
}
.comparateur .nav-tabs .nav-link {
    color: #fff;
    background-color: transparent;
    border: none;
}
.nav-tabs .nav-link.active {
  border-bottom: 4px solid #fff;
}
.comparateur .nav-tabs .nav-link i{
  padding: 0 10px;
}


/* ASIDE CONTACT */
aside.aside_contact {
    background-color: #abaaaa;
}
aside address .group_btn a {
    width: 70%;
    font-size: 12px;
    padding: 8px 0;
    margin: 5px 0;
    letter-spacing: 1px;
}
aside .contact_nameagency {
    margin: 30px 0 20px 0;
}
aside #map {
    margin-bottom: 10px;
}
aside .contact_coordinates, aside .aside_map {
    border-bottom: inherit;
}
aside .social_network i{
  color: #fff;
}
aside .social_network i:hover{
  color: #000070;
}
.btn-link:hover {
    color: #000070;
}

/* AUTRE */
.badge-danger {
    background-color: #000070;
}
.breadcrumb-item.active {
    color: #000070;
}
.contact .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
}
.progress-bar {
    background-color: #000070;
}


/* TOP LINK */
.top_link {
    background: #000070;
    border-radius: 30px;
}
.top_link:hover {
    height: 50px;
}

/* RESPONSIVE */
@media (min-width: 1024px) and (max-width: 1366px){
  .header__logo {
    text-align: center;
    display: block;
  }
  nav{
    display: block;
    margin-bottom: 0;
    padding-bottom: 1px;
  }
  .moteur {
    left: 10%;
    width: 80%;
  }
  .plusdecritere .text-filtre2 {
    width: inherit;
  }
  .index .prod_accueil .block_info {
    height: 90px;
  }
}
@media (max-width: 768px){
  .header__logo {
    display: block;
    min-width: inherit;
    text-align: center;
  }
  img.index-logo-not-sticking, img.index-logo-sticking{
    margin-left: -20px;
  }
  .plusdecritere .text-filtre2 {
    width: inherit;
  }
  nav, nav.menu ul li {
    display: block;
  }
  .detail .container_page {
    margin-top: 150px;
  }
  .top_page, .map{
    margin-top: 120px;
    top: inherit;
  }
  .comparateur .nav-link span{
    display: none;
  }
}
@media (max-width: 420px){
  .bloc-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bloc-reseaux {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  img.index-logo-not-sticking, img.index-logo-sticking, .header .img-fluid {
    margin-left: -30px;
    max-width: 70px;
    margin-top: 0;
  }
  .moteur {
    left: 10%;
    width: 80%;
    top: inherit;
    bottom: 15%;
  }
  .radio_trans input[type=radio].css-checkbox + label.css-label {
    min-width: 110px;
  }
  .plusdecritere .text-filtre1 {
    display: none;
  }
  .header__logo {
    height: 95px;
  }
  .index .prod_accueil .block_info {
      height: 90px;
  }
  .home_cont_categories .cat-text {
    font-size: 18px;
  }
  .home_cont_categories .cat-text-small {
    font-size: 10px;
  }
  [class*="listing-"] .not-sticking .container_search {
    padding: inherit;
  }
  #content {
    margin-top: 32%;
  }
  .top_page, .map {
    margin-top: 90px;
    top: inherit;
  }
  .menu ul > li > a {
    padding: 4px 10px;
  }
  .deco, .page-heading {
    font-size: 1.8rem;
  }
}

/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
   margin-top: -45px;
   margin-left: -15px;
}

.leaflet-marker-icon.leaflet-google-marker {
   height: 45px !important;
   width: 30px !important;
}