/*!
Theme Name: Fablab Shop
Theme URI: http://underscores.me/
Author: Michaut Xavier
Author URI: http://xmichaut.fr
Description: Wordpress theme for fablab-en-kit eShop
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fablab-shop
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.

Fablab Shop is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/*a:visited {
	color: #800080;
}*/

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

a:focus {
	/*outline: thin dotted;*/
}

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

/* Forms
--------------------------------------------- */
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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

/*.main-navigation ul ul a {
	width: 200px;
}*/

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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: 0.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*
////////////////////////////////////////////////////////////////////////////
AJOUT XMICHAUT
////////////////////////////////////////////////////////////////////////////
*/
body,
html{
  background-color:#FFFFFF;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

/*SITE GENERIQUE*/
.txt-centre, .text-centre, .txt_centre, .text_centre{
  text-align: center;
}
.txt_droite,
.txt-right{
  text-align:right;
}
.txt-justify{
  text-align:justify;
}

.display-table{
  display: table;
}
.display-table .display-cell{
  display:table-cell;
  vertical-align: middle;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.vcenter{
  display:flex;
  flex-direction:column;
  justify-content:center;
  }
	.vertical_centre{
		display: flex;
    align-items: center;
	}
.bloc-contain{
  background-repeat: no-repeat;
  background-position:center;
  background-size: contain;
}
.bloc-cover{
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
.img_carre{
  width:100%;
  padding-top:100%;
}
.scaled,
.transition {
	transition: all .2s ease-in-out;
	transform-origin: center;
}
.scaled:hover {
	transform: scale(0.9);
}
.txt-blanc, .txt_blanc{
	color:#FFFFFF;
}
/*colonne même hauteur */
.memetaille{
    overflow: hidden;
}
.memetaille [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
video{
	padding:0 !important;
}
.txt_blanc{
	color: #FFFFFF;
}
.fill_blanc{
	background-color: #FFFFFF;
}
.btn_rounded{
  border-radius:30px;
  max-width: 50%;
  margin: 0 auto;
}
.txt_gris{
  color:#666;
}
.all_caps,
.uppercase{
	text-transform:uppercase;
}
.margin_bottom_30px{
	margin-bottom: 30px;
}
.margin_bottom_10vh{
  margin-bottom:10vh!important;
}
.margin_bottom_15vh{
  margin-bottom:15vh!important;
}
.margin_top_10vh{
	margin-top: 10vh;
}

.margin_top_15vh{
	margin-top: 15vh;
}
.margin_top_15px{
	margin-top: 15px!important;
}
.padding_15px{
	padding:15px;
}
.padding_top_15vh{
  padding-top:15vh;
}
.padding_top_2vh{
  padding-top:2vh;
}
.padding_bottom_2vh{
  padding-bottom:2vh;
}
.padding_top_100px{
  padding-top:100px;
}
.padding_left_0{
  padding-left:0;
}

/*recaptcha*/
.grecaptcha-badge{
  bottom:80px!important;
}
/*masquer le "voir tous les pmroduits" */
.js-dgwt-wcas-suggestion-more{
  display:none;
}
/*
======================================================================
FONTES
======================================================================
*/
.taille_titre{
	font-size:4em;
	margin-top:5vh;
}
product h1,
section.related.products > h2:first-of-type,
section.up-sells.products > h2:first-of-type,
.taille_moyen_titre{
	font-size:2.4em;
}
#cmplz-document h2,
.widget-title.wpc-filter-title,
#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-title,
.taille_ss_titre{
	font-size:1.4em !important;
}
.gras{
	font-weight:700;
}
a{
  text-decoration: none !important;
	color:#000000;
	transition: all .2s ease-in-out;
	cursor: pointer;
}
/*
======================================================================
HEADER
======================================================================
*/

.home .woocommerce-notices-wrapper,
.home header.woocommerce-products-header{
	display:none;
}
#section_header_top{
	height:9vh;
}
#section_header_top #logo{
	height: 9vh;
	background-size: 9vh;
}
#section_header_baseline .taille_titre{
	height:5vh;
}
#section_header_baseline{
	display:none;
}
.btn_icone{
	display:inline-block;
	background-size: 3.5vh;
	border-radius: 15px;
	height:6vh;
	width:6vh;
	margin:1.5vh;
}
#fkit-floating-count.fkcart-item-count{
    float: right;
    color: #FFFFFF;
    height: 1.5em;
    width: 1.5em;
		font-size:1em;
    background-color: #f00;
    margin-right: -10px;
    margin-top: -5px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
}
/*
MEGAMENU
*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  text-align: center;
	display:inline-flex;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item{
	display:flex;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: 70px;
		text-align:center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    top: 70px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    margin: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 70px;
	left: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu#mega-menu-item-14565 > ul.mega-sub-menu,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu#mega-menu-item-14566 > ul.mega-sub-menu,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu#mega-menu-item-14567 > ul.mega-sub-menu {
	right: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 5px 0 5px 25px;
	transition: background 200ms linear, color 200ms linear, border 200ms linear;

}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	transition: background 200ms linear, color 200ms linear, border 200ms linear;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover{
	cursor:pointer;
	color:#FFFFFF;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link{
	color:#FFFFFF;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 img {
    margin-left: 15px!important;
		max-width:200px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: block;
    float: right;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
/*barre de recherche*/
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    line-height: 15px;
    font-size: 15px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0!important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 13px;
    top: 8px;
}
/*barre des filtres*/
.woocommerce .ast-archive-description{
  margin: 0;
  padding: 0;
}
.woocommerce.post-type-archive:not(.search) #accordeon_filtre{
  display:none;
}
.woocommerce .woocommerce-products-header .wpc-filter-chips-list{
    margin-top: 10px;
}
/*PANIER SLIDE*/
#fkcart-modal .fkcart-panel:not(.fkwcs_fkcart_gpay_wrapper) {
	padding: 25px 45px !important;
}
/*MENU USER*/
#toggle_user{
	cursor:pointer;
}
.close_menu{
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 30px;
}
.vertical_menu_hidden_mobile aside.vertical_menu_area,
.vertical_menu_hidden aside.vertical_menu_area {
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
    right: -420px;
    padding: 25px 45px;
    -webkit-transition: right .15s ease-out;
    -moz-transition: right .15s ease-out;
    -o-transition: right .15s ease-out;
    -ms-transform: right .15s ease-out;
    transition: right .15s ease-out;
}
aside.vertical_menu_area.with_scroll {
    overflow: hidden;
}
aside.vertical_menu_area {
    position: fixed;
    width: 420px;
    top: 0;
    right: 0;
    padding: 10px 30px;
    background-color: #fff;
    height: 100%;
    z-index: 101;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
    outline: 0;
}

