|
@@ -346,7 +346,7 @@ header .region-header #block-reha-logoreha .field--name-field-logo .field__item
|
|
|
height: 110px;
|
|
|
}
|
|
|
header .region-header #block-reha-logoreha .field--name-field-logo .field__item img {
|
|
|
- max-height: 85px;
|
|
|
+ max-height: 92px;
|
|
|
width: auto;
|
|
|
}
|
|
|
header .region-header #block-reha-navigationprincipale {
|
|
@@ -970,17 +970,20 @@ aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-sit
|
|
|
content: url(../images/noun-cross-1151731.svg);
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-de-pilotage {
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-de-pilotage,
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-evenement {
|
|
|
text-transform: uppercase;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
-aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-de-pilotage > div:nth-child(1) {
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-de-pilotage > div:nth-child(1),
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-evenement > div:nth-child(1) {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
-aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-de-pilotage > div:nth-child(1)::before {
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-de-pilotage > div:nth-child(1)::before,
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-evenement > div:nth-child(1)::before {
|
|
|
content: url("../../dist/images/noun-file-6880430.svg");
|
|
|
display: inline-flex;
|
|
|
width: 70px;
|
|
@@ -988,35 +991,44 @@ aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dos
|
|
|
padding-right: 1rem;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-de-pilotage .field__item {
|
|
|
- width: 75%;
|
|
|
- align-self: flex-end;
|
|
|
- padding-right: 2rem;
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-de-pilotage .field__item .paragraph--type--dossier,
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-evenement .field__item .paragraph--type--dossier {
|
|
|
+ padding-left: 25%;
|
|
|
}
|
|
|
-aside.layout-sidebar-second footer {
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-de-pilotage .field__item .paragraph--type--dossier .field--name-field-fichiers,
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-evenement .field__item .paragraph--type--dossier .field--name-field-fichiers {
|
|
|
+ text-transform: none;
|
|
|
+ border: none;
|
|
|
+ padding-left: 10%;
|
|
|
+}
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-de-pilotage .field__item .paragraph--type--dossier .field--name-field-fichiers span:nth-of-type(2),
|
|
|
+aside.layout-sidebar-second .profile--type--collaborateur .field--name-field-dossier-evenement .field__item .paragraph--type--dossier .field--name-field-fichiers span:nth-of-type(2) {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+aside.layout-sidebar-second footer.view-footer {
|
|
|
+ margin-top: 3rem;
|
|
|
text-transform: uppercase;
|
|
|
border: solid black 1px;
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
font-size: 0.9rem;
|
|
|
width: fit-content;
|
|
|
font-weight: 400;
|
|
|
+ padding-top: 0;
|
|
|
+ align-self: left;
|
|
|
+ margin-left: 1rem;
|
|
|
}
|
|
|
@media (max-width: 891px) {
|
|
|
- aside.layout-sidebar-second footer {
|
|
|
+ aside.layout-sidebar-second footer.view-footer {
|
|
|
font-size: 1rem;
|
|
|
}
|
|
|
}
|
|
|
-aside.layout-sidebar-second footer p {
|
|
|
+aside.layout-sidebar-second footer.view-footer p {
|
|
|
margin: 0;
|
|
|
padding: 0.3rem;
|
|
|
}
|
|
|
-aside.layout-sidebar-second footer :hover {
|
|
|
+aside.layout-sidebar-second footer.view-footer :hover {
|
|
|
background-color: #fdc300;
|
|
|
}
|
|
|
-aside.layout-sidebar-second .view-footer {
|
|
|
- padding-top: 0;
|
|
|
- align-self: center;
|
|
|
-}
|
|
|
|
|
|
aside.layout-sidebar-second.open {
|
|
|
transform: translateX(90%); /* Par défaut ouvert */
|
|
@@ -2557,8 +2569,16 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|
|
content: url("../dist/images/noun-arrow-1569918-black.svg");
|
|
|
}
|
|
|
|
|
|
-.page-programme .block-region-first {
|
|
|
+.page-programme .layout__region--first {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.page-programme .layout__region--first .block-region-first {
|
|
|
padding-left: 18%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ position: -webkit-sticky;
|
|
|
+ position: sticky;
|
|
|
+ top: 10rem;
|
|
|
}
|
|
|
.page-programme .block-region-second h2 {
|
|
|
font-weight: 1000;
|
|
@@ -3017,4 +3037,20 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|
|
.page-actualites .view-actus .views-row .node-type-actualite .infos-content ul.links {
|
|
|
order: 6;
|
|
|
display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.page-mon-espace-de-travail .layout-content {
|
|
|
+ width: 50%;
|
|
|
+ margin-left: 8%;
|
|
|
+}
|
|
|
+.page-mon-espace-de-travail .layout-content .field--type-file {
|
|
|
+ background-color: transparent;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+.page-mon-espace-de-travail .layout-content .js-form-type-textfield {
|
|
|
+ flex-direction: row;
|
|
|
+ align-content: center;
|
|
|
+}
|
|
|
+.page-mon-espace-de-travail .layout-content .js-form-type-textfield label {
|
|
|
+ margin-right: 1rem;
|
|
|
}
|