/*Styles pour les pages estimations */

#presentation {
    padding-top: 110px !important;
    .pagetitle{
        color: #434343;
        text-wrap: balance;
    }
}

.headericons {
    width: 76px;
    margin-top: 20px;
    filter: invert(60%) sepia(69%) saturate(380%) hue-rotate(128deg) brightness(89%) contrast(95%);
}

.argucell {
    padding: 0px;
}

/*breadcrumb*/

.breadcrumb {
    font-size: 14px;
    color: #aaa !important;
    border-radius: 5px !important;
    padding: 0px;
    line-height: 2;
    background-color: transparent !important;
    margin-top: 1em;
}
.breadcrumb>li+li:before {
  color: #434343 !important;
}

.active-1 {
    color: white !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    border-radius: 200px !important;
    background: #34B6B0;

    @media (max-width: 991px) {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

}

.active {
    color: #434343 !important;
    font-weight: bold;
}

.img-cover-last {
  margin-top: 5px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

p {
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.55;
}

.div-advice li {
    font-size: 16px;
    text-align: left;
}

h3 {
    text-align: left;
    font-weight: bold;
}

.div-advice .red-btn-ikz {
    margin-top: 1em;
}

.ivideo {
    @media (max-width: 768px) {
      margin: -15px;
    }
}

.row-annonce {
    background-color: #d9d9d9;
    margin-top: 50px;
} .row-annonce h3 {
    margin-top: 10px !important;
    text-align: center !important;
}

.annonce {
    margin-top: 0px !important;
}

.map-annonce {
    margin-top: 0px !important;
}

.this-annonce {
    padding: 15px;
}

.annonce-titre {
    font-size: 16px;
    font-weight: bold;
}

.annonce-ville {
    float: left;
}

.annonce-libelle {
    float: right;
    position: inherit;
    right: 0px;
}

.cursor {
    cursor: pointer;
}

.liste-villes li {
    margin-left: -15px;
}

.faq {
    width: 100%;
    padding-bottom: 0px !important;
    padding-top: 15px !important;
}

.panel-title {
    text-align: left;
}

.btn-vc {
    background-color: #ffe459;
    color: #585551;
}

.bloc-project {
    background-color: #34B6B0;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin: 0px !important;
    .form-control::placeholder {
        color: #676767;
        opacity: 1;
}
}

.input-xs {
    font-size: 16px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
    .btn-l-xs {float: left !important;}
    .btn-r-xs {float: right !important;}
    .input-xs {
        height: 37px;
        margin-bottom: 10px;
    }
    .tpwidget {
        background-color: transparent !important;
    }

}

.bpoints {
    list-style-image: linear-gradient(to left bottom, white, #b7b7b7);
    padding-left: 15px;
}

.tpwidget {
    background-color: whitesmoke; padding: 1%; border-radius: 6px; display: flex;
}

/*Cards pour les villes*/

.cardv-main{
    padding: 15px;
}

.cardv{
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow:hidden;
    border-radius:20px;
    width: 100%;
    min-height:250px;
    background-size: cover;
    background-color: #AAAAAA;
    background-blend-mode: multiply;

    @media (max-width: 768px) {
      min-height:200px;
    }

    @media (max-width: 420px) {
      min-height:150px;
    }

    .cardv-body{ 
       transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .cardv-title{
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        padding: 0px 10px 0px 10px;
        color: white;
    }

    .cardv-uptitle{
        text-align: left;
        padding-left: 10px;
        font-size: 16px;
        text-transform: uppercase;
        color: white;
    }

    &:hover {
        .cardv-body{
            margin-top:20px;
            transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        }
        .cardv-title{
            color: #34B6B0;
        }
        background-blend-mode: normal;
        cursor: pointer;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

}