/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#adtm_menu .adtm_column {
	margin: 1.25vw !important;
	width: 12.5vw;
	float: none;
	display: inline-block;
	vertical-align: top;
}

#adtm_menu .adtm_column img {
	border: solid 1px #00633b;
}

#adtm_menu div.adtm_column_wrap span.column_wrap_title {
	margin-top: 10px;
}

#adtm_menu ul#menu .li-niveau1 #adtm_menu_title {
	text-align: center;
	width: 100%;
	border: none;
	display: block;
}

#adtm_menu ul#menu .li-niveau1 #adtm_menu_title a {
	float: none;
	display: inline-block;
}

#adtm_menu ul#menu .li-niveau1 #adtm_menu_title a .advtm_menu_span {
	font-size: 3vw !important;
}

#adtm_menu ul#menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
	font-weight: bold;
}

#adtm_menu ul#menu .li-niveau1:hover #adtm_menu_title .advtm_menu_span, 
#adtm_menu ul#menu .li-niveau1 #adtm_menu_title a.a-niveau1:hover .advtm_menu_span, 
#adtm_menu ul#menu .li-niveau1 #adtm_menu_title a.a-niveau1 .advtm_menu_span:hover {
	background: #ffffff !important;
	color: #00633b !important;
	border-radius: 0 !important;
}

.search_container a {
	font-weight: bold;
}

.li-niveau1 a.advtm_menu_actif .advtm_menu_span {
	background: #fe9900 !important;
	color: #ffffff !important;
	border-radius: 10px !important;
}

.shopping_cart_data span,
#search_widget,
#search_widget input::placeholder {
	color: #04653e;
}

.shopping_cart_data span sup {
	background-color: #04653e;
	color: #ffffff;
	border-radius: 10px;
	padding: 2px 4px;
}

#_desktop_user_info {
	padding: 57px 0 0;
	margin-right: 20px;
}

.account-button {
	background: none;
	color: #04653e !important;
}

.user-info.dropdown-menu,
#header .user-info a,
#header .user-info a:hover {
	color: #04653e;
}


#block-reassurance ul {
	background: #e8e8e8;
}

#block-reassurance li {
	background: #e8e8e8;
	text-align: center;
}

#block-reassurance li div {
	color: #686868;
	font-size: 0.6vw;
	width: 100%;
}

#block-reassurance li div .h2 {
	color: #04653e;
}

.clearboth {
	clear: both;
}

.logo-coupes-html {
	text-align: center;
}

.coupes-home {
	margin: 60px auto 0;
	width: 72.5%;
	height: auto;
}

#custom-html p {
	color: #666;
}

#custom-html div.h1 {
  color: #02633a;
  font-size: 1.2vw;
  text-align: center;
  margin: 40px 0 10px 0;
  padding: 0;
  background: none;
}

.ai_search {
	margin-bottom: 20px;
}

/* Products list */
#products .product-cart.t,
#products .wishlist-button-add,
.featured-products .product-cart.t,
.featured-products .wishlist-button-add,
.featured-products .product-list-reviews,
.featured-products .product-flags {
	display: none ! important;
}

#products .product-miniature {
	border: solid 2px #00633b !important;
	border-radius: 2px;
}

#products .product-description {
	background-color: #e6f0ec;
	padding-top: 0;
}

#products .product-description a {
	color: #000000 !important;
}

#products .product-contents {
	margin: 0 !important;
	width: 100% !important;
}
#products .product-contents .thumbnail-container {
	margin: 0 auto;
	width: 100%;
}

#products li.product-flag.discount,
#products li.product-flag.on-sale {
	left: 0;
	right: auto;
	top: auto !important;
	bottom: 0;
	color: #fff;
	background-color: #fd0000;
	border: none;
	font-weight: bold;	
}

#products li.product-flag.on-sale {
	top: 0 !important;
	bottom: auto;
}

#products li.product-flag.discount {
	font-size: 18px;
}

#products .product-price-and-shipping .price {
	color: #fd0000;
	font-size: 20px;
}

