123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450 |
- header{
- display: block;
- height: 150px;
- background-color: $white-header;
- z-index: 99;
- width: 100vw;
- max-width: 100vw;
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
- @media (max-width:800px) {
- // height: 100px;
- width: 800px;
-
- }
- .region-header{
- display: inline-grid;
- align-items: center;
- grid-template-columns: repeat(10, 1fr) ;
- @media (max-width:891px) {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- #block-reha-logoministere{
- grid-column: 1;
- width: 200px;
- min-width: 100px;
- padding-left: 80px;
- padding-top: 30px;
- height: 100%;
- img{
- max-width: 100%;
- object-fit: contain;
- }
- @media (max-width:891px) {
- // width: 10%;
- padding-left: 5%;
- padding-top: 0%;
- }
- // @media (max-width:500px) {
- // // width: 10%;
- // padding-left: 30px;
- // padding-top: 20px;
- // }
-
- }
- #block-reha-logoreha{
- // display: none;
- grid-column: 2;
- // max-height: 80%;
- height: $header-height;
- padding-top: 20px;
- .field--name-field-logo{
- height: $header-height;
- .field__item{
- height: $header-height;
- img{
- max-height:inherit;
- width: fit-content;
- }
- }
- }
- }
- #block-reha-navigationprincipale {
- grid-column: 3 / span 5 ;
- ul{
- display: flex;
- flex-direction: row;
- justify-content: space-evenly;
-
-
- @media (max-width:1400px) {
- flex-direction: column;
- }
- li{
- &.has-active {
- text-decoration: underline;
- font-weight: 1000;
- }
-
- a{
- font-weight: 800;
- &.is-active{
- text-decoration: underline;
- font-weight: 1000;
- }
- &:hover{
- text-decoration: underline;
- }
- }
- }
-
- }
- // ul > li a.active{
- // text-decoration: underline;
- // font-weight: 1000;
- // }
- }
- #block-reha-connexionutilisateur{
- grid-column: 9;
- display: flex;
- flex-direction: column;
- height: fit-content;
- @media (max-width:891px) {
- // width: 10%;
- padding-left: 1rem;
- }
-
- .bouton-connexion{
- padding-right: 3rem;
- // @media (max-width:891px) {
- // font-size: 0.1rem;
- // color: white;
- // }
- :before{
- content: url(../images/noun-contact-2495375.svg);
- padding-right: 1rem;
- }
-
- }
- //// drop down menu connexion
- .connexion{
- height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
- width: 100%;
- position: relative;
- .connexion-full{
- display: none;
- right:-235px;
- top: 36px; // Positionnez-les sous les boutons
- position: absolute;
- background-color: $white-header;
- // width: 30vw;
- width: $width-menu-slidedown;
- height: 200vh;
- box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
- clip-path: inset(0px -10px -10px -10px);
- padding: 5% 10% 5% 5%;
- @media (max-width:891px) {
- top: 50px;
- right: -250px;
- width: 500px;
- height: fit-content;
- }
- // @media(max-width: 891px){
- // top: 100%;
- // width: 500px;
- // padding-left: 0;
- // padding-top: 1rem;
- // height: fit-content;
- // }
- @media (max-width:500px) {
- top: 55px;
- right: -90px;
- width: 400px;
- height: fit-content;
- }
-
- .titre{
- width: 100%;
- position: relative;
- ::after{
- position: relative;
- left: 430px;
- @media (max-width:500px) {
- left: 325px;
- }
- }
-
- }
- #user-login-form{
- width: 80%;
- display: flex;
- flex-direction: column;
- align-items: start;
- padding-left: 2.5rem;
- .form-item-persistent-login{
- flex-direction: row-reverse;
- #edit-persistent-login{
- width: fit-content;
- }
- label{
- flex-grow: 0;
- }
- }
- }
- ul{
- font-size: 1.2rem;
- width: 70%;
- display: flex;
- flex-direction: column;
- margin-top: 0;
- margin-bottom: 4rem;
- padding-bottom: 4rem;
-
- .create-account-link{
- display: none;
- }
- .request-password-link{
- margin-bottom: 4rem;
- font-size: 1rem;
- &:hover{
- text-decoration: $yellow-puca underline;
- }
- }
- li p{
- font-style: italic;
- font-size: 0.9rem;
- padding-top: 1rem;
- }
- }
- ul:first-of-type{
- border-bottom: 1px solid black;
- }
- ul:last-of-type{
- a{
- text-transform: uppercase;
- padding: 1rem;
- border: solid black 1px;
- margin-bottom: 1rem;
- background-color: $white-button;
- @media (max-width:891px) {
- font-size: 1rem;
- }
- p{
- font-style: italic;
- }
- }
- ///// arrêt candidatures phase 1
- display: none;
- /////////////
- }
- ul:last-of-type a:hover{
- background-color: $yellow-puca;
- }
- }
- }
- }
-
- #block-reha-config-pages{
- grid-column: 10;
- .bouton-contact{
- padding-right: 4rem;
- ::before{
- content: url(../images/noun-letter-1064628.svg);
- padding-right: 1rem;
- }
- }
- display: flex;
- flex-direction: column;
- height: fit-content;
- .contacts {
-
- height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
- width: 100%;
- .contacts-full {
- display: none;
- background-color: $white-header;
- position: absolute;
- right:0px;
- top: 100%;
- width: $width-menu-slidedown;
- padding-left: 3.5rem;
- padding-top: 1rem;
- // width: 30vw;
- height: 200vh;
- box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
- clip-path: inset(0px -10px -10px -10px);
- @media(max-width: 891px){
- right: 0px;
- top: 100%;
- width: 500px;
- padding-left: 0;
- padding-top: 1rem;
- height: fit-content;
- }
- @media (max-width:500px) {
- width: 100%;
- width: -moz-available; /* For Mozzila */
- width: -webkit-fill-available; /* For Chrome */
- width: stretch; /* Unprefixed */
-
- }
-
-
- .titre{
- padding-left:3rem ;
- @media (max-width:500px) {
- padding-left: 1.5rem;
- }
- ::after{
- left: 290px;
- @media(max-width: 891px){
- left: 242px;
- }
- @media (max-width:500px) {
- left: 150px;
- }
- }
-
- }
- }
- .field__item{
- display: flex;
- flex-direction: column;
- padding-left: 3rem;
- @media (max-width:891px) {
- padding-bottom: 2rem;
- }
- @media (max-width:500px) {
- padding-left: 2rem;
- padding-bottom: 2rem;
- padding-right: 1.5rem;
- }
- }
- }
- }
- }
- #block-reha-views-block-current-user-block-block-1{
- grid-column: 9;
- .bouton-connected{
- padding-right: 3rem;
-
- :before{
- content: url(../images/noun-contact-2495375.svg);
- padding-right: 1rem;
- }
- }
- display: flex;
- flex-direction: column;
- height: fit-content;
- .connected{
- height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
- width: 100%;
- position: relative;
- .connected-full{
- display: none;
- right:-267px;
- top: 36px; // Positionnez-les sous les boutons
- position: absolute;
- background-color: $white-header;
- width: $width-menu-slidedown;
- height: 200vh;
- box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
- clip-path: inset(0px -10px -10px -10px);
- padding: 5% 10% 5% 45%;
- .titre{
- @media (max-width:500px) {
- font-size: 1.4rem;
- }
- ::after{
- @media (max-width:500px) {
- left: 50px;
- }
- }
- }
-
-
- footer{
- font-weight: 400;
- font-size: 1rem;
- margin-top: 2rem;
- border-top: 1px solid black;
- padding-top: 1.5rem;
- ul{
- width: 45%;
- display: flex;
- flex-direction: column-reverse;
- padding-left: 0;
- li:first-of-type{
- margin-top: 4rem;
- border-bottom: 1px solid black ;
- }
- li{
- text-transform: uppercase;
- padding: 1rem;
- border: solid black 1px;
- margin-bottom: 1rem;
- background-color: $white-button;
- }
- li:hover{
- background-color: $yellow-puca;
- }
- ///// arrêt candidatures phase 1
- li:last-of-type{
- display: none;
- }
- /////////////
- }
- }
- }
- }
- }
- }
- .bouton{
- align-self: flex-end;
- width: fit-content;
- @media (max-width:891px) {
- font-size: 0.1rem;
- color: white;
- padding-right: 0 !important;
- }
- h2{
- text-transform: lowercase;
- display: inline-flex;
- font-size: 0.001rem;
- color: white;
- @media (max-width:891px) {
- font-size: 0rem;
- color: white;
- padding-right: 0 !important;
- }
- }
- }
- .titre{
- display: inline-flex;
- font-weight: 800;
- font-size: 1.8rem;
- position: relative;
- ::after{
- content: url(../images/noun-cross-1151731.svg);
- float: right;
- position: relative;
- left: 90px;
- cursor: pointer;
-
- }
- }
-
|