:root {
  --btn-submit: #6bd6cc;
}
:root {
  --atyl-navigation-link: #06668C;	
  --atyl-navigation: #427AA1;
  --atyl-navigation-light: #EBF2FA;		
	
  --atyl-primary: #A4BD01;
	
  --atyl-font-family: 'Poppins';
  /*--atyl-primary: #b1ca35;*/
  --atyl-primary-dark: #679436;
  
  --atyl-primary-25: #F0F5DE;
  --atyl-primary-50: #e8efc2;
  --atyl-primary-900: #98b722;
  --atyl-secondary: #769100;
  --atyl-accent: #7bbc3c;
  --atyl-accent-50: #d6deb3;
  --atyl-grey: #95a595;
  --atyl-accent-900: #597400;
  --atyl-hover: #85a000;
  --atyl-darken: #1b3d2f;
  --atyl-lighten: #f8f8ff;
  --atyl-success: #6bd6cc61;
  --full-width: 100%;
  --full-height: 100%;
  --atyl-spacing-sm: 0.5rem;
  --atyl-spacing-md: 1rem;
  --atyl-spacing-lg: 1.5rem;
  --atyl-spacing-xl: 2rem;
  --atyl-spacing-xxl: 3rem;
  --atyl-spacing-xxxl: 4rem;
}
body {
  font-family: var(--atyl-font-family);
  background: var(--atyl-primary) !important;
 
}
.kt-header__topbar .kt-header__topbar-item {
  position: relative;
}
.notif-icon {
  position: absolute;
  bottom: 9px;
  right: 0px;
  background-color: var(--atyl-accent);
  padding: 1px 7px 0px 7px;
  color: white;
  font-size: 10px;
  font-weight: 600;
  border-radius: 20px;
  pointer-events: none;
}
.kt-aside {
  background-color: var(--atyl-lighten) !important;
}
@media (min-width: 1025px) {
  .kt-aside__brand {
    background-color: var(--atyl-lighten) !important;
  }
  .kt-aside__brand-logo img {
    width: 100%;
  }
  .kt-aside__brand
    .kt-aside__brand-tools
    .kt-aside__brand-aside-toggler
    svg
    g
    [fill] {
    fill: var(--atyl-darken) !important;
  }
  .kt-aside--minimize
    .kt-aside-menu
    .kt-menu__nav
    > .kt-menu__item
    > .kt-menu__link
    > .kt-menu__link-icon {
   /* color: #545454;*/
   color: var(--atyl-navigation-link);
    margin-left: -5px;
  }
  .kt-aside--minimize
    .kt-aside-menu
    .kt-menu__nav
    > .kt-menu__item.kt-menu__item--active
    > .kt-menu__link
    > .kt-menu__link-icon,
  .kt-aside--minimize
    .kt-aside-menu
    .kt-menu__nav
    > .kt-menu__item.kt-menu__item--here
    > .kt-menu__link
    > .kt-menu__link-icon {
   /* color: white;*/
    color: var(--atyl-navigation-link) ! inportant;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .btn {
    font-size: 0.54vw !important;
  }

  .dossier-page-categorie {
    height: 50vh !important;
  }
}
@media (max-width: 1024px) {
  .kt-header-mobile {
    background-color: var(--atyl-lighten);
  }

  kt-subheader {
    margin-bottom: 20px;
  }
  .btn {
    font-size: 0.8vw !important;
  }
  .dossier-page-categorie {
    height: 50vh !important;
  }
}
@media (max-width: 880px) {
  .col-cus-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.kt-login.kt-login--v1 .kt-login__wrapper {
  background-color: var(--atyl-lighten) !important;
}
kt-login h3,
kt-login span,
kt-login label,
kt-login input {
  color: white !important;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
}
.kt-aside-menu {
  /*background-color: var(--background-color-menu-light) !important;*/
  background-color: var(--atyl-navigation-light) !important;
}

.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--active
  > .kt-menu__heading,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--active
  > .kt-menu__link {
  background-color: var(--atyl-lighten) !important;
}

.kt-aside
  .kt-aside-menu
  > .kt-menu__nav
  .kt-menu__item
  > .kt-menu__link:not(.kt-menu__link--active):not(.kt-menu__link--here):not(.kt-menu__link--hover)
  [class*=' flaticon2-'],
.kt-aside
  .kt-aside-menu
  > .kt-menu__nav
  .kt-menu__item
  > .kt-menu__link:not(.kt-menu__link--active):not(.kt-menu__link--here):not(.kt-menu__link--hover)
  [class^='flaticon2-'] {
  color: #545e7b;
}

.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  > .kt-menu__heading
  .kt-menu__link-text,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  > .kt-menu__link
  .kt-menu__link-text {
  color: var(--atyl-darken);
}

.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover
  > .kt-menu__heading,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover
  > .kt-menu__link {
  background-color: var(--atyl-lighten) !important;
}
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--here
  > .kt-menu__heading,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--here
  > .kt-menu__link {
  background-color: var(--atyl-navigation-link) !important;
  box-shadow: 2px 3px 4px 0px #dedede;
  margin-left: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--open
  > .kt-menu__heading,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--open
  > .kt-menu__link {
  background-color: var(--atyl-lighten) !important;
}

.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--active
  > .kt-menu__heading
  .kt-menu__link-icon,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--active
  > .kt-menu__link
  .kt-menu__link-icon {
  /*color: white;*/
  color: var(--atyl-navigation-link) ! inportant;
}

.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item.kt-menu__item--open
  > .kt-menu__heading,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item.kt-menu__item--open
  > .kt-menu__link {
  background-color: var(--atyl-lighten) !important;
}
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover
  > .kt-menu__heading,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover
  > .kt-menu__link {
  background-color: white;
}
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item.kt-menu__item--open
  > .kt-menu__heading,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item.kt-menu__item--open
  > .kt-menu__link {
  background-color: var(--atyl-lighten) !important;
}
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item.kt-menu__item--active
  > .kt-menu__heading,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item.kt-menu__item--active
  > .kt-menu__link {
  background-color: var(--atyl-lighten) !important;
}
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item
  > .kt-menu__heading
  .kt-menu__link-text,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item
  > .kt-menu__link
  .kt-menu__link-text {
  color: var(--atyl-darken);
}
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item.kt-menu__item--here
  > .kt-menu__heading,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item
  .kt-menu__submenu
  .kt-menu__item.kt-menu__item--here
  > .kt-menu__link {
  background-color: var(--atyl-lighten) !important;
}

.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--active
  > .kt-menu__heading
  .kt-menu__link-text,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--active
  > .kt-menu__link
  .kt-menu__link-text {
  color: white;
}
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover
  > .kt-menu__heading
  .kt-menu__link-text,
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover
  > .kt-menu__link
  .kt-menu__link-text {
  color: var(--atyl-darken) !important;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
  /*background-color: var(--atyl-lighten) !important;*/
  background-color: var(--atyl-navigation-light) !important;
  margin-left: 10px;
  margin-right: 5px;
}
.kt-aside-menu
  .kt-menu__nav
  > .kt-menu__item:not(:first-child)
  > .kt-menu__link {
  margin-top: 5px;
  background-color: var(--atyl-navigation-light);
}
.kt-aside .kt-aside-menu {
  margin: 0px !important;
}
.kt-menu__nav {
  padding: 0px !important;
}
.kt-subheader {
  background-color: var(--atyl-navigation) !important;
}
.kt-subheader__title,
.kt-subheader__desc {
  color: var(--atyl-lighten) !important;
}
.kt-header
  .kt-header__topbar
  .kt-header__topbar-item
  .kt-header__topbar-icon
  svg
  g
  [fill] {
  fill: #575757 !important;
}
mat-card {
  margin: 14px;
}
mat-card-header {
  border-bottom: 1px solid #cecece;
  color: var(--atyl-primary) !important;
}
app-form-atyl mat-card-header {
  border-bottom: 1px solid #cecece;
  color: var(--atyl-primary) !important;
}
.header-card {
  margin-left: -16px;
  margin-top: -16px !important;
  margin-right: -16px;
  padding: 16px 16px 0px 16px;
  background-color: var(--atyl-secondary);
  color: var(--atyl-lighten);
}
mat-list-item:not(:last-child) .mat-list-item-content {
  border-bottom: 1px solid #e8e8e8;
}
.btn-outline-atyl {
  color: #f1f1f1 !important;
  border-color: #d2d6c0 !important;
}
.btn-outline-card-atyl {
  color: grey !important;
  border-color: #d2d6c0 !important;
}
.btn-primary-atyl {
  background-color: var(--atyl-primary-dark) !important;
  border-color: var(--atyl-primary-dark) !important;
  color: #fff !important;
}
.btn-darkn-atyl {
  background-color: var(--atyl-darken) !important;
  border-color: var(--atyl-darken) !important;
  color: #fff !important;
}

.btn-submit-atyl {
  font-size: 1.2vw !important;
  transition: opacity 0.25s, transform 0.7s;
  position: relative;
  overflow: hidden;
  display: flex !important;
  z-index: 0;
}
.btn-submit-atyl::after {
  content: '';
  background: var(--atyl-darken);
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
}
.btn-submit-atyl span {
  color: #fff !important;
  padding: 0px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.btn-submit-atyl i {
  font-size: 1.6vw !important;
}
.loading-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: #ffffffe0;
}
.loading-container mat-spinner {
  color: var(--atyl-primary) !important;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: var(--atyl-primary) !important;
}
.mat-snack-bar-container {
  color: rgb(255, 255, 255);
  font-weight: 500;
  background: #b1ca35;
}

kt-assistmat
  > :not(mat-card)
  > .mat-form-field-appearance-legacy
  .mat-form-field-label,
kt-mam-list
  > :not(mat-card)
  > .mat-form-field-appearance-legacy
  .mat-form-field-label,
kt-eaje-list
  > :not(mat-card)
  > .mat-form-field-appearance-legacy
  .mat-form-field-label {
  color: rgba(255, 255, 255, 0.84) !important;
}
kt-assistmat > :not(mat-card) > input.mat-input-element,
kt-mam-list > :not(mat-card) > input.mat-input-element,
kt-eaje-list > :not(mat-card) > input.mat-input-element {
  color: white !important;
}

kt-assistmat
  > :not(mat-card)
  > .mat-form-field.mat-focused
  .mat-form-field-ripple,
kt-mam-list
  > :not(mat-card)
  > .mat-form-field.mat-focused
  .mat-form-field-ripple,
kt-eaje-list
  > :not(mat-card)
  > .mat-form-field.mat-focused
  .mat-form-field-ripple {
  background-color: #ffffff !important;
}

kt-assistmat
  > :not(mat-card)
  > .mat-form-field.mat-focused
  .mat-form-field-label,
kt-mam-list
  > :not(mat-card)
  > .mat-form-field.mat-focused
  .mat-form-field-label,
kt-eaje-list
  > :not(mat-card)
  > .mat-form-field.mat-focused
  .mat-form-field-ripple {
  color: white !important;
}
/*
.select-with-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.84) !important;
}

.select-with-bg mat-label {
  color: rgba(255, 255, 255, 0.84) !important;
}
.select-with-bg .mat-select-value {
  color: white;
}
.select-with-bg .mat-input-element {
  color: white;
}
*/
.bg-text {
  color: white;
}
.white-text {
  color: white;
}
.kt-menu__nav {
  padding-top: 0px;
}
.container-header {
  overflow: hidden;
}

.subhead-btn {
  background-color: white !important;
}
mat-dialog-container {
  background-color: var(--atyl-lighten) !important;
  color: white !important;
}
mat-dialog-content {
  color: var(--atyl-primary);
  min-height: 5vh;
}
mat-dialog-content .mat-radio-outer-circle {
  border-color: var(--atyl-primary) !important;
}
.mat-dialog-title {
  color: var(--atyl-navigation) !important;
  min-height: 3vh;
}
.btn {
  font-size: 0.8vw;
}
.align-text-top {
  vertical-align: text-top;
}
:not(.select-with-bg) .mat-form-field-outline {
  /*color: rgba(62, 62, 62, 0.12) !important;*/
  color: var(--atyl-primary) !important;;
}
.select-with-bg .mat-form-field-outline {
  /*color: rgb(226, 226, 226) !important;*/
  color: var(--atyl-primary) !important;;
}
.mat-form-field {
  width: 80% !important;
}
.atyl-card {
  padding-left: 12px;
  padding-right: 12px;
  height: fit-content;
  height: -moz-fit-content;
}
.inner-card {
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 5px #969696;
  padding: 15px;
  overflow: auto;
  position: relative;
}
.header-inner-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner-card button {
  font-size: 0.7vw;
}
.text-atyl-color {
  color: var(--atyl-primary);
}
.error-snackbar {
  color: white;
  background-color: red;
}
mat-row {
  min-height: 32px !important;
}
mat-row:nth-of-type(even) {
  background-color: var(--atyl-lighten) !important;
}
mat-row:nth-of-type(odd) {
  background-color: var(--atyl-lighten);
}
mat-header-cell {
  color: black !important;
  font-size: 13px !important;
}
mat-cell p {
  margin-bottom: 0.5rem !important;
  font-weight: 400;
  font-size: 13px;
}
.alert {
  padding-left: 0 !important;
  color: var(--atyl-darken) !important;
}

.menu-element i {
  color: var(--atyl-accent);
}
.mat-option-text {
  font-weight: 400;
}
.alert-text {
  font-weight: 600;
}
.alert-text .error {
  color: #e60e0e;
}
.dialog-text {
  color: var(--atyl-navigation);
}
/*HIDE SPINNER NUMBER INPUT*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.mat-tooltip {
  font-size: 1vw !important;
  font-weight: bold;
  background-color: #d2cfca !important;
  color: black !important;
  border: 1px solid grey;
}

.subheader_bagde {
   /* position: absolute;
    top: -10px;
    left: 0;*/
    color: var(--atyl-lighten);
    padding: 0px 2px 0px 2px;
    border-radius: 30%;
    }
    
.subheader_bagde_domicile {
        background-color: #ec9199;
    }
.subheader_bagde_ponctuel {
        background-color: var(--atyl-secondary);
}

.atyl-row-form {
    width: 99% !important;
    margin-bottom: 2px;
}

.atyl-row-form .row {
    margin-right: 0px;
    margin-left: 0px;
}

/*PARTIE INPUT*/
.mat-form-field-appearance-outline .mat-form-field-outline-start{
    width: 15px !important;    
    border-radius: 15px 0 0 0px !important;
}
.mat-form-field-appearance-outline .mat-form-field-outline-end{
    width: 15px !important;    
    border-radius: 0 0px 15px 0 !important;
}

/* PRINT TABLE ON SYNTHESIS */

.printTable {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-left: 1px solid #b1ca35;
  width: 100%;
  border-spacing: 0 12px;
}

.printTableHead {
     	background-color: #b1ca35;
     	font-size: 12px;
     	margin-top: 5px; 
     	margin-bottom: 5px; 
}

.printTdLine {
    	font-size: 10px;
} 
    
.fieldTitle {
	font-weight: bold;
	
}
.fieldValueRight {
	text-align: right;
	min-width: 50%;
}
.fieldValue {
	/*text-align: right;*/
	min-width: 50%;
}

.timepicker-overlay {
    z-index: 10000000 !important;
}

.timepicker-backdrop-overlay {
    z-index: 10000000 !important;
}
/* PRINT TABLE ON SYNTHESIS END */