<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Mentions légales de Skolya, plateforme de gestion scolaire éditée par ETS G-TECH.">
<meta name="author" content="G-Tech">
<link rel="icon" href="{{asset('assets/images/icon.png')}}" type="image/png">
<title>Mentions Légales - Skolya</title>
<style>
/* Conservation du design exact de ta page Privacy */
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #1e3a8a;
color: white;
text-align: center;
padding: 2rem 0;
}
header h1 {
margin: 0;
font-size: 2.5rem;
}
.container {
max-width: 800px;
margin: 2rem auto;
padding: 1.5rem;
background: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
h2 {
color: #1e3a8a;
margin-top: 2rem;
border-bottom: 2px solid #f4f4f4;
padding-bottom: 0.5rem;
}
p {
margin: 1rem 0;
}
.highlight {
font-weight: bold;
color: #1e3a8a;
}
footer {
text-align: center;
padding: 1rem;
background-color: #1e3a8a;
color: white;
margin-top: 2rem;
}
@media (max-width: 600px) {
header h1 { font-size: 1.8rem; }
.container { margin: 1rem; padding: 1rem; }
}
</style>
</head>
<body>
<header>
<h1>Skolya - Mentions Légales</h1>
</header>
<div class="container">
<h2>1. Éditeur du service</h2>
<p>
Le site web et l'application <strong>Skolya</strong> sont édités par l'entreprise : <br>
<span class="highlight">ETS G-TECH</span><br>
Siège social : Yaoundé, Cameroun<br>
Numéro d'Identifiant Unique (NIU) : P010116618251C<br>
Registre du Commerce (RCCM) : CM-NSI-01-2025-A10-01324<br>
Téléphone : +237 696 864 017 / 673 908 557 / 677 507 399 / 622 125 542
</p>
<h2>2. Responsable de la publication</h2>
<p>
Le responsable de la publication est le promoteur de <strong>ETS G-TECH</strong>.
</p>
<h2>3. Hébergement</h2>
<p>
Le service est hébergé sur des infrastructures de serveurs privés (VPS), configurés et gérés par ETS G-TECH via les services de Hostinger.
</p>
<h2>4. Propriété intellectuelle</h2>
<p>
L'ensemble du contenu (textes, logos, architecture logicielle, interfaces) de la plateforme Skolya est la propriété exclusive de <span class="highlight">ETS G-TECH</span>. Toute reproduction ou distribution non autorisée est strictement interdite.
</p>
<h2>5. Protection des données personnelles</h2>
<p>
Conformément à notre <a href="{{ path('app_privacy') }}" style="color: #2563eb; text-decoration: underline;">Politique de Confidentialité</a>, ETS G-TECH s'engage à protéger les données des élèves et des parents collectées via Skolya.
</p>
<h2>6. Contact</h2>
<p>
Pour toute question relative aux mentions légales, vous pouvez nous contacter par téléphone ou à l'adresse de notre siège social à Maroua.
</p>
</div>
<footer>
<p>© 2026 Skolya par <strong>ETS G-TECH</strong>. Tous droits réservés.</p>
</footer>
</body>
</html>