html {
	min-height: 100%;
}

body {
	background-color: #212528;
}

.btn {
	padding: .25rem .5rem;
}

.card {
	border-radius: 25px;
	overflow: unset;
}

#footer {
	border-top: 1px solid #e1c67b;
}

#navbarSupportedContent {
	padding-top: 15px;
}

.rouge-fonce {
	color: #7d2e31;
}

li.list-group-item {
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 0px;
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid#eee;
}

.list-group-item {
	font-size: 1.1em;
	background-color: transparent;
}

li.list-group-item span.txt {
	line-height: 2.2em;
	padding-top: 22px;
}

span.txt {
	margin-left: 10px;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px; /* 60 */
	height: 20px; /* 30 */
	float: right;
}

/* Hide default HTML checkbox */
.switch input {
	display: none;
}

/*1 The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input.default:checked+.slider {
	background-color: #444;
}

input.primary:checked+.slider {
	background-color: #2196F3;
}

input.success:checked+.slider {
	background-color: #8bc34a;
}

input.info:checked+.slider {
	background-color: #3de0f5;
}

input.warning:checked+.slider {
	background-color: #FFC107;
}

input.danger:checked+.slider {
	background-color: #ebbf7f;
}

input.pink:checked+.slider {
	background-color: #ebbf7f;
}

input.rose:checked+.slider {
	background-color: #dba99d;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.step {
	list-style: none;
	margin: .2rem 0;
	width: 100%;
	padding: 0px;
}

.step .step-item {
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	margin-top: 0;
	min-height: 1rem;
	position: relative;
	text-align: center;
}

.step .step-item:not(:first-child)::before {
	background: #0069d9;
	content: "";
	height: 2px;
	left: -50%;
	position: absolute;
	top: 9px;
	width: 100%;
}

.step .step-item a {
	color: #acb3c2;
	display: inline-block;
	padding: 20px 10px 0;
	text-decoration: none;
}

.step .step-item a::before {
	background: #0069d9;
	border: .1rem solid #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: .9rem;
	left: 50%;
	position: absolute;
	top: .2rem;
	transform: translateX(-50%);
	width: .9rem;
	z-index: 1;
}

.step .step-item.active a::before {
	background: #fff;
	border: .1rem solid #0069d9;
}

.step .step-item.active~.step-item::before {
	background: #e7e9ed;
}

.step .step-item.active~.step-item a::before {
	background: #e7e9ed;
}

label.file-upload {
	position: relative;
	overflow: hidden
}

label.file-upload input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: 0;
	background: #fff;
	cursor: inherit;
	display: block
}

.navbar-toggler {
	font-size: 1em;
}

.row {
	margin-right: 0px;
}

.project {
	padding: 5px;
}

.project .row {
	margin: 0;
	padding: 15px 0;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .25rem;
}

.project .text h3 {
	margin-bottom: 0;
	color: #555
}

.project .text small {
	color: #aaa;
	font-size: 0.75em
}

.project .project-date span {
	font-size: 0.9em;
	color: #999
}

.project .image {
	max-width: 100px;
	min-width: 100px;
	height: 100px;
	margin-right: 15px
}

.project .time,
.project .comments,
.project .project-progress {
	color: #999;
	font-size: 0.9em;
	margin-right: 20px
}

.project .time i,
.project .comments i,
.project .project-progress i {
	margin-right: 5px
}

.project .project-progress {
	width: 200px
}

.project .project-progress .progress {
	height: 4px
}

.project .card {
	margin-bottom: 0
}

@media (max-width: 991px) {
	.project .right-col {
		margin-top: 20px;
		margin-left: 65px
	}

	.project .project-progress {
		width: 150px
	}
}

@media (max-width: 480px) {
	.project .project-progress {
		display: none
	}
}

.bg-white {
	background: #fff !important;
}

.bg-red {
	background: #dba99d !important;
	color: #fff
}

.bg-red:hover {
	color: #fff
}

.bg-blue {
	background: #85b4f2 !important;
	color: #fff
}

.bg-blue:hover {
	color: #fff
}

.bg-yellow {
	background: #eef157 !important;
	color: #fff
}

.bg-yellow:hover {
	color: #fff
}

.bg-green {
	background: #e1c67b !important;
	color: #fff
}

.bg-green:hover {
	color: #fff
}

.bg-orange {
	background: #ffc36d !important;
	color: #fff
}

.bg-orange:hover {
	color: #fff
}

.bg-violet {
	background: #796AEE !important;
	color: #fff
}

.bg-violet:hover {
	color: #fff
}

.bg-gray {
	background: #ced4da !important
}

.card .card-body {
	padding: 1rem;
	font-size: 1rem;
}

.card {
	margin-top: 20px;
}

label {
	font-weight: bold;
}

.step .step-item.active a::before {
	background: #0069d9;
	border: .1rem solid #0069d9;
}

.rating-container .filled-stars {
	-webkit-text-stroke: none;
	text-shadow: none;
	-webkit-text-stroke: #fff;
	color: #f44336;
}

.rating-sm {
	font-size: 22px;
}

.nopadding {
	padding: 0px;
}

.order-card {
	color: #fff;
}

.bg-c-blue {
	background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-c-green {
	background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-c-yellow {
	background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.bg-c-pink {
	background: linear-gradient(45deg, #FF5370, #ff869a);
}

.card {
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
	box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
	border: none;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.card .card-block {
	padding: 25px;
}

.order-card i {
	font-size: 26px;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.table-xs td,
.table-xs th {
	padding: .1rem;
}

.main {
	font-size: .8em;
	padding-left: 0px;
	padding-right: 10px;
}

.npr {
	padding-right: 0px;
}

.row {
	margin: 0px;
	padding: 0px;
}

.col {
	padding-right: 5px;
	padding-left: 5px;
}


.container {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
}

.pad {
	padding-right: 15px;
	padding-left: 15px;
}

.fancyboxMB-caption {
	display: none;
}

.thumbnail-overlay {
	display: none;
}

.card {
	background-color: #1e2326;
}

.card-title {
	color: #ebbf7f;
}

.card-text,
.card-body {
	color: #fff;
}

ul.list-inline {
	color: #fff;
}

.bg-primary {
	/* bsackground: linear-gradient(40deg, #ff6ec4, #7873f5)!important; */
	background: linear-gradient(40deg, #ebbf7f, #212529) !important;
}

