.shortcuts-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	.shortcuts-wrapper a.banners {
		margin: 0 1% 15px;
		width: 48%;
	}
		.shortcuts-wrapper a.banners img {
			width: 100%;
			height: auto;
		}

.slider-home {
	width: 100%;
	position: relative;
	z-index: 9;
}
	.ico-fourchettes {
	    position: absolute;
	    z-index: 15;
	    bottom: -25px;
	    left: 0;
	    right: 0;
	    width: 100%;
	    display: flex; display: -webkit-flex; 
	    flex-flow: row wrap; -webkit-flex-flow: row wrap;
	    justify-content: center; -webkit-justify-content: center;
		z-index: 20;
	}

.shortcuts-slider {
	width: 100%;
	position: relative;
	z-index: 10;
}
	.shortcuts-slider .shortcuts-item {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		justify-content: space-around; -webkit-justify-content: space-around;
	}
		.shortcuts-slider .shortcuts-item .title {
			width: 900px;
			margin: auto;
			z-index: 12;
			position: relative;
		}
			.shortcuts-slider .shortcuts-item .title .text,
			.shortcuts-slider .shortcuts-item .title h1 {
				position: relative;
				width: 100%;
				z-index: 12;
				font-size: 100px;
				font-weight: bold;
				color: #FFF;
				line-height: 1.0;
				text-align: center;
				padding: 0;
				margin: 0;
			}
				.shortcuts-slider .shortcuts-item .title .text span,
				.shortcuts-slider .shortcuts-item .title h1 span {
					font-size: 67px;
					font-weight: normal;
					color: #bb975b;
					font-family: 'Permanent Marker', cursive;
				}

.owl-theme .owl-dots {
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: center; -webkit-justify-content: center;
	margin-top: -40px;
	position: relative;
	z-index: 15;
}
	.owl-theme .owl-dots .owl-dot {
		background: #FFF;
		width: 13px;
		height: 13px;
		border-radius: 8px;
		margin: 0 10px;
	}
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: none;
	}
		.owl-theme .owl-dots .owl-dot.active {
			background: #ea1c86;
		}