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

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

/*COULEURS : vert #d10909 / Marine #000 / Vert #0b5351*/
/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #000;
}
.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
    background: transparent;
}
.detail .content_page, .agence .content_page, .alerte-email .content_page, .estimation .content_page, .mentions-legales .content_page, .contact .content_page {
    background: #fff;
    padding: 0 20px;
}
.sidebar {
    background-color: rgba(255,255,255,0.5);
    padding: 0 20px;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333333;
    border: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 600;
}
.page-item.active .page-link {
    background: #fff;
    border: 0;
}

/*//////////////GENERAL////////////*/

a {
    color: #000;
}
a:hover {
    color: #0056b3;
}
.alerte-email .block_info {
    background: transparent;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #d10909!important;
}

.rouge {
    color: #d10909;
}
.breadcrumb-item.active {
    color: #272727;
}
.bg-blanc {
    background-color: #fff;
    padding: 35px 25px;
    margin: 0;
}


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

.btn-primary {
    color: #ffffff !important;
    background: #d10909;
    border-color: #d10909;
    transition: all 0.3s ease-in-out;
}
.club .btn-primary:hover {
    color: #fff !important;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #000;
    border-color: #000;
    transition: all 0.3s ease-in-out;
}
.btn-secondary {
    background: #333;
}
.carousel {
    z-index: 1;
}

/*//////////////HEADER////////////*/

.top0 {
    margin: 0 auto auto auto;
}
.bottom0 {
    margin: auto auto 0 auto;
}


.baseline{
    text-align: right;
    margin-top:40px;
}
.switch-txt {
    height: 80px;
    overflow: hidden;
    color:#d10909;
}
.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;
    color: #fff;
}
.bg-header{
    background: none !important;
    overflow: hidden;
    margin-bottom: 20px;
}
.accroche {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.title-service-header{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 10px; 
    color: #fff;
}
.header-callto{
    display: contents;
    justify-content: flex-end;
}
.header-callto a{ 
    padding-right: 20px;
}
header .navbar {
    border: 2px solid #000;
    margin-bottom: 20px;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 40px;
}
.nav-main li a {
    text-transform: uppercase;
    color: #000;
    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: 14px;
    font-weight: 600;
}
.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: #d10909;
    -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: #000;
    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: #d10909;
}
.header__logo{
    padding: 20px;
    width: 100%;
}
/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    background: url(../images/bg-services-gray.jpg) no-repeat;
    height: auto;
    width: 100%;
    margin-left: 0px;
    color: #fff;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
}
.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: 200px;
    padding: 20px 15px;
    font-size: 15px;
}
.services h3{
    margin-top: 30px;
}
.service1, .service2, .service3{
    border: 1px solid #d10909;
    padding: 10px;
    margin: auto;
    margin-bottom: 90px;
    text-align: left;
    min-height: 300px;
}
.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: #fff;
}
/*///////////CLUB INVESTISSEUR//////////*/
.club{
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    background: #dcdcdc;
    margin-bottom: 20px;
}
.title-club, .page-heading, .administrable h1 span{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.title-club:after, .page-heading:after, .administrable h1 span:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #000;
}
.page-heading, .administrable h1 span {
    padding-bottom: 0;
}
.bg-club{
    overflow: hidden;
}
.club-txt{
    margin-bottom: 50px;
}
.club-txt p {
    font-size: 16px;
}
.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: #000;
    margin-left: 0;
    margin-right: 0;
}
.marginauto {
    margin: auto
}
.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;
}
/*//////////////CONTENUS////////////*/
.financement p,
.formations p {
    font-size: 16px;
}
.financement .row {
    margin: auto 0;
}
.centre { text-align: center;}

.sous-titre {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.justify { text-align: justify;}

.padd-contenu {
    padding: 20px 30px;
}
.sous-titre span {
    font-size: 5rem;
    line-height: 1;
    text-shadow: #00000045 5px 5px 6px;
}


/*//////////////FOOTER////////////*/

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

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

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


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

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

.detail .detail-nav ul li a {
    color: #fff;
}




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

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

.detail-info .table i {
    color: #d10909;
}
.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 6px;
        width: 100%;
    }
    .dropdown-menu {
        margin-top: 0;
    }
    .sidebar {
        margin: 0 10px;
        padding: 0 20px 0 20px !important;
    }
    .contact .sidebar {
        display: flex;
        padding: 0 !important;
    }
    .sidebar .map {
        margin: auto;
    }
    .contact address ul li i {
        top: -1px;
    }
    
}


@media (min-width: 769px) {
    .formation .border-right {
        border-right: 1px solid #00000042;
    }
    .detail .sidebar {
        padding: 0 15px;
        background: #fff;
    }

}





/*// 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;
    }
    .logo-partenaire {
        width: 70px;
    }
    .logo-width {
        width: 150px;
    }
    .services {
        background: #000;
    }
}


@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%;
    }
    .logo-partenaire {
        width: 70px;
    }
    .logo-width {
        width: 150px;
    }
}

.logo-rs {
    width: 25px;
    top: -2px;
}