/*** APP CUSTOM CSS

**** COLORS ****
> Gold = #F7D160 /// rgb(247,209,96);
> Purple [MAIN] = #702e78/// rgb(112,46,120);
> Purple [LIGHT] = #d99de0 /// rgb(217,157,224);

*/

:root {
	--color-primary: #702e78;
	--color-primary-dark: #541d5c;
	--color-primary-light: #d99de0;
	--color-primary-ligh-2: #f6b5ff;
	--color-primary-white: #f6b5ff;
	--color-secondary: #e9c65d;
	--color-secondary-light: #fdde82;
	--color-secondary-white: #fff9e7;
	--color-dark: #111;
	--color-dark-light: #272727;
	--color-dark-light-2: #414141;
	--color-danger: #fa4c39;
	--color-success: #2ecc55;
}
body.theme-kispace {
	--color-primary: #135379;
	--color-primary-dark: #0c4464;
	--color-primary-light: #307ba7;
	--color-primary-light-2: #4196c7;
	--color-primary-white: #9cd6f8;
	--color-secondary: #CAAA77;
	--color-secondary-light: #e5c899;
	--color-secondary-white: #fffbf5;
}


/***** GENERAL *****/

::-moz-selection {
	background-color: var(--color-primary);
	color: #fff;
}

::selection {
	background-color: var(--color-primary);
	color: #fff;
}

body {
	background: var(--color-dark);
	color: #fff;
}
a {
	color: inherit;
	transition: color .3s;
}
a:hover {
	color: var(--color-primary);
	text-decoration: none;
}
hr {
	border-top: 1px solid rgba(255,255,255,.12);
}
img {
	max-width: 100%;
}
input:invalid {
    box-shadow: none;
	border-bottom: 1px solid red;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}
/* Opera*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
	-o-appearance: none;
	margin:0
}
ul {
	list-style-type: none;
	padding: 0;
}

.text-copyrights {
    color: #fff;
	font-size: 11px;
}
.text-copyrights a, .text-copyrights a:active {
    color: #fff;
	font-size: 12px;
}

.text-copyrights a:hover {
    color: var(--color-primary);
}
/*******************/


/***** FONT SIZE *****/

.ft-08{
	font-size: 0.8rem;
}
.ft-09{
	font-size: 0.9rem;
}
.ft-10{
	font-size: 1rem;
}
.ft-11{
	font-size: 1.1rem;
}
.ft-12 {
	font-size: 1.2rem;
}

/*******************/

/* DateRangePicker*/

.daterangepicker {
	color:#222222 !important;
}

.daterangepicker tr:nth-child(2n) {
  background: #ffffff;
}

/******TABLE STRIPED******/


tr:nth-child(even) {
	background: #303030;
}


/***** CLASSES & ELEMENTS *****/
header {
	padding: 8px 0;
}
header .container {
	display: flex;
	justify-content: space-between;
}
header .auth-infos {
	text-align: right;
}
header .select-wrap {
	flex-shrink: 0;
}
header .select-wrap img {
	border-radius: 5px;
	height: 22px;
}
header .select-wrap .selected-elt {
	background-color: transparent;
}
header .select-wrap .selected-elt::after {
	border-top-color: var(--color-primary-light);
}
header .select-wrap .selected-elt .lang-text {
	font-size: .9em;
	font-weight: 500;
}
header .select-wrap .selected-elt img {
	background-color: transparent;
}
header .select-wrap .select-list {
	display: flex;
	top: 42px;
}
header .select-wrap .select-list li {
	min-width: 70px;
	transition: .3s;
}
header .select-wrap .select-list li:hover {
	transform: translateY(-3px);
}

#bookings_tab .table {
	min-width: 820px;
}

/*.war-step1 {
	margin: auto;
	margin-top: 40px;
	padding: 5px;
	background-color: var(--color-primary);
	border-radius: 100px;
	max-width: 700px;
}
.war-step1 .war-content {
	margin: 0;
}
.war-icon {
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: white;
	border-radius: 50%;
	border: 2px solid #9A3FA6;
	color: #9A3FA6;
}*/

.lay-menu-1 {
	padding-right: 20px;
	border-right: 1px solid white;
}

.lay-menu-2 {
	padding-left: 14px;
	padding-right: 20px;
	border-right: 1px solid white;
}

.lay-menu-3 {
	padding-left: 14px;
}

.logo {
	height: 200px;
	text-align: center;
}
.logo img {
	max-height: 100%;
}


.h-effect img {
	transform: scale(1);
	transition: .3s ease-in-out;
}

.h-effect img:hover {
	transform: scale(0.9);
}

.fleet-title a:hover {
	color: var(--color-primary);
}

.bellet-list-1 {
	padding-left: 15px;
}
.bellet-list-1 > li {
	position: relative;
}
.bellet-list-1 > li::before {
	content: "";
	display: inline-block;
	background-color: var(--color-primary);
	border-radius: 5px;
	margin-right: .35em;
	position: relative;
	bottom: .2em;
	height: 5px;
	width: 5px;
}