#products .regular-price, 
.featured-products .regular-price, 
.product-accessories .regular-price, 
.product-miniature .regular-price {
	font-size: 15px;
}

#products .product-description h2,
#products .product-description .category-description {
	padding: 0 2%;
	text-align: left;
	height: 30px;
	font-size: 12px;
	line-height: 15px;
}

#products .product-description .category-description {
	margin-bottom: 10px;
}

#products .thumbnail-container img {
	width: 100%;
}

#products .second-img {
	display: none;
}

.featured-products .product-miniature {
	text-align: center;
	width: 20%;
}

@media (min-width:768px)
{
	/*fixed header*/
	#_desktop_top_menu.fixed {
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    right: 0;
	    z-index: 9999;
	    background: #ffffff;
	    border-bottom: 1px solid #f5f5f5;
	    transition: all 0.45s ease 0s;
	    -webkit-transition: all 0.45s ease 0s;
	    -moz-transition: all 0.45s ease 0s;
	    -o-transition: all 0.45s ease 0s;
	}
}

/* Deactivated because of margin problems
@media (min-width: 1200px) {
  .row {
    margin-right: -45px;
    margin-left: -45px;
  }
}
*/


#category .pagination,
#js-product-list-ajax-results {
	display: none !important;
}

/* Footer */
.footer-container {
	padding: 0;
}

@media (min-width: 1200px) {
  .footer-container .container {
    padding: 0;
  }
}

#lof-custom-displayFooter .title {
	background: url('../img/question_mark.png') no-repeat 2px;
	color: #ffffff;
	display: inline-block;
	text-indent: 30px;
	line-height: 30px;
	position: relative;
}
/*
#lof-custom-displayFooter .title::before {
	content: "\f059";
    font-family: "FontAwesome";
	font-size: 30px;
	left: -30px;
	position: absolute;
}
*/
#lof-custom-displayFooter a {
	color: #ffffff !important;
}

#lof-custom-displayFooter a:hover {
	text-decoration: none;
}

#lof-custom-displayFooter .footer_header {
	background-color: #338262; 
	text-align: center; 
	padding: 5px; 
	font-size: 16px;
}

#lof-custom-displayFooter .footer_content {
	background-color: #01633c; 
	float: left; 
	width: 100%;
}

#lof-custom-displayFooter .footer_footer {
	background-color: #000000;
	color: #ffffff;
	float: left; 
	width: 100%;
	padding-bottom: 5px;
}

#lof-custom-displayFooter .footer_footer UL {
	width: 100%;
	text-align: center;
}

#lof-custom-displayFooter .footer_footer UL LI{
	display: inline-block;
	margin: 0 1%;
}

#lof-custom-displayFooter .footer_column {
	float: left;
}

#lof-custom-displayFooter .footer_column:first-child {
	margin-left: 15%;
}

#lof-custom-displayFooter .footer_column:last-child {
	width: 27%;
}

#lof-custom-displayFooter .footer_separator {
	border: solid 1px #338262;
	margin: 0.5% 1%;
	float: left;
	width: 0;
	height: 80px;
}

#lof-custom-displayFooter .faq {
	position: absolute;
	left: 14%;
	top: 3px;
}

#lof-custom-displayFooter .footer_social {
	padding-top: 30px;
	height: 100%;
	position: relative;
	float: left;
}

#lof-custom-displayFooter .footer_social IMG {
	float: left;
	margin: 3px;
}

#adtm_menu ul#menu li div.adtm_sub {
  padding-left: 30px;
}

@media (max-width: 1199px) {
	#lof-custom-displayFooter .footer_social {
		padding-top: 10px;
		width: 14%;
	}	
}

@media (max-width: 992px) {
	#lof-custom-displayFooter .footer_column:first-child {
		margin-left: 10%;
	}
	
	#lof-custom-displayFooter .faq {
		left: 9%;
	}
}

