123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- @charset "UTF-8";
- /*reha*/
- /*global*/
- /* Colors used for REHA */
- .field--type-link {
- width: 45%;
- text-transform: uppercase;
- padding: 1rem;
- border: solid black 1px;
- margin-bottom: 1rem;
- background-color: white; }
- .bouton {
- background-color: white !important;
- border: none !important;
- cursor: pointer; }
- .mailto {
- text-decoration: underline; }
- /*marianne*/
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-Thin.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin.woff") format("woff");
- font-weight: 300;
- font-style: normal; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-Thin_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin_Italic.woff") format("woff");
- font-weight: 300;
- font-style: italic; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-Light.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light.woff") format("woff");
- font-weight: 400;
- font-style: normal; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-Light_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light_Italic.woff") format("woff");
- font-weight: 400;
- font-style: italic; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-Regular.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular.woff") format("woff");
- font-weight: 600;
- font-style: normal; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-Regular_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular_Italic.woff") format("woff");
- font-weight: 600;
- font-style: italic; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-Medium.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium.woff") format("woff");
- font-weight: 800;
- font-style: normal; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-Medium_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium_Italic.woff") format("woff");
- font-weight: 800;
- font-style: italic; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-Bold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold.woff") format("woff");
- font-weight: 900;
- font-style: normal; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-Bold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold_Italic.woff") format("woff");
- font-weight: 900;
- font-style: italic; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-ExtraBold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold.woff") format("woff");
- font-weight: 1000;
- font-style: normal; }
- @font-face {
- font-family: 'Marianne';
- src: url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff") format("woff");
- font-weight: 1000;
- font-style: italic; }
- /*Font Awesome*/
- @font-face {
- font-family: 'Font Awesome';
- src: url("../fonts/Font Awesome/fontawesome-webfont.woff2") format("woff2");
- font-weight: 400;
- font-style: normal; }
- .layout-container {
- position: relative;
- width: 100vw;
- background-color: rgba(153, 147, 174, 0.1);
- font-family: 'Marianne';
- font-weight: 400;
- font-style: normal;
- margin: none;
- top: 0%;
- left: 0%;
- width: 100%;
- overflow: hidden;
- display: flex;
- flex-flow: row wrap; }
- .layout-container header {
- flex: 0 0 100%; }
- .layout-container main {
- position: relative; }
- .layout-container footer {
- flex: 0 0 100%; }
- .layout-content {
- padding-top: 3rem;
- padding-bottom: 6rem;
- width: 60%;
- margin: auto; }
- main {
- width: 100%; }
- .main-content {
- margin-top: 7rem; }
- ul {
- list-style-type: none; }
- a {
- text-decoration: none; }
- :link {
- color: black; }
- /*partials*/
- header {
- display: block;
- height: 150px;
- background-color: white;
- z-index: 99;
- width: 100vw;
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
- header div {
- display: inline-grid;
- align-items: center;
- grid-template-columns: repeat(10, 1fr); }
- header div #block-reha-logoministere {
- grid-column: 1;
- width: fit-content;
- padding-left: 4rem;
- height: 150px; }
- header div #block-reha-logoreha {
- grid-column: 2;
- max-height: 90%;
- height: 150px; }
- header div #block-reha-logoreha .field--name-field-logo {
- height: 150px; }
- header div #block-reha-logoreha .field--name-field-logo .field__item {
- height: 150px; }
- header div #block-reha-logoreha .field--name-field-logo .field__item img {
- height: 150px;
- width: fit-content; }
- header div #block-reha-connexionutilisateur {
- grid-column: 9;
- display: flex;
- flex-direction: column;
- height: fit-content; }
- header div #block-reha-connexionutilisateur .bouton-connexion {
- padding-right: 3rem; }
- header div #block-reha-connexionutilisateur .bouton-connexion :before {
- content: url(../images/noun-contact-2495375.svg);
- padding-right: 1rem; }
- header div #block-reha-connexionutilisateur .connexion {
- float: right;
- 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 {
- display: none;
- background-color: white;
- width: 400px;
- 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%;
- position: relative;
- right: -150px; }
- header div #block-reha-config-pages {
- grid-column: 10;
- display: flex;
- flex-direction: column;
- height: fit-content; }
- header div #block-reha-config-pages .bouton-contact {
- padding-right: 4rem; }
- header div #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 {
- float: right;
- display: none;
- /* Cacher initialement le contenu */
- height: 0;
- /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
- width: 100%; }
- header div #block-reha-config-pages .field--type-text-long {
- transition: height 0.5s;
- /* Animation de 0.5 seconde lors de l'expansion vers le bas */
- background-color: white;
- display: block;
- width: 100%;
- 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 .field--type-text-long .field__item {
- padding: 5% 10% 5% 5%; }
- header .bouton {
- align-self: flex-end;
- width: fit-content; }
- header .bouton h2 {
- text-transform: lowercase;
- display: inline-flex; }
- footer {
- background-color: white;
- padding-top: 3rem;
- font-family: "Marianne";
- font-weight: 800;
- font-size: 1.3rem;
- text-transform: lowercase; }
- footer h2 {
- font-size: 1.3rem; }
- footer div {
- display: grid;
- grid-template-columns: repeat(10, 1fr); }
- #block-reha-logoreha-2 {
- grid-column: 2;
- grid-row: 1; }
- #block-reha-pieddepage {
- grid-column: 2;
- grid-row: 3; }
- #block-reha-pieddepage ul {
- padding-left: 0; }
- #block-reha-operateurduprogramme {
- grid-column: 4 /span 5;
- grid-row: 1 /span 3;
- display: flex;
- flex-direction: column;
- border-left: #fdc300 solid 5px;
- padding-left: 1rem; }
- #block-reha-config-pages-2 {
- grid-column: 6 /span 10;
- grid-row: 1 /span 3;
- border-left: #fdc300 solid 5px;
- padding-left: 1rem;
- display: flex;
- flex-direction: column; }
- .form-item {
- display: flex;
- flex-direction: column; }
- label {
- padding-bottom: 0.5rem; }
- input {
- height: 2rem; }
- .form-submit {
- background-color: white;
- border: solid black 1px;
- text-transform: uppercase;
- padding: 1rem;
- height: 5rem !important;
- margin-bottom: 1rem;
- font-size: 1.3rem;
- font-weight: 300; }
- #user-login-form .form-item {
- flex-direction: row;
- margin: 1rem; }
- #user-login-form .form-item label {
- padding-right: 0.5rem; }
- /*pages*/
- .home-page-layout-content .layout--onecol {
- margin: auto;
- font-size: 1.5rem;
- font-weight: 400;
- font-style: normal; }
- .home-page-layout-content .layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f {
- display: flex;
- justify-content: flex-end; }
- .home-page-layout-content .layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f :hover {
- background-color: #fdc300; }
- .home-page-layout-content .layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 {
- display: flex;
- justify-content: flex-end; }
- .home-page-layout-content .layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 :hover {
- background-color: #fdc300; }
- .user--register h1 {
- font-size: 3rem !important;
- font-weight: 600; }
|