/*
Theme Name: DDQ - Dédrama Queen
Description: Theme enfant de EnvoThemes
Author: emma.satti
Author URI: https://emmasatti.fr/
Template: envo-online-store
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'limejuicethin';
    src: url('fonts/limejuicethin-webfont.woff2') format('woff2'),
         url('fonts/limejuicethin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'limejuicemedium';
    src: url('limejuice-webfont.woff2') format('woff2'),
         url('limejuice-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    --principal:   #000;
    --secondary:   #d16060;
	--text:        #000;
    --awf:         #000;
	
	--price:       #666;
    --vert:        #b7bd50;
    --bleu:        #407a84;
	
	--menu:        #000;
	--menuh:       #b7bd50;
	--menu2:       #000;
	--menu2h:      #f9db33;
    
    --h1color:     #000;
    --h2color:     #d16060;
    --h3color:     #000;
    --h4color:     #000;
    
    --link:        #000;
    --linkh:       #000;
    
    --blockqbckg:  #b7bd50;
    --blockqcolor: #fff;
    
    --puce:        #b7bd50;
    
    --tdborder:    #aaa;
    
    --hr:          #aaa;
    
    --formborder: #e5e5e5;
    --formbckg: #fff;
	
    --footbckg: #fff;
    --foottxt: #666;
    --footlink: #666;
    --footlinkhover: #000;
}


/* WordPress Core */
.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    *background: #fff;
    border: none;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
ul, ol {
	padding-left: 20px;
}
img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}
figcaption {
	font-size: 0.8em;
	font-style: italic;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 0 0;
    color: #484848;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.sticky,
.bypostauthor {}
table { 
    width: 100%; 
    border-collapse: collapse; 
}
th { 
    font-weight: bold; 
}
td, th { 
    padding: 6px; 
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #219b9a;
    display: block;
    font-weight: bold;
    height: auto;
    left: 10px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    font-size: 14px;

}
.elementor hr {
    width: 200px;
    height: 0;
    border-top: 1px solid #ccc;
    margin: 25px 0 !important;
}
html {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}
/* FONTS */
body {
	min-height: 100vh;
    font-family: "Manrope", sans-serif;
	padding: 0;
    color: #000;
    font-weight: 250;
    line-height: 1.5em;
    font-size: 16.5px;
    letter-spacing: 0.02em;
    word-wrap: break-word;
}
/* mod */
#site-content {
    margin: 0 auto 20px auto;
    padding: 0 30px;
}
@media screen and (max-width: 600px) {
#site-content { padding: 0 30px }
}

/* mod : couleurs liens */
#site-content .elementor p a, #site-content .elementor p a:active, #site-content .elementor p a:focus {
    font-weight: 550;
    color: var(--link);
    border-bottom: 1px dotted var(--link);
    background: white;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#site-content .elementor p a:hover {
    color: var(--linkh);
    border-bottom: 1px dotted var(--linkh);
    background: #ffff80;
}
#site-content .elementor p a:focus, .dropdown-toggle:focus {
    outline: thin dotted;
}

/* mod : titres */
h1, h1.site-title, .site-title {
    font-family: "Fraunces", serif;
    font-size: 48px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: -0.02em;
	color: var(--h1color);
}
@media screen and (max-width: 600px) {
h1, h1.site-title, .site-title { font-size: 38px }
}

h2 {
    font-family: "Fraunces", serif;
    font-size: 27px;
    font-weight: 600;
	color: var(--h2color);
    letter-spacing: -0.02em;
	margin: 20px 0;
}
div > h2 { margin: 0 0 20px 0 }
h3 {
	font-family: 'limejuicethin',cursive;
    font-size: 32px;
    font-weight: normal;
    color: var(--h3color);
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--h4color);
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

blockquote {
    padding: 5px 20px;
    margin: 0 0 15px;
    border-left: 5px solid var(--secondary);
    font-size: 17.5px;
}

.page-header a {
    border-bottom: 0;
    color: #484848;
}
a:active {
    border-bottom: none;
}
/* mod : listes à puces */
#site-content .elementor ul,
#site-content .elementor ol {
    padding-left: 0px;
    text-indent: -15px;
	margin: 0 0 10px 0;
}
#site-content .elementor ul {
	list-style: none;
}
#site-content .elementor li {
	margin: 0 0 10px 0;
	padding-left: 22px;
	list-style-type: none;
}
#site-content .elementor li:before { content: "• "; color: var(--secondary) }

/* mod */
strong { font-weight: 550 }
em { color: var(--bleu); font-weight: 400; font-style: italic }

