.bgmovie {
    position: fixed;
    top: 0;
    left: 0;
    width:  100vw;
    height:  100vh;
    z-index:  -1;
}

.bgmovie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .checkout-steps > a:hover {
    color: #a42e47;
}

body .checkout-steps > a.active > .angle::after {
    border-left-color: #a42e47;
}

body .checkout-steps > a.active,
body .checkout-steps > a.active + a > .angle {
    background-color: #a42e47;
}

.sidebar-light {
    background-color: var(--light) !important;
    border: none;
}

.sidebar-light .nav-sidebar .nav-group-sub .nav-link {
    color: rgba(51,51,51,.5);
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    line-height: 20px;
}

.sidebar-light .nav-sidebar .nav-group-sub .nav-link i {
    margin-top: -2px;
}

.sidebar-light .nav-sidebar .nav-link:not(.disabled):hover,
.sidebar-light .nav-sidebar .nav-item > .nav-link.active {
  color: #a42e47;
  transition: all 0.5s ease-out;
  background:  transparent !important;
}

.nav-sidebar > .nav-item > .nav-link,
.sidebar-light .nav-sidebar .nav-item > .nav-link.active {
  font-weight: bold;
  background:  transparent !important;
}

.sidebar-xs .navbar-header .navbar-brand-xs img {
    height:  2.5rem;
}

body .page-title small {
	display: block;
	margin-left: 0px;
	margin-top: -5px;
	font-size: 70%;
}

body .page-title small:before {
	display: none;

}

.navbar-dark {
	background-color: #fff;
	/* background-color: rgba(61,54,134,1); */
}

body .sidebar-xs .navbar-header .navbar-brand-md {
	display: block;
	margin: 0;
	padding: 0;
	width: 56px !important;
	overflow: hidden;
}

body .sidebar-xs .navbar-header .navbar-brand-md img {
    height: 2rem;
}

body .mobile-navbar .navbar-brand img {
    height: 2.5rem;
    margin-top: 5px;
}

body .content .content {
	padding: 0px;
}

body .navbar-collapse,
body .content,
body .page-header-content {
 	padding-left: 2rem;
 	padding-right: 2rem;
}

body .navbar-brand img {
    height: 4rem;
}

body .navbar-header {
	margin-top: 0px;
    margin-bottom: 0px;
}

.loading-bar:before {
	display: block;
	content: "";
	background-color: #009EE2;
	height: 1px;
	overflow: hidden;
	animation-name: loading-card;
	animation-duration: 1s;
}

body .page-content .navbar.navbar-light {
	box-shadow: none !important;
	background-color: transparent;
}

body #navbar-footer, body #navbar-footer a {
	/* display: none !important; */
	color: black;
	font-weight: normal;
	font-size: 11px;
}

body .navbar:not(.shadow-none),
body .page-content .shadow:not(.shadow-none) {
    box-shadow: none !important;
}

body .sidebar-expand-md.sidebar-main {
	box-shadow: none !important;
}

body .sidebar-expand-md.sidebar-right {
	width: 380px;
	box-shadow: 0 1px 15px 1px rgba(52,40,104,.08) !important;
}

body .sidebar-right, body .sidebar-right .sidebar-content {
	right: -381px;
}

body .sidebar.sidebar-fullscreen {
	width: 100% !important;
}


body .sidebar-expand-md .sidebar-calendar {
    width: 380px;
    margin-top: -100px;
    padding-top: 100px;
}

/* laisser sous forme externe, pas d'option saas */

body .table thead th {
    font-size: 0.9rem;
}

body .nav-tabs .nav-link.active {
    border-top-color: #009ee2;
}

/* theme montreux */

#bgcarousel .carousel-item {
	position: fixed;
	top: 0px;
	height: 100vh;
	z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    transition-duration: 4s;
}

.sections {
	margin-top: 40vh;
}

.body-gradient .page-content {
	background: linear-gradient(
        to bottom,
        rgba(28,28,28,0) 0%,
        rgba(28,28,28,0.2) 50%,
        rgba(28,28,28,0.9) 100%
	);
}

.bg-gradient-dark {
    background: linear-gradient(
        to bottom,
        rgba(28,28,28,0.7) 0%,
        rgba(28,28,28,0.9) 100%
    );
}

.pace .pace-progress {
  background: #1c1c1c !important;
  height: 4px;
  top: inherit;
}

.nav-pills-custom a.nav-link {
    border-radius: 0;
    border-bottom:  solid 2px transparent;
}

