body {
    background: linear-gradient(180deg, rgb(150, 150, 150) 0px, rgb(255, 255, 255) 150px) no-repeat;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 9998;
}

@media (max-width: 768px) {
    body.dimmed .overlay {
        opacity: 1;
        pointer-events: auto;
    }
}
@media (min-width: 768px) {
    body.dimmed .overlay {
        opacity: 0;
        pointer-events: none;
    }
}

body:not(.dimmed) .overlay {
    opacity: 0;
}

#presentation.immo {
    padding-bottom: 0px;
    padding-top: 0px;
    height: 110px;
}

.immo .bg-clr-ikz{
    overflow-wrap: break-word;
    padding: 5px 10px;
    border: 0px solid white !important;
    cursor: not-allowed;
    margin-top: 3px !important;
}

.immo .bg-clr-ikz:hover,
.immo .bg-clr-ikz:active,
.immo .bg-clr-ikz:focus {
    background-color: #34B6B0 !important;
    border: 0px solid white !important;
    cursor: not-allowed;
}

.spn-bg-ikz {
    background-color: #34B6B0;
    padding: 4px 15px;
    color: white;
}

@media screen and (min-width: 768px){
    .trait {
        border-left: solid 1px lightgray;
    }
}

.f1{
    font-size: 22px;
}

.f2{
    font-size: 30px;
    font-weight: bold;
}

.f3{
    font-size: 28px;
    font-weight: bold;
}

.f4{
    font-size: 16px;
}

.f5{
    font-size: 16px;
}

@media (max-width: 768px) {
    .f1{
        font-size: 20px;
    }
    .f2{
        font-size: 20px;
        font-weight: bold;
    }
    .f3{
        font-size: 20px;
        font-weight: bold;
    }
    .f4{
        font-size: 16px;
    }
    .f5{
        font-size: 16px;
    }
    .xs-mt-10 {
        margin-top: 10px;
    }
    .xs-mt-8{
        margin-top: 10px;
    }
    .annonce-title {
        font-size: 30px;
    }
}

.my-icon{
    width: 30px;
    height: 30px;
}

.my-img {
    cursor: pointer;
}

.immo #mapBien{
    width: 100%;
    height: 300px;
}

.mt-8{
    margin-top: 8px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-8 {
    margin-bottom: 8px;
}

@media screen and (min-width: 1200px){
    .lg-mb-10{
        margin-bottom: 10px;
    }

}

@media screen and (min-width: 768px){
    .sm-mt-8{
        margin-top: 8px;
    }

}

.immo .sld ul {
    padding:0 0 0 0;
    margin:0 0 0 0;
}

.immo .sld ul li {
    list-style:none;
    margin-bottom:25px;
}

.immo ul li img {
    cursor: pointer;
}

.immo .controls{
    width:50px;
    display:block;
    padding-top:8px;
    font-weight:bold;
}

.immp .next {
    float:right;
    text-align:right;
}

.brm {
    display: none;
}

.gmi3 {
    background: url('../../img/loading.gif') no-repeat;
    background-position: center;
    min-height: 260px;
}

.si {
    background: url('../../img/loading.gif') no-repeat;
    background-position: center;
    min-height: 30vh;
}

@media (max-width: 395px) {
    .brm {
        display: inline-block;
    }

}

@media (min-width: 768px) {
    .img-ctnr img {
        height: 351px;
        object-fit: cover;
    }

    .gmi1 {
        background: url('../../img/loading.gif') no-repeat;
        background-position: center;
        min-height: 355px;
    }

}

@media (min-width: 992px) {
    .img-ctnr img {
        height: 316px;
    }

}

@media (min-width: 1200px) {
    .img-ctnr img {
        height: 398px;
    }

}

@media (max-width: 768px) {
    .biens-img-footer  {
        max-width:100%;
    }

    .gmi3 {
        min-height: 31vh;
    }

    .gmi1_, .gmi1 {
        background: url('../../img/loading.gif') no-repeat;
        background-position: center;
        min-height: 30vh;
    }

}

#showi {
    cursor: pointer;
}

.p-15{
    padding: 15px;
}

