.dataTable-top,
.dataTable-bottom {
	padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dataTable-top > nav:first-child,
.dataTable-top > div:first-child,
.dataTable-bottom > nav:first-child,
.dataTable-bottom > div:first-child {
	flex: 1;
}

.dataTable-selector {
	padding: 6px;
    background-image: none;
    padding-right: 0;
}

.dataTable-input {
	padding: 6px 12px;
}

.dataTable-info {
	margin: 7px 0;
}

/* PAGER */
.dataTable-pagination ul {
	margin: 0;
	padding-left: 0;
}

.dataTable-pagination li {
	list-style: none;
	float: left;
}

.dataTable-pagination a {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
    padding: 0px 5px;
	position: relative;
	text-decoration: none;
	color: #333;
}

.dataTable-pagination a {
	background-color: #E62E2E;
	color: #FFF;
}

.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
	cursor: default;
	background-color: #A8D2E6;
}

.dataTable-pagination .ellipsis a,
.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
	cursor: not-allowed;
}

.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
	cursor: not-allowed;
	opacity: 0.4;
}

.dataTable-pagination .pager a {
	border-radius: 5px;
	font-weight: bold;
}

/* TABLE */
.dataTable-table {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.dataTable-table > tbody > tr > td,
.dataTable-table > tbody > tr > th,
.dataTable-table > tfoot > tr > td,
.dataTable-table > tfoot > tr > th,
.dataTable-table > thead > tr > td,
.dataTable-table > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
}

.dataTable-table > thead > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}

.dataTable-table > tfoot > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #d9d9d9;
}

.dataTable-table th {
	vertical-align: bottom;
	text-align: left;
}

.dataTable-table th a {
	text-decoration: none;
	color: inherit;
}

.dataTable-sorter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.dataTable-sorter::before,
.dataTable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}

.dataTable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0px;
}

.dataTable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0px;
}

.asc .dataTable-sorter::after,
.desc .dataTable-sorter::before {
	opacity: 0.6;
}

.dataTables-empty {
	text-align: center;
}

.dataTable-top::after, .dataTable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}


.table-products {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 12px;
    border-width: 1px!important;
    overflow: hidden;
	border-radius: 5px;
}

.table-products thead {
	display: none;
}

.table-products tbody tr td {
	border: none;
	vertical-align: middle;
}

.table-products tr {
    padding: 2px 5px 0;
    border-top: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 33px;
}

.table-products tr:nth-child(odd) {
    background: #F8F8F8;
}

.table-products tr:nth-child(even) {
	background: #F8F8F8;
}

.table-products .name {
	max-width: 300px;
	color: #E62E2E;
    min-width: 200px;
    line-height: 15px;
}

.table-products .schefull {
    min-width: 110px;
}

.table-products .schefull span {
    line-height: 13px;
    display: block;
}
  
.table-products .date {
	background: #FFF;
    color: #222;
    border: 1px solid #C0C0C0;
    border-top: 4px solid #E76161;
    height: 50px;
    margin: 2px;
    width: 50px;
    display: inline-flex;
    padding: 0px 2px;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
}

.table-products .date span {
    display: block;
    text-align: center;
    line-height: initial;
    text-transform: uppercase;
}

.table-products .date-month {
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 10px;
}

.table-products .date-number {
    font-size: 18px;
    letter-spacing: 1px;
    height: 18px;
    font-weight: 700;
}

.table-products .date-day {
    height: 8px;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 10px;
}

.table-products .notfull {
    font-weight: 700;
    color: #A8D2E6;
}

.table-products .price {
    color: #E62E2E;
    font-weight: 700;
	font-size: 1.333em;
    min-width: 65px;
}

.table-products a.exclusive {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
}

.table-products .places {
    min-width: 140px;
}

.table-products .price_text {
	padding: 0;
	height: 100%;
    min-width: 100px;
}

.table-products .shop_now {
	vertical-align: middle;
    background-color: #E62E2E;
	text-align: center;
    min-width: 150px;
}

.filters-products {
	display: flex;
	flex-wrap: wrap;
}

.filters-products .filter {
	flex: 1 1 33.333%;
	max-width: 33.333%;
	padding-bottom: 10px;
	position: relative;
	padding: 0 5px;
}

.filters-products .filter p {
	display: flex;
	background-color: #E62E2E;
    border: 1px solid #E62E2E;
    color: #FFF;
    cursor: pointer;
    font-size: 1rem;
    line-height: 20px;
    margin: 0;
    padding: 10px 20px 9px;
    text-align: center;
    transition: all .2s ease;
	justify-content: center;
    border-radius: 5px;
}

