.wrapper-detail-projet {
    padding: 70px 0;
    position: relative;
}
.aside_left {
    width: calc(70% - 85px);
    position: relative;
    padding-right: 15PX;
    padding-left: 15px;
}


.content-aside__left {
    /* padding-right: 40px; */
    position: relative;
    width: 100%;
    font-family: Poppins;
}

.item-bloc-left {
    padding: 30px 40px 30px;
    box-shadow: rgba(149,157,165,.1)0 0 24px;
    margin-bottom: 45px;
    line-height: 1.8;
    color: #676767;
    font-family: "Poppins";
    font-size: 16px;
    text-align: justify;
}

.wrap-item-bloc-left {
}

.ct-item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
    /* margin-right: 24px; */
}

.entry-meta.ct-item-meta {
    margin-bottom: 8px;
}

.ct-item-meta li {
    font-weight: 600;
    transition: all .3s linear;
    align-items: center;
    position: relative;
    margin-right: 36px;
}

.ct-item-meta li a {
}

.ct-item-meta .item-category a {
}

.ct-item-meta .item-category {
    margin-right: 36px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #089441;
    line-height: 30px;
}

.ct-item-meta .item-category a:last-child:after, .item-comment:not(:last-child) a:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #bababa;
    top: 50%;
    right: -20px;
    transform: translatey(-50%);
}

ul.entry-date.ct-item-date {
    position: absolute;
    right: 70px;
    width: 77px;
    height: 77px;
    flex-direction: column;
    top: 0;
    color: #fff;
    font-size: 14px;
    background-color: #089441;
    display: inline-flex;
    text-align: center;
    font-weight: 500;
    justify-content: center;
    right: 0px;
}

li.item-date-m {
    font-size: 16px;
}

li.item-date-d {
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
}

.entry-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #1a1a1a;
    text-align: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#089441,#089441b5 50%,#1a1a1a 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .5s cubic-bezier(0,0,.23,1);
    display: flex;
    margin: 15px 0 15px;
}

.entry-title:after {
    content: "";
    position: absolute;
    width: 100%;
}

li.item-comment {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}

.entry-title:hover {
    background-position: 0;
}

.entry-content h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #1a1a1a;
    margin: 15px 0;
}

.entry-img {
    /* margin: 0px 0px 40px; */
    position: relative;
    overflow: hidden;
    margin: 0 -40px 20px;
}

.entry-img img {
    width: 100%;
    box-shadow: rgba(149,157,165,.1)0 0 24px;
}


.entry-content {
}

.entry-content em {
}

.entry-content p {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.video-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-center video {
    height: 300px;
    width: 80%;
}

.entry-content ul {
    color: #5e5e5e;
    margin: 0 0 10px;
}

.entry-content ul li {
    margin: 2px 0;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.entry-content ul li:before {
    position: absolute;
    content: "";
    margin-right: 10px;
    background: #005aa9;
    font-size: 15px;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.entry-content ul li::first-letter {
    text-transform: uppercase;
}

.entry-content blockquote {
    padding: 31px 40px;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #1b2336;
    font-weight: 600;
    position: relative;
    margin: 30px 0;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../images/bg/blockquote_Blog_Single.jpg);
    background-position: 50%;
    background-size: cover;
}

p.mini-titre {
    text-align: center;
    font-weight: 600;
    color: #000;
}

figcaption {
    font-size: 12px;
    text-align: center;
    width: 90%;
    margin: 10px auto 0;
}

.entry-content blockquote p:first-child {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.entry-content blockquote p:last-child {
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    color: #d30d33;
    margin-bottom: 0;
}

.entry-footer {
    display: flex;
    flex-direction: column;
}

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    position: relative;
    padding: 30px 0;
    margin-top: 30px;
}

.entry-tags:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    background-color: #eee;
}

.entry-tags label {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 32px;
    font-weight: 600;
    margin: 6px 0;
    margin-right: 18px;
}

.entry-tags a {
    background-color: #fff;
    padding: 5px 20px;
    font-weight: 700;
    color: #1a1a1a;
    display: inline-block;
    font-size: 15px;
    box-shadow: rgba(50,50,93,.1)0 13px 27px -5px,rgba(0,0,0,.15)0 8px 0 -8px;
    line-height: 30px;
    font-family: Manrope;
    margin-right: 7px;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: .25s ease;
    margin-top: 5px;
    margin-bottom: 5px;
}

.entry-tags a:hover {
    color: #fff;
    border-color: #089441;
    background-color: #089441;
}

.entry-social {
    display: flex;
    flex-wrap: wrap;
    margin: 11px 0;
    align-items: center;
    font-size: 15px;
    line-height: 1.86;
    color: #415674;
}

.entry-social a {
    position: relative;
    padding-right: 34px;
    font-size: 16px;
    color: #a1a1a1;
    display: flex;
    flex-basis: min-content;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    align-items: center;
}

.entry-social span {
    display: inline-block;
    width: 0;
    padding-left: 5px;
    opacity: 0;
    margin-left: 0;
    transition: .25s;
    white-space: nowrap;
}

.entry-social a:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #a1a1a1;
    border-radius: 50%;
    top: 50%;
    transform: translatey(-50%);
    right: 20%;
    transition: all 220ms linear;
}

