@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; } .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; } .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: 7rem; 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; } /*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: normal; } .user--register .form-item { display: flex; flex-direction: column; } .user--register #user-register-form .form-item { display: flex; flex-direction: column; padding-bottom: 1rem; } .user--register #user-register-form label { padding-bottom: 0.5rem; } .user--register #user-register-form input { height: 2rem; }