/*** APP CUSTOM CSS

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

*/

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

body {
	background: #111;
	color: #fff;
}
a {
	color: inherit;
	transition: color .3s;
}
a:hover {
	color: #702e78;
	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: #702e78;
}
/*******************/


/***** 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;
}

.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: #8e3b99;
}
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: #702e78;
	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;
}


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

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

.fleet-title a:hover {
	color: #702e78;
}

.bellet-list-1 {
	padding-left: 15px;
}
.bellet-list-1 > li {
	position: relative;
}
.bellet-list-1 > li::before {
	content: "";
	display: inline-block;
	background-color: #702e78;
	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: #702e78;
	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;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.bg-btn-1:hover {
	-webkit-transform: scale(0.9);
	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;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

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

.text-btn {
	font-size: 1.2rem;
	color: white;
	background-color: #702e78;
	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 #702e78;
	background-color: #303030;
}
.table-transfert {
	background-color: #702e78;
	color: white;
	padding: 3px 8px 3px 8px;
	border-radius: 5px;
}
.table-mad {
	background-color: #f7d160;
	color: #232323;
	padding: 3px 8px 3px 8px;
	border-radius: 5px;
}


.bg-book {
	position: relative;
	background-color: #702e78;
	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);
}


.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: #702e78;
	border-left-color: #d99de0;
}
.alert-box.style-1 .alert-icon svg {
	fill: #d99de0;
}
.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: #F7D160;
	color: #fff;
}

.bg-color-4 {
	background-color: #8a1e99;
}

.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;
}


.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 #702e78;
    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: #702e78 transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 15px;
	-webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    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: #702e78;
	color: #fff;
	text-transform: uppercase;
	transition: .3s;
}
.btn-style-1:hover {
	background-color: #F7D160;
}
.btn-style-2 {
	background-color: #702e78;
	color: #fff;
	padding: .3em .7em;
	transition: .3s;
}
.btn-style-2:hover {
	background-color: #F7D160;
}
.btn-style-3 {
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	transition: .3s;
}
.btn-style-3:hover {
	background-color: #F7D160;
}

.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: #702e78;
	border-color: #702e78;
	color: #fff;
}
.btn-tab .btn-select:hover {
	border-color: #fff;
	color: #fff;
}

.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, #272727, #272727);
	border-radius: 0;
}
.content.lay-content {
	padding-bottom: 60px !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 rgba(112,46,120,.8);
	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: #F7D160;
}
.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: #F7D160;
}
.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,#702e78,#702e78);
}
.datepicker table tr td.active:hover {
	background-image: linear-gradient(to bottom,#f7d160,#f7d160);
} 
.datepicker table tr td span.focused {
	background-color: #702e78;
}
.datepicker table tr td span:hover {
	background: #F7D160;
}

.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 #702e78;
	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: #f7d160;
	box-shadow: none;
}
.input-style-1.small-input {
	font-size: 1em;
	width: auto;
}

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

.box-select .select-styled.active:after {
	border-color: #f7d160 transparent transparent transparent;
}
.form-group h5 {
	font-size: 1em;
}

footer.footer {
	background-color: #151515 !important;
	border-top: 1px solid #702e78;
}

.hr-style-1 {
	border-top: 1px dashed #702e78;
	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 #702e78;
	margin: 0 auto;
	width: 80px;
}
.line-style-2 {
	border-top: 2px solid #702e78;
	width: 80px;
}
.line-style-3 {
	border-top: 2px solid #702e78;
}

.line-text-1 {
	padding-bottom: .3em;
	position: relative;
}
.line-text-1::before {
	content: "";
	display: block;
	background-color: #702e78;
	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: #F7D160;
	text-decoration: none;
}

.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: #702e78 !important;
}
.modal-style-1 .iziModal-content, 
.modal-style-1 .iziModal-content .modal-content {
	background: #111;
	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: #5e2766;
}
.nav-tab.style-1 li a:hover {
	background-color: #a345b2;
}
.nav-tab.style-1 li a.active {
	background-color: #8e3b99;
}


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

.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: #f7d160 !important;
}
.pretty .p-custom-1 i {
	background-color: #F7D160;
	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: #F7D160;
}
.pretty.p-smooth input:checked + .state .label-text {
	color: #F7D160;
}

.title-line-1 {
	margin-bottom: 2em;
}
.title-line-1 .sup-title {
	color: rgba(255,255,255,.7);
	font-size: 1.2rem;
}
.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: #702e78;
	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 #702e78;
	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: #702e78;
		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%;
}

.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: #5e2766;
	margin-bottom: 0;
}
.titled-bellet-1 .bellet-content {
	background-color: #702e78;
}

.warn-style-1 {
	background-color: #5e2766;
	border-radius: 5px;
	box-shadow: 1px 1px 5px 1px rgba(112,46,120,.3);
	color: #f6b5ff;
	display: inline-flex;
	overflow: hidden;
}
	.warn-style-1 .warn-icon {
		background-color: #702e78;
		border-right: 2px solid #9840a5;
		display: inline-block;
		padding: 0 20px;
		position: relative;
	}
		.warn-style-1 .warn-icon i {
			color: inherit;
			font-size: 1.1em;
			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;
}

.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: #f7d160;
}
.wickedpicker__controls__control, 
.wickedpicker__controls__control--separator {
	width: 40px;
}
.wickedpicker__controls__control-down, 
.wickedpicker__controls__control-up {
	color: #702e78;
	transition: .3s;
}
.wickedpicker__controls__control-down:hover, 
.wickedpicker__controls__control-up:hover {
	color: #f7d160;
}
/******************************/

/***** 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('../images/hand-on-car-door-wrist-luxe-service-w1920.jpg') no-repeat 50% 40% !important;
	background-size: cover !important;
	border-top: 2px solid #702e78;
}
.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: #702e78;
	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: #F7D160;
}
.card-vehicle.hover .card-content .title .line-style-1 {
	border-top-color: #F7D160;
	width: 100px;
}
.card-vehicle.hover .card-content .icon-list i {
	color: #F7D160 !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: #702e78;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	padding: .7em .5em;
	position: relative;
}
#booking_step2 .aside-title * {
	transition: .3s;
}
#booking_step2 .aside-title .title {
	font-size: 1.3em;
	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: 1.5em;
}
#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.5em;
	margin-bottom: 0;
}
#booking_step2 .sec-title {
	font-size: .9em;
	font-weight: normal;
	margin-bottom: .3em;
	opacity: .4;
	text-transform: uppercase;
	text-align: center;
}
#booking_step2 .sec-content {
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
}
#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: #272727;
	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: #111;
	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;
}

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

/***** HELPERS *****/
.text-lg { font-size: 22px !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;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

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

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

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

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

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