.entry-social a:hover {
    color: #d30d33;
}

.entry-social a:hover span {
    width: 100px;
    opacity: 1;
    text-align: left;
}




.entry-author-info {
    padding: 36px 55px;
    border: 1px solid #f3f3f3;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    font-family: manrope,sans-serif;
}

.entry-author-avatar {
    min-width: 160px;
    width: 160px;
    margin-right: 30px;
}

.entry-author-avatar img {
    width: 100%;
    -webkit-border-radius: 160px;
    -khtml-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
    border-radius: 160px;
}

.entry-author-meta {}

h3.author-name {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 32px;
    margin: 0 0 15px;
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.author-description {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    font-family: DM Sans;
    color: #74787c;
}

ul.user-social {
    margin: 0;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.user-social li {}

ul.user-social a {
    color: #a1a1a1;
    margin-right: 20px;
}

ul.user-social a:hover {
    color: #f94d1c;
}




.entry-navigation {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 45px;
}

.nav-links-actu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.nav-item-actu {
    width: 50%;
    font-family: manrope,sans-serif;
}

.nav-item-actu.nav-post-prev {
    padding-right: 20px;
}

.nav-post-holder {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.nav-post-img {
    width: 75px;
    min-width: 75px;
    position: relative;
    overflow: hidden;
}

.nav-post-prev .nav-post-img {
    margin-right: 20px;
}

.nav-post-img div {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
}

.nav-post-img div:before {
    content: '\f101';
    font-family: "FontAwesome";
    position: absolute;
    color: #fff;
    font-size: 21px;
    opacity: 0;
    transition: .3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    animation: none!important;
}
.bloc_telechargement_wrapper {
    display: flex;
    font-family: manrope,sans-serif;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-left: 20px;
}   

.bloc_telechargement {
    position: relative;
    width: 47%;
    margin-right: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    margin-bottom: 35px;
} 

.bloc_telechargement::after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #089441;
    bottom: 0;
    right: 0;
    transition: all linear 0.3s;
}

.bloc_telechargement:hover::after {
    transition: all linear 0.3s;
    width: 100%;
    right: auto;
    left: 0;
}

.bloc_telechargement a{
    position: relative;
    padding: 0;
    height: auto;
    display: block;
    padding: 10px 10px 0px 45px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
} 

.bloc_telechargement a:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}


.bloc_telechargement_logo img {
    height: 35px;
    width: auto;
}

.bloc_telechargement_logo {
    padding: 10px;
    background-color: #089441;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
}

.content_description {
    width: 100%;
    padding-bottom: 10px;
}

.bloc_telechargement_titre {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 7px;
}

.bloc_telechargement_texte {
    font-size: 14px;
    display: none;
}
span.btn-dld {
  font-size: 13px;
  line-height: 1.5;
  margin-left: 10px;
}
span.btn-dld:hover {
  color: #089441;
  font-weight: 600;
}

.bloc_telechargement_footer {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    padding: 7px 0;
    background: #fff;
    line-height: 1;
    color: #7e7e7e;
    text-transform: none;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date_publication {
    font-size: 10px;
}

span.date_publication i {
    margin-right: 5px;
}

.date_publication span {
  padding-right: 15px;
}

.wrap-detail-projet {
  display: flex;
  flex-wrap: wrap;
}
ul.social-icons li {}

.social-icons a {
    width: 40px;
    aspect-ratio: 1;
    margin: 0 0 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    background: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons .in {
    background: #3371b7;
}
.social-icons .fb {
    background: #285da1;
}


.social-icons .tw {
    background: #03a9f4;
}

.social-icons .yb {
    background: red;
}

.social-icons .wh {
    background: #20b038;
}

.social-icons .en {
    background: #95a5a6;
}

.social-icons .pin {
    background: #c92619;
}

.social-icons .dit {
    background: #e74a1e;
}

.social-icons {
  display: flex;
  /* flex-direction: column; */
  -webkit-box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
  box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 70px;
  background: #fff;
  padding: 16px;
  text-align: center;
  margin-bottom: 0;
  display: block;
  position: sticky;
  top: 30px;
}
/* **********************************************************************************************rigfht-detail*************************************************************** */

.aside_right {
    width: 30%;
    position: relative;
    padding-left: 15px;
}

#bloc_aside_page, .bloc_aside_page {
    position: sticky;
    top: 105px;
}


h2.widget-title {
    font-size: 26px;
    margin-bottom: 41px;
    padding-bottom: 12px;
    position: relative;
    color: #000;
    line-height: 1.2;
    font-weight: 600;
    /*! font-family: 'League Spartan'; */
    font-family: 'Poppins';
}

h2.widget-title:before {
    content: '';
    width: 35px;
    height: 3px;
    background-color: #089441;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 8px;
}

h2.widget-title:after {
    content: '';
    width: 10px;
    height: 3px;
    background-color: #089441;
    position: absolute;
    bottom: -10px;
    left: 42px;
    border-radius: 8px;
}

h2.widget-title span:last-child {
    width: 5px;
    display: block;
    position: absolute;
    height: 3px;
    background-color: #089441;
    bottom: -10px;
    left: 59px;
    border-radius: 8px;
}


.item-aside {
    padding: 30px 30px 30px;
    background-color: #0894410f;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.72em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #5f5f5f;
    margin-bottom: 30px;
}


label.form-label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    color: #000;
}


#job-apply-btn, .job-apply-btn {
    display: block;
    border: 1px solid #089441;
    border-radius: 6px;
    background: #089441;
    color: #fff;
    font-size: 15px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: 0px;
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    padding: 14px 20px;
    transition: color .3s cubic-bezier(.455,.03,.515,.955),background-color .3s cubic-bezier(.455,.03,.515,.955),border-color .3s cubic-bezier(.455,.03,.515,.955);
}

