.carousel .carousel-control.right,
.carousel .carousel-control.left {
	background: none;
}

/* #tribune.carousel .item img { */
/* 	margin: 0 auto; */
/* 	object-fit: cover; */
/* } */

#tribune.carousel .item .section-sub-title {
	border-bottom: 1px solid #0d65ae;
	position: absolute;
	color: #0d65ae;
	left: 0;
	top: 40%;
	font-size: 35px;
	font-weight: 600;
	padding-left: 15%;
	padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
	#tribune.carousel .item .section-sub-title {
		font-size: 14px;
		top: 20%;
	}
}


/*********** breadcrumbs */

.ribbon-wrap {
	position: relative;
	margin: 1.2em 0 15px 0;
	padding-left: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.ribbon {
	display: inline-block;
	font-size: 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0 0 0 2px;
	line-height: 24px;
	flex: auto;
	background: #bebcbd;
}

.ribbon a {
	padding: 15px 15px;
	display: block;
	color: #000;
}

.ribbon::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 30%;
	z-index: 1;
}

.ribbon::after {
	right: -12px;
	border-left-width: 10px;
	border-right-color: transparent;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
}

.ribbon:nth-child(1) a {
	padding: 11px 5px;
}

.ribbon:nth-child(1)::before {
	border: none;
}

.ribbon:hover,
.ribbon.active {
	background: #0d64ad;
}

.ribbon:hover a,
.ribbon.active a {
	color: white;
	text-decoration: none;
}

.ribbon:hover:nth-child(1)::before,
.ribbon:hover:last-child::before {
	border: none;
}

@media screen and (max-width: 767px) {
	.ribbon {
		font-size: 16px;
	}
	.ribbon-wrap {
		margin-right: 0
	}
	.ribbon a {
		padding: 10px 15px;
	}
	.ribbon:nth-child(1) {
		width: 35px;
		padding: 0;
	}
	.ribbon:nth-child(1) a {
		padding: 10px 5px;
	}
	.ribbon:nth-child(1) img {
		width: 30px
	}
}


/*********** switch */

.onoffswitch {
	position: relative;
	width: 65px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0px solid #999999;
	border-radius: 20px;
	height: 25px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: 300;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "OUI";
	padding-left: 7px;
	background-color: #41a541;
	color: #FFFFFF;
	margin-top: -3px;
}

.onoffswitch-inner:after {
	content: "NON";
	padding-right: 7px;
	background-color: #e2e2e2;
	color: #333;
	text-align: right;
	margin-top: -3px;
}

.onoffswitch-switch {
	display: block;
	width: 20px;
	margin: 2px;
	background: #f03f35;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	border: 0px solid #f03f35;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

.box-body .box-title {
	padding-top: 20px;
}

.form-control {
	border-radius: 0
}

.form-block {
	margin-top: 30px;
	padding-left: 32px
}

@media (max-width:767px) {
	.form-block {
		margin-top: 30px;
		padding-left: 0
	}
	.btn-ok-user {
		margin-bottom: 10px;
		text-align: right
	}
}

.form-user-inline .form-group {
	margin-right: 0
}

legend {
	display: block;
	width: 100%;
	color: #005daa;
	font-weight: 600;
	font-size: 24px;
	padding: 0;
	margin-bottom: 10px;
	line-height: inherit;
	border: 0;
	border-bottom-width: 0;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 0
}

.shop-cart-menu>ul {
	padding: 15px 30px;
	color: #fff
}

.shop-cart-menu>ul:first-child {
	padding: 15px 30px;
	color: #fff;
	margin-bottom: 5px
}

.shop-cart-menu>ul li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible
}

.shop-cart-menu>ul li {
	list-style: none;
	padding: 0;
	line-height: 1.5
}

.shop-cart-menu .header {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px
}

.shop-cart-menu_description {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px
}

.single-shop-cart-wrapper {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px
}

.shop-cart-img {
	width: 60px;
	float: left
}

.shop-cart-info {
	overflow: hidden;
	position: relative;
	padding: 10px 0
}

.shop-cart-info h5 {
	color: #fff;
	font-size: 12px;
	float: left;
	font-weight: 600;
	margin: 0 0 5px;
	max-width: 70%
}

.shop-cart-info h5 a {
	color: #fff;
	text-decoration: none
}

.shop-cart-info h5 .livraison,
.shop-cart-info h5 .depot {
	display: inline-block;
	width: 100%
}

.shop-cart-info h5 a:hover {
	color: #12A4DD
}

.shop-cart-info .price {
	float: right;
	font-size: 18px
}

.shop-cart-total {
	padding: 15px 0 10px;
	border-top: 1px solid #fff
}

.shop-cart-total p {
	color: #fff;
	font-weight: 700;
	margin-bottom: 0
}

.shop-cart-total p span {
	font-weight: 900;
	font-size: 18px
}

.shop-cart-validate {
	position: relative;
	padding: 30px!important
}

.shop-cart-validate:before {
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 0;
	content: "";
	position: absolute;
	left: 48%;
	width: 0;
	height: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 4px
}

.tableau-resultsearch .titre--tableau {
	text-align: left;
	font-size: 25px;
	padding-bottom: 20px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px
}

.tableau-resultsearch .text--result {
	color: #f03f35;
	font-weight: 900
}

