@charset "UTF-8";
.list-link .has-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; }

h1, .header-h1 {
  font-family: tahoma, "Helvetica neue", sans-serif;
  text-transform: uppercase;
  color: #000; }

h2, .header-h2 {
  color: #ac1c81;
  text-transform: uppercase;
  font-weight: bold; }

h3, .header-h3 {
  color: #ac1c81;
  font-weight: bold; }

h4, .header-h4 {
  color: #ac1c81;
  font-weight: bold; }

.header-h1 {
  font-size: 1.5rem; }

.header-h2 {
  font-size: 1.25rem; }

.header-h3 {
  font-size: 1.125rem; }

.header-h4 {
  font-size: 1rem; }

small {
  font-size: 0.765625rem; }

label {
  font-weight: normal; }

h2.section-title, h3.section-title, h4.section-title, h5.section-title, h6.section-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: normal;
  text-transform: none; }
  h2.section-title > *, h3.section-title > *, h4.section-title > *, h5.section-title > *, h6.section-title > * {
    flex: none;
    margin: 0; }
  h2.section-title:after, h3.section-title:after, h4.section-title:after, h5.section-title:after, h6.section-title:after {
    border-bottom: 1px solid #c3c3c1;
    margin-top: .25rem;
    content: "";
    display: block;
    height: 1px;
    width: 100%; }

h2.section-title-alt, h3.section-title-alt, h4.section-title-alt, h5.section-title-alt, h6.section-title-alt {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-weight: normal;
  text-transform: none; }
  h2.section-title-alt > *, h3.section-title-alt > *, h4.section-title-alt > *, h5.section-title-alt > *, h6.section-title-alt > * {
    flex: none;
    margin: 0; }
  h2.section-title-alt:after, h3.section-title-alt:after, h4.section-title-alt:after, h5.section-title-alt:after, h6.section-title-alt:after {
    border-bottom: 1px solid #c3c3c1;
    margin-left: .5rem;
    height: 1px;
    width: 100%;
    content: "";
    display: inline-block; }
  h2.section-title-alt .btn-icon, h3.section-title-alt .btn-icon, h4.section-title-alt .btn-icon, h5.section-title-alt .btn-icon, h6.section-title-alt .btn-icon {
    margin: 0 .25rem;
    padding: 0 .25rem; }
  h2.section-title-alt > .am-icon, h3.section-title-alt > .am-icon, h4.section-title-alt > .am-icon, h5.section-title-alt > .am-icon, h6.section-title-alt > .am-icon {
    margin: 0 .25em; }
    h2.section-title-alt > .am-icon:first-child, h3.section-title-alt > .am-icon:first-child, h4.section-title-alt > .am-icon:first-child, h5.section-title-alt > .am-icon:first-child, h6.section-title-alt > .am-icon:first-child {
      margin-left: 0; }
  h2.section-title-alt .last, h3.section-title-alt .last, h4.section-title-alt .last, h5.section-title-alt .last, h6.section-title-alt .last {
    order: 10;
    padding-right: 0; }

h2 > .am-icon:first-child, h2 span > .am-icon:first-child, h3 > .am-icon:first-child, h3 span > .am-icon:first-child, h4 > .am-icon:first-child, h4 span > .am-icon:first-child, h5 > .am-icon:first-child, h5 span > .am-icon:first-child, h6 > .am-icon:first-child, h6 span > .am-icon:first-child {
  margin-right: .25rem; }

h2 > .icon-lg:first-child, h2 span > .icon-lg:first-child, h3 > .icon-lg:first-child, h3 span > .icon-lg:first-child, h4 > .icon-lg:first-child, h4 span > .icon-lg:first-child, h5 > .icon-lg:first-child, h5 span > .icon-lg:first-child, h6 > .icon-lg:first-child, h6 span > .icon-lg:first-child {
  margin-right: .4rem; }

h1 + hr, h2 + hr, h3 + hr, h4 + hr, h5 + hr, h6 + hr, h7 + hr {
  margin-top: -.5rem; }

.divider {
  border-bottom: 1px solid #c3c3c1;
  padding-bottom: .35em;
  margin-bottom: 1rem; }

