/*//////////////IMPORTS////////////*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

body {
  font-size: 15px;
}


.dropdown-menu a:hover {
  background-color: #4397a0;
  color: #fff; }

.dropdown-menu a {
  color: #fff !important; }

.info_prix {
  margin: 30 px  0 15 px  0;
  line-height: 20px;
  padding: 0;
  font-size: 17px; }

body {
  /* font-family: 'Work Sans', sans-serif; */
  background: url(/assets/images/fond.png);
  color: #333;
  background: #fff; }

.btn-primary:hover {
  color: #ffffff !important;
  background: #333;
  border-color: #333;
  transition: all 0.3s ease-in-out; }

.title-service-header {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 10px;
}

.ttl-big {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 0.5;
  margin-bottom: 10px;
  padding-right: 20px;
  text-transform: uppercase;
}

.baseline {
  text-align: right;
  margin-top: 15px;
  position: absolute;
  top: 30px;
  z-index: 99;
  right: 10px;
  width: 100%;
}

.title-service:after {
  top: 50%;
  width: 200px;
  height: 2px;
  content: '';
  position: absolute;
  margin-left: 5px;
  background: #333; }

.nos-biens .title-service:after {
  top: 50%;
  width: 200px;
  height: 2px;
  content: '';
  position: absolute;
  margin-left: 5px;
  background: #333; }

.services .title-service:after {
  top: 50%;
  width: 200px;
  height: 2px;
  content: '';
  position: absolute;
  margin-left: 5px;
  background: #fff; }

.switch-txt {
  height: 60px;
  overflow: hidden;
  color: #fff !important; }

  .bold {
    font-weight: 700;
  }
  .rouge {
    color: #4397a0;
  }

  .page-heading, .administrable h1 span {
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0;
    text-transform: uppercase;
    color: #4397a0;
}
.services {
  background: #333333;
  height: auto;
  width: 100%;
  margin-left: 0px;
  color: #333;
  padding: 15px; }

.nos-biens h5 {
  color: #333 !important;
  text-align: center;
  text-transform: uppercase; }

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 125px;
  /*
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
*/
  border: none; }

header .navbar {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  border-radius: 2px; }

.bloc_search {
  bottom: 0; }

.club {
  height: auto;
  width: 100%;
  margin-left: 0px;
  padding-left: 15px;
  background: #ffffff; }

.index .block_info {
  background: #fff;
  border: 0px solid #333;
  border-top: 0;
  color: #000 !important; }

.nos-biens {
  background: #d3edd6;
  margin-left: 0;
  margin-right: 0; }

.nav-main li:hover {
  color: #fff;
  background: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
  background: transparent; }

/*//////////////GENERAL////////////*/
.service1 h3, .service2 h3, .service3 h3 {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center !important;
  padding-left: 15px; }

.service1, .service2, .service3 {
  border: 1px solid #fff !important;
  padding: 10px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center !important;
  min-height: 390px;
  background: #fff; }

a {
  color: #000; }

a:hover {
  color: #4397a0; }

.alerte-email .block_info {
  background: transparent;
  border: 1px solid #4397a0;
  border-top: 0; }

.breadcrumb-item > a, .block_tri_list.d-flex > label {
  color: #4397a0 !important; }

  .alert-danger {
    color: #fff;
    background-color: #4397a0;
    border-color: #4397a0;
}

/*//////////////BOUTONS////////////*/
.club .btn-primary:hover {
  color: #333 !important; }

.btn-secondary {
  background: #4397a0; }

.carousel {
  z-index: 1; }

/*//////////////HEADER////////////*/
.switch-txt .switch-items {
  -webkit-animation: txt-switcher 2s ease-in-out 2s infinite alternate;
  animation: txt-switcher 2s ease-in-out 2s infinite alternate;
  animation-delay: 1s; }

@keyframes txt-switcher {
  0%, 40% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100%, 50% {
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%); } }

.ttl-big.ttl-big-anim {
  line-height: 1.20; }

.bg-header {
  width: 100%;
  margin-left: 0px;
  text-align: right;
  color: #fff;
  padding:0;
  height: 550px; }

.header-callto {
  display: contents;
  justify-content: flex-end; }

.header-callto a {
  padding-right: 20px; }

/* header .navbar {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #000;
} */
.navbar {
  margin-bottom: 0px; }

.nav-main li a {
  text-transform: uppercase;
  color: #000;
  line-height: 30px;
  background-size: 6px 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
}

.nav-main li:hover a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 6px 50px; }

.dropdown-menu a:hover {
  background-color: #4397a0; }

.header__logo {
  padding: 20px 0;
  width: 100%;
}
.header__logo p{
  font-size: 27px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}

/*//////////////SERVICES////////////*/
.index .main-content {
  padding: 0px 10px 0 10px;
  margin-top: 0px; }

.title-service-header:before {
  top: 50%;
  width: 255px;
  height: 1px;
  content: '';
  position: absolute;
  margin-left: -268px;
  background: #fff;
}

.title-service {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #333; }

.nos-biens .title-service {
  color: #333;
}
.services .title-service {
  color: #fff;
}

.service-txt {
  min-height: 200px;
  padding: 20px 15px;
  font-size: 14px;
  color: #000; }

.services h3 {
  margin-top: 30px; }

.service1, .service2, .service3 {
  border: 1px solid #fff;
  padding: 10px;
  margin: auto;
  margin-bottom: 30px;
  text-align: left;
  min-height: 360px; }

.service1 .btn, .service2 .btn, .service3 .btn {
  margin-left: 15px; }

/* .service1 h3, .service2 h3, .service3 h3{
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
} */
.strong-gold {
  color: #4397a0; }

/*///////////CLUB INVESTISSEUR//////////*/
footer, footer a {
  color: #333;
  transition: all 0.3s ease-in-out; }

.title-club {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 44px;
  text-align: center;
  color: #4397a0;
  width: 270px;
    margin: auto;
}
.title-club2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  background: #4397a0;
    color: #fff;
    padding: 5px 18px;
    bottom: 7px;
    text-align: center;
    width: 270px;
    margin: auto;
}
.title-club:after {
  display: none;
}

.bg-club {
  overflow: hidden; }

.club-txt {
  margin-bottom: 50px; }

.club-btn {
  text-align: center; }

.club .btn {
  text-align: center;
  padding: 7px 70px; }

.club .col-lg-6 {
  padding-left: 0px; }

/*//////////////NOS BIENS////////////*/
/* .nos-biens{
    background: #000;
    margin-left: 0;
    margin-right: 0;
} */
.prod_accueil article {
  background: transparent;
  margin-bottom: 40px; }

.spin3 {
  color: #4397a0 !important; }

.btn-primary {
  color: #ffffff !important;
  background: #4397a0;
  border-color: #4397a0;
  transition: all 0.3s ease-in-out; }
.btn-primary:hover {
  color: #ffffff !important;
  background: #333;
  border-color: #333;
  transition: all 0.3s ease-in-out; }


.block_info {
  color: #000 !important; }

.prod_listing > .listing_article article:hover {
  border-right: 3px solid #4397a0 !important; }

span.rouge.bold {
  font-size: 16px;
}


/*//////////////FOOTER////////////*/
address ul li i {
  color: #4397a0; }

address {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

footer a:hover {
  color: #4397a0;
  transition: all 0.3s ease-in-out; }

footer {
  margin-top: 0px; }

/*//////////////PAGES FORMULAIRES////////////*/
.breadcrumb-item > a, .block_tri_list.d-flex > label {
  color: #4397a0; }

/*//////////////LISTING////////////*/
.list-crit {
  color: #4397a0; }

.block_info {
  background: #fff; }

.prod_listing > .listing_article article:hover {
  border-right: 3px solid #4397a0; }

  .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    height: 34px !important;
    border-radius: 0 !important;
    margin-top: 0;
    /* border: 1px solid #ccc; */
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
  border: 1px solid #ccc!important;
}
/*//////////////DETAIL////////////*/
.detail-info .table i {
  color: #4397a0; }

.detail-nav-calcul > ul > li a {
  background: #656462; }


  html {
    scroll-behavior: smooth;
  }

.bloc-villages {
  border: 1px solid rgb(67 151 160);
  border-top: 0px solid rgb(67 151 160);
  padding: 30px;
  margin: 0 0 80px 0;
}
#figanieres .page-heading,
#claviers .page-heading,
#seillans .page-heading,
#ampus .page-heading,
#callas .page-heading,
#chateaudouble .page-heading,
#bargemon .page-heading{
  font-size: 22px;
  font-weight: 500;
  padding: 20px 0;
  text-transform: uppercase;
  color: #333;
  background: #d3edd6;
  margin-top: 50px;
  margin-bottom: 0rem;
}

.bloc-villages .carousel-control-next,
.bloc-villages  .carousel-control-prev,
.construire .carousel-control-next,
.construire  .carousel-control-prev {
  background: #4397a0;
  height: 40px;
  width: 40px;
  top: 45%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 30;
  opacity: 1;
}
.bloc-villages .carousel-control-next,
.construire .carousel-control-next {
  right: -48px;
}
.bloc-villages .carousel-control-prev,
.construire .carousel-control-prev {
  left: -48px;
}
#carouselRealisationsIndicators p {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .nav-main {
    padding: 0;
    margin: 0; }
  .navbar {
    padding: 0;
    margin-bottom: 0px; }
  .nav-main li {
    text-align: center;
    padding: 10px 10px; }
  .dropdown-menu {
    margin-top: 0; }
  .header__logo img{
      width: 120px;
  }
  .carousel-fullscreen .carousel-inner .carousel-item {
    height: auto;
    min-height: 550px;
}
  }


@media (min-width: 576.98px) and (max-width: 991.98px) {
  .bloc_search {
    bottom: 0;
    padding: 10px; }
  .container {
    max-width: 768px; }
  .bg-header {
    background-position-x: 30%; }
  .index .main-content {
    padding: 0px; }
  .club {
    padding-left: 15px;
    padding-right: 0; }
  .bg-club img {
    margin-left: -25%; }
  .prod_accueil article {
    width: auto;
    margin: 0; }
  .index .prod_accueil, .detail .prod_accueil {
    flex-direction: inherit;
    margin-bottom: 25px; } }

@media (max-width: 991px) {
  .header__logo img {
    width: 100px;
  }
  .dropdown-menu a {
    color: #000 !important;
  }
  .title-club2 {
    font-size: 20px;
    width: 200px;
  }
  .title-club {
    font-size: 32px;
    width: 200px;
  }
  .service-txt {
    min-height: 295px;
  }
  #carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url(/assets/images/slider/image-5.jpg);
}
}
@media (max-width: 575.98px) {
  body {
    overflow-x: hidden; }
  .switch-txt {
    height: 36px; }
  .baseline {
    margin-top: 10px; }
  .ttl-big {
    font-size: 2em; }
  .bloc_search {
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .btn-primary {
    margin-bottom: 10px; }
  .bg-header {
    background-position-x: 40%;
    background-repeat: no-repeat; }
  .container {
    padding-top: 0px;
    padding-bottom: 0px; }
  .index .main-content {
    padding: 0;
    margin-top: 0px; }
  .club {
    padding-left: 0; }
  .club .test {
    padding: 40px 15px; }
  .bg-club {
    padding-right: 0px; }
  .bg-club img {
    width: 100%;
    margin-left: 0; }
  .title-service:after, .title-club:after {
    display: none; }
  .header__logo img {
      width: 70px;
  }
  .header__logo p {
    font-size: 18px;
  }
  .title-service-header:before {
    display: none;
  }
  .index .carousel {
    z-index: 0;
      margin-bottom: 0;
  }
  .service-txt {
    min-height: 210px;
  }
  .villages-perches ul.d-flex {
    display: block!important;
    text-align: center;
  }
  .villages-perches ul.d-flex li .btn-primary {
    width: 150px;
  }
  .construire .carousel-control-next {
    right: -30px;
  }
  .construire .carousel-control-prev {
    left: -30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .index .prod_accueil, .detail .prod_accueil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .search__form-item:nth-child(1) {
    margin-bottom: 5px;
    vertical-align: top;
    width: calc(100% / 2 - 20px);
    margin-left: 10px; }
  .bloc_search {
    bottom: -36px; }
  .bg-club img {
    margin-left: 0; }
  .prod_accueil article {
    width: 100%; } }
