217 lines
6.1 KiB
CSS
217 lines
6.1 KiB
CSS
/*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; }
|
|
|
|
/*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%;
|
|
height: 150px; }
|
|
.layout-container main {
|
|
position: relative; }
|
|
.layout-container footer {
|
|
flex: 0 0 100%; }
|
|
|
|
.layout-content {
|
|
padding-top: 7rem;
|
|
padding-bottom: 6rem; }
|
|
|
|
main {
|
|
width: 100%; }
|
|
|
|
.main-content {
|
|
margin-top: 7rem; }
|
|
|
|
ul {
|
|
list-style-type: none; }
|
|
|
|
a {
|
|
text-decoration: none; }
|
|
|
|
:link {
|
|
color: black; }
|
|
|
|
/*partials*/
|
|
header {
|
|
display: block;
|
|
background-color: white;
|
|
position: fixed;
|
|
z-index: 99;
|
|
width: 100vw;
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 0; }
|
|
header div {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between; }
|
|
header div #block-reha-logoministere {
|
|
width: fit-content; }
|
|
header div #block-reha-logoreha {
|
|
max-height: 90%; }
|
|
header div #block-reha-connexionutilisateur {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 15%; }
|
|
header div #block-reha-connexionutilisateur .user-login-form {
|
|
display: none; }
|
|
header div #block-reha-connexionutilisateur ul {
|
|
display: none; }
|
|
header div #block-reha-config-pages {
|
|
width: 15%;
|
|
display: flex;
|
|
flex-direction: column; }
|
|
header div #block-reha-config-pages .config_pages--contact--full {
|
|
display: none;
|
|
/* Cacher initialement le contenu */ }
|
|
header div #block-reha-config-pages .open {
|
|
display: block; }
|
|
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 */ }
|
|
|
|
footer {
|
|
background-color: white;
|
|
font-family: "Marianne";
|
|
font-weight: 800; }
|
|
footer div {
|
|
display: flex;
|
|
flex: 1 1 120px;
|
|
flex-direction: row; }
|
|
footer div h2 {
|
|
font-family: 'Marianne'; }
|
|
|
|
#block-reha-pieddepage {
|
|
font-size: 1.5rem; }
|
|
|
|
#block-reha-operateurduprogramme {
|
|
display: flex;
|
|
flex-direction: column;
|
|
border-left: #fdc300 solid 5px;
|
|
border-right: #fdc300 solid 5px;
|
|
padding-left: 3rem; }
|
|
|
|
#block-reha-config-pages-2 {
|
|
margin-left: 3rem;
|
|
border: none;
|
|
width: 20%;
|
|
display: flex;
|
|
flex-direction: column; }
|
|
|
|
/*pages*/
|
|
.layout--onecol {
|
|
width: 70%;
|
|
margin: auto;
|
|
font-size: 1.5rem;
|
|
font-weight: 400;
|
|
font-style: normal; }
|
|
.layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f {
|
|
display: flex;
|
|
justify-content: flex-end; }
|
|
.layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f :hover {
|
|
background-color: #fdc300; }
|
|
.layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 {
|
|
display: flex;
|
|
justify-content: flex-end; }
|
|
.layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 :hover {
|
|
background-color: #fdc300; }
|