.filters-products .filter p span:first-child {
	flex: 1;
	text-align: center;
}

.filters-products .filter ul {
	display: none;
	position: absolute;
	left: 5px;
	list-style: none;
	padding: 0;
	background-color: #fff;
    margin: 0;
    padding-top: 5px;
    z-index: 10;
    width: calc(100% - 10px);
    border-radius: 5px;
}

.filters-products .filter ul li {
	cursor: pointer;
	position: relative;
	transition: background-color .4s, color .4s;
    padding: 5px 0;
    padding-left: 15px;
}

.filters-products .filter ul li:hover {
	background-color: #E62E2E;
    color: #FFF;
}

.filters-products .filter ul li.selected::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;
	width: 5px;
	height: 5px;
	background-color: #E62E2E;
	border-radius: 50%;
}

.filters-products .filter.open ul {
	display: block;
}

.rev-product-overflow {
	overflow: inherit!important;
}

.table-responsive .dataTable-container {
    overflow: auto;
    max-width: 100%;
}

.return-to-shop .wc-backward {
	display: none!important;
}

@media only screen and (min-width: 768px) {
	.filters-products .filter:hover ul {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.filters-products .filter {
		flex: 1 1 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.m-none {
		display: none;
	}

	.dataTable-bottom {
		flex-direction: column;	
	}

	.table-products tr {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		border: 1px solid #ddd;
		margin-bottom: 15px;
	}

	.table-products .date-td {
		flex: 1 1 30%;
		max-width: 30%;
	}

	.table-products .name {
		flex: 1 1 70%;
		max-width: 70%;
		min-width: initial;
		display: flex;
		align-items: center;
		padding-left: 0;
	}

	.table-products .city,
	.table-products .schefull,
	.table-products .places {
		padding: 0;
		height: 25px;
		flex 1 1 100%;
		width: 100%;
		padding: 0 15px;
	}

	.table-products .price_text {
		padding: 0 15px;
		flex: 1 1 45%;
		width: 45%;
		height: 49px;
		min-width: initial;
		margin-top: 5px;
		display: flex;
		align-items: center;
	}

	.table-products .shop_now {
		flex: 1 1 55%;
		width: 55%;
		margin-top: 5px;
		min-width: initial;
	}
}

.woocommerce div.product .product_meta {
	display: none;
}

.woocommerce div.product .related.products {
	display: none;
}

.wpcf7 .wpcf7-submit {
    background-color: #e34b11!important;
    border-color: #e34b11!important;
    padding: 10px 12px!important;
}

/**
 * Changements des couleurs
 * du module de cookie
 */
/* Allow */
body #tarteaucitron .tarteaucitronAllow {
    background: rgba(236,83,77, 1)!important;
    cursor: pointer;
}

body .tarteaucitronHidden .tarteaucitronIsAllowed .tarteaucitronAllow {
    background: rgba(236,83,77, 1)!important;
    cursor: pointer;
}

body .tarteaucitronHidden .tarteaucitronIsDenied .tarteaucitronAllow {
    background: rgba(236,83,77, .4)!important;
    cursor: pointer;
}

/* Denied */
body #tarteaucitron .tarteaucitronDeny {
    background: rgba(51,51,51,1)!important;
    cursor: pointer;
}

body .tarteaucitronHidden .tarteaucitronIsDenied .tarteaucitronDeny {
    background: rgba(51,51,51,1)!important;
    cursor: pointer;
}

body .tarteaucitronHidden .tarteaucitronIsAllowed .tarteaucitronDeny {
    background: rgba(51,51,51,.4)!important;
    cursor: pointer;
}

/* normal */
body .tac_activate .tac_float .tarteaucitronAllow,
body .tarteaucitronTitle > button,
body #tarteaucitronAlertBig #tarteaucitronPersonalize,
body #tarteaucitron #tarteaucitronPrivacyUrl {
    background: #E62E2E!important;
    cursor: pointer;
    transition: all .4s;
    color: #FFFFFF!important;
}

body #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    color: #fff!important;
    background: #111!important;
    cursor: pointer;
}

body .tarteaucitronLine .tarteaucitronH3,
body .tarteaucitronOpenPanel {
    color: #E62E2E!important;
}

/* hover */
body .tac_activate .tac_float .tarteaucitronAllow:hover,
body .tarteaucitronTitle > button:hover,
body #tarteaucitron .tarteaucitronAllow:hover,
body #tarteaucitron .tarteaucitronDeny:hover {
    background: #7EBC87!important;
}

body .tarteaucitronOpenPanel:hover {
    color: #7EBC87!important;
}
  
