/* HOME 2 - Style printemps été 1JS */
body {
  font-family: "Montserrat", Arial, sans-serif;
  color: #2f2a28;
}
/* Titres catégories sur images */
.ApImage .image_description,
.ApColumn .image_description,
.bannercontainer .caption {
  font-family: "Libre Baskerville", Georgia, serif;
  background: rgba(255, 205, 180, 0.88);
  color: #ffffff;
  letter-spacing: 0.3px;
  font-weight: 400;
}
/* Menu */
.leo-megamenu .navbar-nav > li > a {
  font-family: "Montserrat", Arial, sans-serif;
  color: #2f2a28;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.leo-megamenu .navbar-nav > li > a:hover {
  color: #d98578;
}
/* Espacement homepage */
.box-slider {
  margin-bottom: 35px;
}
.box-instagram .ApInstagram {
  border-bottom: 0;
  padding-bottom: 20px;
}
/* Menu déroulant */
.leo-megamenu .dropdown-menu {
  left: 0;
  right: auto;
  border: 0;
  box-shadow: 0 8px 25px rgba(186, 132, 117, 0.18);
}
.rtl .leo-megamenu .dropdown-menu {
  left: auto;
  right: 0;
}
/* Footer newsletter */
.box-footerlink .block_newsletter {
  margin-bottom: 20px;
}
/* Petits boutons / labels */
.btn,
button,
.button {
  background-color: #f4b89f;
  color: #ffffff;
  border: none;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
}
.btn:hover,
button:hover,
.button:hover {
  background-color: #d98578;
  color: #ffffff;
}
.promo-topbar,
.promo-topbar div,
.block_content .promo-topbar {
  background: #d98578 !important;
  color: white !important;
}
.promo-topbar, .promo-topbar div {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.box-navads {
  background: #f9ebe4 !important;
}