/* COULEURS : Bleu lavande 788ec7  */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

/* ******************************************** */
/* ************ GENERAL *********************** */
/* ******************************************** */

.dev{
	border: 1px solid red
}

a{
	color: #000000
}
a:hover {
  color: #788ec7;
}

a:hover{
	text-decoration: none
}

[class*="listing"] .logo-header {
  background: #788ec7;
  margin-left: 0px;
  display: flex;
}
.b-nav.open {
  visibility: visible;
  right: 0;
  background: linear-gradient( rgba(0,0,0, 0.3), rgba(0,0,0, 0.3) ),url('../images/bgimg-nav.jpg') no-repeat center center;
    background-size: auto, auto;
  background-size: cover;
  width: 100%;
  height: 100vh;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.top_link {
  bottom: 15px;
  background: #24293548;
  box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
  height: 3rem;
  width: 3rem;
  right: 50px;
  position: fixed;
  display: flex;
  border: 1px solid #788ec7;
  color: #ac1e44;
  opacity: 1;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


.b-link {
  background: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-left: 30px;
  text-decoration: none;
  transition: all 0.4s ease;
  width: auto;
    font-family: 'Montserrat', sans-serif;
}
.uppercase{
	text-transform: uppercase
}

.btn-primary, .btn-info, .btn-secondary {
    color: #fff;
    background-color: #788ec7;
    border-color: #788ec7;
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover {
    color: #ffffff;
    background-color: #9fa7ba;
    border-color: #9fa7ba;
}
.b-bun {
    background: #ffffff;
    position: relative;
    transition: all 0.4s ease;
}


.b-container.open .b-bun--top {
    background: #ffffff;
    top: 9px;
    transform: rotate(45deg);
    
}

.b-container.open .b-bun--bottom {
    background: #ffffff;
    top: 5px;
    transform: rotate(-45deg);
}


.page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #788ec7;
    height: 2px;
    width: 150px;
    margin: 14px 0px 14px 0px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 3px solid #788ec7;
  border-radius: 25px;
  opacity: .75;
  box-sizing: content-box;
  background-color: rgb(246 241 235 / 90%);
}
.scroller {
  width: 4px;
  height: 12px;
  border-radius: 25%;
  background-color: #788ec7;
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
/* ************ FIN GENERAL *********************** */


/* ******************************************** */
/* ************ PAGE ACCUEIL ****************** */
/* ******************************************** */
.header .sticking, .header .not-sticking {
  background: #788ec7;
}
.titre-baseline {
    font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
    text-shadow: #000000 0.05em 0.05em 0.1em;

  line-height: 1.2;
}


.home_cont_categories .cat-text {
  color: #788ec7;
  font-size: 20px;
  font-weight: 400;
    font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .1em;
}
.home_cont_categories .cat-text-small {
  position: absolute;
  color: #788ec7;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  display: block;
    font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  top: 50px;
}
.home_cont_categories .cat-infos-overlay {
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0;
  background: #ffffff;
  color: #767576;
  width: 300px;
  height: 90px;
  padding: 15px;
  justify-content: left;
  
}
.cat:hover .cat-infos-overlay {
  background: #ffffff;
  width: 300px;
  height: 90px;
}

.contact_heading {
  font-size: 28px;
  text-align: center;
  color: #767576;
    font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.pres-text {
  color: #000;
    font-family: 'Montserrat', sans-serif;
}

.page-heading {
    font-family: 'Montserrat', sans-serif;
}
/* ************ SECTION CONTACT ****************** */


.text-contact p {
    margin-top: 40%;
    margin-left: 20%;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: #ffffff;
    text-shadow: #000000 0.05em 0.05em 0.1em;
    width: 100%
}

.contact_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #788ec7;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.index .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #788ec7;
    outline: 2px;
}
/* ************ FIN SECTION CONTACT ****************** */



/* ************ SECTION VENDU/LOUER ****************** */
.home_cont_selection .home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #788ec7;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}

.nav-tabs .nav-link.active {
    color: #788ec7;
    background-color: transparent;
    border-color: transparent transparent #788ec7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.section-vendu .spin1 {
    font-size: 18px;
    text-shadow: #000000 0.05em 0.05em 0.1em;
    color: #ffffff
}

.section-vendu .spin3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-shadow: #000000 0.05em 0.05em 0.1em;
     color: #ffffff
}




/* ************ FIN SECTION VENDU/LOUER ****************** */

/* ************ LISTING BIENS ****************** */

[class*="listing"] .container_search, [class*="listing-"] .container_search {
  margin: 0;
  background-color: #ffffff;
  padding: 00px 0px 0px 0px;
}

#formrecherchevente, #formrecherchelocationsaison {
  padding-top: 30px;
  background: #ececec;
}


.listing-vente .btn-primary {
  color: #ffffff !important;
  background-color: #778ec7;
  border-color: #788ec7;
}
.effect-cms .over_desc {
  top: auto;
  bottom: 0;
  -webkit-transition: -webkit-transform .35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  z-index: 1;
  background: #fdfbfb url("/modele/images/inter-over-listing.jpg") no-repeat top left;
  height: 200px;
  padding: 20px 15px 20px 20px;
}
/* ************ DETAIL BIENS ****************** */

.calendrier-loc-sais {
  padding: 25px 0 10px 0;
  max-width: 1110px;
 
}
.detail .page_heading {
  font-size: 22px;
  font-weight: 500;
  border-left: 2px solid #778ec7;
  padding-left: 10px;
} 
.detail_taber .nav-link.active, .detail_taber .nav-link:hover {
  background: #788ec7 !important;
  color: #fff;
  padding: 10px;
}

.detail_taber {
  border-bottom: 1px solid #788ec7;
}

.retour_pret {
  font-size: 25px;
  font-weight: 700;
  color: #788ec7;
}
.lafficheur li:hover, .lafficheur li.active {
  background-color: #788ec7 !important;
}
.retour_pret span {
  color: #788ec7;
}
.leaflet-marker-icon {
  filter: invert(67%) sepia(7%) saturate(2890%) hue-rotate(187deg) brightness(84%) contrast(82%);
}

.detail_header_sticky .titre {
    font-family: 'Montserrat', sans-serif;
}

/* ******************************************** */
/* ************ RESPONSIVE ****************** */
/* ******************************************** */
@media (max-width: 991px){
	[class*="listing"] .main-content{
	margin-top: 150px
}
}

@media (max-width: 441px) {
.home_cont_categories .cat-infos-overlay {
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0;
  background: rgba(255, 255, 255, 0.58);
  color: #767576;
  width: 100%;
  height: 90px;
  padding: 15px;
  justify-content: left;
}
}
