diff --git a/css/CV.css b/css/CV.css
index 57a8491..d100b8e 100644
--- a/css/CV.css
+++ b/css/CV.css
@@ -14,11 +14,7 @@ body {
border-radius: 8px;
}
-header h1 {
- color: #007BFF;
- text-align: center;
-}
-
+header h1,
header h2 {
color: #007BFF;
text-align: center;
@@ -28,12 +24,9 @@ section {
margin-top: 30px;
}
-.job h3 {
- color: #007BFF;
-}
-
+.job h3,
.competence h3 {
- color:#007BFF;
+ color: #007BFF;
}
ul {
@@ -59,9 +52,14 @@ ul, ol {
.print-button {
display: block;
- margin: auto;
+ margin: 20px auto; /* Center the print button */
padding: 10px 20px;
font-size: 18px;
+ background-color: #b71c1c;
+ color: #fff;
+ cursor: pointer;
+ border: none;
+ border-radius: 4px;
}
@media print {
diff --git a/css/ReservationSuccess.css b/css/ReservationSuccess.css
index fb14b29..3453fdc 100644
--- a/css/ReservationSuccess.css
+++ b/css/ReservationSuccess.css
@@ -1,4 +1,4 @@
-.content {
+.contenue {
max-width: 800px;
margin: 20px auto;
padding: 20px;
diff --git a/css/a-propos.css b/css/a-propos.css
index 595fc13..727b575 100644
--- a/css/a-propos.css
+++ b/css/a-propos.css
@@ -1,13 +1,13 @@
-.about-section {
+.a-propos-section {
text-align: justify;
margin-top: 20px;
}
-.about-section p {
+.a-propos-section p {
margin-bottom: 20px;
}
-.about-section img {
+.a-propos-section img {
max-width: 100%;
border-radius: 8px;
margin-top: 10px;
diff --git a/css/faq.css b/css/faq.css
index 456674c..55fc2cb 100644
--- a/css/faq.css
+++ b/css/faq.css
@@ -3,7 +3,7 @@
margin: 0 auto;
}
-.faq-item {
+.faq-element {
margin-bottom: 20px;
}
@@ -20,7 +20,7 @@
font-size: large;
}
-.faq-answer {
+.faq-reponse {
display: none;
padding: 10px;
border: 1px solid #ccc;
@@ -28,11 +28,11 @@
margin-top: 10px;
}
-.faq-answer p {
+.faq-reponse p {
margin: 0;
}
-.faq-item.active .faq-question-btn {
+.faq-element.active .faq-question-btn {
background-color: #4A305A;
}
diff --git a/css/menu.css b/css/menu.css
index 95092ad..946ba30 100644
--- a/css/menu.css
+++ b/css/menu.css
@@ -1,97 +1,76 @@
-body {
- font-family: 'Arial', sans-serif;
- background-color: #f7f7f7;
+.menu-navigation {
+ text-align: center;
+ margin: 20px 0;
+}
+
+.menu-navigation ul {
+ list-style: none;
+ padding: 0;
+}
+
+.menu-navigation li {
+ display: inline-block;
+ margin-right: 20px;
+}
+
+.menu-navigation a {
+ text-decoration: none;
color: #333;
+ font-size: 16px;
+ font-weight: bold;
+ transition: color 0.3s ease-in-out;
}
-.menu-category {
- margin-bottom: 20px;
+.menu-navigation a:hover {
+ color: #ff8c00;
+}
+
+.menu-categorie {
+ margin-bottom: 40px;
background-color: #fff;
- padding: 15px;
- border:solid;
- border-radius: 10px;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
+ padding: 20px;
+ border-radius: 12px;
+ box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
-.Carte {
- border:solid;
- margin-bottom: 20px;
- margin-left:auto;
- margin-right:auto;
- height:70vw;
- max-height: 1122px;
- width:50vw;
- max-width : 794px;
- background-color: #E3E3E3;
- padding: 15px;
- border-radius: 10px;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-}
-
-.Carte img {
- border:solid;
- width: 10vw;
- max-height: 200px;
- height: 10vw;
- max-height: 200px;
- border-radius: 8px;
-}
-
-.Carte #haut-droit {
- float:right;
-}
-
-#haut-gauche {
- transform: rotate(0.75turn);
-}
-
-#bas-droit {
- transform: rotate(0.25turn);
- top:922px;
-}
-
-#bas-gauche {
- transform: rotate(0.5turn);
-}
-
-
-
-
-
-
-
-
-
-
-.menu-category h3 {
- font-size: 24px;
- border-bottom: 2px solid #ccc;
- padding-bottom: 5px;
- margin-bottom: 10px;
+.menu-categorie h3 {
+ font-size: 28px;
+ border-bottom: 3px solid #ccc;
+ padding-bottom: 10px;
+ margin-bottom: 15px;
color: #1a1a1a;
}
-.menu-item {
- margin-bottom: 20px;
- background-color: #fff;
- padding: 15px;
- border-radius: 8px;
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
+.menu-element {
+ margin-bottom: 25px;
+ background-color: #f9f9f9;
+ padding: 20px;
+ border-radius: 10px;
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
-.menu-item img {
+.menu-element img {
width: 100%;
- max-width: 200px;
+ max-width: 250px;
height: auto;
- border-radius: 8px;
+ border-radius: 10px;
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
-.menu-item h4 {
- font-size: 20px;
+.menu-element h4 {
+ font-size: 22px;
color: #333;
- margin-bottom: 8px;
+ margin-bottom: 10px;
}
-.menu-item p {
- color: #555;
+.menu-element p {
+ font-size: 16px;
+ line-height: 1.5;
+}
+
+.prix {
+ font-weight: bold;
+ color: #ff8c00;
+ font-size: 18px; /* Taille de police plus grande pour une meilleure visibilité */
+ margin-top: 8px; /* Espacement du prix par rapport à la description */
}
diff --git a/css/nos-chefs.css b/css/nos-chefs.css
index ae7ee67..f9ba195 100644
--- a/css/nos-chefs.css
+++ b/css/nos-chefs.css
@@ -3,7 +3,7 @@
margin: 0 auto;
}
-.chef-item {
+.chef-element {
margin-bottom: 20px;
text-align: center;
}
diff --git a/css/reservation.css b/css/reservation.css
index 8b105f2..c8a527e 100644
--- a/css/reservation.css
+++ b/css/reservation.css
@@ -1,4 +1,4 @@
-.content {
+.contenue {
text-align: center;
}
diff --git a/html/CV/MarcoORFAO.html b/html/CV/MarcoORFAO.html
index 45e2acd..4ed579c 100644
--- a/html/CV/MarcoORFAO.html
+++ b/html/CV/MarcoORFAO.html
@@ -5,14 +5,14 @@
-
CV - Moncef STITI
+ CV - Marco ORFAO
Imprimer le CV
- Moncef STITI
+ Marco ORFAO
@@ -23,8 +23,8 @@
Baccalauréat général (mention assez bien) spécialités :
Numérique et sciences informatiques
- Sciences de l'Ingénieur
- Langues, littératures et cultures étrangères (Anglais)
+ Mathématiques
+ Physique chimie
@@ -71,10 +71,6 @@
Observation d’une équipe de développeurs web
Observation d’une équipe d’experts en cybersécurité
-
-
Juillet/Août 2023 | Darty Montargis
-
Conseiller de vente
-
diff --git a/html/a-propos.html b/html/a-propos.html
index c87c29b..134fb66 100644
--- a/html/a-propos.html
+++ b/html/a-propos.html
@@ -47,7 +47,7 @@
-
+
À propos de Neo Eat
Neo Eat, fondé en 2023 par Moncef STITI, Marco ORFAO et Louay DARDOURI, est une révolution dans le monde de la gastronomie. L'idée a germé pendant leurs premières années de BUT informatique, avec la vision de rendre la nourriture gastronomique accessible à tous, sans compromis sur la qualité.
@@ -69,58 +69,58 @@
-