/**
 * 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-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;
    transform: scale(1);
    /*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;
}

/*---------------------------------------------------------------------------------------------------------------
MES MODS DEFAULT
---------------------------------------------------------------------------------------------------------------*/

/*----------NAV----------*/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
/*
width: 30px;
height: 60px;
line-height: 60px;*/
border-radius: 0px;
background: transparent;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    border: 1px solid #fff !important;
    color: #fff !important;
    /*line-height: 0px !important;*/
    font-size: 26px !important;

    border: 2px solid #fff !important;
    font-size: 18px !important;
}

.owl-carousel .owl-nav > .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav > .owl-next {
    right: 0;
}

.owl-carousel:hover .owl-nav > .owl-prev, .owl-carousel:hover .owl-nav > .owl-next  {
	opacity: 1;
	filter: alpha(opacity=100);
}

.owl-carousel:hover .owl-nav > .owl-prev {
	left: 50px;
}

.owl-carousel:hover .owl-nav > .owl-next {
	right: 50px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #000 !important;
  background: #fff !important;
}

/*----------DOTS----------*/
.owl-carousel .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	background: transparent;
	height: 14px;
	width: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 4px;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #fff;
	cursor: default;
}

.owl-carousel .single {
	transform: translate3d(0px, 0px, 0px) !important;
}

@media (max-width: 576px) {
  .owl-carousel .owl-dots {
  	position: absolute;
  	bottom: 10px;
  	width: 100%;
  	text-align: center;
  }
}

.item-slide figure {margin:0; height:100%}

/*---------------------------------------------------------------------------------------------------------------
MES MODS SITE
---------------------------------------------------------------------------------------------------------------*/
/* --------------------------------
01. HOME SLIDE
---------------------------------- */
/*
.slide-home figure:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
*/

.slide-home .content-slide {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  width: 100%;
}
/*
.slide-home .content-slide h2 {
	color: #ffffff;
	margin: 0;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
}

.slide-home .content-slide p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
  padding-top: 20px;
}

.slide-home .content-slide .cta {
  display: inline-block;
  margin-top: 30px;
}
*/
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 2000ms;
  animation-fill-mode: both; }

.owl-carousel.slider .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: initial;
  object-position: left bottom;
}

@media (max-width: 991px) {
.owl-nav {display: none;}
}

/*
@media (max-width: 576px) {
  .slide-home .item-slide figure {
  	margin: 0;
  	height: 350px;
  }
  .slide-home .content-slide h2 {
	font-size: 38px;
}
.slide-home .content-slide p {
	font-size: 16px;
}
}
*/
