/**
 * Decomotif — surcharges visuelles
 * Chargé en dernier (après styles.css, responsive.css et libs tierces).
 * Modifier les variables ci-dessous pour un premier jet global, puis affiner par section.
 */

:root {
	/* Couleurs (alignées sur le thème actuel — à ajuster) */
	--color-primary: #dc0065;
	--color-primary-light: #e33384;
	--color-text: #413f3c;
	--color-text-muted: #7d7d7d;
	--color-border: #353535;
	--color-bg-light: #ececeb;
	--color-white: #fff;

	/* Typographie */
	--font-base: 'Open Sans', Arial, sans-serif;
	--font-display: 'Bebas Neue', serif;

	/* Boutons */
	--btn-radius: 0;
	--btn-padding-y: 9px;
	--btn-padding-x: 20px;
	--btn-font-size: 1em;

	/* Formulaires */
	--input-height: 40px;
	--input-border-width: 2px;
	/* Recherche header */
	--search-radius: 16px;
	--search-height: 54px;
	--search-shadow: 0 4px 20px rgba(65, 63, 60, 0.12);
	--search-gradient: linear-gradient(90deg, #c4006b 0%, #e8398f 100%);
}

/* --------------------------------------------------------------------------
   Typographie / titres
   -------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	/* color: var(--color-primary); */
}

.content h1 {
	/* Ex. page contenu : couleur, taille, séparateur… */
}

form .form-title {
	/* Titres de formulaire (contact, compte, panier…) */
}

/* --------------------------------------------------------------------------
   Boutons
   -------------------------------------------------------------------------- */

.btn,
.btn:hover,
.btn:focus {
	/* border-radius: var(--btn-radius); */
}

.btn-primary {
	/* background-color: var(--color-primary); */
}

.btn-primary:hover,
.btn-primary:focus {
	/* color: var(--color-primary); */
	/* background-color: var(--color-white); */
}

.mod.userinfo .btn-puce,
.mod.userinfo .btn-primary.btn-puce:before {
	background-color: #413f3d;
	background: #fff;
	color: #353535;
}

.mod.userinfo .btn-primary.btn-puce:before {
	display: block !important;
	background-color: #413f3d;
	background: #fff;
}

.mod.userinfo .btn-puce.puce-panier {
	font-size: 11px;
	color: #7d7d7d;
	padding: 10px;
	position: relative;
}

.mod.userinfo .btn-puce.puce-panier .cart-badge {
	position: absolute;
	top: -9px;
	right: -9px;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--color-primary);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	box-sizing: border-box;
	z-index: 2;
	pointer-events: none;
}

.mod.userinfo .btn-puce.puce-panier b {
	font-size: 16px;
	color: #000;
}

.mod.userinfo .btn-puce.puce-panier .nohidden-xs {
	text-align: left;
	padding: 0;
}

.mod.userinfo .btn-primary.btn-puce {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(65, 63, 60, 0.12);
    /*width: 120px;*/
	width: auto;
	padding: 10px 14px !important;
	gap: 18px;
}

.mod.userinfo .btn-primary.btn-puce:before {
	font-size: 20px;
	color: #dc0065;
    padding: 0;
    margin: 0;
    background: url(https://www.decomotif.fr/an_content/themes/an_responsive/images/ic-shop-o.png) no-repeat center;
    background-size: 24px;
    font-size: 0;
    display: block;
    width: 18px;
    height: 20px;
}

@media screen and (max-width: 767px) {
	.mod.bandeau {
		display: none !important;
	}
}

@media screen and (max-width: 619px) {
	.col-aaa,
	.col-bbb {
		width: 50% !important;
	}
	.col-aaa {
		padding-right: 7px !important;
	}
}

/* --------------------------------------------------------------------------
   Champs de formulaire
   -------------------------------------------------------------------------- */

form .form-group .form-control {
	/* height: var(--input-height); */
	/* border-width: var(--input-border-width); */
	/* border-color: var(--color-border); */
	/* border-radius: var(--input-radius); */
}

form .form-group .form-control:focus {
	/* border-color: var(--color-primary); */
}

/* --------------------------------------------------------------------------
   Liens
   -------------------------------------------------------------------------- */

a {
	/* color: var(--color-primary); */
}

a:hover {
	/* color: var(--color-text); */
}



/* --------------------------------------------------------------------------
   Header — moteur de recherche
-------------------------------------------------------------------------- */


header#header .logo {
	margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
	header#header .logo {
		margin: auto;
	}
}

