|
@@ -183,10 +183,17 @@ a {
|
|
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top {
|
|
|
padding-bottom: 3rem;
|
|
|
height: 30vh; }
|
|
|
+ @media (max-width: 810px) {
|
|
|
+ .path-node.page-node-type-static .layout-container .layout-content .layout__region--top {
|
|
|
+ padding-bottom: 0rem; } }
|
|
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle {
|
|
|
width: fit-content;
|
|
|
margin-left: 13%;
|
|
|
margin-top: 15vh; }
|
|
|
+ @media (max-width: 810px) {
|
|
|
+ .path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle {
|
|
|
+ margin-left: 8%;
|
|
|
+ margin-right: 5%; } }
|
|
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle .field--name-title {
|
|
|
font-family: 'Source Code Pro';
|
|
|
font-size: 2rem;
|
|
@@ -200,6 +207,9 @@ a {
|
|
|
justify-content: flex-end;
|
|
|
position: sticky;
|
|
|
top: 7rem; }
|
|
|
+ @media (max-width: 810px) {
|
|
|
+ .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first {
|
|
|
+ display: none; } }
|
|
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
|
|
|
display: flex;
|
|
|
width: 50%;
|
|
@@ -217,6 +227,11 @@ a {
|
|
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
|
|
|
text-decoration: underline; }
|
|
|
|
|
|
+@media (max-width: 810px) {
|
|
|
+ .path-node.page-node-type-static .layout-container .layout-content .layout__region--second {
|
|
|
+ flex: 0 1 80%;
|
|
|
+ margin: auto; } }
|
|
|
+
|
|
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes {
|
|
|
margin-top: 1rem;
|
|
|
background-color: white; }
|
|
@@ -243,6 +258,9 @@ a {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
width: 70%; }
|
|
|
+ @media (max-width: 810px) {
|
|
|
+ .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
|
|
|
+ margin: auto; } }
|
|
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers {
|
|
|
height: fit-content;
|
|
|
border: 2px solid #009ee3;
|
|
@@ -768,6 +786,10 @@ a {
|
|
|
display: grid;
|
|
|
grid-template-columns: repeat(7, 1fr);
|
|
|
grid-template-rows: repeat(auto-fill); }
|
|
|
+ @media (max-width: 810px) {
|
|
|
+ .field--name-field-partenaires .paragraph--type--partenaire {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column; } }
|
|
|
.field--name-field-partenaires .paragraph--type--partenaire .field--name-field-logo {
|
|
|
grid-column: 1 / 2;
|
|
|
grid-row: 2;
|