diff --git a/src/app/components/fiche-contact/fiche-contact.component.html b/src/app/components/fiche-contact/fiche-contact.component.html
index 54d74e8..bbedc91 100644
--- a/src/app/components/fiche-contact/fiche-contact.component.html
+++ b/src/app/components/fiche-contact/fiche-contact.component.html
@@ -11,18 +11,32 @@
-
-
- {{ personne.couleur }}
-
{{ personne.prenom }} {{ personne.nom }}
-
- {{ personne.telephone }}
-
- {{ personne.email }}
-
- {{ personne.dateNaissance }}
-
- {{ personne.adresse }}
+
+
+
+
+
{{ personne.prenom }} {{ personne.nom }}
+
+
+
+
+
{{ personne.telephone }}
+
+
+
+
+
{{ personne.email }}
+
+
+
+
+
{{ personne.dateNaissance }}
+
+
+
+
{{ personne.adresse }}
+
+
diff --git a/src/app/components/fiche-contact/fiche-contact.component.scss b/src/app/components/fiche-contact/fiche-contact.component.scss
index 85d641e..daa8fcc 100644
--- a/src/app/components/fiche-contact/fiche-contact.component.scss
+++ b/src/app/components/fiche-contact/fiche-contact.component.scss
@@ -7,6 +7,26 @@
margin: auto;
}
+.couleur{
+ border: none;
+ margin-top: -15px;
+ border-radius: 80%;
+ width: 60px;
+ height: 60px;
+ flex-direction: row;
+}
+
+.info{
+display:flex;
+justify-content: center;
+}
+
+.fiche-contact{
+ display:flex;
+ justify-content: center;
+ flex-direction: row;
+}
+
.container {
border: 1px solid 8c2e9b;
padding: 10px;
diff --git a/src/app/pages/page-ajout-contact/page-ajout-contact.component.ts b/src/app/pages/page-ajout-contact/page-ajout-contact.component.ts
index c6c662c..1076f68 100644
--- a/src/app/pages/page-ajout-contact/page-ajout-contact.component.ts
+++ b/src/app/pages/page-ajout-contact/page-ajout-contact.component.ts
@@ -30,6 +30,7 @@ export class PageAjoutContactComponent implements OnInit {
ngOnInit(): void {
// *********************************pensser à changer group car déprécié********************************
this.ajoutContactForm = this.fb.group({
+ couleurFc: new FormControl('', [Validators.required]),
lastNameFc: new FormControl('', [Validators.required]),
firstNameFc: new FormControl('', [Validators.required]),
telephoneFc: new FormControl('', [Validators.required]),
diff --git a/src/app/pages/page-modifier-contact/page-modifier-contact.component.html b/src/app/pages/page-modifier-contact/page-modifier-contact.component.html
index 3b7f16b..76e7e28 100644
--- a/src/app/pages/page-modifier-contact/page-modifier-contact.component.html
+++ b/src/app/pages/page-modifier-contact/page-modifier-contact.component.html
@@ -10,7 +10,7 @@
+ formControlName="couleurFc" value= "{{ listContactInfo.couleur }}">