123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- 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 ;
- }
- }
- }
- }
- }
|