|
@@ -253,7 +253,7 @@ 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";
|
|
|
+ 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-rows: auto auto auto;
|
|
|
grid-template-columns: 1fr repeat(4, 2fr) 1fr; }
|
|
|
.path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 {
|
|
@@ -341,6 +341,59 @@ a {
|
|
|
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 {
|
|
|
grid-area: programme; }
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) {
|
|
|
+ padding-top: 2rem;
|
|
|
+ background: url("../images/pictos/carre-contour-bleu.svg");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ max-width: 100vw;
|
|
|
+ background-size: cover; }
|
|
|
+ .path-frontpage .block-region-content .block-views-blockhome-nodes-block-2 .view-display-id-block_2:is(.view-id-home_nodes) .node-type-static {
|
|
|
+ width: 70%;
|
|
|
+ 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) {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
|
|
+ grid-template-rows: 1fr 1fr 1fr 0.5fr 6fr; }
|
|
|
+ .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-column: 5 / span 6;
|
|
|
+ width: fit-content;
|
|
|
+ height: fit-content;
|
|
|
+ padding: 0.4rem 1rem;
|
|
|
+ font-size: 0.8rem;
|
|
|
+ margin: 0;
|
|
|
+ background-color: white;
|
|
|
+ border: 2px solid #009ee3;
|
|
|
+ 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 {
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-weight: 700;
|
|
|
+ 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 {
|
|
|
+ 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-title {
|
|
|
+ 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 {
|
|
|
+ grid-column: 2 / 6;
|
|
|
+ grid-row: 1 /span 3;
|
|
|
+ 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 {
|
|
|
+ background-color: white;
|
|
|
+ font-size: 1.5rem;
|
|
|
+ width: 110%;
|
|
|
+ margin-bottom: 2rem;
|
|
|
+ padding-bottom: 2rem;
|
|
|
+ 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; }
|
|
|
|
|
|
.node-id-20 {
|
|
|
background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
|