
.texte_clignotant{animation: Clignote 1s infinite; margin-bottom:5px;line-height:25px; text-decoration:underline;}

@keyframes Clignote{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}

.box_lien_vers_compte_proprietaire {  display: flex;  justify-content: flex-end;  align-items: flex-start;  width: 100%;  margin-right: 10px;  text-align: right;}
.box_lien_vers_compte_proprietaire .texte_compte {  display: flex;  flex-direction: column;  align-items: flex-end;}
.box_lien_vers_compte_proprietaire .ligne_compte { display: flex; align-items: center;  justify-content: flex-end;  gap: 8px;}
.box_lien_vers_compte_proprietaire i {  font-size: 22px;  color: #8a6a3d;}
.box_lien_vers_compte_proprietaire a {  margin-right: 0;}

.bloc_proprietaire_presentation_2026 {color: #2b180f;}
.bloc_proprietaire_presentation_2026 h1, h2 {font-family: 'Montaga', serif;}
.bloc_proprietaire_presentation_2026 h1 { font-size: 26px;  line-height: 1.12;  font-weight: 700;  color: #2b180f;  letter-spacing: -0.5px;}
.bloc_proprietaire_presentation_2026 h2 { font-size: 20px;  line-height: 1.5;  font-weight: 500; letter-spacing: -0.5px; /* IMPORTANT */ }

.bloc_proprietaire_presentation_2026 h1::after {  content: "";  display: block;  width: 60px;  height: 2px;  background: #c59d5f;  margin: 15px auto;}

.bloc_specs_prestation_proprietaire {  background: #F7F3E8; border: 1px solid #D8CFC0; padding: 15px 20px;  margin: 50px auto;  max-width: 850px;  box-shadow: 0 2px 8px rgba(0,0,0,0.04);  text-align: left; 
		display:flex; overflow: hidden;
		

}
.bloc_specs_prestation_proprietaire .bloc_texte{ color: #2b180f; width: 65%;  padding: 15px 20px;  position: relative;  z-index: 2;}

.bloc_specs_prestation_proprietaire .bloc_texte .bloc_type_evenements {display: flex;  flex-wrap: wrap;  gap: 8px;  margin: 14px 0 20px; justify-content:center;}
.bloc_texte .bloc_type_evenements span { display: inline-flex;  align-items: center;  gap: 6px;  font-size: 13px;  line-height: 1;  background: #fff;  border: 1px solid #d8cfc0;  border-radius: 999px;  padding: 6px 10px;  color: #2b180f;  white-space: nowrap;}
.bloc_texte .bloc_type_evenements span i {color: #c59d5f;  font-size: 13px; opacity: 0.9;}

.bloc_texte .bloc_specifications {display: flex; align-items: flex-start; gap: 14px; transition: all 0.2s ease; margin-top:8px;}
.bloc_texte .bloc_specifications:hover {  transform: translateX(3px);}
.bloc_texte  .intro::after {  content: "";  display: block;  width: 60px;  height: 2px;  background: #c59d5f;  margin: 15px 0;}

.bloc_texte .bloc_specifications .box_intro_icone{width: 40px; height: 40px; border-radius: 50%; background: white; border: 1px solid #e2d8c5; display: flex; align-items: center; justify-content: center;}
.bloc_texte .bloc_specifications .box_intro_icone i{ font-size: 22px; color: #c59d5f; margin-top:2px;}

.bloc_texte .bloc_specifications .bloc_spec_texte { display: flex; flex-direction: column; gap: 3px;}
.bloc_texte .bloc_specifications .bloc_spec_texte h4 { font-size: 16px;  font-weight: 600;  margin: 0 0 3px;  color: #2b180f}
.bloc_texte .bloc_specifications .bloc_spec_texte p { margin-top: 0; font-size:14px;   line-height: 1.45;   opacity: 0.75;}

.bloc_texte .bloc_specifications .bloc_spec_texte .p_mini { margin-top: 0; font-size:13px;   line-height: 1.45;   opacity: 0.75;}
.bloc_texte .bloc_specifications .bloc_spec_texte .p_very_small { margin-top: 0; font-size:12px;   line-height: 1.45;   opacity: 0.75;}

.bloc_texte .bloc_specifications:not(:last-child) {  border-bottom: 1px solid #e8e1d3;  padding-bottom: 14px;   width:100%;}

.bloc_texte .bloc_specifications .bloc_revenus {  margin: 18px 0 25px;}

.revenus_liste {  display: flex;  flex-direction: column;  gap: 10px;  margin-top: 6px;}

.revenu_ligne {  display: grid;  grid-template-columns: 42px 1fr 150px;  align-items: center;  gap: 12px;  padding: 10px 12px;  background: #fbf7ed; border: 1px solid #ded0b8;  border-radius: 10px;}
.revenu_icone { width: 34px; height: 34px;  border-radius: 8px;  background: #f4ead8;  color: #b98a53;  display: flex;  align-items: center;  justify-content: center;  font-size: 17px;	  border: 1px solid #e2d6c4;}
.revenu_texte strong {  display: block;  font-size: 15px;  color: #2b180f;}
.revenu_texte span {  display: block;  font-size: 13px;  color: #5a4636;}
.revenu_prix {  text-align: center;  background: #f4ead8;  border-radius: 9px;  padding: 12px 8px;  font-size: 19px;  font-weight: bold;  color: #b98a53;}
.revenu_prix span {  display: block;  font-size: 12px;  font-weight: normal;  color: #5a4636;}
.revenus_note {  margin-top: 12px;  padding: 10px 12px;  background: #f4ead8;  border-radius: 9px;  font-size: 13px;  color: #5a4636;}




.bloc_specs_prestation_proprietaire .bloc_image { width: 35%; min-height: 520px; background:
                linear-gradient(to right,      #F7F3E8 0%,      rgba(247,243,232,0.7) 10%,  rgba(247,243,232,0.3) 20%,  rgba(247,243,232,0.1) 30%    ),
                url("../design/Traction_background_page_proprietaire.jpg") 35% center / cover no-repeat;
/*              border-left: 1px solid #e2d8c5;*/
                }

.bloc_specs_prestation_proprietaire .bloc_bouton_cta {  margin-top: 20px;}
.bloc_specs_prestation_proprietaire .bloc_bouton_cta .cta_principal {  display: flex;   align-items: center;  justify-content: center;  gap: 8px;  background: linear-gradient(135deg, #c59d5f, #b88b4a);  color: #fff;  text-decoration: none;  padding: 12px 18px;  border-radius: 6px;  font-weight: 600;  font-size: 14px;  transition: all 0.2s ease;}

.bloc_specs_prestation_proprietaire .bloc_bouton_cta .cta_principal i {font-size: 14px;}
.bloc_specs_prestation_proprietaire .bloc_bouton_cta .cta_principal:hover {  transform: translateY(-1px);  box-shadow: 0 4px 10px rgba(0,0,0,0.12);}

.bloc_specs_prestation_proprietaire .bloc_bouton_cta .cta_sous_texte {  margin-top: 6px;  font-size: 12px;  text-align: center;  opacity: 0.7;}
.bloc_specs_prestation_proprietaire .bloc_bouton_cta .cta_sous_texte i {margin-right:6px;}


.bloc_recherche { position:relative; text-align: center;  margin: 20px auto;  max-width: 950px;  padding: 25px 20px;  background: #f7f3e8;  border: 1px solid #d8cfc0;}
.icone_top {  position: absolute;   top: -22px;  left: 50%;  transform: translateX(-50%);  width: 44px;  height: 44px;  border-radius: 50%;  background: #f7f3e8;  border: 1px solid #d8cfc0;  display: flex;  align-items: center;  justify-content: center;}
.bloc_recherche .icone_top i {  color: #c59d5f;  font-size: 18px;}

.bloc_recherche h2 { font-size: 20px;  margin-bottom: 20px;  color: #2b180f; margin:0;}
.bloc_recherche h2::after {  content: "";  display: block;  width: 55px;  height: 2px;  background: #c59d5f;  margin: 16px auto 26px;}

.ligne_recherche {  display: flex;  align-items: center;  justify-content: center;  gap: 15px;  flex-wrap: wrap;}
.ligne_recherche span {  font-size: 16px;  color: #7a6a55;}

.btn_recherche {  display: inline-flex;  align-items: center;  gap: 8px;  background: linear-gradient(135deg, #c59d5f, #b88b4a);  color: #fff;  text-decoration: none;  padding: 10px 16px;  border-radius: 5px;
  font-size: 14px;  font-weight: 600;  transition: all 0.2s ease;}

.btn_recherche:hover {  transform: translateY(-1px);  box-shadow: 0 4px 10px rgba(0,0,0,0.12);}


.titre-separateur {display: flex;  align-items: center;  justify-content: center;  gap: 30px;  margin: 35px auto 25px;  max-width: 1100px;  font-size: 22px;	font-weight: 600;  color: #3a1f12;
  text-align: center;}

.titre-separateur::before,.titre-separateur::after {  content: "";  flex: 1;  height: 1px;  background: #b98a53;  max-width: 360px;}

.box_card_vehicule{  display: grid; grid-template-columns: repeat(3, 300px);  justify-content: center;	  gap: 10px;  margin: 30px auto 45px;}

.card-vehicule {  background: #f8f4ec;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 6px 18px rgba(0,0,0,0.08);  transition: all 0.25s ease;  max-width: 300px;  margin: 15px;}

/*.card-vehicule:hover {  transform: translateY(-5px);  box-shadow: 0 10px 25px rgba(0,0,0,0.12);}*/

.card-image img {  width: 100%;  height: 180px;  object-fit: cover;  display: block;}

.card-content {  padding: 15px;  text-align: center;}

.card-content h3 {  font-size: 18px;  margin-bottom: 10px;  color: #2b180f; min-height: 48px; /* clé du problème */
  display: flex;  align-items: center;  justify-content: center;  text-align: center;}

.card-note { margin-bottom: 12px;}
.card-note span {  display: inline-block;  background: #b98a53;  color: white;  font-size: 14px;  padding: 4px 7px;  border-radius: 4px;  margin: 2px;}
.card-note span:hover {cursor:pointer;}

.card-separator {  height: 1px;  background: #d8cfc0;  margin: 12px 0;}

.card-infos {  display: flex;  justify-content: space-between;  font-size: 13px;  color: #5a4636;}
.card-infos span {  display: flex;  align-items: center;  gap: 5px;}

.card-btn {  display: inline-block;  margin-top: 12px;  padding: 8px 14px;  background: #b98a53;  color: white;  border-radius: 6px;  text-decoration: none;  font-size: 13px;}
.card-btn:hover {  background: #9c6f3f;}


@media (max-width: 1000px) {
	 .bloc_specs_prestation_proprietaire .bloc_specifications .box_intro_icone {    width: 36px;    height: 36px;    min-width: 36px;  }

}

@media (max-width: 700px) {
	.bloc_specs_prestation_proprietaire .bloc_texte{ width: 100%;flex:1 ;margin: 20px auto; }
	.bloc_specs_prestation_proprietaire .bloc_image {width:0%;}
}

/* tablette */
@media (max-width: 900px) {
	.box_card_vehicule {grid-template-columns: repeat(2, 300px);}
}

/* mobile */
@media (max-width: 600px) {
	.box_card_vehicule { grid-template-columns: 1fr;   max-width: 320px;}
}

@media (max-width: 650px) {
  	.revenu_ligne {   grid-template-columns: 36px 1fr; }

	.revenus_liste {   gap: 8px;  }
	.revenu_prix {    grid-column: 1 / -1;    margin-top: 5px;  }
}

@media (max-width: 450px) {
          .bloc_specs_prestation_proprietaire .bloc_specifications .box_intro_icone {display:none;}
}