/* mod : page générale */
.main-container {
    margin-top: 0;
    background: none;
}
@media (min-width: 1200px) {
.container { width: 1300px }
}
.navbar-nav li.fa {
    display: block;
    position: relative;
}
.menu-description {
    font-size: 9px;
    padding: 2px 4px;
    left: calc(100% - 25px);
    background: #1bd8cf;
    color: #484848;
    position: absolute;
    border-radius: 1px;
    line-height: normal;
    top: 5px;
    margin: 0 3px;
    font-weight: 700;
    display: inline-table;
    word-break: keep-all;
    overflow-wrap: unset;
    width: max-content;
    z-index: 9;
}
.menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1bd8cf;
    left: 3px;
    bottom: -4px;
}
.dropdown-menu .menu-description {
    position: relative;
    display: inline;
    left: 0;
    top: -2px;
    margin: 5px;
}
.dropdown-menu .menu-description:after {
    display: none;
}
@keyframes showup {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 782px) {
    .admin-bar #my-menu {
        top: 46px;
    }
}
@media (min-width: 768px) {
	li.menu-item-has-children>a:before { content: "" }
	li.menu-item-has-children>a.dropdown-item:before {  right: 0 }
	li.menu-item-has-children > a { padding-right: 0 }
    li li ul.dropdown-menu {
        left: 100%;
        top: 0;
    }
    .navbar-right li li ul.dropdown-menu {
        left: auto;
        right: 100%;
    }
    .navbar-nav > li > a {
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
    }
    .navbar-default .navbar-nav > .active a:focus, .navbar-default .navbar-nav > .open a:focus {
        background-color: #fff;
        color: #666;
        outline: thin dotted;
    }
    .open > .dropdown-menu {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }
    .navbar-nav li:hover > .dropdown-menu{
        visibility:visible;
        border-radius: 0;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        opacity: 1;
    }
/* mod : menu */
    #site-navigation .container{
        padding: 0;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #000;
    }
    .menu-container {
        width: 100%;
    }
    .menu-item-has-children li.fa:before {
        top: 6px !important;
    }
    .navbar-center {
        width: 100%;
        text-align: center;
    }
    .navbar-center > li {
        float: none;
        display: inline-block;
    }
    .header-cart.float-cart {
        position: fixed;
        top: 120px;
        right: 4px;
        z-index: 998;
        animation: showup 1s;
        padding-right: 0;
    }
    .header-cart.float-cart a.cart-contents {
        padding: 15px 4px 12px 4px;
        width: 65px;
        height: 65px;
        float: none;
        background: rgba(255, 255, 255, 1);
        position: relative;
        text-align: center;
        color: #252424 !important;
        border: 1px solid #ededed;
        border-radius: 5px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.17);
        display: block;
    }
    .header-cart.float-cart a.cart-contents i {
        color: #252424;
    }
    .float-cart .header-cart-block:hover ul.site-header-cart {
        right: 0px;
        top: 55px;
    }
	/* mod */
    .float-cart .amount-cart {
        display: block;
        background: transparent;
        color: #666;
        margin: 0;
        font-size: 9px;
        line-height: 14px;
        margin-top: 5px;
    }
    .float-cart .amount-cart:before {
        display: none;
    }
    .header-my-account.float-login a, .header-wishlist.float-wishlist a {
        position: fixed;
        right: 6px;
        z-index: 997;
        animation: showup 1s;
        left: auto;
        float: none;
        padding: 8px;
        background: rgba(255, 255, 255, 1);
        text-align: center;
        color: #252424 !important;
        border: 1px solid #ededed;
        border-radius: 5px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.17);
        width: 65px;
        height: 65px;
        line-height: 45px;
    }
    .header-wishlist.float-wishlist {
        top: 320px;
        position: fixed;
        z-index: 997;
    }
    .header-my-account.float-login {
        top: 220px;
        position: fixed;
        z-index: 997;
    }
    .dropdown-menu {
        display: block;
        opacity: 0;
    }
    .site-branding-logo, .site-branding-text {
        float: left;
        margin-right: 10px;
    }
}
@media (min-width: 600px) {
    .admin-bar #site-navigation.shrink {
        top: 32px;
    }
}

