/* your styles go here */

html, body {
    height: 100%;
}
.wrapper_content {
    min-height: 100%;
    margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
	padding-bottom: 70px;
}
footer {
    height: 60px; /* .push must be the same height as .footer */
}

#navbarContent .navbar-icon-badge{
	right: -5px;
}

/* directives */
body .status_will_open, body .status_closed{display: none}
body .status_opened .lock_counter, body .status_closed .lock_counter{display: none}
body .will_open ., body .status_closed .lock_counter{display: none}

.cart_empty .only_cart_filled{display: none}
.cart_filled .only_cart_empty{display: none}

.only_cart_expired{display: none}
.cart_expired .only_cart_expired{display: initial}
.cart_expired .only_cart_not_expired{display: none}

.hide_locked, .show_locked{display: none}
.cart_unlocked .hide_locked{display: block}
.cart_locked .show_locked{display: block}
.cart_unlocked td.hide_locked, .cart_unlocked th.hide_locked, .cart_locked td.show_locked, .cart_locked th.show_locked{display: table-cell}

/*.status_inactive nav.navbar {display: none}		/* 2022-03-11 */
.status_inactive nav.navbar #navbarContent ul {display: none !important}		/* 2024-11-25 */

.status_will_open .only_opened, .status_closed .only_opened{display: none}
.status_opened .only_will_open, .status_closed .only_will_open{display: none}
.status_will_open .only_closed, .status_opened .only_closed {display: none}

.only_available, .only_not_available, .only_p_enabled, .only_p_disabled, .only_p_not_started, .only_p_closed{display: none !important;}
.p_available .only_available{display: initial !important;}
.p_not_available .only_not_available{display: initial !important;}
.p_enabled .only_p_enabled{display: initial !important;}
.p_disabled .only_p_disabled{display: initial !important;}

.p_disabled_closed .only_p_closed{display: initial !important;}

.p_available .hide_available{display: none !important;}

.p_not_available .hide_not_available{display: none !important;}
.p_disabled_not_started .only_p_not_started{display: initial !important;}

.p_disabled_not_started .only_p_closed{display: none !important;}

.p_not_available .product-swap-image, .p_not_available .description_row, .p_disabled .product-swap-image, .p_disabled .description_row {opacity: 0.4}
.p_not_available .qte_switch, .p_disabled .qte_switch{display: none !important;}
.p_not_available.in_cart .qte_switch, .p_disabled.in_cart .qte_switch{display: flex !important;}

.p_not_available.has_wl .description_row{opacity: 1}

.qte_switch_wl{display: none; text-align: center}
.p_not_available.has_wl .qte_switch_wl{display: block !important;}
.p_not_available.has_wl .product_price{display: none !important;}

/*.private{display: none !important;} */
.hidden{display: none !important;}


/*
.p_disabled .only_p_enabled{display: none !important;}
.p_available .only_not_available{display: none !important;}
.p_not_available .only_available{display: none !important;}

.only_p_not_started, .only_p_closed{display: none !important;}
.p_disabled_not_started .only_p_not_started, .p_disabled_closed .only_p_closed{display: initial !important;}
*/

.field_row label{margin: 0;}

