/**
 * INTERFACE - assets/css/interdadm/main.css
 */

@charset "UTF-8";
/****** START | VARIABLES CLIENTS.CSS ******/
/*
    Un petit site pour générer des dégradés de couleurs :
    https://mycolor.space/gradient
    ! Merci de respecter les sens des dégradés de base.
*/
/* Couleur de fond du menu */
/* Pour dégragé */
/****** END | VARIABLES CLIENTS.CSS ******/
/****** START | VARIABLES CLIENTS.CSS ******/
/*
    Un petit site pour générer des dégradés de couleurs :
    https://mycolor.space/gradient
    ! Merci de respecter les sens des dégradés de base.
*/
/* Couleur de fond du menu */
/* Pour dégragé */
/****** END | VARIABLES CLIENTS.CSS ******/
/****** FLEXBOX ******/
/* FLEXBOX USAGE

	//Flexbox container
	.element{
		@include flex;
		@include flex-direction(row);
		@include flex-wrap(nowrap);
		@include justify-content(space-around);
		@include align-items(center);
	}

	//Flexbox chidren
	.element{
		@include order(2);
	}

*/
/****** ANIMATIONS & KEYFRAMES ******/
/* ANIMATIONS & KEYFRAMES USAGE

.element {
  opacity: 0;
  @include animation('name 5s forwards');
}

@include keyframes(name) {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

*/
/****** TRANSITIONS ******/
/* TRANSITIONS USAGE

	.element{
		@include transition(0.5s);
	}

*/
/****** PLACEHOLDERS ******/
/* PLACEHOLDERS USAGE

	input[type="text"]{
	    @include placeholder {
	        color: $gray;
	    }
	}

*/
/****** ALIGNEMENTS ******/
/****** RESET ROW SLIDER ******/
/****** MEDIA QUERIES ******/
/****** FONTSIZE TEST ******/
/****** FIN FONTSIZE TEST ******/
/****** MEDIA QUERIES TEST ******/
/****** FIN MEDIA QUERIES TEST ******/
/****** STRUCTURE ******/
html {
  background: #eff3f6;
}

/****** CONTENEUR PRINCIPAL ******/
main {
  /*min-height: calc(100% - 100px);*/
  background: #eff3f6;
  color: #515365;
  padding-bottom: 60px;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 48em) {
  main.mt {
    margin-top: 58px;
  }
}
main .btn:focus,
main .btn.focus {
  box-shadow: none;
}

/****** AUTHENTIFICATION PARTIE GAUCHE ******/
.catch {
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 62em) {
  .catch {
    height: 100vh;
    background: #007bff;
  }
}

