.agent-img {
    clip-path: circle(40%);
}
.agent-descri {
    text-align: center;
}

.agent-form ul li input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}

.agent-form button {
    color: #fff;
    background-color: #df202f;
    border-radius: 20px;
    width: 40%;
}

.agent-form .btn-form {
    text-align: center;
}
.agent-name {
    color: #df202f;
    font-weight: 700;
    margin-top: -20px;
}

/*partie agence*/

.agence-img {
    border-radius: 20px;
    height: 430px;
    overflow: hidden;
    margin-bottom: 50px;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.part-agence .circle-btn {
    display: inline-block;
    width: 30%;
    margin-top: 10px;
}

.part-agence a {
    text-align: center;
}

.part-agence a .tag {
    color: #e51837;
}

.agence-mail:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0e0';
    font-weight: 900;
    font-style: initial;
    color: #e51837;
    padding: 0 10px 0 0;
}
.agence-adresse:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f3c5';
    font-weight: 900;
    font-style: initial;
    color: #e51837;
    padding: 0 10px 0 0;
}

.agence-num:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f095';
    font-weight: 900;
    font-style: initial;
    color: #e51837;
    padding: 0 10px 0 0;
}

.agence-nom {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
}

.agence-bien:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f015';
    font-weight: 900;
    font-style: initial;
    color: #e51837;
    padding: 0 10px 0 0;
}

.agence-descri {
    font-size: 18px;
}


/*bien vendu*/

.bien-vendu-title h4 {
    margin: 80px 0px;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
}

.bien-vendu-title {
    width: 100%;
}

.image-card img{
    width: 100%;
}

.part-bien-vendu {
    background-color: #fff;
}

.card-vendu {
    background-color: #f1f1f1;
    border-radius: 20px;
    overflow: hidden;
    min-height: 450px;
    margin-bottom: 20px;
}

.card-content {
    padding: 20px;
}
.card-content h3 {
    margin : 0px;
}
.card-content h3 a{
    color: #000000;
}
.card-content p {
    position: absolute;
    bottom: 5%;
}
}
.part-bien-vendu .card-vendu .card-content .btn_custom_1 {
    color: #fff;
    background-color: #df202f;
}

/*bien en vente*/
.bien-en-vente-title h4 {
    margin: 80px 0px;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
}
.part-bien-en-vente {
    background-color: #f1f1f1;
}

.part-bien-en-vente .single_property {
    border-radius: 20px;
    overflow: hidden;
}
.part-bien-en-vente .btn_custom_1 {
    color: #fff;
    background-color: #df202f;
}