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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('CormorantGaramond-Regular.eot');
    src: url('CormorantGaramond-Regular.eot?#iefix') format('embedded-opentype'),
        url('CormorantGaramond-Regular.woff2') format('woff2'),
        url('CormorantGaramond-Regular.woff') format('woff'),
        url('CormorantGaramond-Regular.ttf') format('truetype'),
        url('CormorantGaramond-Regular.svg#CormorantGaramond-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*COULEURS : vert #f9F8F9 / Marine #092327 / Vert #0b5351*/
/*//////////////BACKGOUND////////////*/

.estimation .block_info, .alerte-email .block_info {
    /* background: #3e3e3f; */
    border: 1px solid #f9F8F9;
}
#calculatricedetail {
    color: #000;
}
.description {
    color: #000;
}
.facebook{
top: 15px
}

.avis-google.bg-blanc {
  background: #fff;
  padding: 50px;
  border: 0px solid #b7b7b7!important;
  box-shadow: 0px 0px 0px #c5c5c5!important
}
.badge-google-content {
   background: #e9ecef;
   color: #111!important;
   border-radius: 6px;
   width: 60%;
   margin: 0 auto;
   padding: 0.8rem;
}
img.badge-google {
  width: 50%;
}
.google-stars, .google-stars span {
        background-size: 25px 22px;
        height: 22px;
        top: 1px;
        width: 123px;
    }
 .google-stars {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAxUlEQVR42rXUUQuEIAwH8GAQCIcQCIFPcUchCH3/b+f18D+MUdzmUhg9KPttag7K8fm3oJTCQwX4I3Z8uyERSOyJJCCpF+IA/ML1QAJDQg9kY8j2NEJIzIM0iD8iswSmQD5fkVrt+wkAeYh3wg84G6oP0jMZtV1h/dhy8EEIBMvtIiFCFmQSIpMFWYTIYkGyEMmtiL9ItmJr1os534JElmRm8zObjy1IqtXfPuvu1FXSIu5UHQkeT3St+Bmxv69BMbDe3SFf/+tYufyUsgoAAAAASUVORK5CYII=);
        background-repeat: repeat-x;
        display: inline-block;
        overflow: hidden;
        position: relative;
    }
.google-stars span {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAqUlEQVR4AWLwySwkGv/YzgworgwwAIphGHqJXWgX6nl6q55o/GHxCX4bUx9hMK9JYwucFSmAubW2ZifED8Q7IXEgcmRqVNDsgBhBrAMSBJEiqwAGAaBRhiDvBk1A3mkRyb2CXSYLlmWFnbArffoMIrjS6qy3Sm/Z/068CPEbyKpKhfCDyA0yNE95MKtRGe9LiSz9O3hKclv6Y76ictQzqbmjyhIkyVi+8wCta5MKDP5AeAAAAABJRU5ErkJggg==);
        background-repeat: repeat-x;
        display: block;
    }
.d1{
    width: 576px;
    height: 432px;
    margin: 50px auto;
    box-shadow: 0px 15px 10px -5px #777;
    background-color: #EDEDED;
    background-size: contain;
    animation: fondu 15s ease-in-out infinite both;
}
.conteneurr{
    max-width: 576px;
    margin: 50px auto;
}
.d2{
    width: 100%;
    height: 0px;
    padding-top: 75%;
    box-shadow: 0px 0px 10px #777;
    background-color: #EDEDED;
    background-size: contain;
    animation: fondu 15s ease-in-out infinite both;
}
.d1:hover, .d2:hover{
    animation-play-state: paused;
}
@keyframes fondu{
    0%{background-image: url("/assets/images/agence1.jpg");}
    33.33%{background-image: url("/assets/images/agence2.jpg");}
    66.67%{background-image: url("/assets/images/agence1.jpg");}
    100%{background-image: url("/assets/images/agence2.jpg");}
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
    color: #1D2D1D;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
}
.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////////////*/
.title-service-header:before {
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: -205px;
    background: transparent;
}
a {
    color: #000;
}
a:hover {
    color: #3e3e3f !important;
}
.alerte-email .block_info {
    background: transparent;
    border: 1px solid #f9F8F9;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #111!important;
}

.open > .dropdown-menu {
    display: block!important;
}

.bootstrap-select > .dropdown-toggle {
  height: 35px;
  padding: 8px 12px;
  vertical-align: text-top;
  background: #fff;
  border: 1px solid #ccc;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
 border: 1px solid #ccc;
}
/* cookies window fix */
.cc-window {
    top: 200px;
}



/*//////////////BOUTONS////////////*/
.btn{
    padding: .6rem !important;
    height: auto !important;
}
.btn-primary {
    color: #1d1d1d !important;
    background: #f9F8F9;
    border-color: #f9F8F9;
    transition: all 0.3s ease-in-out;
}
.club .btn-primary:hover {
    color: #092327 !important;
}
.btn-primary:hover {
    color: #1d1d1d !important;
    background: #f9F8F9;
    border-color: #f9F8F9;
    transition: all 0.3s ease-in-out;
}
.btn-secondary {
    background: #333;
    width: auto !important;
}

