body {
  margin: 0;
  padding: 0;
}

/* HEADER */

/* First Header */
header .first-header {
  color: #ffffff;
  padding-bottom: 0 !important;
}
header .first-header:not(.transparent) {
  background-color: rgb(70,70,70);
}
header .first-header a {
  color: #ffffff;
}
header .logout {
  text-decoration: underline;
}
header .first-header .header-user span {
  margin-left: 1em;
}

header .first-header .ui.button {
  background: #3d3b3b;
  color: #ffffff;
  margin: 0;
}
header #first-header-menu .item.active {
  background: #e4e4e4;
  color: #000000 !important;
  border-radius: 0;
}
header #first-header-menu .item {
  background: rgb(136,136,136);
  color: #ffffff;
  font-weight: bold;
  margin-left: 0.1em;
}
header #first-header-menu .item:hover {
  background: #4e4e4e;
  color: #000000;
}


/* Second Header */
header .second-header {
  padding: 0 !important;
  background: #e4e4e4 !important;
  border-bottom: none !important;
  margin-bottom: 0;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: none !important;
}
header .ui.breadcrumb {
  padding: 5px 14px;
  color: #696969;
}
header .ui.text.menu {
  margin: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  box-shadow: none !important;
}
header .ui.text.menu .item {
  font-size: 14px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6) !important;
  padding: 5px 7px !important;
  transition: none;
  border-bottom: none;
  border-left: none;
  background: transparent !important;
  height: 40px;
  display: flex;
  align-items: center;
}
header .ui.text.menu .item:hover {
  color: rgba(0, 0, 0, 0.8) !important;
  background: transparent !important;
  border-bottom: none;
}
header .ui.text.menu .item.active {
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 400;
  border-bottom: none;
  background: transparent !important;
}

/* MAIN */
main.ui.segment {
  background: transparent;
}

.delete-hidden-field {
  display: none;
}

/* FOOTER */
footer {
  background-color: #464646;
  color: #a3a3a3;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
}
footer .ui.menu .menu {
  color: #a3a3a3;
}
footer a {
  color: #a3a3a3;
}


.template-tableau td i span {
  display: none;
}
.load-spinner {
font-size: 20px;
text-align: center;
color: #8a8a8a;
font-weight: 100;
line-height: 35px;
}

.modal .header {
font-weight: 400 !important;
text-align: center;
}
.modal .infos .detenteur {
border-right: 1px solid #9a9a9a;
}
.modal a{
color: #767676 !important;
text-decoration: underline;
}

/* GENERAL */
main {
  margin-top: 0 !important;
  overflow-y: auto;
  border: none !important;
  box-shadow: none !important;
}
#main-dimmer {
  z-index: 2000;
}
#main-loader {
  z-index: 2100;
}
#main-dimmer.active, #main-loader.active {
  opacity: 0.8;
  pointer-events: none;
}
.container_gray{
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

main #tableau-titre.header {
  text-align: left;
  color: #bbbbbb;
  font-size: 18px;
  padding: 23px 10px 10px 10px !important;
  /*border-bottom: 3px solid #2b2b2bab;
  box-shadow: #00000094 0px 2px 10px;*/
}
main .header h1 {
  color: #000000;
  font-weight: 400;
}
main .header-logo, .header-title {
  display: inline-block;
  vertical-align: middle;
}
main .header-logo {
  background: #FFF;
}
/*main .header-logo img {
  max-width: 10em;
  display: block;
}*/

main .header-title {
  width: 100%;
  /*width: calc(100% - 13em);*/
  /*margin-left: 50px;*/
  color: #3e3a3b;
  padding-left: 10px;
  border-left: 2px solid #dc2928;
}

main a {
  cursor: pointer;
}

.plus-collab{
  float: right;
}

.plus-collab-label{
  color: white;
}
.plus-collab-label:hover{
  color: rgb(238, 232, 232);
}

.retour-collab{
  float: right;
  padding-left: 0.4em;
}

.div-confirm-password{
  margin-bottom: 0;
}