.bellet-red::before {
	content: "";
	display: block;
	position: absolute;
}

.bellet-style-1 {
	background-color: var(--color-primary);
	border-radius: 5px;
	display: inline-block;
	padding: 3px 10px;
}
.bellet-style-2 {
	background-color: #333;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 10px;
}

.bg-btn-1 {
	width: 500px;
	height: 250px;
	border-radius: 5px;
	background-image: url('/images/passat.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: .3s ease-in-out;
}

.bg-btn-1:hover {
	transform: scale(0.9);
}


.bg-btn-2 {
	width: 500px;
	height: 250px;
	border-radius: 5px;
	background-image: url('/images/classe-s.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: .3s ease-in-out;
}

.bg-btn-2:hover {
	transform: scale(0.9);
}

.text-btn {
	font-size: 1.2rem;
	color: white;
	background-color: var(--color-primary);
	border-radius: 5px;
	margin-top: -110px;
	box-shadow: 1px 1px 16px black;
}


.size1 {
	font-size: 1.3rem;
}

.lang-icons {
	position: relative;
	width: 45%;
	height: 0;
	text-align: center;
	margin: auto;
	top: -40px;
}
.lang-icons li {
	
	display: inline-block;
}
.lang-icons li img {
	max-height: 25px;
	width: 40px;
}


.table-head {
	border-bottom: 2px solid var(--color-primary);
	background-color: #303030;
}
.table-transfert {
	background-color: var(--color-primary);
	color: white;
	padding: 3px 8px 3px 8px;
	border-radius: 5px;
}
.table-mad {
	background-color: var(--color-secondary);
	color: #232323;
	padding: 3px 8px 3px 8px;
	border-radius: 5px;
}


.bg-book {
	position: relative;
	background-color: var(--color-primary);
	padding: 20px;
	text-align: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}


.bg-row {
	background-color: rgba(255,255,255,0.02);
}


.color-menu-a:hover {
	color: rgba(255,255,255,0.50);
}

.aside-booking {
	margin: 0 auto;
	max-width: 350px;
}
.alert-box {
	/*background-color: rgba(255,255,255,.05);*/
	/*border-left: 2px solid #eee;*/
	/*display: none;*/
	align-items: center;
	padding: .5em;
}
.alert-box .alert-icon {
	float: left;
	border-right: 2px solid rgba(0,0,0,.3);
	padding-right: 1em;
	margin-right: 1em;
}
.alert-box .alert-icon .icon-wrap {
	border-radius: 100%;
	position: relative;
	height: 40px;
	width: 40px;
}
.alert-box .alert-icon svg {
	height: 80%;
	fill: #eee;
	margin-right: 1em;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-45%,-50%);
}
.alert-box .alert-text {
	color: #ecc1f2;
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.6em;
}
.alert-box.active {
	display: flex;
}
.alert-box.style-1 {
	background-color: var(--color-primary);
	border-left-color: var(--color-primary-light);
}
.alert-box.style-1 .alert-icon svg {
	fill: var(--color-primary-light);
}
.alert-box.style-1 .alert-text .tel {
	background-color: rgba(0,0,0,.3);
	border-radius: 5px;
	display: inline-block;
	font-size: 1.2em;
	padding: .2em .4em;
	transition: .3s;
}
.alert-box.style-1 .alert-text .tel:hover {
	background-color: var(--color-secondary);
	color: #fff;
}

.bg-color-4 {
	background-color: var(--color-primary);
}

.booking-head .top-logo {
	text-align: center;
}
.booking-head .top-logo img {
	max-height: 50px;
}

.booking-head .top-logo-hotel {
	text-align: center;
}
.booking-head .top-logo-hotel img {
	max-height: 75px;
}

.booking-type {
	display: none;
}
.booking-type.active {
	display: block;
}


.box-select .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.box-select .select-styled {
    line-height: 90px;
    background-color: rgba(255,255,255,.05);
	border-bottom: 1px solid var(--color-primary);
    text-align: left;
    font-size: 1.125rem;
	line-height: 2.5em;
    color: #fff;
    padding-left: .85em;
	position:relative;
	cursor: pointer;
	transition: .3s;
}
.box-select .select-styled:after{
	content:"";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: var(--color-primary) transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 15px;
 transform:translateY(-50%);
}
.box-select .select-options {
	display: none; 
	background-color:#161616;
	margin-top: 10px;
	position: absolute;
    text-align: left;
    padding: 5px 35px 8px 35px;
	width: 100%;
	z-index: 9999999;
}
.box-select .select-options li {
	font-size:1.2em;
	line-height:38px;
	color:#969696;
	cursor: pointer;
	border-bottom:1px solid #2f2f2f;
	margin-bottom:3px;
}
.box-select .select-options li:last-child {
	margin-bottom:0;
	border-bottom:0;
}
.box-select .select-options li:hover {
	color: #fff;
}
.box-select .select-options:[rel="hide"]{
	display: none;
}

.box-select.box-parentheses {
	
}

.box-select.box-pellet .select-styled {
	padding-left: 1.5em;
}
.box-select.box-pellet .select-styled::before {
	left: .5em;
}

.btn .btn-icon svg {
	max-width: 30px;
}
.btn-style-1 {
	background-color: var(--color-primary);
	color: #fff;
	text-transform: uppercase;
	transition: .3s;
}
.btn-style-1:hover {
	background-color: var(--color-secondary);
}
.btn-style-2 {
	background-color: var(--color-primary);
	color: #fff;
	padding: .3em .7em;
	transition: .3s;
}
.btn-style-2:hover {
	background-color: var(--color-secondary);
}
.btn-style-3 {
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	transition: .3s;
}
.btn-style-3:hover {
	background-color: var(--color-secondary);
}

.btn-tab {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.btn-tab .btn-select {
	border: 2px solid rgba(255,255,255,.2);
	color: rgba(255,255,255,.5);
	font-size: 1.2em;
	margin-right: 1em;
	margin-bottom: 1em;
	transition: .3s;
}
.btn-tab .btn-select.active {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}
.btn-tab .btn-select:hover {
	border-color: #fff;
	color: #fff;
}

.card-info {
	background-color: #1a1a1a;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
}
.card-info__icon {
	opacity: .2;
	font-size: 40px;
}
.card-info__text {
	opacity: .8;
}

.checkbox-buttons {
	display: flex;
	gap: 10px;
	align-items: center;
}
.checkbox-button input {
	display: none;
}	
.checkbox-button__btn {
	border-radius: 5px;
	border: 2px solid var(--color-primary);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px 15px;
	font-weight: bold;
	padding: 10px 20px 10px 55px;
	position: relative;
	transition: .4s;
}
.checkbox-button__btn::before {
	--size: 20px;
	content: "";
	background-color: var(--color-dark-light-2);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 15px;
	height: var(--size);
	width: var(--size);
	transform: translateY(-50%);
	transition: .4s;
}
.checkbox-button__btn::after {
    content: "\f102";
    font-family: flaticon_mobilea_seller !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 30px;
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 16px;
	transform: translateY(-60%);
	transition: .4s;
}
.checkbox-button__btn i {
	display: inline-block;
	font-size: 1.4em;
	line-height: 1;
	transform: translateY(2px);
}
.checkbox-button input:checked + .checkbox-button__btn {
	background-color: var(--color-primary);
}
.checkbox-button input:checked + .checkbox-button__btn::before {
	background-color: var(--color-primary-light);
}
.checkbox-button input:checked + .checkbox-button__btn::after {
	opacity: 1;
}

.check-circle {
	text-align: center;
}
.check-circle > svg {
	max-width: 200px;
}
.check-circle > svg > * {
	stroke: var(--color-secondary);
}

.checkbox-group {
	cursor: pointer;
	display: inline-block;
 }
 
 .checkbox-group input { 
	display: none; 
 }
 
 .checkbox-group input:checked ~ .checkbox-group__label {
	color: var(--color-secondary); 
 }
 
 .checkbox-group input:checked ~ .checkbox-group__label::before {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
	color: #111;
 }
 
 .checkbox-group .checkbox-group__label {
	display: inline-flex;
	align-items: flex-start;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	transition: .5s;
 }  
 
 .checkbox-group .checkbox-group__label::before {
	content: "✓";
	background-color: transparent;
	border-radius: 3px;
	border: 1px solid var(--color-primary);
	color: transparent;
	line-height: 1;
	display: inline-block;
	margin-right: 1rem;
	padding: 2px 4px;
	transition: 0.5s;
 }

.check-group .check-item:not(:last-child) {
	padding-right: 1em;
	margin-bottom: .5em;
}

.check-svg svg {
	fill: none;
	stroke: #f1f1f1;
	max-height: 35px;
	max-width: 35px;
	margin-right: .5em;
}

.content {
	background: linear-gradient(to top, var(--color-dark-light), var(--color-dark-light));
	border-radius: 0;
}
.content.lay-content {
	padding-bottom: 100px !important;
}

.datepicker {
	/*background: rgba(0,0,0,.95);*/
	background: #303030;
	color: #fff;
}
.datepicker * {
	transition: .3s;
}
.datepicker td, 
.datepicker th {
	font-weight: normal;
	width: 14.285%;
}
.datepicker th.dow {
	border-bottom: 1px solid var(--color-primary-dark);
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.datepicker .datepicker-switch, 
.datepicker .next, 
.datepicker .prev, 
.datepicker tfoot tr th {
	font-size: 1.3em;
	text-transform: capitalize;
}
.datepicker .datepicker-switch:hover, 
.datepicker .next:hover, 
.datepicker .prev:hover, 
.datepicker tfoot tr th:hover {
	background: var(--color-secondary);
}
.datepicker tbody tr:first-child td {
	padding-top: .5em;
}
.datepicker tbody td {
	line-height: 2em;
}
.datepicker table tr td.day.focused, 
.datepicker table tr td.day:hover {
	background: var(--color-secondary);
}
.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-image: linear-gradient(to bottom,var(--color-primary),var(--color-primary));
}
.datepicker table tr td.active:hover {
	background-image: linear-gradient(to bottom,var(--color-secondary),var(--color-secondary));
} 
.datepicker table tr td span.focused {
	background-color: var(--color-primary);
}
.datepicker table tr td span:hover {
	background: var(--color-secondary);
}

.fz-07 {
	font-size: .7em;
}
.fz-11 {
	font-size: 1.1em;
}

.icon-text-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.input-style-1 {
	background-color: rgba(255,255,255,.05);
	border: none;
	border-bottom: 1px solid var(--color-primary);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 0;
	color: rgba(255,255,255,.95) !important;
	font-size: 1.2em;
	padding: .4em .6em;
	transition: .3s;
	width: 100%;
}
.input-style-1:focus,
.box-select .select-styled.active,
.input-style-1[aria-showingpicker="true"]{
	background-color: rgba(247,209,96,.05);
	border-color: var(--color-secondary);
	box-shadow: none;
}
.input-style-1.small-input {
	font-size: 1em;
	width: auto;
}
select.input-style-1 > option {
	color: var(--color-dark);
}

.input-icon-wrap {
	position: relative;
}
.input-icon-wrap input {
	padding-left: 2em !important;
}
.input-icon-wrap .icon {
	color: #939393;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-45%);
}

.box-select .select-styled.active:after {
	border-color: var(--color-secondary) transparent transparent transparent;
}
.form-group h5 {
	font-size: 1em;
}

footer.footer {
	background-color: #151515 !important;
	border-top: 1px solid var(--color-primary);
}

.fieldset-1 {
	margin-bottom: 20px;
}
.fieldset-1 > legend {
	position: relative;
	isolation: isolate;
	margin-bottom: 20px;
}
.fieldset-1 > legend::after {
	background-color:  var(--color-primary);
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 3px;
	width: calc(100% - 150px);
	transform: translateY(-50%);
	z-index: -1;
}
.fieldset-1 > legend > span {
	background-color: var(--color-dark-light-2);
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
}
.fieldset-1[data-activated-by] {
	display: none;
}
.fieldset-1[data-activated-by].active {
	display: block;
}

.fieldset-alert { display: none !important; }
.fieldset-alert.active { display: inline-flex !important; }

.icon-round-sm {
	--size: 25px;
	background-color: var(--color-primary);
	border-radius: var(--size);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 0;
	height: var(--size);
	width: var(--size);
}

.input-password-toggle {
    position: relative;
}
.input-password-toggle .see-password {
	cursor: pointer;
	font-size: 20px;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	right: 5px !important;
	left: auto !important;
	transform: translateY(-41%);
	transition: .25s;
	width: 30px !important;
}
.input-password-toggle .see-password.active {
	opacity: 1;
}

.hr-style-1 {
	border-top: 1px dashed var(--color-primary);
	width: 100%;
}

.icon-list li i {
	margin-right: .4em;
}

.label-style-1 {
	display: block;
	font-weight: 400;
	margin-bottom: 0.2em;
}

.line-style-1 {
	border-top: 2px solid var(--color-primary);
	margin: 0 auto;
	width: 80px;
}
.line-style-2 {
	border-top: 2px solid var(--color-primary);
	width: 80px;
}
.line-style-3 {
	border-top: 2px solid var(--color-primary);
}

.line-text-1 {
	padding-bottom: .3em;
	position: relative;
}
.line-text-1::before {
	content: "";
	display: block;
	background-color: var(--color-primary);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 50px;
}
.line-text-1.line-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.link-style-1 {
	color: rgba(255,255,255,.95);
	transition: .3s;
}
.link-style-1:hover {
	color: var(--color-secondary);
	text-decoration: none;
}

.loader {
	width: 20px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--color-primary);
	box-shadow: 0 0 0 0 var(--color-primary);
	animation: l1 1s infinite;
}
.loader-1 {
	width: 50px;
	aspect-ratio: 1;
	display: grid;
}
.loader-1::before,
.loader-1::after {    
	content:"";
	grid-area: 1/1;
	--c:no-repeat radial-gradient(farthest-side,var(--color-primary) 92%,#0000);
	background: 
		var(--c) 50%  0, 
		var(--c) 50%  100%, 
		var(--c) 100% 50%, 
		var(--c) 0    50%;
	background-size: 12px 12px;
	animation: l12 1s infinite;
}
.loader-1::before {
	margin: 4px;
	background-size: 8px 8px;
	opacity: .6;
	animation-timing-function: linear
}

.loader-wrap-1 {
	position: relative;
	min-height: 125px;
}
.loader-wrap-1 .loader-1 {
	display: none;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 12;
}
.loader-wrap-1::before {
	content: "";
	background-color: #111;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 10;
	transition: .25s;
}
.loader-wrap-1.is-loading::before {
	opacity: .5;
	visibility: visible;
}
.loader-wrap-1.is-loading .loader-1 {
	display: grid;
}

.modal-content {
	padding: 15px;
}

.modal-style-1 {
	border-bottom: 0 solid transparent !important;
	border-radius: 5px;
	margin-top: 1em;
	overflow: hidden;
	max-height: 85vh;
}
.modal-style-1 .iziModal-header {
	background: var(--color-primary) !important;
}
.modal-style-1 .iziModal-content, 
.modal-style-1 .iziModal-content .modal-content {
	background: var(--color-dark);
	border-radius: 0;
	color: #efefef;
}
.modal-style-1 .iziModal-content .modal-content p {
	color: #bfbfbf;
}

.mw-500 {
	max-width: 500px;
}

.nav-tab {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	overflow: hidden;
	margin: 0;
}
.nav-tab li {
	flex: 1 1 0;
}
.nav-tab li a {
	background-color: #777;
	display: block;
	font-size: 1.1em;
	padding: 10px;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: background-color .5s;
}
.nav-tab li:first-child a {
	border-top-left-radius: 20px;
}
.nav-tab li:last-child a {
	border-top-right-radius: 20px;
}
.nav-tab li:not(:last-child) a {
	border-right: 1px solid rgba(0,0,0,.2);
}
.nav-tab li a:hover {
	background-color: #bbb;
	color: inherit;
}
.nav-tab li a.active {
	background-color: #aaa;
	position: relative;
	z-index: 999;
}
.nav-tab.style-1 li a {
	background-color: var(--color-primary);
}
.nav-tab.style-1 li a:hover {
	background-color: var(--color-primary-dark);
}
.nav-tab.style-1 li a.active {
	background-color: var(--color-primary-dark);
}

.nice-select {
	float: none;
}
.nice-select .nice-select-dropdown {
	background-color: var(--color-dark);
	width: 100%;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: var(--color-primary);
}


.note {
	font-size: .9em;
	font-style: italic;
}

.notif, .invalid-feedback {
	color: var(--color-danger);
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
}
.notif::before, .invalid-feedback::before {
	content: "";
	border-radius: 10px;
	background-color: var(--color-danger);
	line-height: 0;
	position: absolute;
	left: 6px;
	top: 8px;
	height: 6px;
	width: 6px;
}
.notif::after, .invalid-feedback::after {
	content: "";
	background-color: var(--color-danger);
	border-radius: 4px;
	position: absolute;
	top: 9px;
	left: 7px;
	height: 4px;
	width: 4px;
	animation: grow-transp 1s ease-in-out infinite forwards;
}
.notif--success {
	color: var(--color-success);
}
.notif--success:before,
.notif--success::after {
	background-color: var(--color-success);
}

.option-pellet {
	position: relative;
	padding-left: 15px;
}
.option-pellet::before {
	content: "";
	display: block;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-right: 20px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
}
.option-pellet.red::before {
	background-color: red;
}
.option-pellet.orange::before {
	background-color: orange;
}
.option-pellet.green::before {
	background-color: green;
}

.overflow-x {
	overflow-x: auto;
	width: 100%;
}

.pretty input:checked ~ .state.p-primary label::after, 
.pretty.p-toggle .state.p-primary label::after {
	background-color: var(--color-secondary) !important;
}
.pretty .p-custom-1 i {
	background-color: var(--color-secondary);
	opacity: 1;
}
.pretty.pretty-ajust.p-icon .state .icon,
.pretty.pretty-ajust .state label::after, 
.pretty.pretty-ajust .state label::before {
	top: 50%;
	transform: translateY(-50%);
}
.pretty.p-smooth input + .state .check-svg svg,
.pretty.p-smooth input + .state .label-text {
	transition: .4s;
}
.pretty.p-smooth input:checked + .state .check-svg svg {
	stroke: var(--color-secondary);
}
.pretty.p-smooth input:checked + .state .label-text {
	color: var(--color-secondary);
}

.price-resume-wrap {
	max-width: 350px;
}

.price-holder {
	margin-left: auto;
	max-width: 500px;
}


.title-line-1 {
	margin-bottom: 2em;
}
.title-line-1 .sup-title {
	color:#fff;
	font-size: 1.3rem;
}
.title-line-1 .sup-title-hotel {
	color: rgba(255,255,255,.7);
	font-size: 1.2rem;
}
.title-line-1 .title {
	font-size: 2em;
	font-weight: 300;
	margin-bottom: .5em;
	text-align: center;
}
.title-line-2 {
	margin-bottom: 2em;
}
.title-line-2 .title {
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: .5em;
	text-align: center;
}

.select-wrap {
	position: relative;
}
.select-wrap .selected-elt {
	background-color: #323232;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	padding: 5px 20px 5px 5px;
	position: relative;
}
.select-wrap .selected-elt::after {
	content: "";
	display: block;
	border: 4px solid transparent;
	border-top-color: #fff;
	position: absolute;
	top: 45%;
	right: 6px;
}
.select-wrap .select-list {
	background-color: rgba(0,0,0,.55);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	top: 37px;
	z-index: 9999;
}
.select-wrap .select-list li a {
	display: block;
	padding: 5px;
	width: 100%;
	height: 100%;
}

.single-bellet-red {
	background-color: red;
	display: inline-block;
	padding: 5px;
}

.card-style-1 {
	background-color: rgba(0,0,0,.3);
	border-radius: 5px;
	display: flex;
	margin-bottom: 3em;
	position: relative;
}
.card-style-1:not(:last-child)::after {
	content: "";
	display: block;
	border-bottom: 2px solid rgba(255,255,255,.05);
	position: absolute;
	bottom: -22.5px;
	width: 100%;
}
.card-style-1 .card-img {
	width: 40%;
}
.card-style-1 .card-img {
	background-size: cover;
	background-position: center center;
	min-height: 250px;
}
.card-style-1 .card-content {
	box-sizing: border-box;
	padding: 15px;
	width: 55%;
}
.card-style-1 .card-content .cc_title {
	margin-bottom: .8em;
	padding-bottom: .4em;
	position: relative;
}
.card-style-1 .card-content .cc_title::after {
	content: "";
	display: block;
	background-color: var(--color-primary);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 75px;
}
.card-style-1 .card-content .cc_title.wrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.card-style-1 .card-content .cc_title.wrapper > *:not(:last-child) {
	margin-right: .5em;
}
.card-style-1 .card-content .cc_excerpt {
	color: rgba(255,255,255,.7);
}
.card-style-1 .card-content .cc_excerpt p:last-child {
	margin-bottom: 0;
}

.summary-custom {
	background-color: #1a1a1a;
	padding: 15px;
}
.summary-custom .sum-label {
	margin-right: .5em;
} 
	.summary-custom .summary-list {
		margin: 0;
	}
		.summary-custom .summary-list li {
			display: flex;
			flex-flow: row wrap;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 10px;
		}
			.summary-custom .summary-list .sum-label {
				color: rgba(255,255,255,.6);
			}
.summary-custom .summary-total {
	border-top: 2px solid var(--color-primary);
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
	.summary-custom .summary-total .sum-label {
		font-size: 1.3em;
	}
	.summary-custom .summary-total .sum-value {
		background-color: var(--color-primary);
		border-radius: 3px;
		font-size: 1.6em;
		line-height: 1em;
		padding: 9px 13px 7px 13px;
	}

.switch-wrap, 
.switch-group {
	position: relative;
}
.switch-wrap > .switch-elt,
.switch-group > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.table-bookings {
	min-width: 1000px;
}

.table-simple {
	width: 100%;
}
.table-simple tbody > tr > td {
	padding: 7px 5px;
}
.table-simple tbody > tr:not(:last-child) > td {
	border-bottom: 1px dashed var(--color-primary);
}
.table-simple tbody > tr > td:first-child {
	width: 55%;
}
.table-simple tbody > tr > td:last-child {
	color: #fff;
	font-size: 18px;
	text-align: right;
	width: 55%;
}
.table-simple tfoot > tr > td {
	border-top: 2px solid var(--color-primary);
	padding: 8px 5px;
}
.table-simple tfoot > tr > td:first-child {
	color: #fff;
	width: 45%;
}
.table-simple tfoot > tr > td:last-child {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	text-align: right;
	width: 55%;
}
.table-simple--2 tbody > tr > td:last-child {
	text-align: left;
}

.text-underline {
	text-decoration: underline;
}

.text-sm-1 {
	font-size: .9em;
}
.text-sm-2 {
	font-size: .85em;
}
.text-md-1 {
	font-size: 1.2em;
}

.text-white {
	color: #eee !important;
}

.titled-bellet-1 {
	text-align: center;
}
.titled-bellet-1 .bellet-title {
	background-color: var(--color-primary-dark);
	margin-bottom: 0;
}
.titled-bellet-1 .bellet-content {
	background-color: var(--color-primary);
}

.warn-style-1 {
	background-color: var(--color-secondary);
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	overflow: hidden;
}
	.warn-style-1 .warn-icon {
		background-color: var(--color-secondary);
		border-right: 2px solid var(--color-secondary-light);
		display: inline-block;
		padding: 0 20px;
		position: relative;
	}
		.warn-style-1 .warn-icon i {
			color: inherit;
			font-size: 1.1em;
			line-height: 0;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}
	.warn-style-1 .warn-text {
		font-size: 1em;
		padding: 10px;
	}
.warn-style-1.yellow {
	background-color: #c48a38;
	color: #ffefd8;
}
.warn-style-1.yellow .warn-icon {
	background-color: #d89b3e;
	border-right: 2px solid #f2bf79;
}
.warn-style-1.red {
	background-color: #d13d32;
	color: #f3dddc;
}
.warn-style-1.red .warn-icon {
	background-color: #d85249;
	border-right: 2px solid #e0827b;
}

.wickedpicker {
	background: rgba(17,17,17,.95);
	border: none;
	border-radius: 3px;
	box-shadow: none;
	font-size: 2em;
}
.wickedpicker__title {
	display: none;
}
.wickedpicker__close:hover {
	color: var(--color-secondary);
}
.wickedpicker__controls__control, 
.wickedpicker__controls__control--separator {
	width: 40px;
}
.wickedpicker__controls__control-down, 
.wickedpicker__controls__control-up {
	color: var(--color-primary);
	transition: .3s;
}
.wickedpicker__controls__control-down:hover, 
.wickedpicker__controls__control-up:hover {
	color: var(--color-secondary);
}
/******************************/

/***** HEADER *****/
.navbar {
	background-color: #151515;
}

.nav-ajust {
	 width: 1110px;
	margin: auto;
	padding-left: 0;
	padding-right: 0;
}

.promo {
	background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.3)),rgba(0,0,0,.5) url('/storage/hand-on-car-door-wrist-luxe-service-w1920.jpg') no-repeat 50% 40% !important;
	background-size: cover !important;
	border-top: 2px solid var(--color-primary);
}
.jumbotron {
	padding: 2rem 4rem 6rem 4rem;
}
.jumbotron.header .header-logo {
	text-align: center;
}
.jumbotron.header .header-logo img {
	max-height: 200px;
	max-width: 100%;
}


/***** VEHICLE LIST *****/
.card-vehicle {
	background-color: transparent;
	border: 2px solid transparent;
	box-shadow: none;
	margin: 0 auto;
	max-width: 300px;
}
.card-vehicle,
.card-vehicle * {
	transition: .3s;
}
.card-vehicle .card-img {
	background-color: rgba(255,255,255,.05);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
	position: relative;
	min-height: 233px;
	min-width: 233px;
}
.card-vehicle .card-img img {
	position: absolute;
	top: 49.9%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
	width: auto;
	max-width: none;
}
.card-vehicle .card-img .price {
	background-color: var(--color-primary);
	border-bottom-left-radius: 3px;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: .2em .6em .2em .6em;
	position: absolute;
	top: 0;
	right: 0;
}
.card-vehicle .card-img .price sup {
	font-size: .65em;
	position: relative;
	top: -5px;
}
.card-vehicle .card-img .select-info {
	font-weight: bold;
	padding: .5em 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	animation-duration: .4s;
}
.card-vehicle .card-img .select-info.choose {
	background-color: #444;
	color: #fff;
}
.card-vehicle .card-img .select-info.selected {
	background-color: #76bf73;
	color: #fff;
}
.card-vehicle .card-content {
	padding: .5em 0;
}
.card-vehicle .card-content .title h3 {
	font-size: 1.3em;
	margin: 0 0 .5em 0;
	text-align: center;
}
.card-vehicle .card-content .title .line-style-1 {
	margin: 0 auto 1em auto;
	width: 50px;
}
.card-vehicle .card-content .icon-list {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 250px;
}
/**/
.card-vehicle.hover .card-img .price {
	background-color: var(--color-secondary);
}
.card-vehicle.hover .card-content .title .line-style-1 {
	border-top-color: var(--color-secondary);
	width: 100px;
}
.card-vehicle.hover .card-content .icon-list i {
	color: var(--color-secondary) !important;
}
/**/
.card-vehicle.selected {
	border-color: #76bf73;
	border-width: 2px;
	transform: scale(1.05);
	z-index: 2;
}
.card-vehicle.selected .card-img .price {
	background-color: #76bf73;
}
.card-vehicle.selected .card-content .title .line-style-1 {
	border-top-color: #76bf73;
	width: 100px;
}
.card-vehicle.selected .card-content .icon-list i {
	color: #76bf73 !important;
}
/************************/

.booking_price{
	text-align: center;
	font-size:35px;
}

/***** ASIDE SUMMARY *****/
#booking_step2 .aside-container {
	background-color: rgba(0,0,0,.2);
	max-width: 350px;
	margin: 0 auto 30px auto;
}
#booking_step2 .title-line-1 h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: .5em;
}
#booking_step2 .aside-title {
	background-color: var(--color-primary);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	padding: .5em;
	position: relative;
}
#booking_step2 .aside-title * {
	transition: .3s;
}
#booking_step2 .aside-title .title {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
#booking_step2 .aside-title .title-icon {
	background-color: rgba(0,0,0,.2);
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 10px;
	text-align: center;
	transform: translateY(-50%);
	height: 30px;
	width: 30px;
}
#booking_step2 .aside-title .title-icon i {
	font-size: 1.1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#booking_step2 .aside-title .title-icon:hover {
	background-color: rgba(247,209,96,.7);
}
#booking_step2 .aside-content {
	padding: 1em;
}
#booking_step2 .aside-content .aside-section:not(:last-child) {
	margin-bottom: 1em;
}
#booking_step2 .aside-section.pax-bag .sec-content {
	display: flex;
	justify-content: center;
}
#booking_step2 .aside-section.pax-bag .sec-content > * {
	font-size: .9em;
	width: 100%;
}
#booking_step2 .aside-footer {
	text-align: center;
}
#booking_step2 .aside-footer .sec-content {
	font-size: 1.3em;
	margin-bottom: 0;
}
#booking_step2 .sec-title {
	font-size: .9em;
	font-weight: normal;
	margin-bottom: 0;
	opacity: .4;
	text-transform: uppercase;
	text-align: center;
}
#booking_step2 .sec-content {
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
}
#booking_step2 .location-wrap .sec-content > p {
	font-size: .8em;
}
#booking_step2 .icon-text-wrap {
	margin: 0 auto;
	max-width: 100px;
}
#booking_step2 .card-vehicle {
	cursor: default;
}
#booking_step2 .card-vehicle .line-style-1 {
	margin-bottom: 0;
}
#booking_step2 .aside-button .btn {
	border-radius: 0;
	padding-top: .7em;
	padding-bottom: .7em;
	width: 100%;
}
/*************************/

