diff --git a/www/aPropos.html b/www/aPropos.html index 00f0066..5dae76c 100644 --- a/www/aPropos.html +++ b/www/aPropos.html @@ -26,7 +26,6 @@
-

Coming soon...

@@ -86,29 +85,33 @@
- + + - - + + + + + - - - - - - - - - - - - - - + +
@@ -131,33 +134,36 @@
-
+

Contactez l'équipe!

Coordonnées

-

Adresse : 475 Rue du Cégep, Sherbrooke, QC J1E 4K1

+

Adresse : + 475 Rue du Cégep, Sherbrooke, QC J1E 4K1

Pour plus d'information sur les créateurs : Cégep de Sherbrooke

-

Téléphone : +18195646350

+

Téléphone : +18195646350

- Contact -
-
- +

Courriel : + Equipe ALT-F4 +

+
+ +
-
- +
diff --git a/www/css/style.css b/www/css/style.css index df34c67..9a9232f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -275,6 +275,8 @@ footer { /* min-height: calc(100vh - 60px); */ /* display: block; */ + align-content: center; + text-align: center; } .aPropos .conteneurMaps { @@ -283,9 +285,10 @@ footer { overflow: scroll; } -.aPropos .conteneurMaps­>iframe { +.aPropos .conteneurMaps­ iframe { border: 0; - + margin: 10px; + display: block; } .aPropos .sidebyside>div { @@ -302,14 +305,62 @@ footer { width: 100%; } +.aPropos>main { + margin: auto; + display: flex; + justify-content: center; +} .aPropos form { width: 70ch; margin: auto; - background-color: #273A56; + background-color: #726F9A; border-radius: 15px; padding: 10px; color: #E6ECF3; overflow: scroll; + /*!SECTION COULEUR + + #B47871 +#641A10 +#13172C +#726F9A +#273A56 +#C19F8A +Couleur texte : #FFEFE5 + + +*/ +} + +.aPropos p { + width: 100%; +} +.aPropos #contactInfo { + background-color: #273A56; + padding: 10px; + border-radius: 15px; + color: #E6ECF3; +} + +.aPropos a:link { + color: #E6ECF3; + font-weight:800; + text-decoration: underline; + text-align: right; + float: right; +} +.aPropos a:visited { + color: #c19f8a; + +} + +.aPropos a:hover { + color: #726F9A; +} + +.aPropos .sidebyside label { + margin: 10px; + padding: 1px; } .aPropos fieldset {