.page-backoffice .form-control,
.page-backoffice .form-control .disabled,
.page-backoffice .fr-box.fr-basic.fr-top .fr-wrapper {
	border: 0.5px solid rgba(255,255,255,0.22);
	background: #1b1e21;
	color: #ffffff;
}

.page-salon .form-control,
.page-salon .form-control .disabled,
.page-salon .fr-box.fr-basic.fr-top .fr-wrapper {
	border: 0.5px solid rgba(255,255,255,0.22);
	background: #1b1e21;
	color: #ffffff;
}

.page-backoffice .form-control:focus, .page-backoffice select:focus, .page-backoffice textarea:focus {
	outline: none;
	border-color: #d8b65d;
	box-shadow: 0 0 0 3px rgba(216,182,93,0.22);
}

.page-backoffice .selectpicker {
	background-color: transparent !important;
}

.page-backoffice .selectbox {
	background-color: transparent !important;
}

.fr-box.fr-basic.fr-top .fr-element {
	color: #fff;
}

/* Carte backoffice */

.pre-card .pre-card-title {
	font-family: "PT Serif",Georgia,serif;;
	color: #e1c67b;
	font-weight: 700;
}

.pre-card .pre-card-baseline {
	font-size: 1rem;
	font-weight: 400;
	color: #ffffff;
}

.wstep-hidden {
	display: none;
}

.wstep-nav {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 16px;
	margin-bottom: 24px;
}

.wstep-nav .btn {
	min-width: 140px;
}

.wstep-nav .wstep-next {
	margin-left: auto;
}

@media (max-width: 575px) {
	.wstep-nav {
		flex-direction: column-reverse;
	}

	.wstep-nav .btn {
		width: 100%;
	}
}

/* TEAM */

.team-block {
	margin-bottom: 0px;
}

