.color-primary {
  color: #C19D60;
}

.logo-holder {
  font-size: 17px;
}

.header-inner {
  top: 0px;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.text-medium {
  font-size: 16px;
}

.titre-4 {
  font-size: 25px;
  margin: 20px 0;
}

.w-100 {
  width: 100%;
}

.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-250 {
  margin-top: 250px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-250 {
  margin-bottom: 250px;
}

.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}

.align-items-center {
  align-items: center;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* ------- PAGE ------- */
.section-accueil-presentation {
  padding-top: 50px;
}

.testimonilas-text p {
  font-style: normal;
  font-size: 19px;
  line-height: 27px;
}

.big-padding {
  padding-top: 190px;
}

@media (min-width: 1064px) {
  .presentation-bloc-droite {
    margin-top: 130px;
  }
}

@media (min-width: 1064px) {
  .content-bloc-droite {
    margin-top: 180px;
  }
}

.section-title.text-align_left .dots-separator span {
  float: none;
}

.section-title h1 {
  font-size: 30px;
  font-weight: 900;
  color: white;
  font-family: "Playfair Display", cursive;
}

h2 {
  font-size: 27px;
  color: white;
  font-family: "Playfair Display", cursive;
  margin-bottom: 16px;
}

.dates-spectacle .cat-item li span {
  width: 23px;
  height: 23px;
  line-height: 27px;
}
.dates-spectacle .cat-item li span i {
  font-size: 14px;
}
.dates-spectacle .cat-item li a {
  background: transparent;
  float: none;
}

.contact-details {
  padding: 20px;
  margin-bottom: 20px;
}
.contact-details:after {
  position: inherit;
}
.contact-details h1 {
  color: #C19D60;
  text-align: center;
  padding-bottom: 20px;
  font-family: "Playfair Display", cursive;
  font-size: 19px;
  font-weight: 500;
}
.contact-details li {
  font-family: inherit;
  color: white;
}

.contact-container {
  margin-top: 110px;
}
@media (min-width: 1065px) {
  .contact-container {
    margin-top: 225px;
  }
}

.hero-menu-item-img:hover:before, .hero-menu-item-img:hover:after {
  opacity: 0;
}

.spectacles .hero-menu-item {
  border-bottom: 1px dashed #c19d60;
  padding-bottom: 7px;
}
@media (min-width: 561px) {
  .spectacles .hero-menu-item {
    width: 50%;
    padding-left: 0px;
  }
}
@media (min-width: 1050px) {
  .spectacles .hero-menu-item {
    padding-left: 90px;
    width: 33.33%;
  }
}
@media (min-width: 561px) {
  .spectacles .hero-menu-item:nth-child(even) {
    width: 50%;
    padding-left: 0px;
  }
}
@media (min-width: 1050px) {
  .spectacles .hero-menu-item:nth-child(even) {
    padding-left: 90px;
    width: 33.33%;
  }
}
.spectacles .hero-menu-item .hero-menu-item-img {
  display: none;
}
@media (min-width: 1050px) {
  .spectacles .hero-menu-item .hero-menu-item-img {
    display: block;
    left: 0px;
  }
}
.spectacles .hero-menu-item .hero-menu-item-title {
  float: none;
}
@media (min-width: 561px) {
  .spectacles .hero-menu-item .hero-menu-item-title {
    float: left;
  }
}

.show-cart:before {
  display: none;
}
@media (min-width: 1065px) {
  .show-cart:before {
    display: block;
  }
}

.footer-widget-content p {
  font-size: 14px;
}

.footer-widget-title {
  font-size: 15px;
}

.mentions {
  text-align: left;
  color: white !important;
}
.mentions * {
  color: white !important;
}

.blog-text p {
  text-align: justify;
}

.blog.post-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog.post-container > .fl-wrap {
  width: 48%;
}

/*# sourceMappingURL=app.output.css.map */
