
/*font police ubantu*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');
/*@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.ttf');
}
@font-face {
  font-family: 'Ubuntu-Bold';
  src: url('../fonts/Ubuntu-Bold.ttf');
}
@font-face {
  font-family: 'Ubuntu-Light';
  src: url('../fonts/Ubuntu-Light.ttf');
}
*/
/*custom css pour banque populaire*/
#body {
    padding-bottom: 0!important;
    padding-top: 0px!important;
}

.text-right{
    text-align: right;
}

.banque-content {
    max-width: 960px;
    margin: 0 auto;
}
.eer-connect {
    margin-top: -30px;
    position: relative;
}
.eer-logo {
    margin: 10px auto;
    text-align:center;
}
.eer-logo img{
    height: 82px;
}
.eer-logo-sm {
    margin: 10px auto 10px;
}
.eer-logo-sm > img {
    max-width: 50px;
}
#header-sm {
    position: relative;
}
#header-sm a {
    position: absolute;
    left: 40px;
    top: 25px;
}
#header-sm a img {
    width: 40px;
}
#cityLink {
    margin-bottom: 10px;
}
#cityLink a {
    color: #003C82;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
    margin-left: 20px;
}
.banque-header {
    background-color: #F2F3F7;
    position: relative;
}
.banque-bg {
    width: 65%;
}
.banque-header-txt {
    color: #003C82;
    font-family: Ubuntu;
    font-size: 28px;
    line-height: 46px;
    text-transform: uppercase;
    position: absolute;
    top: 30%;
    left: 56%;
}

#immo-header-contenue {
    background-color: #003C82;
}

.connect-bloc, .connect-immo {
    -webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,0.5);
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.5);
    text-align: center;
}
.connect-bloc {
    background-color: #F9F9FB;
}
.connect-immo {
    background-color: #FFFFFF;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.connect-immo img{
    width: 48px;
    height: 50px;
}

