|
@@ -161,80 +161,106 @@ header {
|
|
|
position: sticky;
|
|
|
top: 0;
|
|
|
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
|
|
|
- header div {
|
|
|
+ header .region-header {
|
|
|
display: inline-grid;
|
|
|
align-items: center;
|
|
|
grid-template-columns: repeat(10, 1fr); }
|
|
|
- header div #block-reha-logoministere {
|
|
|
+ header .region-header #block-reha-logoministere {
|
|
|
grid-column: 1;
|
|
|
width: fit-content;
|
|
|
padding-left: 4rem;
|
|
|
height: 150px; }
|
|
|
- header div #block-reha-logoreha {
|
|
|
+ header .region-header #block-reha-logoreha {
|
|
|
grid-column: 2;
|
|
|
max-height: 90%;
|
|
|
height: 150px; }
|
|
|
- header div #block-reha-logoreha .field--name-field-logo {
|
|
|
+ header .region-header #block-reha-logoreha .field--name-field-logo {
|
|
|
height: 150px; }
|
|
|
- header div #block-reha-logoreha .field--name-field-logo .field__item {
|
|
|
+ header .region-header #block-reha-logoreha .field--name-field-logo .field__item {
|
|
|
height: 150px; }
|
|
|
- header div #block-reha-logoreha .field--name-field-logo .field__item img {
|
|
|
+ header .region-header #block-reha-logoreha .field--name-field-logo .field__item img {
|
|
|
height: 150px;
|
|
|
width: fit-content; }
|
|
|
- header div #block-reha-connexionutilisateur {
|
|
|
+ header .region-header #block-reha-connexionutilisateur {
|
|
|
grid-column: 9;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
height: fit-content; }
|
|
|
- header div #block-reha-connexionutilisateur .bouton-connexion {
|
|
|
+ header .region-header #block-reha-connexionutilisateur .bouton-connexion {
|
|
|
padding-right: 3rem; }
|
|
|
- header div #block-reha-connexionutilisateur .bouton-connexion :before {
|
|
|
+ header .region-header #block-reha-connexionutilisateur .bouton-connexion :before {
|
|
|
content: url(../images/noun-contact-2495375.svg);
|
|
|
padding-right: 1rem; }
|
|
|
- header div #block-reha-connexionutilisateur .connexion {
|
|
|
+ header .region-header #block-reha-connexionutilisateur .connexion {
|
|
|
height: 0;
|
|
|
/* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
|
|
|
width: 100%;
|
|
|
position: relative; }
|
|
|
- header div #block-reha-connexionutilisateur .connexion .connexion-full {
|
|
|
+ header .region-header #block-reha-connexionutilisateur .connexion .connexion-full {
|
|
|
display: none;
|
|
|
right: -235px;
|
|
|
top: 36px;
|
|
|
position: absolute;
|
|
|
background-color: white;
|
|
|
- width: 30vw;
|
|
|
+ width: 550px;
|
|
|
height: 100vh;
|
|
|
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
|
|
clip-path: inset(0px -10px -10px -10px);
|
|
|
padding: 5% 10% 5% 5%; }
|
|
|
- header div #block-reha-config-pages {
|
|
|
+ header .region-header #block-reha-config-pages {
|
|
|
grid-column: 10;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
height: fit-content; }
|
|
|
- header div #block-reha-config-pages .bouton-contact {
|
|
|
+ header .region-header #block-reha-config-pages .bouton-contact {
|
|
|
padding-right: 4rem; }
|
|
|
- header div #block-reha-config-pages .bouton-contact ::before {
|
|
|
+ header .region-header #block-reha-config-pages .bouton-contact ::before {
|
|
|
content: url(../images/noun-letter-1064628.svg);
|
|
|
padding-right: 1rem; }
|
|
|
- header div #block-reha-config-pages .config_pages--contact--full {
|
|
|
+ header .region-header #block-reha-config-pages .config_pages--contact--full {
|
|
|
height: 0;
|
|
|
/* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
|
|
|
width: 100%; }
|
|
|
- header div #block-reha-config-pages .config_pages--contact--full .field--type-text-long {
|
|
|
+ header .region-header #block-reha-config-pages .config_pages--contact--full .field--type-text-long {
|
|
|
display: none;
|
|
|
background-color: white;
|
|
|
position: absolute;
|
|
|
right: 0px;
|
|
|
top: 100%;
|
|
|
- width: 30vw;
|
|
|
+ width: 550px;
|
|
|
height: 100vh;
|
|
|
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
|
|
clip-path: inset(0px -10px -10px -10px); }
|
|
|
- header div #block-reha-config-pages .config_pages--contact--full .field--type-text-long .field__item {
|
|
|
+ header .region-header #block-reha-config-pages .config_pages--contact--full .field--type-text-long .field__item {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
padding: 5% 10% 5% 5%; }
|
|
|
+ header .region-header #block-reha-views-block-current-user-block-block-1 {
|
|
|
+ grid-column: 9;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ height: fit-content; }
|
|
|
+ header .region-header #block-reha-views-block-current-user-block-block-1 .bouton-connected {
|
|
|
+ padding-right: 3rem; }
|
|
|
+ header .region-header #block-reha-views-block-current-user-block-block-1 .bouton-connected :before {
|
|
|
+ content: url(../images/noun-contact-2495375.svg);
|
|
|
+ padding-right: 1rem; }
|
|
|
+ header .region-header #block-reha-views-block-current-user-block-block-1 .connected {
|
|
|
+ height: 0;
|
|
|
+ /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
|
|
|
+ width: 100%;
|
|
|
+ position: relative; }
|
|
|
+ header .region-header #block-reha-views-block-current-user-block-block-1 .connected .connected-full {
|
|
|
+ display: none;
|
|
|
+ right: -267px;
|
|
|
+ top: 36px;
|
|
|
+ position: absolute;
|
|
|
+ background-color: white;
|
|
|
+ width: 550px;
|
|
|
+ height: 100vh;
|
|
|
+ box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
|
|
+ clip-path: inset(0px -10px -10px -10px);
|
|
|
+ padding: 5% 10% 5% 5%; }
|
|
|
header .bouton {
|
|
|
align-self: flex-end;
|
|
|
width: fit-content; }
|