.country-title {
  position: relative;
  font-family: Good Brush;
  font-size: 35px;
  color: #f04e37;
  z-index: 2;
}
.country-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url('/wp-content/themes/legrettheme/sass/../images/White-brush-sm.svg');
  background-repeat: no-repeat;
  z-index: -1;
  left: -50px;
  top: -15px;
}
.white, .white:hover {
  color: white;
}
.plaquette {
  margin-bottom: -18px;
}
.ginlined-content {
  background-color: #759391;
  color: white;
}
.contact-btn {
  background: white;
  color: #f04e37;
  text-transform: uppercase;
  padding: 14px;
  font-size: 20px;
  border-radius: 6px;
  border: none;
}
.goverlay {
  background: rgba(255, 255, 255, 0.6) !important;
}
.glightbox-clean .gslide-media {
  box-shadow: none !important;
}
.gslide-inline, .ginlined-content {
  overflow: visible !important;
}
.countrypopup-image {
  width: 100%;
  margin-bottom: 30px;
}
.countrypopup-image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 419px) {
  .country-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background-image: url('/wp-content/themes/legrettheme/sass/../images/White-brush-sm.svg');
    background-repeat: no-repeat;
    background-size: 100% 95%;
    z-index: -1;
    left: 0px;
    top: -20px;
  }
}
/*# sourceMappingURL=https://gret.org/wp-content/build/scss_library/808ff238a4c133e40ef020cfa1c5b5aba1744e0d.css.map */