.col-pd-2, .img-ctnr {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.img-ctnt{
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.en-tette {
    font-size: 14px;
}

.img-cover {
    max-width: unset !important;
}

@media (max-width: 768px) {
    .img-ctnr {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .img-ctnt{
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .en-tete {
        font-size: 13px;
    }

}

.coin {
    position: absolute;
    display: block;
    z-index: 300;
    color: white;
    right: 15px;
    margin-top: 10px;
    cursor: pointer
}

.ikz-blue {
    color: #34b5b0;
}

.pb-10 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.bandeau{
    background-color:#dbe0e6;
    margin-bottom: 10px !important;
    padding: 5px 5px 8px;
    margin-top: 15px;
    color: #e80445;
}

.bandeau .close {
    font-size: 12px;
    color: grey;
    opacity: 100;
    text-shadow: none;
}

.bandeau .close:hover, .bandeau .close:focus {
    color: lightgray;
}

.red-clr{
    color: red;
}

.clr-gray {
    background-color: #f2f2f2;
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-ikz:hover, .btn-ikz:focus {
    background-color: #149892;
    color: white;
}

.fnt-16 {
    font-size: 16px;
}

.ml-10 {
    margin-left: 10px;
}

.div-msg {
    margin-top:10px;
    padding-left: 0;
}

.bd3 .form-group{
    margin-bottom: 0px !important;
}

@media (max-width: 1200px) {
    .clr-gray {
        margin: 0px 1px;
    }

}

@media (max-width: 768px) {
    .fnt-16 {
        font-size: 14px;
    }

}

.div-snt {
    margin-top: 10px;
}

.div-snt .alert{
    margin-bottom: 0px;
}

.xxs1{
    display: none;
}

@media (max-width: 510px){
    .xxs1{
        display: inline-block;
    }

}

@media (min-width: 768px) {
    .bg-clr-ikz{
        margin-top: 0px;
    }

    .div-inline {
        display: inline-block;
    }

    .p1 {
        margin-top: -30px;
    }

    .p2 {
        padding-top: 0px;
    }

}

.pt-6 {
    padding-top: 6px !important;
}

.minus-mt {
    margin-top: -10px;
    color: white;
}

.cont-div {
    display:flex;
}

.left-div {
    background-color:red;
    background-color:red;
}

.right-div {
    flex-grow: 1;
}

.close-modal-btn {
    padding-right: 30px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.col-pd-left {
    padding-left: 2px !important;
}

.col-pd-right {
    padding-right: 2px !important;
}

.bigIcon {
font-size:1em;
margin-right: 10px;
margin-bottom: 10px;
}

.qas {
    padding-top: 20px;
    font-size: 16px;
}

.f4.qas {
    margin-bottom: 20px !important;
}

.f5.qas {
    padding-top: 0;
    padding-bottom: 20px;
}

.documentsBien, .documentsBien li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.documentsBien {
    margin-left: 25px;
}

.textbox {
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
}

.financement {
    font-weight: bold;
    color: #777;
    background-color: #ccc;
}
.virtual {
    background-color: #eeeeee;
}
.virtual a {
    color: #2d2d2d;
}
.virtual a:hover {
    color: #3f3f3f;
}

.bottombox {
    margin-bottom: 50px;
}

.rightside {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 100px;
}

.vfooter {
    background-color: lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    bottom: 10px;
    z-index: 9999;  
}

.vfooter input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.immo-footer-buttons {
    margin: 0px;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#immo-nav {
    margin-bottom: 10px;
}

.btn-nav {
    border-width: 1px;
    border-color: lightslategray;
}

@media (max-width: 768px) {
    .rightside {
        position: static;
        display: flex;
        flex-direction: column;
    }
    .vfooter {
        width: 90%;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }
    .immo-footer-buttons {
        display: block;
        flex-direction: initial;
        gap: 0px;
    }
}

.hidden-immo-cpl {
    display: none;
    overflow: hidden;
}

.slideDown {
    display: block;
    overflow: hidden;
    animation: slideDown 0.5s ease-out;
}

.immo-final-text {
    font-size: 16px;
    padding: 10px;
}

@keyframes slideDown {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 500px;
        opacity: 1;
    }
}

.greyed {
    background-color: darkgray; !important;
}

.desktop-text {
    display: none;
}

.mobile-text {
    display: inline;
}

/* Desktop */
@media (min-width: 768px) {
    .desktop-text {
        display: inline;
    }
    .mobile-text {
        display: none;
    }
    .trustpilot_onboard {
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
    }
}

#footer {
    margin-top: 50px;
}