+      
+        
     
         NOM RESTAURANT 
-
+          
           
             
               
           
-          
+          
             
               This is the first item's accordion body. 
-                
-                    
+                
-               Kebab 
-               550m 
-               
-             
+                    
5/5 
+                
 
+                    
+                      Kebab 
+                      550m 
+                      5-10€ 
+                  
+                    
+                      
Descriptif :  c’est le faux texte standard de l'imprimerie depuis 
+                      les années 1500, quand un imprimeur anonyme assembla ensemble des morceaux de texte pour 
+                      réaliser un livre spécimen de polices de texte.
+                        
+                          
+                            Sur place : A emporter : 
+                            
+                              
+                                Accès PMR : 
+                              
+                              Réserver 
+                            
+          
 
           
-        
-    
+      
 
+      
+    
 
 
 
diff --git a/src/app/card-resto/card-resto.component.scss b/src/app/card-resto/card-resto.component.scss
index 2501681..9ec6b1d 100644
--- a/src/app/card-resto/card-resto.component.scss
+++ b/src/app/card-resto/card-resto.component.scss
@@ -1,3 +1,19 @@
+.rond{
+    padding: 0.7em;
+    background-color: rgb(255, 255, 255);
+    top: 1em;
+    right: 1em;
+    border-radius: 50%;
+}
+
+.heart{
+    display: flex;
+    font-size: 1.6em;
+    padding: 0;
+    margin:0;
+    color: #FF2048;
+}
+
 .titre-resto{
     margin-bottom: 0.9rem;
 }
@@ -10,8 +26,24 @@
     border-radius: 0 0 0.25rem 0.25rem;
     padding: 1.375rem 0.75rem;
     
-    
 }
+.accordion-button.collapsed {
+    background: #CE0000;
+  }
+  
+  .accordion-button.collapsed::after {
+    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
+  }
+ 
+
+  .ps-5 {
+    padding-left: 5.4rem !important;
+}
+.pe-5 {
+    padding-right: 5rem !important;
+}
+
+
 .accordion .btn:focus{
     box-shadow: none;
 }
@@ -22,6 +54,26 @@
     list-style-type: none;
     font-size: 1.5em;
     color:#ffd900;
+    
+}
+
+.trait-rouge{
+border-bottom: 1px solid #CE0000;
+opacity: 50%;
+
+}
+
+.button{
+    display: block;
+    padding: 0.5em 2em 0.5em ;
+    width: 100%;
+    border-radius: 5px;
+    border: none;
+    background-color: #545454;
+    color: #ffffff;
+    text-transform: uppercase;
+    font-weight: bold;
+
 }
 
 
diff --git a/src/app/header/components/search-bar/search-bar.component.html b/src/app/header/components/search-bar/search-bar.component.html
index 3c06a2b..fd6763f 100644
--- a/src/app/header/components/search-bar/search-bar.component.html
+++ b/src/app/header/components/search-bar/search-bar.component.html
@@ -1,11 +1,13 @@
-
-  
-
-    
-    
-      
LE BON PLAN POUR MANGER
-      
+
+  
+    
+      
+      
+        
+          
LE BON PLAN POUR MANGER
+        
+  
 
diff --git a/src/app/header/components/search-bar/search-bar.component.scss b/src/app/header/components/search-bar/search-bar.component.scss
index c83f803..673c03c 100644
--- a/src/app/header/components/search-bar/search-bar.component.scss
+++ b/src/app/header/components/search-bar/search-bar.component.scss
@@ -19,22 +19,18 @@
 
 }
 
-img{
-  padding-left: 2%;
-
-}
-
-
 p{
   background-color: white;
   position: absolute;
   top: 15px;
-  left: 130px;
+  left: 68px;
   padding : 0 10px 0 10px;
-  font-weight: bolder;
   color: grey;
 }
 
-// .form-control{
-// }
+
+
+input[type="search"], textarea{
+  background-color: #edf5f1;
+}
 
diff --git a/src/assets/images-header/LOGO2.png b/src/assets/images-header/LOGO2.png
new file mode 100644
index 0000000..cccfd49
Binary files /dev/null and b/src/assets/images-header/LOGO2.png differ
diff --git a/src/index.html b/src/index.html
index 80e402a..0ecced0 100644
--- a/src/index.html
+++ b/src/index.html
@@ -7,6 +7,7 @@
   
+