@media (max-width: 767px) {
	/* Header */
	.blockcart.cart-preview .header {
		position: relative;
	}
	
	.shopping_cart_data {
		display: block;
		position: absolute;
		top: 0;
	}
	
	.shopping-cart-title {
		display: block !important;
		font-size: 0 !important;
	}
	
	.shopping-cart-title sup {
		font-size: 10px;
	}
	
	#search_widget input {
		border: 1px solid #dddddd;
	}
	
	#search_widget button {
		background-color: #04653e;
	}
	
	#block-reassurance li div {
		font-size: 3vw;
	}
	
	#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1 {
		display: block !important;
		width: 100% !important;
	}
	
	#adtm_menu .li-niveau1:hover .advtm_menu_span, 
	#adtm_menu .li-niveau1 a.a-niveau1:hover .advtm_menu_span, 
	#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span:hover {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAABnRSTlMAHiXy6t8iJwLjAAAANUlEQVQY02MgFwgisZmMFZA4Zo5IUiLJSFKMbkZESqUoYKjDNFw5RYAYCSckW0IEULxAPgAAZQ0HP01tIysAAAAASUVORK5CYII=) !important;
		background-color: #ffffff !important;
		background-repeat: no-repeat !important;
		background-position: right 15px center !important;
		color: #04653e !important;
	}
	
	.adtm_sub tr {
		width: 100%;
	}
	
	#adtm_menu .adtm_column {
		margin: 1% 0 !important;
		width: 100%;
	}
	
	#adtm_menu ul#menu .li-niveau1 #adtm_menu_title	{
		display: none;
	}
	
	#adtm_menu .adtm_column .column_wrap_image {
		display: inline-block;
		width: 25%;
	}
	
	#adtm_menu .adtm_column .column_wrap_title {
		width: 70%;
		margin: 0;
		display: inline-block !important;
		height: 6vw;
	}
	
	#adtm_menu .adtm_column .column_wrap_title a {
		font-size: 4vw !important;
	}
	
	#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
		line-height: 230% !important;
	}
	
	.search_title .title,
	#adtm_menu .li-niveau1 a {
		font-size: 2vw;
	}
	
	.search_content .first_letter {
		font-size: 2.5vw;
	}
	
	/* Home */
	#custom-text .coupes-home {
		margin: 60px 0 0;
		width: 100%;
	}
	
	#custom-text .coupes-home img {
		width: 100%;
		height: auto;
	}
	
	/* Left column */
	#left-column #activities_block_left,
	#left-column #categories_block_left,
	#left-column .block-faq-left-column {
		display: none !important;
	}
	
	/* Categories */
	#subcategories {
		border: none;
	}
	
	#products .product-cart {
		background: none;
	}
	
	#products .add-to-cart-block {
		margin-right: -50px;
	}
	
	#products .add-to-cart-block a {
		background-position: center -59px;
		background-color: #a61641;
		border-color: #a61641;
	}

	#products .product-short-description {
		display: none !important;
	}
	
	#products .wishlist-button-add {
		bottom: 10px;
		top: auto;
		opacity: 1;
		left: 30%;
		z-index: 10;
	}
	
	/* Footer */
	#footer .footer_content {
		margin: 5px 0;
	}
	
	#footer ul.footer_column {
		width: 100%;
		margin: 0 !important;
		text-align: center;
	}
	
	#footer ul.footer_column li {
		display: inline-block;
		padding: 0 5px;
		border-right: solid 1px #338262;
	}
	
	#footer .footer_separator {
		display: none;
	}
	
	#lof-custom-displayFooter .footer_social {
		text-align: center;
		width: 100%;
	}
	
	#widget_block {
		width: 40px;
		position: fixed;
	}
}

/* Product main image */
#product .images-container {
	left: 0 !important;
}

#product .images-container.fixed {
	left: 3% !important;
}

.product-flags.js-product-flags.fixed {
	position: fixed;
	top: 100px;
	z-index: 999;
	width: 50%;
}

/* Search result */
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all.searchbar-autocomplete {
	z-index: 1000;
}

/* Menu categories */
.adtm_sub tr {
  width: 100%;
}

