.annonce{
  border: 1px solid;
  border-color: rgb(0, 0, 0, .1 );
  max-width: 20em;
  margin: 1.8em;
}

.annonce_tete{
  padding: 2px;
}

.annonce_corps{
  padding: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
}

.annonce{
  height: 25em;
  display: grid;
  grid-template-columns: 100%
}

.annonce_tete{
  padding: 1em ;
  background-color: rgb(24, 0, 56, .5);
  color: #ffffff
}

.annonce_tete_img{
  background-color: transparent;
    padding: 1em 4em;
}

.img-annonce{
  margin: auto;
  border-radius: 50%;
  height: 10em;;
}

.annonce_tete_contente{
  text-align: center;
  display: grid;
}

.onnonce-corps{
  display: grid;
  grid-template-columns: 75% auto;
  padding-bottom: 1em;
}

.annonce_descr{
  float: right;
}

.annonce_categ{
  color: #FE7708
}




.annonce_voir{
width: 100%;
text-align: center;
left: 0;
bottom: -50px;
padding: 10px;
font-size: 20px;
background: rgb(24, 0, 56, .3);
border: none;
position: absolute;
transition: 0.3s;
}

.annonce_voir .annonce_voir_btn{
border: none;
background-color: transparent;
color: #fff;/* #FE7708*/
}

.annonce_corps:hover .annonce_voir{
bottom: 0px;
}

#annonce-modal-link{
  background: transparent;
  border: none;
  font-size: 20px;
  color: #0de8c7 
}

#annonce-modal-link:hover {
  color: #FE7708;
  transition: 2s
}

.annonce-modal-link{
  background: transparent;
  border: none;
  font-size: 20px;
  color: #0de8c7 
}

.annonce-modal-link:hover {
  color: #FE7708;
  transition: 2s
}

.annonce-modal{
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(111, 60, 214, .3);
  z-index: 1000;
  word-wrap: break-word;
  /* width: 100%;
  height: 100%; */
}

.annonce-modal.affiche{
  display: flex;
}

.annonce-modal-container{
  background-color: #FE7708;
  width: 50%;
  height: min-content;
  margin: auto;
}

.annonce-modal-content-header{
  height: 3em;
  background-color: var(--bg--01);
  color: var(--dark-01);
  display: flex;
  align-items: center;
  padding-left: 1.5em
}

.annonce-modal-content-header{
  background-color: #0de8c7 ;
  color: #ffffff;
}
.annonce-modal-content-header #modal-concel{
    margin-left: auto;
    margin-right: 1em;
    padding: .5em;
    border: none;
    background-color: transparent;
    font-size: 25px;
    color: var(--dark-01-half)
  }

.annonce-modal-content-header #modal-concel:hover {
  color: #FE7708;
}

.annonce-modal-content-body{
  padding: 1em;
}

.zah_select{
  width: 100%;
}
.ma_top{
  margin-top: 50px;
}
.total_carde{
  display: grid;
  height: 300px;
  grid-template-rows: 7fr 3fr;
  grid-template-areas: 
  "card_core"
  "profil_card"
  ;
}
.card_core{
  grid-area: card_core;
  border-radius: 8px;
  border: 1px solid rgb(219, 216, 216);
  background-color: #ffffff;
  box-shadow: 2px 2px 12px rgb(144, 143, 143);
  margin-bottom: 0 !important;
}
.titre_cadre{
  font-size: 20px !important;
  font-weight: bold;
  font-family: "Times New Roman",
  Times,
  serif;
}
.text_cadre{
  font-size: 15px !important;
}
.profil_card{
grid-area: profil_card;
margin-top: 10px;
display: grid;
grid-template-columns: 90px auto;
/* grid-template-areas: 
"profil_photo"
"profil_core"
; */
}
/* .profil_photo{
 
} */
.profil_core {
  margin: 5px 0 0 5px;
  
}
.profil_img {
  /* background-color: blue; */
  border-radius: 50% !important;
  margin: 0 10px 5px 1px;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.bouton_s{
  border-radius: 8px;
}
.sous_titre{
  font-size: 20px;
}
.profil_core_nom{
  margin-bottom: 0 !important;
}
.image_prest{
  width: 100%;
  height:250px;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.couvert_prest{
   /* box-shadow: 2px 2px 12px rgb(144, 143, 143); */
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.card_core_prest{
  height: 150px;
  /* border: 1px solid red; */
}
.titre_cadre_prest{
  font-size: 18px !important;
  font-weight: bold;
  font-family: "Times New Roman",
  Times,
  serif;
}
.text_cadre_prest {
  font-size: 15px !important;
}
@media only screen and (max-width: 992px) {
  
  .search-head-title{
    /* font-size: 28px; */
  }
  .ma_top{
  margin-top: 0;
}
}
@media only screen and (max-width: 768px) {

  .ma_top {
    margin-top: -38px;
  }
}