.propriete-template-default .ast-container {
    max-width: 100%;
    padding: 0;
}

.propriete-template-default.ast-separate-container .ast-article-single:not(.ast-related-post) {
    background-color: transparent;
    padding: 0;
}

article.type-propriete {
    width: 100%;
}

.single .entry-header,
header.entry-header .entry-title {
    margin: 0;
}

.sp-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

a.whatsapp-link svg {
    width: 27px;
}

a.whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #57c965;
    padding: 7px 10px;
    color: #000;
    background: #57c965;
}

a.whatsapp-link:hover {
    background: #fff;
}

@media (min-width: 544px) {
    .sp-container {
        max-width: 100%;
    }
}

@media (min-width: 922px) {
    .sp-container {
        max-width: 1240px;
    }
}

@media (min-width: 922px) {
    .sp-container {
        display: flex;
    }
}

@media (max-width: 921px) {
    .sp-container {
        flex-direction: column;
    }
}

.sp-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.header_post_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 119px 0;
    text-align: center;
    position: relative;
}

.overlay_title {
    background: #0b2c3d7c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

header.entry-header {
    width: 100%;
}

header.entry-header .entry-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.entry-content {
    width: 100%;
}

.propertie-carousel {
    margin-top: 50px;
    margin-bottom: 60px;
}

.owl-carousel .owl-item img {
    height: 560px;
    object-fit: cover;
    object-position: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #305a2c;
}

.propertie-type {
    text-transform: capitalize;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    background: #305a2c;
}

.prop_name {
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: #0A547A;
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-info {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    padding: 25px;
}

.infowithsidebar {
    display: flex;
}

.infor-wrapper {
    flex: 0 0 66.66666666%;
    padding: 0 15px;
}

.prop-sidebar {
    flex: 0 0 33.3333333%;
    padding: 0 15px;
}

#devis-form input[type="text"],
#devis-form input[type="tel"],
#devis-form input[type="email"],
#devis-form input[type="submit"],
#devis-form textarea {
    width: 100%;
    margin-bottom: 15px;
}

.wrapper-ps {
    padding: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
}

#devis-form input[type="submit"] {
    background: #305a2c;
}

.box-info h2,
.prop-sidebar h4 {
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #305a2c;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .sp-container {
        padding: 0;
    }

    .infowithsidebar {
        flex-direction: column;
    }

    .infor-wrapper {
        flex: 0 0 100%;
    }

    .prop-sidebar {
        flex: 0 0 100%;
        margin-bottom: 50px;
    }

    .propertie-carousel {
        margin-bottom: 25px;
    }

    .prop_name {
        font-size: 24px;
    }
}
