| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489 | 
							- .path-incubateur{
 
-     background: url('../images/pictos/carre-contour-bleu_programme.svg');
 
-     background-repeat: no-repeat;
 
-     background-position-y: 7rem;
 
-     max-width: 100vw;
 
-     background-size: contain;
 
-     
 
-     .layout-container{
 
-         overflow: unset;
 
-             .layout-content{
 
-                 
 
-                 .region-content{
 
-                     #block-contenudelapageprincipale{
 
-                         span{
 
-                             width: fit-content;
 
-                             h2{
 
-                                 width: fit-content;
 
-                                 margin-left: 11%;
 
-                                 margin-top: 15vh;
 
-                                 color: $white;
 
-                                 font-family: "Source Code Pro";
 
-                                 text-transform: uppercase;
 
-                                 font-size: 2rem;
 
-                                 font-weight: 800;
 
-                                 background: $blue-light; 
 
-                                 margin-bottom: 15vh;
 
-                                
 
-                             }
 
-                         }
 
-                         .layout--threecol-25-50-25{
 
-                             // menu ancres a gauche
 
-                             .layout__region--first{             // menu ancres a gauche
 
-                                 position: relative;
 
-                                 .block-region-first{
 
-                                     .block-config-pages-block{
 
-                                         display: flex;
 
-                                         justify-content: flex-end;
 
-                                         position: -webkit-sticky;
 
-                                         position: sticky;
 
-                                         top: 10rem;
 
-                                         @media (max-width: 810px){
 
-                                         display: none;
 
-                                         }
 
-                                         .config_pages--type--incubateur-du-programme {
 
-                                             display: flex;
 
-                                             flex-direction: row-reverse;
 
-                                             width: 50%;
 
-                                             background-color: $white;
 
-                                             padding-right: 2rem;
 
-                                             
 
-                                             .field--name-field-titre{
 
-                                                 display: flex;
 
-                                                 flex-direction: column;
 
-                                                 font-size: 1rem;
 
-                                                 font-weight: 1000;
 
-                                                 color: $blue-dark;
 
-                                                 border-bottom: 1px solid $blue-light;
 
-                                                 padding-bottom: 0.8rem;
 
-                                                 padding-right: 1rem;
 
-                                                 margin-top: 1rem;
 
-                                                 scroll-margin-top: 7em;
 
-                                 
 
-                                                 &:hover{
 
-                                                     text-decoration: underline;
 
-                                                 }
 
-                                             }
 
-                                         }  
 
-                                     }
 
-             
 
-                                 }
 
-                             }
 
-             
 
-                             // paragraphe texte
 
-                             .layout__region--second{   
 
-                                  
 
-                                 .block-config-pages-block{
 
-                                     .config_pages--type--incubateur-du-programme{
 
-                                         
 
-                                         .field--name-field-textes{
 
-                                             .field__item{
 
-                                                 .paragraph--type--texte{
 
-                                                     padding-right: 2rem;
 
-                                                     margin-top: 1rem;
 
-                                                     background-color: $white;
 
-                                                     .field--name-field-titre{
 
-                                                         font-size: 1.5rem;
 
-                                                         font-weight: 1000;
 
-                                                         font-family: 'Source Code Pro', monospace;
 
-                                                         color: $blue-dark;
 
-                                                         text-transform: uppercase;
 
-                                                         margin-bottom: 0.8rem;
 
-                                                     }
 
-                                                     .field--name-field-texte{
 
-                                                        margin-bottom: 2rem;
 
-                                                     }
 
-                                                 }
 
-                                             }
 
-                                         }
 
-                                     }
 
-                                 }    
 
-                             }
 
-                             // colone de droite fichiers et ressources liées
 
-                             .layout__region--third{     
 
-                                 .block-region-third{
 
-                                     .block-config-pages-block{
 
-                                         .config_pages--type--incubateur-du-programme{
 
-                                             margin-top: 1rem;
 
-                                             display: flex;
 
-                                             flex-direction: column;
 
-                                             width: 70%;
 
-                                             @media (max-width: 810px){
 
-                                                 margin: auto;
 
-                                             }               
 
-                                             .field--name-field-documents{
 
-                                                 height: fit-content;
 
-                                                 border: 2px solid $blue-light;
 
-                                                 background-color: $white;
 
-                                                 margin-bottom: 1rem;
 
-                                                 .field__item{
 
-                                                     min-height: 4rem;
 
-                                                     background: $white;
 
-                                                     color: $blue-light;
 
-                                                     padding-left: 0.8rem;
 
-                                                     padding-top: 1rem;
 
-                                                     span:nth-of-type(2){
 
-                                                         display: none;
 
-                                                     }
 
-                                                     
 
-                                                     .file--mime-application-pdf{    
 
-                                                         height: inherit;      
 
-                                                         margin: auto;  
 
-                                                         ::before{
 
-                                                             content: url("../images/pictos/noun_Download_file_307900.svg");
 
-                                                             min-width:40px;
 
-                                                             height: auto;
 
-                                                             padding-right: 0.5rem;
 
-                                                             display: inline-flex;
 
-                                                             align-items: center;
 
-                                                         }
 
-                                                         a{
 
-                                                             hyphens: auto;
 
-                                                             display: inline-flex;
 
-                                                             align-items: center;
 
-                                                             color: $blue-light;
 
-                                                             font-weight: 800;
 
-                                                         }
 
-                                                     }
 
-                                             
 
-                                                 }
 
-                                             }         
 
-  
 
-                                             
 
-                                             .field--name-field-liens{
 
-                                                 .field__item{
 
-                                                     margin: auto;  
 
-                                                     height: fit-content;
 
-                                                     border: 2px solid $blue-light;
 
-                                                     min-height: 4rem;
 
-                                                     background: $white;
 
-                                                     color: $blue-light;
 
-                                                     padding-left: 0.8rem;
 
-                                                     padding-top: 1rem;
 
-                                                     margin-bottom: 1rem;
 
-                                                     
 
-                                                 }
 
-                                                 a{
 
-                                                     display: inline-flex;
 
-                                                     align-items: center;
 
-                                                     justify-items: center;
 
-                                                     color: $blue-light;
 
-                                                     font-weight: 800;
 
-                                                     &::before{
 
-                                                         content: url("../images/pictos/external_link.png");
 
-                                                         min-width: 40px;
 
-                                                         height: auto;
 
-                                                         padding-right: 0.5rem;
 
-                                                         display: inline-flex;
 
-                                                         align-items: center;
 
-                                                     }
 
-                                                     svg.ext{
 
-                                                         display: none;
 
-                                                     }
 
-                                                 }
 
-                                             }
 
-                                             
 
-                                             
 
-                                         
 
-                                         
 
-                                             // .block-entity-fieldnodefield-ress{
 
-                                             //     margin-top: 3rem;        
 
-                                         
 
-                                             //     h2{
 
-                                             //         font-size: 0.8rem;
 
-                                             //         color: $black;
 
-                                             //         font-weight: 900;
 
-                                             //     }
 
-                                         
 
-                                             //     .node-type-ressource{
 
-                                             //         display: flex;
 
-                                             //         flex-direction: column;
 
-                                             //         border: 2px solid $blue-light;
 
-                                             //         padding: 1rem;
 
-                                     
 
-                                             //         height: fit-content;
 
-                                             //         margin-bottom: 1rem;
 
-                                             //         background-color: $white;
 
-                                             //         &:first-of-type{
 
-                                             //             border-top: 1px solid $blue-light;
 
-                                             //             padding-top: 1rem;
 
-                                             //             &::after{
 
-                                             //                 content: url("../images/pictos/noun_Arrow_3771902.svg");
 
-                                             //                 align-self: flex-end;
 
-                                             //             }
 
-                                             //         }
 
-                                             //         .field--name-title{
 
-                                             //             a{
 
-                                             //                 color: $black;
 
-                                             //                 font-size: 1.4rem;
 
-                                             //                 font-weight: 600;
 
-                                     
 
-                                             //             }
 
-                                             //         }
 
-                                             //         .field--name-field-auteur-s-{
 
-                                             //             font-weight: 800;
 
-                                             //             p{
 
-                                             //                 margin: 0;
 
-                                             //             }
 
-                                             //             .field__label{
 
-                                             //                 display:none;
 
-                                             //             }
 
-                                             //         }
 
-                                             //         .field--name-field-edition{
 
-                                             //             p{
 
-                                             //                 margin: 0;
 
-                                             //             }
 
-                                             //             .field__label{
 
-                                             //                 display:none;
 
-                                             //             }
 
-                                             //         }
 
-                                             //         .field--name-field-images{
 
-                                             //             display: none;
 
-                                             //             width: 50%;
 
-                                             //             img{
 
-                                             //                 width: 100%;
 
-                                             //                 height: auto;
 
-                                             //             }
 
-                                             //         }
 
-                                             //         .field--name-field-type-de-ressource{
 
-                                             //             display: inline-flex;
 
-                                             //             margin-top: 2rem;
 
-                                             //             background: $blue-dark;
 
-                                             //             margin-right: 1rem;
 
-                                             //             padding-left: 0.3rem;
 
-                                             //             padding-right: 0.3rem;
 
-                                             //             color: $white;
 
-                                             //             font-weight: 800;
 
-                                             //             vertical-align: middle;
 
-                                             //         }
 
-                                             //     }
 
-                                             // }
 
-                                         }
 
-                                     }
 
-                                 
 
-                                 }
 
-                                 
 
-                             
 
-                             }
 
-                             // filtre et grille projets
 
-                             .layout__region--bottom{
 
-                                 .block-region-bottom{
 
-                                     .block-views-blockprojets-block-3{
 
-                                         padding-top: 1rem;
 
-                                         background-color: white;
 
-                                         .view-projets{
 
-                            
 
-                                             width: 80%;
 
-                                             margin: auto;
 
-                                             .view-filters{
 
-                                                 margin-top: 4rem;
 
-                                                 display: flex;
 
-                                                 flex-direction: row;
 
-                                                 @media (max-width: 479px){
 
-                                                     flex-direction: column;
 
-                                                     padding-bottom: 3rem;
 
-                                                 }
 
-                                                 &::before{
 
-                                                     content: 'Filtrer par :';
 
-                                                     margin-right: 1rem;
 
-                                                     @media (max-width: 479px){
 
-                                                         padding-bottom: 1rem;
 
-                                                     }
 
-                                                 }
 
-                                                 #views-exposed-form-projets-block-3{
 
-                                                     // width: 100%;
 
-                                                     display: flex;
 
-                                                     flex-direction: row;
 
-                                                     #edit-field-neuf-rehabilitation-value--wrapper{
 
-                                                         legend{display: none;}
 
-                                                         .js-form-item-field-neuf-rehabilitation-value:first-of-type{
 
-                                                             display: none;
 
-                                                         }
 
-                                                         @media (max-width: 479px){
 
-                                                             padding-bottom: 1rem;
 
-                                                         }
 
-                                                     }
 
-                                                     #edit-field-encours-fini-value--wrapper{
 
-                                                         legend{display: none;}
 
-                                                         .js-form-item-field-encours-fini-value:first-of-type{
 
-                                                             display: none;
 
-                                                         }
 
-                                                         @media (max-width: 479px){
 
-                                                             padding-bottom: 1rem;
 
-                                                         }
 
-                                                     }
 
-                                                     
 
-                                                     .js-form-type-textfield{
 
-                                                         label{display: none;}
 
-                                                         @media (max-width: 479px){
 
-                                                             padding-bottom: 1rem;
 
-                                                         }
 
-                                                     }
 
-                                                     input[type="radio"]{
 
-                                                         display: none;
 
-                                                     }
 
-                                                     input[type="radio"] + label::before{
 
-                                                         content:"";
 
-                                                         display:inline-block;
 
-                                                         width: 15px;
 
-                                                         height: 15px;
 
-                                                         background:#fff;
 
-                                                         border-radius:0px;
 
-                                                         border-color: rgba($color: #000000, $alpha: 1);
 
-                                                         border-style: solid;
 
-                                                         border-width: 1px;
 
-                                                         margin-right: 0.5rem;
 
-             
 
-                                                     }
 
-                                                     input[type="radio"]:checked + label::before{
 
-                                                         background:$blue-light;
 
-                                                     }
 
-                                                     label{
 
-                                                         padding-right: 1rem;
 
-                                                     }
 
-                                                     #edit-submit-projets{
 
-                                                         background-color: $blue-light; 
 
-                                                         color: white;
 
-                                                         text-transform: uppercase;
 
-                                                         border: none;
 
-                                                         padding: 0.1rem 0.7rem;
 
-                                                         margin-left: 2rem;
 
-                                                         @media (max-width: 479px){
 
-                                                             margin-left: 0rem;
 
-                                                             margin-right: 2rem;
 
-                                                         }
 
-                                                        
 
-                                                     }
 
-                                                     #edit-reset{
 
-                                                         background-color: $blue-light; 
 
-                                                         color: white;
 
-                                                         text-transform: uppercase;
 
-                                                         border: none;
 
-                                                         padding: 0.1rem 0.7rem;
 
-                                                         margin-left: 1rem;
 
-                                                     }
 
-                                                     @media (max-width: 479px){
 
-                                                         flex-direction: column;
 
-                                                        
 
-                                                     }
 
-                                                 }
 
-                         
 
-                         
 
-                                             }
 
-                         
 
-                                             //grille de projets
 
-                                             .view-content{
 
-                                                 margin-top: 2rem;
 
-                                                 display: flex;
 
-                                                 flex-direction: row;
 
-                                                 flex-wrap: wrap;
 
-                                                 @media (max-width: 810px){
 
-                                                     flex-direction: column;
 
-                                                 }
 
-                                                 .views-row{
 
-                                                     width: 25%;
 
-                                                     // flex: 0 0 25%;
 
-                                                     @media (max-width: 810px){
 
-                                             
 
-                                                         width: 100%;
 
-                                                     }
 
-                                                 }
 
-                         
 
-                                             }
 
-                                             .node-type-projet{
 
-                                                 color: $blue-dark;
 
-                                                 line-height: 1.5rem;
 
-                                                 padding: 0.5rem;
 
-                                                 padding-right: 1rem;
 
-                                                 padding-left: 1rem;
 
-                                                 @media (max-width: 479px){
 
-                                                     padding-left: 0rem;
 
-                                                     padding-right: 0rem;
 
-                                                     padding-top: 2rem;
 
-                                                 }
 
-                                                 div:first-child{                
 
-                                                     display: flex;
 
-                                                     flex-direction: column;
 
-                                                
 
-                                                     a{
 
-                                                         color: $blue-dark;
 
-                                                     } 
 
-                                                     .field--name-field-photo {
 
-                                                         order:1;
 
-                                                         img{  
 
-                                                             width: 100%; 
 
-                                                             max-height: 175px;
 
-                                                             object-fit: cover;
 
-                                                         }
 
-                                                         &::after{ 
 
-                                                             display: block;
 
-                                                             content:url('data:image/svg+xml,<svg width="160" height="25" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="0" x2="80" y1="20" y2="20" stroke-linecap="cube" stroke="rgb(9,57,139)" stroke-width="2.5"/></svg>');
 
-                                                         }
 
-                                                     }
 
-                                                     .field--name-field-adresse{
 
-                                                         order:2;
 
-                                                         display: flex;
 
-                                                         text-transform: uppercase;
 
-                                                         font-size: 0.9rem;
 
-                                                         font-weight: 800;
 
-                                                         margin-top: 0.8rem;
 
-                                                         line-height: 0.6rem;
 
-                                                         .address{
 
-                                                             display: flex;
 
-                                                             flex-direction: row;
 
-                                                             margin: 0;
 
-                                                             .locality{
 
-                                                                 padding-top: 0 !important;
 
-                                                                 padding-bottom: 0 !important;
 
-                                                                 &::after{
 
-                                                                     content:",";
 
-                                                                     margin-right: 0.3rem;
 
-                                                                 }
 
-                                                             }  
 
-                                                             .country{
 
-                                                                 padding-top: 0 !important;
 
-                                                                 padding-bottom: 0 !important;
 
-                                                             }                                      }
 
-                                                     }
 
-                                                     .field--name-field-sous-titre{
 
-                                                         margin-top: 0.5rem;
 
-                                                         font-size: 0.9rem;
 
-                                                         font-weight: 800;
 
-                                                         order: 4;
 
-                                                     }
 
-                                                     .field--name-title{
 
-                                                         order: 3;
 
-                                                         margin-top: 0.5rem;
 
-                                                         font-size: 0.9rem;
 
-                                                         font-weight: 800;
 
-                                                         h2{margin: 0;}
 
-                                                     }
 
-                         
 
-                                                     .field--name-field-incube{
 
-                                                         order:4;
 
-                                                         color: red;
 
-                                                         margin-top: 0.8rem;
 
-                                                         font-size: 0.7rem;
 
-                                                     }
 
-                                                 }
 
-                                             }
 
-                                         }
 
-                                     }
 
-                                 }
 
-                             }
 
-                         }
 
-                     }
 
-                 }
 
-             }
 
-         // }
 
-     }
 
- }
 
 
  |