/*!
Theme Name: eco_wordpress
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eco_wordpress
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

eco_wordpress is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements 
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    max-width: 100vw;
    overflow-x: hidden
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

.entry-content > *,#content header,#content > article > .attachment-post-thumbnail,body > footer,.articles-wrapper {
    width: 80%;
    margin: auto;
    max-width: 1070px
}

#content > article > .attachment-post-thumbnail {
    display: block;
    margin-bottom: 20px;
    max-height: 50vh;
    object-fit: contain
}

@media(max-width: 1024px) {
    .entry-content > *,#content header,#content .attachment-post-thumbnail,body > footer,.articles-wrapper {
        width:85%
    }
}

@media(max-width: 800px) {
    .entry-content > *,#content header,#content .attachment-post-thumbnail,body > footer,.articles-wrapper {
        width:92%
    }
}

@media(max-width: 640px) {
    .entry-content > *,#content header,#content .attachment-post-thumbnail,body > footer,.articles-wrapper {
        width:95%
    }
}

@media(max-width: 480px) {
    .entry-content > *,#content header,body > footer,.articles-wrapper {
        width:calc(100% - 18px)
    }
}

@media(max-width: 340px) {
    .entry-content > *,#content header,#content .attachment-post-thumbnail,body > footer,.articles-wrapper {
        width:calc(100% - 10px)
    }
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body,button,input,select,optgroup,textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 3px 10px
}

h1,h2,h3,h4,h5,h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

dfn,cite,em,i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

code,kbd,tt,var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,:before,:after {
    box-sizing: inherit
}

body {
    background: #fff;
    overflow-x: hidden;
    max-width: 100vw;
    padding: 0
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0,0,0,0.8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,button:focus,input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:active,input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb
}

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 {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a {
    color: #4169e1
}

a:visited {
    color: purple
}

a:hover,a:focus,a:active {
    color: #191970
}

a:focus {
    outline: thin dotted
}

a:hover,a:active {
    outline: 0
}

#masthead {
    background-color: #f7f7f7;
    padding: 10px;
    position: relative;
    max-height: 80px
}

.site-branding {
    width: 18%;
    max-width: 250px;
    display: inline-block;
    max-height: 60px;
    text-align: center;
    position: relative
}

.site-branding a,.site-branding a:active,site-branding > nav > a:visited {
    background-color: dimgrey;
    display: inline-block;
    color: #fff
}

#masthead nav {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    padding-left: 20px;
    position: relative;
    min-height: 44px
}

#masthead nav a {
    display: inline-block;
    padding: 10px
}

.menu-toggle,.main-navigation.toggled ul {
    display: none
}

@media screen and (max-width: 37.5em) {
    .menu-toggle {
        display:block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

    #masthead {
        padding: 10px 0
    }

    #masthead nav {
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        background-color: #f1f1f1;
        margin: 0;
        padding: unset;
        text-align: center;
        min-height: unset;
        height: 0;
        overflow: hidden;
        transition: .3s
    }

    #masthead nav a {
        display: block
    }
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.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: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.sticky {
    display: block
}

.post,.page {
    margin: 0 0 1.5em
}

.updated:not(.published) {
    display: none
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

embed,iframe,object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.wp-block-columns {
    display: block;
    text-align: center
}

.wp-block-columns .wp-block-column {
    margin: unset;
    margin-right: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.wp-block-columns.inverted {
    position: relative;
    color: #fff;
    padding: 2em 0
}

.wp-block-columns.inverted:after {
    position: absolute;
    background-color: #1a1a1a;
    width: calc(120vw);
    left: -20vw;
    top: 0;
    bottom: 0;
    display: block;
    content: ' ';
    z-index: -1
}

.inverted .oc-field {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.inverted .oc-field::placeholder {
    color: silver
}

.inverted button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px
}

.inverted button:hover {
    background-color: #fff;
    color: #1a1a1a
}

.wp-block-columns .wp-block-column:last-child {
    margin-right: 0
}

.has-2-columns .wp-block-column {
    width: calc(50% - 7px)
}

.has-3-columns .wp-block-column {
    width: calc(33.33% - 7px*2)
}

.has-4-columns .wp-block-column {
    width: calc(25% - 7px*3)
}

.has-5-columns .wp-block-column {
    width: calc(20% - 7px*4)
}

.has-6-columns .wp-block-column {
    width: calc(16.66% - 7px*5)
}

.has-7-columns .wp-block-column {
    width: calc(14.28% - 7px*6)
}

.has-8-columns .wp-block-column {
    width: calc(12.5% - 7px*7)
}

.has-9-columns .wp-block-column {
    width: calc(11.11% - 7px*8)
}

.has-2-columns .wp-block-column:nth-child(2n) {
    margin-right: 0
}

.has-3-columns .wp-block-column:nth-child(3n) {
    margin-right: 0
}

.has-4-columns .wp-block-column:nth-child(4n) {
    margin-right: 0
}

.has-5-columns .wp-block-column:nth-child(5n) {
    margin-right: 0
}

.has-6-columns .wp-block-column:nth-child(6n) {
    margin-right: 0
}

.has-7-columns .wp-block-column:nth-child(7n) {
    margin-right: 0
}

.has-8-columns .wp-block-column:nth-child(8n) {
    margin-right: 0
}

.has-9-columns .wp-block-column:nth-child(9n) {
    margin-right: 0
}

@media(max-width: 1024px) {
    .has-2-columns .wp-block-column {
        width:calc(50% - 7px)
    }

    .has-3-columns .wp-block-column {
        width: calc(50% - 7px)
    }

    .has-4-columns .wp-block-column {
        width: calc(50% - 7px)
    }

    .has-5-columns .wp-block-column {
        width: calc(33.33% - 7px*2)
    }

    .has-6-columns .wp-block-column {
        width: calc(33.33% - 7px*2)
    }

    .has-7-columns .wp-block-column {
        width: calc(25% - 7px*3)
    }

    .has-8-columns .wp-block-column {
        width: calc(25% - 7px*3)
    }

    .has-9-columns .wp-block-column {
        width: calc(33.33% - 7px*2)
    }

    .has-3-columns .wp-block-column:nth-child(2n) {
        margin-right: 0
    }

    .has-4-columns .wp-block-column:nth-child(2n) {
        margin-right: 0
    }

    .has-5-columns .wp-block-column:nth-child(3n) {
        margin-right: 0
    }

    .has-6-columns .wp-block-column:nth-child(3n) {
        margin-right: 0
    }

    .has-7-columns .wp-block-column:nth-child(4n) {
        margin-right: 0
    }

    .has-8-columns .wp-block-column:nth-child(4n) {
        margin-right: 0
    }

    .has-9-columns .wp-block-column:nth-child(3n) {
        margin-right: 0
    }
}

@media(max-width: 800px) {
    .has-2-columns .wp-block-column {
        width:calc(50% - 7px)
    }

    .has-3-columns .wp-block-column {
        width: calc(50% - 7px)
    }

    .has-4-columns .wp-block-column {
        width: calc(50% - 7px)
    }

    .has-5-columns .wp-block-column {
        width: calc(50% - 7px)
    }

    .has-6-columns .wp-block-column {
        width: calc(50% - 7px)
    }

    .has-7-columns .wp-block-column {
        width: calc(50% - 7px)
    }

    .has-8-columns .wp-block-column {
        width: calc(50% - 7px)
    }

    .has-9-columns .wp-block-column {
        width: calc(33.33% - 7px*2)
    }

    .has-5-columns .wp-block-column:nth-child(3n) {
        margin-right: 10px
    }

    .has-5-columns .wp-block-column:nth-child(2n) {
        margin-right: 0
    }

    .has-6-columns .wp-block-column:nth-child(3n) {
        margin-right: 10px
    }

    .has-6-columns .wp-block-column:nth-child(2n) {
        margin-right: 0
    }

    .has-7-columns .wp-block-column:nth-child(4n) {
        margin-right: 10px
    }

    .has-7-columns .wp-block-column:nth-child(2n) {
        margin-right: 0
    }

    .has-8-columns .wp-block-column:nth-child(4n) {
        margin-right: 10px
    }

    .has-8-columns .wp-block-column:nth-child(2n) {
        margin-right: 0
    }
}

@media(max-width: 640px) {
    .has-9-columns .wp-block-column {
        width:calc(50% - 7px)
    }

    .has-9-columns .wp-block-column:nth-child(3n) {
        margin-right: 10px
    }

    .has-9-columns .wp-block-column:nth-child(2n) {
        margin-right: 0
    }
}

@media(max-width: 480px) {
    .has-2-columns .wp-block-column,.has-3-columns .wp-block-column,.has-4-columns .wp-block-column,.has-5-columns .wp-block-column,.has-6-columns .wp-block-column,.has-7-columns .wp-block-column,.has-8-columns .wp-block-column,.has-9-columns .wp-block-column {
        width:calc(100%)
    }

    .wp-block-columns .wp-block-column {
        margin: unset
    }
}

body > footer {
    color: #000;
    padding: 3em 0 2em
}

body > footer header {
    text-transform: uppercase;
    font-size: 1.3em
}

body > footer p,body > footer ul {
    margin-bottom: 0;
    margin-top: 10px
}

body > footer ul {
    list-style-type: none;
    padding-left: 0
}

body > footer .wp-block-column {
    border-left: 1px solid #fff;
    padding-left: 10px
}

.menufooter a {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase
}

.modeP {
    float: left;
    font-weight: 700
}

.logocb {
    margin-bottom: -4.5%;
    margin-left: 2%
}

.logoRS img {
    width: 8%;
    margin: 2%
}

.wp-block-column {
    display: flex;
    justify-content: center
}

.blockfooter1 {
    display: flex;
    margin-left: 15%
}

.blockfooter2 {
    margin-left: 40%
}

.blockfooter2 p {
    text-align: center
}

.blockfooter2 header {
    text-align: center
}

.blockfooter2 ul {
    text-align: center
}

@media(max-width: 1051px) {
    .blockfooter2 {
        margin-left:20%
    }

    .blockfooter1 {
        margin-left: 10%
    }
}

@media(max-width: 770px) {
    .blockfooter1 {
        margin-left:5%
    }
}

@media(max-width: 630px) {
    .blockfooter1 {
        margin-left:0;
        display: block
    }

    .blockfooter2 {
        margin-left: 0;
        margin-left: 10%
    }

    .menufooter {
        text-align: center;
        margin-bottom: 5%;
        width: 100%!important;
        margin-left: 10%
    }
}

header#masthead > nav li {
    display: inline-block;
    width: max-content;
    text-align: center;
    vertical-align: middle
}

.main-navigation a {
    font-family: 'Sanchez',serif;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin: 0 10px
}

.menu .sub-menu li:nth-child(4):after {
    content: "";
    display: none
}

.sub-menu li:nth-child(2):after {
    content: "";
    display: none;
    position: absolute
}

.sub-menu li:nth-child(1):after {
    content: "";
    display: none;
    position: absolute
}

.sub-menu li:nth-child(5):after {
    content: "";
    display: none;
    position: absolute
}

.menu-menu-container {
    padding: 0!important;
    width: 80%;
    text-align: right!important
}

.menu-menu-container li {
    margin-right: 2%
}

@media(max-width: 1241px) {
    .menu-menu-container li {
        margin-right:0
    }
}

.menu-menu-container ul {
    padding: 0
}

@media(max-width: 1124px) {
    .menu li:nth-child(1):after {
        display:none
    }

    .menu li:nth-child(2):after {
        display: none
    }

    .menu li:nth-child(4):after {
        display: none
    }

    .menu li:nth-child(5):after {
        display: none
    }
}

.sub-menu {
    display: none;
    background-color: #fff;
    padding: 0;
    transition-duration: .5s;
    position: absolute;
    padding-top: 0!important;
    margin-top: 0
}

.sub-menu li {
    display: block!important;
    margin: 0;
    width: auto
}

.sub-menu li a {
    text-align: left;
    color: #000;
    padding: 8px;
    display: block!important
}

.menu-item-has-children:hover {
    transition-duration: .5s;
    cursor: default
}

.menu-item-has-children:hover .sub-menu {
    display: block;
    transition-duration: .5s
}

.sub-menu a:hover:after {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 0!important;
    height: 0!important;
    left: 0;
    margin-top: 0
}

.sub-menu a:hover:before {
    content: "";
    position: absolute;
    width: 0!important;
    height: 0!important;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    transform: rotate(180deg);
    margin-left: 0;
    margin-top: 0
}

@media screen and (max-width: 1124px) {
    .sub-menu {
        display:block;
        position: relative;
        width: auto;
        margin-top: 0!important;
        margin-left: 15px!important;
        display: block;
        width: 100%;
        background-color: transparent
    }

    .sub-menu li a {
        text-align: left!important
    }

    .headlogo img {
        width: 55px!important
    }

    .reso .headlogo:first-child {
        float: right
    }

    .reso {
        width: 250px
    }
}

.imagefond {
    width: 100%;
    margin-top: 103px
}

@media(max-width: 1124px) {
    .imagefond {
        margin-top:60px
    }

    .recherche {
        display: none
    }

    .menu-menu-container {
        margin-top: 55px;
        line-height: .7
    }
}

#site-navigation {
    box-shadow: 0 22px 33px -35px rgba(0,0,0,0.75)
}

.product-categories {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 16px
}

.product-categories a {
    color: #fff;
    text-decoration: none
}

.product-categories li {
    list-style: none;
    margin-bottom: 5%;
    font-weight: 100
}

.product-categories ul {
    list-style: none
}

.cat-item {
    border-bottom: 1.2px #fff solid
}

.children .cat-item {
    border-bottom: 0 #fff solid
}

.children {
    border-top: 1.4px #fff solid;
    padding-left: 0;
    font-size: 14px;
    font-family: Gill Sans,Gill Sans MT,sans-serif;
    padding-top: 10px
}

.content-shop {
    display: flex;
    width: 100%;
    justify-content: flex-start
}

.filtrecatalogue {
    background-color: var(--color-primary);
    padding-right: 2%;
    margin-top: -7.4px;
    width: 350px
}

.catalogue-shop {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%
}

.woocommerce-products-header {
    width: 100%!important
}

.woocommerce-products-header h1 {
    color: #29a5aa;
    font-weight: 100;
    font-size: 28px;
    border-bottom: solid 2px #29a5aa
}

.page-numbers {
    border: 1px solid #29a5aa;
    border-radius: 5px;
    color: #29a5aa!important
}

.current {
    background-color: #29a5aa!important;
    color: #fff!important
}

.woocommerce-loop-product__title {
    text-align: center;
    color: #000;
    font-weight: 100
}

.woocommerce-pagination ul {
    border: 0!important
}

.woocommerce-pagination li {
    border: 0!important
}

.count {
    font-size: 11px
}

.children .hello {
    display: none
}

.hello {
    float: right;
    cursor: pointer;
    width: 19px
}

.declancheur-cat {
    display: none
}

@media(max-width: 890px) {
    .declancheur-cat {
        display:block;
        text-align: center;
        background-color: var(--color-primary);
        position: fixed;
        bottom: 0;
        z-index: 3;
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        color: #fff!important;
        z-index: 3;
        cursor: pointer
    }

    .entry-content-product {
        width: 100%!important
    }

    .content-shop {
        display: block
    }

    .filtrecatalogue {
        background-color: var(--color-primary);
        padding-right: 5%;
        position: fixed;
        bottom: 48px;
        z-index: 3;
        padding-left: 0;
        padding-right: 13%;
        width: 100%;
        margin-bottom: -6px
    }

    .hello {
        width: 25px!important;
        margin-top: 10px!important
    }

    .cat-item a {
        font-size: 15px;
        line-height: 1.5
    }

    .cat-item span {
        font-size: 10px
    }

    .hello {
        width: 15px
    }

    .children {
        margin-bottom: 0!important
    }

    .product-categories li {
        line-height: 2;
        margin-bottom: 0
    }

    .catalogue-shop {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%
    }

    .filtrecatalogue {
        display: none
    }
}

.children {
    display: none
}

.product_title {
    font-size: 20px!important;
    text-align: left!important;
    color: #000!important;
    text-transform: none
}

.single_add_to_cart_button {
    font-family: 'Sanchez',serif;
    color: var(--color-primary)!important;
    background-color: #fff!important;
    border: 1.5px solid var(--color-primary)!important;
    transition-duration: .5s
}

.single_add_to_cart_button:hover {
    color: #ffff!important;
    background-color: var(--color-primary)!important
}

.entry-content-product .price {
    text-align: right!important;
    color: #000!important;
    font-family: Gill Sans,Gill Sans MT,sans-serif;
    font-weight: 600
}

.entry-content-product .woocommerce-variation-add-to-cart {
    float: right
}

.product_meta a {
    text-decoration: none;
    color: var(--color-primary)
}

.entry-content-product .wc-tabs {
    display: none
}

.entry-content-product {
    width: 80%;
    margin-top: 1.5%
}

.entry-content-product .woocommerce-Tabs-panel {
    background-color: #dff1f2;
    padding-top: 2%!important;
    padding-bottom: 2%!important
}

.entry-content-product .entry-summary {
    padding-right: 5%
}

.entry-content-product .woocommerce-product-gallery__image {
    padding-left: 5%
}

.entry-content-product .related {
    padding-right: 5%;
    padding-left: 5%
}

@media(max-width: 769px) {
    .entry-content-product .woocommerce-product-gallery__image {
        padding-right:5%
    }

    .entry-content-product .entry-summary {
        padding-right: 5%;
        padding-left: 5%
    }
}

.children li {
    line-height: 1.2;
    font-size: 14px
}

.products li {
    transition-duration: .5s
}

.products li:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.03);
    border-radius: 3px
}

.price {
    color: #000!important;
    text-align: center;
    display: block
}

.amount_needed,.input-text {
    border: 1.5px solid var(--color-primary)!important
}

.wc-measurement-price-calculator-price {
    color: #000;
    text-align: left;
    display: block
}

.entry-summary .wc-measurement-price-calculator-price {
    font-size: 17px;
    font-weight: 600
}

.button {
    padding: .45em 1em!important;
    font-family: 'Sanchez',serif;
    color: var(--color-primary)!important;
    background-color: #fff!important;
    border: 1.5px solid var(--color-primary)!important;
    transition-duration: .5s
}

.button:hover {
    color: #ffff!important;
    background-color: var(--color-primary)!important
}

.cart-collaterals {
    margin-bottom: 5%
}

.product-name a {
    text-decoration: none;
    color: #000
}

.onsale {
    z-index: 1!important;
    margin: 0!important;
    border-radius: 0!important;
    background-color: var(--color-primary)!important
}

.featured:after {
    content: "";
    background: url(https://ekite.fr/wp-content/uploads/2020/03/CoupdeCoeur-1.png) no-repeat;
    display: block;
    position: absolute;
    width: 35px;
    height: 70px;
    top: 0;
    left: 15px;
    background-size: 35px
}

.entry-content-product .featured:after {
    content: "";
    background: url(https://ekite.fr/wp-content/uploads/2020/03/CoupdeCoeur-1.png) no-repeat;
    display: block;
    position: absolute;
    width: 36px;
    height: 70px;
    top: 0;
    left: 50px;
    background-size: 35px
}

.entry-content-product .onsale {
    display: none
}

.boco div {
    vertical-align: bottom!important
}

#coupon_code {
    width: 100px
}

@media(max-width: 769px) {
    #coupon_code {
        width:50%
    }
}

.wc-measurement-price-calculator-price {
    text-align: center
}

.stock {
    display: none
}

.search-block {
    display: block;
    text-align: center
}

.search-block li {
    list-style: none
}

#sidebar {
    display: none
}

.nav-links {
    display: block;
    height: 150px
}

.nav-previous a {
    text-decoration: none;
    color: #000;
    margin: 2%
}

.nav-next a {
    text-decoration: none;
    color: #000;
    margin: 2%
}