#adtm_menu table.columnWrapTable .adtm_column_wrap_td .adtm_column_wrap {
	text-align: center;
}

.column_wrap_title {
  height: 2vw;
}

/* subcategories */
#category .h1.category-title {
	background-color: transparent;
	color: #00633b !important;
	font-size: 1.5vw;
	text-align: center;
}

#category .subcategory-image {
	border: solid 2px #00633b !important;
	border-radius: 2px;
}

#category .subcategory-desc-container {
	margin: 5px 5px 0 5px;
	text-align: left;
}

#subcategories .subcategory-desc {
	border-radius: 2px;
	padding: 5px;
}

#subcategories .subcategory-desc span {
	font-size: 13px;
	text-align: justify;
	line-height: 100%;
	display: block;
}

#subcategories ul li .subcategory-name {
	background-color: #e6f0ec;
	color: #00633b !important;
	display: inline-block;
	font-size: 13px;
    font-weight: bold;
	padding: 10px;
	text-align: left;
	width: 100%;
}

#subcategories h5 {
	margin-bottom: 5px;
}

#subcategories.hasParent ul li .subcategory-name {
	background-color: transparent;
}

#subcategories.hasParent ul li .subcategory-desc-container {
	margin: 0;
}
	
#subcategories.hasParent ul li .subcategory-desc {
	background-color: #e6f0ec;
	color: #00633b !important;	
	margin-top: 5px;
}

/* Reassurance on mobile
@media (max-width:479px) {
	#block-reassurance ul {
		width: 500%;
		overflow: auto;
	}
} */

.block-category.card.card-block {
	background-color: #f5f5f5;
}

.title-breadcrumb {
  background-color: none;
  padding: 15px;
  float: none;
  margin: 0;
  width: 25%;
  vertical-align: middle;
  display: table-cell;
}

.block-category #category-description {
  float: none;
  width: 75%;
  display: table-cell;
}

.block-category #category-description p {
  line-height: 100%;
  display: block;
  margin: 10px 15px 0 0;
  color: #959595;
}

#subcategories {
  border-left: none;
}

.layout-left-column #products .product-miniature/*,
.layout-left-column .featured-products .product-miniature, 
.layout-left-column .product-accessories .product-miniature, 
.layout-left-column .product-miniature .product-miniature*/ {
	width: 18%;
	margin: 1%;
}

h1.h1 {
	color: #f60606;
}

#new_price {
  font-size: 20px;
  font-weight: bold;
}

#old_price {
  font-size: 18px;
  text-decoration: line-through; 
}

#reduction_percent {
	color: #ffffff;
	background-color: #002e72;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 15px;
}

.our_total_price_display  {
	display: none;
}

.coupes-home .desktop {
	display: block;
}
    
.coupes-home .mobile {
	display: none;
}


#adtm_menu:not(.atmRtl) .advtm_open_on_hover ul#menu .li-niveau1:hover div.adtm_sub.forced {
	opacity: 0;
	visibility: hidden;
}

.product-actions {
	padding-top: 10px;
	border-top: 1px solid #d9dada;
	margin-top: 10px;
}

/* Hide unneded fields */
#our_old_price,
#our_reduction_percent {
	display: none;
}


.images-container #view_full_size img, 
.images-container_mobile_picture #view_full_size img {
	border: none;
}
.images-container #view_full_size,
.images-container_mobile_picture #view_full_size {
    border: 5px solid #a7a7a7;
}

