.carousel-indicators .active {
    opacity: 1;
    background-color: black;
}

#bienPhotos {
    position : relative;
}

.bandeau {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 12;
}

.Price {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 12;
}

.badge-custom {
    background-color: var(--secondary, #173454);
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #fff!important;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.InfosBien {
    background : white;
}


.detail {
    text-align : center;
    padding : 10px;
}

.detail h5 {
    font-weight : bold;
    font-size : 1rem;
}


#nom_agent{
    position : absolute;
    top : 5px;
    right : 10px;
    font-size: 0.9rem;
}

#tel_agent {
    position: absolute;
    top: 10px;
    left: 18px;
    font-size: 1.7rem;
}

#email_agent {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 1.7rem;
}

.ConseillerBien {
    width: 100%;
    padding-top : 20px;
}

.ConseillerBien h3 {
    text-align : center;
    font-style : italic;
    font-weight : bold;
    color : var(--main-color, #173454);
}

.ConseillerBien .AgentCard {
    background-color: var(--main-color, #173454);
    height: 170px;
    border-radius: 20px;
    width: 100%;
    padding: 10px;
    color : white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-size : 0.9rem;
}

.ConseillerBien .AgentCard i {
    margin-right : 10px;
    min-width: 15px;
}

.dpeGES {
    background : white;
}
.dpeGES img {
    width : 100%;

}

.DetailsPieces {
    padding-top : 20px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.footerBien {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    background : var(--secondary);
    text-align : left;
}


.social_media {
    width : 100%;
    text-align: center;
}
.social_media ul {
    width : 100%;
    padding : 0;
    font-size: 1.3rem;
}

.social_media ul li {
    display : inline-block;
    width : 10vw;
}

.social_media #fb {
    color :#3b5998;
}

.social_media #twt {
    color : #1DA1F2;
}

.social_media #lkn {
    color : #0e76a8;
}

.social_media #shareOnDevice {
    color : var(--main-color);
}