.bg-cta{
    clip-path: circle(70% at 100% 50%);
    background: rgba(29,29,29, .6);
    z-index: 1;
    height: 30.6rem;
}
.row__heading,
.row__cta{
    z-index: 1;
}
body.index .carousel {
    z-index: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
body.mentions-legales embed {
    width: 100%;
    height: 80vh;
}
.bg-header{
    background: transparent;
    width: 100%;
    padding: 0;
    /* height: 554px; */
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url(/assets/images/slider/image-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url(/assets/images/slider/image-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url(/assets/images/slider/image-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.color-primary{
    color: #0a100a;
}


dl>dt {
    float: left;
    width: 50%;
    overflow: hidden;
    clear: left;
    text-align: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
dl>dd {
    /* margin-left: 160px; */
}

.content{
    height: 100%;
}


.font-secondary{
    font-family: 'Cormorant Garamond', 'Times', serif;
}


/*//////////////HEADER////////////*/
.baseline{
    text-align: right;
    margin-top:5.2rem;
}
.switch-txt {
    height: 120px;
    overflow: hidden;
    color:#f9F8F9;
}
.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: 4em;
    font-weight: 700;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;

}
.ttl-big.ttl-big-anim {
    line-height: 1.20;
}
.bg-header{
    background: url(../images/slider/_image-2.jpg);
    width: 100%;
    margin-left: 0px;
    text-align: right;
    color: #fff;
    padding: 15px;
    height: 662px;
}
.title-service-header{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 10px;
}
.header-callto{
    display: contents;
    justify-content: flex-end;
}
.header-callto a{
    padding-right: 20px;
}
header .navbar {
    border-top: 2px solid #f9F8F9;
    border-bottom: 2px solid #f9F8F9;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 40px;
}
.nav-main li a {
    text-transform: uppercase;
    color: #1D2D1D;
    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;
}
.ion-location{
    color: #262626;
}
.ion-ios-telephone{
    color: #262626;
}
.ion-email {
    color: #262626;
}
.nav-main li:hover a{
    color: #111;
    -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: #111;
    background: #f9F8F9;
    -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: #092327; */
    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: #f9F8F9;
}
.header__logo{
    padding: 20px;
    width: 45%;
}
/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    background: url(../images/bg-services-gray.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    margin-left: 0px;
    color: #fff;
    padding: 15px;

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

.title-service:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #fff;
}
.service-txt{
    min-height: 14rem;
    padding: 20px 15px;
    font-size: 15px;
}
.services h3{
    margin-top: 30px;
}
.service1, .service2, .service3{
    border: 1px solid #fff;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
    min-height: 390px;
}
.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: #f9F8F9;
}
/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
}
.title-club{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.title-club:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #092327;
}
.bg-club{
    overflow: hidden;
}
.club-txt{
    margin-bottom: 50px;
text-align: justify
}
.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: #262626;
    margin-left: 0;
    margin-right: 0;
}
.nos-biens h5{
    color: #111;
    text-align: center;
    text-transform: uppercase;
}
.prod_accueil article {
    background: transparent;
    margin-bottom: 40px;
}
.index .block_info {
    background: transparent;
    border: 1px solid #fff;
    border-top: 0;
    color: #FFF;
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #f9F8F9;
    border-bottom: 2px solid #f9F8F9;
}
footer, footer a {
    color: #111;
    transition: all 0.3s ease-in-out;
}
footer a:hover {
    color: #f9F8F9;
    transition: all 0.3s ease-in-out;
}
footer{
    margin-top:0px;
}

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

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


/*//////////////LISTING////////////*/
.list-more > .btn.btn-secondary{
    padding-top: 0 !important;
}


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


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

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

@media(max-width: 441px){
	
	.row__heading{
		padding-top: 40px
	}
	
	li.facebook{
		margin-top: 30px
	}
	
	.fnaim{
		margin-top: 50px
	}
	address {
  border-top: 2px solid #f9F8F9;
  border-bottom: 0px solid #f9F8F9;
}
}
@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;
    }
    /* cookies window fix */
    .cc-window {
        top: auto;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    
    /* format tel  */
header ul.navbar-nav li a {
    color: #0a100a;
}

.alert-success {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 75px 0;
}
    .title-service-header {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 21px;
        margin-bottom: 10px;
        /* color: #000; */
    }
    .header__logo {
        padding: 20px;
        width: 100%;
    }
    .ttl-big {
        font-size: 5em;
        font-weight: 700;
        line-height: 0.5;
        margin-bottom: 10px;
        padding-right: 20px;
        /* color: #000; */
    }
    .bg-header{
        height: 90vh !important;
    }
    .bg-cta {
        clip-path: circle(90% at 90% 50%);
        background: rgba(29,29,29, .6);
        z-index: 1;
        height: 44.5%;
    }
}



/*// 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: 75px;
    }
    .baseline {
        margin-top: 10px;
    }
    .ttl-big {
        font-size: 2.5em;
        line-height: 1;
    }
    .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;
    }
}


/* ipad */
@media screen
    and (min-width: 414px)
    and (max-width: 1024px) {
    #carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
        background-image: url(/assets/images/slider/image-1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
        background-image: url(/assets/images/slider/image-2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
        background-image: url(/assets/images/slider/image-3.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
    .bg-cta {
        clip-path: circle(70% at 90% 50%);
        background: rgba(29,29,29, .6);
        z-index: 1;
        height: 30.6rem;
    }
    body.index .carousel {
        height: 41vh;
    }
    .carousel-inner {
        height: 490px;
    }
}


.navbar-toggler span {
    color: #000;
    position: absolute;
    right: 55px;
}