/**
 * 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);}
 *
 */
.node--type--niveau-0-homepage .field--field-bandeau-titre {
  margin-right: 7%;
}
@media only screen and (max-width: 959px) {
  .node--type--niveau-0-homepage .field--field-bandeau-titre {
    margin-right: 0;
  }
}
.node--type--niveau-0-homepage .field--field-paragraphs {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 959px) {
  .node--type--niveau-0-homepage .field--field-paragraphs {
    padding-top: 0;
  }
}