/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./_dev/css/styleguide.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Gestion rapide des pseudo classes */
/* Conserve le ratio d'un element en utilisant padding */
/* Prefix vendor pour les placeholder */
/* Ajoute la currentColor à un svg rapidement */
.ds-u-Wysiwyg h1, .ds-u-Wysiwyg h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: #939291;
}
.ds-u-Wysiwyg h1 strong, .ds-u-Wysiwyg h2 strong {
  font-weight: 600;
  text-transform: initial;
  color: #FF9600;
}
.ds-u-Wysiwyg h1 {
  font-size: 2.625rem;
  line-height: 1.14;
  margin-bottom: 1.5625rem;
}
.ds-u-Wysiwyg h2 {
  font-size: 1.875rem;
  line-height: 1.33;
  margin-bottom: 1.375rem;
}
.ds-u-Wysiwyg h3, .ds-u-Wysiwyg h4, .ds-u-Wysiwyg h5, .ds-u-Wysiwyg h6 {
  font-weight: 600;
  line-height: 1.18;
  color: #939291;
}
.ds-u-Wysiwyg h3 {
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
.ds-u-Wysiwyg h4 {
  font-size: 1.25rem;
  margin-bottom: 1.125rem;
}
.ds-u-Wysiwyg h5 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.ds-u-Wysiwyg h6 {
  font-size: 1rem;
  margin-bottom: 0.875rem;
}
.ds-u-Wysiwyg p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  color: #939291;
  margin-bottom: 1.25rem;
}
.ds-u-Wysiwyg p strong {
  font-weight: 600;
}
.ds-u-Wysiwyg ul {
  margin-bottom: 1.875rem;
}
.ds-u-Wysiwyg ul li {
  position: relative;
  padding-left: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.39;
  color: #939291;
}
.ds-u-Wysiwyg ul li:before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #939291;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.75rem;
}
.ds-u-Wysiwyg ol {
  margin-bottom: 1.875rem;
}
.ds-u-Wysiwyg ol li {
  counter-increment: li;
  position: relative;
  padding-left: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.39;
  color: #939291;
}
.ds-u-Wysiwyg ol li:before {
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
}
.ds-u-Wysiwyg a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.39;
  color: #FF9600;
  transition-duration: 300ms;
}
.ds-u-Wysiwyg a:hover, .ds-u-Wysiwyg a:focus {
  color: #939291;
}
@media screen and (max-width: 767px) {
  .ds-u-Wysiwyg h1, .ds-u-Wysiwyg h2 {
    margin-bottom: 0.9375rem;
  }
  .ds-u-Wysiwyg h1 {
    font-size: 1.875rem;
  }
  .ds-u-Wysiwyg h2, .ds-u-Wysiwyg h3 {
    font-size: 1.25rem;
  }
  .ds-u-Wysiwyg ul li, .ds-u-Wysiwyg ol li {
    font-size: 1rem;
  }
  .ds-u-Wysiwyg p, .ds-u-Wysiwyg a {
    font-size: 1rem;
  }
}

.ds-c-StyleGuide {
  padding-top: 5.25rem;
}
.ds-c-StyleGuide code {
  font-family: "Consolas", "Courier New", monospace;
}
.ds-c-StyleGuide-infos {
  margin: 1.25rem 0;
  padding: 0.625rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.ds-c-StyleGuideHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0.625rem 1.25rem;
  width: 100%;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ds-c-StyleGuideHeader-title svg {
  display: block;
  width: 3.125rem !important;
  height: 3.125rem !important;
}

.ds-c-StyleGuideColors {
  font-size: 0;
  text-align: center;
}
.ds-c-StyleGuideColors li {
  display: inline-block;
  margin: 0.9375rem;
  font-size: 1rem;
  vertical-align: top;
}
.ds-c-StyleGuideColors span {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.625rem;
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}
.ds-c-StyleGuideColors strong,
.ds-c-StyleGuideColors em {
  display: block;
}

.ds-c-StyleGuideIcons li + li {
  padding-top: 0.9375rem;
  margin-top: 0.9375rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.ds-c-StyleGuideIcons svg {
  display: block;
  margin-bottom: 0.625rem;
}

.ds-c-StyleGuideFonts-item {
  margin-top: 1.875rem;
}
.ds-c-StyleGuideFonts-item code {
  display: block;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=styleguide.css.map*/