.cms-index-index .uk-section-main {
    padding-bottom: 0;
    padding-top: 0;
}
.uk-best-mobilier {
	border: 15px solid #efefef;
}
.uk-background-best-mobilier {
	background-image: url(../images/background-best-mobilier.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    max-height: 350px;
}
.uk-background-best-mobilier h4 {
	color: #000000;
    font-size: 2vw;
    font-weight: bold;
    font-family: "Playfair Display";
}
.uk-style-sur-mesure a {
	overflow: hidden;
	display: block;
}
.uk-style-sur-mesure a img {
	transition: all ease .3s;
    width: 100%;
}
.uk-style-sur-mesure a:hover img {
	transform: scale(1.05);
}
.uk-selection-du-moment .uk-banner-text {
    background-color: #ffffffdb;
    border: solid 1px white;
    color: #000000;
    font-size: 2vw;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.uk-selection-du-moment .uk-position-medium.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-30px);
    width: 300px;
    text-align: center;
    background: none;
}
.uk-selection-du-moment .uk-position-medium.uk-position-bottom-center a {
	width: 100%;
}
.uk-site-infos-content {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}