|
|
@@ -511,6 +511,23 @@ svg.ext {
|
|
|
.path-projets-complets .view-projets .field--name-field-equipe .field__label {
|
|
|
display: none;
|
|
|
}
|
|
|
+.path-projets-complets .view-projets .field--name-field-region .field__label {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.path-projets-complets .view-projets .field--name-field-region {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ gap: 0.5rem;
|
|
|
+ margin-top: 1rem;
|
|
|
+}
|
|
|
+.path-projets-complets .view-projets .field--name-field-region::before {
|
|
|
+ content: "";
|
|
|
+ display: block;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ background: url("../images/pictos/picto_lieu.svg") no-repeat center;
|
|
|
+ background-size: contain;
|
|
|
+}
|
|
|
.path-projets-complets .view-projets .field--name-field-incube {
|
|
|
order: 4;
|
|
|
display: inline-flex;
|
|
|
@@ -537,23 +554,6 @@ svg.ext {
|
|
|
.path-projets-complets .view-projets .field--name-field-encours-fini {
|
|
|
display: none;
|
|
|
}
|
|
|
-.path-projets-complets .view-projets .field--name-field-region .field__label {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.path-projets-complets .view-projets .field--name-field-region {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- gap: 0.5rem;
|
|
|
- margin-bottom: 2rem;
|
|
|
-}
|
|
|
-.path-projets-complets .view-projets .field--name-field-region::before {
|
|
|
- content: "";
|
|
|
- display: block;
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- background: url("../images/pictos/picto_lieu.svg") no-repeat center;
|
|
|
- background-size: contain;
|
|
|
-}
|
|
|
.path-projets-complets .view-projets .field--name-field-etape-du-projet,
|
|
|
.path-projets-complets .view-projets .field--name-field-type-de-projet,
|
|
|
.path-projets-complets .view-projets .field--name-field-type-de-moa {
|
|
|
@@ -592,6 +592,18 @@ svg.ext {
|
|
|
.path-projets-complets .view-projets .field--name-field-textes .field__label {
|
|
|
display: none !important;
|
|
|
}
|
|
|
+.path-projets-complets .view-projets .field--name-field-textes ul {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+.path-projets-complets .view-projets .field--name-field-textes p {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+.path-projets-complets .view-projets .field--name-field-textes .paragraph--type--texte {
|
|
|
+ margin-top: 1.5rem;
|
|
|
+}
|
|
|
+.path-projets-complets .view-projets .field--name-field-textes .paragraph--type--texte .field--name-field-titre {
|
|
|
+ margin-bottom: 1rem;
|
|
|
+}
|
|
|
|
|
|
@media print {
|
|
|
* {
|
|
|
@@ -659,11 +671,11 @@ svg.ext {
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-photo .field__items {
|
|
|
height: 100%;
|
|
|
display: grid;
|
|
|
- gap: 3px;
|
|
|
+ gap: 4px;
|
|
|
}
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-photo .field__item {
|
|
|
- overflow: hidden;
|
|
|
- aspect-ratio: 3/2;
|
|
|
+ overflow: visible;
|
|
|
+ aspect-ratio: 3.5/2;
|
|
|
}
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-photo .field__item img {
|
|
|
width: 100%;
|
|
|
@@ -672,7 +684,14 @@ svg.ext {
|
|
|
display: block;
|
|
|
}
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-photo .image-field-caption {
|
|
|
- display: none;
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ z-index: 2;
|
|
|
+ font-size: 6pt;
|
|
|
+ line-height: 1;
|
|
|
+ margin-left: 0;
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-photo .field__items:has(.field__item:only-child) {
|
|
|
grid-template-columns: 1fr;
|
|
|
@@ -692,64 +711,26 @@ svg.ext {
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-title {
|
|
|
order: 2;
|
|
|
font-family: "Marianne";
|
|
|
- font-size: 2rem;
|
|
|
+ font-size: 1rem;
|
|
|
font-weight: 800;
|
|
|
color: rgb(0, 158, 227);
|
|
|
}
|
|
|
-}
|
|
|
-@media print and (max-width: 1624px) {
|
|
|
- .path-projets-complets .layout-content .views-row .projet-header-print .field--name-title {
|
|
|
- font-size: 2.3rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media print and (max-width: 1384px) {
|
|
|
- .path-projets-complets .layout-content .views-row .projet-header-print .field--name-title {
|
|
|
- font-size: 2rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media print and (max-width: 1216px) {
|
|
|
- .path-projets-complets .layout-content .views-row .projet-header-print .field--name-title {
|
|
|
- font-size: 2rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media print and (max-width: 810px) {
|
|
|
- .path-projets-complets .layout-content .views-row .projet-header-print .field--name-title {
|
|
|
- font-size: 1.7rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media print {
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-title a {
|
|
|
color: rgb(0, 158, 227);
|
|
|
}
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-equipe {
|
|
|
order: 3;
|
|
|
color: rgb(9, 57, 139);
|
|
|
- font-size: 1.5rem;
|
|
|
+ font-size: 0.9rem;
|
|
|
font-weight: 900;
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
-}
|
|
|
-@media print and (max-width: 1624px) {
|
|
|
- .path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-equipe {
|
|
|
- font-size: 1.3rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media print and (max-width: 1216px) {
|
|
|
- .path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-equipe {
|
|
|
- font-size: 1.1rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media print and (max-width: 810px) {
|
|
|
- .path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-equipe {
|
|
|
- font-size: 1rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media print {
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-equipe .field__label {
|
|
|
display: none;
|
|
|
}
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-incube {
|
|
|
order: 4;
|
|
|
+ font-size: 8pt;
|
|
|
display: inline-flex;
|
|
|
width: fit-content;
|
|
|
background-color: rgb(225, 0, 15);
|
|
|
@@ -758,7 +739,6 @@ svg.ext {
|
|
|
padding-right: 0.3rem;
|
|
|
padding-left: 0.2rem;
|
|
|
margin-bottom: 1rem;
|
|
|
- margin-top: 1rem;
|
|
|
}
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-incube::before {
|
|
|
content: " Projet ";
|
|
|
@@ -778,7 +758,6 @@ svg.ext {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
gap: 0.5rem;
|
|
|
- margin-bottom: 2rem;
|
|
|
}
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-region::before {
|
|
|
content: "";
|
|
|
@@ -824,7 +803,7 @@ svg.ext {
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-type-de-projet .field__label,
|
|
|
.path-projets-complets .layout-content .views-row .projet-header-print .field--name-field-type-de-moa .field__label {
|
|
|
color: rgb(9, 57, 139);
|
|
|
- font-size: 1.2rem;
|
|
|
+ font-size: 0.9pt;
|
|
|
font-weight: 900;
|
|
|
text-transform: uppercase;
|
|
|
margin-bottom: 0 !important;
|