.connect-immo-img {
    height: 60px;
    position: relative;
}
.connect-header {
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px;
    background-color: #003C82;
    padding: 9px;
}
.connect-text {
    color: #003C82;
    font-family: Ubuntu;
    font-size: 22px;
    line-height: 30px;
    margin: 40px auto;
}
.connect-link {
    background-color: #16B1E6;
    color: #FFFFFF;
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding: 25px;
    position: relative;
}
.connect-marche {
    margin-top: 40px;
    background-color: #F9F9FB;
    padding: 20px 30px 25px;
    text-align: left;
    position: relative;
}
.connect-marche::after {
    border-bottom: 20px solid #F9F9FB;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: calc(50% - 20px);
}
.connect-marche a {
    color: #0A4487;
    text-decoration: underline;
}
.title-3 {
    color: #003C82;
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}
span.seperator-bottom {
    box-sizing: border-box;
    display: block;
    height: 1px;
    width: 175px;
}
.immo-title span.seperator-bottom {
    border-top: 3px solid #16B1E6;
    margin: 15px auto 50px;
}
.connect-marche .title-3  span.seperator-bottom {
    border-top: 2px solid #16B1E6;
    margin: 5px auto 25px;
}
.connect-marche ol {
    font-family: Ubuntu;
    font-size: 17px;
    line-height: 20px;
    color: #003C82;
    content:counter(list-order) ' ';
    padding:0;
}
.connect-marche ol li {
    counter-increment: list-order;
    list-style-type: none;
    margin-top: 15px;
    padding: 10px 0 20px 0;
}
.connect-marche ol li:before {
    content: counter(list-order) ' ';
    float: left;
    width: 25px;
}
.connect-marche ol li span {
    display: block;
    width: calc(100% - 30px);
    float: left;
}
#eer-service {
    margin-top: 50px;
}
.eer-service-item {
    padding-top: 40px;
    padding-bottom: 40px;
}
.eer-service-icon{
    text-align: center;
}
.eer-service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-content{
    padding-right: 15%;
}
.service-content-right{
    padding-left: 15%;
}
.eer-service-title {
    text-transform: uppercase;
    color: #003C82;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}
.eer-service-txt {
    color: #666666;
    font-family: Ubuntu;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}
.banque-footer {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.banque-footer ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 13px;
}
.banque-footer ul li {
    margin-right: 40px;
    float: left;
}
.banque-footer ul li a {
    color: #0A4487;
}
.immo-title {
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 28px;
    margin: 20px auto 25px auto;
    text-align: center;
    font-weight: 300;
}

.immo-title-blue {
    color: #003C82;
    font-family: Ubuntu;
    font-size: 28px;
    margin: 0px auto 25px auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

.footer-txt {
    text-align: justify;
    color: #666666;
    font-family: Ubuntu;
    font-size: 12px;
    margin: 15px 0;
    font-weight: 400;
    line-height: 18px;
}

.connect-immo-item{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    letter-spacing: -0.14px;
    line-height: 22px;
    font-size: 16px;
    height: 80px;
}

.connect-immo-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.connect-immo-bleu {
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    background-color: #003C82;
    padding:10px 0;
    text-transform: uppercase;
    position: relative;
    height: calc(100% - 170px);
}
.immo-marche-txt {
    color: #003C82;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.immo-marche-num {
    width: 55px;
    height: 55px;
    border: 2px solid #16b1e6;
    color: #003c82;
    border-radius: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 22px;
}

.immo-marche-text {
    width: 100%;
    height: 100px;
    font-size: 16px;
    text-align: center;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#immo-marche {
    margin-top: 30px;
    width:100%;
}

.arrow-right {
    position: absolute;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.connect-immo-bleu .arrow-right {
    padding: 10px;
    right: 22px;
    top: calc(50% - 10px);
}
.connect-immo-bleu-txt {
    margin-left: 20px;
    font-size: 16px;
    color: #000000;
}

.connect-immo-bleu-txt.connect-immo-bleu-txt-scd{
    margin-top: 12px;
}
.connect-link .arrow-right {
    padding: 8px;
    right: 60px;
    top: calc(50% - 8px);
}
.arrow-left {
    border: solid #003C82;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    position: absolute;
    -webkit-transform: rotate(135deg);
    left: -15px;
    top: 3px;
}
.otherwise {
    position: absolute;
    left: calc(50% - 10px);
    top: 120px;
    color: #003C82;
    font-family: Ubuntu;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
}
#close_button {
    display: none;
}
.arrow-top {
    position: absolute;
    padding: 8px;
    bottom: 5px;
    border: solid #003C82;
    border-width: 1px 1px 0 0;
    left: calc(50% - 10px);
    transform: rotate(-45deg);
}

#eer-service-container{
    background-color: rgba(249,249,251,0.5);
}

.eer-triger-close {
    cursor: pointer;
}
.linkOpenAccount {
    color: #ffffff;
}
.linkOpenAccount:hover {
    color: #ffffff;
    text-decoration: none;
}

.error_code {
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    color: #16B1E6;
}
#error .immo-title{
    color: #003C82;
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
}
.mt_70 {
    margin-top: 70px;
}
.m_20 {
    margin: 0 20px;
}
.error-footer{
    position: absolute;
    bottom: 0px;
}
.immo-link {
    padding: 30px 0 30px 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    letter-spacing: -0.14px;
    line-height: 22px;
    font-size: 15px;
    color: #FFFFFF;
}

.immo-link a {
    color: #FFFFFF;
    text-decoration: underline;
}

.immo-link a:hover {
    color: #FFFFFF;
    opacity: 0.5;
}

#slide_holder {
    display:block;
}

.foot-list{
    margin: 30px 0 30px 0;
    height: 30px;
    width: 100%;
}
/* ===================================================== */
/* ============ Bouton Comment çà marche =============== */
/* ===================================================== */

/*.button-ccm {
    background: #16B1E6;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Ubuntu;
    padding:15px;
    text-align:center;
    display:none;
}

.button-ccm .arrow-right{
    position:relative;
    padding: 10px;
    top:5px;
}
*/

.btn-bp{
    background-color: #003C82;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.btn-bp a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.btn-bp:hover{
    opacity: 0.8;
}

.btn-bp a:hover{
    color: #FFFFFF;
    text-decoration: none;
}

