78 lines
1.8 KiB
SCSS
78 lines
1.8 KiB
SCSS
|
|
|
|
@media (max-width: 959px){
|
|
#block-headermenu{
|
|
display:none;
|
|
}
|
|
.page-node-type-static{
|
|
.layout__region--top{ //bandeau titre page static
|
|
height: 23vh;
|
|
|
|
.block-entity-fieldnodetitle{
|
|
margin-top: 11vh;
|
|
}
|
|
}
|
|
.node-id-20{
|
|
.field--name-field-partenaires{ // page partenaires
|
|
.paragraph--type--partenaire{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
.path-frontpage{
|
|
.view-display-id-block_2:is(.view-id-home_nodes){ // home présentation programme
|
|
.node-type-static{
|
|
width: 70%;
|
|
// margin: auto;
|
|
div:first-child:not(.field__item):not(.field){
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.field--name-field-accroche{
|
|
p{
|
|
width: 100%;
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 479px){
|
|
#header-top{
|
|
#block-logogouv{
|
|
img{
|
|
min-width: 60px;
|
|
width: 70%;
|
|
height: auto;
|
|
}
|
|
}
|
|
#block-logoeql{
|
|
img{
|
|
min-width: 60px;
|
|
width: 80%;
|
|
height: auto;
|
|
}
|
|
}
|
|
}
|
|
.path-frontpage{
|
|
.block-region-content{
|
|
.block-views-blockactus-blocks-pages-block-1{
|
|
.view-actus-blocks-pages{
|
|
.view-content{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |