@media (min-width: 992px) {
	.info-col{
		width: 1%;
	}
}
body{
    background-color: #272723;
}
main.main{
    display: flow-root;
	background-color: #FFF;
}

.errorValid{
	border-color:red;
}
.reloadCaptcha{
	color: #0088cc;
	font-size: 40px;
	vertical-align: text-bottom;
	transition: 0.2s;
	cursor:pointer;
}
.logout-link{
	cursor:pointer;
}
/*
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}*/
.product-default a{
	white-space: normal;
	color: #21293c;
}
ul.ul-quickview > li{
	display: inline-block;
	border: 1px solid #d4d4d4;
	padding-left:5px;
	padding-right:5px;
	vertical-align: middle;
	text-align: center;
	align-items: center;
    color: #0088cc;
	margin-top: 5px;
	margin-bottom:5px;
	cursor:pointer;
}
ul.ul-quickview > li.active{
	border: 1px solid #d4d4d4;
	background-color:#0088cc;
	color: white;
}
ul.ul-quickview > li.active > a{
	color:white;
}
.font-25px{
	font-size:25px;
}
button.disabled{
animation-name: toGrey;
animation-duration: 1s;
background-color: #ccc;
}
.langchoicemenu{
	color:white;
}
.langchoicemenu:hover{
	color:#b2b2b2;
}
.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0f4992;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#searchResult .product-single-qty{
	margin-bottom: unset;
	flex-wrap: nowrap;
	flex: 1;
	max-width: 200px;
	margin-right: 25px;
}
.food-article-tab .input-group.bootstrap-touchspin.bootstrap-touchspin-injected>.input-group-btn>.btn{
	min-height: 43px;
	min-width: 43px;
	background-color: #0f4992;
	border-color: #0f4992;
}
#searchResult .input-group.bootstrap-touchspin.bootstrap-touchspin-injected{
	/*flex-wrap: nowrap;
	flex: 1;
	max-width: 200px;*/
}
#searchResult .input-group.bootstrap-touchspin.bootstrap-touchspin-injected>.input-group-btn>.btn{
	min-width: 36px;
}
#searchResult .input-group.bootstrap-touchspin.bootstrap-touchspin-injected>.form-control{
	max-width: none;
	height: 3.6rem;
	flex-grow: 1;
}
#searchResult .input-group.bootstrap-touchspin .btn{
	padding: 1.05rem 1rem;
	height: 3.6rem;
	line-height: 0;
}
button.btn-add-cart{
	background-color: #00ade5;
	border-color: #00ade5;
}

@media (max-width: 576px) {
	.product-list figure{
		max-width: none;
	}
	
	.form-footer .btn{
		flex-grow: 1;
		margin: 15px !important;
	}
	.form-footer{
		flex-wrap: wrap;
		margin: 0 -15px;
	}
}

@media (max-width: 992px){
	.checkout-steps-action>.formButton>button, #submitButtonForPayment{
		width: 100%;
	}
	#submitButtonForPayment{
		margin-top: 25px;
	}
	
	.checkout-steps-action>.formButton>button:not(:last-child){
		margin-bottom: 30px;
	}
}

#searchResult .product-list .btn-add-cart{
	margin: 0;
}

.input-group>.form-control{
	max-width:unset;
}
.sidebar-shop .input-group>.input-group-append>button{
	min-width: unset;
}

.product-title{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.vertical-quantity{
	margin-right: 1px;
}

#card-element{
	padding: 20px 0;
}

#receipt .cart-title>h2, #receipt .cart-table-title{
	color: #0f4992;
	padding-bottom: 10px;
	font: normal 400 1.4rem / 1.8 "Open Sans", sans-serif;
	font-size: 1.6667em;
	line-height: 1.25em;
}
#receipt .cart-table-title{
	border-bottom: 1px solid;
}
#receipt .cart-title{
	border-bottom: 1px solid #0f4992;
	margin-bottom: 20px;
}
#receipt .cart-title>h2{
	margin: 0;
}
#receipt .cart-table-title{
	margin-top:20px;
}
#receipt .uneLigneFact.total{
	padding-top: 10px;
}
#receipt .uneLigneFact.total{
	padding-top: 10px;
}
#receipt .cart-article, #receipt .uneLigneFact.final-total{
	padding: 10px 0;
}
#receipt .uneLigneFact.total, #receipt .uneLigneFact.tps{
	padding-bottom: 5px;
}
#receipt .uneLigneFact.tvq, #receipt .cart-table-title{
	padding-bottom: 10px;
}
#receipt .cart-article, #receipt .uneLigneFact.tvq{
	border-bottom: 1px solid #dae2e6;
}