.vertical_menu_area {
    text-align: left;
}
.vertical_menu_backdrop{
    position: fixed;
    background-color: #000;
    opacity: .3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
		display: none;
}
body.woocommerce-account .contenu_page .woocommerce-MyAccount-navigation ul,
body.woocommerce-account .contenu_page .woocommerce-MyAccount-navigation ul li,
aside.vertical_menu_area ul,
aside.vertical_menu_area ul li{
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    color: #f0f;
    margin: 0;
    width: 100%;
    margin-bottom: 5vh;
}
aside.vertical_menu_area ul li{
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    color: #f0f;
    margin: 0;
    width: 100%;
    margin-bottom: 1vh;
}
body.woocommerce-account .contenu_page .woocommerce-MyAccount-navigation ul li,

aside.vertical_menu_area ul li{
	border-bottom:1px solid #FFFFFF;
}
#section_recherche_mobile{
	display: none;
}
/*
======================================================================
HOMEPAGE
======================================================================
*/
.home main#primary{
	padding:0;
}
/*bandeau livraison*/
#bandeau{
    padding: 2vh;
    margin-bottom:30px;
    background-position: 90% 50%;
}
#bandeau h3{
    margin:0;
}
/*diaporama*/
#carouselshop .carousel-inner,
#carouselshop .carousel-item{
  height:50vh;
}
/*HOMEPAGE CATEGORIES*/
#home_categories .product{
	text-align: center;
}
#home_categories .product h2{
	text-transform: uppercase;
	font-size:1.5em;
}
/*HOMEPAGE 5 produits*/
.separation{
  height: 3px!important;
  opacity: 1;
}
.masson{
  position: relative;
}
.masson button{
  position: absolute;
  bottom: 15px;
  max-width:fit-content;
}
.masson button.margin_left_15px{
  left:15px;
}
/*
FORMULAIRE CONTACT*/
/*ajouter marge sous les éléments de formulaire*/
.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 1em;
}
/*texte gris dans formulaire*/
.wpcf7 .texte_gris{
  color:#b5b5b5;
}
.home ul.products li.product {
    min-height: auto !important;
}

