|
@@ -0,0 +1,57 @@
|
|
|
+.node-id-200{
|
|
|
+
|
|
|
+ background: url('../images/pictos/carre-contour-bleu_programme.svg');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position-y: 7rem;
|
|
|
+ max-width: 100vw;
|
|
|
+ background-size: contain;
|
|
|
+ #block-contenudelapageprincipale{
|
|
|
+ scroll-margin: 8rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ .layout__region--top{ //bandeau titre page static
|
|
|
+ padding-bottom: 3rem;
|
|
|
+ height: 30vh;
|
|
|
+
|
|
|
+ .block-region-top{
|
|
|
+ .block-entity-fieldnodefield-images{
|
|
|
+ display: none;
|
|
|
+ height: inherit;
|
|
|
+
|
|
|
+ }
|
|
|
+ .block-entity-fieldnodetitle{
|
|
|
+
|
|
|
+ .field--name-title{
|
|
|
+ font-family: 'Source Code Pro';
|
|
|
+ font-size: 2rem;
|
|
|
+ font-weight: 800;
|
|
|
+ color: $white;
|
|
|
+ background-color: $blue-light;
|
|
|
+ text-transform: uppercase;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ .layout__region--second{ // paragraphe texte
|
|
|
+ width: 25%;
|
|
|
+ .block-entity-fieldnodefield-textes{
|
|
|
+
|
|
|
+ background-color: $white;
|
|
|
+ .field--name-field-titre{
|
|
|
+ font-size: 1.5rem;
|
|
|
+ font-weight: 1000;
|
|
|
+ font-family: 'Source Code Pro';
|
|
|
+ color: $blue-dark;
|
|
|
+ text-transform: uppercase;
|
|
|
+ }
|
|
|
+ h4{
|
|
|
+ text-transform: none !important;
|
|
|
+ }
|
|
|
+ .field--type-text-long{
|
|
|
+ padding-right: 2rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+}
|