html,body{
	height : 100%;
}

#home-header .ui-autocomplete-loading {
	background-image : url("../img/ui-anim_basic_16x16.gif") !important;
	background: white url("../img/ui-anim_basic_16x16.gif") right center no-repeat !important;
}

label.error{
	display:none !important;
}
form .error{
	border-color: #90071d !important
}

.alert-danger {
    color: #90071d;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 0;
	margin-bottom:20px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 0.880em;
    line-height: 22px;
	float : none !important;
}
#login-lightbox .alert,
#form-sendorder .alert{
	margin-top:20px;
}
.link-forgot-pw{
	text-align: center;
	max-width: 300px;
	width: 100%;
}

#footer .content.content-3 a.active,
.load-cgu {
    color: #C00A27;
}
.load-cgu:hover{
	text-decoration : underline !important;
}

.container-cgu-lightbox .slide.login{
    padding: 45px !important;	
}

.container-cgu-lightbox .slide.login p{
	line-height: 25px !important;
	font-size: 14px !important;
}

.btn2 {
    color: #FFF;
    background: #C00A27;
    padding: 10px 20px;
    font-size: 14px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    transition: background .4s;
    float: right;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
	border: 0;
}

.tickets-list .btn2{
    margin-bottom: 15px;
    cursor: pointer;
}

#container-restaurants h1{
    font-weight: 700;
    font-size: 1.4em;
    color: #2D3544;
    margin-bottom: 30px;
    font-family: "Ubuntu", sans-serif;
    border-left: 5px solid #1f2123;
    padding-left: 10px;
}
#container-contact h1,#container-page h1 {
    font-weight: 700;
    font-size: 1.4em;
    color: #C00A27;
    margin-bottom: 30px;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    margin-top: -30px;
}
#container-page h1{
    padding-top: 20px;
}

.desc-page{
	font-size: 14px;
	line-height: 26px;
    text-align: justify;
    color: rgba(38, 41, 43, 0.8);
    padding: 0 30px 40px 30px;
    font-size: inherit;
    font-family: "Ubuntu", sans-serif;
}
.desc-page p{
	line-height: 26px !important;
	font-size: 14px;
}

.details-page .menus .section .items .item .supplement h3.title {
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	color: #2D3544;
	margin-bottom: 12px;
	margin-top: 20px;
}
.captcha {
    margin-top: 25px;
}
#cart-block .alert-danger{
	 margin-bottom: 30px;
}
.pac-container{
    z-index: 99999999999999999999 !important;
}

/* Style Blog */
.blog-content .blog-article-ingredients .title.big {
    font-size: 1.2rem;
    color: #FFAE00;
}
.blog-content .blog-article-ingredients ul li::before {
    content: '-';
    font-weight: 700;
    position: absolute;
    top: 0;
    left: -20px;
    color: #FFAE00;
}
.blog-content .blog-article-content .blog-article-body h4 {
    font-size: 1em !important;
}
.blog-content .blog-article-ingredients{
	margin-top: 0;
}
.blog-page .menus-col {
    width: 80% !important;
}
.blog-page .container-blog{
	margin-top: 40px;	
}
.blog-page .menus {
    border-left: 0 !important;
}
.left-social{
	margin-left: 60px;
}
#header .info.address .text{
    min-width: 290px;	
}
.command-details-page #chat-block .chat-message.left .avatar {
    left: 0;
    right: auto;
}
.command-details-page #chat-block .chat-message.left {
    padding-right: 0;
    padding-left: 70px;
}

.tickets-list #login-lightbox {
    max-width: 400px;
}

.tickets-list #login-lightbox .inputs-area .slides-container .slides .slide {
     padding: 40px 48px 28px;
}

.tickets-list textarea{
	min-height: 150px;
}
.tickets-list input{
	margin-bottom: 15px;
}
.tickets-list .input,
.tickets-list .motif_order{
	border-radius: 0 !important;

}

.tickets-list .buttons{
	margin-top: 0 !important;

}
.select2-container{
	z-index: 2147483647;	
}

.tickets-list .block-ticket .inputs-area .slides-container .slides .slide{
	padding: 40px 48px 28px 15px !important;
}
.tickets-list .form{
	max-width : 100% !important;
}

.command-details-page #chat-block .chat-area {
    max-height: initial !important;
}

.search-box .error-login{
    max-width: 580px;
    margin: 0 auto;
    margin-top: 20px;
}

#login-form .forgot-pw{
	margin-left: 30px;
    color: #FFFF;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    margin-top: 9px;
    font-weight: bold;
    width: 100%;
    display: block;
}
iframe{
	border: 1px solid #ccc;
}

.ico_loader {
    position: fixed;
    top: -9%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 2147483647;
    background: url(../img/ajax-loader.gif) center center no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	z-index: 2147483647 !important;
}

.cb{
	clear : both;
}

#nav .menu li a.downloadapp{
	color: #c00a27 !important;
	font-weight: bold;
}

#order-search{
	float:left;
	width:100%;
}
#order-search li{
    background-color: #dddddd;
    text-align: center;
    box-sizing: initial;
    float: left;
    margin-right: 1px;	
}
#order-search li:last-child{
	 margin-right: 0;	
}

#order-search li.active{
	background-color: #c00a27;
}

#order-search li.active a{
	color: #ffffff;
}

#order-search li a{
	font-weight: 400;
	font-size: 0.9em;
	font-family: "Ubuntu", sans-serif;
	color: #c00a27;
	padding: 0 2.6em;
	display: block;
}
#order-search li a .title-search{
	line-height: 40px;	
}

#order-search li .number {
    border-radius: 50%;
    color: #fff;
    border: 2px solid #777777;
    text-align: center;
    font-size: 15px;
    background: #fff;
    background-color: #777777;
    font-weight: bold;
    min-width: 19px;
    height: 17px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 2px;
    margin: 0;
}

table#table-order-search thead tr{
    background: transparent;
    border-bottom: 1px solid #828282;
}

table#table-order-search thead tr th {
    color: #2D3544;
	font-weight: bold;
}

table.style2 tbody tr.trparent:not(.no-hover):hover, 
table.style2 tbody tr.trparent:not(.no-hover):hover + .trchild {
	background: #f2f2f2;
}
table.style2 tbody tr.trchild:not(.no-hover):hover {
	background: none;
}
table.style2 tbody tr.trparent {
	border-bottom: none;
}
table.style2 tbody tr.trchild td {
	padding-top: 0;
}
.d-none {
	display: none;
}

@media screen and (max-width: 1200px) {
	#order-search li a{
		padding: 0 15px;
	}
}

@media screen and (max-width: 992px) {
	#order-search li a{
		padding: 0;
	}
	#order-search li{
	    width: 49%;
		margin-bottom: 1px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 767px) {
	#order-search li{
	    width: 100%;
		margin-bottom: 1px;
	}
	#order-search li a .title-search {
		min-width: 200px;
		display: inline-block;
	}
}