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

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

/*COULEURS : vert #85130A / Marine #092327 / Vert #0b5351*/
/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    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;
}
.alerte-email .block_info {
    background: transparent;
    border: 1px solid #85130A;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #85130A!important;
}
.alert-danger {
    color: #fff;
    background-color: #85130A;
    border-color: #85130A;
}

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

.btn-primary {
    color: #ffffff !important;
    background: #85130A;
    border-color: #85130A;
    transition: all 0.3s ease-in-out;
}
.club .btn-primary:hover {
    color: #092327 !important;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: transparent;
    border-color: #85130A;
    transition: all 0.3s ease-in-out;
}
.btn-secondary {
    background: #333;
    width: auto;
}
.carousel {
    z-index: 1;
}

/*//////////////HEADER////////////*/
.baseline{
    text-align: right;
    margin-top:40px;
}
.switch-txt {
    height: 80px;
    overflow: hidden;
    color:#85130A;
}
.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;

}
.ttl-big.ttl-big-anim {
    line-height: 1.20;
}
.bg-header{
    background: url(../images/bgimg.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: 25px;
    margin-bottom: 10px; 
}
.header-callto{
    display: contents;
    justify-content: flex-end;
}
.header-callto a{ 
    padding-right: 20px;
}
header .navbar {
    border-top: 2px solid #092327;
    border-bottom: 2px solid #092327;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 40px;
}
.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: #85130A;
    -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: #85130A;
}
.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);
    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-header:before{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: -205px;
    background: #fff;
}
.title-service:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #fff;
}
.service-txt{
    min-height: 270px;
    padding: 20px 15px;
    font-size: 15px;
}
.services h3{
    margin-top: 30px;
}
.service1, .service2, .service3{
    border: 1px solid #fff;
    padding: 10px;
    margin: 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: #85130A;
}
/*///////////CLUB INVESTISSEUR//////////*/
.club {
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    margin: 4rem 0;
}
.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;
}
.color-primary{
    color: #85130A;
}
/* .sous-titre {
    background: #e4e4e4;
    padding: 7px 10px;
    font-weight: 600;
    color: #90262b;
    margin: 40px 0 15px 0;
} */
.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: #262626;
    margin-left: 0;
    margin-right: 0;
}
.nos-biens h5{
    color: #fff;
    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 #092327;
    border-bottom: 2px solid #092327;
}
footer, footer a {
    color: #092327;
    transition: all 0.3s ease-in-out;
}
footer a:hover {
    color: #85130A;
    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-crit {
    color: #17a2b8;
}
.block_info {
    background: #fff;
}
.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: #656462;
}



@media (min-width: 992px) {
	
	
	.navbar li:nth-child(n+5){
	background: #85130A!important;
	color: #ffffff!important
}
.navbar li:nth-child(n+5) a{
	color: #ffffff!important
}


.navbar li:nth-child(n+6){
	background: none!important
}
.navbar li:nth-child(n+6) a{
	color: #000000!important
}
	
    .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;
    }
}
