33 lines
430 B
CSS
33 lines
430 B
CSS
a {
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.titre-h1 {
|
|
padding: 15px 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.titre-item {
|
|
padding: 8px 0;
|
|
}
|
|
|
|
.titre-item img {
|
|
width: 70px;
|
|
height: 70px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.titre-link {
|
|
font-size: 1.1rem;
|
|
color: #0d6efd;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.titre-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.titre-duree {
|
|
font-size: 0.9rem;
|
|
color: #666;
|
|
} |