|
| Titre : |
Development of an Intelligent Application for Parental Supervision of Digital Activities on Social Media |
| Type de document : |
document électronique |
| Auteurs : |
Rahma Azil ; Hadil Guerioune, Auteur ; Amel Douar, Directeur de thèse |
| Editeur : |
Setif:UFA |
| Année de publication : |
2025 |
| Importance : |
1 vol (79 f .) |
| Format : |
29 cm |
| Langues : |
Anglais (eng) |
| Catégories : |
Thèses & Mémoires:Informatique
|
| Mots-clés : |
Informatique
Intelligent Application |
| Index. décimale : |
004 Informatique |
| Résumé : |
As part of our Master’s degree, this work presents the development of an intelligent
application for parental supervision of children’s digital activities, with a particular focus
on social media usage. The primary objective of this project is to offer parents a comprehensive
and intelligent digital solution that enables them to monitor, guide, and manage
their children’s interactions on social media platforms in a safe, ethical, and responsible
way.
The application addresses increasing concerns about children’s exposure to inappropriate
content, online threats, and excessive screen time. It incorporates key features
such as screen time monitoring, tracking of installed and uninstalled applications, and
real-time location tracking, all while respecting usability and privacy standards.
Developed as a cross-platform mobile application using Flutter, the system ensures
compatibility across both Android and iOS devices. The back-end infrastructure is powered
by Google Firebase, enabling secure user authentication, real-time data synchronization,
and cloud-based storage.
We believe that this intelligent parental control system can help families build a safer
digital environment and empower parents to support and guide their children’s online
behavior with greater confidence and ease. |
| Note de contenu : |
Sommaire
General Introduction 1
0.0.1 Screen time control . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
0.0.2 Location tracking . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1 State of the Art 4
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2 Definition of Parental Control . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2.1 Classical Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2.2 Recent Definitions and Digital Trends . . . . . . . . . . . . . . . . 6
1.2.3 Synthesis of Definitions . . . . . . . . . . . . . . . . . . . . . . . . 6
1.2.4 Proposed Definition . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.3 Importance of Parental Control . . . . . . . . . . . . . . . . . . . . . . . . 7
1.4 Types of Parental Control Solutions . . . . . . . . . . . . . . . . . . . . . . 8
1.4.1 Software-Based Parental Control . . . . . . . . . . . . . . . . . . . 8
1.4.2 OS-Level Parental Control . . . . . . . . . . . . . . . . . . . . . . . 9
1.4.3 Network-Level Parental Control . . . . . . . . . . . . . . . . . . . . 9
1.5 Parental Control and Artificial Intelligence . . . . . . . . . . . . . . . . . . 9
1.5.1 Contributions of AI in Parental Control . . . . . . . . . . . . . . . 9
1.5.2 Research and Trends . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.5.3 Limitations and Challenges . . . . . . . . . . . . . . . . . . . . . . 10
1.6 Parental Control and Cybersecurity: Protecting Children from Digital Risks 10
1.6.1 Cybersecurity Challenges for Children . . . . . . . . . . . . . . . . 10
1.6.2 Contribution of Parental Control to Cybersecurity . . . . . . . . . 11
1.6.3 Best Practices for Combined Protection . . . . . . . . . . . . . . . 12
1.6.4 Towards Child-Centered Cybersecurity . . . . . . . . . . . . . . . . 12
1.7 Classification of Parental Control Applications . . . . . . . . . . . . . . . . 12
1.7.1 According to the Features Offered . . . . . . . . . . . . . . . . . . . 12
1.7.2 According to the Targeted Platform . . . . . . . . . . . . . . . . . 14
1.7.3 According to the Business Model . . . . . . . . . . . . . . . . . . . 15
1.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2 Existing Applications and Related Work 17
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
2.1.1 Overview of Existing Applications . . . . . . . . . . . . . . . . . . 18
2.1.2 Comparative Table of Existing Applications . . . . . . . . . . . . . 19
2.1.3 Discussion and Observations . . . . . . . . . . . . . . . . . . . . . . 20
2.2 Commercial Parental Control Applications . . . . . . . . . . . . . . . . . . 20
2.2.1 Google Family Link . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2.2.2 Qustodio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.2.3 FamiSafe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.2.4 Net Nanny . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.2.5 Norton Family . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.2.6 Screen Time Control . . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.7 Web Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.8 Geolocation and Alerts . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.9 App Monitoring . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.10 Platform Compatibility . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.11 Privacy and Data Hosting . . . . . . . . . . . . . . . . . . . . . . . 23
2.3 Academic and Technical Literature Review . . . . . . . . . . . . . . . . . . 23
2.3.1 Digital Mediation and Parental Strategies . . . . . . . . . . . . . . 24
2.3.2 Geolocation and Mobile Tracking . . . . . . . . . . . . . . . . . . . 24
2.3.3 Screen Time and Cognitive Development . . . . . . . . . . . . . . . 24
2.3.4 Ethical and Legal Considerations . . . . . . . . . . . . . . . . . . . 24
2.3.5 AI and Smart Monitoring . . . . . . . . . . . . . . . . . . . . . . . 25
2.4 Privacy, Security, and Limitations of Current Systems . . . . . . . . . . . . 25
2.4.1 Privacy Concerns . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
2.4.2 Security Weaknesses . . . . . . . . . . . . . . . . . . . . . . . . . . 26
2.4.3 Usability and Adoption Issues . . . . . . . . . . . . . . . . . . . . . 27
2.4.4 Limitations in Functionality . . . . . . . . . . . . . . . . . . . . . . 27
2.4.5 Ethical Dilemmas . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
3 Design and Specification of the Parental Control Application 29
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.2 Problem Statement and Objectives . . . . . . . . . . . . . . . . . . . . . . 30
3.2.1 Problem Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.2.2 Objectives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3.3 Design of parental control application . . . . . . . . . . . . . . . . . . . . . 31
3.3.1 Requirements Analysis . . . . . . . . . . . . . . . . . . . . . . . . . 32
3.4 System Architecture Description . . . . . . . . . . . . . . . . . . . . . . . . 33
3.4.1 Parent Application . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
3.4.2 Child Application . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
3.4.3 Central System (Firebase) . . . . . . . . . . . . . . . . . . . . . . . 34
3.4.4 Use Case Diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
3.4.5 Sequence Diagrams . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
3.4.6 Sequence Diagram ”Parent Login” . . . . . . . . . . . . . . . . . . 37
3.4.7 Sequence Diagram ”Sign Up” . . . . . . . . . . . . . . . . . . . . . 39
3.4.8 Sequence Diagram ”Forgot Password” . . . . . . . . . . . . . . . . 40
3.4.9 Sequence Diagram ”Add Child Process” . . . . . . . . . . . . . . . 41
3.4.10 Sequence Diagram ”Viewing Child App Usage” . . . . . . . . . . . 42
3.4.11 Sequence Diagram Description”View Child Location on Google Maps” 44
3.5 Sequence Diagram ”Child Login” . . . . . . . . . . . . . . . . . . . . . . . 45
3.6 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
4 Implementation 47
4.1 Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
4.2 Development Environment and Tools . . . . . . . . . . . . . . . . . . . . . 48
4.2.1 Flutter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
4.2.2 Visual Studio Code . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
4.2.3 Firebase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.3 User Interface Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.3.1 Application Logo . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.3.2 Login Interface (Parent Child) . . . . . . . . . . . . . . . . . . . . 51
4.3.3 Register Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
4.3.4 Parent Home Interface . . . . . . . . . . . . . . . . . . . . . . . . . 52
4.3.5 Add Child Interface . . . . . . . . . . . . . . . . . . . . . . . . . . 53
4.3.6 Children Management Interface – Parent View . . . . . . . . . . . 54
4.3.7 Child Connection Code Interface . . . . . . . . . . . . . . . . . . . 55
4.3.8 Check Device info . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
4.3.9 See all installed apps . . . . . . . . . . . . . . . . . . . . . . . . . . 57
4.3.10 Location Interface (Google Maps) . . . . . . . . . . . . . . . . . . . 57
4.3.11 Child Home Interface . . . . . . . . . . . . . . . . . . . . . . . . . 58
4.4 Firebase Data Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . 59
4.4.1 Firebase Authentication . . . . . . . . . . . . . . . . . . . . . . . . 59
4.4.2 Firebase Cloud Firestore Structure . . . . . . . . . . . . . . . . . . 60
4.4.3 Real-Time Data Synchronization . . . . . . . . . . . . . . . . . . . 62
4.5 Technical Challenges and Solutions . . . . . . . . . . . . . . . . . . . . . . 62
4.6 Initial Development Attempt Using Java . . . . . . . . . . . . . . . . . . . 63
4.6.1 Login Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
4.6.2 User Registration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
4.6.3 Screen Time Monitoring . . . . . . . . . . . . . . . . . . . . . . . . 64
4.6.4 Application Blocking . . . . . . . . . . . . . . . . . . . . . . . . . . 65
4.6.5 SMS and Call Log Access . . . . . . . . . . . . . . . . . . . . . . . 65
4.6.6 Contact List Retrieval . . . . . . . . . . . . . . . . . . . . . . . . . 66
4.6.7 Challenges and Limitations . . . . . . . . . . . . . . . . . . . . . . 66
4.6.8 Motivation for Migration to Flutter . . . . . . . . . . . . . . . . . . 67
4.7 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
5 Conclusion and perspectives 69
Conclusion et perspectives 69 |
| Côte titre : |
MAI/1036 |
Development of an Intelligent Application for Parental Supervision of Digital Activities on Social Media [document électronique] / Rahma Azil ; Hadil Guerioune, Auteur ; Amel Douar, Directeur de thèse . - [S.l.] : Setif:UFA, 2025 . - 1 vol (79 f .) ; 29 cm. Langues : Anglais ( eng)
| Catégories : |
Thèses & Mémoires:Informatique
|
| Mots-clés : |
Informatique
Intelligent Application |
| Index. décimale : |
004 Informatique |
| Résumé : |
As part of our Master’s degree, this work presents the development of an intelligent
application for parental supervision of children’s digital activities, with a particular focus
on social media usage. The primary objective of this project is to offer parents a comprehensive
and intelligent digital solution that enables them to monitor, guide, and manage
their children’s interactions on social media platforms in a safe, ethical, and responsible
way.
The application addresses increasing concerns about children’s exposure to inappropriate
content, online threats, and excessive screen time. It incorporates key features
such as screen time monitoring, tracking of installed and uninstalled applications, and
real-time location tracking, all while respecting usability and privacy standards.
Developed as a cross-platform mobile application using Flutter, the system ensures
compatibility across both Android and iOS devices. The back-end infrastructure is powered
by Google Firebase, enabling secure user authentication, real-time data synchronization,
and cloud-based storage.
We believe that this intelligent parental control system can help families build a safer
digital environment and empower parents to support and guide their children’s online
behavior with greater confidence and ease. |
| Note de contenu : |
Sommaire
General Introduction 1
0.0.1 Screen time control . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
0.0.2 Location tracking . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1 State of the Art 4
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2 Definition of Parental Control . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2.1 Classical Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2.2 Recent Definitions and Digital Trends . . . . . . . . . . . . . . . . 6
1.2.3 Synthesis of Definitions . . . . . . . . . . . . . . . . . . . . . . . . 6
1.2.4 Proposed Definition . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.3 Importance of Parental Control . . . . . . . . . . . . . . . . . . . . . . . . 7
1.4 Types of Parental Control Solutions . . . . . . . . . . . . . . . . . . . . . . 8
1.4.1 Software-Based Parental Control . . . . . . . . . . . . . . . . . . . 8
1.4.2 OS-Level Parental Control . . . . . . . . . . . . . . . . . . . . . . . 9
1.4.3 Network-Level Parental Control . . . . . . . . . . . . . . . . . . . . 9
1.5 Parental Control and Artificial Intelligence . . . . . . . . . . . . . . . . . . 9
1.5.1 Contributions of AI in Parental Control . . . . . . . . . . . . . . . 9
1.5.2 Research and Trends . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.5.3 Limitations and Challenges . . . . . . . . . . . . . . . . . . . . . . 10
1.6 Parental Control and Cybersecurity: Protecting Children from Digital Risks 10
1.6.1 Cybersecurity Challenges for Children . . . . . . . . . . . . . . . . 10
1.6.2 Contribution of Parental Control to Cybersecurity . . . . . . . . . 11
1.6.3 Best Practices for Combined Protection . . . . . . . . . . . . . . . 12
1.6.4 Towards Child-Centered Cybersecurity . . . . . . . . . . . . . . . . 12
1.7 Classification of Parental Control Applications . . . . . . . . . . . . . . . . 12
1.7.1 According to the Features Offered . . . . . . . . . . . . . . . . . . . 12
1.7.2 According to the Targeted Platform . . . . . . . . . . . . . . . . . 14
1.7.3 According to the Business Model . . . . . . . . . . . . . . . . . . . 15
1.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2 Existing Applications and Related Work 17
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
2.1.1 Overview of Existing Applications . . . . . . . . . . . . . . . . . . 18
2.1.2 Comparative Table of Existing Applications . . . . . . . . . . . . . 19
2.1.3 Discussion and Observations . . . . . . . . . . . . . . . . . . . . . . 20
2.2 Commercial Parental Control Applications . . . . . . . . . . . . . . . . . . 20
2.2.1 Google Family Link . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2.2.2 Qustodio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.2.3 FamiSafe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.2.4 Net Nanny . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.2.5 Norton Family . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.2.6 Screen Time Control . . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.7 Web Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.8 Geolocation and Alerts . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.9 App Monitoring . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.10 Platform Compatibility . . . . . . . . . . . . . . . . . . . . . . . . 23
2.2.11 Privacy and Data Hosting . . . . . . . . . . . . . . . . . . . . . . . 23
2.3 Academic and Technical Literature Review . . . . . . . . . . . . . . . . . . 23
2.3.1 Digital Mediation and Parental Strategies . . . . . . . . . . . . . . 24
2.3.2 Geolocation and Mobile Tracking . . . . . . . . . . . . . . . . . . . 24
2.3.3 Screen Time and Cognitive Development . . . . . . . . . . . . . . . 24
2.3.4 Ethical and Legal Considerations . . . . . . . . . . . . . . . . . . . 24
2.3.5 AI and Smart Monitoring . . . . . . . . . . . . . . . . . . . . . . . 25
2.4 Privacy, Security, and Limitations of Current Systems . . . . . . . . . . . . 25
2.4.1 Privacy Concerns . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
2.4.2 Security Weaknesses . . . . . . . . . . . . . . . . . . . . . . . . . . 26
2.4.3 Usability and Adoption Issues . . . . . . . . . . . . . . . . . . . . . 27
2.4.4 Limitations in Functionality . . . . . . . . . . . . . . . . . . . . . . 27
2.4.5 Ethical Dilemmas . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
3 Design and Specification of the Parental Control Application 29
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.2 Problem Statement and Objectives . . . . . . . . . . . . . . . . . . . . . . 30
3.2.1 Problem Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.2.2 Objectives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3.3 Design of parental control application . . . . . . . . . . . . . . . . . . . . . 31
3.3.1 Requirements Analysis . . . . . . . . . . . . . . . . . . . . . . . . . 32
3.4 System Architecture Description . . . . . . . . . . . . . . . . . . . . . . . . 33
3.4.1 Parent Application . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
3.4.2 Child Application . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
3.4.3 Central System (Firebase) . . . . . . . . . . . . . . . . . . . . . . . 34
3.4.4 Use Case Diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
3.4.5 Sequence Diagrams . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
3.4.6 Sequence Diagram ”Parent Login” . . . . . . . . . . . . . . . . . . 37
3.4.7 Sequence Diagram ”Sign Up” . . . . . . . . . . . . . . . . . . . . . 39
3.4.8 Sequence Diagram ”Forgot Password” . . . . . . . . . . . . . . . . 40
3.4.9 Sequence Diagram ”Add Child Process” . . . . . . . . . . . . . . . 41
3.4.10 Sequence Diagram ”Viewing Child App Usage” . . . . . . . . . . . 42
3.4.11 Sequence Diagram Description”View Child Location on Google Maps” 44
3.5 Sequence Diagram ”Child Login” . . . . . . . . . . . . . . . . . . . . . . . 45
3.6 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
4 Implementation 47
4.1 Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
4.2 Development Environment and Tools . . . . . . . . . . . . . . . . . . . . . 48
4.2.1 Flutter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
4.2.2 Visual Studio Code . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
4.2.3 Firebase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.3 User Interface Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.3.1 Application Logo . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
4.3.2 Login Interface (Parent Child) . . . . . . . . . . . . . . . . . . . . 51
4.3.3 Register Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
4.3.4 Parent Home Interface . . . . . . . . . . . . . . . . . . . . . . . . . 52
4.3.5 Add Child Interface . . . . . . . . . . . . . . . . . . . . . . . . . . 53
4.3.6 Children Management Interface – Parent View . . . . . . . . . . . 54
4.3.7 Child Connection Code Interface . . . . . . . . . . . . . . . . . . . 55
4.3.8 Check Device info . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
4.3.9 See all installed apps . . . . . . . . . . . . . . . . . . . . . . . . . . 57
4.3.10 Location Interface (Google Maps) . . . . . . . . . . . . . . . . . . . 57
4.3.11 Child Home Interface . . . . . . . . . . . . . . . . . . . . . . . . . 58
4.4 Firebase Data Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . 59
4.4.1 Firebase Authentication . . . . . . . . . . . . . . . . . . . . . . . . 59
4.4.2 Firebase Cloud Firestore Structure . . . . . . . . . . . . . . . . . . 60
4.4.3 Real-Time Data Synchronization . . . . . . . . . . . . . . . . . . . 62
4.5 Technical Challenges and Solutions . . . . . . . . . . . . . . . . . . . . . . 62
4.6 Initial Development Attempt Using Java . . . . . . . . . . . . . . . . . . . 63
4.6.1 Login Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
4.6.2 User Registration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
4.6.3 Screen Time Monitoring . . . . . . . . . . . . . . . . . . . . . . . . 64
4.6.4 Application Blocking . . . . . . . . . . . . . . . . . . . . . . . . . . 65
4.6.5 SMS and Call Log Access . . . . . . . . . . . . . . . . . . . . . . . 65
4.6.6 Contact List Retrieval . . . . . . . . . . . . . . . . . . . . . . . . . 66
4.6.7 Challenges and Limitations . . . . . . . . . . . . . . . . . . . . . . 66
4.6.8 Motivation for Migration to Flutter . . . . . . . . . . . . . . . . . . 67
4.7 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
5 Conclusion and perspectives 69
Conclusion et perspectives 69 |
| Côte titre : |
MAI/1036 |
|