.nav-pills-custom a.nav-link:not(.disabled) {
    color: #a42e47 !important;
}

.nav-pills-custom a.nav-link.active {
    border-color: #a42e47;
    background-color: transparent;
}

/* Tetris forms */

.card-header.is-invalid {
	color: #c53636;
}

.body-gradient .page-title {
    text-shadow: 0 0 0.1875rem rgba(0,0,0,.5);
    color: #fff !important;
}

.nav-sidebar .nav-link i {
    min-width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    margin: 0;
    margin-right: 1rem;
}
.card-group-control .card-title h6>a.collapsed:before {
  background: #f0eff2;
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  line-height: 29px;
  text-align: center;
  content: "";
  top: 0;
  margin-top: 0;
  font-family: "Font Awesome 5 Pro";
  transform: rotate(0deg);
}

.card-group-control .card-title h6>a:before {
  background: #f0eff2;
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  line-height: 29px;
  text-align: center;
  content: "";
  top: 0;
  margin-top: 0;
  font-family: "Font Awesome 5 Pro";
  transform: rotate(90deg);
}

.media-chat-scrollable {
  max-height: 400px;
  overflow: auto;
}

.select2-container {
  /* RSC disabled because in filters, it doesn't look very nice
  /*margin-top: -4px; */
}

.select2-selection--single {
  padding: 7px 0 8px 0;
}
/* Customisation du datepicker bootstrap de base */
/* supprimé car problématique dans le login
.datepicker {
    padding: 5px!important;
}
*/
.datepicker thead tr th {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.datepicker thead tr th.prev,
.datepicker thead tr th.next {
    width: 40px!important;
}
.datepicker tbody td {
    width: 40px!important;
    height: 40px!important;
}
.datepicker table tr td span {
    width: 40px!important;
    height: 40px!important;
    line-height: 40px!important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled],
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #2980b9!important;
    border-radius: 50%!important;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
.datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    border-radius: 50%!important;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background: #2980b9!important;
    background-image: none!important;
    border-radius: 50%!important;
    color: #fff!important;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background: #2980b9!important;
    background-image: none!important;
    border-radius: 50%!important;
    color: #000!important;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover,
.datepicker table tr td span.month.disabled:hover, .datepicker table tr td span.month:hover,
.datepicker table tr td span.year.disabled:hover, .datepicker table tr td span.year:hover,
.datepicker table tr td span.decade.disabled:hover, .datepicker table tr td span.decade:hover,
.datepicker table tr td span.century.disabled:hover, .datepicker table tr td span.century:hover {
    background-color: transparent!important;
    background-image: linear-gradient(to bottom, #e9ecef, #e9ecef)!important;
    border-radius: 50%!important;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active,
.datepicker table tr td span.month.active, .datepicker table tr td span.month.disabled.active, .datepicker table tr td span.month.disabled:active, .datepicker table tr td span.month.disabled:hover.active, .datepicker table tr td span.month.disabled:hover:active, .datepicker table tr td span.month:active, .datepicker table tr td span.month:hover.active, .datepicker table tr td span.month:hover:active,
.datepicker table tr td span.year.active, .datepicker table tr td span.year.disabled.active, .datepicker table tr td span.year.disabled:active, .datepicker table tr td span.year.disabled:hover.active, .datepicker table tr td span.year.disabled:hover:active, .datepicker table tr td span.year:active, .datepicker table tr td span.year:hover.active, .datepicker table tr td span.year:hover:active,
.datepicker table tr td span.decade.active, .datepicker table tr td span.decade.disabled.active, .datepicker table tr td span.decade.disabled:active, .datepicker table tr td span.decade.disabled:hover.active, .datepicker table tr td span.decade.disabled:hover:active, .datepicker table tr td span.decade:active, .datepicker table tr td span.decade:hover.active, .datepicker table tr td span.decade:hover:active,
.datepicker table tr td span.century.active, .datepicker table tr td span.century.disabled.active, .datepicker table tr td span.century.disabled:active, .datepicker table tr td span.century.disabled:hover.active, .datepicker table tr td span.century.disabled:hover:active, .datepicker table tr td span.century:active, .datepicker table tr td span.century:hover.active, .datepicker table tr td span.century:hover:active {
    background: #2980b9!important;
    color: #fff!important;
}
.select2-container--disabled,
.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
  background-color: #e9ecef !important;
  /*border-radius: 50%!important;*/
}
