🌄 Bienvenue au site offiecil de l'Association des hébergements touristiques des communes de la rose Dades Mgoun
:root {
--dm-primary: #8c1c1c;
--dm-dark: #3a0f0f;
}
.dm-hero {
text-align: center;
padding: 90px 20px 70px;
background: linear-gradient(180deg, #faf3f3 0%, #ffffff 100%);
animation: dmFadeIn 1.2s ease;
}
.dm-hero h1 {
font-size: 2.7rem;
color: var(--dm-dark);
margin-bottom: 18px;
font-weight: 600;
}
.dm-hero p {
max-width: 820px;
margin: auto;
font-size: 1.1rem;
line-height: 1.7;
color: #444;
}
.dm-features {
max-width: 1100px;
margin: 80px auto;
padding: 0 20px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
g