|
@@ -94,11 +94,31 @@ main {
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
max-width: 900px;
|
|
max-width: 900px;
|
|
- background-color: white;
|
|
|
|
|
|
+ background-color: rgb(255, 255, 255);
|
|
|
|
+ color: #37474F;
|
|
padding: 0 30px;
|
|
padding: 0 30px;
|
|
border-radius: 15px;
|
|
border-radius: 15px;
|
|
min-height: 70vh;
|
|
min-height: 70vh;
|
|
transition: all 0.2s ease;
|
|
transition: all 0.2s ease;
|
|
|
|
+ padding-top: 20px;
|
|
|
|
+ padding-bottom: 20px;
|
|
|
|
+ line-height: 1.54;
|
|
|
|
+ font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+main p {
|
|
|
|
+ font-size: 1.2em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+hr {
|
|
|
|
+ width: 40%; /* Ajustez la largeur selon vos préférences */
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
+ margin-top: 30px;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
|
|
+ border: none; /* Enlève les bordures par défaut */
|
|
|
|
+ height: 2px; /* Épaisseur de la ligne */
|
|
|
|
+ background-color: #868686; /* Couleur de la ligne */
|
|
}
|
|
}
|
|
|
|
|
|
img, .contenu-flex {
|
|
img, .contenu-flex {
|
|
@@ -139,18 +159,18 @@ img, .contenu-flex {
|
|
background: linear-gradient(to bottom, transparent, white);
|
|
background: linear-gradient(to bottom, transparent, white);
|
|
}
|
|
}
|
|
|
|
|
|
-main h2 {
|
|
|
|
- font-size: 2.5em;
|
|
|
|
- color: rgb(34, 34, 34);
|
|
|
|
|
|
+main h1 {
|
|
|
|
+ font-size: 2.0em;
|
|
|
|
+ color: #263238;
|
|
}
|
|
}
|
|
|
|
|
|
-main h2 a {
|
|
|
|
- color: rgb(34, 34, 34);
|
|
|
|
|
|
+main h1 a {
|
|
|
|
+ color: rgb(24, 25, 31);
|
|
text-decoration: no;
|
|
text-decoration: no;
|
|
}
|
|
}
|
|
|
|
|
|
-main h2 a:hover {
|
|
|
|
- color: rgb(20,20,20);
|
|
|
|
|
|
+main h1 a:hover {
|
|
|
|
+ color: rgb(22, 21, 36);
|
|
}
|
|
}
|
|
|
|
|
|
.article-by {
|
|
.article-by {
|