/**
 * Returns value from colors map
 */
/**
 * Turns pixels to rems
 * We typically set out HTML font size to 62.5% which helps us have a base-10 value to work with.
 * So the following mixin accepts a pixel value that is then turned into a corresponding rem value.
 */
/**
 * Function for converting a px based font-size to rem.
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {to-rem(12);}
 *
 */
/**
 * Returns value from colors map
 */
/**
 * Turns pixels to rems
 * We typically set out HTML font size to 62.5% which helps us have a base-10 value to work with.
 * So the following mixin accepts a pixel value that is then turned into a corresponding rem value.
 */
/**
 * Function for converting a px based font-size to rem.
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {to-rem(12);}
 *
 */
.paragraph--type--widget-bandeau-image-titre {
  position: relative;
}
.paragraph--type--widget-bandeau-image-titre .layout-inner-container {
  padding: 0;
}
.paragraph--type--widget-bandeau-image-titre .layout-inner-container h1 {
  margin-bottom: 0;
  padding-left: 17rem;
}
.paragraph--type--widget-bandeau-image-titre .layout-inner-container h1 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--widget-bandeau-image-titre .layout-inner-container h1 {
    padding: 2rem;
  }
}
.paragraph--type--widget-bandeau-image-titre::after {
  content: " ";
  padding: 1.2rem;
  width: calc(100% - 16.5rem - 4rem);
  margin-left: 4rem;
  display: block;
  border-radius: 5px 0 5px 5px;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--widget-bandeau-image-titre::after {
    padding: 0.6rem;
    width: calc(100% - 6.5rem - 2rem);
    margin-left: 2rem;
    border-radius: 2px 0 2px 2px;
  }
}
.paragraph--type--widget-bandeau-image-titre .bandeau-image-titre-container {
  padding: 0 8rem 0 4rem;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--widget-bandeau-image-titre .bandeau-image-titre-container {
    padding: 0 4.2rem 0 2rem;
  }
}
.paragraph--type--widget-bandeau-image-titre .bandeau-image picture, .paragraph--type--widget-bandeau-image-titre .bandeau-image img {
  width: 100%;
}