/*
Layout modifier
slim header or no header
*/
body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100vh; }

#app,
#app > div {
  height: 100vh;
  display: flex;
  flex-direction: column; }

#am-skiplinks {
  flex: none;
  height: 25px;
  overflow: hidden; }

#am-entete-de-page-block {
  flex: none;
  height: 80px;
  transition: all .5s; }

#am-entete-de-page {
  flex: none;
  height: 55px;
  overflow: visible; }

#am-page {
  flex: auto;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: calc(100vh - 80px); }

#am-barre-outils {
  flex: none;
  width: 65px;
  height: 100%;
  padding-top: calc(40px + 30px + .5em); }

#am-corps-de-page {
  flex: 1 1 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-left: 3px; }

#am-coeur-de-page,
#zone-de-travail {
  height: 100%;
  width: 100%; }

#am-coeur-de-page {
  flex: auto;
  overflow: auto;
  height: calc(100vh - 208px); }

#am-navigation,
#am-fil-ariane,
#am-pied-de-page {
  flex: none; }

#am-navigation {
  height: 40px;
  position: relative;
  margin-left: -3px; }

#-fil-ariane {
  height: 30px; }

#am-pied-de-page {
  min-height: 58px;
  flex-wrap: wrap; }

#am-coeur-de-page {
  display: flex; }

#zone-de-travail-block {
  flex: 1; }

#fiche-de-travail-block {
  flex: 1;
  flex-basis: 20%; }

#fiche-de-travail-block ~ #zone-de-travail,
#fiche-de-travail-block ~ #zone-de-travail-block {
  flex-basis: 80%; }

#draghandle {
  flex: none;
  width: 10px; }

#zone-de-travail-block,
#fiche-de-travail-block {
  display: flex;
  flex-direction: column;
  overflow: hidden; }

#zone-de-travail-content,
#fiche-de-travail-content {
  flex: auto;
  overflow-y: auto;
  overflow-x: visible; }

#zone-de-travail-titre,
#fiche-de-travail-titre {
  height: 2.625rem;
  flex: none; }

#zone-de-travail-navigation {
  height: 3rem;
  flex: none; }

#am-skiplinks,
#am-entete-de-page-block,
.has-no-header #am-toggle-header {
  background-color: white; }

#am-entete-de-page {
  background-color: #b7cbd6; }

#am-barre-outils,
#zone-de-travail-titre,
#fiche-de-travail-titre {
  background: #4a3f59;
  color: #fff; }

#am-barre-outils {
  background: #4a3f59;
  color: #fff; }

#zone-de-travail-navigation {
  background-color: #adacac; }

#draghandle {
  background-color: #b7cbd6; }

#am-page,
#am-pied-de-page {
  background-color: #f4f5f1; }

#zone-de-travail-block,
#fiche-de-travail-block {
  background-color: #e6e6e4; }

#zone-de-travail-footer {
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.15); }

#draghandle,
.draghandle {
  box-sizing: content-box;
  background-color: #b7cbd6;
  border-right: 3px solid white;
  border-left: 3px solid white;
  background-image: url(../img/splitter-handle.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  #draghandle:hover, #draghandle:focus,
  .draghandle:hover,
  .draghandle:focus {
    background-color: #e6bebf; }
  #draghandle:active,
  .draghandle:active {
    background-color: #0062ac; }

#am-skiplinks,
#am-entete-de-page-block,
.has-no-header #am-toggle-header {
  background-color: white; }

#am-entete-de-page {
  background-color: #b7cbd6; }

#am-barre-outils,
#zone-de-travail-titre,
#fiche-de-travail-titre {
  background: #4a3f59;
  color: #fff; }

#am-barre-outils {
  background: #4a3f59;
  color: #fff; }

#zone-de-travail-navigation {
  background-color: #adacac; }

#draghandle {
  background-color: #b7cbd6; }

#am-page,
#am-pied-de-page {
  background-color: #f4f5f1; }

#zone-de-travail-block,
#fiche-de-travail-block {
  background-color: #e6e6e4; }

#zone-de-travail-footer {
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.15); }

#draghandle,
.draghandle {
  box-sizing: content-box;
  background-color: #b7cbd6;
  border-right: 3px solid white;
  border-left: 3px solid white;
  background-image: url(../img/splitter-handle.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  #draghandle:hover, #draghandle:focus,
  .draghandle:hover,
  .draghandle:focus {
    background-color: #e6bebf; }
  #draghandle:active,
  .draghandle:active {
    background-color: #0062ac; }
