/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * Default theme - Owl Carousel CSS File
 */
.owl-item {width:auto;margin-right: 10px;}
.owl-carousel .owl-item img {
	border-radius: 30px;
}
.accueil .owl-carousel .owl-item img, .tact .owl-carousel .owl-item img {
	width:400px;
	height:auto;
	max-width: 100%;
}
.owl-theme .owl-nav {
	margin-bottom: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: flex;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	color: #FFF;
	font-size: 46px;
	margin: 10px 20px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 42px;
	line-height: 30px;
	width: 42px;
	height:42px;
	position: relative;
	border:1px solid #FFFFFF;
}
.owl-carousel .owl-nav button.owl-prev {margin-right: auto;}
.owl-carousel .owl-nav button.owl-next {margin-left: auto;}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #FF0077;
	color: #FFF;
	text-decoration: none;
}
.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span {
	position: absolute;
	top: 0px;
	left: 12px;
}
.owl-carousel .owl-nav .owl-next span {left: 14px;}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
@media (max-width:575.98px){
	.revue .owl-stage {height:360px;}
	.revue .owl-item, .owl-item .item {height:100%;}
}