.logo-bloc{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-bloc a{
   // position: absolute;
}

.logo-bloc .pull-left img{
    max-width: 40px;
}

@media (max-width: 1024px) {

    /***** Banniere ******/
    .banque-header-txt{
        left: 63%;
        font-size:24px;
    }

    .banque-content{
        padding-left: 20px!important;
        padding-right: 20px!important;   
    }

    .connect-immo-bleu-txt {
        width: 135px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    /***** Banniere ******/
    .banque-header-txt{
        font-size:20px;
        top: 20%;
    }
    /***** Banniere ******/

    /***** Footer ********/
    .foot-list{
        display: none;
    }
    /***** Footer ********/

}

@media (max-width: 768px) {

    .immo-connect-list > div {
        padding-bottom: 8px;
    }
    /***** Banniere ******/

    .service-content {
        padding-right: 5%;
    }

    .service-content-right{
        padding-left: 5%;
    }

    /***** Footer ********/
    .foot-list{
        display: none;
    }
    /***** Footer ********/

}

@media (min-width: 576px) and (max-width: 767px) {

    /***** Banniere ******/
    .banque-header-txt {
        left: 40%;
        font-size: 20px;
        top: 15%;
        line-height: 35px;
    }

    .banque-bg {
        width: 30%;
    }

    .banque-header{
        padding: 20px 0 20px 0;
    }
    /***** Banniere ******/

    /***** Projet ******/

    .immo-title{
        font-size: 19px;
        text-transform: none;
        font-weight: 400;
    }

    .connect-immo-bleu-txt {
        margin-left: 0;
    }

    /***** Projet ******/

    /***** Commment ça marche ******/

    #immo-marche {
        margin-top: 0px;
    }

    .immo-title-blue {
        font-size: 19px;
        margin: 10px 0 32px 0;
        text-transform: none;
        font-weight: 400;
    }

    .immo-marche-num {
        margin-bottom: 8px;
    }

    .immo-marche-text {
        padding-top: 0px;
        margin-bottom: 16px;
    }

    /***** Commment ça marche ******/

    /***** Bloc info ******/

    .service-content {
        padding-right: 5%;
    }

    .service-content-right{
        padding-left: 5%;
    }

    #eer-service{
        margin-top: 0;
    }

    #eer-service-container{
        background-color: #FFFFFF;
    }

    .eer-service-title{
        line-height: 28px;
        font-size: 19px;
        font-weight: 400;
    }

    .eer-service-icon img {
        width: 75%;
        object-fit: contain;
    }

    .eer-service-icon{
        padding: 70px 0 70px 0;
    }

    .eer-service-item {
        padding-top: 0px;
        padding-bottom: 0px;
    }


    /***** Bloc info ******/

}

@media (max-width: 576px) {

    /***** Banniere ******/
    .banque-bg {
        width: 30%;
    }

    .banque-header-txt {
        left: 40%;
        font-size: 14px;
        top: 15%;
        line-height: 25px;
    }

    .banque-header{
        padding: 20px 0 20px 0;
    }
    /***** Banniere ******/

    /***** Projet ******/

    #immo-header-contenue{
        background-color: #FFFFFF;
    }

    .connect-immo-bleu-txt {
        width: 200px;
    }

    .immo-title{
        color: #003C82;
        font-size: 19px;
        text-transform: none;
        font-weight: 400;
    }

    .immo-link{
        color: #003C82;
        padding: 16px 0 40px 0;
    }

    .immo-link a{
        color: #003C82;
    }

    .immo-link a:hover{
        color: #003C82;
    }

    /***** Projet ******/

    /***** Commment ça marche ******/

    #immo-marche {
        margin-top: 0px;
    }

    .immo-title-blue {
        font-size: 19px;
        margin: 10px 0 32px 0;
        text-transform: none;
        font-weight: 400;
    }

    .immo-marche-num {
        margin-bottom: 8px;
    }

    .immo-marche-text {
        padding-top: 0px;
        margin-bottom: 16px;
    }

    /***** Commment ça marche ******/

    /***** Bloc info ******/

    .service-content {
        padding-right: 5%;
    }

    .service-content-right{
        padding-left: 5%;
    }

    #eer-service{
        margin-top: 0;
    }

    #eer-service-container{
        background-color: #FFFFFF;
    }

    .eer-service-title{
        line-height: 24px;
        font-size: 19px;
        font-weight: 400;
        text-transform: none;
    }

    .eer-service-icon img {
        width: 75%;
        object-fit: contain;
    }

    .eer-service-icon{
        padding: 70px 0 70px 0;
    }

    .eer-service-item {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /***** Bloc info ******/

}

@media (min-width: 375px) and (max-width: 575px) {

    .service-content, .service-content-right {
        padding-right: 0;
        text-align: center;
        padding: 0 0 40px 0;
    }

    .text-right{
        order: 2;
    }

    .eer-logo {
        text-align:center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 375px) {

    .service-content, .service-content-right {
        padding-right: 0;
        text-align: center;
        padding: 0 0 40px 0;
    }

    .text-right{
        order: 2;
    }

    /***** Banniere ******/
    .banque-header-txt {
        font-size: 11px;
        line-height: 22px;
    }
    /***** Banniere ******/

}