@media print { 

	.header,.footer, .hidden-print{
		display:none;
	}
	
	#receipt .uneLigneFact.cart-table-title>div, #receipt .cart-title>h2{
		margin-bottom: 1.8rem;
		color: #2b2b2d;
		font-weight: 700;
		line-height: 1.1;
	}
	#receipt .uneLigneFact.cart-article, #receipt .uneLigneFact.tvq, #receipt .cart-title, #receipt .cart-table-title{
		border-bottom: 1px solid black;
	}
	
	
}

.hidden{
	display:none !important;
}

.btn-primary>i,#formCredit button[type="submit"]{
	font-size: 1.3em;
}

.sticky-header .breadcrumb>.breadcrumb-item>a, .sticky-header .breadcrumb>.breadcrumb-item{
	font-size: 1.3rem;
	text-transform: uppercase;
}
.sticky-header.fixed .breadcrumb>.breadcrumb-item>a{
	color: #fff;
}
.mobile-menu>li[aria-current="page"]{
	display: block;
	position: relative;
	margin-right: 4.5rem;
	padding: 1.1rem 0 1.1rem 1.5rem;
	text-transform: uppercase;
}
#billet_from #btnAddToCart{
	margin: 0 ;
}

#payment-form .input-errors, #errorL,.product-row.error, .product-row.error .product-title span, .product-row.error .btn-remove>i, .dropdown-cart-products>.product.error .product-title>span, .dropdown-cart-products>.product.error .product-details>span{
	color: #ff5501;
	/*color: #e02b27;*/
}

.dropdown-cart-products .timer{
	flex-grow: 1;
	text-align: right;
	font-weight: bold;
	font-size: 1.5rem;
	color: #474747;
}

.product-title .timer{
	margin-top: 5px;
	font-weight: normal;
	color: #7a7d82;
}

.fa-spinner::before{
	content: "\f185" !important;
}

.form-footer .btn:last-child{
	margin: 0;
}

.product-single-header h1{
	padding-top: 1.4rem;
}

.page-spanner{
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	display:block;
	text-align:center;
	height: 150px;
	color: #FFF;
	transform: translateY(-50%);
	z-index: 1000;
	visibility: hidden;
	z-index: 1000000;
}

.page-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	visibility: hidden;
	z-index: 999999;
}

.page-spanner>.loader {
	margin: 35px auto;
}

.page-spanner>p{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.page-spanner, .page-overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.page-spanner.show, .page-overlay.show {
	opacity: 1;
	visibility: visible;
}

#ticketExpiredModal{
	width: 340px;
	top: calc((100% - 320px) / 2);
	left: calc((100% - 320px) / 2);
	padding: 10px !important;
	position: fixed;
}
#specialPopup{
	width: 320px;
	top: calc((100% - 320px) / 2);
	left: calc((100% - 320px) / 2);
	position: fixed;
}
#specialPopup figure{
	width: 250px;
	margin: auto;
	margin-bottom: 1.8rem;
}

.btn-payment{
	border-color: #43b02a;
	background-color: #43b02a;
	color: #fff;
	box-shadow: none;
}
.btn-payment:hover, .btn-payment:focus{
	border-color: #5db049;
	background-color: #5db049;
	color: #fff;
	box-shadow: none;
}

.img-block{
    height: 178px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
}
.product-default:not(.left-details) .img-block{
    margin-bottom: 1.6rem;
}
.product-default:not(.left-details)>.product-details>.product-title{
    margin-bottom: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}
.product-default.left-details>figure{
	min-width: 270px;
}
@media (max-width: 575px){
    .product-action .btn-add-cart.text_btn{
        width: auto;
    }
}

.add-cart.text_btn::before, .add-cart.hide_icon::before{
	content:"";
}
.product-single-extended .add-cart.hide_icon, .product-single-extended .add-cart.text_btn{
	height: 48px;
	/*border-color: #0f4992;
	background-color: #0f4992;
	color: #fff;*/
}
.product-single-extended .add-cart.hide_icon>.fa-spinner,.product-single-extended .add-cart.text_btn>.fa-spinner{
	width: auto;
	height: auto;
	top: auto;
	margin-right: unset;
}
.product-single-extended .add-cart.hide_icon>.fa-spinner::before,.product-single-extended .add-cart.text_btn>.fa-spinner::before{
	margin-left: unset;
}
.add-cart{
	cursor: pointer;
}

#payment-form iframe{
	width: auto;
}

.billet-list{
    margin-bottom: 3rem;
}
.billet-list>.billet-header>.billet-title{
    font: 600 1.8rem "Open Sans", sans-serif;
    color: #21293c;
    font-size: 2rem;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.billet-list>.billet-header>.billet-title>.price-box{
    display: inline-block;
    margin: 0;
}
.modal-body{
    overflow-y: unset;
}
.add-cart-box .cropper-container img{
    margin: unset;
}