body,
html {
  margin: 0;
  padding: 0;
  font-family: "Helvetica";
  font-weight: 100;
  color: #231F20;
  background-color: #ffffff;
  font-size: 18px;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 5;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5rem;
  color: rgba(237, 3, 139, 0.2392156863);
  height: 100%;
  pointer-events: none;
}
header .header-bottom {
  font-size: 0.7rem;
  line-height: 0.7rem;
  pointer-events: all;
}
header .menu {
  pointer-events: all;
}

.section-home header {
  color: #fff;
}

.container {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  color: #231F20;
}
.container a {
  text-decoration: underline;
  color: #ed038c;
}

.vertical-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* Text */
h3 {
  font-size: 1.7rem;
  line-height: 1.9rem;
  color: #ed038c;
  font-weight: bold;
}

a:hover, li.active {
  color: #ed038c;
}

.gallery-masonry {
  margin: 0;
  padding: 0;
}
.gallery-masonry .gallery-masonry__item {
  width: 25%;
  margin: 0;
  padding: 0;
  transition: transform 0.3s;
}
.gallery-masonry .gallery-masonry__item:hover {
  cursor: pointer;
  transform: scale(1.01);
}

.gallery-masonry-detail {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 1rem;
  padding-right: 1rem;
}
.gallery-masonry-detail .gallery-masonry-detail__content {
  max-height: 70vh;
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #ed038c white;
  scrollbar-width: thin;
}
.gallery-masonry-detail .gallery-masonry-detail__content img {
  max-height: 100%;
  width: auto;
}
.gallery-masonry-detail .modal-command {
  color: #ed038c;
  font-size: 2rem;
  font-weight: bold;
}
.gallery-masonry-detail .modal-command:hover {
  cursor: pointer;
}
.gallery-masonry-detail .modal-command.modal-command--close {
  position: absolute;
  top: 0;
  right: 0;
}

#commandes, #bio {
  height: auto;
}

#commandes h2 {
  color: #ed038c;
  font-size: 1.3rem;
  font-weight: bold;
}

#acquerir .gallery-masonry__item {
  width: calc(25% - 50px);
  margin-bottom: 25px;
}
#acquerir .gallery-masonry__item .gallery-masonry__item-detail {
  color: #ed038c;
  font-weight: bold;
}

/* Form */
:focus {
  outline: none;
}

input, textarea, button {
  border: 2px solid #ed038c;
  background-color: #ffffff;
  padding: 5px 10px;
  width: 100%;
}

button:hover {
  cursor: pointer;
  background: #ed038c;
  color: #fff;
}

.form-container .contact_gender {
  position: absolute;
  left: -99999px;
}

/* alert */
.alert {
  height: fit-content;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.alert.alert--success {
  background-color: #A3DC9A;
  color: #518b48;
}
.alert.alert--error {
  background-color: #f86681;
  color: #c5092f;
}

/* Slideshow */
.slideshow {
  margin-left: 250px;
  height: 250px;
}
.slideshow .slideshow__img {
  overflow: hidden;
  display: none;
}
.slideshow .slideshow__img.is-active {
  display: inline-block;
}
.slideshow .slideshow__arrows div {
  display: inline-block;
}

/* Banner cookie */
#bannerCookie {
  background-color: #ffffff;
  color: #ed038c;
  padding: 10px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  font-size: 0.7rem;
  width: 100%;
  z-index: 5;
  border-top: 1px solid #ed038c;
}
#bannerCookie h1 {
  font-size: 1rem;
  color: #fff;
  line-height: 0.9rem;
}
#bannerCookie a {
  text-decoration: underline;
}
#bannerCookie .banner__button {
  padding: 5px 10px;
  border: 2px solid #ed038c;
  color: #ed038c;
  display: inline-block;
  width: auto;
}
#bannerCookie .banner__button.banner__button--decline {
  border: 2px solid transparent;
}
#bannerCookie .banner__button:hover {
  background-color: #ed038c;
  color: #fff;
  border: 2px solid #ed038c;
}

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