12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .node-id-3{
- background: url('../images/pictos/carre_site.mp4');
- background-repeat: no-repeat;
- background-position-y: 7rem;
- max-width: 100vw;
- background-size: contain;
- .layout__region--top{ //bandeau titre page static
- padding-bottom: 3rem;
- height: 30vh;
- .block-region-top{
- .block-entity-fieldnodefield-images{
- display: none;
- height: inherit;
-
- }
- .block-entity-fieldnodetitle{
- .field--name-title{
- font-family: 'Source Code Pro';
- font-size: 2rem;
- font-weight: 800;
- color: $blue-light;
- background-color: $white;
- text-transform: uppercase;
- }
- }
- }
-
- }
- .block-entity-fieldnodefield-ress{
- margin-top: 3rem;
- h2{
- font-size: 0.8rem;
- color: $black;
- font-weight: 900;
- }
- .node-type-ressource{
- display: flex;
- flex-direction: column;
- border: 2px solid $blue-light;
- padding: 1rem;
- height: fit-content;
- margin-bottom: 1rem;
- background-color: $white;
- &:first-of-type{
- border-top: 1px solid $blue-light;
- padding-top: 1rem;
- &::after{
- content: url("../images/pictos/noun_Arrow_3771902.svg");
- align-self: end;
- }
- }
- .field--name-title{
- a{
- color: $black;
- font-size: 1.4rem;
- font-weight: 600;
- }
- }
- .field--name-field-auteur-s-{
- font-weight: 800;
- p{
- margin: 0;
- }
- .field__label{
- display:none;
- }
- }
- .field--name-field-edition{
- p{
- margin: 0;
- }
- .field__label{
- display:none;
- }
- }
- .field--name-field-images{
- display: none;
- width: 50%;
- img{
- width: 100%;
- height: auto;
- }
- }
- }
- }
- }
|