#block-views-block-social-media-last {
  margin: 0 auto;
  max-width: 1024px;
  text-align: center;
  padding-top: 125px;
  padding-bottom: 110px;
  position: relative;
  margin: 0 auto;
  /*
    .view-content {
      display:flex;
      flex-direction: column;
      gap: 60px;

      @include theme.breakpoint-up(md) {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;

        .views-row {
          //flex-basis: 20%;
          text-align: center;
        }
      }

      .views-row {

        a {
          display: block;
          font-size: 17px;
          line-height: 21px;
          position:relative;

          &:after {
            display:none;
            content: '';
            position: absolute;
            top:100%;
            left:0;
            right:0;
            height: 10px;
            z-index: -1;

            background-image: url('/themes/custom/charlesetalice_theme/assets/css/block/../../images/categories-icon/Rollover_nos_produits.svg');
            background-repeat: no-repeat;
            background-position: bottom center;
          }

          .field--name-field-media-image {
            margin-bottom: 20px;
            position: relative;
            height: 190px;
            display: flex;
            align-content: center;
            justify-content: center;

            img {
              align-self: center;
              transform: scale(0.95);
              transition: transform 500ms ease-in-out;
            }

            &:after {
              content: '';
              position: absolute;
              top:0;
              bottom:0;
              left:0;
              right:0;
              z-index: -1;

              background-image: url('/themes/custom/charlesetalice_theme/assets/css/block/../../images/categories-icon/forme.svg');
              background-repeat: no-repeat;
              background-position: center center;
            }
          }

          &:hover {
            &:after {
              display: block;
            }

            .field--name-field-media-image {
              img {
                transform: scale(1.05);
              }
            }
          }
        }
      }
    }
  */
}
@media (max-width: 575px) {
  #block-views-block-social-media-last {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) {
  #block-views-block-social-media-last {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  #block-views-block-social-media-last {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  #block-views-block-social-media-last {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  #block-views-block-social-media-last {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  #block-views-block-social-media-last {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #block-views-block-social-media-last .links {
    position: unset;
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #block-views-block-social-media-last .links .link {
    margin-right: 40px;
  }
  #block-views-block-social-media-last .links .link:last-child {
    margin-right: 0px;
  }
}
#block-views-block-social-media-last > div:not(.links) {
  width: 100%;
}
#block-views-block-social-media-last .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  #block-views-block-social-media-last .links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #block-views-block-social-media-last .links .link {
    margin-right: 20px;
  }
  #block-views-block-social-media-last .links .link:last-child {
    margin-right: 0px;
  }
}
#block-views-block-social-media-last .links .link {
  font-size: 20px;
  position: relative;
  line-height: 30px;
  display: inline-block;
  padding-left: 40px;
}
#block-views-block-social-media-last .links .link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#block-views-block-social-media-last .links .link-facebook:before {
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/block/../../images/icons/facebook-purple.svg");
}
#block-views-block-social-media-last .links .link-instagram:before {
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/block/../../images/icons/insta-purple.svg");
}
#block-views-block-social-media-last .links .link:hover.link-facebook:before {
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/block/../../images/icons/facebook-pink.svg");
}
#block-views-block-social-media-last .links .link:hover.link-instagram:before {
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/block/../../images/icons/insta-pink.svg");
}
#block-views-block-social-media-last h2 {
  margin-bottom: 50px;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 33px;
  width: 50%;
  padding-left: 85px;
  width: calc(50% - 100px);
}
@media (max-width: 991px) {
  #block-views-block-social-media-last h2 {
    padding-left: unset;
    width: 100%;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#block-views-block-social-media-last .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
#block-views-block-social-media-last .view-content .views-row {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
}
@media (min-width: 992px) {
  #block-views-block-social-media-last .view-content .views-row {
    -ms-flex-preferred-size: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
  }
}
#block-views-block-social-media-last .view-content .views-row a {
  display: block;
  background-color: yellow;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#block-views-block-social-media-last .view-content .views-row .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#block-views-block-social-media-last .view-content .views-row .icon-facebook {
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/block/../../images/icons/facebook-white.svg");
}
#block-views-block-social-media-last .view-content .views-row .icon-instagram {
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/block/../../images/icons/insta-white.svg");
}
#block-views-block-social-media-last .view-content .views-row .field--name-field-social-picture {
  aspect-ratio: 1;
}
#block-views-block-social-media-last .view-content .views-row img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
/*# sourceMappingURL=social-media-last.css.map */
