.page-ressources{ h1{ width: 80%; margin: auto; } .view-ressources{ flex-direction: row; padding: 5rem; width: 80%; margin: auto; #views-exposed-form-ressources-page-1{ width: 100%; margin: auto; display: flex; flex-direction: column; padding: 1rem; &::before{ content: 'FILTRER :'; } .form-item-field-type-de-ressource-target-id{ order: 1; } .js-form-item-field-site-target-id{ order: 2; } #edit-actions{ order: 3; } } .views-row{ .node-type-ressource{ width: 80%; margin: auto; .image-ressource{ order: 1; width: 90%; margin: auto; img{ width: 100%; height: auto; } } .infos-content{ display: flex; flex-direction: column; border: solid $yellow-puca 1px; background-color: $white-button; padding: 1rem; h2{ order: 2; margin: 0; font-size: 1.5rem; font-weight: 600; } .field--name-field-sous-titre { order: 3; font-size: 1.3rem; // line-height: 0.3rem; } .field--name-field-auteur{ order: 4; font-weight: 900; padding-top: 1rem; } .field--name-field-type-de-ressource{ order: 1; text-transform: uppercase; font-size: 1.2rem; } .field--name-field-site{ order: 5; background-color: $gris-violet; color: white; border-radius: 50px; width: fit-content; padding: 0.2rem 0.9rem; margin-top: 1rem; .field__item{ display: inline; } a{ color: white; font-weight: 900; font-size: 0.8rem; vertical-align: top; } } ul.links{ order: 6; display: none; } } } } } }