.path-ressources{ .layout-container { overflow: visible; } .layout-content{ width: 100vw; .region-content{ width: 100%; margin: auto; #block-contenudelapageprincipale{ h2{ font-size: 5rem; color: $blue-dark; font-weight: 400; text-align: center; margin-bottom: 1rem; } .layout--onecol{ .layout__region--content{ .block-region-content{ // display: grid; // grid-template-columns: 1fr repeat(4, 1fr) 1fr; display: flex; flex-direction: column; @media (max-width: 479px){ display: flex; flex-direction: column; } // texte présentation .block-config-pages-block{ width: 60%; margin: auto; margin-left: 30%; @media (max-width:479px) { order: 1; margin-left: 0; } .config_pages--base-de-donnees--full{ grid-column: 1 / span 5; @media (max-width: 810px){ padding: 2rem; margin-top:1rem; } @media (max-width: 479px){ padding-left: 0; padding-right: 0; } .field--name-field-introduction{ margin: auto; background: $white; // margin-top:5rem; @media (max-width: 479px){ margin-top:1rem; } } } } //button proposer une ressource .block-block-content82917d0c-5004-4bfb-af66-ce334782d82d{ // visibility: hidden; grid-column: 6 / span 5; grid-row: 1; margin-top: 4rem; background-color: $blue-light; height: fit-content; width: 100%; @media (max-width: 810px){ grid-column: 5 / span 5; } @media (max-width: 479px){ grid-column: 5 / span 5; order: 2; } .display{ display: block; } .field--name-field-lien{ display: flex; flex-direction: column; margin-top: 2rem; margin-bottom: 2rem; margin-left: 1.5rem; margin-right: 1.5rem; text-align: center; a{ font-weight: 800; color: $white; font-size: 1.3rem; } &:after{ margin-left: auto; padding-top: 1rem; display: block; content:url("../images/pictos/noun_Arrow_3771902.svg") } } @media (max-width: 810px){ margin: auto; } } // grille des ressources .block-views-blockbase-de-donnees-block-1{ margin-top: 2rem; width: 100%; @media (max-width:479px) { order: 3; } .view-base-de-donnees{ display: grid; grid-template-columns: 30% 75%; gap: 2rem; .view-filters{ position: sticky; align-self: start; top: 9rem; left: 0; background-color: $white; margin-bottom: 5rem; padding: 1rem; padding-left: 2rem; padding-right: 3rem; z-index: 1; @media (max-width: 810px) { position: static; margin-bottom: 2rem; } @media (max-width: 479px) { margin-left: 0; } .buttons-filtres-ressources{ &::before{ content: "Afficher : "; padding-right: 1rem; font-weight: 800; margin-bottom: 1rem; display: block; width: 100%; @media (max-width: 479px){ padding-bottom: 1rem; } } button{ background-color: transparent; // border-radius: 30px; border: 1px solid black; padding: 0.5rem 0.8rem 0.2rem 0.6rem; margin-bottom: 1rem; margin-right: 0.5rem; &:hover{ cursor: grab; background-color: $blue-dark; color: white; } a { &:hover{ color: white; } } &.button-videos{ margin-top: 1rem; a { display: inline-flex; flex-direction: row; align-items: center; &::before{ content:url("../images/pictos/videos.svg"); padding-right: 0.5rem; } &:hover::before{ content:url("../images/pictos/videos-blanc.svg"); } } } &.button-podcasts{ a { display: inline-flex; flex-direction: row; align-items: center; &::before{ content:url("../images/pictos/podcasts.svg"); padding-right: 0.5rem; } &:hover::before{ content:url("../images/pictos/podcasts-blanc.svg"); } } } &.button-reportages-photos{ a { display: inline-flex; flex-direction: row; align-items: center; &::before{ content:url("../images/pictos/en-images.svg"); padding-right: 0.5rem; } &:hover::before{ content:url("../images/pictos/en-images-blanc.svg"); } } } &.button-livres{ a { display: inline-flex; flex-direction: row; align-items: center; &::before{ content:url("../images/pictos/ecrits.svg"); padding-right: 0.5rem; } &:hover::before{ content:url("../images/pictos/ecrits-blanc.svg"); } } } &.button-articles{ a { display: inline-flex; flex-direction: row; align-items: center; &::before{ content:url("../images/pictos/ecrits.png"); padding-right: 0.5rem; } &:hover::before{ content:url("../images/pictos/ecrits-blanc.svg"); } } } &.button-publications-rapports{ a { display: inline-flex; flex-direction: row; align-items: center; &::before{ content:url("../images/pictos/ecrits.png"); padding-right: 0.5rem; } &:hover::before{ content:url("../images/pictos/ecrits-blanc.svg"); } } } } } form{ &::before{ content: "Filtrer par : "; padding-right: 1rem; font-weight: 800; margin-bottom: 1rem; @media (max-width: 479px){ padding-bottom: 1rem; } } } } .view-ressources-hidden { visibility: hidden; height: 0; overflow: hidden; } .view-content{ transition: opacity 0.3s ease; display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; .view-type-slide:not(footer){ width: 100%; position: relative; z-index: 0; padding-bottom: 4rem; &::before { content: ""; position: absolute; left: -30%; height: 100%; width: 110vw; z-index: 0; } > * { position: relative; z-index: 1; } h3{ margin-top: 3rem; text-transform: uppercase; font-family: 'Source Code Pro'; color: rgb(9, 57, 139) !important; display: flex; flex-direction: row; align-items: center; } h3.type-publication-issue-du-programme-eqld { &:before{ content:url("../images/pictos/picto-ressource-eqld.svg"); padding-right: 1rem; } } h3.type-paroles-de-laureats { &:before{ content:url("../images/pictos/picto-ressource-paroleslaureats.svg"); padding-right: 1rem; } } h3.type-les-projets-en-images { &:before{ content:url("../images/pictos/picto-ressource-projetsimages.svg"); padding-right: 1rem; } } h3.type-presse { &:before{ content:url("../images/pictos/picto-ressource-presse.svg"); padding-right: 1rem; } } .views-row-wrapper{ display: flex; flex-direction: row; .slick-track{ width: 100% !important; display: flex; flex-direction: row; .views-row{ width: 45% !important; min-width: 450px !important; max-width: 500px !important; } } @media (max-width: 810px){ flex-direction: column; .views-row{ width: 100%; } } .slick-next::before{ content:url("../images/pictos/fleche-droite-dans-rond.png"); display: block; } .slick-prev::before{ content:url("../images/pictos/fleche-droite-dans-rond.png"); display: block; transform: scaleX(-1); // display: none; } .slick-prev.slick-disabled::before, .slick-next.slick-disabled::before{ opacity: 0 !important; } .slick-next { right: 3%; } } } .view-type-slide:has(.type-publication-issue-du-programme-eqld){ &::before{ background-color: $background-actus;} } // .type-les-projets-en-images{ // .slick-track{ // width: 100% !important; // .views-row{ // width: 100% !important; // } // } // } } } } } } } } } } }