.warning_field{font-size: 85%; color: red; font-style: italic;}
.invalid input, .invalid select{background-color: #fcc !important}

.empty_field, .bad_field, .warning_filter_cstm, .warning_filter_min, .warning_filter_max, .bad_already_exists{display: none}

.flag_empty_field .empty_field, 
.flag_bad_field .bad_field, 
.flag_bad_filter_min .warning_filter_cstm, 
.flag_bad_filter_min .warning_filter_min, 
.flag_bad_filter_max .warning_filter_cstm, 
.flag_bad_filter_max .warning_filter_max,
.flag_bad_already_exists .bad_already_exists
{display: initial}

.comments{font-size:80%; color: #777; font-style: italic;}
.help_message{font-size:80%; color: #777; font-style: italic;}

.success{color: green;}
.warning{color: red;}

.label.text-uppercase{letter-spacing: initial;}

.product-badge, .product-badge + .product-badge{top: 15px}

.container.full_width {
	max-width: none;
}

/* compte à rebours barre navigation */
.navbar .cart_counter{
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 20px;
    text-align: center;
    color: red;
    font-size: 0.6rem;
    line-height: 20px;
}
.cart_counter{
    color: red;
}

/* pastille produit dans panier */
.product-image{
	overflow: initial;
}
.navbar-icon-badge{
	z-index: 11;
}


.presta_category h5{
	padding-top: 1rem;
	border-top: 1px solid #dee2e6;
}
.presta_category.clickable:hover{
	cursor: pointer;
}

.spacer{
		height: 2.5rem;
}

.nowrap{
	white-space: nowrap;
}

.fieldvalue[readonly="readonly"]{
	background-color: #ccc;
}

.badge{
display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;	
}
.badge-default{
	background-color: #636c72;
	color: #fff;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .3rem .4rem;
/*  font-size: .875rem; */
  line-height: .5;
  border-radius: .2rem;
}

/* supprimer le curseur de lien des images-swap */
.product-swap-image-front{
	cursor: initial;
}

.product .navbar-icon-badge{
	top: -15px;
}

.hotel_banner{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
}

.product .default_img{
	position: relative;
	
	height: 80px;
	line-height: 80px;
	font-size: 15px;
/*	
	min-height: 145px;
	line-height: 145px;
	font-size: 30px;
*/	
	text-align: center;
	background-color: #ddd;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.product .default_img.with_background .user_picto{
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 15px;
	line-height: 15px;
}

.listview_cstm_addcart_button {
	color: #fff;
	width: 100%;
	background-color: #636c72;
}


.btn-items-decrease, .btn-items-increase{
	cursor: pointer;
}

/* decalage par rapport à navbar fixed */
#event_banner{
	padding-top: 70px;
	text-align: center;
}
header .navbar{
	height: 70px;
}
#event_banner{
	width: 100%;
	overflow: hidden;
}
#event_banner .container{
	position: relative;
}
.main_banner img{
	max-width: 100%;
}

.product_price{
	font-size: 16px;
}
/* test peu concluant
.product_container{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1) inset;
    padding: 10px;
	margin-bottom: 8px !important;
}
*/

.participant_row label{
	font-weight: bold;
}
.participant_row .participant_name{
	text-transform: uppercase;
}

.price_container{
	width: 100%;
}

.presta_navbar{
	display: none;
}
.presta_navbar.enabled{
	display: block;
}

.presta_navbar .fixed-bottom{
	padding: 10px;
	line-height: 40px;
	background-color: rgba(0,0,0,0.2);
}

.main_banner{
	display: block;
	margin: 0 -15px;
}

.myemails .email_attachments{
    display: block;
	font-weight: 100;
    font-style: italic;
    text-align: right;
    font-size: 90%;
}

.alert-info .basic_link{color: #fff; text-decoration: underline;}

/*** MAPS ****/
#map {
	height: 500px;  
	width: 100%;  
}

/*** RESPONSIVE ****/
@media (min-width: 768px){
	.hotel_search .row{
		flex-wrap: nowrap;
	}
	.hotel_search .col-md-3{
		flex: auto;
	}
	.row.description_row{
		height: 100%;
	}
	.row.description_row .price_col{
		display: flex; 
		align-items: center;
	}
	.row.description_row .price_col .price_container{
		margin-top: -20%;
	}
}

@media (max-width: 991.98px){
	#event_banner{
		padding-top: 45px;
	}
	header .navbar{
		height: 45px;
	}
	.hotel_banner{
		height: 150px;
	}
	.navbar .cart_counter {
		bottom: -15px;	
	}
	
}