.legende {
  font-style: italic;
  color: #555555; }

.panel-title {
  font-size: 1.125rem; }

.panel-warning .panel-heading {
  color: #000; }

section {
  padding: 1rem; }

.vertical-divider {
  border-right: 1px solid #c3c3c1; }

.has-full-divider > [class^="col"] + [class^="col"] {
  border-left: 1px solid #c3c3c1; }

.has-divider {
  position: relative; }
  .has-divider > [class^="col"] + [class^="col"]:before {
    content: "";
    position: absolute;
    width: 1px;
    left: 0;
    top: 1.5rem;
    bottom: 1rem;
    background-color: #c3c3c1; }

.dropdown-body.divider,
.dropdown-footer.divider {
  border-top: 1px solid #c3c3c1;
  border-bottom: none;
  margin: 0;
  padding: 0;
  padding-top: 1rem; }

.close {
  display: flex;
  align-items: center;
  opacity: 1; }
  .close .libelle {
    font-size: .6875rem;
    margin-right: 0.5em;
    text-shadow: none;
    font-weight: normal;
    color: #000; }
  .close .icon {
    color: #b6052a;
    opacity: 0.6;
    text-shadow: none; }
  .close:not(:disabled):not(.disabled):hover .libelle, .close:not(:disabled):not(.disabled):focus .libelle {
    color: #000; }
  .close:not(:disabled):not(.disabled):hover,
  .close:not(:disabled):not(.disabled):hover .icon, .close:not(:disabled):not(.disabled):focus,
  .close:not(:disabled):not(.disabled):focus .icon {
    opacity: 1; }

.zone-de-travail .alert {
  margin: 1rem 0; }

.alert .am-icon {
  margin-right: 0.5rem; }

.alert-danger {
  color: #b6052a;
  background-color: #f2dede; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #856406; }

.alert-success {
  color: #000; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #2E7092; }

.alert-light {
  color: #767676;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-dark {
  color: #343434;
  background-color: #c6c6c6;
  border-color: #d6d6d6; }

.tooltip-inner {
  box-shadow: 1px 1px 6px #808080;
  overflow: hidden;
  text-overflow: ellipsis; }

#am-corps-de-page .popover-title {
  margin: 0;
  color: #4a3f59;
  text-transform: inherit;
  font-size: 1rem; }

.tooltip-sm .tooltip-inner {
  max-width: 120px; }

.tooltip-md .tooltip-inner {
  max-width: 250px; }

.tooltip-lg .tooltip-inner {
  max-width: 350px; }

.tooltip-xl .tooltip-inner {
  max-width: 500px; }

.tooltip-xxl .tooltip-inner {
  max-width: fit-content; }

html .tooltip.b-tooltip {
  opacity: 1; }

.list-link {
  list-style: none;
  padding: 0; }
  .list-link .nav-item {
    display: flex;
    align-items: center; }
  .list-link .btn-icon {
    flex: none;
    width: auto;
    padding: 0 .5rem; }
  .list-link a, .list-link button {
    padding: .5rem 1rem .5rem 1rem;
    display: flex;
    width: 100%;
    align-items: flex-start;
    text-decoration: none; }
    .list-link a .am-icon, .list-link button .am-icon {
      flex: 0 0 1.5rem;
      line-height: 1.35;
      color: #ac1c81; }
      .list-link a .am-icon.icon-sm, .list-link button .am-icon.icon-sm {
        flex-basis: 1rem; }
      .list-link a .am-icon.icon-lg, .list-link button .am-icon.icon-lg {
        flex-basis: 2.5rem; }
      .list-link a .am-icon + span, .list-link button .am-icon + span {
        flex: auto; }
    .list-link a:hover, .list-link a:focus, .list-link button:hover, .list-link button:focus {
      color: #212529;
      background-color: #e6bebf;
      text-decoration: none; }

.list-link .has-icon:before {
  content: "";
  flex: 0 0 1rem;
  line-height: 1.35;
  color: #ac1c81;
  top: -2px; }

.list-link .strong {
  font-weight: bold; }

#fiche-de-travail-content .list-link {
  padding: 0; }
  #fiche-de-travail-content .list-link h2, #fiche-de-travail-content .list-link h3, #fiche-de-travail-content .list-link h4, #fiche-de-travail-content .list-link h4, #fiche-de-travail-content .list-link h5, #fiche-de-travail-content .list-link h6,
  #fiche-de-travail-content .list-link .nav-item {
    margin: 0 -.25rem; }
  #fiche-de-travail-content .list-link a, #fiche-de-travail-content .list-link button {
    padding: 0 .25rem; }

#fiche-de-travail-content .list-link.treeview h2, #fiche-de-travail-content .list-link.treeview h3, #fiche-de-travail-content .list-link.treeview h4, #fiche-de-travail-content .list-link.treeview h4, #fiche-de-travail-content .list-link.treeview h5, #fiche-de-travail-content .list-link.treeview h6 {
  margin-left: -1.5rem; }

.list-btn {
  list-style: none;
  padding: 0; }
  .list-btn .nav-item {
    display: flex;
    align-items: center;
    margin: 0.5rem 0; }
  .list-btn.has-divider .nav-item + .nav-item {
    padding-top: 0.5rem;
    border-top: 1px solid #c3c3c1; }
  .list-btn .main-item {
    flex: 1; }
    .list-btn .main-item > * {
      width: 100%;
      display: block; }
    .list-btn .main-item a, .list-btn .main-item button {
      text-align: left; }
  .list-btn .aside-item {
    flex: none;
    width: auto;
    margin: 0 .5rem; }
  .list-btn .am-icon + .libelle {
    padding-left: 0.5rem; }

.list-link-nowrap .nav-item, .list-link-nowrap .nav-item > span,
.list-link-nowrap .nav-link,
.list-link-nowrap .nav-link > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.flex-has-nowrap-items {
  min-width: 0; }
