/*//////////////IMPORTS////////////*/

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

/*COULEURS : violet #544483 / marron #a18d6d / marron fonce #695f4f*/
/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff url('/assets/images/fond4.png') ;
    color: #092327;
}
.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////////////*/

a {
    color: #000;
}
a:hover {
    color: #0056b3;
}

.administrable p {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.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: 36px !important;
  border-radius: 0 !important;
  margin-top: 3px;
  border: 1px solid #ccc;
}
.page-heading {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #544483;
  text-transform: uppercase
}


.alerte-email .block_info {
    background: #ffffff;
    border: 1px solid #544483;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #544483!important;
}


/*//////////////BOUTONS////////////*/

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

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




.btn-secondary {
    background: #333;
}
.carousel {
    z-index: 1;
    background: #ffffff}

/*//////////////HEADER////////////*/
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider/image-1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider/image-2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider/image-3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider/image-4.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider/image-5.jpg');
}


.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity ease-out 2s;
  height: 490px;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
    transition: opacity ease-in 3s;

   
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
  
}



/*
#carouselHome2 .carousel-item:nth-child(4) {
    background-image: url(/assets/images/slider/image-4.jpg);
}
#carouselHome2 .carousel-item:nth-child(5) {
    background-image: url(/assets/images/slider/image-5.jpg);
}
#carouselHome2 .carousel-item:nth-child(6) {
    background-image: url(/assets/images/slider/image-6.jpg);
}
*/



.baseline{
    text-align: right;
    margin-top:40px;
}
.switch-txt {
    height: 80px;
    overflow: hidden;
    color:#fff;
    text-shadow: 1px 1px 2px #000000;
    
}
.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 {
    font-size: 5em;
    font-weight: 700;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;
    text-shadow: 1px 1px 2px #000000;

}
.ttl-big span{
    font-size: 0.8em;
    text-shadow: 1px 1px 2px #000000;
}
.ttl-big.ttl-big-anim {
    line-height: 1.20;
}

.switch-txt2 {
    height: 80px;
    overflow: hidden;
    color:#fff;
    text-shadow: 1px 1px 2px #000000;
    font-weight: 800;
}
.switch-txt2 .switch-items2 {
    -webkit-animation: txt-switcher2 3s ease-in-out 3s infinite alternate;
    animation: txt-switcher 3s ease-in-out 3s infinite alternate;
    animation-delay : 1s;
}
@keyframes txt-switcher2{
    0%, 40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100%, 50% {
        -webkit-transform: translateY(-51%);
        transform: translateY(-51%);
    }
}
.ttl-big2 {
    font-size: 5em;
    font-weight: 800;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;

}
.ttl-big2.ttl-big-anim2 {
    line-height: 1.20;
    font-weight: 800;
}
.switch-txt3 {
    height: 30px;
    overflow: hidden;
    color:#fff;
    text-shadow: 1px 1px 2px #000000;
    font-weight: 800;
}
.switch-txt3 .switch-items3 {
    -webkit-animation: txt-switcher3 3s ease-in-out 3s infinite alternate;
    animation: txt-switcher 3s ease-in-out 3s infinite alternate;
    animation-delay : 1s;
}
@keyframes txt-switcher3{
    0%, 40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100%, 50% {
        -webkit-transform: translateY(-51%);
        transform: translateY(-51%);
    }
}
.ttl-big3 {
    font-size: 2em;
    font-weight: 800;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;


}
.ttl-big3.ttl-big-anim3 {
    line-height: 1.20;
    font-weight: 800;
}

.bg-header {
    background: transparent;
    width: 100%;
    margin-left: 0px;
    text-align: right;
    color: #fff;
    padding: 0;
    height: 490px;
;
}
.baseline-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.title-service-header{
    text-transform: capitalize;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px #000000;
}
.title-service-header3{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px #000000;
}
.header-callto{
    display: contents;
    justify-content: flex-end;
}
.header-callto a{
    padding-right: 20px;
}
header .navbar {
    border-top: 2px solid #544483;
    border-bottom: 2px solid #544483;
    background: #ffffff
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0);
    bottom: 50px;
}
.nav-main li a {
    text-transform: uppercase;
    color: #544483;
    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: 13px;
    font-weight: 500
}
.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;
}
.nav-main li:hover {
    color: #fff;
    background: #544483;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #544483;
    min-width: 125px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: none;
}
.dropdown-menu a:hover {
    background-color: #a18e6e;
}