/* Pour mobile uniquement */
@media (max-width: 479px) {
  #header .header-nav .top-logo {
    width: calc(100% - 120px) !important;
  }
  
  .header-top {
	display: none;  
  }

  #block-reassurance {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* meilleur scroll iOS */
	width: 100%;
	position: relative;
  }

  #block-reassurance ul {
    display: flex;
    gap: 0; /* espace entre les éléments */
    list-style: none;
    padding: 0;
    margin: 0;
    width: 600%;
  }
  
  #block-reassurance button {
	position: absolute;
	top: calc(50% - 20px);
	border: none;
	color: #fff;
	font-size: 40px;
	background: none;
  }
  
  #block-reassurance button#right {  
	right: 0;
  }

  #block-reassurance ul li {
	width: 16.67%;
    flex: 0 0 auto;
    background: #ddd;
    padding: 0;
   
    scroll-snap-align: start;
    box-sizing: border-box;
  }
  
  #header .header-nav #menu-icon {
	margin: 35px 0 0 0;
	background: url("../img/mobile_menu.png") no-repeat center 10px !important;
	width: 30px;
    height: 35px;
	position: relative;
  }
  
  #header .header-nav #menu-icon i {
	 display: none;
  }
  
  #header .mobile-phone {
    background: #01633c;
	color: #ffffff;
    width: 100%;
    height: 35px;
	text-align: center;
    position: relative;
	font-size: 20px;
    font-weight: bold;
  }
  
  #header .mobile-phone a {
	color: #ffffff !important;
  }
  
  #_mobile_search {
	margin: 35px 0 0 0;
    background: url("../img/mobile_search.png") no-repeat center 10px !important;
    width: 25px;
    height: 35px;
    position: relative;
  }
  
  #search_widget {
	  display: none;
  }
  
  #search_widget.active {
	  display: block;
  }
  
  .layout-left-column #products .product-miniature {
	width: 100%;
  }
	
  .block-category.card.card-block {
	max-height: 100px;
	overflow: auto;
  }
  
  .coupes-home .desktop {
	display: none;
  }
    
  .coupes-home .mobile {
	display: block;
  }
  
  #custom-text {
	padding: 0 3.125rem;
  }
  
  #custom-html {
    padding: 0 3.125rem;
  }
   
  #custom-html > .container {
	background: #e5f0ec;
    color: #00653D;
	max-height: 300px;
	overflow: auto;
  }
  
  #custom-html > .container p,
  #custom-html > .container table {
	font-size: .6rem;
	max-width: 100%;
  }
 
  #custom-html > .container table tr td:first-child {
	display: none;
  } 
  
  .home-categories-wrapper {
    padding: 20px 20px 30px !important;
  }
  
  .title-breadcrumb {
	display: block;
  }
  
  #category .h1.category-title {
	font-size: 4vw;
  }
  
  .block-category #category-description,
  .title-breadcrumb {
	display: block;
	width: 100%;
  }

  .block-category #category-description p {
    margin: 10px 15px 0;
  }
  
  #products li.product-flag.discount,
  #products li.product-flag.on-sale {
	height: 25px;
  }
  
  #subcategories ul li {
	width: calc(100% - 20px);
  }
  
  #product .images-container {
	position: relative !important;
	/*height: auto !important; unactivated on 20260331 -> display issue */
	top: 0 !important;
	padding: 0;
  }
  
  .images-container > .material-icons {
	display: none !important;
  }
  
  #reduction_percent {
	font-size: 12px;
	padding: 2px;
    line-height: 17px;
  }
  
  #reduction_percent > span {
    line-height: 17px;
  }
  
  .featured-products .product-miniature {
	width: 100%;
  }
  
  #products .products, 
  .featured-products .products, 
  .product-accessories .products, 
  .product-miniature .products, 
  .new-products .products, 
  .bestseller-products .products, 
  .special-products .products, 
  .dfbrands .products {
	margin: 0;
  }
}

.attribute_fieldset.Engraving {
	margin: 10px 0;
}

.product-add-to-cart .content_prices p {
	display: inline-block;
}

.product-add-to-cart .content_prices .our_total_price_display {
	display: block;
}
/* Prix aligné à droite dans les miniatures */
.product-miniature .product-price-and-shipping {
    text-align: right; /* aligne tout le contenu à droite */
    margin-top: 10px;  /* espace avec le texte au-dessus */
}

.product-miniature .product-price-and-shipping .price,
.product-miniature .product-price-and-shipping .regular-price {
    display: inline-block; /* garde le prix et le prix barré côte à côte */
    margin-left: 5px;      /* petit espace entre prix normal et prix barré */
}
