/* don't touch this, necessary imports */
/*@line-height-base:        1.428571429; // 20/14*/
/*-!-*/
/*Nouvelle couleur branding*/
/*EASING*/
/*Convert units*/
/*Page Layout*/
.l-bigContainer + .l-bigContainer,
.l-bigContainer.paddingBottom {
  padding-bottom: 2rem;
}
.l-bigContainer.noPaddingBotton,
.l-bigContainer + .l-bigContainer.noPaddingBottom {
  padding-bottom: 0px;
}
code {
  background: #f5f2f0;
  color: #905;
}
._dev {
  color: purple;
}
._dev a {
  color: purple;
}
/*._dev{color:@orange;}*/
#styleGuide_layout_page #gridThumbnails > div {
  margin-bottom: 30px;
}
#styleGuide_layout_page .explicationDivLayout .l-largeur90p,
#styleGuide_layout_page .explicationDivLayout .l-largeur80p {
  border: 3px solid blue;
}
/*Page Icone*/
#styleGuide_icones_page .glyphs.css-mapping {
  margin: 0 0 60px 0;
  padding: 30px 0 20px 30px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #d8e0e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#styleGuide_icones_page .glyphs.css-mapping li {
  margin: 0 30px 20px 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}
#styleGuide_icones_page .glyphs.css-mapping .icon {
  margin: 0;
  margin-right: 10px;
  padding: 13px;
  height: 50px;
  width: 50px;
  color: #162a36 !important;
  overflow: hidden;
  float: left;
  font-size: 24px;
}
#styleGuide_icones_page .glyphs.css-mapping input {
  margin: 0;
  margin-top: 5px;
  padding: 8px;
  line-height: 16px;
  font-size: 16px;
  display: block;
  width: 150px;
  height: 40px;
  border: 1px solid #d8e0e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  outline: 0;
  float: right;
}
#styleGuide_icones_page .glyphs.css-mapping input:focus {
  border: 1px solid #fbde4a;
  -webkit-box-shadow: inset 0 0 3px #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a;
}
#styleGuide_icones_page .glyphs.css-mapping input:hover {
  -webkit-box-shadow: inset 0 0 3px #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a;
}
#styleGuide_icones_page #svgIconList {
  width: 100%;
}
#styleGuide_icones_page #svgIconList ul {
  background: #54565b;
  width: 100%;
}
#styleGuide_icones_page #svgIconList li {
  padding: 20px 20px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  float: left;
}
#styleGuide_icones_page #svgIconList li img {
  max-height: 100%;
  margin: 0 auto;
}
#styleGuide_icones_page #includeSVGCopy {
  margin-bottom: 0px;
}
#styleGuide_icones_page .watchLater {
  float: left;
  width: 68px;
  height: 68px;
}
#styleGuide_icones_page .watchLater svg {
  width: 68px;
  height: 68px;
}
#styleGuide_icones_page .x-icon {
  float: left;
  width: 68px;
  height: 68px;
  margin-left: 20px;
}
#styleGuide_icones_page #blocLoadingDroits {
  clear: both;
  overflow: hidden;
}
#styleGuide_boutons_page section {
  padding-bottom: 3rem;
}
/*Page couleur*/
#styleGuide_couleurs_page section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#styleGuide_couleurs_page .listeCouleurs {
  overflow: hidden;
}
#styleGuide_couleurs_page .listeCouleurs li {
  text-align: center;
  font-size: 16px;
}
#styleGuide_couleurs_page .img-circle {
  margin-bottom: 10px;
}
#styleGuide_couleurs_page #couleur1 {
  background: #000000;
}
#styleGuide_couleurs_page #couleur2 {
  background: #ffffff;
}
#styleGuide_couleurs_page #couleur3 {
  background: #ffd100;
}
#styleGuide_couleurs_page #couleur4 {
  background: #0085ca;
}
#styleGuide_couleurs_page #couleur5 {
  background: #c4d600;
}
#styleGuide_couleurs_page #couleur6 {
  background: #f6416c;
}
#styleGuide_couleurs_page #couleur7 {
  background: #87319a;
}
#styleGuide_couleurs_page #couleur8 {
  background: #00bfb3;
}
#styleGuide_couleurs_page #couleur9 {
  background: #e31d1a;
}
#styleGuide_couleurs_page #couleur10 {
  background: #ff5c39;
}
#styleGuide_couleurs_page #couleur11 {
  background: #54565b;
}
#styleGuide_couleurs_page #couleur12 {
  background: #c8c9cc;
}
#styleGuide_couleurs_page #couleur13 {
  background: #f6f4f0;
}
#styleGuide_couleurs_page .rouge {
  background: #e31d1a;
}
#styleGuide_couleurs_page .rougePlusPale {
  background-color: #ef7674;
}
#styleGuide_couleurs_page .rougePlusFonce {
  background-color: #871110;
}
@media (min-width: 768px) {
  #styleGuide_icones_page #svgIconList li {
    padding: 20px 20px;
    vertical-align: middle;
    text-align: center;
    width: 11.1111111%;
    float: none;
  }
}
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript&plugins=line-highlight+line-numbers */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 1;
  -o-tab-size: 1;
  tab-size: 1;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.builtin {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important {
  color: #e90;
}
.token.important {
  font-weight: bold;
}
.token.entity {
  cursor: help;
}
pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  /* Same as .prism’s padding-top */
  background: rgba(153, 122, 102, 0.08);
  background: -moz-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -webkit-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -o-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white;
}
.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em;
}
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}