/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

a {
	transition: all 300ms ease 0ms !important;
}

a:hover {
	text-decoration: underline;
	color: #004F9A;
}

:focus-visible {
    outline: 2px solid #1c2c4f !important;
    outline-offset: 2px;
}

.product-category .col-inner a:focus {
	outline: 2px solid #1c2c4f !important;
    outline-offset: 2px;
}

/* Header */

.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #fff;
}

.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
    bottom: 0;
}

.header-main .nav-right .account-item.has-dropdown .nav-dropdown {
	background-color: #1c2c4f;
	border-color: #1c2c4f;
}

.header-main .nav-right .account-item.has-dropdown .nav-dropdown li a {
	color: #ffffff;
}

.header-main .nav-right .account-item.has-dropdown .nav-dropdown li a:hover, .header-main .nav-right .account-item.has-dropdown .nav-dropdown li.active a {
	color: #00A0DE;
}

.header-main .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon a svg.dgwt-wcas-ico-magnifier-handler:hover {
	fill: #1c2c4f !important;
	transition: all 300ms ease 0ms !important;
}

#header .header-bg-image:before {
	content: '';
	background-image: url(/wp-content/uploads/2024/11/Trace-33.png);
    background-repeat: no-repeat;
    background-position: left bottom;
	position: absolute;
    width: 100%;
    height: 100%;
}

#header .header-bg-image:after {
	content: '';
	background-image: url(/wp-content/uploads/2025/02/Groupe-18-cercle.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	position: absolute;
	top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1600px) and (min-width: 850px) {  
.header-main .logo {
	margin-left: 25px;
 }
}

@media only screen and (max-width: 850px) {  
#header .header-bg-image:before {
	display: none;
}
	
#header .header-bg-image:after {
	content: '';
	background-image: url(/wp-content/uploads/2025/01/Cercle-menu.svg);
	background-position: right top;
	background-size: 24%;
 }
	
.header-wrapper.stuck .header-main .header-logo-espace-fournitures img {
	width: 200px;
}

.header-wrapper.stuck .header-main .header-logo-espace-fournitures:before {
	height: 86px;
 }
}

@media screen and (max-width: 849px) {
	#header .medium-logo-left .flex-left {
	flex: 2 1 0;
		z-index: 2;
	}
		
	.header-main .header-logo-espace-fournitures:before {
		display: none;
	}

	.nav-vertical>li {
		flex-flow: row nowrap;
		justify-content: space-between;
	}

	.toggle {
		text-align: end;
		padding-right: 14px;
	}

	.nav-vertical>li>ul li a {
		padding-right: 20px;
		color: #1c2c4f;
	}

	.nav-vertical>li>ul li a:hover {
		padding-right: 20px;
		color: #004F9A;
	}

	.sub-menu.nav-sidebar-ul button.toggle {
		color: #1c2c4f;
		opacity: 1;
	}

	.sub-menu.nav-sidebar-ul button.toggle:hover {
		color: #004F9A;
	}

	li.cart-item.current-dropdown > .nav-dropdown {
		left: -173px;
	}
}

@media only screen and (max-width: 550px) {  
#header .header-bg-image:after {
	background-size: 35%;
 }
}

@media only screen and (min-width: 850px) {  
.header-main .logo img {
	max-height: 112px !important;
	margin-bottom: 20px;
 }

 .header-nav.nav-right {
	min-height: 68.58px;
 }
}

@media only screen and (max-width: 850px) and (min-width: 550px) {  
.header-main .custom.html_topbar_left {
	margin-left: 20px !important;
 }
}

@media only screen and (max-width: 1450px) and (min-width: 1200px) {  
.header-bg-image {
    background-size: 20% !important;
 }
}

@media only screen and (max-width: 1199px) and (min-width: 850px) {  
.header-bg-image {
    background-size: 24% !important;
 }
}

.header-bg-image {
	background-position: top;
    background-size: 16%;
	z-index: 1;
}

.header-main .container {
	align-items: end;
}

.header-main .header-logo-espace-fournitures {
	margin-bottom: 8px;
}

.header-main .header-logo-espace-fournitures img {
	width: 100%;
	height: 105px;
}

.header-main .header-logo-espace-fournitures:before {
	content: '';
	position: absolute;
	border-left: 2px solid #fff;
	height: 104px;
    left: -20px;
	opacity: 1 !important;
}

