101 lines
1.4 KiB
SCSS
101 lines
1.4 KiB
SCSS
html,body{
|
|
background: $fond;
|
|
}
|
|
|
|
header{
|
|
background: white;
|
|
}
|
|
|
|
img{
|
|
width:100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
#txt_present{
|
|
margin: 5rem 0;
|
|
& * {
|
|
color: $color2;
|
|
}
|
|
& > div{
|
|
margin: 2rem auto;
|
|
}
|
|
.more_link{
|
|
padding: 0rem 1rem 0.2rem 1rem;
|
|
background: white;
|
|
}
|
|
}
|
|
|
|
.more_link{
|
|
padding: 0rem 1rem 0.2rem 1rem;
|
|
background: white;
|
|
border-radius: 0;
|
|
a{
|
|
color: $color2;
|
|
}
|
|
}
|
|
|
|
#block-views-block-slide-programme-block-1,
|
|
#block-views-block-dernieres-publications-block-1{
|
|
margin: 5rem 0;
|
|
.views{
|
|
section.wrap_head{
|
|
@include croix_or;
|
|
}
|
|
}
|
|
}
|
|
|
|
article{
|
|
.__title{
|
|
@include croix_or;
|
|
}
|
|
.__head{
|
|
div{
|
|
& > div{
|
|
margin-right: 0.5rem;
|
|
}
|
|
& > div:not(:first-child){
|
|
margin-left: 0.5rem;
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
h4{
|
|
@include croix_or;
|
|
}
|
|
|
|
blockquote{
|
|
font-size: 2rem;
|
|
line-height: 1;
|
|
margin: 2rem;
|
|
color: $lightgrey;
|
|
@include croix_or_B;
|
|
}
|
|
|
|
.container{
|
|
&.programme{
|
|
margin-top: 3rem;
|
|
h3{
|
|
margin: 0;
|
|
}
|
|
.views{
|
|
section{
|
|
& > div{
|
|
margin-bottom: 3rem;
|
|
}
|
|
&:not(:last-child){
|
|
@include croix_or;
|
|
margin: 0 0 2rem 0;
|
|
& > .d-flex{
|
|
padding: 0 0 2rem 0;
|
|
}
|
|
}
|
|
&:last-child{
|
|
margin-bottom: 5rem ;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|