/*
======================================================================
CATEGORIES
======================================================================
*/
.woocommerce-breadcrumb{
	margin-top:3vh;
}
.woocommerce-result-count,
.woocommerce-ordering{
	display:none;
}
.wp-block-button__link.add_to_cart_button,
.button{
	font-family: "Raleway", sans-serif;
	color:#FFFFFF !important;
	text-align: center;
	padding:15px 25px;
	border-radius:25px;
	font-weight:700;
	font-size:1em;
	line-height:1em;
}
.wp-block-button__link.add_to_cart_button{
	font-size:1.3em !important;
}
.button:hover{
	color:#FFFFFF;
}
/*taille images*/
ul.products li.product img {
    height: auto;
    width: auto;
}

/*catégories*/
.woocommerce-js ul.products li.product .woocommerce-loop-category__title .count {
  display: none;
}
.woocommerce-js ul.products li.product .woocommerce-loop-category__title {
  bottom: -30px;
  background-color: transparent;
}
/*Filtres*/
.wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button:hover,
.wpc-filters-main-wrap a.wpc-filters-submit-button:hover,
.wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button,
.wpc-filters-main-wrap a.wpc-filters-submit-button {
    color: #FFFFFF !important;
		border:none !important;
		border-radius: 0 !important;
}
.wpc-filters-main-wrap .wpc-filters-reset-button:hover{
	color: #FFFFFF !important;
}
.wpc-filters-main-wrap li.wpc-term-item {
    display: inline-block;
}
#accordeon_filtre .accordion-button:focus,
#accordeon_filtre .accordion-button:not(.collapsed),
#accordeon_filtre .accordion-button{
    width: 100%;
    padding: 2vh;
    font-size: 1.4em;
		color:#FFF !important;
}
#accordeon_filtre .accordion-button:after {
    margin-left: 2vh !important;
		color:#FFF !important;
}
/*produits grid catégorie*/
.woocommerce .term-description p{
	margin-bottom:0;
}
.woocommerce ul.products{
	margin-top:2vh;
}
.woocommerce ul.products li.product{
	min-height: 33em;
	display: flex;
	flex-direction: column;
}
.woocommerce ul.products li.product .button{
	margin-top:auto;
}
.woocommerce-loop-product__title{
	color:#000;
}
/*supprimer btn lire la suite sur produit pas purchasable*/
.product.type-product:not(.purchasable) a.button:not(.btn_contact){
	display:none;
}
.woocommerce ul.products li.product:not(.purchasable) { /*on compebnse l'absence de prix dans la hauteur*/
    min-height: 35em;
}
/*
======================================================================
PRODUITS
======================================================================
*/
.amount_large{
  font-size:1em;
  font-weight:bold;
}
.amount_small{
  font-size:10px;
  font-weight:bold;
}
/*single produit*/
.product-template-default .product_meta .posted_in{
  display:none!important;
}
/*ajouter zoom au survol sur image produit*/
.woocommerce-LoopProduct-link,
.product-category.product img{
  transition: all .2s ease-in-out;
	transform-origin: center;
}
.woocommerce-LoopProduct-link:hover,
.product-category.product img:hover {
	transform: scale(0.9);
}
.product-category.product h2 {
  transition: all .2s ease-in-out;
}