.header-main .nav-right .header-divider {
	border-left: 2px solid #fff;
	height: 14px;
	top: 2px;
	margin: 0 3.5px;
}

.header-main .nav-right .account-item.has-dropdown .nav-dropdown {
    min-width: 200px;
}


.header-main .nav-right .cart-item .cart-price .woocommerce-Price-amount {
	font-weight: 800;
}

.header-main .nav-right .cart-item .cart-img-icon {
	max-width: 50px;
	margin-bottom: 10px;
	filter: brightness(1000%);
}

.header-main .nav-right .cart-item .header-cart-icon:after {
	color: #1c2c4f;
	background-color: #fff !important;
	box-shadow: none;
}

.header-main .nav-right .cart-item.current-dropdown .nav-dropdown {
	min-width: 330px;
}

.header-main .nav-right .cart-item .woocommerce-mini-cart .mini_cart_item a:not(.remove) {
	font-size: 14px;
	margin-right: 5px;
}

.woocommerce-mini-cart__buttons .button.checkout:hover {
	color: #00A0DE;
}

.header-main .nav-right .cart-item .woocommerce-mini-cart .mini_cart_item a.remove {
	margin-right: 5px;
}

.header-main .nav-right .cart-item .woocommerce-mini-cart .mini_cart_item a.remove, .header-main .nav-right .cart-item .woocommerce-mini-cart .mini_cart_item .ux-mini-cart-qty .quantity, .header-main .nav-right .cart-item .woocommerce-mini-cart .mini_cart_item .ux-mini-cart-qty .quantity .woocommerce-Price-amount {
	color: #767676;
	opacity: 1;
}

.header-main .nav-right .widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
    background-color: #00A0DE;
}

.header-bg-color {
	background-repeat: no-repeat;
    background-image: url(https://espacefournitures.assnat.qc.ca/wp-content/uploads/2025/04/bandeau_assemblee.png) !important;
    background-size: cover;
}

/* Mobile */

.header-main .mobile-nav.nav > li > a > i:not(.icon-angle-down), .header-main .mobile-nav.nav > li > a:hover > i:not(.icon-angle-down) {
	color: #fff !important;
	line-height: 0.5;
}

.mobile-nav.nav-right .mobile-espace-fournitures-logo img {
    width: 45px;
}

.header-main .mobile-nav.nav-right {
    flex-flow: column wrap;
}

.header-main .mobile-nav.nav-right .html_topbar_right {
    margin-top: 10px;
	margin-right: 0;
}


.mfp-bg.off-canvas-center:not(.dark), .mfp-ready .mfp-close {
	opacity: 1;
}

.off-canvas-left.mfp-ready .mfp-close {
	left: 380px;
}

.mfp-wrap.off-canvas-center .mfp-content, .mobile-sidebar .sidebar-menu {
	padding-top: 0;
}

.mobile-sidebar .nav-sidebar {
    margin-top: 30px;
}

.mobile-sidebar .nav-sidebar .dgwt-wcas-search-wrapp {
    max-width: 350px;
    padding: 0 30px;
}

.mobile-sidebar .nav-sidebar .menu-item:first-child a {
	background-color: #e5eefa;
    padding: 6px 12px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.mobile-sidebar .nav-sidebar>li {
    border-top: 0 !important;
}

.mobile-sidebar .nav-sidebar>li>a {
    font-size: 0.9em;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #1c2c4f;
	max-width: fit-content;
}


.mobile-sidebar .nav-sidebar>li.menu-item.active {
    background-color: rgb(0 0 0 / 3%);
    padding: 15px 0;
}

.mobile-sidebar .nav-sidebar>li.menu-item .sub-menu {
    padding-bottom: 0;
}

.mobile-sidebar .nav-sidebar>li> .toggle {
   	opacity: 1;
	margin-right: 0;
}

.mobile-sidebar .nav-sidebar>li> .toggle .icon-angle-down:before {
	color: #00A0DE;
}

.mobile-sidebar .nav-sidebar .mobile-logo-panier img {
	width: 44px;
	margin-right: 5px;
}

@media only screen and (max-width: 850px) and (min-width: 550px) {  
.header-main .mobile-nav.nav-left {
	justify-content: left !important;
 }
}
	
@media only screen and (max-width: 850px) {  
.header-bg-container .header-bg-image {
	background-size: 0;
 }
	
.header-main .flex-col.show-for-medium.flex-right {
 	/*position: absolute;*/
    top: 0;
    right: 15px;
	align-self: flex-start;
	flex: none;
  }
	
.header-main .mobile-nav.nav-left {
	justify-content: left;
}
	
.header-main .mobile-nav .nav-icon a {
	font-size: 1.8em;
 }
	
.header-main .logo {
	/*position: absolute;*/
	top: 0;
	display: none;
 }
.header-wrapper.stuck .header-main {
	height: 110px !important;
 }
	
.header-wrapper.stuck #logo img {
    max-height: 115px !important;
 }
}

@media (max-width: 549px) {
.header-wrapper:not(.stuck) .header-main #logo {
	position: absolute;
	width: 110px;
 }
	
.header-wrapper:not(.stuck) .header-main .flex-left {
	position: absolute;
    left: 5%;
	top: 5%;
   /* bottom: 25%;*/
 }
	
.header-wrapper:not(.stuck) .header-main .flex-left .header-logo-espace-fournitures:before {
	display: none;
 }
	
.header-wrapper:not(.stuck) .header-main .flex-left .header-logo-espace-fournitures img {
	width: 250px;
 }

.header-main #logo img {
	max-height: 180px;
 }
}


