/* BASE.LESS */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,600,400&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400italic,700,700italic&subset=latin,latin-ext);
* {
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}
article {
  padding-bottom: 10px;
  font-family: 'Gentium Book Basic', 'Open Sans', sans-serif;
  color: #141414;
  background-color: white;
}
article > * {
  padding: 0 8px;
}
p,
blockquote {
  /*text-indent: 1.5em;*/ /* commenter pour enlever le retrait */
  margin-top: .6em;
  text-align: justify;
  line-height: 1.45em;
}
p:first-child,
blockquote:first-child {
  margin-top: 0;
}
sup {
  /*vertical-align: top;*/
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
footer {
  min-height: 8em;
  padding: 1em;
}
/* UTILS.LESS */
.justified {
  text-align: justify;
}
.margin-auto {
  margin: auto;
}
.gradient-bottom {
  position: relative;
}
.gradient-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  background: linear-gradient(transparent, #ffffff);
}
.centré {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.pad {
  padding: 1em;
}
.rom {
  font-variant: small-caps;
}
a[ui-sref]:hover {
  text-decoration: underline;
}
.an-btn {
  display: inline-block;
  padding: 4px 12px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1em;
  color: white;
  text-decoration: none;
  background-color: dimgray;
}
.an-btn-primary {
  background-color: lightskyblue;
}
.an-btn.large {
  padding: 6px 18px;
  font-size: 26px;
  border: none;
  border-radius: 3px;
}
text-angular,
div[text-angular] {
  text-align: initial;
}
text-angular textarea,
div[text-angular] textarea {
  min-width: 100% !important;
}
text-angular blockquote,
div[text-angular] blockquote {
  background-color: 0;
}
text-angular .btn,
div[text-angular] .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
text-angular .btn-default,
div[text-angular] .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
text-angular .btn-default.disabled,
div[text-angular] .btn-default.disabled,
text-angular .btn-default[disabled],
div[text-angular] .btn-default[disabled],
text-angular fieldset[disabled] .btn-default,
div[text-angular] fieldset[disabled] .btn-default,
text-angular .btn-default.disabled:hover,
div[text-angular] .btn-default.disabled:hover,
text-angular .btn-default[disabled]:hover,
div[text-angular] .btn-default[disabled]:hover,
text-angular fieldset[disabled] .btn-default:hover,
div[text-angular] fieldset[disabled] .btn-default:hover,
text-angular .btn-default.disabled:focus,
div[text-angular] .btn-default.disabled:focus,
text-angular .btn-default[disabled]:focus,
div[text-angular] .btn-default[disabled]:focus,
text-angular fieldset[disabled] .btn-default:focus,
div[text-angular] fieldset[disabled] .btn-default:focus,
text-angular .btn-default.disabled:active,
div[text-angular] .btn-default.disabled:active,
text-angular .btn-default[disabled]:active,
div[text-angular] .btn-default[disabled]:active,
text-angular fieldset[disabled] .btn-default:active,
div[text-angular] fieldset[disabled] .btn-default:active,
text-angular .btn-default.disabled.active,
div[text-angular] .btn-default.disabled.active,
text-angular .btn-default[disabled].active,
div[text-angular] .btn-default[disabled].active,
text-angular fieldset[disabled] .btn-default.active,
div[text-angular] fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
text-angular .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
div[text-angular] .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
text-angular .btn-group .btn + .btn,
div[text-angular] .btn-group .btn + .btn,
text-angular .btn-group .btn + .btn-group,
div[text-angular] .btn-group .btn + .btn-group,
text-angular .btn-group .btn-group + .btn,
div[text-angular] .btn-group .btn-group + .btn,
text-angular .btn-group .btn-group + .btn-group,
div[text-angular] .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
text-angular .btn-group > .btn,
div[text-angular] .btn-group > .btn,
text-angular .btn-group-vertical > .btn,
div[text-angular] .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
text-angular .btn-toolbar > .btn,
div[text-angular] .btn-toolbar > .btn,
text-angular .btn-toolbar > .btn-group,
div[text-angular] .btn-toolbar > .btn-group,
text-angular .btn-toolbar > .input-group,
div[text-angular] .btn-toolbar > .input-group {
  margin-left: 5px;
}
text-angular .btn-group,
div[text-angular] .btn-group,
text-angular .btn-group-vertical,
div[text-angular] .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
text-angular .border-around,
div[text-angular] .border-around,
text-angular [ng-model="html"],
div[text-angular] [ng-model="html"] {
  border: 1px solid rgba(3, 3, 3, 0.1);
  border-radius: 6px;
  vertical-align: text-bottom;
  padding: .8em 2em;
}
text-angular .border-around:focus,
div[text-angular] .border-around:focus,
text-angular [ng-model="html"]:focus,
div[text-angular] [ng-model="html"]:focus {
  outline: none;
  border: 1px solid rgba(3, 3, 3, 0.4);
}
text-angular .border-around,
div[text-angular] .border-around {
  background: rgba(255, 255, 255, 0.7);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 100;
}
.h1 {
  font-size: 2em;
}
.h2 {
  font-size: 1.5em;
}
.h3 {
  font-size: 1.17em;
}
.h5 {
  font-size: .83em;
}
.h6 {
  font-size: .67em;
}
.a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.a:hover {
  text-decoration: underline;
}
.large {
  font-size: 2em;
}
.x-large {
  font-size: 4em;
}
/* DIRECTIVES.LESS */
visionneuse,
modele,
page,
visionneuse {
  display: block;
}
*[note-ref] {
  color: crimson;
  text-decoration: initial;
  cursor: pointer;
}
*[note-ref]:hover {
  text-decoration: underline;
}
*.noteId {
  font-size: 1.2em;
  background-color: white;
  color: black;
}
.appelDeFigure {
  color: crimson;
  cursor: pointer;
}
.appelDeFigure:hover {
  text-decoration: underline;
}
.figure-ctn {
  float: left;
  width: 260px;
  margin-right: 15px;
  margin-bottom: 2px;
  clear: both;
  position: relative;
  text-indent: 0;
}
.figure-ctn.ng-hide-remove {
  transition: opacity 1s;
  opacity: 0;
}
.figure-ctn.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
.figure-ctn .figure-fermer {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  padding: 3px 6px;
  background-color: #674c4c;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
.figure-ctn .figure-fermer:hover {
  background-color: #666666;
}
.figure-ctn .figure-fermer:active,
.figure-ctn .figure-fermer:hover:active {
  background-color: #4d4d4d;
}
.figure-ctn:hover .figure-fermer {
  display: block;
}
.figure-ctn figure {
  background-color: #2b4088;
  padding: .5em;
  cursor: pointer;
  transition: background-color 0.4s;
}
.figure-ctn figure:hover {
  background-color: #7474ec;
}
.figure-ctn figure img {
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.figure-ctn figure figcaption {
  padding: .5em .3em 0;
  color: white;
  font-size: .75em;
  text-align: left;
  line-height: 1.2em;
}
/* SVG.LESS */
.my-svg {
  /* svg into : object, img or inline */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.my-svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
svg image {
  transition: opacity .4s !important;
  width: 100%;
  height: 100%;
}
svg image[clip-path] {
  cursor: pointer;
  opacity: 0;
}
svg image[clip-path]:hover,
svg image[clip-path].hover,
svg image[clip-path].active {
  opacity: 1;
}
svg:hover image.background,
.someNoteSelected svg image.background,
.someNoteHovered svg image.background {
  opacity: .35;
}
/* VISIONNEUSE.LESS */
visionneuse {
  background: #27314f;
  overflow: hidden;
}
.barre-menu {
  margin-bottom: 5px;
  border-top: 2px solid dimgrey;
  border-bottom: 2px solid dimgrey;
  font-family: Arial;
  font-size: 1em;
  color: white;
  background-color: dimgrey;
}
.barre-menu .titre-livre {
  font-weight: normal;
  font-weight: 100;
  line-height: 1.2em;
}
.barre-menu button {
  color: inherit;
  background-color: inherit;
  border-radius: 0;
}
.barre-menu button:not(:disabled):hover {
  background-color: white;
  color: dimgrey;
}
.barre-menu button:disabled {
  color: dimgrey;
}
.barre-menu .barre-menu--controles {
  margin-left: auto;
  display: flex;
  align-items: stretch;
  font-size: 1em;
}
.barre-menu .barre-menu--controles .barre-menu--titre-page {
  align-self: center;
}
page > * {
  margin-top: 20px;
}
.page-svg {
  margin-left: 20px;
}
.articles .figure-ctn {
  width: 100%;
}
.articles .article-ctn {
  display: flex;
  flex-direction: column;
}
.articles .article-ctn .article--titre {
  font-family: 'Open Sans';
  font-weight: 100 !important;
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  color: white;
  font-size: 1.1em;
  -webkit-user-select: none;
  font-weight: normal;
  background-color: firebrick;
  transition: background-color 1s;
}
.articles .article-ctn .article--titre h3,
.articles .article-ctn .article--titre small {
  margin-left: .25em;
}
.articles .article-ctn .article--titre h3 {
  font-size: .9em;
  font-weight: 100;
  flex: 1;
}
.articles .article-ctn .article--titre small {
  font-size: .7em;
  font-variant: italic;
  margin-right: .25em;
}
.articles .article-ctn .article {
  overflow: hidden;
  transition: flex-basis 1s ease-in-out, margin-bottom 1s ease-in-out, background-color 1s ease-in-out;
  padding-bottom: 0;
  margin-bottom: 0px;
  perspective: 3000px;
  background-color: transparent;
}
.articles .article-ctn .article .contenu {
  padding-top: 10px;
  transform-origin: left top 0;
  backface-visibility: hidden;
}
.articles .article-ctn .article .subnotes .subnote {
  /*background-color: skyblue;*/ /* commenter pour enlever couleur */
  transition: flex-basis 1s ease-in-out;
  font-size: .9em; /* ajouter pour changer taille police */
}
.articles .article-ctn .article .subnotes .subnote:first-child {
  border-top: 1px dotted black; /* ajouter pour mettre un filet  */
  margin-top: .9em; /* ajouter pour mettre une marge extérieure */
  padding-top: .6em; /* ajouter pour mettre une marge intérieure */
}
.articles .article-ctn.hover .article--titre {
  animation: blink 1s ease-in-out infinite;
}
.articles .article-ctn.active .article--titre {
  background-color: #d75a2d;
  animation: none;
}
.articles .article-ctn.active .article {
  margin-bottom: 7px;
  padding-bottom: 7px;
  background-color: white;
}
.BLABLABLA {
  flex-basis: auto;
}
.sidebar--notes {
  padding-top: 5px;
  margin-top: -5px;
}
.mentions-legales {
  padding: 6px;
  color: white;
}
.mentions-legales .copy-right {
  float: right;
}
blockquote {
  padding-left: 10px;
  position: relative;
  padding: .5em;
  background-color: #cec5c6;
  color: #1e1e37;
  /*font-size: .9em;*/ /* commenter pour enlever taille police */
}
blockquote .langueEtrangere {
  font-style: italic;
}
blockquote .langueEtrangere em,
blockquote .langueEtrangere i {
  font-style: normal;
}
.annexe {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  flex-basis: 50%;
  align-self: flex-start;
  color: #666666;
  font-size: 1.2em;
  background-color: white;
  box-shadow: 0 0 6px -1px black;
}
.annexe [note-ref] {
  margin-left: 3px;
  font-size: 0.8em;
}
.annexe .contenu .texte p,
.annexe .contenu .texte blockquote,
.annexe .contenu .texte > ul {
  margin-left: 4rem;
  margin-right: 4rem;
}
.annexe .contenu .texte blockquote {
  margin-left: 6rem;
  margin-right: 6rem;
}
.annexe .contenu .texte ul.bibliographie {
  list-style: inside none;
}
.annexe .contenu .texte ul.bibliographie > li {
  margin-bottom: 1em;
}
.annexe .contenu .texte ul.bibliographie > li > ul {
  overflow: hidden;
  list-style-type: none;
}
.annexe .contenu .texte ul.bibliographie > li > span {
  margin-right: 1em;
  font-weight: bold;
}
.annexe .contenu .texte ul.bibliographie > li > span.date {
  float: left;
}
.annexe .contenu .titre {
  font-size: 1.4em;
  margin-left: 0;
  padding: .5em 4rem;
  margin-top: 0;
  text-align: left;
}
.annexe .contenu h1,
.annexe .contenu h2,
.annexe .contenu h3,
.annexe .contenu h4,
.annexe .contenu h5,
.annexe .contenu h6 {
  font-weight: 100;
  position: relative;
  margin-top: 2em;
  margin-bottom: 0;
  margin-left: -4rem;
  padding: 0.5em 4rem 0.5em 8rem;
  color: white;
}
.annexe .contenu h1 {
  font-size: 1.45em;
  margin-bottom: 1em;
  background-color: crimson;
}
.annexe .contenu h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #595959;
}
.annexe .contenu h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  background-color: transparent;
  color: #616161;
  box-shadow: none;
}
.annexe .contenu p {
  margin-bottom: 1em;
}
.regard {
  text-align: justify;
  color: white;
  perspective: 1500px;
  font-size: 15px;
}
.regard [note] {
  padding-left: 1em;
  border-left: 1px solid white;
}
.regard [note].active-add.active-add-active,
.regard [note].active-remove.active-remove-active {
  transition: 1s 0s all ease-in-out;
}
.regard [note].active-add,
.regard [note].active-remove {
  transition: 0s all;
}
.regard [note].active-add,
.regard [note].active-remove.active-remove-active {
  transform: scale(0.1) rotateY(-90deg);
  opacity: 0;
}
.regard [note].active-remove,
.regard [note].active-add.active-add-active {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
page.ng-hide-remove,
page.ng-hide-add {
  display: flex !important;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
page.ng-hide-remove {
  animation: 1s position-hack-show;
}
page.ng-hide-add {
  animation: 1s position-hack-hide;
}
page.ng-hide-add-active {
  opacity: 0;
}
@keyframes blink {
  50% {
    background-color: #d75a2d;
  }
}
@keyframes position-hack-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes position-hack-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.custom_scrollbar::-webkit-scrollbar {
  /* Scrollbars */
  width: 14px;
  height: 14px;
}
.custom_scrollbar::-webkit-scrollbar-track-piece {
  /* Fond */
  background: transparent none;
  border: solid 4px transparent;
  border-right-width: 8px;
  margin: 4px;
  box-shadow: inset 1px 1px 0 0 red, inset -1px -1px 0 0 #d75a2d;
}
.custom_scrollbar:hover::-webkit-scrollbar-track-piece {
  box-shadow: inset 1px 1px 0 0 red, inset -1px -1px 0 0 #d75a2d;
}
.custom_scrollbar::-webkit-scrollbar-track-piece:horizontal {
  /* Fond pour la barre du bas */
  border-right-width: 4px;
  border-bottom-width: 8px;
}
.custom_scrollbar::-webkit-scrollbar-thumb {
  /* Barre */
  border: solid 0 transparent;
  border-right-width: 4px;
  border-radius: 5px;
  border-top-right-radius: 9px 5px;
  border-bottom-right-radius: 9px 5px;
  box-shadow: inset 0 0 0 1px #e1e1e1, inset 0 0 0 6px #e6e6e6;
}
.custom_scrollbar::-webkit-scrollbar-thumb:hover {
  /* Barre */
  box-shadow: inset 0 0 0 1px #bebebe, inset 0 0 0 6px #c3c3c3;
}
.custom_scrollbar::-webkit-scrollbar-thumb:horizontal {
  /* Barre du bas */
  border-right-width: 0;
  border-bottom-width: 4px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px 9px;
  border-bottom-left-radius: 5px 9px;
}
/* PRESENTATION.LESS */
.bg_walter_crane {
  background-color: white;
}
.bg_walter_crane header {
  color: #c98736;
  padding-top: 1em;
  padding-bottom: 1em;
}
.bg_walter_crane header #bluebeard {
  color: #3e4e7e;
}
.bg_walter_crane .changer-langue {
  margin: 1em 0;
  padding: .5em 0;
  text-align: center;
  background: #27314f;
}
.bg_walter_crane .changer-langue a {
  color: white;
  text-decoration: none;
  font-size: 1em;
}
.bg_walter_crane .changer-langue a:hover {
  text-decoration: underline;
}
.bg_walter_crane article {
  background-color: inherit;
  border-radius: 5px;
}
.bg_walter_crane article .texte {
  color: #424242;
  padding: 0;
}
.bg_walter_crane article .texte > p {
  font-size: 1.2em;
  line-height: 1.7em;
}
.bg_walter_crane article .texte figure.aside {
  float: right;
  width: 30%;
  margin: -0.25em -5em 0 1em;
  padding: 1em 1em;
  color: inherit;
  border-radius: 1px;
  border: 1px solid #7da1a1;
}
.bg_walter_crane article .texte figure.aside p {
  text-align: left;
  letter-spacing: 0.2px;
}
.bg_walter_crane .inner {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.bg_walter_crane .inner p {
  text-indent: 0;
}
.bg_walter_crane .logo {
  width: 20%;
}
.bg_walter_crane .logo img {
  width: 100%;
  object-fit: contain;
}
.filigrane {
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
#bouton_lire {
  background-color: firebrick;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bouton_lire:hover {
  text-decoration: none;
  background-color: #d73030;
}
#bouton_lire:active {
  background-color: #871a1a;
}
@media (min-width: 1201px) {
  .bg_walter_crane .inner {
    width: 40%;
    min-width: 800px;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .bg_walter_crane .inner {
    width: 750px;
  }
}
@media (max-width: 900px) {
  .bg_walter_crane .inner {
    width: 80%;
  }
}
/* EDITEUR.LESS */
.editeur {
  min-height: 5em;
  background-color: whitesmoke;
}
.editeur .editeur--input,
.editeur .editeur--html {
  margin: 16px;
  padding: 8px;
}
.editeur .editeur--input {
  border: 3px double red;
}
.editeur .editeur--html {
  border: 3px double blue;
}
/* HOME.LESS */
.livre {
  width: 300px;
  height: 400px;
  border: 1px solid darkgrey;
}
.livre .livre--titre {
  margin-top: auto;
  color: white;
  background-color: purple;
}
.livre .livre--auteur {
  color: darkslategrey;
}
/* SOMMAIRE.LESS */
.sommaire {
  list-style-type: none;
  list-style-position: inside;
  z-index: 1;
  margin: 1px 0 7px;
  max-height: 0px;
  overflow: hidden;
}
.sommaire.shown {
  max-height: 400px;
}
.sommaire .sommaire--item {
  display: flex;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  color: cornflowerblue;
  background-color: white;
}
.sommaire .sommaire--item:hover {
  color: white;
  background-color: cornflowerblue;
}
.sommaire .sommaire--item > * {
  border-radius: 8px;
}
.sommaire .sommaire--item .cliquable {
  text-align: center;
  padding: 10px 8px;
  flex: 1;
}
.splash {
  display: inline-block;
  padding: 4px 8px;
  color: black;
  border-radius: 3px;
}
.actions .ligne {
  display: flex;
  margin-bottom: 7px;
}
.actions .ligne:last-of-type {
  margin-bottom: 0;
}
.actions .action {
  flex: 1;
  color: white;
}
.actions .action .action-icone,
.actions .action .action-nom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c69f6c;
}
.actions .action .action-icone:hover,
.actions .action .action-nom:hover {
  background-color: #bf935a;
  text-decoration: none;
}
.actions .action .action-icone:not(:first-child),
.actions .action .action-nom:not(:first-child) {
  margin-left: 1px;
}
.actions .action .action-icone {
  display: flex;
  width: 39px;
}
.actions .action .action-nom {
  flex: 1;
  padding: .4em 0;
  font-size: 1em;
}
@keyframes material-appear {
  0% {
    color: transparent;
    width: 0;
  }
  10% {
    width: 0%;
  }
  50% {
    width: 100%;
    color: transparent;
  }
  100% {
    color: cornflowerblue;
  }
}
@-webkit-keyframes material-appear {
  0% {
    color: transparent;
    width: 0;
  }
  10% {
    width: 0%;
  }
  50% {
    width: 100%;
    color: transparent;
  }
  100% {
    color: cornflowerblue;
  }
}
*::selection,
*::-webkit-selection {
  color: white;
  background-color: #d58467;
}
*::-moz-selection {
  color: white;
  background-color: #d58467;
}
.l-lightbox-ctn {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.l-lightbox-ctn .l-lightbox {
  max-width: 100vw;
  max-height: 100vh;
  position: relative;
  display: flex;
}
.l-lightbox-ctn .lightbox-fermer {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  padding: 3px 6px;
  background-color: #595959;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}
.l-lightbox-ctn .lightbox-fermer:hover {
  background-color: #666666;
}
.l-lightbox-ctn .lightbox-fermer:active,
.l-lightbox-ctn .lightbox-fermer:hover:active {
  background-color: #4d4d4d;
}
.l-lightbox-ctn:hover .lightbox-fermer {
  display: block;
}
.l-lightbox-ctn figure {
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-lightbox-ctn figure img,
.l-lightbox-ctn figure figimage {
  display: flex;
  flex: 0 1 auto;
  object-fit: contain;
}
.l-lightbox-ctn figure figcaption {
  flex: 0 1 auto;
  color: white;
  text-align: center;
  padding: .5em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
}
.l-lightbox-ctn figure figcaption a {
  color: cornflowerblue;
}
/* LAYOUT.LESS */
.l-screen {
  display: flex;
  width: 100vw;
  height: 100vh;
}
.l-fill {
  flex: 1;
}
.l-stretch {
  align-self: stretch;
}
.l-h {
  display: flex;
  flex-direction: row;
}
.l-v {
  display: flex;
  flex-direction: column;
}
.l-v-reverse {
  flex-direction: column-reverse;
}
.l-moitie {
  width: 50%;
}
.l-padding-moitie {
  padding-left: 25%;
  padding-right: 25%;
}
.l-action-bar {
  flex-basis: auto;
}
.l-tray-h-ctn {
  width: 0;
}
.l-tray-h-ctn.expanded {
  width: 340px;
}
.l-sidebar {
  flex-basis: 340px;
  overflow-y: auto;
  overflow-y: overlay;
  padding-right: 20px;
  padding-left: 20px;
}
.l-sidebar.absolute {
  position: absolute;
  width: 340px;
}
.l-sidebar.l-sidebar--fixed {
  position: fixed;
  width: 340px;
  right: 17px;
}
.l-regard {
  flex-basis: 150px;
}
.l-texte {
  columns: 450px;
}
.l-texte > *:first-child {
  margin-top: 0;
}
.pad-left {
  padding-left: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .l-moitie {
    width: 80%;
  }
  .l-padding-moitie {
    padding-left: 10%;
    padding-right: 10%;
  }
  .l-sidebar {
    font-size: .7em;
    flex-basis: 200px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-sidebar.l-sidebar--fixed {
    width: 200px;
    position: static;
  }
  .annexe {
    font-size: .8em;
    margin-left: 4em;
    margin-right: 4em;
    flex: 1;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .l-moitie {
    width: 70%;
  }
  .l-padding-moitie {
    padding-left: 15%;
    padding-right: 15%;
  }
  .l-sidebar {
    font-size: .85em;
    flex-basis: 250px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-sidebar.l-sidebar--fixed {
    width: 200px;
    position: static;
  }
  .annexe {
    font-size: .85em;
    margin-left: 3em;
    margin-right: 3em;
    flex: 1;
  }
}
