/* =======================================================
   la-boutique-en.cleaned.css

   Page-specific styles for la-boutique-dynamic.en.2025.php.
   Red / cream 2025 visual system with map/footer spacing fix.
   ======================================================= */

.block2 {
  background: #efedde;
  font-family: 'urw-din';
  padding: 50px 0;
  text-align: center;
}

.block4 .block1-inner {
  height: 540px;
  padding-bottom: 40px;
}

.block1-inner {
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 11px 16px #00657929;
  margin-bottom: 50px;
  padding: 0 0 20px;
  text-align: center;
}

.block1-inner h3 {
  color: #8b231f;
  font-family: kallisto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.16px;
  padding: 20px 0;
  text-transform: uppercase;
}

.block1-inner p {
  color: #8b231f;
  font-family: 'urw-din';
  font-size: 15px;
  line-height: 22px;
  padding: 0 24px;
}

.footer {
  clear: both;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.heading {
  color: #8b231f;
  font-family: kallisto;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.heading-sec {
  color: #8b231f;
  font-family: 'urw-din';
  font-size: 1.6vw;
  font-weight: 100;
  line-height: 1.6vw;
  padding: 20px 0;
  text-align: center;
}

.heading-sec2 {
  color: #8b231f;
  font-size: 16px;
  text-align: center;
}

.heading-sec2 .heading2 {
  margin: 0 0 15px;
}

.heading2 {
  color: #8b231f;
  font-family: kallisto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}

.img-holder2 {
  background: url("../photos/background2.jpg") no-repeat center bottom;
  padding: 20px;
  position: relative;
}

.img-holder2.no-bg,
.no-bg {
  background: transparent;
}

.img-holder2 img {
  border-radius: 50%;
}

.main-container {
  font-family: 'urw-din';
  margin: 0 -15px;
}

.main-container img {
  max-width: 100%;
}

.map-inner {
  background: #8b231f;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  min-width: 300px;
  padding-top: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.map-inner a {
  background: #f02e2c;
  color: #fff;
  display: block;
  padding: 0 15px;
}

.map-inner a:hover {
  background: #8b231f;
  text-decoration: none;
}

.map-inner p {
  padding: 0 15px;
}

.map-inner p img {
  float: left;
  margin-right: 8px;
}

.map-sec {
  margin-bottom: 40px;
  position: relative;
  top: 20px;
  z-index: 2;
}

.map-sec iframe {
  height: 280px;
  width: 100%;
}

.map-sec-height {
  height: auto;
  margin: 0 0 80px;
  padding-bottom: 60px;
}

.same-gap {
  margin: 0 0 50px;
}

.slider-block {
  background: #fff;
}

.slider-text {
  left: 0;
  position: absolute;
  text-align: right;
  top: -12px;
  width: 100%;
}

.slider-text p {
  color: #fff;
  font-family: kallisto;
  font-size: 63px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
}

/* Owl carousel controls */
.owl-theme .owl-dots {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #8b231f;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  margin: 5px;
  padding: 0;
  text-indent: -20000px;
  width: 30px;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-next:hover {
  background: transparent url("../photos/arrow-right.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 40%;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-prev:hover {
  background: transparent url("../photos/arrow-left.png") no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  position: absolute;
  top: 40%;
}

@media only screen and (max-width: 767px) {
  .block4 .block1-inner {
    height: auto;
  }

  .footer {
    margin-top: 40px;
  }

  .heading-sec {
    font-size: 24px;
    line-height: 26px;
  }

  .map-inner {
    bottom: auto;
    margin-top: 40px;
    min-width: 300px;
    position: relative;
    right: auto;
    top: auto;
  }

  .map-sec {
    position: relative;
    text-align: left;
    top: auto;
  }

  .map-sec-height {
    height: auto;
    margin: 0 0 40px;
    padding-bottom: 30px;
  }

  .slider-text p {
    font-size: 20px;
    left: 50px;
    position: absolute;
    right: auto;
    text-align: left;
    top: 20px;
    width: auto;
  }
}