.team-content {
	position: absolute;
	background-color: rgba(17, 24, 31, 0.8);
	bottom: 0px;
	left: 0px;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 10px;
}

.team-content p {
	margin: 0px;
	padding: 0px;
}

.team-img {
	position: relative;
}

.team-img img {
	width: 100%;
}

.team-title {
	font-size: .8rem;
}

.team-meta {
	color: #9da4aa;
	font-weight: 400;
	font-size: .6rem;
}

.overlay {
	border-radius: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 1s ease;
	background-color: #11181f;
}

.team-img:hover .overlay {
	opacity: .8;
}

.team-img:hover .team-content {
	opacity: 0;
}

.btn-clipboard {
	position: absolute;
	top: .2rem;
	right: .2rem;
	z-index: 10;
	display: block;
	padding: .25rem .5rem;
	font-size: 85%;
	color: #ebbf7f;
	background-color: transparent;
	border: 0;
	border-radius: .25rem;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .15rem 0.2rem;
	margin-bottom: 0.15rem;
	list-style: none;
	font-size: .75em;
	border-radius: .25rem;
}

#swipebox-overlay img {
	z-index: 255;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.tesxt {
	color: #fff;
	position: absolute;
	top: 20%;
	left: 30%;
	transform: translate(-26%, -26%);
	-ms-transform: translate(-26%, -26%);
	right: 0;
	font-weight: 400;
	font-size: 9px;
}

.inscription {
	background-color: #14171a;
	border: 2px solid #ebbf7f;
	color: #fff;
}

a {
	color: #ebbf7f;
	text-decoration: none;
	background-color: transparent;
}

.sortable-handler {
	touch-action: none;
}

.btn-primary {
	background-color: #ebbf7f;
	border-color: #ebbf7f;
}

.btn-secondary {
	background-color: #dba99d;
	border-color: #dba99d;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #d53fdd;
	border-color: #d53fdd;
}

.card-header {
	color: #ebbf7f;
}

.col-6 .main {
	padding: 0px;
}

.pagination-sm .page-link {
	border-radius: .25rem;
}

.progressbar {
	counter-reset: step;
	padding-left: 0px;
}
.progressbar li {
	list-style-type: none;
	width: 25%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #DBA79B;
}
.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 1.9;
	border: 3px solid #dba79b;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #212528;
}
.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #dba79b;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active a {
	color: #E1C67B;
}
.progressbar li a {
	color: #DBA79B;
}
.progressbar li.active {
	color: #E1C67B;
}
.progressbar li.active:before {
	border-color: #E1C67B;
	/*background-color: white;*/
}
.progressbar li.active + li:after {
	background-color: #E1C67B;
}

.progressbar li a {
	border: 1px solid #e1c67b;
   padding: 2px 5px;
   border-radius: 5px;
}

.progressbar li.active a {
	background-color: #e1c67b;
	color: #fff;
}

@media (min-width: 360px) and (max-width:780px) {
	.page-backoffice .card .card-body {
		font-size: 1rem;
	}

	.card {
		margin-bottom: 5px;
	}

	.btn-mobile {
		font-size: .7rem;
		line-height: 1.5;
	}

	.table th,
	.table td {
		padding: 3px;
	}
}

@media (min-width: 576px) {

	/*-- Fabrice mobile --*/
	.page-backoffice label {
		font-size: initial;
	}


}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

.fc-container .fancybox-bg {
	background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
	opacity: 0.95;
}

.fc-content {
	margin: 20px;
	max-width: 550px;
	padding: 50px;
	box-shadow: 10px 10px 60px -25px;
	border-radius: 4px;
}

.fc-content h3 {
	margin-top: 0;
	font-size: 1.6em;
	letter-spacing: normal;
}

.fc-content p {
	color: #666;
	line-height: 1.5;
}

