.color-highligth {
  color: #dfc15e;
}

.color-primary {
  color: #dfc15e;
}

.color-inherit {
  color: inherit;
}

.border-bottom-primary {
  border-bottom: 1px solid #dfc15e;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-primary:hover {
  color: #dfc15e;
}

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

@media (min-width: 992px) {
  .section-padding-lg-medium {
    padding: 110px 0;
  }
}
@media (min-width: 768px) {
  .section-padding-md-medium {
    padding: 110px 0;
  }
}

.header-logo .logo-normal {
  width: 200px;
}
.header-logo .logo-short-light {
  width: 135px;
}

.logo-short-light {
  display: none;
}

.is-sticky .logo-normal {
  display: none;
}
.is-sticky .logo-short-light {
  display: block;
}

.bg-image-1 {
  background-image: url("../images/mariage-alan-plr.jpg");
}

#footer-area a {
  color: white;
}

.footer-area {
  POSITION: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 0px;
}

/*# sourceMappingURL=custom.css.map */
