/*______________________________________________________________________FILTER*/
.works-filter {
	display: flex;
	align-items: center;
}
@media(max-width:767px){
		.works-filter {
	display: flex;
	flex-wrap: wrap;
	}
}

#block-rhythm-sub-content .works-filter {
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}


/*_____________________________________________________________________GALLERY*/
#content {
  padding-inline: 0px !important;
}
section .row .col-md-8 {
	padding-inline:0%;
}
section .row {
	padding-inline:10%;
}
@media (min-width:1920px){
	section .row {
		padding-inline:10%;
	}
}
.works-grid.hover-white .work-item:hover .work-img::after {
  /* background: rgba(250,250,250,.9); */
  background: rgba(250, 250, 250, 0);
}

/*tablette*/
@media (min-width: 768px) {
	#block-rhythm-sub-headerwhite {
	  margin-bottom: 40px !important;
	}
}

@media (min-width: 768px) and (orientation: landscape) {
	
	li.work-item > a > div > span {
	  background: rgba(34, 34, 34, 0.57) !important;
	  line-height: 45px;
	}
}
#block-rhythm-sub-content {
  margin-inline: 10% !important;
}
@media (min-width: 1920px) {
   #block-rhythm-sub-content {
    margin-inline: 10% !important;
  }
}
div.nd-region:nth-child(2) > div:nth-child(1) {
padding-inline: 0% !important;
}