@media (max-width: 425px) {
.header-wrapper:not(.stuck) .header-main .flex-left .header-logo-espace-fournitures img {
	width: 240px;
 }
}

@media (max-width: 415px) {
.off-canvas-left.mfp-ready .mfp-close {
	left: auto;
 }
}

@media (max-width: 380px) {
.header-wrapper:not(.stuck) .header-main .flex-left .header-logo-espace-fournitures img {
	width: 215px;
 }
}

.custom-page-title {
	display: none !important;
	justify-content: flex-end;
	align-items: center;
	max-width: 1550px;
    margin: auto;
    padding-inline: 15px;
}

.readonly-label {
	position: absolute;
    top: 180px;
    white-space: nowrap;
    color: #dd3333;
    max-width: fit-content;
    padding: 0px 12px;
	text-transform: uppercase;
	font-size: .97em;
    font-weight: bolder;
    line-height: 2.4em;
	transition: all 300ms ease 0ms !important;
}

@media screen and (max-width: 549px) {
	.readonly-label {
		top: 350px;
		letter-spacing: .05em;
    	line-height: 2.2em;
		font-size: .8em;
		padding: 0px 10px;
	}
}

.header-bottom .header-bottom-nav .account-item a.account-link.account-login {
	color: #fff;
}

.header-bottom .header-bottom-nav .header-divider {
	border-left: 2px solid #fff;
	border-color: #fff !important;
	height: 18px;
}

.header-bottom .header-bottom-nav .cart-item .header-cart-title .woocommerce-Price-amount {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.header-bottom .header-bottom-nav .cart-item .header-cart-icon .cart-img-icon {
	max-width: 40px;
    margin-bottom: 10px;
	filter: brightness(1000%);
}

.header-bottom .header-bottom-nav .cart-item .header-cart-icon:after {
    color: #1c2c4f;
    background-color: #fff !important;
    box-shadow: none;
}


/* Footer */
#footer .footer {
	border-top: 0;
}

#footer .footer .widget .is-divider {
	opacity: 0;
	margin-top: 0;
}

#footer .footer .widget .textwidget p a {
	color: #1c2c4f;
	font-weight: bold;
	transition: all 0.3ms ease 0ms !important;
}

#footer .footer .widget .textwidget p a:hover {
	color: #004F9A;
}

#footer .absolute-footer .copyright-footer {
	color: #767676;
}

@media only screen and (min-width: 850px) {
 .footer-wrapper .footer #text-14 {
	flex-basis: 40%;
    max-width: 40%;
 }
 .footer-wrapper .footer #text-15 {
	flex-basis: 28%;
    max-width: 28%;
 }
.footer-wrapper .footer #text-16 {
	flex-basis: 28%;
    max-width: 28%;
 }
}

@media (max-width: 850px) {  
/*.footer-wrapper .footer .col.widget {
	text-align: center;
 }*/

.footer-wrapper .footer .col.widget.widget_text {
	padding-left: 20px;
 }

.footer-wrapper .footer .col.widget .widget-title {
	font-size: 1.1em;
 }
	
.footer-wrapper .footer .col.widget .is-divider {
	margin: 1em auto;
 }
}