@media (max-width: 767px) {
    .menu-item .menu-description {
        left: inherit;
        top: -3px;
        font-size: 9px;
        padding: 2px 4px;
        margin: 0 3px;
        line-height: 10px;
        background: #1bd8cf;
        color: #484848;
        display: inline;
        border-radius: 1px;
        line-height: normal;
        margin: 0 5px;
        font-weight: 700;
    }
    .menu-item .menu-description:after {
        display: none;
    }
    .heading-row {
        flex-wrap: wrap;
    }
    .site-branding-logo, .site-branding-text {
        text-align: center;
        margin-bottom: 15px;
    }
    .navbar-header {
        float: left;
    }
    div#my-menu {
        z-index: 99999;
        overflow: hidden;
    }
    .mm {
        opacity: 0;
        visibility: hidden;
    }
    .mm.mm--open {
        opacity: 1;
        visibility: visible;
        z-index: 99999;
    }
    #my-menu .navbar-nav > li > a {
        display: block;
        max-height: 50px;
        padding: 15px 20px;
    }
    #my-menu .navbar-nav > li > a, #my-menu .navbar-nav > li > a:hover, #my-menu .navbar-nav > li > a:focus {
        color: #000;
        background-color: transparent;
    }
    #my-menu .dropdown-menu > li > a {
        padding: 15px 20px;
    }
    #my-menu .dropdown-menu {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
    }
    #my-menu .dropdown-menu.mm--open, #my-menu.mm--open .dropdown.open .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    #my-menu .dropdown-menu > li > a:focus {
        outline: thin dotted;
    }
    a.open-panel:focus {
        outline: 3px dotted;
    }
	/* menu mobile */
    .open-panel {
        width: 28px;
        height: 30px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .brand-absolute {
        position: absolute;
        right: 12px;
        padding: 0;
        top: 30px;
        font-size: 11px;
        float: right;
        display: inline-block;
        height: auto;
        width: 28px;
        text-align: center;
        line-height: 13px;
        margin-top: 5px
    }
    .mobile-canvas {
        float: left;
    }
    .navbar-default .navbar-brand {
        color: #aaa;
    }
    .open-panel span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #aaa;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .open-panel span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 3px;
    }
    .open-panel.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .open-panel.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 3px;
    }
    .top-bar-section .widget {
        text-align: center !important;
    }
    .header-search-form {
        font-size: 14px;
    }
    .header-my-account, .header-wishlist, .header-compare, .header-search  {
    padding-right: 0 !important;
}
}
.site-header {
    padding: 0;
    background-color: #fff;
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: -70px;
    z-index: 0;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: -70px;
}
.site-header .overlay {
    background-color: rgba(0, 0, 0, 0.40);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

#wp-custom-header img {
    position: absolute;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    width: auto;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.head-image-heading {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 1170px;
    text-align: center;
    padding: 15px;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* mod header icons */
.header-icons {
    position: relative;
    float: right;
    display: block;
    top: 13px;
    left: auto;
    margin-top: 0;
    padding: 2px;
    margin-right: 0;
    line-height: initial;
}
.header-icons i {
    margin-right: 0;
    font-size: 26px;
}
.search-heading {
    display: none;
}
.dropdown-menu > li > a {
    border-bottom: 0;
    padding: 5px 20px 5px 10px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #1bd8cf;
}
.navbar-toggle {
    border: 1px solid #ccc;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ccc;
}
/* BOUTONS MENUS */
.navbar-default .navbar-nav > li > a {
    border-bottom: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    max-height: 40px;
    color: #000;
	text-transform: lowercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #1c91c8;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:after {
    content: "|";
    padding: 0 5px;
    color: #1c91c8;
}
.top-bar-section {
    background-color: #1bd8cf;
    color: #fff;
    padding: 4px 0;
    font-size: 12px;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.top-bar-section a {
    color: #000;
}
.top-bar-section .widget, .top-bar-section p {
    margin-bottom: 0;
}
.top-bar-section .widget:nth-child(3n-1){
    text-align: center;
}
.top-bar-section .widget:nth-child(3n) {
    text-align: right;
}
/* mod */
article {
    clear: none;
    margin-bottom: 30px;
    width: 100% !important;
}
article:nth-of-type(2n-1) {
    clear: left;
}
.news-text-wrap {
    position: relative;
}
.archive-page-header h1 {
    margin: 0;
    padding-bottom: 25px;
}
.updated:not(.published) {
    display: none;
}
.space-right {
    margin-right: 10px;
}
/* mod largeur pages */
.main-content {
    float: left;
    width: 100%;
}
.page-area .main-content {
    width: 70%;
}


.page-header {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.page h1.single-title {
    margin: 0 0 20px 0;
}
h1.single-title {
    margin: 0;
    color: #fff;
    font-size: 45px;
}
.single-head {
    clear: both;
    padding: 10px 5%;
    margin: 0 5%;
}
.single-content {
    padding: 0 10%;
	padding: 0;
}
.single-entry-summary, .entry-footer {
    margin-top: 0;
    width: 100%;
    clear: both;
}
.single-content.row {
    margin-bottom: 60px;
}
.tagcloud a {
    font-size: 15px !important;
    padding: 0px 6px;
    border: 1px solid;
    display: inline-block;
    margin-bottom: 5px;
}
/* mod label */
label {
    text-align: left;
    font-weight: 500;
}
input, textarea {
    background-color: #fff;
    padding: 8px;
    color: #464a4c;
    border-radius: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
}
.radio, .checkbox {
    display: inline-block;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}
select {
    max-width: 100%;
    padding: 5px;
    color: #484848;
}
#respond .comment-form-url,
#respond input#url {
    width: 100%;
    float: left;
}
#respond input[type="radio"],
#respond input[type="checkbox"] {
    width: auto;
    float: left;
    margin-right: 10px;
}
#respond .comment-form-author,
#respond .comment-form-email {
    width: 50%;
    float: left;
}
#respond .comment-form-author {
    padding-right: 5%;
}
#sidebar {
    display: inline-block;
    max-width: 100%;
}
/* mod */
.page-area {
    padding: 0;
}
.widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 20px;
    position: relative;
}
.homepage-area .widget {
    margin: 0;
    padding: 0;
}
.widget ul {
    padding-left: 0;
    list-style-type: none;
}
.widget li > ul {
    padding-left: 15px;
}
/* mod */
.widget ul li {
    margin: 4px 0px 0px;
    padding: 0px 0px 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	text-align: left;
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget-title {
    font-size: 18px;
    position: relative;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}
.widget-title h3 {
    font-size: 16px;
    position: relative;
    color: #404040;
    padding: 8px 15px;
    margin: 0;
    line-height: 18px;
    display: inline-block;
    z-index: 1;
    border: 0;
}
.widget-title h3:after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #1bd8cf;
    bottom: 0;
    top: 0;
    z-index: 9;
    width: 3px;
}

.site-description {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #fff;
}
.site-branding-logo a {
    border: none;
    z-index: 99;
    position: relative;
}
.site-branding-logo img {
    width: auto;
}
.site-branding-text {
    z-index: 99;
    position: relative;
}
.site-heading {
    padding-left: 15px;
    padding-right: 15px;
}
.mobile-heading {
    float: left;
}
.mobile-heading .site-branding-logo {
    margin: 0;
    text-align: left;
    padding-right: 15px;
    max-height: 60px
}
.mobile-heading .site-branding-logo img {
    max-height: 60px
}
.mobile-heading .site-branding-logo, .mobile-heading .site-branding-text {
    text-align: left;
    float: left;
    margin-bottom: 0;
}
.mobile-heading  h1.site-title, .mobile-heading .site-title {
    line-height: 26px;
    margin-top: 5px;
}
.navbar {
    margin-bottom: 0;
}
.main-menu { /* cf styles perso */ }

#site-navigation.shrink {
    min-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border: none;
}
#site-navigation {
	width: 90%;
	max-width: 1300px;
	margin: auto;
	background-color: transparent;
    border: none;
}
#site-navigation, nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}
#site-navigation .container {
    position: relative;
}
.featured-thumbnail {
    width: 100%;
    position: relative;
}
.featured-thumbnail img {
    width: 100%;
    text-align: center;
}
.single-page-header {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}
nav.navigation.pagination {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .current {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

nav.navigation.pagination .current {
    color: #fff;
    background-color: transparent;
}

#content-footer-section {
    background-color: #808080;
    color: #ffffff;
    padding: 15px;
    clear: both;
}
#content-footer-section .news-item h2 a {
    color: #fff;
    font-weight: 300;
}
#content-footer-section .widget-title h3 {
    color: #fff;
}
#content-footer-section .posted-date, 
#content-footer-section .comments-meta, 
#content-footer-section .comments-meta a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
.footer-credits {
    background-color: #1e1e1e;
    clear: both;
}
.footer-credits-text {
    padding: 20px 0;
    color: #fff;
}

