111 lines
2.9 KiB
SCSS
111 lines
2.9 KiB
SCSS
.node-id-3{
|
|
|
|
background: url('../images/pictos/carre-contour-bleu_programme.svg');
|
|
background-repeat: no-repeat;
|
|
background-position-y: 7rem;
|
|
max-width: 100vw;
|
|
background-size: contain;
|
|
|
|
.layout__region--top{ //bandeau titre page static
|
|
.block-region-top{
|
|
.block-entity-fieldnodefield-images{
|
|
display: none;
|
|
height: inherit;
|
|
}
|
|
.block-entity-fieldnodetitle{
|
|
.field--name-title{
|
|
color: $blue-light;
|
|
background-color: $white;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.layout__region--third{ // colone de droite fichiers et ressources liées
|
|
.block-region-third{
|
|
.block-entity-fieldnodefield-liens{
|
|
.field--name-field-liens{
|
|
.field__item{
|
|
background: $blue-light !important;
|
|
color: $white !important;
|
|
a{
|
|
color: $white !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.block-entity-fieldnodefield-liens{
|
|
.field--name-field-liens{
|
|
.field__item{
|
|
|
|
background: $blue-light;
|
|
color: $white;
|
|
|
|
}
|
|
}
|
|
}
|
|
.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: flex-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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|