2020-05-16 12:21:49 +02:00
|
|
|
.page_breadcrumb {
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
@include list-separator('/', 0.5em, #888);
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
// fil d'ariane
|
|
|
|
.arbo {
|
|
|
|
display:block;
|
|
|
|
clear: none;
|
2020-12-07 15:34:44 +01:00
|
|
|
font-size: .7em;
|
|
|
|
margin-bottom:$spacer;
|
2020-05-16 12:21:49 +02:00
|
|
|
}
|
|
|
|
.arbo * {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2020-06-27 02:45:19 +02:00
|
|
|
.arbo, .arbo a {
|
2020-12-07 15:34:44 +01:00
|
|
|
color: $couleur-lien;
|
2020-05-16 12:21:49 +02:00
|
|
|
}
|
|
|
|
.arbo a:hover {
|
2020-12-07 15:34:44 +01:00
|
|
|
color: $couleur-lien-hover;
|
2020-05-16 12:21:49 +02:00
|
|
|
}
|