123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .layout-container {
- font-family: $font-family-default;
- margin: none;
- top: 0%;
- left: 0%;
- width: 100%;
- overflow: hidden;
- display: flex;
- flex-flow: row wrap;
- ;
- header{
- flex: 0 0 100%;
- }
- main{
- position: relative;
- // top: -7rem;
- }
- footer{
- flex: 0 0 100%;
- }
- }
- .layout-content{
- padding-top: 7rem;
- padding-bottom: 6rem;
- }
- .path-frontpage{
- margin: 0;
- }
- .path-node {
- margin: 0;
- }
- .path-faq{
- margin: 0;
- }
- .path-ressources{
- margin: 0;
- }
- .main-content{
- margin-top: 7rem;
- }
- .field--name-field-titre{
- .field__item{
- color: $blue-dark;
- font-weight: 900;
- font-size: 2rem;
- }
- .field__label{
- visibility: hidden;
- }
- }
- .inter-titre {
- color: $blue-light;
- // text-transform: uppercase;
- }
|