/* Accueil */
#wrapper #main {
    background-image: url(/wp-content/uploads/2024/11/Trace-37.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.woocommerce-shop .shop-container:after {
	content: 'Photos à titre indicatif seulement';	
  	font-size: 14px;
}

.woocommerce-shop .shop-container .product-category .col-inner a {
	display: block;
}


/* Page connexion */
body:not(.logged-in) .account-container .account-login-inner h3 {
	display: none;
}

body:not(.logged-in) .account-container .woocommerce-form-login label {
	color: #1c2c4f;
}

body:not(.logged-in) .account-container .woocommerce-form-login .woocommerce-Input {
	background-color: #e5eefa;
	border: 0;
	border-radius: 99px;
	box-shadow: none;
	height: 2.8em;
}

body:not(.loggin-in) .account-container .woocommerce-form-login__submit {
	background-color: #1c2c4e;
	border-radius: 99px;
	font-size: 17px;
}


body:not(.loggin-in) .account-container .woocommerce-form-login__submit:hover, .connexion-sso-btn button:hover {
	color: #00A0DE;
}

body:not(.loggin-in) .bloc-creer-compte-aide .page-connexion-lien-compte-aide a:first-child {
	padding-right: 6px;
}

body:not(.loggin-in) .bloc-creer-compte-aide .page-connexion-lien-compte-aide a:last-child {
	padding-left: 6px;
}

body:not(.loggin-in) .section-connexion-custom .section-bg .bg {
	object-fit: fill;
	object-position: 50% 0%;
}

@media (max-width: 1550px) and (min-width: 850px) {  
body:not(.loggin-in) .section-connexion-custom .section-bg .bg {
	object-fit: cover;
	object-position: 0% 0% !important;
 }
}

@media (max-width: 850px) {  
body:not(.loggin-in) .section-connexion-custom .section-bg:before {
	content: '';
	background-image: url(https://ricm107.sg-host.com/wp-content/uploads/2024/12/Page-connexion–cell.jpg);
    background-size: 100%;
	/*background-repeat: no-repeat;*/
	background-repeat: round;
    background-position: 50% 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
 }
	
body:not(.loggin-in) .section-connexion-custom .section-bg .bg {
	opacity: 0;
 }
	
body:not(.loggin-in) .section-connexion-custom .section-content .col-inner .is-border {
	border-width: 2px 0px 0px 0px !important;
 }
}

body:not(.loggin-in) .bloc-creer-compte-aide p:not(.lost_password) a {
	display: none;
}

body:not(.loggin-in) .section-connexion-custom .gap-element {
	width: 100%;
 }


/* Boutique */
.shop-container .products .product-category:hover .box-text .header-title {
	color: #004F9A;
}

.widget_product_categories .product-categories .cat-item:last-child a:hover {
	color: #00A0DE;
}

#coming-soon-footer-banner {
	display: none;
}

/*.home.woocommerce .category-page-row {
	padding-top: 70px;
}*/

.home .bouton-retour-en-arriere {
	display: none;
}

.woocommerce .category-page-row {
	padding-top: 20px;
}

.woocommerce-page .shop-page-title, .woocommerce-page .shop-page-title .woocommerce-breadcrumb {
	display: none;
}

.bouton-retour-en-arriere button {
	padding-left: 0;
}

.bouton-retour-en-arriere button:hover {
	text-decoration: underline;
}

.shop-container .term-description p {
    font-size: 21px;
    font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
	background-color: #1C2C4F !important;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before { 
	border-color: transparent #1C2C4F;
}

#shop-sidebar .widget_product_categories .is-divider {
	opacity: 0;
	margin-top: 0.9em;
	margin-bottom: 0;
}


#shop-sidebar .widget_product_categories .widget-title {
	background-color: #e5eefa;
	padding: 6px 12px;
	font-size: 18px;
	text-transform: none;
}

.widget_product_categories .product-categories li.cat-item {
  	border-top: 0;
}

.widget_product_categories .product-categories .cat-item > a {
  	color: #1c2c4f;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	transition: all 300ms ease 0ms !important;
	max-width: fit-content;
}

.widget_product_categories .product-categories .cat-item > a:hover {
  	color: #004F9A;
}

.widget_product_categories .product-categories .cat-item-72 {
  	background-color: #1c2c4f;
    padding-left: 10px;
	margin-left: -10px;
}
.widget_product_categories .product-categories .cat-item-72 a {
  	color: #fff;
}

@media only screen and (min-width: 1200px) {
 .widget_product_categories .product-categories .cat-item-72 {
	max-width: fit-content;
 }
.widget_product_categories .product-categories .cat-item-72 a {
	padding-right: 10px;
 }
}

#shop-sidebar .widget_product_categories > .product-categories > li.cat-item .children {
    border-left: 2px solid #ccc;
}

#shop-sidebar .widget_product_categories > .product-categories > li.cat-item .children > li.cat-item a {
	color: #1c2c4f;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	padding: 6px 0;
	transition: all 300ms ease 0ms !important;
	line-height: 20px;
}

#shop-sidebar .widget_product_categories > .product-categories > li.cat-item .children > li.cat-item a:hover {
	color: #004F9A;
}

/*
#shop-sidebar .product-categories li.active .toggle .icon-angle-down {
    background-image: url(/wp-content/uploads/2024/11/icon-moins-32.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
	top: -2px;
}

#shop-sidebar .product-categories .toggle .icon-angle-down {
    background-image: url(/wp-content/uploads/2024/11/icon-plus-32.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 105%;
}
*/

#shop-sidebar .product-categories .toggle .icon-angle-down {
	font-size: 1.6em;
}

#shop-sidebar .product-categories .toggle {
    opacity: 1;
}
/*
#shop-sidebar .product-categories .toggle .icon-angle-down:before {
    opacity: 0;
}*/

.shop-container .products .product-category .box-text {
	padding-left: 0;
}

.shop-container .products .product-category .box-text .header-title {
	text-align: left;
	font-weight: 800;
}

.shop-container .product-small.box .product-title a {
    color: #1c2c4f;
	font-weight: 800;
}

.shop-container .product-small.box:hover .product-title a {
	color: #004F9A;
}

.shop-container .product-small.box .box-text-products .box-sku {
	font-size: 0.9em;
    margin-top: 8px;
}

.woocommerce .category-filtering .filter-button {
	display: flex;
	flex-direction: row-reverse;
    justify-content: center;
	margin-top: 30px;
}

.woocommerce .category-filtering .filter-button:after {
	content: 'Menu Boutique';
	font-size: 25px;
}

.woocommerce .category-filtering .filter-button strong {
	display: none;
}

.woocommerce .category-filtering .icon-equalizer:before {
	opacity: 0;
}

.woocommerce .category-filtering .icon-equalizer:after {
	content: '';
	background-image: url(https://ricm107.sg-host.com/wp-content/uploads/2024/11/icon-test.png);
    background-repeat: no-repeat;
	position: absolute;
	top: -5px;
	left: 5px;
    width: 50px;
    height: 40px;
}

.woocommerce-page .off-canvas-left .mfp-content {
	--drawer-width: 422px;
	background-color: #fff;
}

.single-product .product-info .product_meta .posted_in {
	display: none; 
}

.single-product .product-footer .related .row-slider .flickity-button {
	background-color: transparent;
	box-shadow: none;
}

.single-product .product-footer .product-page-accordian .accordion {
	margin-bottom: 25px;
}

.single-product .product-footer .product-page-accordian .accordion .woocommerce-product-attributes tr {
	display: flex;
	border-bottom: 1px solid #ececec;
}

.single-product .product-footer .product-page-accordian .accordion .woocommerce-product-attributes tr th {
	align-content: center;
	border-bottom: 0;
	height: 46px;
}

.single-product .product-footer .product-page-accordian .accordion .woocommerce-product-attributes tr td {
	border-bottom: 0;
}

.header-main .nav-right .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-ico-magnifier-handler {
    fill: #fff;
	max-width: 20px; 
} 

.header-main .nav-right .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-icon {
    width: 20px;
}


@media only screen and (min-width: 1201px) {
 .woocommerce-page #main .row .col.large-9 {
	padding-left: 15px !important;
 }
}

@media only screen and (min-width: 850px) {
 .woocommerce #main .row .col.large-3 {
	flex-basis: 30%;
   	max-width: 30%;
 }
  .woocommerce #main .row .col.large-9 {
	flex-basis: 70%;
    max-width: 70%;
 }
}