.taxonomy-description {
    margin-bottom: 20px;
}
.single-footer.row {
    clear: both;
}
/* Search styling */
/* mod */
.header-search-form {
    position: relative;
    display: inline-block;

    width: 100%;
	top: 10px;
    border: 1px solid;
    border-color: var(--principal);
    border-radius: 5px;
    height: 40px;
    background-color: #fff;
    padding-right: 58px;
    z-index: 99;
}
/* mod */
input.header-search-input {
    width: 100%;
    display: inline-block;
    border: none;
    float: left;
    height: 40px;
    border-radius: 0;
    right: 0px;
    position: relative;
    background-color: transparent;
    padding-left: 15px;
}
/* mod*/
button.header-search-button {
    border: none;
    color: inherit;
    position: absolute;
    right: 0;
    padding: 0 12px;
    font-size: 22px;
    height: 38px;
    line-height: 38px;
    background-color: var(--principal);
    top: 0;
    border-radius: 0 5px 5px 0;
    width: 48px;
}
button.header-search-button .fa {
    font-family: "Line Awesome Free" !important;
    font-weight: initial !important;
}
form.search-form label {
    width: 100%;
    display: block;
}
button.dgwt-wcas-search-submit, button.dgwt-wcas-search-submit:hover {
    background: initial;
}
form.search-form, form.woocommerce-product-search {
    position: relative;
}
.search-submit, .woocommerce-product-search button {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    line-height: 18px;
}
.search-field {
    width: 100%;
    padding-right: 90px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
input[type="search"].search-field::-webkit-input-placeholder {
    color: #d7d7d7;
}
input[type="search"].search-field:focus::-webkit-input-placeholder {
    color: #f1f1f1;
    padding: 20px 0 0 0;
}
fieldset {
    border: 2px solid #e5e5e5;
    margin: 5px 2px 15px 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: auto;
    border-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}
/* Comments */
.comment-form #comment {
    width: 100%;
}
cite.fn {
    font-weight: bold;
}
a.comment-reply-link {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.reply {
    margin: 20px 0;
}
.comment-meta.commentmetadata {
    margin: 10px 0;
    font-size: 12px;
    font-style: italic;
}
.comment-body {
    margin-bottom: 40px;
}
.commentlist li {
    list-style-type: none;
}
.error-template {
    padding-bottom: 60px;
}

.yith-wcwl-add-to-wishlist a {
    color: #666;
}
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist, .woocommerce ul.products li.product a.compare {
    font-size: 12px;
    float: left;
    max-width: 100%;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    color: #666;
}
.woocommerce ul.products li.product .d-compare-wishlist .yith-wcwl-add-to-wishlist, .woocommerce ul.products li.product .d-compare-wishlist a.compare {
    max-width: 50%;
}
.woocommerce ul.products li.product a.compare {
    margin-top: 10px;
}
.product-compare .compare i {
    margin-right: 10px;
}
.summary a.compare:before {
    font-family: "Line Awesome Free";
    content: "\f021";
    font-weight: 700;
    margin-right: 15px;
}
.yith-woocompare-widget ul.products-list li .title {
    font-size: 14px;
    line-height: 2.2em;
}
/* mod button */
button, a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.elementor-button-wrapper .elementor-button,
a.elementor-button,
.woocommerce ul.products li.product .button,
.woocommerce a.wc-forward,
.woocommerce button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .edit,
.woocommerce .single_add_to_cart_button,
.woocommerce a.checkout-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button,
.wc-block-components-checkout-place-order-button,
a.wc-block-components-button,
.wc-block-cart__submit-button,
#filters a {
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 8px 15px;
    color: #000 !important;
    background-color: #fff;
    font-weight: 300;
    font-size: 16px;
	text-transform: uppercase;
    text-decoration: none;
	vertical-align: middle;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}
a.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.forminator-button-submit {
    display: inline-block;
    min-height: auto !important;
    padding: 2px 15px !important;
    font-size: 18px;
}

#filters { line-height: 3em }
#filters a {
    padding: 5px 10px;
    text-transform: none;
}

button:hover, a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.elementor-button-wrapper .elementor-button:hover,
a.elementor-button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce a.wc-forward:hover,
.woocommerce button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce a.checkout-button:hover,
a.wc-block-components-button:hover,
#site-content a.wc-forward:hover,
#filters a:hover {
	color: #fff !important;
	background-color: #000;
	text-decoration: none;
}

/* AJOUTS */

.btn-soi a {
    background: var(--vert) !important;
    border: none !important;
    color: white !important;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    padding: 10px 20px !important;
}
.bnt-soi a:hover { background: var(--secondary) !important }


/* btn configurateur */
.woocommerce button.configure-product {
    border: none;
    background: var(--secondary);
    color: white !important;
    font-weight: 400;
    font-size: 17px;
}


/* mod */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background: #fafafa;
    padding: 7px 10px;
    color: #444;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
button#place_order {
    float: none;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 19px;
    border-radius: 5px;
}

/* mod taille texte sous photo catalogue */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	line-height: normal;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
	font-weight: 500;
    color: var(--text);
	text-transform: none !important;
}
/* mod : hauteur ligne sous photo catalogue */
h2.woocommerce-loop-product__title { height: 75px; line-height: 26px !important } 

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover { color: var(--principal) }

.woocommerce ul.products li {
    border-bottom: 0;
}
.woocommerce ul.products li.product.product-category {
    padding-bottom: 0;
}
.woocommerce ul.products li.product.product-category a img {
    margin: 0;
}
.woocommerce ul.products li.product.product-category {
    padding: 0;
}