header#header .mod.recherche {
	margin: auto;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #e9e8ea;
	box-shadow: 0 4px 20px rgba(65, 63, 60, 0.12);
}

header#header .mod.recherche .input-group-btn.category {
    background: linear-gradient(147deg, #eb036b 30%, #c5005f 100%);
    border-radius: 10px 0 0 10px;
}
header#header .mod.recherche .form-control {
	height: 59px;
}
header#header .mod.recherche .form-control::placeholder {
	font-size: 11px;
	font-weight: 600;
}

@media screen and (min-width: 1200px) {
	header#header .mod.recherche .form-control::placeholder {
		font-size: 13px;
	}
}
header#header .mod.recherche .input-group-btn.category .dropdown-toggle {
	font-size: 14px;
}

header#header .mod.recherche .dropdown-menu {
    border-radius: 10px 0 10px 10px;
    padding: 10px;
}

header .mod.recherche .input-group-btn .fa-search {
	font-size: 20px;
}

header .mod.recherche .input-group-btn .fa-search::before {
	display: block !important;
	width: 22px;
	height: 20px;
	background: url(https://www.decomotif.fr/an_content/themes/an_responsive/images/ic-magn.png) no-repeat center;
	background-size: 24px;
	font-size: 0;
}

header .mod.recherche .input-group-btn.src-btn:before {
    content: "";
    width: 1px;
    height: 26px;
    background: #e9e8ea;
    display: block;
    position: absolute;
    left: -13px;
    margin-top: -3px;
}


@media screen and (min-width: 992px) {
	header .row-flex-lg {
		display: flex;
		align-items: center;
	}
}

header .mod.userinfo {
	margin: auto;
    display: flex;
    align-items: center;
}

header .mod.userinfo .puce_fnt_awe.user {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0;
    line-height: 1;
    text-transform: none;
    /*width: 120px;*/
    font-weight: 600;
	margin: 0 20px 0 0;
}

header .mod.userinfo .puce_fnt_awe.user:before {
	font-weight: normal;
	margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
	width: 59px;
	height: 59px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(65, 63, 60, 0.12);
	background: url(https://www.decomotif.fr/an_content/themes/an_responsive/images/ic-user.png) no-repeat center;
	background-size: 24px;
	font-size: 0;
}
@media screen and (min-width: 1200px) {
	header .mod.userinfo .puce_fnt_awe.user {
		font-size: 11px;
	}
	header .mod.userinfo .puce_fnt_awe.user:before {
		margin-bottom: 6px;
		width: 48px;
		height: 48px;
	}
}


/* NAV -*/

.produits_extraits .extrait .brd {
	border: 0;
	padding-top: 0;
}

.produits_extraits .info_product {
	color: #000;
	border: 0;
	padding: 20px 10px;
}

.produits_extraits .info_product a {
	color: #000;
}

.produits_extraits .title_product {
	color: #000;
	line-height: 1.4;
	min-height: 38px;
}

.mod .owl-product header .nav span, .mod .owl-product footer .nav span {
	color: #000;
}

@media (min-width: 992px) {
    .mod.produits_menu_header ul li a.nv_1 span.name {
        font-size: 1.1em;
        font-weight: 500;
    }
}










/* Catégories */
.mod.produits_menu_liste .dropdown-menu a.isniv2,
.mod.produits_menu_liste .dropdown-menu .dropdown-menu .dropdown-menu a {
	background-color: #fff;
	color: #000;
}

.mod.produits_menu_liste .dropdown-menu a .fa {
	color: #000;
}
.mod.produits_menu_liste .dropdown-menu a.isniv2:hover,
.mod.produits_menu_liste .dropdown-menu a.isniv2.selected {
	color: #dc0065;
}

div.select2-container .select2-choice span.select2-arrow {
	background: #000;
}

.produits_top {
    margin-bottom: 20px;
}
.mod.pagination>li>a, .mod.pagination>li>span {
    color: #000;
    background-color: #fff;
}

.mod.pagination>li:not(.disabled)>a.prev.puce_fnt:before,
.mod.pagination>li:not(.disabled)>a.next.puce_fnt:before {
	color: #000;
}

.mod.pagination>li>a.prev {
    padding: 8px 10px 8px 6px;
}

.mod.pagination>li>a.next {
    padding: 8px 6px 8px 10px;
}


/* Single product */
.produit_personnalisation_control .couleurs a,
.produit_personnalisation_control .backgrounds a {
	border-width: 1px;
	border-radius: 50px;
}

.produit_personnalisation_control .couleurs a {
	width: 48px;
	height: 48px;
}