|
@@ -278,39 +278,39 @@ a {
|
|
|
|
|
|
.view-display-id-block_2 {
|
|
|
padding-top: 2rem; }
|
|
|
- .view-display-id-block_2 .node-type-static div:first-child:not(.field__item):not(.field) {
|
|
|
- display: grid;
|
|
|
- grid-template-columns: 1fr repeat(8, 2fr) 1fr; }
|
|
|
- .view-display-id-block_2 .node-type-static .inline.links {
|
|
|
- grid-column: 9;
|
|
|
- grid-row: 2;
|
|
|
- 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; }
|
|
|
- .view-display-id-block_2 .node-type-static .inline.links a {
|
|
|
- text-transform: uppercase;
|
|
|
- font-weight: 700;
|
|
|
- color: #009ee3; }
|
|
|
- .view-display-id-block_2 .node-type-static .field--name-field-images {
|
|
|
- grid-column: 2 / 3; }
|
|
|
+ .view-display-id-block_2 .node-type-static {
|
|
|
+ width: 70%;
|
|
|
+ margin: auto; }
|
|
|
+ .view-display-id-block_2 .node-type-static div:first-child:not(.field__item):not(.field) {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row; }
|
|
|
+ .view-display-id-block_2 .node-type-static .inline.links {
|
|
|
+ align-self: flex-end;
|
|
|
+ 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; }
|
|
|
+ .view-display-id-block_2 .node-type-static .inline.links a {
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-weight: 700;
|
|
|
+ color: #009ee3; }
|
|
|
.view-display-id-block_2 .node-type-static .field--name-field-images .field__item img {
|
|
|
width: 15rem;
|
|
|
height: auto; }
|
|
|
- .view-display-id-block_2 .node-type-static .field--name-title {
|
|
|
- display: none; }
|
|
|
- .view-display-id-block_2 .node-type-static .field--name-field-accroche {
|
|
|
- grid-column: 3 / 9;
|
|
|
- padding-left: 1rem; }
|
|
|
- .view-display-id-block_2 .node-type-static .field--name-field-accroche p {
|
|
|
- font-size: 1.5rem;
|
|
|
- width: 110%;
|
|
|
- margin: 0;
|
|
|
- padding-bottom: 1rem; }
|
|
|
+ .view-display-id-block_2 .node-type-static .field--name-title {
|
|
|
+ display: none; }
|
|
|
+ .view-display-id-block_2 .node-type-static .field--name-field-accroche {
|
|
|
+ flex: 1 1 50px;
|
|
|
+ padding-left: 1rem; }
|
|
|
+ .view-display-id-block_2 .node-type-static .field--name-field-accroche p {
|
|
|
+ font-size: 1.5rem;
|
|
|
+ width: 110%;
|
|
|
+ margin: 0;
|
|
|
+ padding-bottom: 2rem; }
|
|
|
|
|
|
.field--name-field-partenaires {
|
|
|
padding-top: 3rem; }
|