44 lines
484 B
SCSS
44 lines
484 B
SCSS
// main{
|
|
// margin-top: $margin-hero;
|
|
// }
|
|
|
|
|
|
img{
|
|
width:100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
#txt_present{
|
|
& > div{
|
|
margin: 2rem auto;
|
|
}
|
|
}
|
|
|
|
.programme{
|
|
.views{
|
|
section{
|
|
margin: 0 0 5rem 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
#block-views-block-slide-programme-block-1,
|
|
#block-views-block-dernieres-publications-block-1{
|
|
.views{
|
|
section.wrap_head{
|
|
@include croix_or;
|
|
}
|
|
}
|
|
}
|
|
|
|
article{
|
|
.__title{
|
|
@include croix_or;
|
|
}
|
|
}
|
|
h4{
|
|
@include croix_or;
|
|
}
|