@media only screen and (max-width: 450px) {
.woocommerce .category-filtering .filter-button {
	margin-right: 30px;
 }
}

/* RECADRAGE DES IMAGES */
.product-small.box .box-image {
	border: 2px solid #767676;
}

.product-small.box .box-image .image-fade_in_back {
	position: relative;
	padding-top: 100%;
}

.product-small.box .box-image .image-fade_in_back img {
	position: absolute;	
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
    text-align: center;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    height: auto; 
    width: auto; 
    max-width: 500px; 
    max-height: 500px;
}

/*
@media only screen and (min-width: 1250px) {
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
 	width: 500px;
	margin: auto;
	margin-right: 9.5%;
 }
.product-main .product-info {
	padding-right: 105px;
 }
}
*/


/* Wishlist pop-up */

.show-on-hover .wishlist-icon .wishlist-popup {
    width: 205px;
	font-size: 13px;
}

.show-on-hover .wishlist-icon .wishlist-button {
    border-color: #1c2c4f;
}

.image-tools .wishlist-button:hover {
    background-color: #004F9A;
    border-color: #004F9A;
}

.category-page-row .show-on-hover .wishlist-icon .wishlist-button .icon-heart {
    color: #1c2c4f;
	height: 15px;
}

.show-on-hover .wishlist-icon .wishlist-button .icon-heart {
    color: #1c2c4f;
}

.show-on-hover .wishlist-icon .wishlist-button:hover .icon-heart {
    color: #fff;
}

/* Badge de promo */
.shop-container .product-small.col .badge-container .badge-circle { 
	width: 50px;
	height: 50px;
}

.shop-container .product  .product-main .product-gallery .badge-container .badge-circle { 
	width: 65px;
	height: 65px;
}

/*.badge-inner.secondary.on-sale span.onsale {
	display: none;
}

.badge-inner.on-sale {
	background-color: #fff !important;
    background-image: url(https://ricm107.sg-host.com/wp-content/uploads/2024/11/Logo_DD.jpg);
    background-position: 6px -2px;
    background-size: 41px;
    background-repeat: no-repeat;
    border: solid 1px #00A0DE1f;
}

.product-images .badge-inner.on-sale {
    display: none;
}

.price.product-page-price.price-on-sale {
	position: relative;
	margin-bottom: 85px;
}

.price.product-page-price.price-on-sale::after {
	content: "";
	position: absolute;
	top: 39px;
    left: 0;
	width: 65px;
    height: 65px;
	background-color: #fff !important;
    background-image: url(https://ricm107.sg-host.com/wp-content/uploads/2024/11/Logo_DD.jpg);
    background-position: 10px -1px;
    background-size: 56px;
    background-repeat: no-repeat;
    border: solid 1px #00A0DE1f;
	border-radius: 999px;
}*/

/* Page produits */
.product-main .single_add_to_cart_button.button:hover {
	color: #00A0DE;
}

.single-product .button.is-outline:hover {
	color: #fff;
}

@media only screen and (min-width: 851px) {
.single-product .product-container .product-main {
	padding-top: 0;
 }
}


.single-product .product-info .woocommerce-breadcrumb a, .single-product .button.is-outline {
	color: #767676;
}

.single-product .product-info .is-divider {
	background-color: #ccc;
}

.single-product .product-info .product_meta .sku_wrapper, .single-product .product-info .product_meta .posted_in {
	 border-top: 1px dotted #ccc;
}

.single-product .product-footer .related-products-wrapper {
	 border-top: 1px solid #ccc;
}


.produit-seconde-vie-badge {
    margin-left: -.4em;
	border: solid 2px #1c2c4f;
	border-radius: 99px;
	padding: 4px;
    background-color: #ffff;
}

.produit-seconde-vie-badge img, .produit-seconde-vie img {
    width: 2.5em;
}

.produit-seconde-vie {
	margin-bottom: 0.8em;
}

.single-product .product-gallery .produit-seconde-vie-badge {
	display: none
}

/* Mon compte */
.cart_totals tbody tr td, .shop_table tfoot tr td, .shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type, td.product-total {
	text-align: left !important;
}

.button#place_order:hover {
	color: #00A0DE !important;
}

