/*@font-face {
    font-family: 'aileronregular';
    src: url('https://welloresto.fr/webfontkit-aileronregular/aileronregular-webfont.woff2') format('woff2'),
         url('https://welloresto.fr/webfontkit-aileronregular/aileronregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
  font-family: 'aileronregular';
}
body, html {
	margin: 0;
	background: #efefef;
}
body{
	height: 100%;
	font-size: 3rem;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	mix-blend-mode: multiply;
}

#container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px 100px;
}
a {
    background: #051b3c;
    border-radius: 30px;
    text-align: center;
    padding: 24px 90px;
    margin: 20px;
    box-shadow: 5px 5px 15px #dddddd;
    font-size: 4rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
a[download] {
    color: #051b3c;
    background: #ffffff;
}
.buttons {
    display: flex;
    flex-direction: column;
}

#download__desc{
	text-align: center;
	margin-bottom: 40px;
}

#download__link_img{
	width: 300px;
	height: auto;
	margin-bottom: 50px;
}






*/





























/* --- VARIABLES & RESET --- */
:root {
    /* Ta couleur d'accent : Bleu Foncé */
    --color-accent: #003366; 
    --color-accent-hover: #002244; /* Un bleu encore plus foncé pour le survol */
    
    /* Couleurs de base Uber Eats style */
    --color-bg: #F6F6F6; /* Gris très clair pour le fond de page */
    --color-card: #FFFFFF; /* Blanc pour la carte centrale */
    --color-text-main: #000000; /* Noir pur pour les titres */
    --color-text-sub: #545454; /* Gris foncé pour les descriptions */
    --color-border: #EEEEEE; /* Gris clair pour les séparations */
    
    /* Typographie */
    --font-family: 'Inter', Helvetica, Arial, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: var(--font-family);
    background-color: var(--color-bg);
    color: var(--color-text-main);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/* --- MISE EN PAGE PRINCIPALE (RESPONSIVE) --- */
.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 16px; /* Marge de sécurité sur mobile */
}

/* La carte centrale qui contient tout */
.content-card {
    background-color: var(--color-card);
    width: 100%;
    max-width: 500px; /* Largeur max sur PC/Tablette */
    padding: 32px;
    border-radius: 8px; /* Léger arrondi style moderne */
    box-shadow: 0 4px 16px rgba(0,0,0,0.08); /* Ombre douce */
    text-align: center;
}

/* --- LOGO --- */
.header {
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-border);
}

.logo {
    max-height: 50px; /* Taille contrôlée du logo */
    width: auto;
}

/* --- SECTION DE TÉLÉCHARGEMENT --- */
.title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.description {
    font-size: 16px;
    color: var(--color-text-sub);
    margin-bottom: 24px;
}

.description strong {
    color: var(--color-text-main);
    font-weight: 600;
}

/* Petites infos sur le fichier */
.file-info {
    display: inline-flex;
    gap: 8px;
    margin-bottom: 32px;
    font-size: 14px;
    color: var(--color-text-sub);
    background-color: var(--color-bg);
    padding: 6px 12px;
    border-radius: 100px; /* Style "pilule" */
}

.file-type {
    font-weight: 600;
}

/* --- LE BOUTON (STYLE UBER EATS AVEC ACCENT BLEU) --- */
.download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px; /* Espace texte/icône */
    
    width: 100%; /* Pleine largeur style mobile */
    padding: 16px 24px;
    
    background-color: var(--color-accent);
    color: #FFFFFF;
    
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px; /* Arrondi du bouton */
    
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 2px 8px rgba(0, 51, 102, 0.2); /* Ombre bleutée */
}

/* Effets au survol (PC) et au clic (Mobile) */
.download-btn:hover {
    background-color: var(--color-accent-hover);
}

.download-btn:active {
    transform: scale(0.98); /* Effet de pression */
}

.download-icon {
    height: 20px;
    width: 20px;
}

/* --- FOOTER --- */
.footer {
    margin-top: 40px;
    font-size: 14px;
    color: var(--color-text-sub);
    border-top: 1px solid var(--color-border);
    padding-top: 16px;
}

.footer a {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 600;
}

.footer a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top: 16px;
    font-size: 12px;
    opacity: 0.7;
}

/* --- MEDIA QUERIES (ADAPTATIONS ÉCRANS) --- */

/* Pour Tablettes (au-dessus de 600px) */
@media (min-width: 600px) {
    .content-card {
        padding: 48px; /* Plus d'espace respirable */
    }
    
    .title {
        font-size: 28px;
    }
}

/* Pour Ordinateurs (si tu veux un fond différent ou autre chose, 
   mais la structure centrée actuelle fonctionne déjà très bien) */
@media (min-width: 1024px) {
    /* La carte reste centrée et max-width: 500px, 
       ce qui est le standard pour ce genre de page "One-Task" */
}