/****** AUTHENTIFICATION PARTIE DROITE ******/
.auth {
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (max-width: 61.99em) {
  .auth {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.auth .hidden {
  visibility: hidden;
}

/****** MODAL ******/
iframe.modal-body {
  max-height: 460px;
  height: 440px;
}

.modal-header h3 {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

/****** TABLE ******/
table,
.table {
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
table th,
.table th {
  padding: 0.40rem;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
table th span.label,
.table th span.label {
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 47.99em) {
  table th,
  .table th {
    font-size: 0.9rem;
    vertical-align: middle;
  }
}
table .commande-en-attente-paiement,
.table .commande-en-attente-paiement {
  background: #FFEDCF;
}
table .commande-paiement-effectue,
.table .commande-paiement-effectue {
  background: #BFDCFF;
}
table .commande-traitement-en-cours,
.table .commande-traitement-en-cours {
  background: #EFD1EE;
}
table .commande-expediee,
.table .commande-expediee {
  background: #abf6ad;
}
table .commande-terminee,
.table .commande-terminee {
  background: #DFDFDF;
}
table .commande-annulee,
.table .commande-annulee {
  background: #FFCABF;
}
table .reglement-en-attente,
.table .reglement-en-attente {
  background: #FFEDCF;
}
table .reglement-effectue,
.table .reglement-effectue {
  background: #abf6ad;
}
table .reglement-annule,
.table .reglement-annule {
  background: #FFCABF;
}
table td,
.table td {
  padding: 0.30rem;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (max-width: 47.99em) {
  table td,
  .table td {
    font-size: 0.8rem;
    vertical-align: middle;
  }
}
@media (max-width: 47.99em) {
  table th,
  .table th {
    font-size: 0.9rem;
    vertical-align: middle;
  }
}

/****** DASHBOARD ******/
h2.display-4 {
  font-size: 2rem;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 48em) {
  h2.display-4 {
    font-size: 2.7rem;
  }
}

.touch .card-dashboard {
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 62em) {
  .touch .card-dashboard {
    min-height: 190px;
  }
}
.touch .card-dashboard .card-title {
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .touch .card-dashboard .card-title {
    font-size: 0.9rem;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .touch .card-dashboard .card-title {
    font-size: 1.05rem;
  }
}
@media (min-width: 48em) and (max-width: 74.99em) {
  .touch .card-dashboard .plus {
    font-size: 0.95rem;
    min-height: 45px;
  }
}

.notouch .card-dashboard {
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 48em) {
  .notouch .card-dashboard {
    min-height: 181px;
  }
}

.card-dashboard {
  border-radius: 0;
  border: 0;
  margin-bottom: 15px;
  border-top: 5px solid #0c4d88;
  min-height: 150px;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
.card-dashboard .card-title {
  color: #666666;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: left;
  border: none;
  margin-bottom: 0;
  min-height: 45px;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 48em) {
  .card-dashboard .card-title {
    font-size: 1.2rem;
  }
}
.card-dashboard .result {
  font-size: 1.6rem;
  color: #3392e7;
  font-weight: 700;
  text-align: center;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 48em) {
  .card-dashboard .result {
    font-size: 2rem;
    text-align: right;
  }
}
.card-dashboard .plus {
  color: #E69C24;
}
.card-dashboard .plus > i {
  margin-right: 5px;
}
.card-dashboard .plus:hover {
  color: #E69C24;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.card-dashboard svg text {
  font-family: inherit !important;
}
.card-dashboard > div p {
  text-align: center;
  font-size: 1.45rem;
  font-weight: 300;
}
.card-dashboard > div p i {
  font-size: 6rem;
  display: block;
  margin: 15px auto;
}
@media (max-width: 47.99em) {
  .card-dashboard > div {
    height: 100% !important;
  }
}

/****** CKEDITOR ******/
/* Check if anything is set, if not throw an error */
/* Process $from and $until if present */
@media (max-width: 47.99em) {
  .cke_chrome {
    width: 100% !important;
  }
}
/****** TABS ******/
ul.nav.nav-tabs > li {
  margin-bottom: -1px;
}
ul.nav.nav-tabs > li.active a {
  color: #6c757d;
  font-weight: 500;
  cursor: default;
}
ul.nav.nav-tabs > li.active a:hover {
  color: #6c757d;
  text-decoration: none;
}
ul.nav.nav-tabs > li.disabled a {
  color: #989fa5;
  cursor: default;
}
ul.nav.nav-tabs > li.disabled a:hover {
  color: #989fa5;
  text-decoration: none;
}
ul.nav.nav-tabs > li:not(.active):not(.disabled):hover {
  background-color: #eeeeee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.nav.nav-tabs > li:not(.active):not(.disabled):hover a {
  text-decoration: none;
}

/****** FORM ******/
.error input, .error select {
  border-color: #dc3545;
}
.error .help-text {
  color: #dc3545;
}
.error .help-inline {
  color: #dc3545;
}

/****** TITRES ******/
h1 {
  color: #515365;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (max-width: 47.99em) {
  h1 {
    font-size: 2rem;
  }
}

h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}

.wrapper-img-home {
  display: block;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
.wrapper-img-home > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .wrapper-img-home {
    display: inline-block;
    vertical-align: middle;
  }
}

/****** PADDING ******/
.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-30 {
  padding: 30px;
}
.p-30 + .p-30 {
  padding-top: 0;
}

/****** MARGIN ******/
.mr-10 {
  margin-right: 10px;
}

.m-15 {
  margin: 15px;
}

.m-30 {
  margin: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-5px {
  margin-bottom: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

/****** LINE-HEIGHT ******/
.lh-18 {
  line-height: 18px;
}

/****** MATERIAL ICON ******/
/****** FONTS ******/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/google/MaterialIcons-Regular.woff2") format("woff2"), url("../../assets/fonts/google/MaterialIcons-Regular.woff") format("woff"), url("../../assets/fonts/google/MaterialIcons-Regular.ttf") format("truetype"), url("../../assets/fonts/google/MaterialIcons-Regular.eot") format("eot");
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/****** FORM ******/
.form-group-date {
  position: relative;
}
.form-group-date input {
  background: none;
  position: relative;
  z-index: 2;
}
.form-group-date .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #a6a6a6;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: url("../../assets/img/picto/date.svg") no-repeat center center;
  background-size: contain;
}

/****** BUTTONS ******/
.btn-rounded {
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
}

/* Check if anything is set, if not throw an error */
/* Process $from and $until if present */
@media (max-width: 47.99em) {
  .btn {
    font-size: 0.85rem;
  }
}
/****** BREADCRUMB ******/
ol.breadcrumb li {
  font-size: 12px;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
  color: #515365;
}
@media (min-width: 48em) {
  ol.breadcrumb li {
    font-size: 15px;
  }
}
ol.breadcrumb li > a {
  color: #515365;
  text-decoration: none;
}
ol.breadcrumb li > a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/****** ACCUEIL - SLIDER ******/
ul.sortable {
  padding-left: 0;
  list-style-type: none;
}
ul.sortable > li.sortable-row {
  background: #fff;
  padding: 5px 0;
  margin: 5px 0;
  border-bottom: 1px solid #dee2e6;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
ul.sortable > li.sortable-row:active {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
ul.sortable > li.sortable-placeholder {
  border: 1px dotted #ddd;
  background: #fff;
  padding: 25px;
  margin: 5px;
}

legend {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 0;
}

label {
  margin-bottom: 0;
}

/****** DRAG N DROP - PRODUITS ******/
div#listePdts ul li div.col1,
ul#ulItems div.col1 {
  height: 45px !important;
}

div#listePdts ul li,
ul#ulItems li {
  background: #fff;
  border-radius: 0 !important;
  border-color: #DDDDDD !important;
  padding: 5px !important;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
div#listePdts ul li:active,
ul#ulItems li:active {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
div#listePdts ul li:hover,
ul#ulItems li:hover {
  background: #f7f7f7;
}
div#listePdts ul li.nulle,
ul#ulItems li.nulle {
  font-weight: 500;
  font-style: normal !important;
}

/****** INPUT FILE ******/
.bootstrap-filestyle {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

/*# sourceMappingURL=main.css.map */


/**
 * INTERFACE - assets/css/interdadm/menu.css
 */

@charset "UTF-8";
/****** START | VARIABLES CLIENTS.CSS ******/
/*
    Un petit site pour générer des dégradés de couleurs :
    https://mycolor.space/gradient
    ! Merci de respecter les sens des dégradés de base.
*/
/* Couleur de fond du menu */
/* Pour dégragé */
/****** END | VARIABLES CLIENTS.CSS ******/
/****** START | VARIABLES CLIENTS.CSS ******/
/*
    Un petit site pour générer des dégradés de couleurs :
    https://mycolor.space/gradient
    ! Merci de respecter les sens des dégradés de base.
*/
/* Couleur de fond du menu */
/* Pour dégragé */
/****** END | VARIABLES CLIENTS.CSS ******/
/****** FLEXBOX ******/
/* FLEXBOX USAGE

	//Flexbox container
	.element{
		@include flex;
		@include flex-direction(row);
		@include flex-wrap(nowrap);
		@include justify-content(space-around);
		@include align-items(center);
	}

	//Flexbox chidren
	.element{
		@include order(2);
	}

*/
/****** ANIMATIONS & KEYFRAMES ******/
/* ANIMATIONS & KEYFRAMES USAGE

.element {
  opacity: 0;
  @include animation('name 5s forwards');
}

@include keyframes(name) {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

*/
/****** TRANSITIONS ******/
/* TRANSITIONS USAGE

	.element{
		@include transition(0.5s);
	}

*/
/****** PLACEHOLDERS ******/
/* PLACEHOLDERS USAGE

	input[type="text"]{
	    @include placeholder {
	        color: $gray;
	    }
	}

*/
/****** ALIGNEMENTS ******/
/****** RESET ROW SLIDER ******/
/****** MEDIA QUERIES ******/
/****** FONTSIZE TEST ******/
/****** FIN FONTSIZE TEST ******/
/****** MEDIA QUERIES TEST ******/
/****** FIN MEDIA QUERIES TEST ******/
.notouch .navbar-dark.bg-primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}

.touch .navbar-dark.bg-primary ul.navbar-nav li.nav-item a {
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .touch .navbar-dark.bg-primary ul.navbar-nav li.nav-item a {
    font-size: 0.8rem;
  }
}

.navbar-dark.bg-primary .wrapper-img {
  display: block;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
}
.navbar-dark.bg-primary .wrapper-img > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.navbar-dark.bg-primary ul.nav li.nav-item a {
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 48em) {
  .navbar-dark.bg-primary ul.nav li.nav-item a {
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-dark.bg-primary ul.nav li.nav-item a + .dropdown-menu {
    margin: 0.5rem 0 0;
    right: 0;
    left: inherit;
  }
  .navbar-dark.bg-primary ul.nav li.nav-item a + .dropdown-menu a {
    color: #303a43;
  }
}
.navbar-dark.bg-primary ul.navbar-nav li.nav-item {
  text-align: center;
}
.navbar-dark.bg-primary ul.navbar-nav li:not(:last-child) {
  margin-right: 5px;
}
.navbar-dark.bg-primary ul.navbar-nav .nav-link {
  font-weight: 300;
  color: #fff;
  margin-right: 5px;
}
.navbar-dark.bg-primary ul.navbar-nav .nav-link:after {
  content: none;
}

.navbar-dark .dropdown-menu .nav-link {
  color: #212529;
}
.navbar-dark .dropdown-menu .nav-link:hover {
  color: #212529;
}

.navbar-dark {
  padding: 0 15px;
}
.navbar-dark > li.nav-item:nth-child(1) {
  margin-right: 10px;
}
.navbar-dark > li.nav-item > a {
  color: #303a43;
  padding: 5px 20px;
  background: #fff;
}

/*# sourceMappingURL=menu.css.map */


/**
 * INTERFACE - assets/css/interdadm/breadcrumb.css
 */

@charset "UTF-8";
/****** START | VARIABLES CLIENTS.CSS ******/
/*
    Un petit site pour générer des dégradés de couleurs :
    https://mycolor.space/gradient
    ! Merci de respecter les sens des dégradés de base.
*/
/* Couleur de fond du menu */
/* Pour dégragé */
/****** END | VARIABLES CLIENTS.CSS ******/
/****** START | VARIABLES CLIENTS.CSS ******/
/*
    Un petit site pour générer des dégradés de couleurs :
    https://mycolor.space/gradient
    ! Merci de respecter les sens des dégradés de base.
*/
/* Couleur de fond du menu */
/* Pour dégragé */
/****** END | VARIABLES CLIENTS.CSS ******/
/****** FLEXBOX ******/
/* FLEXBOX USAGE

	//Flexbox container
	.element{
		@include flex;
		@include flex-direction(row);
		@include flex-wrap(nowrap);
		@include justify-content(space-around);
		@include align-items(center);
	}

	//Flexbox chidren
	.element{
		@include order(2);
	}

*/
/****** ANIMATIONS & KEYFRAMES ******/
/* ANIMATIONS & KEYFRAMES USAGE

.element {
  opacity: 0;
  @include animation('name 5s forwards');
}

@include keyframes(name) {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

*/
/****** TRANSITIONS ******/
/* TRANSITIONS USAGE

	.element{
		@include transition(0.5s);
	}

*/
/****** PLACEHOLDERS ******/
/* PLACEHOLDERS USAGE

	input[type="text"]{
	    @include placeholder {
	        color: $gray;
	    }
	}

*/
/****** ALIGNEMENTS ******/
/****** RESET ROW SLIDER ******/
/****** MEDIA QUERIES ******/
/****** FONTSIZE TEST ******/
/****** FIN FONTSIZE TEST ******/
/****** MEDIA QUERIES TEST ******/
/****** FIN MEDIA QUERIES TEST ******/
.breadcrumb {
  background: none;
  padding: 0.75rem 0rem;
}

/*# sourceMappingURL=breadcrumb.css.map */


/**
 * PERSONNALISATION CLIENT - assets/css/interdadm/client.css
 */

@charset "UTF-8";
/****** START | VARIABLES CLIENTS.CSS ******/
/*
    Un petit site pour générer des dégradés de couleurs :
    https://mycolor.space/gradient
    ! Merci de respecter les sens des dégradés de base.
*/
/* Couleur de fond du menu */
/* Pour dégragé */
/****** END | VARIABLES CLIENTS.CSS ******/
/****** START | VARIABLES CLIENTS.CSS ******/
/*
    Un petit site pour générer des dégradés de couleurs :
    https://mycolor.space/gradient
    ! Merci de respecter les sens des dégradés de base.
*/
/* Couleur de fond du menu */
/* Pour dégragé */
/****** END | VARIABLES CLIENTS.CSS ******/
/****** FLEXBOX ******/
/* FLEXBOX USAGE

	//Flexbox container
	.element{
		@include flex;
		@include flex-direction(row);
		@include flex-wrap(nowrap);
		@include justify-content(space-around);
		@include align-items(center);
	}

	//Flexbox chidren
	.element{
		@include order(2);
	}

*/
/****** ANIMATIONS & KEYFRAMES ******/
/* ANIMATIONS & KEYFRAMES USAGE

.element {
  opacity: 0;
  @include animation('name 5s forwards');
}

@include keyframes(name) {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

*/
/****** TRANSITIONS ******/
/* TRANSITIONS USAGE

	.element{
		@include transition(0.5s);
	}

*/
/****** PLACEHOLDERS ******/
/* PLACEHOLDERS USAGE

	input[type="text"]{
	    @include placeholder {
	        color: $gray;
	    }
	}

*/
/****** ALIGNEMENTS ******/
/****** RESET ROW SLIDER ******/
/****** MEDIA QUERIES ******/
/****** FONTSIZE TEST ******/
/****** FIN FONTSIZE TEST ******/
/****** MEDIA QUERIES TEST ******/
/****** FIN MEDIA QUERIES TEST ******/
.catch {
  /* Pour ajouter une couleur de fond */
  background-image: linear-gradient(to left top, #007bff, #0099ff, #00b2ff, #00c8fd, #00dbf1);
  /* Pour ajouter une image de fond */
  /*background:url(../../assets/img/demo/frontend/bg-maintenance.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;*/
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 48em) {
  .catch {
    position: relative;
  }
}
@media (min-width: 48em) and (max-width: 61.99em) {
  .catch {
    height: 30vh;
  }
}
.catch .wrapper-id {
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (min-width: 62em) {
  .catch .wrapper-id {
    position: absolute;
    right: 15px;
    top: 40%;
    -webkit-transform: translateY(-41%);
    transform: translateY(-41%);
  }
}
.catch .wrapper-id p {
  color: #fff;
  margin-top: 15px;
  line-height: 1.2;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (max-width: 61.99em) {
  .catch .wrapper-id p {
    text-align: center;
  }
}
.catch .wrapper-id p.display-4 {
  font-weight: 600;
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (max-width: 61.99em) {
  .catch .wrapper-id p.display-4 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (min-width: 62em) {
  .catch .wrapper-id p.display-4 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
}
.catch .wrapper-img {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
}
.catch .wrapper-img > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.auth {
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
@media (max-width: 47.99em) {
  .auth {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    padding: 30px;
  }
  .auth h1 {
    font-size: 2.5rem;
  }
}

/****** MESSAGE BIENVENUE APRES CONNECTION ******/
.wrapper-welcome {
  margin: 0 -15px;
  background-image: linear-gradient(to right, #007bff, #0099ff, #00b2ff, #00c8fd, #00dbf1);
  /* Check if anything is set, if not throw an error */
  /* Process $from and $until if present */
}
.wrapper-welcome h1, .wrapper-welcome p {
  color: #fff;
}
.wrapper-welcome h1 > .wrapper-img-home, .wrapper-welcome p > .wrapper-img-home {
  margin-right: 15px;
}
@media (max-width: 47.99em) {
  .wrapper-welcome h1 {
    font-size: 2.5rem;
  }
}

/****** HEADER / BOUTONS SITE + USER ******/
.navbar-dark.bg-primary {
  background-color: #0c4d88 !important;
}

ul.nav li.nav-item.show > a.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}
ul.nav li.nav-item.show > a.btn-primary:active, ul.nav li.nav-item.show > a.btn-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  opacity: .6;
}
ul.nav li.nav-item > a.btn-primary {
  background: #007bff;
  color: #fff;
}
ul.nav li.nav-item > a.btn-primary:focus {
  box-shadow: none !important;
}
ul.nav li.nav-item > a.btn-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  opacity: .6;
}

/*# sourceMappingURL=client.css.map */


/**
 * DATEPICKER - lib/datepicker/bootstrap-material-datetimepicker.css
 */

/****** CUSTOM AGORAVITA ******/
    .dtp-btn-cancel{display: none;}
    .dtp-btn-ok{display: none;}
/****** FIN CUSTOM AGORAVITA ******/


.dtp { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 2000; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.dtp > .dtp-content { background: #fff; max-width: 320px; max-height: 520px; position: relative; left: 50%; }
.dtp > .dtp-content > .dtp-date-view > header.dtp-header { color: #fff; text-align: center; padding: 0.3em; }

.dtp div.dtp-date, .dtp div.dtp-time { text-align: center;padding: 10px; }
.dtp div.dtp-date > div { padding: 0; margin: 0; }
.dtp div.dtp-actual-month { font-size: 1.5em; }
.dtp div.dtp-actual-num { font-size: 3em; line-height: 0.9; }
.dtp div.dtp-actual-maxtime { font-size: 3em; line-height: 0.9; }
.dtp div.dtp-actual-year { font-size: 1.5em;}
.dtp div.dtp-picker { padding: 1em; text-align: center; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time { font-weight: 500; text-align: center; }
.dtp div.dtp-picker-month { padding-bottom:20px!important; text-transform: uppercase!important; }

.dtp .dtp-close { position: absolute; top: 0.5em; right: 1em; }
.dtp .dtp-close > a { color: #fff; }
.dtp .dtp-close > a > i { font-size: 1em; }

.dtp table.dtp-picker-days { margin: 0; min-height: 251px;}
.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td { border: none; }
.dtp table.dtp-picker-days tr > td {  font-weight: 700; font-size: 1em; text-align: center; padding: 0.5em 0.3em; }
.dtp table.dtp-picker-days tr > td > span.dtp-select-day { color: #BDBDBD!important; padding: 0.4em 0.5em 0.5em 0.6em;}
.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a { color: #212121; text-decoration: none; padding: 0.4em 0.5em 0.5em 0.6em; border-radius: 50%!important; }
.dtp table.dtp-picker-days tr > td > a.selected{ background: #275987; color: #fff; }
.dtp table.dtp-picker-days tr > th { color: #a6a6a6; text-align: center; font-weight: 700; padding: 0.4em 0.3em; border:0;}

.dtp .p10 > a { color: #275987; text-decoration: none; }
.dtp .p10 { width: 10%; display: inline-block; }
.dtp .p20 { width: 20%; display: inline-block; }
.dtp .p60 { width: 60%; display: inline-block; }
.dtp .p80 { width: 80%; display: inline-block; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm { position: relative; top: 10px; color: #212121; font-weight: 500; padding: 0.7em 0.5em; border-radius: 50%!important;text-decoration: none; background: #eee; font-size:1em; }
.dtp .dtp-actual-meridien a.selected { background: #689F38; color: #fff; }

.dtp .dtp-picker-time > .dtp-select-hour { cursor: pointer; }
.dtp .dtp-picker-time > .dtp-select-minute { cursor: pointer; }

.dtp .dtp-buttons { padding: 0 1em 1em 1em; text-align: right; }

.dtp.hidden, .dtp .hidden { display: none; }
.dtp .invisible { visibility: hidden; }

.dtp .left { float: left; }
.dtp .right { float: right; }
.dtp .clearfix { clear: both; }

.dtp .center { text-align: center; }

.dtp-picker-year{
    margin-bottom: 1px;
}

.year-picker-item{
    text-align: center;
    padding-top: 5px;
    font-size: large;
    cursor: pointer;
    margin: 0 auto;
}

.dtp-actual-year:hover{
    cursor: pointer;
}
.dtp-actual-year.disabled:hover{
    cursor: inherit;
}

.year-picker-item.active{
    font-weight: bold;
}

.dtp-select-year-range{
    display: inline-block;
    text-align: center;
    width: 100%;
}

