@media screen and (max-width: 480px) {
  .gallery_slider_title {
    margin-bottom: 55px; } }

.gallery_slider_wrapper {
  padding-top: 2.727rem;
  margin-top: -2.727rem;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .gallery_slider_wrapper {
      padding-top: 20px;
      margin-top: -20px; } }
  @media screen and (max-width: 480px) {
    .gallery_slider_wrapper {
      padding-top: 25px;
      margin-top: -25px; } }

.gallery_slider_container {
  width: calc(100% + 58.864rem); }
  @media screen and (max-width: 1024px) {
    .gallery_slider_container {
      width: calc(100% + 530px); } }
  @media screen and (max-width: 480px) {
    .gallery_slider_container {
      width: 100%; } }

.gallery_slider_total {
  position: absolute;
  top: 0;
  right: 12.5rem;
  font-size: 4.545rem;
  font-weight: 450;
  line-height: 0.9;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .gallery_slider_total {
      right: 100px;
      font-size: 41px; } }
  @media screen and (max-width: 480px) {
    .gallery_slider_total {
      right: 20px; } }

.gallery_slide_item {
  position: relative; }
  .gallery_slide_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
    background-size: 4.545rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/assets/img/svg/loup.svg");
    z-index: 4; }
    @media screen and (max-width: 1024px) {
      .gallery_slide_item::before {
        background-size: 50px; } }
  .gallery_slide_item:hover::before {
    opacity: 1;
    visibility: visible; }

.gallery_slide_image {
  position: relative; }
  @media screen and (max-width: 480px) {
    .gallery_slide_image {
      height: 200px; } }

@media screen and (max-width: 480px) {
  .gallery_slide_empty {
    display: none; } }


/*# sourceMappingURL=8c88411c201c3e3fb405.text.css.map*/