123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- .block-views-blockactus-block-1{
- // display:none;
- background-color: white;
- padding-bottom: 3rem;
- // padding-left: 12%;
- h2{
- width: 80%;
- // margin: auto;
- padding-top: 2rem;
- padding-bottom: 2rem;
- padding-left: 12%;
- font-size: 2rem;
- font-weight: 900;
- }
- .view-id-actus{
- width: 100%;
- margin: auto;
- .views-row{
- width: 35vw !important;
- margin-left: 1rem;
- &:first-of-type{
- padding-left: 15%;
- }
- .node-type-actualite{
- width: 100%;
- // display: flex;
- // flex-direction: column;
- height: 100%;
- > .entete_actu{
- display: flex;
- flex-direction: column;
- p.field__item{
- display: none;
- }
- .image-actualite{
- width: 75%;
- height: 250px;
- right: 10%;
- position: relative;
- // margin-left: 1rem;
- .field--name-field-image{
- height: 100%;
- .field__items{
- height: 100%;
- .field__item{
- width: 100%;
- height: 100%;
- img{
- width: 100%;
- height: auto;
- object-fit: cover;
- height: 100%;
- }
- }
- }
- }
- }
- .infos-content{
- position: relative;
- display: flex;
- flex-direction: column;
- border: solid $yellow-puca 1px;
- background-color: $white-button;
- padding: 1rem;
- width: 100%;
- right: 0%;
- height: auto;
- h2{
- order: 2;
- margin: 0;
- font-size: 1.5rem;
- font-weight: 600;
- padding: 0;;
- }
- .field--name-field-sous-titre {
- order: 3;
- font-size: 1.3rem;
- }
- .field--name-field-date{
- order: 4;
- font-weight: 900;
- padding-bottom: 1rem;
- }
-
- .field--name-field-type-d-actualite{
- order: 1;
- text-transform: uppercase;
- font-size: 1.2rem;
- }
- .field--name-field-site{
- order: 5;
- background-color: $gris-violet;
- color: white;
- border-radius: 50px;
- width: fit-content;
- padding: 0.2rem 0.9rem;
- .field__item{
- display: inline;
- color: white;
- font-weight: 900;
- font-size: 0.8rem;
- vertical-align: top;
- }
- }
- ul.links{
- order: 6;
- display: none;
- }
- }
- .body-content{
- display: none;
- }
- }
- }
- }
- .slick-dots{
- position: relative;
- bottom: 0;
- }
- .slick-prev{
- left:35px;
- }
- }
- }
|