|
@@ -12,6 +12,9 @@ article, .paragraph{
|
|
|
margin-bottom: .5rem;
|
|
|
}
|
|
|
}
|
|
|
+.layout-container{
|
|
|
+ background-color: $bck-col;
|
|
|
+}
|
|
|
.prog-ressources-link,.ressources-link{
|
|
|
display: inline-block;
|
|
|
margin: 0 auto;
|
|
@@ -83,7 +86,7 @@ article, .paragraph{
|
|
|
width: 100vw;
|
|
|
height: 40vh;
|
|
|
background: $trame;
|
|
|
- box-shadow: inset 0 -5rem 8rem white;
|
|
|
+ box-shadow: inset 0 -5rem 8rem $bck-col;
|
|
|
z-index: -1;
|
|
|
}
|
|
|
.block-region-third{
|