/**
 * 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);}
 *
 */
@media only screen and (max-width: 959px) {
  .node--type--blog > h2 {
    margin-left: 2rem;
  }
}
.node--type--blog .paragraph--type--widget-bandeau-image-titre .layout-inner-container h1 {
  margin-left: 13rem;
  padding-bottom: 2.8rem;
  padding-left: 0;
  width: 66.6444518494%;
}
@media only screen and (max-width: 959px) {
  .node--type--blog .paragraph--type--widget-bandeau-image-titre .layout-inner-container {
    padding: 0;
  }
  .node--type--blog .paragraph--type--widget-bandeau-image-titre .layout-inner-container h1 {
    margin-left: 0;
    width: 100%;
  }
}
.node--type--blog .node-paragraphs-content > .layout-inner-container {
  margin: 0;
  margin-left: 13rem;
}
@media only screen and (max-width: 959px) {
  .node--type--blog .node-paragraphs-content > .layout-inner-container {
    margin: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.node--type--blog .paragraph--type--rich-text .layout-inner-container {
  padding-right: 0;
  padding-left: 0;
}
.node--type--blog .previous-link-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/global/arrow-left.png");
}
.node--type--blog .blog-info {
  padding-bottom: 40px;
}
.node--type--blog .blog-info .blog-header-container {
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 959px) {
  .node--type--blog .blog-info .blog-header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.node--type--blog .previous-link-container {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 959px) {
  .node--type--blog .previous-link-container {
    margin-left: 2rem;
  }
}
.node--type--blog .blog-rubrique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--type--blog .blog-rubrique div {
  color: #fd5312;
}
.node--type--blog .link_articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.node--type--blog .link_articles .arrow-right {
  display: inline-block;
  width: 16px;
  height: 18px;
  background-size: contain;
  background-image: url("../images/global/arrow-right.png");
}
.node--type--blog .link_articles {
  margin-left: auto;
}
@media only screen and (max-width: 959px) {
  .node--type--blog .link_articles {
    margin-left: 0;
  }
}
@media only screen and (max-width: 959px) {
  .node--type--blog .blog-label-separator {
    display: none;
  }
}