#z_local .content-container {
  line-height: 18px;
  font-size:15px;
}
#z_retenu h4 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
#z_retenu li .tab-link {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;   /* ajuste selon besoin */
  height: 100px;  /* ajuste selon besoin */
}
#z_retenu .tab-pane {
  border-bottom: var(--awb-color4) solid 4px !important;
}
#z_retenu li:first-child .tab-link {
  background-image: url('https://www.sarea.app/wp-content/uploads/2026/06/profil.webp');
}
#z_retenu li:nth-child(2) .tab-link,
#z_retenu .tab-content .nav:nth-child(2) .tab-link {
  background-image: url('https://www.sarea.app/wp-content/uploads/2026/06/riche.webp');
}
#z_retenu li:nth-child(3) .tab-link {
  background-image: url('https://www.sarea.app/wp-content/uploads/2026/06/actualite.webp');
}
#z_retenu li:nth-child(4) .tab-link {
  background-image: url('https://www.sarea.app/wp-content/uploads/2026/06/rencontre.webp');
}
#z_parcours .flip-box-front {
  box-shadow:#65bd7d38 0px 0px 10px 5px;
}
#z_parcours .flip-box-front h3 {
  font-weight:600;
}
#z_noreseau .flip-box-front {
  border-radius: 10px;
  box-shadow: #198fd91c 0px 0px 10px 5px;
}
#z_lien {
  border-radius: 10px;
  box-shadow: #3282b58f 0px 0px 10px 5px;
}
#z_lien .fusion-column {
  margin:20px 0 0 0;
}
@media only screen and (min-width:800px) {
  #z_local .col {
    height: 310px;
  }
  #T_apres h2 {
    width:460px;
  }
}
/* villes */
#z_villes .ville {
  margin-bottom:20px;
}
#z_villes .ville:last-child {
  margin-bottom:10px;
}
#z_villes .ville a {
  padding: 5px 10px;
  border: 2px solid var(--awb-color4);
  border-radius:8px;
  background: #8be09d26;
  color: var(--awb-color4);
}
#z_villes .ville:hover a {
  border: 2px solid var(--awb-color5);
  background: #a9d1e352;
  color: var(--awb-color5);
}
/*temps forts */
#z_home_evenements {
  float: left;
  width:100%;
  display: grid;
  gap: 20px; /* Espacement entre les colonnes */
  margin-bottom:50px;  
}
#z_home_evenements .ville_evenement {
  padding:10px;
  border: solid 1px #acaeb3;
  border-radius: 8px;
}
#z_home_evenements h4 {
  color: var(--awb-color4);
	float: left;
	width:100%;
	font-size: 18px;
	margin: 0;
}
#z_home_evenements .date {
	float: left;
	width:100%;
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 14px;
}
#z_home_evenements .ville {
	float: left;
	width:100%;
	color: var(--awb-custom_color_2);
}
#z_home_evenements .desc {
	float: left;
	width:100%;
	font-size: 14px;
	line-height: 19px;
	font-style: italic;
}
#z_home_evenements .B_ville {
	float: left;
	width: 70%;
	display: block;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	color: white !important;
	cursor: pointer;
	margin-left: 15%;
	text-align: center;
	background: var(--awb-color4);
}
@media only screen and (min-width:800px) {
  #z_home_evenements h4 {
    height: 70px;
  }
  #z_home_evenements {
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©gales */
  }
  #z_home_evenements .desc {
    min-height: 170px;
  }
}

/* exemples */
#z_home_exemples .membre {
    width: 100%;
    float: left;
    background:white;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
	#z_home_exemples {
		float: left;
		width:100%;
		display: grid;
		height: 380px; 
    margin-bottom:50px;
		row-gap: 20px;
		overflow: scroll;
	}
	#z_home_exemples .membre {
    cursor:pointer;
		margin-bottom:0px;
    display: grid;
    width: 100%;
	}
  #z_home_exemples .membre .profil {
    border: 2px solid var(--awb-custom_color_4);
    border-radius: 20px;
    padding:5px;
  }
	#z_home_exemples .membre:hover {
			color:var(--awb-color2);
	}
	#z_home_exemples .membre:hover .qui {
		color: var(    --awb-custom_color_4) !important;
	}
}
#z_home_exemples .membre .col {
	float: left;
}
#z_home_exemples .membre .col_1 {
	width: 140px;
	height: 140px;
	margin-right: 20px;
	border-radius: 20px;
	border:3px solid white;
	position: relative;
	overflow: hidden;
}

#z_home_exemples .membre .col_2 {
	width: calc(100% - 160px);
}
#z_home_exemples .membre .col_2 .qui {
  color: var(--awb-custom_color_2);
}

#z_home_exemples .membre .col_2 .titre {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 10px;
	font-weight: bold;
  color: var(--awb-custom_color_2);
}

#z_home_exemples .membre .col_2 .descriptif {
	font-style: italic;
	line-height: 18px;
	color: var(--awb-custom_color_1);
}
#z_home_exemples .membre .photo img {
  object-position: 50% 50%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
#z_home_exemples .membre .qui {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}
#z_home_exemples .membre .promesse {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 5px;
	line-height: 20px;
	color: var(--awb-custom_color_1);
}
#z_home_exemples .membre .metier {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 20px;
	color: var(--awb-color2);
}
#B_create {
  padding:10px 20px;
}