.menuWrapper {
	position: relative;
}

@media only screen and (min-width: 2000px) {
	.banniereAcc {
		min-height: 850px;
	}
}

@media only screen and (max-width: 1000px) {
	body {
		background: none;
	}
	.menuContainer.active {
		padding: 30px;
		width: calc(100% - 60px);
	}
	.vc-mm-menu-h
		ul.vc-mm-menu.vc-nav-on-desktop
		li.vc-menu-item.vc-d-0
		> div.sub-menu {
		background-color: white;
	}

	.vc-mm-menu-h
		ul.vc-mm-menu.vc-nav-on-desktop
		li.vc-menu-item
		> a.nav-link
		.vc-mobile-tap {
		padding-right: 20px !important;
		display: flex !important;
		align-items: center !important;
	}

	.colBlogLoop {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0px;
	}

	.banPage {
		padding: 160px;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		float: none !important;
		width: 100% !important;
	}

	.bantitre {
		font-size: 15px;
		text-shadow: none;
		line-height: 50px;
		background-color: #85b4c6 !important;
		margin-top: -35px;
		margin-bottom: 0px !important;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.bantitre:before {
		font-family: "Font Awesome 5 Free";
		content: "\f245";
		display: inline-block;
		padding-right: 10px;
		vertical-align: middle;
		font-weight: 900;
	}

	.bantitre h2 {
		margin-top: 0px;
	}

	.bantitre a,
	.bantitre p {
		color: white !important;
		font-family: "Open Sans Condensed", sans-serif;
	}

	footer .wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.menuTriggerContainer {
		right: 10px;
		top: 10px;
	}

	.banniereAcc {
		display: none;
	}
	.blocFonts {
		text-align: center;
	}
	.woocommerce .products ul,
	.woocommerce ul.products {
		display: flex;
		flex-direction: column;
	}
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
	}
	.coord p {
		font-size: 13px;
	}
	footer .wrapper {
		padding: 0;
	}
	.vc-mm-menu-h
		ul.vc-mm-menu.vc-nav-on-desktop
		li.vc-menu-item
		> a.nav-link
		.vc-mobile-tap:before {
		font-family: "Font Awesome 5 Free" !important;
		content: "\f105" !important;
		font-weight: 900;
	}
	.vc-mm-menu-h
		ul.vc-mm-menu.vc-nav-on-desktop
		.vc-mm-child-title
		.vc-back:before {
		font-family: "Font Awesome 5 Free" !important;

		content: "\f104";
		padding-right: 15px;
		font-weight: 900;
	}
	.vc-mm-menu-h ul.vc-mm-menu li.vc-menu-item.vc-mm-mobile-toggle {
		width: 100%;
		display: flex !important;
		flex-direction: row;
		justify-content: center;
		border: 0;
	}
	.vc-mm-menu-h
		ul.vc-mm-menu.vc-nav-on-desktop
		li.vc-menu-item
		> a.nav-link
		.vc-mobile-tap {
		position: absolute;
		height: 100%;
		display: block;
		right: 0px;
		top: 0px;
		width: 100%;
		display: flex !important;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
	.vc-mm-mega-cont {
		background: var(--base-color2);
	}
	.vc-mm-menu li {
		height: fit-content;
	}
}

@media (min-width: 1200px) {
	.wrapper {
		max-width: 1170px;
	}
}
