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

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

/*  COULEURS : bleu #31397f / Jaune fonce #e7b042 / Jaune clair #ffed00  */
/*//////////////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 #31397f;
    border-top: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #31397f!important;
}


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

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

/*//////////////HEADER////////////*/
.baseline {
    text-align: right;
    top: auto;
    bottom: 40px;
    position: absolute;
    right: 0;
    width: 100%;
}
.switch-txt {
    height: 65px;
    overflow: hidden;
    color:#e7b042;
}
.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: 3.8em;
    font-weight: 700;
    line-height: 0.5;
    margin-bottom: 10px;
    padding-right: 20px;

}
.ttl-big.ttl-big-anim {
    line-height: 1.20;
}
.bgimg{
    background: url(../images/bgimg.jpg) no-repeat;
    width: 100%;
    margin-left: 0px;
    text-align: right;
    color: #fff;
    padding: 15px;
    height: 640px;
}
.bg-header {
    background: none;
    width: 100%;
    margin-left: 0px;
    text-align: right;
    color: #fff;
    padding: 0;
    height: auto;
}
.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 #e8b043;
    border-bottom: 2px solid #e8b043;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
}
.nav-main li a {
    text-transform: uppercase;
    color: #31397f;
    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 .dropdown-menu a{
    color: #31397f;
}
.nav-main li:hover .dropdown-menu a:hover{
    color: #fff;
}
.nav-main li:hover {
    color: #31397f;
    background: #e7b042;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
#navbarSupportedContent .dropdown::after {
    color: #31397f;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #e8b043;
    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: #31397f;
}
.header__logo{
    padding: 0;
    width: 100%;
}
.lang {
    position: absolute;
    left: 0;
    right: auto;
    z-index: 50;
    top: 10px;
}



/*//////////////SERVICES////////////*/
.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top:0px;
}
.services{
    background: #fff;
    height: auto;
    width: 100%;
    margin-left: 0px;
    color: #31397f;
    padding: 15px;
}
.title-service{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #31397f;
}
.title-service-header:before {
    top: 50%;
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: -107px;
    background: #fff;
}
.title-service:after {
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #e7b042;
}
.service-txt{
    min-height: 130px;
    padding: 15px;
    font-size: 14px;
}
.services h3{
    margin-top: 30px;
}
.service1, .service2, .service3{
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 4px 5px 8px rgba(0,0,0,0.3);
    padding: 10px;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
}
.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: #e7b042;
}
/*///////////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;
    color: #31397f;
}
.title-club:after{
    top: 50%;
    width: 200px;
    height: 1px;
    content: '';
    position: absolute;
    margin-left: 5px;
    background: #e7b042;
}
.bg-club{
    overflow: hidden;
}
.club-txt{
    margin-bottom: 50px;
}
.club-txt p {
    text-align: justify;
}
.club-btn {
    text-align: center;
}
.club .btn {
    text-align: center;
    padding:7px 70px;
}
.club .col-lg-6{padding-left:0px;}
.bg-club {
    text-align: center;
}
.info-agent img {
    width: 100%;
}
.club .agent-card {
    text-align: center;
    margin: auto auto 12% auto;
    background: transparent;
    box-shadow: 4px 5px 8px rgba(0,0,0,0.3);
    color: #000;
}
.agent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
}
.agent .col-lg-3 {
    margin: auto;
}
.info-agent p {
    color: #31397f;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 0;
text-align: center
}
.info-agent i {
    margin-right: 7px;
    color: #e7b042;
    font-size: 18px;
}
/*//////////////NOS BIENS////////////*/
.nos-biens{
    background: #fff;
    margin-left: 0;
    margin-right: 0;
}
.nos-biens h5{
    color: #e7b042;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.prod_accueil article {
    background: transparent;
    margin-bottom: 40px;
    box-shadow: 4px 5px 8px rgba(0,0,0,0.3);
    color: #000;
}
.index .block_info {
    background: transparent;
    border:1px solid rgba(0,0,0,0.1);
    border-top: 0;
    color: #fff;
}
.nos-biens .title-service, .nos-biens .info_ville, .prod_accueil .info_prix, .nos-biens .info_type{
    color: #31397f;
}
.nos-biens .info_ville{
    color: #e7b042;
}
/*//////////////FOOTER////////////*/

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

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

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


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

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


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

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


/* AGENCE */
.page-heading, .administrable h1 span {
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0;
    text-transform: uppercase;
    color: #303880;
}
p {
    font-size: 14px;
}
/* ESTIMATION */
.d-lg-flex {
    display: block!important;
}
.m-fluid {
    width:100%;
}
@media (min-width: 992px) {
    .estimation .m-fluid > * {
        width: 100%;
    }
}

/* RECRUTEMENT */
.recrutement .bleu {
    color: #0056b3;
}
p {
    text-align: justify;
}
.centre {
    text-align: center;
}
.recrutement h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    color: #303880;
}
.contenu {
    margin: 30px 0 80px 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 (min-width: 992px) {
    .bloc_search {
        padding: 23px 8px 8px 8px;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 60px;
        z-index: 20;
        background-color: #31397f;
        background-color: #e7b042;
        bottom: 0;
    }
    .header__logo img {
        width: 100%;
    }
    .nav-main {
        padding: 0;
        margin: 0;
    }
    .navbar {
        padding: 0;
    }
    .nav-main li {
        text-align: center;
        padding: 10px 10px;
    }
    .dropdown-menu {
        margin-top: 0;
    }
}
@media (max-width: 610px) {
    body {
        overflow-x: hidden;
    }
    .switch-txt {
        height: 50px;
    }
    .baseline {
        margin-top: 10px;
    }
    .ttl-big {
        font-size: 3em;
    }
    .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;
    }
    .bgimg {
        background: url(../images/bgimg.jpg) no-repeat;
        width: 100%;
        margin-left: 0px;
        text-align: right;
        color: #fff;
        padding: 15px;
        height: 50vh;
        background-size: cover;
        background-position: center;
    }
}



/* MODIF TICKET 9 09 2020 */
.reseauxsociaux {
    margin: auto 0 0 auto;
    text-align: right ;
}
.reseauxsociaux img{
    width: 40px;
}