/**** CONFIRM BOOKING *****/
#confirm_booking {
	text-align: center;
}
#confirm_booking .main-title {
	margin-bottom: 2em;
}
#confirm_booking .check-circle {
	margin: 0 auto 1.5em auto;
	max-width: 150px;
}
#confirm_booking .confirm-content p {
	font-size: 1.3em;
	font-weight: 500;
}
/**************************/

/***** LOGIN *****/
#connexion-box .logo {
	text-align: center;
}
#connexion-box .logo img {
	max-height: 150px;
}
/*****************/

.datepicker table tr td.disabled {
	opacity: 0.3;
}

/***** DIALOG *****/
.dialog {
	background-color: var(--color-dark-light);
	border: 4px solid #222;
	color: #fff;
	padding: 20px;
	outline: none;
	text-align: center;
	max-width: 750px;
	width: 100%;
}
.dialog::backdrop {
	background-color: rgba(0,0,0,.8);
}
.dialog-icon {
	background-color: var(--color-dark);
	border-radius: 50px;
	display: flex;
	font-size: 30px;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px auto;
	height: 80px;
	width: 80px;
}
.dialog-header {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}
.dialog-buttons {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

/***** FLATPICKR *****/
.flatpickr-months .flatpickr-month {
	background-color: none;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}


/***** OTHERS *****/
.btn-transparent { 
	background-color: transparent; 
	border: none;
}
.interaction-1 {
	transition: .5s;
}
.interaction-1:hover {
	opacity: .7 !important;
}

/***** HELPERS *****/
.icon-fix { display: inline-block !important; transform: translateY(2px) !important; }
.mt-05 { margin-top: .125em !important; }
.text-lg { font-size: 22px !important; }
.color-primary { color: var(--color-primary) !important; }

/***** RESPONSIVE *****/
/* Max-width: 992px */
@media screen and (max-width: 62em) {
	
	/* form .row > div[class^="col"]:not(:last-of-type) {
		margin-bottom: 1rem;
	} */
	
	.card-style-1 {
		flex-flow: column wrap;
	}
	.card-style-1 .card-img {
		min-height: 250px;
		width: 100%;
	}
	.card-style-1 .card-content {
		text-align: center;
		width: 100%;
	}
	.card-style-1 .card-content .cc_title::after {
		left: 50%;
		transform: translateX(-50%);
	}
	.card-style-1 .card-content .cc_title.wrapper {
		flex-flow: column;
		justify-content: center;
	}
	.card-style-1 .card-content .cc_title.wrapper > *:not(:last-child) {
		margin-right: .5em;
	}
	.card-style-1 .card-content .cc_excerpt .bellet-list-1 {
		display: inline-block;
		text-align: left;
	}
	
	
	/***** CLASSES *****/
	/*#connexion-box .hotel-logo {
		margin-bottom: 2em;
	}*/
	/*******************/
	
}

/* Max-width: 768px */
@media screen and (max-width: 48em) {
	
	/***** CLASSES *****/
	#connexion-box .hotel-logo {
		margin-bottom: 2em;
	}
	
	.nav-tab {
		flex-flow: column wrap;
	}
	.nav-tab li:first-child a {
		border-top-right-radius: 20px;
	}
	.nav-tab li:last-child a {
		border-top-right-radius: 0;
	}
	/*******************/
	
	
	
}

/* Max-width: 578px */
@media screen and (max-width: 36em) {
	
	header .select-wrap .select-list {
		display: block;
	}
	header .select-wrap .select-list li:not(:last-child) {
		margin-bottom: .5em;
	}
	
	.content {
		padding: 20px;
	}
	
	.title-line-1 .title {
		font-size: 1.6em;
	}
	
	.box-select .select-styled {
		font-size: 1rem;
		overflow: hidden;
		white-space: nowrap;
	}
	
	.summary-custom .summary-total {
		flex-flow: column wrap;
	}
	.summary-custom .summary-total .sum-value {
		text-align: center;
		width: 100%;
		max-width: 200px;
	}
	
}

/***** ANIMATIONS *****/

.fadeInUpSmall {
	animation: fadeInUpSmall .7s;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -40%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes grow-transp {
	from {
	  opacity: 0.8;
	  transform: scale(1);
	}
	to {
	  opacity: 0;
	  transform: scale(4);
	}
}

@keyframes l1 {
	100% {box-shadow: 0 0 0 30px var(--color-primary);}
}
@keyframes l12 { 
	100%{transform: rotate(.5turn)}
}

.fadeInDown,
.fadeOutUp {
	animation-duration: .5s;
}

/**********************/
