|
|
@@ -3053,6 +3053,7 @@ svg.ext {
|
|
|
color: rgb(255, 255, 255);
|
|
|
font-weight: 800;
|
|
|
vertical-align: middle;
|
|
|
+ width: max-content;
|
|
|
}
|
|
|
@media (max-width: 810px) {
|
|
|
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-mots-clefs .field--name-field-mots-clefs {
|
|
|
@@ -3187,7 +3188,7 @@ svg.ext {
|
|
|
.page-node-type-ressource .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf {
|
|
|
height: inherit;
|
|
|
margin: auto;
|
|
|
- width: fit-content;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.page-node-type-ressource .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf ::before {
|
|
|
content: url("../images/pictos/download.png");
|
|
|
@@ -3202,6 +3203,7 @@ svg.ext {
|
|
|
align-items: center;
|
|
|
color: rgb(0, 158, 227);
|
|
|
font-weight: 800;
|
|
|
+ max-width: 100%;
|
|
|
}
|
|
|
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-liens {
|
|
|
order: 3;
|
|
|
@@ -3329,6 +3331,7 @@ svg.ext {
|
|
|
margin-right: 0.5rem;
|
|
|
padding-right: 0.3rem;
|
|
|
font-size: 0.8rem;
|
|
|
+ width: max-content;
|
|
|
}
|
|
|
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource div .field--name-field-mots-clefs .field__item a {
|
|
|
background: rgb(9, 57, 139);
|
|
|
@@ -6073,7 +6076,7 @@ svg.ext {
|
|
|
text-align: center;
|
|
|
margin-bottom: 1rem;
|
|
|
width: fit-content;
|
|
|
- margin-left: 28%;
|
|
|
+ margin-left: 26%;
|
|
|
}
|
|
|
@media (max-width: 810px) {
|
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale h2 {
|
|
|
@@ -6095,7 +6098,7 @@ svg.ext {
|
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-config-pages-block {
|
|
|
width: 60%;
|
|
|
margin: auto;
|
|
|
- margin-left: 28%;
|
|
|
+ margin-left: 26%;
|
|
|
}
|
|
|
@media (max-width: 810px) {
|
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-config-pages-block {
|
|
|
@@ -6436,7 +6439,7 @@ svg.ext {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
flex-wrap: wrap;
|
|
|
- padding-left: 28%;
|
|
|
+ padding-left: 26%;
|
|
|
}
|
|
|
@media (max-width: 810px) {
|
|
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content {
|