.item-aside ul {
    margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-aside:first-child ul li {
    display: inline-block;
    /* margin-right: 13px; */
}

.item-aside:first-child ul li a {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 14px;
    /* margin: 5px 0 5px; */
    color: currentColor;
    line-height: 1.25em;
    font-size: 14px;
}






.wrap-right-detail-projet {
  width: 30%;
  position: relative;
  padding-left: 15px;
}
.top-right-details-projets {
  padding: 25px 25px 25px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  /* text-align: center; */
  font-weight: 400;
  line-height: 1.72em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  color: #5f5f5f;
  box-shadow: 0 .5rem .937rem rgba(140,152,164,.1);
  border-radius: 5px;
  border: 1px solid #E7E7EC;
}
.top-right-details-projets-title h3 {
  font-size: 23px !important;
  font-weight: 500;
  padding-bottom: 12px;
  line-height: 40px;
    text-align: left;
}
.top-right-details-projets-title p {
  position: relative;
  color: #7a7b80;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 0px;
  transition: all 500ms ease;
  font-size: 16px;
  text-align: left;
}
.top-rights-details-projet-item {
  display: flex;
  color: #141417;
  border-bottom: 1px solid #ededed;
  line-height: 26px;
  padding: 15px 0;
  font-size: 16px;
}
.top-rights-details-projet-item.last-item {
  border: none;
}
.top-rights-details-projet-item p {
  /* padding-left: 95px; */
}
.top-rights-details-projet-item:last-child {border: none;}
.top-rights-details-projet-item span {
  /* margin-left: 0.75rem; */
  font-weight: 600;
  /* line-height: 1.2; */
  color: #30744c;
  font-size: 15px;
}
.top-rights-details-projet-item-text {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-left: 10px;
  width: 100%;
  line-height: 1.2;
}
/************************************************ BLOC-contact-proprietaire**************************************/
.wrap-bloc-aside {
    background-color: #fff;
    color: #707070;
    border-radius: 5px;
    /* border: 1px solid #ebeef5; */
    overflow: hidden;
    margin-top: 40px;
    transition: .5s;
    background: #08944124;
    box-shadow: 0 0.5rem 0.937rem rgb(140 152 164 / 10%);
    margin-bottom: 20px;
    padding: 25px 30px 30px;
}

.sides-widget-header {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 13px 0 0;
}

.wrap-page-wrapper-detail.row-container {
    align-items: unset;
    margin: 0 -15px 25px;
}

.wrap-page-wrapper-detail.bref-details {
    align-items: end;
    margin: 0 -15px 25px;
}

.social_share_list a i {
    margin: 0 7px 0 0;
}

.social_share_panel a i {
    margin-right: 0;
}

.social_share_list:hover .social_share_panel {
    opacity: 1;
    top: -100%;
    margin-bottom: 20px;
    visibility: visible;
}

.agent-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #dadada;
    float: left;
    padding: 5px;
    margin-right: 10px !important;
}

.agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
}

.sides-widget-details {
    display: flex;
    position: relative;
    flex-direction: column;
}

.sides-widget-details h4 {
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 5px;
}

.sides-widget-details span {
    font-size: 14px;
    font-family: 'Roboto';
    color: #212121;
    width: 100%;
    line-height: 25px;
}

.sides_list_property_detail span i {
    margin-right: 5px;
}

.sides-widget-details span i {
    margin-right: 5px;
}

.bloc-aside-formulaire {
}

.bloc-aside-formulaire.simple-form {}

.bloc-aside-formulaire.simple-form form {}

.form-group {
    margin-bottom: 17px;
}

.form-group label {
}

.form-group input {width: 100%;border-radius: 7px;}

.form-control {
    border: 1px solid #054b7b5e;
    width: 100%;
    color: #111111;
    background-color: #ffffff;
    border-radius: 4px;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}




.content-value {
    text-align: left;
    padding-left: 10px;
    line-height: 1.2;
    font-size: 12px;
    display: flex;
    padding-bottom: 13px;
    position: relative;
}

.content-value h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #0e0e0e;
}

.content-value p {
    /* line-height: 1.2; */
}


.content-value input[type=radio] {
  display: none;
}

input[type=radio]:checked + .content-value h3 {
    color: #089441;
}

.group-radios input[type=radio] {
    /* color: #089441; */
    display: none;
}

input[type=radio]:checked + .content-value .wrap-radio-group:before {
    background: #089441;
    /* color: red; */
}

.wrap-radio-group:before {
    position: absolute;
    content: "\2714";
    border: 2px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 17px;
    width: 17px;
    aspect-ratio: 1;
    /* padding: 0 5px; */
    margin-right: 0.5em;
    color: transparent;
    /* -webkit-transition: .2s; */
    -o-transition: .2s;
    transition: .2s;
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    /* font-family: "FontAwesome"; */
    left: 0;
}





.form-control {
    /* font-size: 15px; */
    /* width: 10px; */
}

.wrap-radio-group {
    /* display: flex; */
    /* align-items: flex-start; */
    padding-left: 13px;
}

input.radio-btn {
    font-size: 14px;
    width: 13px;
    /* height: 17px; */
}


textarea.form-control {
    height: 180px;
    border-radius: 6px;
    width: 100%;
}

.btn.btn-black {
    background: #263547;
    color: #fff;
    border: 1px solid #263547;
    width: 100%;
    padding: 1em 1.5em;
    font-size: 1em;
    border-radius: 0.25rem;
    font-weight: 400;
    line-height: 1.5;
}

div#feature-prop-bloc .wrap-bloc-aside {
    border: none;
}

h4.aside-title {
    line-height: 30px;
    font-size: 22px;
    color: #212121;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

.texte-desc-proprietaire {
    padding: 4px 0 20px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    /* margin-bottom: 16px; */
}

.lists_property_price {
    align-items: center;
    padding: 0;
    color: #00c194;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.lists_property_price_value {
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    font-size: 18px;
}

span.propriety-type.right-aside {
    color: #03a98a; 
    background: rgba(3, 169, 138, 0.1);
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    margin-left: 2px;
    margin-top: 3px;
}


.ligne-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input#submit, .btn.btn-black, .single-input .btn-reservation {
    border: 1px solid #054b7b;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    line-height: 1.5;
    margin-top: 10px;
    font-family: 'Roboto';
    box-shadow: 0 7px 18px 0 rgb(5 75 123 / 38%);
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.2px;
    border-radius: 40px;
    background-color: #089441;
}


.form-group.two-items {
    width: 48%;
}

.form-group.one-item {
    width: 100%;
}


.form-group.review-submit-btn {
    margin: 0;
}












