 
	body {
		background-color: #b7b7b7;
	}
.color1 {
	color: #0173ba !important;
}
.bgcolor1 {
	background-color: #0173ba !important;
	color: #ffffff;
}
.bordercolor1 {
	border-color: #0173ba !important;
	border: 5px;
}
.color2 {
	color: #efefef !important;
}
.bgcolor2 {
	background-color: #efefef !important;
	color: #000000;
}
.bordercolor2 {
	border-color: #efefef !important;
	border: 5px;
}
.bgcolor3 {
	background-color: #b7b7b7 !important;
}
.colortext {
	color: #ffffff !important;
}

.colortext2 {
	color: #000000 !important;
}

.open a {
	background: #0173ba !important;
	border-left: 2px solid #efefef !important;
}
.navbar {
	border-bottom: 5px solid #efefef;
}

.navbar-inverse {
   	background: #0173ba !important;
}
.navbar-left li a {
	border-left: 2px solid #efefef;
}
.navbar-left li a:hover {
	background-color: #efefef !important;
	color: #000000 !important;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.navbar-left li a.active {
	background-color: #efefef !important;
	color: #000000 !important;
}
.navbar-nav > #panier > a:hover {
	color: #ffffff !important;
	border: none;
	background-color: #0173ba;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
footer {
	border-top: 5px solid #efefef;
}




.profil a:hover {
	color: #efefef;
	text-decoration: none;
}

.slider-handle {
	background-image: linear-gradient(to bottom, #efefef 0%, #efefef 100%) !important;
}
.slider-selection {
	background: #efefef !important;
}
.btn-primary {
	background-color: #efefef;
	color: #000000;
	border: #0173ba solid 1px;
}
.btn-default {
	background-color: #0173ba;
	color: #ffffff;
}
.btn-fond {
	background-color: #b7b7b7;
	color: #0173ba;
}
.form-control:focus, textarea:focus {
	border-color: #efefef;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #efefef;
	outline: 0 none !important;
	border-style: solid;
	border-width: 1px;
}
.form-control:hover, textarea:hover {
	border-color: #efefef;
	outline: 0 none !important;
	border-style: solid;
	border-width: 1px;
}


#horaire_home {
	border-bottom: 2px solid #efefef;
	border-left: 2px solid #efefef;
}
.tabs ul li a {
	background: #0173ba;
	color: #ffffff;
	border-right: 1px solid #efefef;
}
.tabs ul li a:hover {
	background-color: #efefef !important;
	color: #000000 !important;
}
.tabs ul li.active a {
	background-color: #efefef !important;
	font-weight: bold;
	border-right: 1px solid #efefef;
	color: #000000 !important;
}


.ribbon {
	box-shadow: 1px 1px 8px #555;
	color: #000000;
	font-size: 26px !important;
	max-width: 1175px;
	border-radius: 5px 5px 0 0;
	position: relative;
	background: #efefef;
	text-align: center;
	text-transform: uppercase;
	padding: 20px;
	margin: 20px 0;
}
.ribbon-content {
	text-shadow: 2px 2px 4px #000000;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #0173ba transparent transparent transparent;
	bottom: -1em;
	z-index: -1;
}
.ribbon .ribbon-content:before {
	left: 0;
	border-width: 1em 0 0 1em;
}
@media (min-width: 1200px) {
	.ribbon .ribbon-content:after {
		right: 0;
		border-width: 1em 1em 0 0;
	}
	.ribbon {
		max-width: 1225px;
		margin-left: -27px;
		margin-right: -27px;
	}
}



.ribbon-left {
	box-shadow: 1px 1px 8px #555;
	color: #FFF !important;
	font-size: 20px !important;
	border-radius: 5px 0 50px 0;
	position: relative;
	text-transform: uppercase;
	padding: 15px;
	padding-left: 35px;
	margin-left: -30px;
	margin-bottom: 25px;
	width: 250px;
}
.ribbon-left .ribbon-content-left:before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: black transparent transparent transparent;
	bottom: -1em;
	z-index: -1;
	left: 0;
	border-width: 1em 0 0 1em;
}
.ribbon-content-left {
	text-shadow: 2px 2px 4px #000000;
}



.ribbon-right {
	box-shadow: 1px 1px 8px #555;
	color: #FFF !important;
	font-size: 20px !important;
	border-radius: 0 5px 0 50px;
	position: relative;
	text-transform: uppercase;
	padding: 15px;
	padding-right: 35px;
	margin-right: -30px;
	margin-bottom: 25px;
	width: 250px;
	text-align: right;
	float:right;
}
.ribbon-right .ribbon-content-right:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: black transparent transparent transparent;
	bottom: -1em;
	z-index: -1;
	right: 0;
	border-width: 1em 1em 0 0;
}
.ribbon-content-right {
	text-shadow: 2px 2px 4px #000000;
}

	.tabs ul li {
		margin-right: 1px;
	}
	.tabs ul li a {
		border: none !important;
	}
	.tabs ul li.active a {
		border: none !important;
	}

#selection_magasin .titre_pop_up {
	background-color: #efefef;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;	
}

#tableau_select_magasin td {
		text-align:left;
	
}

#magasin-header a
{
	color: #ffffff;
	text-decoration:none;
}

#magasin-header-mobile a
{
	color: #ffffff;
	text-decoration:none;
}

.navbar-inverse .navbar-toggle,
{
    border-color: #ffffff;
}

.navbar-inverse .navbar-toggle .icon-bar
{
    background-color: #ffffff;
}

#cookieChoiceInfo
{
	position: fixed;
	width: 100%;
	background-color: #efefef;
	color: #000000;
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 20px;
	z-index: 1000;
	text-align: center;
	box-shadow: 1px 1px 8px #00000085;
	font-size: 15px;
    font-weight: bolder;
}