|
@@ -223,7 +223,7 @@ a {
|
|
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
|
|
font-size: 1.5rem;
|
|
|
font-weight: 1000;
|
|
|
- font-family: 'Source Code Pro';
|
|
|
+ font-family: 'Source Code Pro', monospace;
|
|
|
color: #09398b;
|
|
|
text-transform: uppercase;
|
|
|
margin-top: 2rem;
|
|
@@ -2398,7 +2398,7 @@ a {
|
|
|
background-color: black;
|
|
|
width: 40px;
|
|
|
justify-content: center;
|
|
|
- align-items: end; }
|
|
|
+ align-items: flex-end; }
|
|
|
#header-top #block-socialnetwork-2 p .link-twitter:before {
|
|
|
content: url("../images/pictos/twitter_white.svg");
|
|
|
min-width: 30px;
|
|
@@ -2408,7 +2408,7 @@ a {
|
|
|
background-color: black;
|
|
|
min-width: 40px;
|
|
|
justify-content: center;
|
|
|
- align-items: end; }
|
|
|
+ align-items: flex-end; }
|
|
|
#header-top #block-socialnetwork-2 p .link-youtube:before {
|
|
|
content: url("../images/pictos/youtube_white.svg");
|
|
|
min-width: 25px;
|
|
@@ -2418,7 +2418,7 @@ a {
|
|
|
background-color: black;
|
|
|
min-width: 40px;
|
|
|
justify-content: center;
|
|
|
- align-items: end; }
|
|
|
+ align-items: flex-end; }
|
|
|
#header-top #block-socialnetwork-2 p .link-linkedin:before {
|
|
|
content: url("../images/pictos/linkedin_white.svg");
|
|
|
min-width: 35px;
|
|
@@ -2513,7 +2513,7 @@ a {
|
|
|
margin-top: 0;
|
|
|
display: flex;
|
|
|
flex-direction: row-reverse;
|
|
|
- justify-content: start; }
|
|
|
+ justify-content: flex-start; }
|
|
|
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p a {
|
|
|
color: white;
|
|
|
font-size: 0;
|