diff --git a/www/aPropos.html b/www/aPropos.html index 3145b90..c104780 100644 --- a/www/aPropos.html +++ b/www/aPropos.html @@ -25,7 +25,6 @@
-

Coming soon...

@@ -85,29 +84,33 @@
- + + - - + + + + + - - - - - - - - - - - - - - + +
@@ -130,33 +133,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 02db0d1..14f2877 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -271,6 +271,8 @@ footer { /* min-height: calc(100vh - 60px); */ /* display: block; */ + align-content: center; + text-align: center; } .aPropos .conteneurMaps { @@ -279,9 +281,10 @@ footer { overflow: scroll; } -.aPropos .conteneurMaps­>iframe { +.aPropos .conteneurMaps­ iframe { border: 0; - + margin: 10px; + display: block; } .aPropos .sidebyside>div { @@ -298,14 +301,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 {