#espace_khotab {
	background : linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url('../images/rosasses.jpg') center center;
	/*opacity:0.7;*/

	margin:10px;
	box-shadow:0 0 10px #999;
	border: 1px solid #bdebcc;
	border-radius: 10px;
}
#espace_khotab h2{
	text-align:center;
	font-family : 'ae_AlBattar', Arial, Sans-Serif;
	font-size: 18px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0.05));
    line-height: 200%;
}
#espace_khotab  h1{
	font-family : 'ae_AlBattar', Arial, Sans-Serif;
	font-size: 20px;
	text-align:center;
	background-image: url('../images/aya-frame.png');
	background-size: 50% 50% ;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom:7px;
	line-height: 400%;
}
#espace_khotab ul {
	margin:0;
	margin-bottom: 5px;
	font-family: 'AE Sindibad', Tahoma, Geneva, sans-serif;
	font-family: 'Droid Arabic Kufi', serif;
	font-size: 14px;
	font-weight: bold;
    list-style: none;
    text-align: center;

	/*background-color:#7FC6BC;*/
}
#khotabs {
    display: flex;
    justify-content: center; /* Centrage horizontal */
    align-items: center;     /* Centrage vertical (optionnel) */
    min-height: 100px;       /* Nécessaire si vous voulez le centrage vertical */
}
#khotabs li {
    list-style: none; /* Supprime la puce par défaut */
    margin: 0; padding: 0;
}
.khotab-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start; /* En RTL, flex-start = DROITE ✅ */
}
	.card-body {
        padding: 0px;
    }
@media (max-width: 767px) {
    #khotabs li {
     	font-size: 10px;   
    }
    #espace_khotab  h1 {
        background-size: 100% 100% ;
    }
	#espace_khotab  h2 {
		text-align:right;
		line-height: 100%;
    }
	#espace_khotab  h5 {
		text-align:center;
		line-height: 100%;
    }

}