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

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

/*COULEURS : vert #0000ff / Marine #092327 / Vert #0b5351*/
/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background:#ffffff
    color: rgb(77, 77, 77);
}

.dev{
	border: 1px solid red
}
.avis-google.bg-blanc {
	background: #fff;
	padding: 50px;
	border: 0px solid #b7b7b7;
	box-shadow: none;
}
address {
	font-size: 12px;
	margin-bottom: 0;
	text-align: center;
}

#calendrier-loca-saisons table {
  border-collapse: collapse;
  width: 100%;
}

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

.estimation .block_info, .alerte-email .block_info {
  background: #ffffff;
}


.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
}
address .ion-social-facebook{
	margin-top: 12px
}
address .ion-social-instagram{
	margin-top: 12px
}
/*//////////////GENERAL////////////*/

a {
    color: #000;
}
a:hover {
    color: #2492d1;
}
.alerte-email .block_info {
    background: transparent;
    border: 0px solid #0000ff;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #2492d1!important;
}


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

.btn-primary {
    color: #ffffff !important;
    background: #2492d1;
    border-color: #2492d1;
    transition: all 0.3s ease-in-out;
}
.club .btn-primary:hover {
    color: rgb(77, 77, 77) !important;
}
.btn-primary:hover {
    color: rgb(77, 77, 77) !important;
    background: transparent;
    border-color: #2492d1;
    transition: all 0.3s ease-in-out;
}
.btn-secondary {
    background: #333;
}
.carousel {
    z-index: 1;
}

/*//////////////HEADER////////////*/
.baseline{
    text-align: right;
    margin-top:10px;
}
.switch-txt {
    height: 40px;
    overflow: hidden;
    color:#0000ff;
}
.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;
    font-size: 30px;
}
@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: 34px;
    font-weight: 700;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;
    text-transform: uppercase;

}
.ttl-big.ttl-big-anim {
    line-height: 1.20;
}
.bg-header{
    background: url(../images/slider/ile_d_or.jpg);
    width: 100%;
    margin-left: 0px;
    text-align: right;
    color: #fff;
    padding: 15px;
    height: 554px;
}
.title-service-header{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px; 
}
.header-callto{
    display: contents;
    justify-content: flex-end;
}
.header-callto a{ 
    padding-right: 20px;
}
header .navbar {
    border-top: 2px solid rgb(77, 77, 77);;
    border-bottom: 2px solid rgb(77, 77, 77);;
    background: #ffffff;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: transparent;
    bottom: 0px;
}
.nav-main li a {
    text-transform: uppercase;
    color: #092327;
    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;
}
.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: #2492d1;
    -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: #2492d1;
    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: #2492d1;
}
.header__logo{
    padding: 0px;
    width: 45%;
}
/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    background:#ececec;
    height: auto;
    width: 100%;
    margin-left: 0px;
    color: rgb(77, 77, 77);
    padding: 15px;
}
.title-service{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
    color:#0000ff;
}
.title-service-header:before{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: -205px;
    background: #0000ff;
}
.title-service::after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin: 24px 0 24px 0;
    display:block;
    background: #000000;
}
.service-txt{
    min-height: 370px;
    padding: 5px 15px 20px 15px;
    font-size: 15px;
}
.services h3{
    margin-top: 30px;
}
.service1, .service2, .service3, .service4{
    border: 1px solid #0000ff;
    padding: 0px;
    margin: 5px auto 5px auto;
    margin-bottom: 30px;
    text-align: left;
    min-height: 520px;
}
.service1 .btn, .service2 .btn, .service3 .btn, .service4 .btn{
    margin-left: 15px;
}
.service1 h3, .service2 h3, .service3 h3, .service4 h3{
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
}
.strong-gold{
    color: #0000ff;
}
/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    background: #ffffff;
}
.title-club{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #0000ff;

}
.title-club:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin: 24px 0 24px 0;
    display:block;
    background: #000000;
}
.bg-club{
    overflow: hidden;
}
.club-txt{
    margin-bottom: 50px;
    color: rgb(77, 77, 77);;
}
.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: #ffffff;
    margin-left: 0;
    margin-right: 0;
}
.nos-biens h5{
    color: rgb(77, 77, 77);;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}
.prod_accueil article {
    background: transparent;
    margin-bottom: 40px;
}
.index .block_info {
    background: transparent;
    border: 0px solid #2492d1;
    border-top: 0;
    color: #000000;
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid rgb(77, 77, 77);
    border-bottom: 2px solid rgb(77, 77, 77);
    background: #ffffff;

}

address a:hover{
	 color: #092327!important;
	
}
footer, footer a {
    color: #092327;
    transition: all 0.3s ease-in-out;
   
}

footer a:hover {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
footer{
    background: url(../images/fondfooter.jpg) no-repeat center bottom -50px;
    margin-top:0px;
    margin-bottom: 0px;
}

footer .row {
    background: none;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 15px;
}

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

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


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

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


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


.carousel-control-next {
  position: absolute;
  background: rgba(22, 163, 184, 0.3);
  height: 40px;
  width: 40px;
  top: 45%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 30;
  margin-right: 3px
}

.carousel-control-prev {
  position: absolute;
  background: rgba(22, 163, 184, 0.3);
  height: 40px;
  width: 40px;
  top: 45%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 30;
    margin-left: 3px
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  background: rgba(22, 163, 184, 0.8);
  width: 60px;
}

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


@media (max-width: 991px) {
.nav-main li{
	text-align: center
}

.header__logo {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
  
  }
@media (max-width: 441px) {
	.header__logo {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
	}
 
@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;
    }
}





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

/*// Medium devices (tablets, less than 992px)*/
@media (min-width: 576.98px) and (max-width: 991.98px) {
    .bloc_search {
        bottom: -100px;
        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: 575.98px) {
    body {
        overflow-x: hidden;
    }
    .switch-txt {
        height: 65px;
    }
    .baseline {
        margin-top: 10px;
    }
    .ttl-big {
        font-size: 4em;
    }
    .bloc_search {
        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%;
    }
}


.badge-google-content {
	float: left;
	left: 30%;
	top: 30px;
	position: absolute;
	background-color: #ffffff;
	border-radius: 2px;
	padding: 8px;
	text-align: center !important;
}



