|
@@ -6660,6 +6660,10 @@ article.node-type-ressource.type-paroles-de-laureats .wrapper-ressource .field--
|
|
margin-left: 0;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+article.node-type-ressource .wrapper-ressource {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+}
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-type-de-ressource {
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-type-de-ressource {
|
|
order: 2;
|
|
order: 2;
|
|
}
|
|
}
|
|
@@ -6684,6 +6688,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-type-de-media
|
|
article.node-type-ressource .wrapper-ressource .field--name-title {
|
|
article.node-type-ressource .wrapper-ressource .field--name-title {
|
|
grid-column: 2;
|
|
grid-column: 2;
|
|
margin-top: 0.5rem;
|
|
margin-top: 0.5rem;
|
|
|
|
+ order: 4;
|
|
}
|
|
}
|
|
article.node-type-ressource .wrapper-ressource .field--name-title h2 {
|
|
article.node-type-ressource .wrapper-ressource .field--name-title h2 {
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -6702,6 +6707,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- {
|
|
margin-top: 0.5rem;
|
|
margin-top: 0.5rem;
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
line-height: 1.1rem;
|
|
line-height: 1.1rem;
|
|
|
|
+ order: 6;
|
|
}
|
|
}
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- p {
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- p {
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -6712,6 +6718,7 @@ article.node-type-ressource .wrapper-ressource .field--name-field-auteur-s- .fie
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-sous-titre {
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-sous-titre {
|
|
grid-column: 2;
|
|
grid-column: 2;
|
|
margin-top: 0.5rem;
|
|
margin-top: 0.5rem;
|
|
|
|
+ order: 5;
|
|
}
|
|
}
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-edition {
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-edition {
|
|
grid-column: 2;
|
|
grid-column: 2;
|
|
@@ -6738,8 +6745,10 @@ article.node-type-ressource .wrapper-ressource .field--name-field-images img {
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-date-de-parution {
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-date-de-parution {
|
|
grid-column: 2;
|
|
grid-column: 2;
|
|
margin-top: 0.3rem;
|
|
margin-top: 0.3rem;
|
|
|
|
+ order: 7;
|
|
}
|
|
}
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-mots-clefs {
|
|
article.node-type-ressource .wrapper-ressource .field--name-field-mots-clefs {
|
|
|
|
+ order: 8;
|
|
grid-column: 2;
|
|
grid-column: 2;
|
|
display: flex;
|
|
display: flex;
|
|
margin-top: 1rem;
|
|
margin-top: 1rem;
|