.fc-content p:last-child {
	margin-bottom: 0;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
	transform: translateY(-60px) scale(1.1);
	opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.rating-container .filled-stars {
	-webkit-text-stroke: none;
	text-shadow: none;
	-webkit-text-stroke: #fff;
	color: #ebbf7f;
}

.page-backoffice form .dropdown-toggle {
	color: #ebbf7f;
}

.page-backoffice.page-salon form .dropdown-toggle {
	color: #dba99d;
}

.page-backoffice .card .card-body {
	background-color: #272b2e;
}

.page-backoffice ul li::after {
	list-style: none;
}

.page-backoffice .form-group label {
	margin: 10px 0 10px 0;
}

.page-backoffice label {
	margin: 10px 0 10px 0;
}

.page-backoffice .card {
	border: 0.5px solid rgba(255,255,255,0.12);	
}

.page-backoffice .card-header {
	background-color: rgb(77, 71, 71);
}

.page-backoffice .dropdown-menu {
	border: 1px solid #e1c67b;
	padding: 0;
}

.page-backoffice .modal-footer {
	border-top: none;
}

.page-backoffice .modal-content .modal-body .row {
	background-color: transparent;
}

.page-backoffice .card .card-footer {
	background-color: #272b2e;
}

.card:hover {
	background-color: unset !important;
}

/* -- credit  -- */

.border-or {
	border: 1px solid #d0b263;
	border-radius: 5px;
	margin: 10px 0 10px 0;
	padding: 5px;
}

.caption {
	font-size: 0.75rem;
	line-height: 1.25rem;
	letter-spacing: 0.0333333333em;
}

.icon-circle {
	height: 2rem;
	width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 1.5rem;
}

.bg-rose {
	background-color: #d0b263;
}

.bg-white {
	background-color: #fff;
}

.bg-grey {
	background-color: #2f3235 !important;
}

.card-credit {
	border-radius: 5px;
	margin: 10px 0 0px 0;
	padding: 10px;
}

.shadow-1 {
	border: solid #d0b263;
	border-width: 1px 1px 1px 4px;
}

.shadow-2 {
	border: solid #d0b263;
	border-width: 0px 0px 0px 4px;
}

.card-credit .card-text-credit {
	font-size: 1.2rem;
	line-height: 1.2rem !important;
	font-weight: 800;
}

.card-credit .card-text-desc {
	font-size: 0.8rem;
	line-height: 0.8rem !important;
}

@media (min-width: 760px) {
	
	.card-credit .card-text-credit {
		font-size: 1.4rem;
		line-height: 1.4rem !important;
		font-weight: 800;
	}

	.card-credit .card-text-desc {
		font-size: 1rem;
		line-height: 1rem !important;
	}

	.icon-circle {
		height: 3rem;
		width: 3rem;
		font-size: 2rem;
	}

	.border-or {
		padding: 10px;
	}

}

/* filtre */

.border-or-filtre {
	border-radius: 5px;
	margin: 10px 0 0 0;
	padding: 5px;
}

.border-round {
	border-radius: 5px;
}

.form-filter-pseudo {
	font-size: 1rem !important;
	/*height: 1.8rem !important;*/
	display: unset;
	width: unset;
}

.form-filter-status {
	font-size: 1rem !important;
	/*height: 1.8rem !important;*/
	display: unset;
	width: 100%;
}

@media (min-width: 760px) {
	.form-filter-status {
		/*width: 50%;*/
	}

	.border-or-filtre {
		padding: 10px;
	}
}

#backoffice-side-menu {
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -300px;
	background: #212528;
	padding: 15px;
	border-right: 1px solid #e1c67b;
	z-index: 1000;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	overflow: auto;
}

#backoffice-side-menu.show-nav {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

#backoffice-side-menu a {
	font-size: 1rem;
}

.toggle-nav-close {
	font-size: 1.5rem;
}

#backoffice-side-menu a.actif {
	color: #DBA99D;
}

hr.hr-backoffice {
	border-top: 1px solid rgba(236, 174, 56, 0.29);
}

.menu-item {
	margin : 5px 0;
	color: #ebbf7f !important;
	background-color: rgba(98, 85, 65, 20%);
	border-radius: 5px;
	padding: 5px 15px;
}

.menu-item.actif {
	border: 1px solid #ebbf7f;
	color: #ebbf7f !important;
	background-color: #625541;
	border-radius: 5px;
	padding: 5px 15px;
}

.a-large {
	display: inline-block;
	width: 100%;
}