/* mod : texte catégorie */
.term-description { margin: 30px 0; padding-left: 20px; border-left: solid 5px var(--secondary) }
.term-description strong { font-weight: 600 }

/* mod : taille texte nombre produits */
.woocommerce-result-count { font-size: 0.8em; font-weight: 500; color: #aaa }

/* mod */
.woocommerce-cart-form .coupon #coupon_code {
    width: 100%;
	vertical-align: middle;
}
.inner-wrapper {
    display: block;
    margin-bottom: 15px;
}
.content-date-comments {
    display: inline-block;
}
.cat-links, .tags-links {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
.posted-date, .comments-meta {
    margin-right: 15px;
}
.posted-date,
.cat-links a,
.cat-links span,
.tags-links span {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
.comments-meta {
    position: relative;
    z-index: 5;
    color: #000;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    display: inline-block;
}
.comments-meta a {
    color: #000;
}
span.comments-meta i {
    margin-left: 5px;
}
.tags-links a {
    position: relative;
    color: #404040;
    font-style: italic;
    opacity: 0.8;
    font-size: 14px;
    margin-right: 8px;
}
.news-item {
    margin-bottom: 10px;
}
.news-item h2 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
}
.news-item.layout-two h2 {
    font-size: 18px;
}
.one-news-section .news-item h2 {
    margin-top: 10px;
    font-size: 28px;
}
.news-item h2 a {
    color: #404040;
    font-weight: 300;
    font-size: 30px;
}
.news-thumb {
    margin-bottom: 10px;
}
.news-thumb img {
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.news-item:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
.post-excerpt {
    font-size: 16px;
    font-weight: 300;
    display: block;
    clear: both;
}
.author-meta-by {
    font-style: italic;
    opacity: 0.7;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.author-meta {
    color: #000;
    font-size: 80%;
    margin-right: 10px;
}
.head-image-heading .author-meta,
.head-image-heading .author-meta-by,
.head-image-heading .posted-date,
.head-image-heading .comments-meta,
.head-image-heading .comments-meta a {
    color: #fff;
}

/* mod */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #484848;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    padding: 8px;
}
.woocommerce ul.products li.product .star-rating {
    margin: 0 auto;
}
.woocommerce mark, .woocommerce .mark {
    background-color: transparent;
    color: inherit;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce-MyAccount-navigation li {
    list-style-type: none;
    border: 1px solid #e4e4e4;
    margin-bottom: -1px;
    padding: 5px 15px;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
}
.woocommerce-MyAccount-navigation li.is-active {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
}
.woocommerce .select2-container--default .select2-selection--single {
    border: 2px solid #e5e5e5;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.woocommerce .select2-container .select2-selection--single, 
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}
.heading-row {
    display: flex;
    float: none;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header-right {
    min-width: 150px;
    padding-left: 0;
}
.search-heading {
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 280px;
    width: 100%;
}
.header-cart, .header-my-account, .header-wishlist, .header-compare {
    float: right;
    display: block;
}
.header-my-account, .header-wishlist, .header-compare, .header-search  {
    padding-right: 4px;
}
/* mod : icones */
a.cart-contents i, .header-my-account a, .header-wishlist a, .header-compare a, .header-search a {
    color: var(--menu);
    position: relative;
}
a.cart-contents i:hover, .header-my-account a:hover, .header-wishlist a:hover, .header-compare a:hover, .header-search a:hover {
    color: var(--menu2hover);
}
/* étiquette caddie */
.amount-cart {
    color: #fff;
    background: var(--secondary);
    position: relative;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 10px;
    bottom: 3px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.5;
}
.amount-cart:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 7px solid var(--secondary);
    top: calc(50% - 5px);
    right: 100%;
}
.cart-contents span.count {
    font-size: 11px;
    padding: 0px;
    color: #fff;
    font-weight: 700;
    background-color: var(--secondary);
    border-radius: 15px;
    line-height: 18px;
    margin: 0;
    position: absolute;
    top: -10px;
    right: -11px;
    font-style: initial;
    height: 20px;
    min-width: 20px;
    text-align: center;
	border: 1px solid transparent;
}
ul.site-header-cart {
    opacity: 0;
    display: none;
    position: absolute;
    z-index: 50;
}
.woocommerce-cart ul.site-header-cart,
.woocommerce-checkout ul.site-header-cart {
    display: none !important;
}
.header-cart-block:hover ul.site-header-cart, .product-added-to-cart .header-cart-block ul.site-header-cart {
    display: block;
    opacity: 1;
    right: -10px;
    min-width: 320px;
    background-color: #fff;
    color: #000;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px;
    z-index: 9999;
    animation: showup 0.5s;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
}
.added_to_cart {
    display: block;
}
.woocommerce ul.products li {
    border-bottom: 0;
}
/*--------------------------------------------*/
/* mod onglets*/
/*--------------------------------------------*/
/* LES ONGLETS */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    text-align: center;
    border-bottom: none;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 10px 0;
    color: #8a8a8a;
    text-transform: uppercase;
    font-size: 0.95em;
    letter-spacing: 0.5px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

/* Au survol */
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:hover a {
    color: var(--secondary);
    border-bottom: 2px solid var(--secondary);
}

/* Onglet actif */
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
    color: var(--principal);
    border-bottom: 2px solid var(--principal);
}

/* CONTENU DES FICHES */
.woocommerce div.product .woocommerce-tabs .panel {
    background: #fbfbfb;
    border: 1px solid #eef0f2;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    padding: 30px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 6px 10px;
        font-size: 0.85em;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 20px 15px;
    }
}
/*--------------------------------------------*/
/* mod*/ 
.single-product div.product form.cart .plus,
.single-product div.product form.cart .minus {
    float: left;
    margin: 0;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.single-product div.product form.cart .plus:hover,
.single-product div.product form.cart .minus:hover {
	background: #000;
	color: #fff;
}
.single-product div.product form.cart .plus {
    margin-right: 10px;
}

/* ajout : masquage qté */
.woocommerce-variation-add-to-cart {
    display: none !important;
}

.woocommerce div.product form.cart table div.quantity {
    float: left;
    margin: 0 -1px;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 -1px;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 135px;
}
/* mod : bouton quantité */
.woocommerce .quantity .qty {
    border: none;
	margin: 0 3px;
    padding: 0;
    height: 26px;
    line-height: 30px;
    font-size: 18px;
	font-weight: 600;
    border-radius: 0;
    width: 2.7em;
}
/* mod */
.woocommerce div.product .woocommerce-tabs h2:first-child {
    display: none;
}
.product_meta {
    clear: both;
    font-size: 14px;
    /*border-bottom: 1px solid #eaeaea;*/
	border-bottom: none;
    padding: 20px 0;
    margin-top: 0;
}
.sku_wrapper { color: #aaa }
/* mod */
.woocommerce div.product form.cart {
    padding: 0;
    border-top: none;
    /*border-bottom: 1px solid;*/
	border-bottom: none;
    margin-top: 20px;
    border-color: #eaeaea;
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations {
    margin-bottom:0;
}

a.reset_variations {
    color: var(--secondary);
    font-weight: 500;
}
a.reset_variations:hover {
    color: var(--primary);
}

/* mod : titre produit fiche */
.woocommerce div.product .product_title,
.woocommerce-products-header h1 {
    padding: 0;
    margin: 40px 0 15px;
    border-bottom: none;
}

section.related.products, .up-sells.upsells.products {
    clear: both;
}
section.related.products ul.products, .up-sells.upsells.products ul.products {
    margin-top: 30px;
}
.woocommerce span.onsale {
    background-color: var(--secondary);
    color: #fff;
    line-height: 1.4;
    min-height: 1.4em;
    border-radius: 0;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600;
}
/* rond promo */
.pourcentage {
	display: block;
	width: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: var(--secondary);
	color: #fff;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 400;
}

/* mod : affichage prix */
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
	display: inline;
	line-height: 34px;
    padding: 5px 0;
	color: var(--price);
	font-size: 17px;
	font-weight: 500;
}
.woocommerce-product-details__short-description { margin-top: 30px }
/* mod */
.woocommerce ul.products li.product .button {
	display: block;
    margin: 5px;
    margin-bottom: 15px;
	padding: 7px 9px;
	font-size: 14px;
	font-weight: 300;
	background: none;
    color: #000;
	border: 1px solid #000
}
/* mod */
.woocommerce ul.products li.product .button:hover {
    background: #000;
    color: #fff;
}
p.woocommerce-mini-cart__buttons.buttons {
    text-align: center;
}
.woocommerce div.product form.cart .variations select {
    min-width: 70%;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.77);
    margin: 0 0 1em;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 60px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #1bd8cf;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 2px;
    height: 4px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: transparent;
    border: 1px solid;
    height: 10px;
}
.woocommerce .widget ul.woocommerce-widget-layered-nav-list li,
.woocommerce .widget_layered_nav_filters ul li {
    border: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgba(235, 233, 235, 0.46);
}
/* mod : icone sur message */
.woocommerce-message::before { color: #fff }
/* mod : barre message */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: var(--vert);
    color: #fff;
	border-top: none;
	border-radius: 5px;
}
/* mod */
.breadcrumbs {
    position: relative;
	top: 10px;
	left: 0;
	width:90%;
	max-width:1300px;
	margin: auto;
    font-size: 0.8em;
    font-weight: 400;
}
.breadcrumbs a {
text-decoration: underline;
color: var(--text);
}
.breadcrumbs a:hover {
color: var(--secondary);
}

nav.navigation.post-navigation {
    clear: both;
    width: 100%;
}
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-subtitle {
    background: transparent;
    opacity: 0.8;
    color: initial;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.nav-links {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
.nav-links .nav-title {
    position: relative;
}
.nav-previous .fa {
    margin-right: 5px;
}
.nav-next .fa {
    margin-left: 5px;
}

/*-------------------------------------------------------*/
/* mod */
/*-------------------------------------------------------*/
.cli_messagebar_head { font-size: 20px !important; font-weight: 700; color: #e94e1b }

/*-------------------------------------------------------*/
/* MENU
/*-------------------------------------------------------*/
.dropdown-menu {
    padding: 0;
    margin: 0;
  font-size: 17px;
    font-weight: 600;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 8px, 0.175);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  font-size: 17px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: var(--principal);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #aaa;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
/*-------------------------------------------------------*/
/* boutons Elementor */
a.elementor-button.elementor-size-md { font-size: 18px; padding: 5px 15px }
.elementor-element.elementor-button-warning .elementor-button:hover { background-color: var(--principal) } 
/*-------------------------------------------------------*/
/* gallerie photos */
.gallery img { border: 2px solid #fff !important }
.gallery .gallery-item { margin: 0 !important }
/*-------------------------------------------------------*/
[data-tooltip]:before { z-index: 99999; }
/*-------------------------------------------------------*/
/* barre notif boutique démo */
.woocommerce-store-notice, p.demo_store { position: relative }
/*-------------------------------------------------------*/
/* .woocommerce .woocommerce-result-count { display: none } nombre de produits dans page catégorie */
.woocommerce div.product { margin-top: 30px; margin-bottom: 0 } /* description fiche produit */
.posted_in { display: block } /* catégorie sur fiche */

/* boutons désactivés */
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] { padding: 8px 15px }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #fff;
	color: #000;
	opacity: .3;
}

/* marge dans mini shopping cart */
.widget_shopping_cart { margin: 15px 10px -10px 10px }

/* Vignettes en ligne */
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: none;
}

/* vignettes page produit */
/*.woocommerce div.product div.images .flex-control-thumbs li {
	width: auto;
	margin: 5px 5px 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	width: 65px;
	opacity: 1;
	border: 1px solid #ccc;
    border-radius: 50%;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}*/

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 60px;
    height: 60px;
    margin: 5px 5px 0 0;
    border-radius: 50%;
    overflow: hidden; /* Coupe ce qui dépasse des 65px */
    position: relative; /* Permet de centrer l'image à l'intérieur */
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    transform: none !important; 
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    object-fit: none;
    opacity: 1;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 0.5;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

@media screen and (max-width: 560px) {
.woocommerce div.product div.images .flex-control-thumbs { zoom: 0.8 }
}

/* menu déroulant taille */
.variations th.label { /*width: 0*/; display: none }

select#taille {
	width: 100%;
	max-width: 250px;
	color: var(--text);
	border: solid 1px #999;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	background: #fff url("img/arrow-down.png") no-repeat right 0 center;
	padding: 7px 30px 7px 8px;
	border-radius: 0;
}

/* notation */
.stars a { color: gold }

/* panier */
.woocommerce table.shop_table { border: none }
.woocommerce a.remove { color: var(--secondary) !important } /* bouton supprimer produit du panier */
.woocommerce a.remove:hover { background: var(--secondary) }
.product-name { font-weight: 600 } /* titre produit */
.woocommerce-Price-amount { font-weight: 600 } /* prix */
.woocommerce-info::before { color: #fff } /* icone info */
.woocommerce-info a { color: #fff; font-weight: 600 }
.woocommerce-info a:hover { color: #fff }

/* état stock */
.woocommerce div.product p.stock { font-weight: 600; font-size: 17px }
.available-on-backorder { font-weight: 600; font-size: 17px }

/* cart */
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img { width: 80px }

.woocommerce-cart-form .coupon { width: 100%; max-width: 500px } /* bloc coupon */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { max-width: 600px }

.cart_totals h2 { display: none }

.order-total { background: var(--principal); color: #fff; font-weight: 700; font-size: 1.2em }
.order-total .woocommerce-Price-amount {color: #fff; font-weight: 700 } /* total */

.wc-proceed-to-checkout .checkout-button { font-size: 1.3em !important }

.woocommerce-page table.cart td.actions button { font-size: 15px; padding: 8px 15px }

.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input { width: 100%; max-width: 240px }

.woocommerce-checkout-review-order-table .cart_item { font-weight: 300 !important }

@media screen and (max-width: 760px) {
.woocommerce-cart-form .coupon #coupon_code, .woocommerce-page table.cart td.actions .coupon .button { width: 48%; max-width: 48%; height: 38px }
}
/* texte après bouton ApplePay */
#wcpay-payment-request-button-separator { font-size: 19px; font-weight: 600; margin: 10px auto 20px auto; border: 1px solid #000; line-height: 35px }
#wcpay-payment-request-button-separator:after { content:" Commander par CB ou PayPal" }

#order_review_heading { margin-top: 20px } /* marge avant Votre commande */
#order_review_heading:after { content : " : récapitulatif" }

.wooccm-additional-fields { background: #fafafa; padding: 5px 0 0 10px; margin-bottom: 20px; border-left: 5px solid #f9ca63 } /* case à cocher CGV */

.payment_method_woocommerce_payments { display: none } /* masque paiement CB WC */
.woocommerce-checkout #payment div.payment_box { display: none !important } /* panneau CB */

/*-------------------------------------------------------*/
/* Free shippuing
/*-------------------------------------------------------*/
.freeship {
	background: var(--secondary);
	color: #fff;
	padding: 8px 15px;
	text-align: center !important;
}

/*--------------------------------------------------------------
# Forminator
--------------------------------------------------------------*/
.forminator-title { margin: 0 }
.forminator-row { margin: 20px 0 10px 0 !important }
.section { margin: 30px 0 10px 0 }

.forminator-label { font-weight: 500 !important; line-height: 23px; display: block }

.forminator-response-message { display: none }
.forminator-response-message { font-weight: 500; color: var(--vert); margin-bottom: 30px }
.forminator-error-message { font-weight: 500; font-style: italic; color: var(--secondary) }
.forminator-required { color: var(--secondary) }
.forminator-checkbox__label { display: inline-block; margin-left: 8px }
.forminator-checkbox-box, .forminator-checkbox-label, .forminator-radio-bullet { margin-right: 8px }
.forminator-radio, .forminator-select--field { display: block; margin-top: 10px  }
.forminator-select--field { background: #fff; width: 100% }

/*----------------------------------------------*/
/* Cookie Yes
/*----------------------------------------------*/
.cky-consent-container { width: 530px !important; border-left: 8px solid var(--vert); box-shadow: 0 0 20px rgba(0,0,0,0.4) }
.cky-consent-container:before { position: absolute; top: -35px; right: 5px; width: 115px; height: 90px; content: url("img/cookies.svg") }

.cky-consent-container button.cky-btn-accept, .cky-consent-container button.cky-btn-reject, 
.cky-modal button.cky-btn-accept, .cky-modal button.cky-btn-reject, .cky-modal button.cky-btn-preferences { color: #fff !important; background-color: var(--vert) !important }

.cky-consent-container button, .cky-prefrence-btn-wrapper button { border: 2px solid var(--vert) !important; color: var(--vert) !important }

.cky-consent-container a { color: var(--vert) !important; text-decoration: none !important }
.cky-consent-container a:hover { color: var(--secondary) !important; border-bottom-color: var(--secondary) !important }

button.cky-accordion-btn:not(:hover):not(:active), button.cky-banner-btn-close:not(:hover):not(:active), button.cky-btn-revisit:not(:hover):not(:active), button.cky-btn-close:not(:hover):not(:active) { color: var(--vert) !important }
button.cky-accordion-btn:hover:not(:active), button.cky-banner-btn-close:hover:not(:active), button.cky-btn-revisit:hover:not(:active), button.cky-btn-close:hover:not(:active) { color: #ccc !important }



/*----------------------------------------------*/
/* FILTRES
/*----------------------------------------------*/
/* Uniquement sur ordinateur */
@media (min-width: 992px) {
    .wc-block-product-filters {
        background-color: #fcfcfc !important; /* Un fond hors-blanc très léger pour marquer la zone */
        border: 1px solid #eeeeee !important;  /* Une bordure fine pour border le bloc */
        border-radius: 8px !important;         /* Des angles légèrement adoucis */
        padding: 24px !important;              /* De l'espace interne pour laisser respirer les filtres */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important; /* Un ombrage ultra-discret pour décoller le bloc */
        margin-bottom: 30px !important;        /* Espace avec les éléments du dessous */
    }
}
.wc-block-product-filters h2, .wc-block-product-filters h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
}
.wc-block-product-filters h2 { font-size: 20px }
.wc-block-product-filters h3 { font-size: 16.5px }
.wc-block-product-filters p  { margin: -4px 0 0 0 }

/* Force l'alignement horizontal sur TOUS les filtres */
.wc-block-product-filter-checkbox-list__items,
.wc-block-product-filter-checkbox-list__items p {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- STYLE DES BOUTONS PARENTS (TEXTE BLANC SUR FOND NOIR) --- */
.wc-block-product-filter-checkbox-list__item:has(label[for="taxonomy/product_cat-collections"]) .wc-block-product-filter-checkbox-list__label,
.wc-block-product-filter-checkbox-list__item:has(label[for="taxonomy/product_cat-vetements"]) .wc-block-product-filter-checkbox-list__label,
.wc-block-product-filter-checkbox-list__item:has(label[for="taxonomy/product_cat-sacs-et-accessoires"]) .wc-block-product-filter-checkbox-list__label {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-color: #000000 !important;
}

/* Effet au survol du bouton parent */
.wc-block-product-filter-checkbox-list__item:has(label[for="taxonomy/product_cat-collections"]) .wc-block-product-filter-checkbox-list__label:hover,
.wc-block-product-filter-checkbox-list__item:has(label[for="taxonomy/product_cat-vetements"]) .wc-block-product-filter-checkbox-list__label:hover,
.wc-block-product-filter-checkbox-list__item:has(label[for="taxonomy/product_cat-sacs-et-accessoires"]) .wc-block-product-filter-checkbox-list__label:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}

.wc-block-product-filter-checkbox-list__item:has(label[for="taxonomy/product_cat-sexe"]) .wc-block-product-filter-checkbox-list__label {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-color: #000000 !important;
}


/* Aligne proprement chaque élément sur la ligne */
.wc-block-product-filter-checkbox-list__item {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
}

/* Aligne le texte et la case à cocher, et fixe une hauteur pour éviter les déformations */
.wc-block-product-filter-checkbox-list__label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    cursor: pointer !important;
    height: 32px !important;
}

/* Éradication stricte des retours à la ligne parasites */
.wc-block-product-filter-checkbox-list__items br {
    display: none !important;
}


/* 1. TAILLES & CATÉGORIES : Transformation visuelle en boutons */
.wc-block-product-filter-checkbox-list__label {
    border: 1px solid #000 !important;
    padding: 0 12px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    font-weight: 300 !important;
    transition: all 0.2s ease !important;
}

/* Masquage de la case carrée moche et du SVG natif */
.wc-block-product-filter-checkbox-list__input-wrapper {
    display: none !important;
}

/* Effet au survol des boutons */
.wc-block-product-filter-checkbox-list__label:hover {
    border-color: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}

/* Style du bouton lorsque la taille ou la catégorie est sélectionnée */
.wc-block-product-filter-checkbox-list__item input[type="checkbox"]:checked + .wc-block-product-filter-checkbox-list__text-wrapper,
.wc-block-product-filter-checkbox-list__label:has(input[type="checkbox"]:checked),
.wc-block-product-filter-checkbox-list__label.is-checked {
    background-color: var(--vert) !important;
    border-color: var(--vert) !important;
    color: #fff !important;
}
/* S'assurer que le texte à l'intérieur passe bien en blanc aussi */
.wc-block-product-filter-checkbox-list__label:has(input[type="checkbox"]:checked) .wc-block-product-filter-checkbox-list__text {
    color: #fff !important;
}

/* ==========================================================================
   BARRE DE PRIX : BLOCAGE STYLING INLINE (ANTI-JS EFFECTS)
   ========================================================================== 
/* 1. Le rail de fond complet (Gris clair discret) */
.wc-block-product-filter-price-slider__range {
    position: relative !important;
}

.wc-block-product-filter-price-slider__range:before {
    background: #e0e0e0 !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* 2. La ZONE ACTIVE entre les deux ronds (Noir contrasté) */
.wc-block-product-filter-price-slider__range .range-bar {
    background: #000000 !important;
    height: 4px;
    position: absolute !important;
    top: 0 !important;
    left: var(--low) !important;
    width: calc(var(--high) - var(--low)) !important; 
    z-index: 2;
}

/* 3. Les boutons curseurs ronds (Boutons noirs, contour blanc) */
.wc-block-product-filter-price-slider__range input[type="range"] {
    position: relative;
    z-index: 3;
}

.wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    background: #000000 !important;
    border: 2px solid #ffffff !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15) !important;
}

.wc-block-product-filter-price-slider__range input[type="range"]::-moz-range-thumb {
    background: #000000 !important;
    border: 2px solid #ffffff !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15) !important;
}