.tableau-resultsearch__pager .pagination>li>a,
.tableau-resultsearch__pager .pagination>li>a:focus,
.tableau-resultsearch__pager .pagination>li>a:hover,
.tableau-resultsearch__pager .pagination>li>span:focus,
.tableau-resultsearch__pager .pagination>li>span:hover {
	z-index: 2;
	color: #a3a3a3;
	background-color: inherit;
	border-color: inherit
}

.tableau-resultsearch__pager .pagination .prev_link,
.tableau-resultsearch__pager .pagination .next_link {
	z-index: 3;
	color: #fff;
	background-color: #f03f35;
	border-color: #f03f35
}

.tableau-resultsearch__pager .pagination>.active>a,
.tableau-resultsearch__pager .pagination>.active>a:focus,
.tableau-resultsearch__pager .pagination>.active>a:hover,
.tableau-resultsearch__pager .pagination>.active>span,
.tableau-resultsearch__pager .pagination>.active>span:focus,
.tableau-resultsearch__pager .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #f03f35;
	border-color: #f03f35
}

.tableau-resultsearch__pager .pager li>a,
.tableau-resultsearch__pager .pager li>span {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 23px;
	margin-right: 5px;
	width: 46px;
	overflow: hidden
}

.tableau-resultsearch__pager li:not(.active) .page_link {
	border: none;
	position: relative
}

.tableau-resultsearch__pager li:not(.active) .page_link:before {
	content: "\f111";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	margin-right: 20px;
	text-rendering: auto
}

.tableau-resultsearch__download {
	text-align: center;
	width: 70px
}

.tableau-resultsearch__downloadbtn {
	background-image: url(../images/order.png);
	background-repeat: no-repeat;
	height: 30px
}

.tableau-resultsearch__global .table>tbody>tr>td,
.tableau-resultsearch__global .table>tbody>tr>th,
.tableau-resultsearch__global .table>tfoot>tr>td,
.tableau-resultsearch__global .table>tfoot>tr>th,
.tableau-resultsearch__global .table>thead>tr>td,
.tableau-resultsearch__global .table>thead>tr>th {
	padding: 8px;
	line-height: 34px;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.sidbar {
	margin-top: 70px;
	margin-bottom: 30px
}

.shop-sidbar h3 {
	margin-top: 0;
	text-transform: uppercase
}

.shop-sidbar h3 span {
	margin-top: 0;
	color: #e94b4b;
	font-weight: 900
}

.toolbar {
	display: inline-block;
	float: left;
	width: 100%
}

.toolbar .btn {
	text-align: left;
	min-width: 155px;
	color: #fff;
	font-weight: 500
}

.toolbar .btn i {
	margin-right: 5px;
	text-align: left
}

.toolbar .btn i:before {
	margin-right: 5px;
	text-align: left;
	font-size: 2rem
}

@media (max-width:1200px) {
	.toolbar .btn {
		min-width: auto;
	}
}

#accordion h3 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	font-weight: 300
}

#accordion .panel {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: none;
	margin-bottom: 15px;
	box-shadow: none
}

#accordion .panel:last-child {
	border-bottom: none
}

#accordion.panel-group>.panel:first-child .panel-heading {
	border-radius: 4px 4px 0 0
}

#accordion.panel-group .panel {
	border-radius: 0
}

#accordion.panel-group .panel+.panel {
	margin-top: 0
}

#accordion .panel-heading {
	background-color: #f6f6f6;
	border-radius: 0;
	border: none;
	color: #005daa;
	padding: 0
}

#accordion .panel-title a {
	display: block;
	color: #005daa;
	padding: 5px;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600
}

#accordion .panel-body {
	background: #fff
}

#accordion .panel:last-child .panel-body {
	border-radius: 0 0 4px 4px
}

#accordion .panel:last-child .panel-heading {
	border-radius: 0 0 4px 4px;
	transition: border-radius .3s linear .2s
}

#accordion .panel:last-child .panel-heading.active {
	border-radius: 0;
	transition: border-radius linear 0
}

#accordion .panel-heading a:after {
	font-size: 24px;
	position: absolute;
	content: "\f0dd";
	left: auto;
	top: 0;
	right: 7px;
	transition: all .5s;
	z-index: 2;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	color: #fff
}

#accordion .panel-heading a:before {
	content: ' ';
	width: 30px;
	height: 33px;
	background-color: #005daa;
	text-align: center;
	z-index: 1;
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	padding: 5.5px;
	display: inline-block;
	transition: all .5s
}

#accordion .panel-heading.active a:after {
	content: ' ';
	transition: all .5s;
	transform: scale(0)
}

.collapsed .panel-heading a:after {
	content: ' ';
	font-size: 24px;
	position: absolute;
	font-family: 'Material Icons';
	right: 5px;
	top: 10px
}

.collapsed .panel-heading.active a:after {
	content: '\e909';
	transform: scale(1);
	transition: all .5s
}

#accordion .panel-heading [aria-expanded="true"]:after {
	position: absolute;
	content: "\f0dd";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(180deg);
	transition: all .5s;
	top: 10px
}

#accordion .panel-heading.active a:after {
	transform: rotate(0deg);
	transition: all .5s
}

.quantity.form-group {
	margin-bottom: 0
}

.quantity .btn {
	padding: 2px 8px;
	background-color: #e94b4b;
	color: #fff;
	border-radius: 0;
	border-color: #e94b4b
}

.quantity .form-control {
	padding: 2px;
	min-width: 20px;
	height: auto;
	color: #000
}