.body-expo p {
	text-align: justify;
}

.pdf_div {
	margin-top: 35px;
}
.pdf_expo > span {
	margin-right: 10px;
}

.resOeuvres {
	cursor: pointer;
}
.resOeuvres > h5 {
	color: rgba(81, 115, 180, 1);
	padding-left: 10px;
}
.resOeuvres > div {
    padding: 0 10px;
}

.museum-lg{
	height: 550px;
}
.museum-lg #museum1-img {
	height: 550px;
	background-image: url("../img/oeuvres/expo1/image_05-min.jpg");
	background-size: cover;
    background-position: center;
}
.museum-lg #museum2-img {
	height: 550px;
	background-image: url("../img/oeuvres/expo2/3_constructor-min.jpg");
	background-size: cover;
    background-position: center;
}
.museum-lg #museum3-img {
	height: 550px;
	background-image: url("../img/oeuvres/expo3/liebermann_wannsee_villa-min.jpg");
	background-size: cover;
    background-position: center;
}
.museum-lg #museum4-img {
	height: 550px;
	background-image: url("../img/oeuvres/expo4/BWM_1-min.jpg");
	background-size: cover;
    background-position: center;
}
.museum-lg #museum5-img {
	height: 550px;
	background-image: url("../img/oeuvres/expo5/lucien_simon-min.jpg");
	background-size: cover;
    background-position: center;
}
.museum-lg #museum6-img {
	height: 550px;
	background-image: url("../img/oeuvres/expo6/mrs-buste-min.jpg");
	background-size: cover;
    background-position: center;
}
.museum-lg #museum-txt {
	height: 550px;
	column-count: 2;
    overflow: auto;
}

.imgOeuvre{
	height: 500px;
	/*background-image: url("/galerie/img/oeuvres/floral-2069810_1280.png");*/
	background-size: cover;
    background-position: center;
    background-color: #585858;
    background-blend-mode: multiply;
}

.carousel-control-prev, .carousel-control-next {
	opacity: 1 !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 30px !important;
    height: 30px !important;
}

.nav > a {
	cursor: pointer;
}

.cursor {
	cursor: pointer;
}

.filterCross {
	width: 95%;
	display: inline-block;
}
.filterCross + i {
	display: none;
	width: 5%;
	text-align: center;
	cursor: pointer;
	font-size: 21px;
}

.noFontSize {
	font-size: unset;
}

@media (max-width: 768px) {
	#carsouselRect > ul {
		margin-right: 0%; 
    	margin-left: 0%; 
	}
}