388 lines
12 KiB
CSS
388 lines
12 KiB
CSS
@charset "UTF-8";
|
|
/*reha*/
|
|
/*global*/
|
|
/* Colors used for REHA */
|
|
.field--type-link {
|
|
text-transform: uppercase;
|
|
padding: 1rem;
|
|
border: solid black 1px;
|
|
margin-bottom: 1rem;
|
|
background-color: white;
|
|
width: fit-content; }
|
|
|
|
.bouton {
|
|
background-color: white !important;
|
|
border: none !important;
|
|
cursor: pointer; }
|
|
|
|
.field--type-file {
|
|
text-transform: uppercase;
|
|
padding: 1rem;
|
|
border: solid black 1px;
|
|
margin-bottom: 1rem;
|
|
background-color: white; }
|
|
|
|
.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; }
|
|
|
|
:visited {
|
|
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 {
|
|
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;
|
|
right: -235px;
|
|
top: 36px;
|
|
position: absolute;
|
|
background-color: white;
|
|
width: 30vw;
|
|
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 {
|
|
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 {
|
|
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 {
|
|
display: none;
|
|
background-color: white;
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 100%;
|
|
width: 30vw;
|
|
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 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
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 div {
|
|
display: flex;
|
|
flex-direction: row; }
|
|
footer h2 {
|
|
font-size: 1.3rem; }
|
|
footer section:not(:first-of-type) {
|
|
border-left: #fdc300 solid 5px;
|
|
padding-left: 2rem; }
|
|
footer section:not(:last-of-type) {
|
|
padding-right: 5rem; }
|
|
|
|
#footer-left {
|
|
margin-left: 10rem; }
|
|
#footer-left div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-right: 2rem; }
|
|
#footer-left div #block-reha-pieddepage ul {
|
|
padding-left: 0; }
|
|
|
|
#footer-middle #block-reha-operateurduprogramme {
|
|
display: flex;
|
|
flex-direction: column; }
|
|
|
|
#footer-right #block-reha-config-pages-2 {
|
|
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 h4 {
|
|
font-size: 5rem;
|
|
font-weight: normal;
|
|
margin: 0; }
|
|
.home-page-layout-content .layout--onecol h5 {
|
|
font-size: 5rem;
|
|
font-weight: 900;
|
|
margin: 0;
|
|
line-height: 0.6; }
|
|
.home-page-layout-content .layout--onecol .block-region-content {
|
|
display: grid;
|
|
grid-column: repeat(2, 1fr); }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-views-blockhome-block-1 {
|
|
grid-column: 1 /span 2;
|
|
grid-row: 1; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f {
|
|
grid-column: 1;
|
|
grid-row: 2 /span 2;
|
|
width: 90%;
|
|
border: solid #fdc300 1px;
|
|
background-color: white;
|
|
font-weight: 800;
|
|
padding: 1rem; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f h2 {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
text-transform: lowercase;
|
|
font-weight: 900;
|
|
line-height: 1rem;
|
|
font-size: 1.8rem; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--name-field-description {
|
|
margin-top: 0;
|
|
font-size: 2rem;
|
|
line-height: 2.2rem; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--name-field-description p {
|
|
margin-top: 0.8rem; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--type-link {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
font-weight: 400; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--type-link .field__item ::after {
|
|
justify-self: unset;
|
|
padding-left: 1rem;
|
|
content: url(../images/noun-arrow-1569918.svg); }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d {
|
|
margin-bottom: 1rem;
|
|
grid-column: 2;
|
|
grid-row: 2;
|
|
width: 90%;
|
|
height: fit-content;
|
|
display: flex;
|
|
justify-content: flex-end; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d .field--type-file {
|
|
width: 100%;
|
|
margin: 0; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d :hover {
|
|
background-color: #fdc300; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 {
|
|
grid-column: 2;
|
|
grid-row: 3;
|
|
width: 90%;
|
|
display: flex;
|
|
justify-content: flex-end; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 .field--type-file {
|
|
width: 100%;
|
|
margin: 0; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 :hover {
|
|
background-color: #fdc300; }
|
|
.home-page-layout-content .layout--onecol .block-region-content .block-views-blockhome-block-2 {
|
|
grid-column: 1 /span 2;
|
|
grid-row: 4; }
|
|
|
|
.user--register h1 {
|
|
font-size: 3rem !important;
|
|
font-weight: 600; }
|