|
@@ -253,15 +253,118 @@ a {
|
|
|
|
|
|
.path-frontpage .block-region-content {
|
|
|
display: grid;
|
|
|
- grid-template-areas: "presentation presentation presentation presentation presentation presentation" "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-columns: 1fr repeat(4, 2fr) 1fr; }
|
|
|
+ grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
|
|
+ min-height: 100vh; }
|
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 {
|
|
|
- grid-area: presentation; }
|
|
|
+ grid-area: presentation;
|
|
|
+ grid-row: 1;
|
|
|
+ background: url("../images/pictos/carre-contour-bleu_contact.svg"); }
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
|
|
+ grid-template-rows: repeat(4, auto); }
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images {
|
|
|
+ display: none; }
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche {
|
|
|
+ grid-column: 2 /span 3;
|
|
|
+ grid-row: 2 / span 2;
|
|
|
+ font-size: 5rem;
|
|
|
+ font-weight: 800;
|
|
|
+ color: #009ee3;
|
|
|
+ line-height: 6rem;
|
|
|
+ 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 {
|
|
|
+ margin: 0; }
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
|
|
|
+ grid-column: 4;
|
|
|
+ grid-row: 1;
|
|
|
+ margin-top: 2rem; }
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title h2 a {
|
|
|
+ color: #e1000f;
|
|
|
+ font-weight: 900;
|
|
|
+ text-transform: uppercase; }
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline {
|
|
|
+ grid-column: 2;
|
|
|
+ grid-row: 4;
|
|
|
+ max-width: 70%;
|
|
|
+ min-width: fit-content;
|
|
|
+ height: 1.5rem;
|
|
|
+ padding: 0.4rem 1rem;
|
|
|
+ font-size: 0.8rem;
|
|
|
+ margin-bottom: 2.5rem;
|
|
|
+ background-color: white;
|
|
|
+ border: 2px solid #009ee3;
|
|
|
+ list-style: none;
|
|
|
+ text-align: center !important; }
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a {
|
|
|
+ display: inline-flex;
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-weight: 700;
|
|
|
+ color: #009ee3; }
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .links.inline a:after {
|
|
|
+ display: block;
|
|
|
+ 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-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca {
|
|
|
- grid-area: presentation; }
|
|
|
+ grid-area: presentation;
|
|
|
+ grid-column: 3 /span 4;
|
|
|
+ grid-row: 1;
|
|
|
+ align-self: end;
|
|
|
+ margin-bottom: 2.5rem;
|
|
|
+ width: fit-content; }
|
|
|
+ .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link {
|
|
|
+ grid-column: 3;
|
|
|
+ position: relative;
|
|
|
+ max-width: 70%;
|
|
|
+ min-width: fit-content;
|
|
|
+ height: 1.5rem;
|
|
|
+ padding: 0.4rem 1rem;
|
|
|
+ font-size: 0.8rem;
|
|
|
+ margin: 0;
|
|
|
+ background-color: white;
|
|
|
+ border: 2px solid #009ee3;
|
|
|
+ list-style: none;
|
|
|
+ top: -200%;
|
|
|
+ text-align: center !important; }
|
|
|
+ .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a {
|
|
|
+ display: inline-flex;
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-weight: 700;
|
|
|
+ color: #009ee3; }
|
|
|
+ .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link 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>'); }
|
|
|
.path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 {
|
|
|
- grid-area: presentation; }
|
|
|
+ grid-area: presentation;
|
|
|
+ grid-column: 5;
|
|
|
+ grid-row: 1;
|
|
|
+ background-color: #009ee3;
|
|
|
+ height: fit-content;
|
|
|
+ align-self: end; }
|
|
|
+ .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien {
|
|
|
+ text-align: center; }
|
|
|
+ .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien:before {
|
|
|
+ margin-top: 1rem;
|
|
|
+ display: block;
|
|
|
+ content: url("../images/pictos/picto_faq.svg"); }
|
|
|
+ .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-lien a {
|
|
|
+ font-size: 0.8rem;
|
|
|
+ font-weight: 1000;
|
|
|
+ color: #09398b;
|
|
|
+ text-transform: uppercase; }
|
|
|
+ .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
+ margin-left: 1.5rem;
|
|
|
+ margin-right: 1.5rem;
|
|
|
+ text-align: center; }
|
|
|
+ .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p a {
|
|
|
+ font-weight: 800;
|
|
|
+ color: white;
|
|
|
+ font-size: 1.3rem; }
|
|
|
+ .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 .field--name-field-description p:after {
|
|
|
+ display: block;
|
|
|
+ content: url("../images/pictos/noun_Arrow_3771902.svg"); }
|
|
|
.path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 {
|
|
|
grid-area: actus;
|
|
|
width: 100vw;
|
|
@@ -320,10 +423,11 @@ a {
|
|
|
padding-top: 1rem; }
|
|
|
.path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 {
|
|
|
grid-area: actus;
|
|
|
- grid-row: 5;
|
|
|
+ grid-row: 4;
|
|
|
grid-column: 5 / span 6;
|
|
|
width: fit-content;
|
|
|
- margin-bottom: 2rem; }
|
|
|
+ margin-bottom: 2rem;
|
|
|
+ align-self: end; }
|
|
|
.path-frontpage .block-region-content .block-block-content3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 .field--type-link {
|
|
|
width: fit-content;
|
|
|
height: fit-content;
|
|
@@ -353,9 +457,9 @@ 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 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 6fr; }
|
|
|
+ grid-template-rows: 1fr 1fr 1fr 0.5fr 1fr 1fr; }
|
|
|
.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: 4;
|
|
|
+ grid-row: 3;
|
|
|
grid-column: 5 / span 6;
|
|
|
width: fit-content;
|
|
|
height: fit-content;
|
|
@@ -364,7 +468,8 @@ a {
|
|
|
margin: 0;
|
|
|
background-color: white;
|
|
|
border: 2px solid #009ee3;
|
|
|
- list-style: none; }
|
|
|
+ list-style: none;
|
|
|
+ align-self: end; }
|
|
|
.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;
|
|
|
font-weight: 700;
|
|
@@ -393,7 +498,8 @@ a {
|
|
|
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 {
|
|
|
grid-column: 1 / span 5;
|
|
|
- grid-row: 5; }
|
|
|
+ grid-row: 5 / span 6;
|
|
|
+ height: fit-content; }
|
|
|
|
|
|
.node-id-20 {
|
|
|
background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
|