/**
 * 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-2-thematiques .node-paragraphs-content {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 959px) {
  .node--type--niveau-2-thematiques .node-paragraphs-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.node--type--niveau-2-thematiques .node-paragraphs-content .reduced-content {
  width: calc(81% + 8rem);
}
@media only screen and (max-width: 959px) {
  .node--type--niveau-2-thematiques .node-paragraphs-content .reduced-content {
    width: 100%;
  }
}
.node--type--niveau-2-thematiques .node-paragraphs-content .field--field-paragraphs {
  padding-right: 8rem;
}
.node--type--niveau-2-thematiques .node-paragraphs-content .field--field-paragraphs > div:first-child:not(.paragraph--type--widget-en-tete-avantages) {
  margin-right: 16.5rem;
}
@media only screen and (max-width: 959px) {
  .node--type--niveau-2-thematiques .node-paragraphs-content .field--field-paragraphs > div:first-child:not(.paragraph--type--widget-en-tete-avantages) {
    margin-right: 0;
  }
}
.node--type--niveau-2-thematiques .node-paragraphs-content .field--field-paragraphs > div:not(:first-child) {
  padding-top: 8rem;
  margin-right: 16.5rem;
}
@media only screen and (max-width: 959px) {
  .node--type--niveau-2-thematiques .node-paragraphs-content .field--field-paragraphs > div:not(:first-child) {
    padding-top: 4rem;
    margin-right: 0;
  }
}
.node--type--niveau-2-thematiques .node-paragraphs-content .field--field-paragraphs .layout-inner-container {
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .node--type--niveau-2-thematiques .node-paragraphs-content .field--field-paragraphs {
    padding-right: 4.2rem;
    padding-left: 2rem;
  }
}
.node--type--niveau-2-thematiques .node-paragraphs-content .uk-first-column > div > div:first-child .paragraph--type--se-deplacer-autrement .layout-inner-container {
  padding-top: 0;
}