| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 | 
							
- .path-user{
 
-     .buttons-filtres-ressources{
 
-         display: none;
 
-     }
 
- }
 
- .print_only{
 
-     @media screen {
 
-         display: none;
 
-     }
 
-      
 
- }
 
- .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;
 
- }
 
- .path-webform{
 
-     margin: 0;
 
- }
 
- .path-projets{
 
-     margin: 0;
 
- }
 
- .path-incubateur{
 
-     margin:0;
 
- }
 
- main{
 
-     width: 100%;
 
- }
 
- .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;
 
-     }
 
 
  |