.paragraph--type--content.paragraph--view-mode--picture-hero-header {
  position: relative;
}
.paragraph--type--content.paragraph--view-mode--picture-hero-header .image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.paragraph--type--content.paragraph--view-mode--picture-hero-header .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.paragraph--type--content.paragraph--view-mode--picture-hero-header .container {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 575px) {
  .paragraph--type--content.paragraph--view-mode--picture-hero-header .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) {
  .paragraph--type--content.paragraph--view-mode--picture-hero-header .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--content.paragraph--view-mode--picture-hero-header .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--content.paragraph--view-mode--picture-hero-header .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--content.paragraph--view-mode--picture-hero-header .container {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--content.paragraph--view-mode--picture-hero-header .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.paragraph--type--content.paragraph--view-mode--picture-hero-header .container .content {
  padding: 80px 16px;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.paragraph--type--content.paragraph--view-mode--picture-hero-header .container h1 {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 44px;
}
.paragraph--type--content.paragraph--view-mode--picture-hero-header .container .field--name-field-body {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  max-width: 600px;
  margin: 32px auto 0;
}
.paragraph--type--content.paragraph--view-mode--picture-hero-header > .separator {
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--content.paragraph--view-mode--picture-hero-header > .separator:before {
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    bottom: -1px;
    background-image: url("/themes/custom/charlesetalice_theme/assets/css/paragraph/../../images/hero-header/shape_left.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    z-index: 1;
    height: 29px;
  }
  .paragraph--type--content.paragraph--view-mode--picture-hero-header > .separator:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: -1px;
    background-image: url("/themes/custom/charlesetalice_theme/assets/css/paragraph/../../images/hero-header/shape_right.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    z-index: 1;
    height: 29px;
  }
}
@media (max-width: 991px) {
  .paragraph--type--content.paragraph--view-mode--picture-hero-header > .separator {
    position: relative;
  }
  .paragraph--type--content.paragraph--view-mode--picture-hero-header > .separator:before {
    content: "";
    position: absolute;
    left: 0;
    right: 48%;
    bottom: -1px;
    background-image: url("/themes/custom/charlesetalice_theme/assets/css/paragraph/../../images/hero-header/shape_left_beige.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% 100%;
    z-index: 1;
    height: 29px;
  }
  .paragraph--type--content.paragraph--view-mode--picture-hero-header > .separator:after {
    content: "";
    position: absolute;
    left: 48%;
    right: 0%;
    bottom: -1px;
    background-image: url("/themes/custom/charlesetalice_theme/assets/css/paragraph/../../images/hero-header/shape_left_beige.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% 100%;
    z-index: 1;
    height: 29px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
/*# sourceMappingURL=content--picture-hero-header.css.map */
