/* Styles spécifiques à Havila Editions */

.he-entete {
	text-align: right;
	padding: 2em;
	border-bottom: solid 1px rgba(56, 189, 248, 0.2);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.he-logo {
	width: 250px;
	border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
}

/* Ligne éditoriale */
.he-ligne {
	width: 90%;
    max-width: 800px;
	margin: 2em auto;
	text-align: left;
    background: rgba(30, 41, 59, 0.5); /* bg-slate-800 */
    padding: 2em 3em;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.2);
}

.he-ligne h1 {
    text-align: center;
    color: #38bdf8;
    margin-bottom: 1em;
}

.he-ligne h2 {
    color: #f1f5f9;
    margin-top: 1.5em;
    font-size: 1.25em;
}

.he-ligne p {
    color: #cbd5e1;
    line-height: 1.6;
}

.lig-merci {
	text-align: center;
	font-style: italic;
    color: #94a3b8;
    margin-top: 2em;
}

.lig-themes {
	margin-left: 1.5em;
    color: #cbd5e1;
}
.lig-themes li {
    margin-bottom: 0.8em;
}

/* Nos valeurs */
.he-valeurs {
	width: 90%;
    max-width: 800px;
	margin: 2em auto;
    background: rgba(30, 41, 59, 0.5);
    padding: 2em;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.05);
}

.he-valeurs h1 {
    color: #818cf8;
}

.he-valeurs ul {
	text-align: center;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1em;
}

.he-valeurs li {
    background: rgba(15, 23, 42, 0.6);
    padding: 1em 2em;
    border-radius: 12px;
    font-size: 1.1em;
    border: 1px solid rgba(129, 140, 248, 0.2);
    color: #cbd5e1;
}

.he-valeurs p {
    color: #94a3b8;
    font-size: 1.2em;
}

.he-valeurs strong {
	color: #38bdf8; /* Remplace le rose par le bleu ciel de Havila */
}
