.colorpicker, .colorpicker * {
    z-index: 9999;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.card .header h2 {
    font-size: 18px;
}

.bg-warning h4 {
    color: #ffffff;
}

.btn-droit {border-radius: 0;}

.bouton-event,.bouton-event-1 {
	background-color:#007dc1;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:17px 65px;
	text-decoration:none;
	border-width: 0px;
	text-align: center;
}
.bouton-event:hover {
	background-color:#0061a7;
}
.bouton-event:active {
	position:relative;
	top:1px;
}
.bouton-event-1 {
	background-color:#FF7043;
}

.nav-tabs .nav-item .nav-link.active {
	color: #ffffff;
	background-color: #ffc107;
  }

.picker__select--month, .picker__select--year {
height: 3em;
}

.picker--time .picker__holder {
	transform: translate(-1em, 50%);
}

  /* Thème */
  /* .theme-orange .navbar-fixed-top {
	background-color: #0078bf;
  }
  .bg-warning {
	background-color: #0078bf !important;
  } */
  /* .theme-blue .auth-main {
	background: #b7bdbb;
  } */
  .theme-blue .auth-main::before {
	background: #8d9b97;
  }

/* Noël */
/* body {
	background-image: url("https://app.capdt.fr/background/bg-noel.jpg");
	background-size: cover;
} */