|
@@ -295,8 +295,7 @@ a {
|
|
|
display: flex;
|
|
|
flex-direction: column; }
|
|
|
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(1) {
|
|
|
- order: 1;
|
|
|
- font-weight: 800; }
|
|
|
+ order: 1; }
|
|
|
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(4) {
|
|
|
order: 2; }
|
|
|
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(5) {
|
|
@@ -310,6 +309,7 @@ a {
|
|
|
display: block;
|
|
|
content: url('data:image/svg+xml,<svg width="160" height="40" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="0" x2="80" y1="20" y2="20" stroke-linecap="cube" stroke="white" stroke-width="5"/></svg>'); }
|
|
|
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite time {
|
|
|
+ font-weight: 800;
|
|
|
padding-right: 1rem;
|
|
|
width: fit-content; }
|
|
|
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite time:after {
|
|
@@ -475,37 +475,61 @@ a {
|
|
|
margin: 0; }
|
|
|
.path-actualites .block-region-content {
|
|
|
display: grid;
|
|
|
- grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
|
|
+ grid-template-columns: 1fr 8fr 1fr;
|
|
|
margin: auto; }
|
|
|
- .path-actualites .block-region-content .block-views:nth-of-type(1) {
|
|
|
+ .path-actualites .block-region-content .block-views {
|
|
|
grid-column: 2; }
|
|
|
- .path-actualites .block-region-content .block-views .view-display-id-block_2 {
|
|
|
- padding-top: 0; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite {
|
|
|
- color: #09398b;
|
|
|
- line-height: 1.5rem;
|
|
|
- padding: 0.5rem; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child {
|
|
|
+ .path-actualites .block-region-content .block-views .view-content {
|
|
|
display: flex;
|
|
|
- flex-direction: column; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(1) {
|
|
|
- order: 1; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(4) {
|
|
|
- order: 2; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(5) {
|
|
|
- order: 3; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child a {
|
|
|
- color: #09398b; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images .field__item img {
|
|
|
- width: 100%;
|
|
|
- height: fit-content; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images::after {
|
|
|
- display: block;
|
|
|
- content: url('data:image/svg+xml,<svg width="160" height="40" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="0" x2="80" y1="20" y2="20" stroke-linecap="cube" stroke="rgb(9,57,139)" stroke-width="5"/></svg>'); }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field:not(.field--name-field-images) {
|
|
|
- width: 80%; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child h2 {
|
|
|
- margin: 0; }
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: wrap; }
|
|
|
+ .path-actualites .block-region-content .block-views .view-content .views-row {
|
|
|
+ width: 25%;
|
|
|
+ flex: 0 0 25%; }
|
|
|
+ .path-actualites .block-region-content .block-views .view-display-id-block_2 {
|
|
|
+ padding-top: 0; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite {
|
|
|
+ color: #09398b;
|
|
|
+ line-height: 1.5rem;
|
|
|
+ padding: 0.5rem; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(1) {
|
|
|
+ order: 1; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(4) {
|
|
|
+ order: 2; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(5) {
|
|
|
+ order: 3; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child a {
|
|
|
+ color: #09398b; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images .field__item img {
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images::after {
|
|
|
+ display: block;
|
|
|
+ content: url('data:image/svg+xml,<svg width="160" height="40" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="0" x2="80" y1="20" y2="20" stroke-linecap="cube" stroke="rgb(9,57,139)" stroke-width="5"/></svg>'); }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child time {
|
|
|
+ font-weight: 800;
|
|
|
+ padding-right: 1rem;
|
|
|
+ width: fit-content; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child time:after {
|
|
|
+ padding-left: 0.5rem;
|
|
|
+ content: "|"; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field:not(.field--name-field-images) {
|
|
|
+ width: 80%; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child h2 {
|
|
|
+ margin: 0; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .inline.links {
|
|
|
+ padding-top: none !important;
|
|
|
+ list-style: none;
|
|
|
+ width: fit-content;
|
|
|
+ align-self: flex-end;
|
|
|
+ padding-right: 1rem; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child .inline.links 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-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-actu-type {
|
|
|
+ padding-top: 2rem; }
|
|
|
|
|
|
.node-id-4 {
|
|
|
background: url("../images/pictos/carre-contour-bleu_programme.svg");
|