| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 | 
							- .home-page-layout-content {
 
-     
 
-     .block-block-content3bb825b3-ab84-4861-a4f2-2a5e5eed74de{
 
-     border: solid $yellow-puca 1px;
 
-     background-color: $white-button;
 
-     font-weight: 800;
 
-     padding: 2rem;
 
-     margin-right: 1rem;
 
-     width: 20vw;
 
-     margin-left: 15%;
 
-     padding-top: 0.5rem;
 
-     padding-left: 0.8rem;
 
-     padding-bottom: 5rem;
 
-     @media(max-width: 891px){
 
-         margin-bottom: 1rem;
 
-         margin-top: 2rem;
 
-         width: 50%;
 
-         // margin: auto;
 
-     }
 
-     p{
 
-         margin: 0;
 
-         font-size: 1.3rem;
 
-     }
 
-     strong{
 
-         font-size: 1.5rem;
 
-     }
 
-     }
 
-     .block-views-blocksites-block-1 {
 
-         top: -60px;
 
-         position: relative;
 
-         height: 550px;
 
-     
 
-         .views-row{
 
-             @media(max-width: 891px){
 
-                 margin-left: 1.8rem;
 
-                 margin-right: 1.8rem;
 
-             }
 
-             .node-type-site{
 
-                 width: 70%;
 
-                 margin: auto;
 
-                 display: grid;
 
-                 grid-template-rows: repeat(12, 1fr);
 
-                 grid-template-columns: repeat(12, 1fr);
 
-                 @media(max-width: 891px){
 
-                     width: 100%;
 
-                     display: flex;
 
-                     flex-direction: column;
 
-                 }
 
-                 .image-site{
 
-                     order: 1;
 
-                     grid-row: 1/span 10;
 
-                     grid-column: 2/span 10;
 
-                     width: 100%;
 
-                     img {
 
-                         max-height: 500px;
 
-                         width: 100%;
 
-                         object-fit: cover;                      
 
-                     }
 
-                 }
 
-                 .infos-content-site{
 
-                     background-color: $white-button;
 
-                     width: 20vw;
 
-                     order: 2;
 
-                     display: flex;
 
-                     flex-direction: column;
 
-                     grid-row: 7/span 5;
 
-                     grid-column: 10/span 10;
 
-                     padding: 1rem;
 
-                     z-index: 99;
 
-                     @media(max-width: 891px){
 
-                         width: auto;
 
-                     }
 
-                     h1{display: none;}
 
-                     h2{
 
-                         order: 2;
 
-                         margin: 0;
 
-                         font-size: 1.9rem;
 
-                         font-weight: 1000;
 
-                         @media(max-width: 891px){
 
-                             font-size: 1.2rem;
 
-                             line-height: 1.3rem;
 
-                         }
 
-                     }
 
-                     .field--name-field-numero-site {
 
-                         order: 1;
 
-                         text-transform: uppercase;
 
-                         font-size: 1.5rem;
 
-                         @media(max-width: 891px){
 
-                             font-size: 1.5rem;
 
-                         }
 
-                     }
 
-                     .field--name-field-adresse-site{
 
-                         order: 3;
 
-                         font-size: 1.5rem;
 
-                         @media(max-width: 891px){
 
-                             font-size: 1rem;
 
-                             line-height: 0.6rem;
 
-                             padding-bottom: 0.3rem;
 
-                         }
 
-                         .address{
 
-                             margin: 0;
 
-                             display: inline-flex;
 
-                             .postal-code{
 
-                                 order: 2;
 
-                             }
 
-                             .locality{
 
-                                 order: 1;
 
-                                 text-transform: capitalize;
 
-                                 margin-right: 0.5rem;
 
-                             }
 
-                             .country{
 
-                                 display: none;
 
-                             }
 
-                         }
 
-                     }
 
-                     .field--name-field-architecte{
 
-                         order: 4;
 
-                         font-size: 1.5rem;
 
-                         .field__items{
 
-                             display: flex;
 
-                             flex-direction: row;
 
-                             flex-wrap: wrap;
 
-                             .field__item{
 
-                                 display: inline;
 
-                                 &::after{
 
-                                     content:',';
 
-                                     padding-right: 0.5rem;
 
-                                 }
 
-                                 
 
-                             }
 
-                         }
 
-                         .field__item:last-of-type::after {
 
-                             content: '';
 
-                         }
 
-                     }
 
-                 }
 
-             }
 
-         }
 
-        
 
-     }
 
-     
 
-     .block-block-content9e601647-144f-4e8e-b9e1-7d744f9141d7{
 
-         width: fit-content;
 
-         margin: auto;
 
-         z-index: 99;
 
-         position: relative;
 
-         top: -20px;
 
-     }
 
- }
 
 
  |