|
@@ -253,7 +253,7 @@ a {
|
|
|
|
|
|
.path-frontpage .block-region-content {
|
|
.path-frontpage .block-region-content {
|
|
display: grid;
|
|
display: grid;
|
|
- grid-template-areas: "presentation presentation presentation presentation presentation presentation" "presentation presentation presentation presentation presentation presentation" "actus actus actus actus actus actus" "actus actus actus actus actus actus" "programme programme programme programme programme programme" "programme programme programme programme programme programme" "programme programme programme programme programme programme";
|
|
|
|
|
|
+ grid-template-areas: "presentation presentation presentation presentation presentation presentation" "presentation presentation presentation presentation presentation presentation" "actus actus actus actus actus actus" "actus actus actus actus actus actus" "programme programme programme programme programme programme" "programme programme programme programme programme programme" "programme programme programme programme programme programme";
|
|
grid-template-rows: auto auto auto;
|
|
grid-template-rows: auto auto auto;
|
|
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
|
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
|
min-height: 100vh; }
|
|
min-height: 100vh; }
|
|
@@ -277,7 +277,9 @@ a {
|
|
line-height: 6rem;
|
|
line-height: 6rem;
|
|
margin-bottom: 5rem; }
|
|
margin-bottom: 5rem; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
|
|
- margin: 0; }
|
|
|
|
|
|
+ display: table;
|
|
|
|
+ margin: 0px auto 0px auto;
|
|
|
|
+ background-color: white; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
|
|
grid-column: 4;
|
|
grid-column: 4;
|
|
grid-row: 1;
|
|
grid-row: 1;
|
|
@@ -285,7 +287,10 @@ a {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 a {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 a {
|
|
color: #e1000f;
|
|
color: #e1000f;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
- text-transform: uppercase; }
|
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
+ display: table;
|
|
|
|
+ margin: 0px auto 0px auto;
|
|
|
|
+ background-color: white; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline {
|
|
grid-column: 2;
|
|
grid-column: 2;
|
|
grid-row: 4;
|
|
grid-row: 4;
|
|
@@ -455,12 +460,14 @@ a {
|
|
width: 70%;
|
|
width: 70%;
|
|
margin: auto; }
|
|
margin: auto; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static div:first-child:not(.field__item):not(.field) {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static div:first-child:not(.field__item):not(.field) {
|
|
- display: grid;
|
|
|
|
- grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
|
|
|
- grid-template-rows: 1fr 1fr 1fr 0.5fr 1fr 1fr; }
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ flex-wrap: wrap; }
|
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static div:first-child:not(.field__item):not(.field) :nth-child(4) {
|
|
|
|
+ order: 3; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links {
|
|
- grid-row: 3;
|
|
|
|
- grid-column: 5 / span 6;
|
|
|
|
|
|
+ z-index: 95;
|
|
|
|
+ align-self: flex-end;
|
|
width: fit-content;
|
|
width: fit-content;
|
|
height: fit-content;
|
|
height: fit-content;
|
|
padding: 0.4rem 1rem;
|
|
padding: 0.4rem 1rem;
|
|
@@ -468,26 +475,20 @@ a {
|
|
margin: 0;
|
|
margin: 0;
|
|
background-color: white;
|
|
background-color: white;
|
|
border: 2px solid #009ee3;
|
|
border: 2px solid #009ee3;
|
|
- list-style: none;
|
|
|
|
- align-self: end; }
|
|
|
|
|
|
+ list-style: none; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a {
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
color: #009ee3; }
|
|
color: #009ee3; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a:after {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a:after {
|
|
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>'); }
|
|
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>'); }
|
|
- .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-images {
|
|
|
|
- grid-column: 1;
|
|
|
|
- grid-row: 1;
|
|
|
|
- width: fit-content; }
|
|
|
|
- .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-images .field__item img {
|
|
|
|
- width: 15rem;
|
|
|
|
- height: auto; }
|
|
|
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-images .field__item img {
|
|
|
|
+ width: 15rem;
|
|
|
|
+ height: auto; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-title {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-title {
|
|
display: none; }
|
|
display: none; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche {
|
|
- grid-column: 2 / 6;
|
|
|
|
- grid-row: 1 /span 3;
|
|
|
|
|
|
+ flex: 1 1 50px;
|
|
padding-left: 1rem; }
|
|
padding-left: 1rem; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche p {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-accroche p {
|
|
background-color: white;
|
|
background-color: white;
|
|
@@ -497,9 +498,9 @@ a {
|
|
padding-bottom: 2rem;
|
|
padding-bottom: 2rem;
|
|
margin-block-start: 0; }
|
|
margin-block-start: 0; }
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-videos {
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-videos {
|
|
- grid-column: 1 / span 5;
|
|
|
|
- grid-row: 5 / span 6;
|
|
|
|
- height: fit-content; }
|
|
|
|
|
|
+ flex: 0 0 80%;
|
|
|
|
+ padding-top: 4rem;
|
|
|
|
+ margin: auto; }
|
|
|
|
|
|
.node-id-20 {
|
|
.node-id-20 {
|
|
background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
|
|
background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
|