/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 
/* Owl Carousel - Core */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,  .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav.disabled,  .owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev,  .owl-carousel .owl-nav .owl-next,  .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,  .owl-carousel .owl-nav button.owl-next,  .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

.no-js .owl-carousel {
	display: block;
}

/* Owl Carousel - Animate Plugin */

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

/* Owl Carousel - Auto Height Plugin */

.owl-height {
	transition: height 500ms ease-in-out;
}

/* 	Owl Carousel - Lazy Load Plugin */

.owl-carousel .owl-item {

}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* 	Owl Carousel - Default theme */

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/* 	******************************* */

/* 	Atelier 85 theme - Owl Carousel */

/* 	******************************* */

.owl-carousel-wrap{
	min-width: 100%;
}
.owl-carousel{
	position: relative;
}
.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.owl-carousel .owl-nav{
	float: left;
}
.owl-carousel button.owl-prev,
.owl-carousel button.owl-next{
	font-size: 0;
}
.owl-carousel button.owl-prev:focus,
.owl-carousel button.owl-next:focus{
	outline: none !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
}

/* 	Flèches côtés */

.owl-carousel .nav-bt{
	height: 50px;
    width: 50px;
    cursor: pointer;
	position: absolute;
	top: calc(50% - 25px);
}
.owl-carousel .prev-slide{
    background: url(../img/left.svg) no-repeat;
	background-size: 100%;
    left: 45px;
}
.owl-carousel .next-slide{
	background: url(../img/right.svg) no-repeat;
	background-size: 100%;
    right: 45px;
}
.owl-carousel .prev-slide-blanc{
    background: url(../img/left-blanc.svg) no-repeat;
	background-size: 100%;
    left: 45px;
}
.owl-carousel .next-slide-blanc{
	background: url(../img/right-blanc.svg) no-repeat;
	background-size: 100%;
    right: 45px;
}

/* 	Flèches bottom */

.owl-carousel .nav-bt-bottom{
	height: 25px;
    width: 50px;
    cursor: pointer;
	position: absolute;
	bottom: -80px;
	left: calc(50% - 50px);
	transform: translateX(-50%);
	transition: all 200ms ease;
}
.owl-carousel .prev-slide2{
    background: url(../img/left2.svg) no-repeat;
	background-size: 100%;
	margin-right: 100px;
}
.owl-carousel .next-slide2{
	background: url(../img/right2.svg) no-repeat;
	background-size: 100%;
	margin-left: 100px;
}
.owl-carousel .prev-slide2:hover{
	margin-left: -10px;
}
.owl-carousel .next-slide2:hover{
	margin-left: 110px;
}

/* 	Fèches rondes */

.owl-carousel .nav-bt-bottom3{
	height: 40px;
    width: 40px;
	border: 0.8px solid #000;
	border-radius: 50%;
    cursor: pointer;
	position: absolute;
	bottom: -80px;
	left: calc(50% - 25px);
	transform: translateX(-50%);
	transition: opacity 200ms ease;
}
.owl-carousel .nav-bt-bottom3:hover{
	opacity: 0.5;
}
.owl-carousel .prev-slide3{
    background: url(../img/left.svg) no-repeat;
	background-size: 25px;
	background-position: center;
	margin-right: 50px;
}
.owl-carousel .next-slide3{
	background: url(../img/right.svg) no-repeat;
	background-size: 25px;
	background-position: center;
	margin-left: 50px;  
}

/* 	Slider */

.owl-carousel.slider .owl-stage {
	display: block !important;
}

/* 	Carousel slider */

.owl-carousel.carousel-slider {
	
}
.owl-carousel.carousel-slider .owl-item {
	text-align: center;
}
.owl-carousel.carousel-slider .owl-item img {
	width: auto !important;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 	Slider Logos */

.owl-carousel.slider-logos {
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.owl-carousel.slider-logos .owl-item {
	text-align: center;
}
.owl-carousel.slider-logos .owl-item img {
	width: auto !important;
	height: auto;
	max-width: 150px;
	max-height: 120px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 	Slider Témoignages */

.owl-carousel.slider-temoignages {
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.owl-carousel.slider-temoignages .prev-slide{
    left: 100px;
}
.owl-carousel.slider-temoignages .next-slide{
    right: 100px;
}
.owl-carousel.slider-temoignages .owl-stage {
	display: flex;
}
.owl-carousel.slider-temoignages .owl-item {
	display: flex;
	align-self: stretch;
} 
.owl-carousel.slider-temoignages .item-temoignage {
	display: inline-block;
	background: url(../img/bg-temoignage.svg) no-repeat var(--coul-3);
	background-size: 130px auto;
	background-position: center top 30px;
	color: #000;
	padding: 50px;
	padding-top: 150px;
	vertical-align: top;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

/* Dots */

.owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	padding-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
 	*display: inline;
}
.owl-carousel .owl-dots .owl-dot:focus {
	outline: none;
} 
.owl-carousel .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 5px;
	background: var(--coul-2);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span {
	background: var(--coul-1);
}
.owl-carousel.slider-dots .nav-bt{
	top: calc(50% - 55px);
}

@media screen and (max-width: 1440px) {

/* 	Slider Témoignages */

.owl-carousel.slider-temoignages {
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.owl-carousel.slider-temoignages .prev-slide{
    left: 50px;
}
.owl-carousel.slider-temoignages .next-slide{
    right: 50px;
}	
	
}

@media screen and (max-width: 1280px) {
	
/* 	Slider Témoignages */

.owl-carousel.slider-temoignages {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.owl-carousel.slider-temoignages .prev-slide{
    left: 25px;
}
.owl-carousel.slider-temoignages .next-slide{
    right: 25px;
}
	
}

@media screen and (max-width: 768px) {
	
/* 	Slider Témoignages */

.owl-carousel.slider-temoignages .item-temoignage {
	-webkit-border-radius: 30px;
	border-radius: 30px;
}	
	
}

@media screen and (max-width: 490px) {
	
/* 	Slider Témoignages */

.owl-carousel.slider-temoignages {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.owl-carousel.slider-temoignages .prev-slide{
    left: 0px;
}
.owl-carousel.slider-temoignages .next-slide{
    right: 0px;
}
.owl-carousel.slider-temoignages .item-temoignage {
	padding: 25px;
	padding-top: 120px;
}	
.owl-carousel.slider-temoignages .owl-stage {
	display: block;
}	
.owl-carousel.slider-temoignages .owl-item {
	display: block;
} 	
	
}