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

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

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

body, html {
    font-family: 'Open Sans', sans-serif;
    background: #262c38;
    color: #000;
    
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
color: #262c38 !important
}
.main-content{
    background: #262c38;
    color: #ffffff!important;

}
.alert-success {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
	padding: 75px 0;
}
.content_page_admin {
    width: 100%;
    padding: 25px;
    background: white;
}
.bloc_search {
    background-color: rgb(15 113 220 / 17%)!important;
    bottom: 40px;
}
.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////////////*/
.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
    background: #262c38;
}
.bloc_search {
    display: none;
}
.btn-secondary {
    background: #262c38;
}
a {
    color: #ffffff;
    text-decoration: none;
}
.detail-info .table i {
    color: #0f71dc;
}
.detail-nav-calcul > ul > li a {
    background: #262c38!important;
}
#navbarSupportedContent .dropdown::after {
    content: "\f123";
    font-family: "Ionicons";
    position: relative;
    border: 0;
    font-size: 12px;
    /* right: 10px; */
    /* top: 2px; */
    left: 5px;
    color: #1986ff;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #262c38!important;
    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;
}
a:hover {
    color: #0056b3;
}
.alerte-email .block_info {
    background: transparent;
    border: 1px solid #0f71dc;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #0f71dc!important;
}

.nav-main li a {
    text-transform: uppercase;
    color: #ffffff;
    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;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0f71dc;
    border-color: #0f71dc;
}

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

.btn-primary {
    color: #ffffff !important;
    background: #0f71dc;
    border-color: #0f71dc;
    transition: all 0.3s ease-in-out;
}
.club .btn-primary:hover {
    color: #092327 !important;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: transparent;
    border-color: #0f71dc;
    transition: all 0.3s ease-in-out;
}

.carousel {
    z-index: 1;
}

/*//////////////HEADER////////////*/
.baseline{
    text-align: right;
    margin-top:40px;
}
.switch-txt {
    height: 80px;
    overflow: hidden;
    color:#0f71dc;
}
.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/slider/_image-2.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 #fff;
    border-bottom: 2px solid #fff;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 40px;
}

/* .nav-main li a:hover {
border-bottom: 2px solid #0f71dc;
} */
.nav-main li a {
    text-transform: uppercase;
    color: #fff;
    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: 15px;
    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: #0f71dc;
    -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: #0f71dc;
}
.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;
    border: 1px dotted #404858;
}
.service1, .service2, .service3 {
    border: 1px solid #619cde;
    padding: 10px;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    min-height: 390px;
    background: #ffffff0f;
}
.nos-biens{
    background: url(../images/bg-services-gray2.jpg);
    height: auto;
    width: 100%;
    margin-left: 0px;
    color: #fff;
    padding: 15px;
    border: 1px dotted #404858;
}

.index .block_info {
    background: #ffffff0d;
    border: 1px solid #619cde;
    border-top: 0;
    color: #fff;
}
.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: #0f71dc;
}
/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    color: #fff;
}
.title-club:after {
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #619cde;
}
.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;
}
.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 #fff;
    border-bottom: 2px solid #fff;
}
footer, footer a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
footer a:hover {
    color: #0f71dc;
    transition: all 0.3s ease-in-out;
}
footer{
    margin-top:0px;
}
.ion-ios-telephone , .ion-location, .ion-email {
    color: #0f71dc;
}
/*//////////////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) {
    .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;
    }
}


.content_page_admin{
    background: #262c38;
    color: #ffffff!important;
}


/*// 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%;
    }
}

@media(max-width:991px){

    .header__logo {
        padding: 5px;
        width: 45%;
    }
    .navbar-toggler::after {
        display: block;
        content: '';
        position: absolute;
        height: 7px;
        width: 22px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        right: 20px;
        top: 16px;
    }
    .navbar-toggler::before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #fff;
        right: 20px;
        top: 26px;
    }

    navbar ul li .dropdown-menu {
        display: none !important;
        }
        navbar ul li:hover .dropdown-menu,
        navbar ul li:active .dropdown-menu {
        display: block !important;
        }
}

@media (max-width: 767px) {
    header ul.navbar-nav li {
      border-bottom: 1px solid #ffffff;
      padding: 10px 0;
    }
    header ul.navbar-nav li a {
        color: #ffffff;
      }
  }