/*
 * 	Green theme - Owl Carousel CSS File
 */
#photoflip-carousel {
  margin-bottom: 30px; }

.photoflip-title {
  font-weight: 300;
  font-size: 18px;
  margin-left: 19px; 
  height: 30px;  
}

.owl-carousel.owl-loaded {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #efefef; }

.owl-carousel .owl-stage-outer {
  -ms-flex-order: 1;
  order: 1;
  padding-top: 42px;
  margin-top: -46px;
}

.owl-theme .owl-nav {
  -ms-flex-order: 0;
      order: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-right: 5px;
  position: absolute;
  top: -56px;
  right: 0;  
}

.owl-theme .owl-dots {
  -ms-flex-order: 2;
      order: 2;
  margin-bottom: 10px; }

.owl-theme .owl-nav {
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 10px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    outline: none; }
    .owl-theme .owl-nav [class*='owl-'] i {
      font-size: 20px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: transparent;
      color: #e42c2c;
      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: #373736; }

.owl-theme .item {
  background: #fff; }
  .owl-theme .item .link-property {
    display: block;
    position: relative; }
  .owl-theme .item .property-picture {
    margin: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 90px; }
    .owl-theme .item .property-picture figure {
      width: 100%;
      position: relative;
      /* If you want text inside of it */
      padding-top: 75%;
      /* 4:3 Aspect Ratio */
      margin: 0; }
      .owl-theme .item .property-picture figure img {
        display: inherit;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        font-family: "object-fit: cover; object-position: center";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .owl-theme .item .property-title {
    font-size: 14px;
    line-height: 20px;
    height: 38px;
    display: block;
    margin: 0;
    color: #fff; }
  .owl-theme .item .property-infos {
    position: absolute;
    background: #e42c2c;
    bottom: -55px;
    color: #fff;
    padding: 10px 15px;
    width: calc(100% - 70px);
    margin-left: 20px;
    height: 86px; }
  .owl-theme .item .property-caracteristiques {
    padding-left: 0;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 6px;
    color: #fff; }
    .owl-theme .item .property-caracteristiques li {
      list-style-type: none;
      font-size: 13px;
      line-height: 20px;
      margin-left: 0; }
  .owl-theme .item .property-price {
    position: absolute;
    bottom: -31px;
    right: -10px;
    background: #373736;
    padding: 6px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 500; }
