.paragraph--type--picture-card.paragraph--view-mode--card {
  height: 100%;
  position: relative;
}
.paragraph--type--picture-card.paragraph--view-mode--card .badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transform: translate(10px, -40px);
          transform: translate(10px, -40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .paragraph--type--picture-card.paragraph--view-mode--card .badge {
    -webkit-transform: translate(-55px, -30px);
            transform: translate(-55px, -30px);
    left: 0;
    right: auto;
  }
}
@media (max-width: 991px) {
  .paragraph--type--picture-card.paragraph--view-mode--card .badge {
    width: 75px;
    height: 75px;
    -webkit-transform: translate(-20px, -40px);
            transform: translate(-20px, -40px);
  }
}
.paragraph--type--picture-card.paragraph--view-mode--card .badge.badge-euro {
  background-color: #9ABC0F;
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/paragraph/../../images/picture-card/macaron_euro.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.paragraph--type--picture-card.paragraph--view-mode--card .field--name-field-picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.paragraph--type--picture-card.paragraph--view-mode--card .field--name-field-picture article, .paragraph--type--picture-card.paragraph--view-mode--card .field--name-field-picture div {
  height: 100%;
}
.paragraph--type--picture-card.paragraph--view-mode--card .field--name-field-picture .field--name-field-media-image {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
}
.paragraph--type--picture-card.paragraph--view-mode--card .field--name-field-picture .field--name-field-media-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
.paragraph--type--picture-card.paragraph--view-mode--card .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paragraph--type--picture-card.paragraph--view-mode--card .text:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.paragraph--type--picture-card.paragraph--view-mode--card .text h2 {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
}
.paragraph--type--picture-card.paragraph--view-mode--card .text .field--name-field-body {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  padding: 20px 70px 30px;
}
.paragraph--type--picture-card.paragraph--view-mode--card .text .field--name-field-body p {
  margin: 0;
}
/*# sourceMappingURL=picture-card--card.css.map */
