-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscolaire.html
More file actions
618 lines (551 loc) · 35.2 KB
/
Copy pathscolaire.html
File metadata and controls
618 lines (551 loc) · 35.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
<!DOCTYPE html>
<html lang="fr" class="scroll-smooth">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WWLJQZXZ0R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WWLJQZXZ0R');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO Meta Tags -->
<title>Photographe Scolaire Île-de-France : Maternelle, Primaire, Crèche | Tagada Studio</title>
<meta name="description" content="Spécialiste de la photographie scolaire à Neuilly-sur-Marne (93) et dans toute l'Île-de-France. Photos de classe modernes et portraits. Commande en ligne 100% sécurisée sans gestion administrative." />
<meta name="robots" content="index, follow" />
<meta name="author" content="Tagada Studio" />
<link rel="canonical" href="https://tagadastudio.fr/scolaire.html" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tagadastudio.fr/scolaire.html" />
<meta property="og:title" content="Photographe Scolaire Île-de-France : Maternelle & Primaire | Tagada Studio" />
<meta property="og:description" content="Découvrez notre service de photo scolaire moderne et numérisé en Île-de-France. Zéro enveloppe d'espèces, 100% de temps gagné pour les établissements." />
<meta property="og:image" content="https://tagadastudio.fr/Images/photo_scolaire.webp" />
<!-- Google Fonts & Tailwind -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
forest: {
DEFAULT: '#1A4D2E',
light: '#256D41',
dark: '#0F2F1B',
soft: '#E8F3EC',
},
stone: {
DEFAULT: '#FDFBF7',
dark: '#F3EFE9',
slate: '#E9E4DC',
},
ink: '#0C110D',
},
fontFamily: {
display: ['"Playfair Display"', 'Georgia', 'serif'],
body: ['"Plus Jakarta Sans"', 'system-ui', 'sans-serif'],
}
}
}
}
</script>
<style>
body {
font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
background-color: #FDFBF7;
color: #0C110D;
overflow-x: hidden;
}
body::before {
content: '';
position: fixed;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.025'/%3E%3C/svg%3E");
pointer-events: none;
z-index: 9999;
}
.reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.reveal.active {
opacity: 1;
transform: translateY(0);
}
details summary::-webkit-details-marker { display: none; }
details[open] summary svg { transform: rotate(180deg); }
details summary svg { transition: transform 0.3s ease; }
/* Scrolled dynamic styles for color contrast */
#header-nav.scrolled #nav-links a {
color: rgba(12, 17, 13, 0.8) !important;
}
#header-nav.scrolled #nav-links a:hover {
color: #1A4D2E !important;
}
#header-nav.scrolled #nav-links a.active-link {
color: #1A4D2E !important;
border-color: rgba(26, 77, 46, 0.6) !important;
}
</style>
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebPage",
"@id": "https://tagadastudio.fr/scolaire.html#webpage",
"url": "https://tagadastudio.fr/scolaire.html",
"name": "Photographe Scolaire Île-de-France | Tagada Studio",
"description": "Service de photographie scolaire numérique et moderne pour écoles maternelles et élémentaires en Île-de-France. Zéro gestion pour l'école, commande en ligne sécurisée.",
"breadcrumb": {
"@id": "https://tagadastudio.fr/scolaire.html#breadcrumb"
}
},
{
"@type": "BreadcrumbList",
"@id": "https://tagadastudio.fr/scolaire.html#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Accueil",
"item": "https://tagadastudio.fr/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Photos Scolaires",
"item": "https://tagadastudio.fr/scolaire.html"
}
]
},
{
"@type": "FAQPage",
"@id": "https://tagadastudio.fr/scolaire.html#faq",
"mainEntity": [
{
"@type": "Question",
"name": "Combien de temps dure une séance photo de classe ?",
"acceptedAnswer": {
"@type": "Answer",
"text": "En moyenne, nous mettons environ 15 à 20 minutes par classe pour réaliser la photo de groupe classique ainsi que les portraits individuels de chaque élève. Notre grande expérience nous permet d'assurer un flux rapide et détendu sans perturber le planning pédagogique de la journée d'école."
}
},
{
"@type": "Question",
"name": "Les parents n'ayant pas Internet peuvent-ils commander ?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Tout à fait ! Pour garantir l'inclusion de tous, nous proposons un bon de commande papier physique optionnel que l'école peut distribuer. Les familles remplissent le formulaire papier et joignent un chèque de règlement à l'ordre de Tagada Studio. Nous intégrons ensuite cette commande manuellement."
}
},
{
"@type": "Question",
"name": "Que se passe-t-il si un élève est absent le jour de la séance ?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Pour pallier les absences, Tagada Studio organise systématiquement une session de rattrapage (session retour) gratuite sous 15 jours. Les enfants absents peuvent ainsi être photographiés dans les mêmes conditions, et insérés dans le trombinoscope final de l'école."
}
}
]
}
]
}
</script>
</head>
<body class="bg-stone text-ink antialiased selection:bg-forest selection:text-white">
<!-- ===================== HEADER / NAV ===================== -->
<header class="fixed top-0 left-0 right-0 z-50 transition-all duration-500" id="header-nav">
<nav class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 sm:py-5 flex items-center justify-between" aria-label="Navigation principale">
<!-- LOGO -->
<a href="index.html" class="flex items-center gap-3 group focus:outline-none" aria-label="Tagada Studio - Accueil">
<img id="nav-logo-img" src="Images/Logo-tagada-studio-fond-transparent2-800 2 - Petite.png" alt="Tagada Studio" class="h-10 sm:h-11 w-auto object-contain transition-all duration-300 group-hover:scale-105" />
</a>
<!-- DESKTOP NAV -->
<ul class="hidden md:flex items-center gap-8 list-none text-sm font-medium text-white/90" id="nav-links" role="list">
<li><a href="index.html" class="hover:text-white transition-colors">Accueil</a></li>
<li><a href="scolaire.html" class="text-white border-b-2 border-white/60 pb-1 font-bold active-link">Photos Scolaires</a></li>
<li><a href="sport.html" class="hover:text-white transition-colors">Clubs Sportifs</a></li>
<li><a href="association.html" class="hover:text-white transition-colors">Associations</a></li>
<li><a href="index.html#contact" class="hover:text-white transition-colors">Contact & Devis</a></li>
</ul>
<!-- CTA -->
<div class="flex items-center gap-3">
<a href="index.html#contact" class="hidden sm:inline-flex items-center gap-2 px-5 py-2.5 rounded-full text-sm font-semibold transition-all border border-white/20 bg-white/10 hover:bg-white hover:text-forest hover:border-white text-white" id="nav-cta-btn">
Contact & Devis
</a>
<button id="mobile-menu-toggle" class="md:hidden p-2 rounded-xl text-white" aria-label="Ouvrir le menu" aria-expanded="false">
<svg id="hamburger-icon" class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/></svg>
<svg id="close-icon" class="w-6 h-6 hidden" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/></svg>
</button>
</div>
</nav>
<!-- MOBILE MENU -->
<div id="mobile-menu" class="hidden md:hidden absolute top-full left-0 w-full bg-forest-dark py-6 px-4 shadow-xl z-40">
<ul class="flex flex-col gap-4 list-none text-base font-semibold text-white/90" role="list">
<li><a href="index.html" class="block py-2 px-3 rounded-lg hover:bg-white/5">Accueil</a></li>
<li><a href="scolaire.html" class="block py-2 px-3 rounded-lg bg-white/10 text-white">Photos Scolaires</a></li>
<li><a href="sport.html" class="block py-2 px-3 rounded-lg hover:bg-white/5">Clubs Sportifs</a></li>
<li><a href="association.html" class="block py-2 px-3 rounded-lg hover:bg-white/5">Associations</a></li>
<li><a href="index.html#contact" class="block py-2 px-3 rounded-lg hover:bg-white/5">Devis & Tarifs</a></li>
<li><a href="index.html#contact" class="block mt-4 text-center bg-white text-forest py-3 rounded-full font-bold">Contact & Devis</a></li>
</ul>
</div>
</header>
<main>
<!-- ===================== HERO SILO SCOLAIRE ===================== -->
<section class="relative min-h-[60svh] flex flex-col justify-center bg-gradient-to-b from-forest-dark to-forest text-white pt-32 pb-20 px-4 sm:px-6 lg:px-8 overflow-hidden" aria-labelledby="silo-scolaire-heading">
<div class="absolute inset-0 bg-[radial-gradient(circle_at_center,_var(--tw-gradient-stops))] from-white/[0.03] via-transparent to-transparent pointer-events-none" aria-hidden="true"></div>
<div class="relative max-w-7xl mx-auto w-full grid lg:grid-cols-12 gap-12 items-center">
<!-- TEXTUAL COLUMN -->
<div class="lg:col-span-7 space-y-6">
<div class="inline-flex items-center gap-2 px-4 py-2 rounded-full border border-white/20 bg-white/10 text-stone-dark text-xs sm:text-sm font-semibold tracking-wide shadow-inner">
⚡ Solution Spéciale Écoles Maternelles & Primaires
</div>
<h1 id="silo-scolaire-heading" class="font-display text-4xl sm:text-5xl md:text-6xl font-black text-white leading-tight">
Photographie scolaire<br/>
<span class="text-stone-dark italic font-normal">Neuilly-sur-Marne & IDF</span>
</h1>
<p class="text-base sm:text-lg text-white/85 leading-relaxed max-w-2xl font-light">
Découvrez une approche moderne, 100% sécurisée et numérisée. Nous divisons par dix la charge de travail administrative des directeurs d'écoles et des enseignants, tout en offrant aux parents des portraits haute définition inoubliables.
</p>
<div class="flex flex-col sm:flex-row gap-4 pt-4">
<a href="#solutions-detail" class="px-8 py-3.5 rounded-full text-base font-bold bg-white text-forest hover:bg-stone-dark hover:-translate-y-0.5 active:translate-y-0 shadow-lg transition-all text-center">
Découvrir nos solutions
</a>
<a href="index.html#contact" class="px-8 py-3.5 rounded-full text-base font-bold border border-white/30 text-white bg-transparent hover:bg-white/10 hover:-translate-y-0.5 active:translate-y-0 transition-all text-center">
Réserver une date d'intervention
</a>
</div>
</div>
<!-- IMAGE COLUMN (Custom asset!) -->
<div class="lg:col-span-5 relative flex justify-center">
<div class="absolute w-72 h-72 rounded-full bg-forest-light/20 blur-[50px] pointer-events-none" aria-hidden="true"></div>
<div class="relative w-full max-w-sm rounded-[36px] overflow-hidden border-4 border-white/10 shadow-2xl aspect-square">
<img src="Images/photo_scolaire.webp" alt="Happy school girl smiling, school portrait by Tagada Studio" width="400" height="400" class="w-full h-full object-cover" />
</div>
</div>
</div>
</section>
<!-- ===================== COMPARISON: OLD VS NEW ===================== -->
<section class="py-20 sm:py-28 bg-stone relative" aria-labelledby="comp-heading">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<!-- SECTION TITLE -->
<div class="text-center max-w-2xl mx-auto mb-16 reveal">
<span class="text-forest font-bold tracking-widest text-xs uppercase bg-forest/10 px-4 py-1.5 rounded-full inline-block mb-4">Comparatif de Gestion</span>
<h2 id="comp-heading" class="font-display text-3xl sm:text-4xl font-extrabold text-ink mb-4">Libérez-vous de la paperasse</h2>
<p class="text-gray-600">Pourquoi continuer à gérer manuellement ce qui peut être entièrement automatisé ?</p>
</div>
<div class="grid md:grid-cols-2 gap-8 items-stretch mt-12">
<!-- Old Way Card -->
<div class="bg-stone-dark/30 rounded-3xl p-8 border border-gray-100 flex flex-col justify-between reveal">
<div>
<div class="w-10 h-10 rounded-xl bg-red-100 text-red-700 flex items-center justify-center font-bold text-lg mb-6">✕</div>
<h3 class="font-display font-bold text-xl text-ink mb-4">La méthode traditionnelle (Enveloppes)</h3>
<p class="text-gray-500 text-sm leading-relaxed mb-6">
Des heures passées à distribuer des bons de commande en papier, à trier des enveloppes d'argent liquide, à courir après les règlements en retard, à gérer les réclamations de monnaie perdue et à trier manuellement les tirages commandés.
</p>
</div>
<span class="text-xs font-bold text-red-600 bg-red-50 border border-red-100 rounded-full px-4 py-2 self-start mt-6">Stress & Perte de temps administratif</span>
</div>
<!-- New Way Card (Tagada Studio) -->
<div class="bg-white rounded-3xl p-8 border border-forest/20 shadow-lg flex flex-col justify-between relative overflow-hidden reveal" style="transition-delay: 150ms;">
<div class="absolute top-0 right-0 bg-forest text-white text-[10px] font-extrabold uppercase px-4 py-1.5 rounded-bl-xl tracking-wider">Solution Tagada</div>
<div>
<div class="w-10 h-10 rounded-xl bg-emerald-100 text-emerald-700 flex items-center justify-center font-bold text-lg mb-6">✓</div>
<h3 class="font-display font-bold text-xl text-forest mb-4">La solution Tagada Studio (100% En Ligne)</h3>
<p class="text-gray-600 text-sm leading-relaxed mb-6">
Nous prenons les photos. Nous distribuons à chaque enfant une carte individuelle dotée d'un **code d'accès personnel sécurisé**. Les parents visualisent, choisissent et paient directement en ligne. La commande est livrée directement, triée par élève et par classe.
</p>
</div>
<span class="text-xs font-bold text-forest bg-forest-soft rounded-full px-4 py-2 self-start mt-6">Zéro monnaie · Zéro gestion · Gain de temps de 100%</span>
</div>
</div>
</div>
</section>
<!-- ===================== DETAILED SOLUTIONS ===================== -->
<section id="solutions-detail" class="py-20 sm:py-28 bg-stone-dark/35" aria-labelledby="sol-heading">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid lg:grid-cols-2 gap-16 items-center">
<!-- TEXT AREA -->
<div class="space-y-8 reveal">
<div>
<span class="text-forest font-bold tracking-widest text-xs uppercase bg-forest/10 px-4 py-1.5 rounded-full inline-block mb-4">Zéro Charge Mentale pour l'Établissement</span>
<h2 id="sol-heading" class="font-display text-3xl sm:text-5xl font-black text-ink mb-6">Une logistique invisible, des photos mémorables</h2>
<p class="text-gray-600 leading-relaxed">
Notre mission est d'allier un sens artistique rigoureux pour immortaliser la jeunesse de façon naturelle avec une suite logicielle qui efface toute complexité pour votre secrétariat.
</p>
</div>
<!-- List item 1 -->
<div class="flex gap-4 items-start">
<div class="w-10 h-10 rounded-xl bg-forest text-white flex items-center justify-center flex-shrink-0 font-bold shadow-md">
✓
</div>
<div>
<h4 class="font-bold text-ink mb-1">Qualité d'Image Premium & Naturel</h4>
<p class="text-gray-500 text-sm leading-relaxed">
Pas de pose artificielle ou stressante. Notre photographe est formé à la pédagogie positive et douce pour détendre les élèves de tout âge (de la petite section au CM2).
</p>
</div>
</div>
<!-- List item 2 -->
<div class="flex gap-4 items-start">
<div class="w-10 h-10 rounded-xl bg-forest text-white flex items-center justify-center flex-shrink-0 font-bold shadow-md">
✓
</div>
<div>
<h4 class="font-bold text-ink mb-1">Système RGPD & Sécurité Maximale</h4>
<p class="text-gray-500 text-sm leading-relaxed">
Les galeries en ligne sont strictement privées, protégées par un algorithme de chiffrage. Aucune photo n'est publique. Nous respectons scrupuleusement la réglementation RGPD européenne.
</p>
</div>
</div>
<!-- List item 3 -->
<div class="flex gap-4 items-start">
<div class="w-10 h-10 rounded-xl bg-forest text-white flex items-center justify-center flex-shrink-0 font-bold shadow-md">
✓
</div>
<div>
<h4 class="font-bold text-ink mb-1">Financement Participatif pour votre Coopérative</h4>
<p class="text-gray-500 text-sm leading-relaxed">
Tagada Studio reverse un pourcentage défini des ventes sous forme de don à la coopérative scolaire de votre établissement (OCCE ou association de parents d'élèves) pour soutenir vos projets pédagogiques !
</p>
</div>
</div>
</div>
<!-- BENEFIT VISUAL DUMP -->
<div class="bg-white rounded-3xl p-8 sm:p-12 border border-gray-100 shadow-xl space-y-6 relative reveal" style="transition-delay: 150ms;">
<div class="absolute w-40 h-40 rounded-full bg-forest-soft blur-[40px] -bottom-20 -right-20 pointer-events-none" aria-hidden="true"></div>
<h3 class="font-display font-extrabold text-2xl text-forest mb-4">Ce que comprend notre intervention scolaire :</h3>
<ul class="space-y-4 list-none text-sm sm:text-base text-gray-600">
<li class="flex items-center gap-3">
<span class="w-2.5 h-2.5 rounded-full bg-forest"></span>
<strong>Portraits individuels multi-poses</strong> (choix de plusieurs clichés)
</li>
<li class="flex items-center gap-3">
<span class="w-2.5 h-2.5 rounded-full bg-forest"></span>
<strong>Photos de groupe classiques ou panoramiques</strong>
</li>
<li class="flex items-center gap-3">
<span class="w-2.5 h-2.5 rounded-full bg-forest"></span>
<strong>Trombinoscope complet numérique offert</strong> pour l'administration
</li>
<li class="flex items-center gap-3">
<span class="w-2.5 h-2.5 rounded-full bg-forest"></span>
<strong>Livraison à domicile ou groupée gratuite</strong> à l'école sous pochette fermée
</li>
<li class="flex items-center gap-3">
<span class="w-2.5 h-2.5 rounded-full bg-forest"></span>
<strong>Service Client dédié aux familles</strong> (nous gérons le support directement)
</li>
</ul>
<div class="pt-6 border-t border-gray-100 flex flex-col sm:flex-row items-center gap-4">
<div class="text-center sm:text-left">
<p class="text-xs text-gray-600 uppercase font-bold tracking-wider mb-1">Intéressé(e) ?</p>
<p class="text-ink font-bold text-sm">Recevez notre plaquette explicative PDF</p>
</div>
<a href="index.html#contact" class="px-6 py-3 bg-forest hover:bg-forest-light text-white text-xs font-bold tracking-wide uppercase rounded-full shadow-md transition-colors ml-auto">
Demander un RDV →
</a>
</div>
</div>
</div>
</div>
</section>
<!-- ===================== FAQ ACCORDION SPECIFIC ===================== -->
<section class="py-20 sm:py-28 bg-stone relative" aria-labelledby="faq-scolaire-heading">
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">
<!-- TITLE -->
<div class="text-center max-w-2xl mx-auto mb-16 reveal">
<span class="text-forest font-bold tracking-widest text-xs uppercase bg-forest/10 px-4 py-1.5 rounded-full inline-block mb-4">FAQ Scolaire</span>
<h2 id="faq-scolaire-heading" class="font-display text-3xl sm:text-4xl font-extrabold text-ink mb-4">Questions fréquentes des écoles</h2>
<p class="text-gray-600">Tout ce que se demandent les chefs d'établissement et les associations de parents d'élèves.</p>
</div>
<!-- ACCORDIONS -->
<div class="space-y-4 reveal">
<details class="bg-white border border-gray-100 rounded-2xl overflow-hidden shadow-sm group">
<summary class="flex justify-between items-center px-6 py-5 font-bold text-ink cursor-pointer hover:text-forest transition-colors focus:outline-none select-none">
<span class="pr-8 text-sm sm:text-base">Combien de temps dure une séance photo de classe ?</span>
<span class="w-8 h-8 rounded-full bg-forest-soft flex items-center justify-center text-forest flex-shrink-0">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
</span>
</summary>
<div class="px-6 pb-5 text-gray-600 leading-relaxed text-sm sm:text-base border-t border-gray-50 pt-4">
En moyenne, nous mettons environ **15 à 20 minutes par classe** pour réaliser la photo de groupe classique ainsi que les portraits individuels de chaque élève. Notre grande expérience nous permet d'assurer un flux rapide et détendu sans perturber le planning pédagogique de la journée d'école.
</div>
</details>
<details class="bg-white border border-gray-100 rounded-2xl overflow-hidden shadow-sm group">
<summary class="flex justify-between items-center px-6 py-5 font-bold text-ink cursor-pointer hover:text-forest transition-colors focus:outline-none select-none">
<span class="pr-8 text-sm sm:text-base">Les parents n'ayant pas Internet peuvent-ils commander ?</span>
<span class="w-8 h-8 rounded-full bg-forest-soft flex items-center justify-center text-forest flex-shrink-0">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
</span>
</summary>
<div class="px-6 pb-5 text-gray-600 leading-relaxed text-sm sm:text-base border-t border-gray-50 pt-4">
Tout à fait ! Pour garantir l'inclusion de tous, nous proposons un **bon de commande papier physique optionnel** que l'école peut distribuer. Les familles remplissent le formulaire papier et joignent un chèque de règlement à l'ordre de Tagada Studio. Nous intégrons ensuite cette commande manuellement à notre plateforme.
</div>
</details>
<details class="bg-white border border-gray-100 rounded-2xl overflow-hidden shadow-sm group">
<summary class="flex justify-between items-center px-6 py-5 font-bold text-ink cursor-pointer hover:text-forest transition-colors focus:outline-none select-none">
<span class="pr-8 text-sm sm:text-base">Que se passe-t-il si un élève est absent le jour de la séance ?</span>
<span class="w-8 h-8 rounded-full bg-forest-soft flex items-center justify-center text-forest flex-shrink-0">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
</span>
</summary>
<div class="px-6 pb-5 text-gray-600 leading-relaxed text-sm sm:text-base border-t border-gray-50 pt-4">
Pour pallier les absences (maladie, etc.), Tagada Studio organise systématiquement une **session de rattrapage (session retour)** gratuite sous 15 jours. Les enfants absents peuvent ainsi être photographiés dans les mêmes conditions, et insérés dans le trombinoscope final de l'école.
</div>
</details>
</div>
</div>
</section>
<!-- ===================== ACTION BANNER ===================== -->
<section class="py-20 bg-gradient-to-br from-forest-dark via-forest to-forest-dark text-white text-center relative overflow-hidden" aria-labelledby="banner-heading">
<div class="absolute inset-0 bg-white/[0.02] pointer-events-none" aria-hidden="true"></div>
<div class="relative max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 reveal">
<h2 id="banner-heading" class="font-display text-3xl sm:text-5xl font-bold mb-4">Prêt à simplifier vos photos de classe ?</h2>
<p class="text-white/70 text-base sm:text-lg max-w-2xl mx-auto mb-10 leading-relaxed">
Contactez-nous aujourd'hui pour planifier une intervention à l'automne ou au printemps prochain. Nos créneaux se remplissent rapidement !
</p>
<a href="index.html#contact" class="px-8 py-4 rounded-full text-base font-bold bg-white text-forest hover:bg-stone-dark hover:-translate-y-0.5 active:translate-y-0 shadow-lg inline-flex items-center gap-2">
Demander une plaquette explicative & Devis gratuit
</a>
</div>
</section>
</main>
<!-- ===================== FOOTER ===================== -->
<footer class="bg-forest-dark text-white border-t border-white/5 pt-16 pb-8" aria-label="Pied de page">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 gap-y-12 mb-16">
<!-- COLUMN 1: BRAND -->
<div class="col-span-2 md:col-span-1 space-y-4">
<img src="Images/Logo-tagada-studio-fond-transparent2-800 2 - Petite.png" alt="Tagada Studio" class="h-8 sm:h-9 w-auto object-contain opacity-90 hover:opacity-100 transition-opacity" />
<p class="text-white/60 text-sm leading-relaxed max-w-xs">
Spécialiste de la photographie scolaire, sportive et associative en Seine-Saint-Denis (93) et Île-de-France. Fiers d'un artisanat moderne et engagé.
</p>
</div>
<!-- COLUMN 2: SILOS -->
<nav aria-label="Silos Navigation Footer">
<h4 class="text-xs font-bold uppercase tracking-widest text-white/55 mb-4">Nos Expertises</h4>
<ul class="space-y-2 text-sm text-white/60 list-none">
<li><a href="scolaire.html" class="hover:text-white text-white font-bold transition-colors">Photographie Scolaire</a></li>
<li><a href="photo-de-classe.html" class="hover:text-white transition-colors">Photos de Classe</a></li>
<li><a href="sport.html" class="hover:text-white transition-colors">Photo Club Sport</a></li>
<li><a href="association.html" class="hover:text-white transition-colors">Reportage Associatif</a></li>
</ul>
</nav>
<!-- COLUMN 3: DIRECT LINKS -->
<nav aria-label="Liens Utiles Footer">
<h4 class="text-xs font-bold uppercase tracking-widest text-white/55 mb-4">Services & Tarifs</h4>
<ul class="space-y-2 text-sm text-white/60 list-none">
<li><a href="commande-photo-scolaire-en-ligne.html" class="hover:text-white transition-colors">Commande en Ligne</a></li>
<li><a href="tarif-photographe-scolaire.html" class="hover:text-white transition-colors">Tarifs & Devis Scolaire</a></li>
<li><a href="index.html#processus" class="hover:text-white transition-colors">Notre Méthode</a></li>
<li><a href="index.html#faq" class="hover:text-white transition-colors">Questions Fréquentes</a></li>
</ul>
</nav>
<!-- COLUMN 4: REGULATORY -->
<nav aria-label="Légal Navigation Footer">
<h4 class="text-xs font-bold uppercase tracking-widest text-white/55 mb-4">Légal & Localisation</h4>
<ul class="space-y-2 text-sm text-white/60 list-none">
<li><a href="photographe-scolaire-ile-de-france.html" class="hover:text-white transition-colors">Scolaire Île-de-France</a></li>
<li><a href="photographe-scolaire-paris.html" class="hover:text-white transition-colors">Scolaire Paris</a></li>
<li><a href="photographe-scolaire-seine-saint-denis.html" class="hover:text-white transition-colors">Scolaire Seine-Saint-Denis</a></li>
<li><a href="mentions-legales.html" class="hover:text-white transition-colors">Mentions Légales & RGPD</a></li>
</ul>
</nav>
</div>
<!-- COPYRIGHT -->
<div class="border-t border-white/5 pt-8 flex flex-col md:flex-row items-center justify-between gap-4 text-xs text-white/40">
<p>© 2026 Tagada Studio. Tous droits réservés. EURL au capital de 1 000 € · SIRET : 984 595 538 00013 · Neuilly-sur-Marne (93330).</p>
<p class="text-center md:text-right">
Ciblage Local : <a href="photographe-scolaire-seine-saint-denis.html" class="hover:text-white/70 underline transition-colors">Photographe scolaire Neuilly-sur-Marne (93)</a> · <a href="sport.html" class="hover:text-white/70 underline transition-colors">Photo club sport</a> · <a href="association.html" class="hover:text-white/70 underline transition-colors">Reportage associatif Île-de-France</a>
</p>
</div>
</div>
</footer>
<script>
// Header Glassmorphism effect
const header = document.getElementById('header-nav');
const navLogoImg = document.getElementById('nav-logo-img');
const navLogoText = document.getElementById('nav-logo-text');
const navLogoSub = document.getElementById('nav-logo-sub');
const navLinks = document.getElementById('nav-links');
const navCtaBtn = document.getElementById('nav-cta-btn');
function checkHeaderScroll() {
const mobileMenuToggle = document.getElementById('mobile-menu-toggle');
if (window.scrollY > 40) {
header.classList.add('scrolled', 'bg-stone/95', 'backdrop-blur-md', 'shadow-md', 'py-3');
header.classList.remove('py-4', 'sm:py-5');
if (navLogoImg) navLogoImg.src = 'Images/Logo.png';
if (navLogoText) navLogoText.style.color = '#1A4D2E';
if (navLogoSub) navLogoSub.style.color = '#0C110D';
if (navLinks) {
navLinks.classList.remove('text-white/90');
navLinks.classList.add('text-ink/80');
}
if (navCtaBtn) {
navCtaBtn.classList.remove('text-white', 'border-white/20', 'bg-white/10', 'hover:bg-white', 'hover:text-forest', 'hover:border-white');
navCtaBtn.classList.add('text-forest', 'border-forest/20', 'bg-forest/5', 'hover:bg-forest', 'hover:text-white', 'hover:border-forest');
}
if (mobileMenuToggle) {
mobileMenuToggle.classList.remove('text-white', 'hover:bg-white/10');
mobileMenuToggle.classList.add('text-forest', 'hover:bg-forest/10');
}
} else {
header.classList.remove('scrolled', 'bg-stone/95', 'backdrop-blur-md', 'shadow-md', 'py-3');
header.classList.add('py-4', 'sm:py-5');
if (navLogoImg) navLogoImg.src = 'Images/Logo-tagada-studio-fond-transparent2-800 2 - Petite.png';
if (navLogoText) navLogoText.style.color = '';
if (navLogoSub) navLogoSub.style.color = '';
if (navLinks) {
navLinks.classList.add('text-white/90');
navLinks.classList.remove('text-ink/80');
}
if (navCtaBtn) {
navCtaBtn.classList.add('text-white', 'border-white/20', 'bg-white/10', 'hover:bg-white', 'hover:text-forest', 'hover:border-white');
navCtaBtn.classList.remove('text-forest', 'border-forest/20', 'bg-forest/5', 'hover:bg-forest', 'hover:text-white', 'hover:border-forest');
}
if (mobileMenuToggle) {
mobileMenuToggle.classList.remove('text-forest', 'hover:bg-forest/10');
mobileMenuToggle.classList.add('text-white', 'hover:bg-white/10');
}
}
}
window.addEventListener('scroll', checkHeaderScroll, { passive: true });
checkHeaderScroll();
// Mobile Menu Toggle
const menuToggleBtn = document.getElementById('mobile-menu-toggle');
const mobileMenu = document.getElementById('mobile-menu');
const hamburgerIcon = document.getElementById('hamburger-icon');
const closeIcon = document.getElementById('close-icon');
menuToggleBtn.addEventListener('click', () => {
const isExpanded = menuToggleBtn.getAttribute('aria-expanded') === 'true';
menuToggleBtn.setAttribute('aria-expanded', !isExpanded);
mobileMenu.classList.toggle('hidden');
hamburgerIcon.classList.toggle('hidden');
closeIcon.classList.toggle('hidden');
});
// Scroll Reveal Effects
const revealElements = document.querySelectorAll('.reveal');
const revealObserver = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('active');
revealObserver.unobserve(entry.target);
}
});
}, { threshold: 0.1 });
revealElements.forEach(el => revealObserver.observe(el));
</script>
</body>
</html>