/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v20-latin-300.woff2') format('woff2');
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular.woff2') format('woff2');
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v20-latin-500.woff2') format('woff2');
}
html,
body {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

input,
textarea {
  font-family: inherit;
}

svg {
  height: 0.8em;
  width: 0.8em;
  vertical-align: baseline;
}

h1 {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 800px) {
  h1 {
    margin: 20px 0 20px 72px;
    margin: 1.5rem;
  }
}

h1 a svg {
  fill: #ccc;
}
.toolbar h1 a svg {
  fill: #000;
}
h1 a:hover svg {
  fill: #2589ec;
}

h1 > .subtitle {
  font-size: 12px;
  opacity: 0.8;
}

h2 {
  font-size: 140%;
  margin: 10px 0;
}
h3,
h4,
h5,
h6 {
  margin: 1em 0;
}

.warn {
  color: orangered;
}
.secondary {
  color: #666;
}
.secondary .secondary {
  color: #aaa;
}

.euro::after {
  content: '€';
  font-size: 80%;
  opacity: 0.4;
  padding-left: 3px;
}
.hour::after {
  content: 'h';
  font-size: 80%;
  opacity: 0.4;
  padding-left: 3px;
}
.day::after {
  content: 'J';
  font-size: 80%;
  opacity: 0.4;
  padding-left: 3px;
}
.na::after {
  content: 'N/A';
  font-size: 66%;
  opacity: 0.4;
  padding-left: 3px;
}
.hour > small {
  opacity: 0.6;
}

input.field {
  background-color: #fff;
  border: solid 0 #fff;
  box-sizing: border-box;
  font-family: arial, sans-serif;
  font-size: inherit;
  padding: 7px 12px;
  width: 100%;
}
.cell-field input {
  display: block;
}
input.field,
input.field.ng-pristine {
  border: solid 1px dodgerblue !important;
}
.ng-invalid {
  box-shadow: none;
}
input.field.ng-dirty.ng-invalid,
.show-errors input.field.ng-invalid {
  border-color: orangered !important;
}

.alert {
  background-color: #fee;
}
.field.alert {
  border-color: red;
}

@media (min-width: 801px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }
}
body {
  cursor: default;
  font: 1em roboto, arial, sans-serif;
  margin: 0 auto;
  overflow-y: scroll;
}
@media (min-width: 801px) {
  body {
    margin-left: 250px;
    padding: 56px 0 30px;
  }
  .content {
    margin: 0 auto;
    max-width: 500px;
    padding: 30px;
  }
  .login .content,
  .article .content {
    padding-right: 280px;
  }

  .journal .content,
  .equipe .content,
  .infos .content {
    margin: 76px auto;
  }
  .journal .content,
  .equipe .content {
    padding-top: 0;
  }
  .form {
    margin: 3rem;
  }
}
@media (max-width: 800px) {
  body {
    padding: 3.5rem 0 0;
  }
  .content {
    padding: 0 0 30px;
  }
  .journal .content,
  .equipe .content,
  .infos .content {
    padding-top: 3rem;
  }
  .form {
    margin: 1rem 2rem;
  }
}