.woocommerce-table--order-details .woocommerce-button.button:hover {
	color: #00A0DE !important;
}

.woocommerce-EditAccountForm .woocommerce-Button:hover {
	color: #00A0DE !important;
}

.woocommerce-orders-table a.woocommerce-button {
	color: #fff !important;
}

.woocommerce-orders-table a.woocommerce-button:hover {
	color: #00A0DE !important;
}

.nav > li.wishlist-account-element > a {
    color: #1c2c4f;
	font-size: 15px;
    font-weight: 800;
}

.nav > li.wishlist-account-element > a:hover {
    color: #004F9A;
}

.wishlist_table.mobile li[id^="yith-wcwl-row-"] {
	padding-left: 20px;
}

.yith_wcwl_wishlist_footer {
	display: none;
}

.dashboard-links a {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    margin-right: 10px;
    padding: 20px 0;
    text-align: center;
    transition: all .3s ease 0ms !important;
	color: #ffffff;
	background-color: #1c2c4f;
}

.dashboard-links a:hover {
	background-color: #1c2c4f;
	color: #00A0DE;
}

.account-nav .woocommerce-MyAccount-navigation-link a {
	color: #1c2c4f;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 300ms ease 0ms !important;
    max-width: fit-content;
}

.account-nav .woocommerce-MyAccount-navigation-link a:hover, .account-nav .woocommerce-MyAccount-navigation-link.active a {
	color: #004F9A;
}

a.back-to-home {
    color: currentColor;
    cursor: pointer;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    margin-top: 0;
    position: relative;
	padding-block: 8px;
    text-transform: uppercase;
}

a.back-to-home:hover {
	text-decoration: underline;
}

/* Panier */
.woocommerce-cart .breadcrumbs a:not(.current) {
	color: #767676;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-remove .remove {
	color: #767676;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .quantity .ux-quantity__button, .woocommerce-cart .woocommerce-cart-form__cart-item .quantity .input-text.qty {
	font-size: 1.12em;
}

.woocommerce-cart .cart-sidebar .coupon #coupon_code, .woocommerce-cart .cart-sidebar .coupon .is-form.button {
	border-color: #767676;
}

.ux-cart-coupon {
	display: none !important;
}

/* Checkout */
.order-details-order-as {
	margin-block: 2em;
}

.return-to-shop .wc-backward:hover {
	color: #00A0DE;
}

.woocommerce-checkout .breadcrumbs a:not(.current) {
	color: #767676;
}

h3#ship-to-different-address {
	display: none !important;
}

.woocommerce-shipping-totals.shipping {
	display: none !important;
} 

.thankyou-custom-message {
	padding: 30px 15px;
	font-weight: bold;
}

.woocommerce-invalid select {
    border-color: var(--fs-color-alert) !important;
    color: var(--fs-color-alert) !important;
}

#shipping_country_field, #shipping_first_name {
	display: none !important;
}

.woocommerce-shipping-fields__field-wrapper {
	display: flex !important;
}

#shipping_address_1_field, #shipping_postcode_field {
    width: 50%;
    display: inline-block;
}

#billing_address_1_field, 
#billing_address_2_field, 
#billing_postcode_field, 
#billing_city_field, 
#billing_state_field, 
#billing_country_field, 
#billing_company_field, 
#shipping_last_name_field, 
#shipping_address_2_field, 
#shipping_city_field, 
#shipping_first_name_field, 
#shipping_state_field, 
#shipping_company_field {
	display: none !important;
}

@media (max-width: 549px) {
	.woocommerce-shipping-fields__field-wrapper {
		flex-wrap: wrap;
	}

	#shipping_address_1_field, #shipping_postcode_field {
		width: 100%;
	}
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(2) {
	display: none !important;
}

/* Connexion SSO */
.sso-widget {
	text-align: left;
}

@media (min-width: 850px) {
    .section-connexion-custom {
		flex-wrap: wrap;
	}

	.mfp-wrap.mfp-auto-cursor.mfp-ready button.mfp-close {
		top: 292px !important;
		right: 522px !important;
	}
}

/* Responsive */

@media only screen and (max-width: 850px) and (min-width: 551px) {
#wrapper #main {
	background-size: 45%;
 }
}

@media only screen and (max-width: 550px) {
#wrapper #main {
	background-size: 55%;
 }
}
