|
@@ -31,7 +31,29 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+#block-mainnavigation{
|
|
|
+ ul{
|
|
|
+ li{
|
|
|
+ font-size: 0.9rem;
|
|
|
+ a{
|
|
|
+ color: black;
|
|
|
+ font-family: 'truenoregular';
|
|
|
+ &:hover{
|
|
|
+ color: black;
|
|
|
+ text-decoration: none;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+a{
|
|
|
+ &:hover{
|
|
|
+ text-decoration: none;
|
|
|
+ }
|
|
|
+}
|
|
|
main{
|
|
|
+
|
|
|
h2{
|
|
|
font-family: 'dukefill';
|
|
|
font-size: 3.5rem;
|
|
@@ -44,9 +66,42 @@ main{
|
|
|
&.home{
|
|
|
h2{
|
|
|
font-size: 2rem;
|
|
|
+ font-family: 'truenoregular';
|
|
|
+ line-height: normal;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ #txt_present{
|
|
|
+ .__sub-title-present{
|
|
|
+ p{
|
|
|
+ font-family: 'truenoregular';
|
|
|
+ font-style: italic;
|
|
|
+ font-size: 0.9rem;
|
|
|
+ line-height: 1.2rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .__body-present{
|
|
|
+ p{
|
|
|
+ font-family: 'truenoregular';
|
|
|
+ font-weight: lighter;
|
|
|
+ font-size: 1.2rem;
|
|
|
+ line-height: 1.8rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .more_link{
|
|
|
+ a{
|
|
|
+ font-size: 0.7rem
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+.more_link{
|
|
|
+ a{
|
|
|
+ font-family: 'truenoregular';
|
|
|
+ font-size: 0.6rem;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
h3{
|
|
|
text-transform: uppercase;
|
|
|
margin: 2rem 0;
|
|
@@ -148,24 +203,28 @@ a{
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-article{
|
|
|
- .__head{
|
|
|
- div{
|
|
|
- font-family: 'truenoregular';
|
|
|
- font-size: 1rem;
|
|
|
- text-transform: uppercase;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
- .blue, #txt_present{
|
|
|
- // color: $color2;
|
|
|
+ article{
|
|
|
+ .__head{
|
|
|
+ div{
|
|
|
+ font-family: 'truenoregular';
|
|
|
+ font-size: 1rem;
|
|
|
+ text-transform: uppercase;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- #block-views-block-slide-programme-block-1{
|
|
|
- .thumbnails a{
|
|
|
- // color: $col_black;
|
|
|
+ #block-views-block-slide-programme-block-1,
|
|
|
+ #block-views-block-dernieres-publications-block-1{
|
|
|
+ h3{
|
|
|
+ text-transform: uppercase;
|
|
|
+ margin: 0;
|
|
|
+ font-family: 'dukefill';
|
|
|
+ font-size: 2rem;
|
|
|
+ letter-spacing: $letter_spacingH;
|
|
|
+ color: $color2
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
#block-popsu-colloque-submenu{
|