@media (min-width: 801px) {
  body.planning {
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .journal .content,
  .equipe .content,
  .infos .content {
    padding-tocp: 112px;
  }
}
header {
  background-color: #c80000;
  color: #fff;
  height: 56px;
  margin: 0;
  padding: 0;
  z-index: 6000;
}
.theme-snowy header {
  background-color: #fff;
  color: #000;
}
@media (max-width: 800px) {
  header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
}
@media (min-width: 801px) {
  header {
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
    position: fixed;
    left: 250px;
    right: 0;
    top: 0;
    z-index: 800;
  }
  .login header {
    visibility: hidden;
  }
  .journal header,
  .equipe header,
  .infos header {
    box-shadow: none;
  }
}
header h1 {
  font-size: 1.25rem;
  margin: 0;
  overflow: hidden;
  padding: 16px 24px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.journal header h1,
.equipe header h1,
.infos header h1 {
  margin-left: 56px;
  padding-left: 0;
  margin-right: 56px;
  padding-right: 0;
}
.header-action.header-action-fixed {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9000;
}
.header-back svg,
.header-action svg {
  cursor: pointer;
  fill: #fff;
  height: 24px;
  padding: 16px 16px;
  position: absolute;
  top: 0;
  width: 24px;
}
.theme-snowy .header-back svg,
.theme-snowy .header-action svg {
  fill: #000;
}
.header-back svg {
  left: 0;
}
.header-action svg {
  right: 0;
}

header svg {
  height: 36px;
  width: 36px;
}

.header-actions {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header-actions a {
  display: block;
}
.header-actions a.current {
  display: none;
}
@media (max-width: 800px) {
}
@media (min-width: 801px) {
  .header-action.header-action-fixed {
    display: none;
  }
}
.buttonbar {
  margin-top: 1.5rem;
}

.button {
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: inline-block;
  font-family: Roboto;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0892857143em; /*= 1.25 / 14px */
  line-height: 2.25rem;
  min-width: 4rem;
  padding: 0 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .button {
    width: 100%;
  }
}
a.button {
  text-decoration: none;
}

.button-contained {
  background-color: #00c8c8;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
}
.button-contained:hover {
  background-color: #00bbb9;
  color: #fff;
}

.button-outlined {
  border: solid 0.0625rem #ccc;
}
.toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: right;
  z-index: 32;
}

.toolbar svg {
  display: block;
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
}

@media (max-width: 800px) {
  .toolbar {
    background: #ee2911;
    color: #fff;
    font-size: 1.25rem;
    height: 24px;
    padding: 16px;
  }
  .toolbar svg {
    fill: #fff;
  }
}
@media (min-width: 801px) {
  .toolbar {
    font-size: 1.5rem;
    margin: -1.5rem 0 0;
    padding: 0;
  }
  .toolbar-planning {
    margin: -1.5rem -1rem 0 0;
  }
  .toolbar svg {
    fill: #000;
  }
}

.toolbar-spacer {
  flex-grow: 2;
}

.toolbar > h1 {
  font-size: 1.25rem;
  margin: 0;
  padding: 16px 0;
}

.toolbar > span {
  margin: 0;
  padding: 16px 0;
}

@media (max-width: 800px) {
  .toolbar .button-outlined {
    border-color: #fff;
  }
}

.toolbar small {
  font-size: 1rem;
}
@media (min-width: 801px) {
  .sidebar {
    background: #fff url(assets/img/logo-at2c.png) no-repeat 53% 36px;
    background-size: 100px;
    bottom: 0;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 113px 0 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 7000;
  }
}
@media (max-width: 800px) {
  .is-menu-opened .opened-menu-background {
    background: rgba(0, 0, 0, 0.00001);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6001;
  }
  .menu {
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: none;
    margin-top: -0.5rem;
    padding: 0.5rem 0;
    position: fixed;
    right: 0.5em;
    width: 280px;
    z-index: 7000;
  }
  .is-menu-opened .menu {
    display: block;
  }
  .menu-item {
    line-height: 3rem;
  }
  .menu-item {
    padding: 0 1.5rem;
  }
  .menu-header {
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 801px) {
  .menu {
    display: block;
  }
  .menu-item {
    padding: 1rem 1.5rem;
  }
  .menu-header {
    padding: 2rem 1.5rem;
  }
}

.menu-item {
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.menu-item:hover {
  background: dodgerblue;
  background: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}
@media (min-width: 801px) {
  .menu-item.current {
    background: rgba(0, 0, 0, 0.04);
    text-decoration: none;
  }
}
.menu-item svg {
  height: 1.5rem;
  margin-right: 1.25rem;
  width: 1.5rem;
  vertical-align: -12%;
}

.menu-spacer {
  border-top: solid 1px #eee;
  display: block;
  margin: 0.5rem 0;
  padding: 0;
  width: 100%;
}

.menu-header {
  display: flex;
  flex-direction: row;
}
@media (min-width: 801px) {
  .menu-header {
    border-top: solid 1px #eee;
  }
}
.menu-header .avatar {
  background-color: #CCC;
}
.menu-header .avatar svg {
  fill: #fff;
  margin-top: 0;
  height: 2.5rem;
  width: 2.5rem;
}
.menu-header-user {
  flex-grow: 2;
  flex-shrink: 1;
  overflow: hidden;
  padding: 0.1rem 0 0 0.5rem;
}
.menu-header-user-prenom {
  text-transform: capitalize;
}
.menu-header-user-nom {
  text-transform: uppercase;
}
.loader {
  position: fixed;
  right: 0;
  text-align: center;
  top: calc(50% - 32px);
  z-index: 10000;
}
@media (max-width: 800px) {
  .loader {
    left: 0;
  }
}
@media (min-width: 801px) {
  .loader {
    left: 250px;
  }
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #c80000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tabs {
  background: #c80000;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  left: 0;
  position: fixed;
  right: 0;
  top: 3.5rem;
  z-index: 1;
}
.theme-snowy .tabs {
  background-color: #fff;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.14), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  color: #000;
}
.tabs-insider {
  display: flex;
  flex-direction: row;
}
@media (max-width: 800px) {
  .tabs {
    line-height: 2.25rem;
  }
}
@media (min-width: 801px) {
  .tabs {
    left: 250px;
    line-height: 3.5rem;
  }
  .tabs-insider {
    margin: 0 auto;
    max-width: 500px;
  }
}
.tab {
  color: rgba(255, 255, 255, 0.6);
  flex-grow: 1;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
.theme-snowy .tab {
  color: rgba(0, 0, 0, 0.6);
}
.tab:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.theme-snowy .tab:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.8);
}
.tab:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
.theme-snowy .tab:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}
.tab.current,
.journal .tab.tab-journal,
.equipe .tab.tab-equipe,
.infos .tab.tab-infos {
  border-bottom: solid 2px #fff;
  color: rgba(255, 255, 255, 1);
}
.theme-snowy .tab.current,
.theme-snowy .journal .tab.tab-journal,
.theme-snowy .equipe .tab.tab-equipe,
.theme-snowy .infos .tab.tab-infos {
  border-bottom: solid 2px #000;
  color: rgba(0, 0, 0, 1);
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.inputfield {
  overflow: visible;
  padding: 0.5rem 0;
  position: relative;
}
.form .inputfield {
  padding: 0;
}
.inputfield + .inputfield {
  padding-top: 1.5rem;
}
.inputfield-container {
  border: solid 0.125rem #aaa;
  border-radius: 0.25rem;
  height: 0 3.25rem;
  position: relative;
}
.inputfield-label {
  background: #fff;
  color: #888;
  font-size: 0.75rem;
  left: 0.625rem;
  padding: 0 0.25rem;
  position: absolute;
  top: -0.5rem;
}
.inputfield-input {
  border: 0;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  margin: 0 0.875rem;
  padding: 0.5rem 0;
  width: calc(100% - 1.75rem);
}
@media (max-width: 800px) {
  .inputfield-input.full-heighted {
    height: calc(calc(100vh - 6.5rem) - 1px);
    min-height: 4rem;
  }
}
.inputfield-input::placeholder {
  color: #888;
}
.inputfield-helper {
  color: #888;
  font-family: Roboto;
  font-size: 0.75rem;
  margin: 0.25rem 0 0 0.75rem;
}
/*** TYPOGRAPHY */
body {
  font-family: Roboto, arial;
  font-weight: 400;
  letter-spacing: 0.03125em;
}
b {
  font-weight: 500;
}
h3,
.headline3 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0;
}
h4,
.headline4 {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0.0073529411764706em;
}
h5,
.headline5 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
}
h6,
.headline6 {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0075em;
}
.body1 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03125em;
}
.body2 {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571428571429em;
}
.caption {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0, 0333333333333333em;
}
.overline {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/*** AVATAR */

.avatar {
  background: #ccc;
  border-radius: 50%;
  height: 2.5rem;
  overflow: hidden;
  width: 2.5rem;
}
.avatar svg {
  fill: rgba(255, 255, 255, 0.4);
  margin-top: 0.125rem;
  height: 2.5rem;
  width: 2.5rem;
}

/*** FLOATING ACTION BUTTON (FAB) */

.fab {
  background: #00c8c8;
  border-radius: 50%;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  display: block;
  padding: 1rem;
  position: fixed;
  right: 1rem;
}
.fab:hover {
  background-color: #00bbb9;
  color: #fff;
}
.fab svg,
.fab:hover svg {
  display: block;
  fill: #fff;
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 800px) {
  .fab {
    /* bottom: 4.75rem; */
    bottom: 1rem;
  }
}
@media (min-width: 801px) {
  .fab {
    bottom: 1rem;
  }
}

/*** TWO-LINE LIST  */

.two-line-list {
  padding: 0.5rem 0;
}
.two-line-list-item {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  padding: 1.25rem 1rem 0.75rem;
  text-decoration: none !important;
}
.two-line-list-item-text {
  flex-direction: column;
  flex-grow: 2;
  flex-shrink: 1;
  overflow: hidden;
}
.two-line-list-item-text-first-row {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.two-line-list-item-text-second-row {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.two-line-list-item .avatar {
  flex-shrink: 0;
  margin: -0.125rem 1rem 0 0;
}

/*** CARD */

.card {
  border-radius: 4px;
  display: block;
}
@media (max-width: 800px) {
  .card {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 1.5rem 2rem 1rem;
    width: calc(100% - 4rem);
  }
  .card + .card {
    border-top: solid 1px #ccc;
  }
}
@media (min-width: 801px) {
  .card {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    margin: 0 0 1rem;
    padding: 1rem 1rem 1rem;
  }
}
.login .content .card {
  background: url(assets/img/logo-at2c.png) no-repeat 54% 40px;
  background-size: 140px;
  margin: 0 auto;
  padding-top: 120px;
}
@media (min-width: 801px) {
  .login .content .card {
    max-width: 300px;
  }
  .login .button {
    display: block;
  }
}
.agenda {
  padding: 0 1rem 1rem 0;
}

.agenda-month {
  background: #fff;
  padding: 1rem 0 1rem 4.2rem;
  position: sticky;
  top: 56px;
  z-index: 2;
}

.agenda-day {
  display: flex;
}
.agenda-day + .agenda-day {
  margin: 1rem 0 0 0;
}

.agenda-day-numero {
  display: inline-block;
  flex-grow: 0;
  max-width: 4rem;
  min-width: 4rem;
  text-align: center;
  width: 4rem;
}

.agenda-day-numero-text {
  position: sticky;
  top: 100px;
  z-index: 1;
}
.agenda-day-numero-today {
  color: dodgerblue;
}

.agenda-day-chantiers {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}

.agenda-day-chantier {
  border: solid 1px #888;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0.5rem 0.6rem 0.5rem 0.62rem;
}
.agenda-day-chantier + .agenda-day-chantier {
  margin-top: 0.4rem;
}
.agenda-day-chantier.chantier {
  border-width: 0;
  color: #fff;
  text-decoration: none !important;
}
.agenda-day-chantier-client {
  font-weight: 100;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agenda-day-chantier-libelle {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agenda-day-availability {
  border: solid 3px;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  text-align: center;
  text-transform: uppercase;
}
.agenda-day-availability-label {
  line-height: calc(3.5rem - 6px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agenda-day-availability.available {
  border-color: rgb(79, 161, 92);
  color: rgb(79, 161, 92);
}
.agenda-day-availability.unavailable {
  border-color: rosybrown;
  color: rosybrown;
}
.agenda-day-availability.nspp {
  border-color: #ddd;
  color: #ccc;
  font-weight: 100;
}

.agenda-day-availability-icon {
  flex-grow: 0;
  flex-shrink: 0;
  height: 2rem;
  padding: calc(0.75rem - 3px);
  padding-right: 0.3rem;
  width: 2rem;
}
.agenda-day-availability-icon svg {
  height: 2rem;
  padding: 0;
  vertical-align: middle;
  width: 2rem;
}
.available .agenda-day-availability-icon svg {
  fill: rgb(79, 161, 92);
}
.unavailable .agenda-day-availability-icon svg {
  fill: rosybrown;
}
.nspp .agenda-day-availability-icon svg {
  fill: #ddd;
}
.chantier {
}
.journal-day {
  margin: 0.4rem 2rem;
}
@media (min-width: 801px) {
  .journal-day {
    margin-left: 0;
    margin-right: 0;
  }
}
.journal-day-date {
  background: #fff;
  padding: 1.1rem 0 1rem;
  position: sticky;
}
@media (min-width: 801px) {
  .journal-day-date {
    top: 7rem;
  }
}
@media (max-width: 800px) {
  .journal-day-date {
    top: 5.75rem;
  }
}

.journal-article,
.journal-article:hover {
  display: block;
  margin-bottom: 0.4rem;
  text-decoration: none;
}
.journal-article-signature {
  margin-bottom: -0.65rem;
  margin-right: -0.5rem;
  margin-top: 0;
  opacity: 0.6;
  text-align: right;
}
.journal-article-signature-prenom {
  text-transform: capitalize;
}
.journal-article-signature-nom {
  text-transform: uppercase;
}
.journal-article-corps {
  background-clip: border-box;
  border-style: solid;
  border-width: 3px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1rem;
  text-decoration: none;
}
.journal-article-corps-self {
  font-weight: 500;
}
.journal-article-corps-someoneelse {
  border-color: transparent;
  color: #fff;
}
.equipe-day {
  margin: 0.5rem 2rem;
}
@media (min-width: 801px) {
  .equipe-day {
    margin-left: 0;
    margin-right: 0;
  }
}

.equipe-day-date {
  background: #fff;
  padding: 1.1rem 0 1rem;
  position: sticky;
}
@media (min-width: 801px) {
  .equipe-day-date {
    top: 7rem;
  }
}
@media (max-width: 800px) {
  .equipe-day-date {
    top: 5.75rem;
  }
}

.equipe-day-collaborateur-container + .equipe-day-collaborateur-container {
  margin-top: 0.4rem;
}

.equipe-day-collaborateur {
  background-clip: border-box;
  border-style: solid;
  border-width: 3px;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  padding: 1rem;
}
.equipe-day-collaborateur-self {
  font-weight: 500;
}
.equipe-day-collaborateur-someoneelse,
.equipe-day-collaborateur-someoneelse:hover {
  background: url(assets/img/phone.svg?fill=ffffff) no-repeat calc(100% - 16px) 50%;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}
.equipe-day-collaborateur-vehicule,
.equipe-day-collaborateur-vehicule:hover {
  background: #555 url(assets/img/vehicle.svg?fill=fff) no-repeat 16px 45%;
  border-color: transparent;
  color: #fff;
  padding-left: calc(1rem + 34px);
  text-decoration: none;
}
.equipe-collaborateur-prenom {
  text-transform: capitalize;
}
.equipe-collaborateur-nom {
  text-transform: uppercase;
}
.chantiers {
  padding: 0 1rem 1rem;
}

.chantiers {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}

.chantiers-chantier {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0.5rem 0.6rem 0.5rem 0.62rem;
}
.chantiers-chantier + .chantiers-chantier {
  margin: 1rem 0 0 0;
}

.chantiers-chantier-link,
.chantiers-chantier-link:hover {
  color: #fff;
  text-decoration: none !important;
}

.chantiers-chantier-client {
  font-weight: 100;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chantiers-chantier-libelle {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
