/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


body#checkout section.checkout-step.-reachable.-complete h1 .done,
body#checkout section.checkout-step.-reachable.-complete .step-title::before {
  background: var(--theme-color-secondary) !important;
}

.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link {
  padding: 15px;
}

.product-description, .product-description p, .description-short, .description-short p {
  font-family: "Conv_GoogleSans-Regular", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  color: var(--theme-color-default) !important;
  line-height: 1.55 !important;
}

#bonyvideo .videoyt {
	height: 430px;
	overflow: hidden;
}

#bonyvideo .box-video {
	padding: 0;
}

.modal-dialog .product-tax {
	display: none;
}

.imagecentre {
	text-align: center;
}

.textepetit {
	font-size: 12px;
}

.titre2accueil h2 {
	text-align: center;
	padding: 0;
	margin: 0 0 10px;
	font-size: 50px;
	line-height: 62px;
	color: var(--theme-color-default);
}

.titre2accueil h2:before {
	content: "";
	display: inline-block;
	background-image: url('../img/logo_h2_accueil.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 0.75em; 
	height: 0.75em;
	margin-right: 5px;
}

.boiteaccueil  {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.button-banner {
	margin-bottom: 20px;
}


.boitemarques::before {
	content: "";
	background-color: #fff; 
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 100vw;
	left: 50%;
	margin-left: -50vw; 
}