| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723 | 
							
- .path-ressources{
 
-     
 
-     .layout-container {
 
-         overflow: hidden;
 
-         @media (max-width:810px) {
 
-            overflow: hidden;
 
-            }
 
-     }
 
-         .layout-content{
 
-             min-height: 100vh;
 
-             width: 100vw;
 
-         .region-content{
 
-             width: 100%;
 
-             margin: auto;
 
-             #block-contenudelapageprincipale{
 
-                 h2{
 
-                     font-size: 4em;
 
-                     color: $blue-dark;
 
-                     font-weight: 400;
 
-                     text-align: center;
 
-                     margin-bottom: 1rem;
 
-                     width: fit-content;
 
-                     margin-left: 28%;
 
-                     
 
-                     @media (max-width:810px) {
 
-                      margin-left: 2rem;
 
-                      text-align: left;
 
-                      line-height: 4rem;
 
-                     }
 
-                 }
 
-                 .layout--onecol{
 
-                     .layout__region--content{
 
-                         .block-region-content{
 
-                             // display: grid;
 
-                             // grid-template-columns: 1fr repeat(4, 1fr) 1fr;
 
-                             display: flex;
 
-                             flex-direction: column;
 
-                             @media (max-width: 479px){
 
-                                 display: flex;
 
-                                 flex-direction: column;
 
-                             }
 
-                             // texte présentation
 
-                            .block-config-pages-block{
 
-                             width: 60%;
 
-                             margin: auto;
 
-                             margin-left: 28%;
 
-                             @media (max-width:810px) {
 
-                                 margin-left: 2rem;
 
-                                 width: 85%;
 
-                                }
 
-                             @media (max-width:479px) {
 
-                                 order: 1;
 
-                                 margin-left: 2rem;
 
-                                 // margin-right: 2rem;
 
-                             }
 
-                                 .config_pages--base-de-donnees--full{
 
-                                     grid-column: 1 / span 5;
 
-                                     @media (max-width: 810px){
 
-                                         padding-top: 1rem;
 
-                                         // padding-left: 2rem;
 
-                                         margin-top:1rem;
 
-                                     }
 
-                                     @media (max-width: 479px){
 
-                                         padding-left: 0;
 
-                                         padding-right: 0;
 
-                                     }
 
-                                     .field--name-field-introduction{
 
-                                         margin: auto;
 
-                                         background: $white;
 
-                                         font-size: 1rem;
 
-                                         // margin-top:5rem;
 
-                                         @media (max-width: 479px){
 
-                                             margin-top:1rem;
 
-                                         }
 
-                                     }
 
-                                 }
 
-                             }
 
-                             //button proposer une ressource
 
-                             .block-block-content82917d0c-5004-4bfb-af66-ce334782d82d{
 
-                                 // visibility: hidden;
 
-                                 grid-column: 6 / span 5;
 
-                                 grid-row: 1;
 
-                                 margin-top: 4rem;
 
-                                 background-color: $blue-light;
 
-                                 height: fit-content;
 
-                                 width: 100%;
 
-                                 @media (max-width: 810px){
 
-                                     grid-column: 5 / span 5;
 
-                                 }
 
-                                 @media (max-width: 479px){
 
-                                     grid-column: 5 / span 5;
 
-                                     order: 2;
 
-                                 }
 
-                                 .display{
 
-                                     display: block;
 
-                                 }
 
-                                 
 
-                                 .field--name-field-lien{
 
-                                     display: flex;
 
-                                     flex-direction: column;
 
-                                     margin-top: 2rem;
 
-                                     margin-bottom: 2rem;
 
-                                     margin-left: 1.5rem;
 
-                                     margin-right: 1.5rem;
 
-                                     text-align: center;
 
-                                     a{
 
-                                         font-weight: 800;
 
-                                         color: $white;
 
-                                         font-size: 1.3rem;
 
-                                     } 
 
-                                     &:after{
 
-                                         margin-left: auto;
 
-                                         padding-top: 1rem;
 
-                                         display: block;
 
-                                         content:url("../images/pictos/noun_Arrow_3771902.svg")
 
-                                         
 
-                                     }
 
-         
 
-                                 }
 
-                                 @media (max-width: 810px){
 
-                                     margin: auto;
 
-                                 }
 
-                                 
 
-                             }
 
-                         // grille des ressources
 
-                             .block-views-blockbase-de-donnees-block-1{
 
-                                 margin-top: 2rem;
 
-                                 width: 100%;
 
-                                 @media (max-width:479px) {
 
-                                     order: 3;
 
-                                 }
 
-                                 .view-base-de-donnees{
 
-                                     // display: grid;
 
-                                     // grid-template-columns: 22% 80%;
 
-                                     // gap: 2rem;
 
-                                     // overflow-x: hidden;
 
-                                     @media (max-width:810px) {
 
-                                         display: flex;
 
-                                         flex-direction: column ;
 
-                                     }
 
-                                     .view-filters{
 
-                                         position: fixed;
 
-                                         // align-self: start;
 
-                                         top: 25rem;
 
-                                         left: 0;
 
-                                         background-color: $white;
 
-                                         border: solid 0.2px rgba(0, 0, 0, 0.1);
 
-                                         margin-bottom: 5rem;
 
-                                         padding: 1rem;
 
-                                         padding-left: 2rem;
 
-                                         padding-right: 1.5rem;
 
-                                         z-index: 1;
 
-                                         transform: translateY(-210px);
 
-                                         margin-bottom: -210px;
 
-                                         width: 20%;
 
-                                        
 
-                                         @media (max-width: 810px) {
 
-                                             position: static;
 
-                                             margin-bottom: 2rem;
 
-                                             transform: none;
 
-                                             margin-bottom: 0px;
 
-                                             width: 80%;
 
-                                         }
 
-                                         @media (max-width: 479px) {
 
-                                             margin-left: 0;                                                
 
-                                         }
 
-                                         
 
-                                         .buttons-filtres-ressources{
 
-                                             &::before{
 
-                                                 content: "Afficher : ";
 
-                                                 padding-right: 1rem;
 
-                                                 font-weight: 800;
 
-                                                 font-size: 1rem;
 
-                                                 margin-bottom: 1rem;
 
-                                                 display: block;
 
-                                                 width: 100%;
 
-                                                 @media (max-width: 479px){
 
-                                                     padding-bottom: 1rem;
 
-                                                 }
 
-                                             }
 
-                                       
 
-                                             a.button{
 
-                                                 background-color: transparent;
 
-                                                 // border-radius: 30px;
 
-                                                 border: 1px solid black;
 
-                                                 padding: 0.3rem 0.5rem 0.1rem 0.3rem;
 
-                                                 margin-bottom: 0.5rem;
 
-                                                 margin-right: 0.5rem;
 
-                                                 font-size: 0.8rem;
 
-                                                 color: $blue-dark;
 
-                                                 display: inline-flex;
 
-                                                 flex-direction: row;
 
-                                                 align-items: center;
 
-                                                 &:hover{
 
-                                                     cursor: grab;
 
-                                                     background-color: $blue-dark;
 
-                                                     color: white;
 
-                                                 }
 
-                                                 :visited{
 
-                                                     color: $blue-dark;
 
-                                                 }
 
-                                                 
 
-                                                 &.button-videos{
 
-                                                     &::before{
 
-                                                         content:url("../images/pictos/videos.svg");
 
-                                                         padding-right: 0.5rem;
 
-                                                         display: block;
 
-                                                     }
 
-                                                     &:hover::before,
 
-                                                     .is-active &::before{
 
-                                                         content:url("../images/pictos/videos-blanc.svg");
 
-                                                         display: block;
 
-                                                     }
 
-                                                     }
 
-                                                 &.button-podcasts{
 
-                                                     display: none !important;
 
-                                                     &::before{
 
-                                                     content:url("../images/pictos/podcasts.svg");
 
-                                                     padding-right: 0.5rem;
 
-                                                     display: block;
 
-                                                     }
 
-                                                     &:hover::before{
 
-                                                         content:url("../images/pictos/podcasts-blanc.svg");
 
-                                                         display: block;
 
-                                                     }
 
-                                                 }
 
-                                                 &.button-images---photos{
 
-                                                     &::before{
 
-                                                     content:url("../images/pictos/en-images.svg");
 
-                                                     display: block;
 
-                                                     padding-right: 0.5rem;
 
-                                                     }
 
-                                                     &:hover::before{
 
-                                                         content:url("../images/pictos/en-images-blanc.svg");
 
-                                                         display: block;
 
-                                                     }
 
-                                                 }
 
-                                                 &.button-livres{
 
-                                                     &::before{
 
-                                                     content:url("../images/pictos/ecrits.svg");
 
-                                                     padding-right: 0.5rem;
 
-                                                     display: block;;
 
-                                                     }
 
-                                                     &:hover::before{
 
-                                                         content:url("../images/pictos/ecrits-blanc.svg");
 
-                                                         display: block;
 
-                                                     }
 
-                                                 }
 
-                                                 &.button-articles{
 
-                                                     &::before{
 
-                                                     content:url("../images/pictos/ecrits.svg");
 
-                                                     padding-right: 0.5rem;
 
-                                                     display: block;
 
-                                                     }
 
-                                                     &:hover::before{
 
-                                                         content:url("../images/pictos/ecrits-blanc.svg");
 
-                                                         display: block;
 
-                                                     }
 
-                                                 }
 
-                                                 &.button-publications---rapports{
 
-                                                     &::before{
 
-                                                     content:url("../images/pictos/ecrits.svg");
 
-                                                     padding-right: 0.5rem;
 
-                                                     display: block;
 
-                                                     }
 
-                                                     &:hover::before{
 
-                                                         content:url("../images/pictos/ecrits-blanc.svg");
 
-                                                         display: block;
 
-                                                     }
 
-                                                 }
 
-                                             }
 
-                                             button.is-active{
 
-                                                 background-color: $blue-dark;
 
-                                                 color: white;
 
-                                               
 
-                                                 a {
 
-                                                   color: white;
 
-                                                 }
 
-                                                 &.button-videos{
 
-                                                     margin-top: 1rem;
 
-                                                     a {
 
-                                                          &::before,
 
-                                                         .is-active &::before{
 
-                                                             content:url("../images/pictos/videos-blanc.svg");
 
-                                                         }
 
-                                                        
 
-                                                     }
 
-                                                 }
 
-                                                 &.button-podcasts{
 
-                                                     a {
 
-                                                         &::before{
 
-                                                             content:url("../images/pictos/podcasts-blanc.svg");
 
-                                                         }
 
-                                                     }
 
-                                                 }
 
-                                                 &.button-images---photos{
 
-                                                     a {
 
-                                                         &::before{
 
-                                                             content:url("../images/pictos/en-images-blanc.svg");
 
-                                                         }
 
-                                                     }
 
-                                                 }
 
-                                                 &.button-livres{
 
-                                                     a {
 
-                                                         &::before{
 
-                                                             content:url("../images/pictos/ecrits-blanc.svg");
 
-                                                         }
 
-                                                     }
 
-                                                 }
 
-                                                 &.button-articles{
 
-                                                     a {
 
-                                                         &::before{
 
-                                                             content:url("../images/pictos/ecrits-blanc.svg");
 
-                                                         }
 
-                                                     }
 
-                                                 }
 
-                                                 &.button-publications---rapports{
 
-                                                     a {
 
-                                                         &::before{
 
-                                                             content:url("../images/pictos/ecrits-blanc.svg");
 
-                                                         }
 
-                                                     }
 
-                                                 }
 
-                                             }
 
-                                         }
 
-                                         form{
 
-                                             &::before{
 
-                                                 content: "Filtrer par : ";
 
-                                                 padding-right: 1rem;
 
-                                                 font-weight: 800;
 
-                                                 font-size: 1rem;
 
-                                                 margin-bottom: 1rem;
 
-                                                 @media (max-width: 479px){
 
-                                                     padding-bottom: 1rem;
 
-                                                 }
 
-                                             }
 
-                                             .form-item-field-type-de-media-target-id{
 
-                                                 display: none;
 
-                                             }
 
-                                             .form-item{
 
-                                                 font-size: 0.8rem;
 
-                                             }
 
-                                             .form-item-combine{
 
-                                                 border-top: none;
 
-                                                 border-left: none;
 
-                                                 border-right: none;
 
-                                                 font-size: 0.8rem;
 
-                                                 justify-content: flex-start !important;
 
-                                                 label{display: none;}
 
-                                                 .input-wrapper{
 
-                                                     display: inline-flex;
 
-                                                     position: relative;
 
-                                                     font-size: 0.8rem;
 
-                                                     width: -webkit-fill-available; /* Safari/Chrome */
 
-                                                     width: -moz-available;         /* Firefox */
 
-                                                     width: fill-available;         /* standard futur */
 
-                                                     width: 100%;                   /* fallback */
 
-                                                     max-width: 100%;
 
-                                                     &::after{
 
-                                                         content: url("../images/pictos/loupe.svg");
 
-                                                         display: inline-block;
 
-                                                     }
 
-                                                     input{
 
-                                                         text-align: start !important;
 
-                                                         max-width: 100% !important;
 
-                                                     }
 
-                                                 }
 
-                                                 
 
-                                                   
 
-                                                   
 
-                                             }
 
-                                             .form-item-combine:not(.form-item-field-date-de-parution-value) .search-with-clear{
 
-                                                 .clear-input {
 
-                                                     position: absolute;
 
-                                                     right: -4px;
 
-                                                     top: 50%;
 
-                                                     transform: translateY(-50%);
 
-                                                     background: white;
 
-                                                     border: none;
 
-                                                     padding: 0.5rem;
 
-                                                     margin: 0;
 
-                                                     cursor: pointer;
 
-                                                     color: #888;
 
-                                                     display: none; /* masqué par défaut */
 
-                                                   }
 
-                                                   
 
-                                                   .clear-input:hover {
 
-                                                     color: #000;
 
-                                                   }
 
-                                             }
 
-                                             .form-item-field-date-de-parution-value .clear-input{
 
-                                                 display: none;
 
-                                             }
 
-                                             select{
 
-                                                 font-size: 0.8rem;
 
-                                                 ::placeholder{
 
-                                                     display: none;
 
-                                                 }
 
-                                             }
 
-                                             input{
 
-                                                 font-size: 0.8rem;
 
-                                             }
 
-                                         }
 
-                                     }
 
-                                     .filtered{
 
-                                         display: flex;
 
-                                         flex-direction: row;
 
-                                         flex-wrap: wrap;
 
-                                         .views-row-wrapper{
 
-                                             flex-wrap: wrap;
 
-                                             width: 85%;
 
-                                             .views-row {
 
-                                                 padding: 1rem;
 
-                                                 width: 30% !important;
 
-                                             }
 
-                                         }
 
-                                     }
 
-                                     .view-content{
 
-                                         // * { outline: 1px solid red; }
 
-                                         transition: opacity 0.3s ease;
 
-                                         display: flex;
 
-                                         flex-direction: row;
 
-                                         flex-wrap: wrap;
 
-                                         // width: 80%;
 
-                                         padding-left: 25%;
 
-                                         // overflow-x: hidden;
 
-                                         @media (max-width: 810px) {
 
-                                            padding-left: 0;                                                
 
-                                         }
 
-                                         .border{
 
-                                             width: 80%;
 
-                                             border-top: solid 1px rgba(0, 0, 0, 0.3);
 
-                                             
 
-                                         }
 
-                                         .view-type-slide:not(:first-of-type) {
 
-                                             // width: 80%;
 
-                                             // border-top: solid 1px rgba(0, 0, 0, 0.3);
 
-                                             // padding-top: 2rem;
 
-                                           
 
-                                        
 
-                                         }
 
-                                         .view-type-slide.type-publications-issues-du-programme{
 
-                                             order: 1;
 
-                                             &::before{
 
-                                                 background-color: $background-actus;
 
-                                             }
 
-                                             .views-row{
 
-                                                 width: 45% ;
 
-                                                 min-width: 350px !important;
 
-                                                 max-width: 500px ;
 
-                                             }
 
-                                         }
 
-                                         .view-type-slide.type-paroles-de-laureats{order: 2;}
 
-                                         .view-type-slide.type-les-projets-en-images{
 
-                                             order: 3;
 
-                                             // width: 80%;
 
-                                             // border-top: solid 1px rgba(0, 0, 0, 0.3);
 
-                                         }
 
-                                         .view-type-slide.type-les-projets-en-images{
 
-                                             .slick-list{
 
-                                                 padding-left: 0 !important;
 
-                                             }
 
-                                             &::before{
 
-                                                 background-color: $background-actus;
 
-                                             }
 
-                                         }
 
-                                        
 
-                                         .view-type-slide.type-presse{
 
-                                             order: 5;
 
-                                            
 
-                                             h3{border: none;}
 
-                                         }
 
-                                         .view-type-slide.type-publications-des-partenaires-et-laureats{
 
-                                             order: 4;
 
-                                         }
 
-                                         .view-type-slide.type-autres{order: 9;}
 
-                                         .type-documentation-partenariale{order: 6;}
 
-                                         .view-type-slide.type-these-et-memoire{order: 8;}
 
-                                         .view-type-slide:not(footer){
 
-                                             width: 100%;
 
-                                             position: relative;
 
-                                             z-index: 0;
 
-                                             // padding-top: 1rem;
 
-                                             padding-bottom: 1rem;
 
-                                             &::before {
 
-                                                 content: "";
 
-                                                 position: absolute;
 
-                                                 left: -35%;
 
-                                                 height: 100%;
 
-                                                 width: 110vw;
 
-                                                 z-index: 0;
 
-                                                 @media (max-width: 810px){
 
-                                                     left: 0;
 
-                                                 } 
 
-                                             }
 
-                                             > * {
 
-                                                 position: relative;
 
-                                                 z-index: 1;
 
-                                               }
 
-                                             h3{
 
-                                                 // margin-top: 3rem;
 
-                                                 top: 1rem;
 
-                                                 // padding-top: 1rem;
 
-                                                 text-transform: uppercase;
 
-                                                 font-family: 'Source Code Pro';
 
-                                                 color: rgb(9, 57, 139) !important;
 
-                                                 display: flex;
 
-                                                 flex-direction: row;
 
-                                                 align-items: center;
 
-                                                 font-size: 1.7rem;
 
-                                                 margin-block: 0em;
 
-                                                 @media (max-width: 810px){
 
-                                                     padding-left: 2rem;
 
-                                                     width: 70%;
 
-                                                 } 
 
-                                                 @media (max-width: 479px){
 
-                                                     width: 65% !important;
 
-                                                 } 
 
-                                             }
 
-                                             h3.type-publications-issues-du-programme {
 
-                                                 border: none;
 
-                                                 &:before{
 
-                                                     content:url("../images/pictos/picto-ressource-eqld.svg");
 
-                                                     padding-right: 1rem;
 
-                                                 }
 
-                                             }
 
-                                             h3.type-paroles-de-laureats {
 
-                                                 &:before{
 
-                                                     content:url("../images/pictos/picto-ressource-paroleslaureats.svg");
 
-                                                     padding-right: 1rem;
 
-                                                 }
 
-                                             }
 
-                                             h3.type-les-projets-en-images {
 
-                                                 width: 80%;
 
-                                                 &:before{
 
-                                                     content:url("../images/pictos/picto-ressource-projetsimages.svg");
 
-                                                     padding-right: 1rem;
 
-                                                 }
 
-                                             }
 
-                                             h3.type-presse {
 
-                                                 &:before{
 
-                                                     content:url("../images/pictos/picto-ressource-presse.svg");
 
-                                                     padding-right: 1rem;
 
-                                                    
 
-                                                 }
 
-                                             }
 
-                                             .tout-voir{
 
-                                                 background-color: $white;
 
-                                                 border: 1px solid $blue-light;  
 
-                                                 list-style: none;
 
-                                                 padding: 0.5rem;
 
-                                                 position: relative;
 
-                                                 left: 60vw;
 
-                                                 top: -1.5rem;
 
-                                                 // margin-top: 1rem;
 
-                                                 // button{
 
-                                                     text-transform: uppercase;
 
-                                                     font-size: 0.7rem;
 
-                                                     font-weight: 500;
 
-                                                     color: $blue-light;
 
-                                                     display: inline-flex;
 
-                                                     align-items: center;
 
-                                                     // &:after{
 
-                                                     //     // display: block;
 
-                                                     //     content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>');
 
-                                                     // }
 
-                                                 // }
 
-                                                 @media (max-width: 810px){
 
-                                                     left: 81vw;
 
-                                                     // top: -4.3rem;
 
-                                                 } 
 
-                                                 @media (max-width: 479px){
 
-                                                     left: 76vw;
 
-                                                     top: -1.5rem;
 
-                                                 } 
 
-                                                 
 
-                                             }
 
-                                             
 
-                                             .views-row-wrapper{
 
-                                                 display: flex;
 
-                                                 flex-direction: row;
 
-                                                 .slick-track{
 
-                                                     width: 100% !important;
 
-                                                     display: flex;
 
-                                                     flex-direction: row;
 
-                                                     transform: none;
 
-                                                     .views-row{
 
-                                                         width: 20% ;
 
-                                                         min-width: 250px ;
 
-                                                         max-width: 500px ;
 
-                                                     }
 
-                                                 }
 
-                                               
 
-                                                 @media (max-width: 810px){
 
-                                                     padding-left: 0rem !important;
 
-                                                     flex-direction: column;
 
-                                                     .views-row{
 
-                                                         width: 100% !important;
 
-                                                     }
 
-                                                 } 
 
-                                                 .slick-next::before{
 
-                                                     content:url("../images/pictos/fleche-droite-dans-rond.png");
 
-                                                     // display: block;
 
-                                                     display: inline-block;
 
-                                                     transform: scale(0.5); /* Réduction à 50% */
 
-                                                     transform-origin: top left; /* Point d’ancrage du redimensionnement */
 
-                                                     @media (max-width: 810px){
 
-                                                         transform: scale(0.5); /* Réduction à 50% */
 
-                                                     transform-origin: top left; /* Point d’ancrage du redimensionnement */
 
-                                                     } 
 
-                                                 }
 
-                                                 
 
-                                                 .slick-prev::before{
 
-                                                     content:url("../images/pictos/fleche-droite-dans-rond.png");
 
-                                                     display: block;
 
-                                                     display: inline-block;
 
-                                                     transform: scaleX(-1);
 
-                                                     transform: scale(-0.5, 0.5);
 
-                                                     transform-origin: top right; /* Point d’ancrage du redimensionnement */ 
 
-                                                     @media (max-width: 810px){
 
-                                                         transform: scale(-0.5, 0.5);
 
-                                                         transform-origin: top right; /* Point d’ancrage du redimensionnement */  
 
-                                                     } 
 
-                                                 }
 
-                                                 .slick-prev::before,
 
-                                                 .slick-next::before{
 
-                                                     opacity: 1 !important;
 
-                                                     // top: 80% !important;
 
-                                                 }
 
-                                                 .slick-prev.slick-disabled::before,
 
-                                                 .slick-next.slick-disabled::before{
 
-                                                     opacity: 0.3 !important;
 
-                                                 }
 
-                                                 .slick-prev,
 
-                                                 .slick-next{
 
-                                                     top: 94%;
 
-                                                 }
 
-                                                 .slick-next {
 
-                                                     right: 35vw;
 
-                                                 }
 
-                                                 .slick-prev {
 
-                                                     left: 25vw;
 
-                                                 }
 
-                                                 @media (max-width: 1400px){
 
-                                                     .slick-prev {
 
-                                                         left: 20vw;
 
-                                                     }  
 
-                                                     .slick-next{
 
-                                                         right: 30vw;
 
-                                                     }
 
-                                                 } 
 
-                                                 @media (max-width: 810px){
 
-                                                     .slick-prev {
 
-                                                         left: 15vw;
 
-                                                     }  
 
-                                                     .slick-next{
 
-                                                         right: 35vw;
 
-                                                     }
 
-                                                 } 
 
-                                                 @media (max-width: 479px){
 
-                                                     .slick-prev {
 
-                                                         left: 8vw;
 
-                                                     } 
 
-                                                     .slick-next{
 
-                                                         right: 30vw;
 
-                                                     }
 
-                                                 } 
 
-                                                 
 
-                                             }
 
-                                             
 
-                                         }                                                                          
 
-                                     }
 
-                                 }
 
-                             }
 
-                         }
 
-                     }
 
-                 }
 
-             }
 
-         }
 
-     }
 
- }
 
- div.view-type-slide:nth-child(2) > div:nth-child(4){
 
-     padding-left: 0 !important;
 
-         .slick-list{
 
-             padding-left: 8% !important;
 
-             padding-right: 8% !important;
 
-         }
 
-         article{
 
-             padding-right: 0;
 
-         }
 
- }
 
- footer{
 
-     z-index: 1;
 
- }
 
 
  |