|
@@ -117,37 +117,52 @@ a {
|
|
|
/*
|
|
|
@import "pages/partials/header_footer";
|
|
|
@import "pages/home";*/
|
|
|
-.layout__region--top .block-entity-fieldnodefield-images img {
|
|
|
- width: 65%;
|
|
|
- object-fit: cover;
|
|
|
- height: 500px; }
|
|
|
+.layout__region--top {
|
|
|
+ height: 500px;
|
|
|
+ padding-bottom: 3rem; }
|
|
|
+ .layout__region--top .block-region-top {
|
|
|
+ height: inherit; }
|
|
|
+ .layout__region--top .block-entity-fieldnodefield-images {
|
|
|
+ height: inherit; }
|
|
|
+ .layout__region--top .block-entity-fieldnodefield-images .field--name-field-images {
|
|
|
+ height: inherit; }
|
|
|
+ .layout__region--top .block-entity-fieldnodefield-images .field--name-field-images .field__item {
|
|
|
+ height: inherit; }
|
|
|
+ .layout__region--top .block-entity-fieldnodefield-images .field--name-field-images .field__item img {
|
|
|
+ width: 65%;
|
|
|
+ height: inherit;
|
|
|
+ object-fit: cover;
|
|
|
+ position: relative;
|
|
|
+ z-index: -2; }
|
|
|
+ .layout__region--top .block-entity-fieldnodetitle {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ float: right;
|
|
|
+ top: -420px;
|
|
|
+ width: 60%;
|
|
|
+ z-index: -1; }
|
|
|
+ .layout__region--top .block-entity-fieldnodetitle .field--name-title {
|
|
|
+ font-size: 4rem;
|
|
|
+ font-weight: 800;
|
|
|
+ color: #009ee3;
|
|
|
+ background-color: white;
|
|
|
+ padding: 2rem 1rem 2rem 1rem; }
|
|
|
|
|
|
-.layout__region--top .block-entity-fieldnodetitle {
|
|
|
- display: block;
|
|
|
- position: relative;
|
|
|
- float: right;
|
|
|
- top: -375px;
|
|
|
- width: 60%; }
|
|
|
- .layout__region--top .block-entity-fieldnodetitle .field--name-title {
|
|
|
- font-size: 4rem;
|
|
|
- font-weight: 800;
|
|
|
- color: #009ee3;
|
|
|
- background-color: white;
|
|
|
- padding: 2rem 1rem 2rem 1rem; }
|
|
|
-
|
|
|
-.layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
|
|
|
- display: flex;
|
|
|
- justify-content: left;
|
|
|
- padding-right: 2rem; }
|
|
|
- .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
|
|
|
+.layout__region--first .block-region-first {
|
|
|
+ width: 50%;
|
|
|
+ float: right; }
|
|
|
+ .layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
|
|
|
display: flex;
|
|
|
- font-size: 1rem;
|
|
|
- font-weight: 800;
|
|
|
- color: #09398b; }
|
|
|
- .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:focus {
|
|
|
- text-decoration: underline; }
|
|
|
- .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre::after {
|
|
|
- border-bottom: olivedrab; }
|
|
|
+ justify-content: left;
|
|
|
+ padding-right: 2rem; }
|
|
|
+ .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre {
|
|
|
+ display: flex;
|
|
|
+ font-size: 1rem;
|
|
|
+ font-weight: 800;
|
|
|
+ color: #09398b;
|
|
|
+ border-bottom: 1px solid #009ee3;
|
|
|
+ padding-bottom: 0.5rem;
|
|
|
+ padding-top: 0.5rem; }
|
|
|
|
|
|
.layout__region--second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
|
|
font-size: 2rem;
|
|
@@ -358,7 +373,8 @@ header {
|
|
|
position: relative;
|
|
|
right: 260px;
|
|
|
margin: 0;
|
|
|
- padding-top: 2rem; }
|
|
|
+ padding-top: 2rem;
|
|
|
+ z-index: 99; }
|
|
|
#header-top #block-burger ul {
|
|
|
display: none;
|
|
|
background-color: #009ee3;
|