/*
 Theme Name: Astra Child
 Theme URI: https://www.bdfinancesetpatrimoine.com/
 Description: Child theme for Astra
 Author: BDFinancesetpatrimoine
 Template: astra
 Version: 1.0.0
*/

/* Add your custom CSS after this line */
.m-0{
    margin: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.mr-0{
    margin-right: 0 !important;
}
.ml-0{
    margin-left: 0 !important;
}
.p-0{
    padding: 0 !important;
}
.text-muted{
    color: #6c757d !important;
    margin-top: 1rem !important;
    margin-bottom: 5px !important;   
}
article.post-type-proprietes {
    position: relative;
}
article.post-type-proprietes .acf-status {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #046bd2;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}
article.post-type-proprietes .uagb-post__excerpt {
    display: none !important;
}
article.post-type-proprietes .acf-meta-wrapper .acf-meta-line  {
    margin: 6px 0;
    font-weight: 500;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    margin-bottom: 20px !important;
}
article.post-type-proprietes .wp-block-button{
    display: none;
}

article.post-type-proprietes .uagb-post-grid-byline{
    display: none;
}

.propriete-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
    justify-content: space-between;
}

.propriete-item {
    flex: 1;
    min-width: 180px; /* Évite que ce soit trop petit */
    padding: 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    background: #fff;
}

.propriete-item svg {
    fill: #6c757d; /* Couleur des icônes */
    margin-bottom: 10px;
}

.propriete-label {
    font-size: 14px;
    color: #6c757d;
    text-transform: uppercase;
    margin: 5px 0;
}

.propriete-valeur {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.single-proprietes .page-title-wrapper {
    text-align: center;
    margin-top: 40px;
}
.single-proprietes .page-title-wrapper .title-prefix{
    font-family: "Yanone Kaffeesatz";
    font-weight: 600;
    color: #045cb4;
    display: block;
    text-align: center;
}

.single-proprietes .page-title-wrapper .page-title{
    color: #1e293b;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.3em;
    position: relative;
    &:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background-color: #111;
        margin-left: auto;
        margin-right: auto;
        right: 0;
    }
}

.single-proprietes .section-title{
    margin-bottom: 30px;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 600;
    padding-top: 20px;
    color: #1e293b;
    margin-top: 40px;
    position: relative;
    &::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background-color: #111;
    }
}

.single-proprietes .wp-block-gallery .my-slick-slider{
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.single-proprietes .wp-block-gallery .my-slick-slider figure img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.single-proprietes .wp-block-gallery .slick-dots li{
    margin: 0;
}
.single-proprietes .wp-block-gallery .slick-dots li button:before{
    font-size: 10px;
    color: #046bd2;
}

.single-proprietes .wp-block-gallery .slick-dots li.slick-active button:before{
    color: #046bd2;
}

.single-proprietes .propriete-more-details .propriete-more-details-item{
    display: inline-block;
    width: 48%;
}
.single-proprietes .testimonials-section{
   /*margin: 60px 0;*/
}
.single-proprietes .address-city
{
    padding: 0;
    transition: all 0.2s;
    display: inline-flex;
    color: #3a3a3a;
    align-items: center;
    text-decoration: none;
    box-shadow: none;
    margin-bottom: 0;
}
.single-proprietes .address-city span{
    margin-right: 15px;
    display: flex;
}