@charset "UTF-8";
.agent .agent-icon:before {
  position: relative;
  display: inline-block;
  font-family: 'cnam icons';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#am-entete-de-page {
  display: flex;
  padding: 0 0 0 1rem;
  position: relative;
  top: 0px;
  transition: all 0.5s; }
  #am-entete-de-page .logo {
    flex: none;
    align-items: center;
    width: 100px;
    margin: 0;
    display: flex;
    text-transform: none;
    text-align: center; }
    #am-entete-de-page .logo a {
      display: block;
      height: 100%;
      padding: 10px;
      display: flex;
      align-items: center; }
    #am-entete-de-page .logo img {
      max-height: 35px;
      height: 100%; }
  #am-entete-de-page .actualite {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0; }
  #am-entete-de-page .profil-picker-block {
    display: flex;
    width: 510px;
    flex-direction: row;
    align-items: center;
    margin-left: 0.5rem; }
  #am-entete-de-page .select-group {
    flex: 0 0 450px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    #am-entete-de-page .select-group .selection-profil,
    #am-entete-de-page .select-group .selection-organisme {
      padding: .5rem;
      flex: none;
      flex-basis: 50%;
      max-width: 50%; }
  #am-entete-de-page select.form-control,
  #am-entete-de-page .btn-formselect,
  #am-entete-de-page .chosen-single,
  #am-entete-de-page .news {
    height: 2rem; }
  #am-entete-de-page .agent-icon,
  #am-entete-de-page .actualite,
  #am-entete-de-page .profil {
    opacity: 1;
    transition: all .2s; }

#am-entete-de-page .chosen-container .chosen-single {
  height: 2rem;
  background-color: #adacac;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2rem;
  min-width: 0; }
  #am-entete-de-page .chosen-container .chosen-single:hover, #am-entete-de-page .chosen-container .chosen-single:focus {
    text-decoration: none; }
  #am-entete-de-page .chosen-container .chosen-single span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0; }

#am-entete-de-page .select.form-control,
#am-entete-de-page .chosen-single {
  height: 2rem; }

#am-entete-de-page .chosen-drop {
  min-width: 100%;
  width: auto;
  overflow-y: auto;
  max-height: 500px; }

#am-entete-de-page .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
  max-height: 20em; }
  #am-entete-de-page .chosen-container .chosen-results li {
    white-space: nowrap;
    word-wrap: inherit;
    width: auto;
    line-height: 1.5;
    padding-right: 30px; }

#am-entete-de-page .chosen-container-active.chosen-with-drop .chosen-drop {
  right: 0;
  left: inherit;
  width: auto; }

#am-entete-de-page .chosen-container-active.chosen-with-drop .result-selected {
  background-color: #0062ac;
  color: white; }

.selection-organisme .dropdown-menu {
  left: auto;
  top: auto;
  z-index: 1049; }

.selection-organisme.show .libelle {
  font-style: italic;
  color: #555555; }

.b-dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between; }
  .b-dropdown .dropdown-toggle > span {
    text-align: left; }

.has-no-header#am-entete-de-page-block {
  height: 25px; }

.has-no-header #am-entete-de-page {
  height: 25px;
  position: relative;
  top: -25px; }

#am-toggle-header {
  height: 55px;
  padding-top: 10px;
  width: 2.5rem;
  text-align: center;
  transition: all 0.5s; }
  #am-toggle-header.btn {
    border: 0;
    border-radius: 0;
    margin: 0; }
  #am-toggle-header .am-icon {
    font-size: 1.7rem;
    color: #4a3f59; }
    #am-toggle-header .am-icon:last-child, #am-toggle-header .am-icon:first-child {
      margin: 0; }
  #am-toggle-header:hover, #am-toggle-header:focus {
    color: #212529;
    background-color: #e6bebf;
    text-decoration: none; }
    #am-toggle-header:hover .am-icon, #am-toggle-header:focus .am-icon {
      color: #0062ac; }
  .has-no-header #am-toggle-header {
    top: 0;
    padding-top: 0;
    height: 25px;
    line-height: 25px; }
    .has-no-header #am-toggle-header .am-icon {
      transform: rotate(180deg); }

.agent {
  flex: none;
  width: 60px; }
  .agent .agent-icon {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    background-color: transparent;
    color: #4a3f59; }
    .agent .agent-icon:before {
      content: "";
      font-size: 2.8rem;
      line-height: 0;
      margin-top: 1.4rem; }

.agent:hover .agent-tooltip-info,
.agent .agent-icon:focus + .agent-tooltip-info,
.agent .agent-icon:active + .agent-tooltip-info {
  display: block;
  top: 100%;
  left: auto;
  right: 0; }

.agent .agent-tooltip-info {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1070;
  width: auto; }
  .agent .agent-tooltip-info > * {
    display: block;
    padding: 0.375rem 0;
    white-space: nowrap; }
