h2, h3, h4 {
margin-top: 70px;
margin-bottom: 30px;
}
h2 {
color: #343A40;
}
p {
font-size:18px;
}
li {
font-size: 18px;
margin-bottom: 30px;
}
blockquote {
max-width: 600px;
margin: 20px;
padding: 20px;
text-align: center;
font-family: sans-serif;
font-size: 16px;
color: #7f7f7f;
border-top: 2px solid #ff890f;
border-bottom: 2px solid #ff890f;
}
blockquote.bis {
border-top: 2px solid #0073cc;
border-bottom: 2px solid #0073cc;
}
table, th, td {
border: 1px solid;
border-color: #fdd2a7;
}
th, td {
padding: 15px;
}
th {
text-align: center;
background-color: #002060;
color: #ffffff;
}
tr:nth-child(even) { background-color: #fcedde;
}
a{
color: #ff890f;
}
a:hover{
color: #ff890f;
font-weight: bold;
text-decoration: underline;
}
.astuce {
background-color: #ffffff;
border-radius: 12px;
box-shadow: 8px 8px 0px #ff890f;
padding: 24px;
font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
font-size: 18px;
line-height: 1.6;
max-width: 700px;
margin: 2em auto;
color: #000;
margin-bottom: 50px;
}
.astuce::before {
content: "💡 Conseil";
display: block;
font-weight: bold;
font-size: 20px;
text-align: center;
margin-bottom: 1em;
}