/*//////////////SERVICES////////////*/
.services{
    background:#ffffff ;
    height: auto;
    width: 100%;
    margin-left: 0px;
    color: #fff;
    padding: 15px;
    
        border: 1px solid #dbdbdb;

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

.title-service:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #544483;
}
.service-txt{
    min-height: 14rem;
    padding: 20px 15px;
    font-size: 15px;
    color: #544483
}
.services h3{
    margin-top: 30px;
    color: #544483
}
.service1, .service2, .service3{
    border: 1px solid #dbdbdb;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
    min-height: 390px;
    background: #f5f5f5
}
.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: #a18d6d;
}

dl > dt {
  float: left;
  width: 50%;
  overflow: hidden;
  clear: left;
  text-align: initial;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  
}
.col-table__property{
	color:#544483
}
.col-table__value{
	color:#544483
}
/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 00px;
     padding-bottom: 40px;
    background: #ffffff
}
.title-club{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #544483
}
.title-club:after{
    top: 120%;
    left: 0;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 0px;
    background: #544483;
}
.bg-club{
    overflow: hidden;
}
.club-txt{
    margin-bottom: 50px;
      min-height: 14rem;
  padding: 20px 15px 25px 0px;
  font-size: 15px;
}
}
.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: transparent;
    margin-left: 0;
    margin-right: 0;
}
.nos-biens h5{
    color: #544483;
    text-align: center;
    text-transform: uppercase;
}
.prod_accueil article {
    background: #ffffff;
    margin-bottom: 40px;
    border: 1px solid #dbdbdb
}
.index .block_info {
    background: transparent;
    border: 1px solid #fff;
    border-top: 0;
    color: #534382;
}

.detail .info_ville{
	    color: #534382;

	}
	.detail h3{
	    color: #534382;

	}
/*//////////////FOOTER////////////*/

footer {
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 30px;
  clear: both;
}

footer .liens_right img {
  border: 1px solid transparent;
  filter: invert(0%) sepia(5%) saturate(3%) hue-rotate(345deg) brightness(105%) contrast(100%);
}
address {
    border-top: 2px solid #544483;
    border-bottom: 2px solid #544483;
    background: #ffffff
}
footer, footer a {
    color: #092327;
    transition: all 0.3s ease-in-out;
}
footer a:hover {
    color: #06d6a0;
    transition: all 0.3s ease-in-out;
}
footer{
    margin-top:0px;
}




.agence p{
	font-size: 15px
	}

/*//////////////PAGES FORMULAIRES////////////*/

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #534382;
}


/*//////////////LISTING////////////*/

.list-crit {
    color: #534382;
    font-weight: 700
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #17a2b8;
}


/*//////////////DETAIL////////////*/

.detail-info .table i {
    color: #534382;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}



@media (min-width: 992px) {
	
	
	.header__logo{
    padding: 20px;
    width: 25%;
}
    .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;
    }
    
.bloc_search {
  padding: 23px 8px 8px 8px;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 60px;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.0);
  bottom: 00px;
}
}

@media (max-width; 991px){
	.bloc_search {
		position: absolute;
  bottom: 100px;
  padding: 10px;
}
	}



/*// Extra small devices (portrait phones, less than 576px)*/

/*// Medium devices (tablets, less than 992px)*/
@media (min-width: 576.98px) and (max-width: 991.98px) {
        .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: 575.98px) {
    body {
        overflow-x: hidden;
    }
    .bloc_search {
        bottom: -100px;
        padding:10px;
    }

    .switch-txt {
        height: 65px;
    }
    .baseline {
        margin-top: 10px;
    }
    .ttl-big {
        font-size: 4em;
    }
    .bloc_search {
	    position: absolute;
        bottom: -10px;
        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-left: 15px;
    }
    .bg-club{
        padding-right: 0px;
    }
    .bg-club img{
        width: 100%;
        margin-left: 0;
    }
    .title-service:after, .title-club:after {
        display: none;
    }

}


@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%;
    }
}