/*cross sell*/
.wp-block-woocommerce-cart-cross-sells-block h2 + div{
  display:flex!important;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{
  display:flex!important;
  flex-direction: column!important;
  flex: 0 0 auto;
}
.wp-block-button.wc-block-components-product-button{
  margin-top:auto;
}
/*produits suggerés*/

.woocommerce ul.products li.product.desktop-align-left .button,
.woocommerce-page ul.products li.product.desktop-align-left .button {
    position: absolute;
    bottom: -45px;
}
.related.products{
  margin-top:10vh;
}
/*accordéon mandat admin*/
.accordion-button:after {
    order: -1; /*swap order*/
    margin-left: 0 !important;
    margin-right:0.5em; /* just extra space between text and icon*/
}
.accordion-button {
    padding-left: 0 !important;
}
.accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
ul.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
li.accordion-item {
  border: none !important;
}
ul.accordion li button{
  font-weight: 400;
  padding-top: 0;
}
ul.accordion li button:hover,
ul.accordion li button:focus{
  background-color: #FFFFFF;
  border-color: none;
}
/*ajout mention livraison sur le panier*/
.wc-block-components-shipping-address:after{
  content:'(Livraison gratuite à partir de 100€ d\'achat)';
  font-size:12px;
}
/*suppression banner paypal*/
.ppcp-messages{
  display:none !important;
}

/*souligner lien catégorie*/
.single-product-category a,
.woocommerce-breadcrumb a{
  text-decoration: underline !important;
}
.woocommerce-breadcrumb a:first-of-type{
  text-decoration: none !important;
}
/*effacer afffichage prix redondant sur produit variable*/
.single_variation_wrap .woocommerce-variation-price{
  display:none;
}
.product-type-variable .price{
    color: #212529 !important;
    font-size: 1em !important;
}
/*fix bug gallerie*/

.woocommerce-product-gallery__trigger span img.emoji{
	display:none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	left: 2em;
	display: block;
	z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger span{
	display:none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after{
	content:"";
	display: block;
  width: 25px;
  height: 25px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	animation: preloader 1.6s ease-in-out alternate infinite;

}
@keyframes preloader {
  100% { transform: scale(1.5); }
}

/*.changer couleur select options pour les variations*/
table.variations select{
  color:#FFFFFF;
}
/*rendre visible "effacer" sous le choix de variation */
.woocommerce-js div.product form.cart .reset_variations {
    background-color: #FFFFFF;
    padding-left: 15px;
}
/*supprimer btn lire la suite après bloc contact propduit*/
.bloc_contact_produit ~ .button.product_type_simple{
  display:none;
}
/*tab desc+conseil*/
.woocommerce-tabs.wc-tabs-wrapper{
	margin-top:60px;
}
.woocommerce-tabs ul.tabs li {
    display: inline-block !important;
		margin: 0 15px 0 0 !important;
    border-radius: 25px 0 0;
    font-size: 1.4em;
    padding: 0 60px;
    color: #FFF;
		cursor:pointer;
		transition: all .2s ease-in-out;
		transform-origin: center;
}
.woocommerce-tabs ul.tabs li.active {
	background-color:#FFF;
	border:2px solid #FFF;
}
.woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce-tabs ul.tabs li.active:hover {
	cursor:auto;
}
.woocommerce-tabs ul.tabs li a {
	color:#FFF;
	padding: 15px 0 !important;
}
.woocommerce-tabs ul.tabs li.active a {
	color:#000;
}
.woocommerce-Tabs-panel h2:first-of-type{
	display:none;
}
.woocommerce-Tabs-panel{
	border: solid 2px #F00;
  padding: 60px;
  margin-top: -2px;
}
/*bouton de paiement*/
.cart .quantity,
.woocommerce-variation-add-to-cart .quantity{
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
.cart .single_add_to_cart_button,
.woocommerce-variation-add-to-cart .single_add_to_cart_button{
	margin:15px 0;
	transition: all .2s ease-in-out;
	transform-origin: center;
}
.woocommerce-variation-add-to-cart .var_info .price{
	font-size:1.4em;
	font-weight:700;
}
.product_meta .sku_wrapper,
.product_meta .tagged_as,
.woocommerce-variation-availability .stock:before{
	content:"Disponibilité ";
	font-size: 1rem;
  line-height: 1.5;
	color: #404040;
	font-weight:bold;
	margin-right:30px;
}
.product_meta .sku_wrapper .sku,
.product_meta .tagged_as a{
	font-weight:normal;
}
/*accordéon mandat admin */
#accordion_mandat {
    margin-top: 30px;
}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
/*navigation image single produit */




.flex-control-thumbs {
  width: 95%;
  /*position: absolute;
  bottom: 0px;*/
  text-align: center;
  display:flex;
  flex-wrap:nowrap;
  overflow-x:auto;
  padding-bottom:10px;
	touch-action: manipulation;
}

.flex-control-thumbs li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;

}


.flex-control-thumbs li,
.flex-control-thumbs li:first-child {
  width: 16%;
  vertical-align: top;
  margin: 15px 5% 0 0;
  min-width:100px;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 0.5;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/*
.product_slider .flex-active-slide a:hover {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.flex-control-nav.flex-control-thumbs{
  flex-direction: column;
  direction: rtl;
  left: 245px;
  top:75%;
  height: 70%;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 125px;
  pointer-events: auto;
  transform:rotate(270deg)
}

.flex-control-nav.flex-control-thumbs img {
  height: auto;
  display:block;
  transform:rotate(90deg)
}*/
section.related.products,
section.up-sells.products{
	margin-top:10vh;
}
section.related.products > h2:first-of-type,
section.up-sells.products > h2:first-of-type{
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
	text-transform: uppercase;
}

/*
======================================================================
ESPACE USER
======================================================================
*/

/*MON COMPTE : adresse de livraison*/
#shipping_country_field span{
  display: block;
  margin-top: 20px;
}
/*suppression banner paypal*/
.ppcp-messages{
  display:none !important;
}
/*MON COMPTE : probleme lien mot de passe perdu*/
.woocommerce-account .woocommerce-form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password{
  display: none;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments{
	padding:5vh;
}
.woocommerce-info + .button,
.woocommerce-info .wc-forward.button{
	display:block;
	margin-top:5vh;
}
.woocommerce.row label,
.woocommerce-EditAccountForm legend{
	font-weight:700;
}
.woocommerce-EditAccountForm legend{
	font-size:1.4em;
	width:100%;
}
/*.woocommerce.row label,*/
.woocommerce-Input,
.woocommerce-input-wrapper,
.woocommerce-input-wrapper input{
	width:100%;
	display: block;
}
.woocommerce-EditAccountForm .woocommerce-Input--password{
	width:80%;
	margin-right:15px;
	display: inline-block;
}
.woocommerce-EditAccountForm button.show-password-input:after{
	font-family: bootstrap-icons;
  content: "\F33F";
	color:#FFFFFF;
}
.woocommerce-EditAccountForm button.show-password-input.display-password:after{
	font-family: bootstrap-icons;
  content: "\F33E";
	color:#FFFFFF;
}
.woocommerce-EditAccountForm .woocommerce-Input{
	padding:5px;
}
.woocommerce-EditAccountForm .clear{
	display: none;
}
.woocommerce-address-fields .form-row-wide.address-field{
	margin-right: 50%;
}
.woocommerce-address-fields #shipping_postcode_field,
.woocommerce-address-fields #shipping_city_field,
.woocommerce-address-fields #billing_postcode_field,
.woocommerce-address-fields #billing_city_field{
	margin-right: 0;
}
.woocommerce-address-fields #shipping_country_field span {
    display: inline-block;
}
.intro_account a:hover{
	text-decoration: underline;
}
.xoo-aff-group.xoo-el-login-btm-fields,
.xoo-aff-group.xoo-el-login-btm-fields .xoo-el-form-label span{
	display:block;
	width:100%;
}
/*
======================================================================
TUNNEL PAIEMENT + PANIER
======================================================================
*/
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button{
	color: #FFFFFF;
}
.woocommerce-order-details__title,
.woocommerce-column__title{
	text-transform: uppercase;
	margin-top:5vh;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	padding:2vh;
	text-align: center;
	color:#FFFFFF;
}
.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr{
	border-bottom:1px solid #000;
}
/*a.woocommerce-button.button.view{
	line-height: 4em;
}*/
.wp-block-button__link.add_to_cart_button{
	color:#FFFFFF;
}
.wp-block-woocommerce-cart .wp-block-heading:not(.wc-block-cart__empty-cart__title){
	text-transform: uppercase;
	font-size: 2em;
	margin-top:5vh;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button{
	padding:2vh;
	color:#FFFFFF;
	font-weight: 700;
}
.woocommerce-orders-table__cell .button,
.woocommerce-table .button{
	display:inline-block;
	margin: 5px;
}
/*
======================================================================
PAGE CHORUS PRO
======================================================================
*/
.page-id-14937 label{
	margin-bottom:30px;
}
.page-id-14937 input{
	width: 100%;
	padding: 5px;
}
.page-id-14937 input[type="submit"]{
	border:none;
	color:#FFFFFF;
	font-weight:700;
	padding:30px;
}
.page-id-14937 input[type="checkbox"]{
	width: auto;
}

/*
======================================================================
FOOTER
======================================================================
*/
/*social*/
.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button {
    margin-right: 35px !important;
		margin-bottom: 4vh;
}
/*footer*/
.bottom_footer a{
	display: inline-block;
	color:#FFFFFF;
}
.icone_reseau{
	height:30px;
	width:30px;
	margin-right:15px;
	margin-left:15px;
	display: inline-block;
}
.contenu_footer #logo{
	height: 15vh;
	background-position: 15px;
	background-size:70%;
}
#col_footer_contact,
#col_footer_map{
	padding-top:15vh;
}
#col_footer_map iframe{
	height:350px;
}
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 {
    max-width: 100%;
}
#col_footer_contact textarea {
    height: 6em;
}
#col_footer_contact input[type="submit"]{
    border: none;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
		transition: all .2s ease-in-out;
		transform-origin: center;
}
/*
======================================================================
PAGE COOKIES
======================================================================
*/

#cmplz-document {
    max-width: 100%;
}
#cmplz-document h2,
#cmplz-document h3{
	font-weight:700 !important;
	text-transform: uppercase;
}
#cmplz-document h2{
	margin-top: 10vh;
}
