/*
Theme Name: ODS
Author: Planète Communication
Author URI: https://www.planete-communication.fr
Version: 1
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}





@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background: #000000;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}
button {
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 10px 0px;
	font-weight: bold;
}
h1 {
	font-size: 36px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	font-weight: 300;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
a:focus {
	outline: none;
}
a {
	color: #000000;
  	text-decoration: underline;
}
p {
	margin: 10px 0px;
	line-height: 150%;
}
ul, ol {
	margin: 10px 0px 10px 15px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
	margin: 0px 0px 0px 30px;
}
li {
  	line-height: 150%;
}
sup {
    font-size: smaller;
    vertical-align: text-bottom;
}
#nested .smart-menu {
	display: none;
}
#nested {
	position: relative;
	height: 60px;
	z-index: 2;
}
#nested .firstLevel {
	height: 60px;
	margin: 0px;
	text-align: center;
}
#nested .firstLevel li {
	position: relative;
	display: inline-block;
	height: 60px;
	transition: 0.25s opacity;
}
#nested .firstLevel li a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #000000;
	padding: 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#nested .firstLevel li a span {
	display: block;
	height: 60px;
	line-height: 60px;
}
#nested .firstLevel li ul {
	position: absolute;
	width: 260px;
	height: 0px;
	background: #FFFFFF;
	margin-left: -130px;
	margin-top: -20px;
	box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
	left: 50%;
	top: auto;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
}
#nested .firstLevel > li:hover > ul {
	height: auto;
	opacity: 1;
	margin-top: 0px;
	padding: 0;
}
#nested .firstLevel li ul li {
	display: block;
	height: auto;
	padding: 0 10px;
	border-bottom: 1px solid #EDEDED;
	transition: 0.4s;
}
#nested ul.firstLevel li ul li:hover {
	background: #F7F7F7;
}
#nested .firstLevel li ul li:last-child {
	border-bottom: none;
}
#nested .firstLevel li ul li a {
	height: auto;
	padding: 15px 10px;
	line-height: 120%;
	font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    text-align: left;
}
#nested .firstLevel li ul li a span {
	display: inline;
	height: auto;
	line-height: 120%;
}
#nested ul.firstLevel:hover > li {
    opacity: 0.5;
}
#nested ul.firstLevel:hover > li:hover {
    opacity: 1;
}
#wrapper ul li {
	position: relative;
}
#wrapper ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #1c984c;
	position: absolute;
	border-radius: 50%;
	top: 8px;
	left: -15px;
	margin: auto;
}
#page {
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
}
header {
	position: fixed;
	width: 100%;
	height: 120px;
	z-index: 2;
	transition: 0.3s;
	background: #FFFFFF;
}
header.scrolled {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#headerInner {
	position: relative;
	width: 100%;
	height: 100%;
}
#logo {
	position: relative;
}
#headerBoxes {
	position: absolute;
    right: 100px;
    top: 30px;
	z-index: 3;
}
/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/
#wrapper {
	position: relative;
	background: #FFFFFF;
	z-index: 1;
}
#wrapperInner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 95px 0px 0px 0px;
}
#container {
	position: relative;
	margin: 0px 0px 100px 0px;
}
#contentsInner {
	position: relative;
}
#headerBoxes p {
	margin: 0;
	line-height: 1;
}
body.home #wrapperInner {
	padding: 0;
}
.grecaptcha-badge {
	visibility: hidden;
}
html, body {
	scroll-behavior: smooth;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
body.home #container {
    margin: 0px;
}




/* ---------------------------- STRUCTURES ET STYLES DES PAGES INTÉRIEURES ---------------------------- */

#chapterPicture {
	padding-top: 120px;
	height: 20vw;
	position: relative;
}
#chapterPicture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title_and_bc {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0 5%;
}
.title_and_bc h1 {
    font-size: 55px;
	margin-bottom: 15px;
}
.widget_breadcrumb a {
    color: #FFFFFF;
    text-decoration: none;
}
.widget_breadcrumb a:hover {
	text-decoration: underline;
}
.widget_breadcrumb {
    font-size: 14px;
}
#chapterPicture > .title_and_bc:first-child {
    background: #000000;
}
body:not(.home) h2,
body:not(.home) h3 {
	margin-bottom: 15px;
}


/* ------- Passage à menu burger ------- */
@media (min-width: 1050px) {
	#nested ul.firstLevel > li.hidden_on_desktop {
		display: none;
	}
}
@media (max-width: 1050px) {
	header div #nested {
		width: 40px;
		height: 40px;
		top: 20px;
		right: 20px;
	}
	header div #nested .contentSmart {
		width: 100%;
		height: 100%;
		cursor: pointer;
		z-index: 25;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#nested .firstLevel {
		text-align: left;
		background: #000000;
		width: 100%;
		position: fixed;
		right: -100%;
		transition: 0.7s;
		opacity: 0.3;
		top: 0;
		height: auto;
		bottom: 0;
		padding: 50px 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	body.menu_open #nested .firstLevel:after, 
	body.menu_open #nested .firstLevel:before {
		content: '';
		height: 55px;
		background: linear-gradient(0deg, #000000, transparent);
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0px;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
	}
	body.menu_open.animation_delai #nested .firstLevel:after, 
	body.menu_open.animation_delai #nested .firstLevel:before {
		opacity: 1;
	}
	body.menu_open #nested .firstLevel:before {
		bottom: auto;
		top: 0;
		z-index: 20;
		background: linear-gradient(180deg, #000000, transparent);
	}
	body.menu_open #nested .firstLevel {
		right: 0;
		opacity: 1;
	}
	#nested ul.firstLevel:hover > li {
		opacity: 1;
	}
	header div #nested .contentSmart span {
		width: 25px;
		height: 2px;
		background: #000000;
		display: block;
		border-radius: 3px;
		position: relative;
		top: 0;
		transition: 0.5s;
	}
	header div #nested .contentSmart > span:nth-child(2) {
		margin: 6px 0px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(1) {
		transform: rotate(45deg);
		top: 8px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(2) {
		opacity: 0;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(3) {
		transform: rotate(-45deg);
		top: -8px;
	}
	body.menu_open header div #nested .contentSmart > span {
		background: #FFFFFF;
	}
	#nested ul.firstLevel li a {
		font-size: 18px;
		height: auto;
		line-height: 1;
	}
	#nested .firstLevel li a span {
		line-height: 1.3em;
		height: auto;
	}
	#nested ul.firstLevel > li.menu-item-has-children {
		margin-right: 0;
	}
	#nested .firstLevel li {
		height: auto;
	}
	#nested ul.firstLevel > li {
		margin: 0 0 30px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
    	padding-left: 30px;
	}
	#nested ul.firstLevel > li:last-child {
		margin-bottom: 0;
	}
	#nested ul.firstLevel > li.menu-item-has-children > a {
		position: relative;
	}
	#nested ul.firstLevel > li.menu-item-has-children > a:after {
		content: '';
		display: inline-block;
		height: 0;
		width: 0;
		border-top: 5px solid #FFFFFF;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		pointer-events: none;
		position: absolute;
		right: -11px;
		top: 9px;
	}
	#nested .firstLevel li a {
		color: #FFFFFF;
	}
	#nested .firstLevel li ul,
	#nested .firstLevel > li:hover > ul {
		position: relative;
		height: auto;
		opacity: 1;
		background: none;
		box-shadow: none;
		margin: 10px 0 0px 10px;
		padding: 0;
		left: 0;
		width: auto;
	}
	#nested ul.firstLevel > li > ul > li {
		padding: 0;
		margin: 0;
	}
	#nested .firstLevel li ul li {
		border: none;
	}
	body.menu_open {
		overflow: hidden;
	}
	#nested .firstLevel li ul {
		display: none;
	}
	#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
		display: block;
	}
	#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
		transform: rotate(180deg);
	}
	#nested ul.firstLevel li ul li:hover {
		background: none;
	}
}
@media (max-width: 1200px) {
	.title_and_bc h1 {
		font-size: 40px;
	}
	#chapterPicture {
		height: 25vw;
	}
}
@media (max-width: 1050px) {
	#chapterPicture {
		height: auto;
	}
	#chapterPicture img {
		position: absolute;
		top: 0;
		left: 0;
	}
	body:not(.home):not(.error404) .title_and_bc {
		position: relative;
		padding: 5%;
		top: 0;
	}
	.title_and_bc h1 {
		font-size: 36px;
	}
}





@media (max-width: 500px) {
	header div #nested .contentSmart span {
		width: 22px;
	}
	header div #nested .contentSmart > span:nth-child(2) {
		margin: 5px 0px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(3) {
		top: -6px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(1) {
		top: 8px;
	}
	#nested ul.firstLevel > li {
		max-width: 90vw;
		padding-left: 15px;
	}
	#nested ul.firstLevel li a {
		font-size: 15px;
	}
	#nested ul.firstLevel > li.menu-item-has-children > a:after {
		right: -5px;
		top: 8px;
	}
	#nested ul.firstLevel li ul li a {
		font-size: 14px;
	}
	body {
		font-size: 16px;
	}
	.title_and_bc h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.widget_breadcrumb {
		font-size: 13px;
	}
	body:not(.home):not(.error404) .title_and_bc {
		padding: 35px 7.5%;
	}

}




/* -------------------- BLOC REQUETE - Pour faire comme une page actu en requetant un CPT par ex. ---------------------- */

#wrapper .wp-block-query > ul {
    margin: 0;
}
#wrapper .wp-block-query > ul > li {
	margin-bottom: 80px;
}
#wrapper .wp-block-query > ul > li:before {
	display: none;
}
#wrapper .wp-block-query > ul > li a.wp-block-read-more {
    margin-top: 7px;
}
#wrapper .wp-block-query > ul > li img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
#wrapper .wp-block-query > ul > li h2 {
	margin-top: -5px;
}
#wrapper .wp-block-query > ul > li h2 a {
	text-decoration: none;
	color: red;
}
#wrapper .wp-block-query > ul > li h2 a:hover {
	text-decoration: underline;
}




























































body:not(.home) h2:not(.wc-block-mini-cart__title) {
    font-size: 28px;
    color: #1c984c;
	margin-bottom: 15px;
}

@media (max-width: 500px) {
	body.woocommerce ul.products {
		width: 85%;
	}
}


/* ------------------------------ WOOCOMMERCE -------------------------------- */

/* --- pages catégories (de sous-caté et de produits) --- */

body p.demo_store {
    top: auto;
    bottom: 0;
    position: fixed;
    font-size: 18px;
    padding: 25px;
    box-sizing: border-box;
	background: #1c984c;
}
li.product:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
img[src*="woocommerce-placeholder"] {
    filter: brightness(0.95);
}
body.woocommerce ul.products {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto -60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
body.woocommerce #wrapper ul.products li.product {
    float: none;
    width: 22.5%;
    margin: 0 3.333% 60px 0;
}
body.woocommerce #wrapper ul.products li.product.last {
    margin-right: 0;
}
body.woocommerce ul.products:before,
body.woocommerce ul.products:after {
	display: none;
}
body.woocommerce ul.products li.product:not(.product-category) {
    padding-bottom: 60px;
}
body:not(.home) #wrapperInner li a.button {
    position: absolute;
    bottom: 0;
    left: 0;
}
body.woocommerce a.added_to_cart {
	display: none;
}
body:not(.home) #wrapperInner li a.button.loading:after {
	display: none;
}
body.woocommerce ul.products li.product .price del {
    text-decoration: line-through;
    margin-right: 5px;
}
li.product span.h2_like {
    display: block;
    line-height: 1.25em;
    margin: 25px 0 20px 0;
    font-size: 22px;
    font-weight: 600;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
	padding: 5px 0 15px 0;
}
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000000;
    font-size: 16px;
    line-height: 1;
}
body.woocommerce ul.products li.product .onsale,
body:not(.home) #wrapper ul li.product.outofstock:after {
    background: #000000;
    border-radius: 0px;
    left: 10px;
    right: auto;
    top: 10px;
    margin: 0;
    min-height: 0;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
body:not(.home) #wrapper ul li.product.outofstock:after {
    content: 'Rupture de stock';
    position: absolute;
    color: #FFFFFF;
	font-weight: 700;
	pointer-events: none;
}
body:not(.home) #wrapperInner li a.ajax_add_to_cart.loading {
    opacity: 0.5;
    pointer-events: none;
}










/* --- widget panier sidebar --- */
.wc-block-mini-cart__button, 
body .wc-block-mini-cart__button:hover:not([disabled]) {
    cursor: pointer;
    opacity: 1;
}
.wc-block-components-product-metadata,
div .wc-block-components-product-badge {
	display: none;
}
del.wc-block-components-product-price__regular {
    opacity: 0.5;
    text-decoration: line-through;
}
body:not(.woocommerce-block-theme-has-button-styles) div .wc-block-components-button:not(.is-link):focus {
    box-shadow: none;
    outline: none;
}
@media (min-width: 500px) {
	body .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
		display: block;
		margin-top: 15px;
	}
}
div h2.wc-block-mini-cart__title {
	font-size: 20px;
}
a.wc-block-components-product-name:not(:hover) {
    text-decoration: none;
}
.wc-block-cart-item__prices {
    font-size: 14px;
    margin-top: 2px;
}
body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-top: 10px;
}
body:not(.woocommerce-block-theme-has-button-styles) div .wc-block-components-button:not(.is-link) {
    min-height: 0px;
}
div .wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px #000000;
}
.wc-block-mini-cart__footer-actions > a:nth-child(1) {
    background: #FFFFFF !important;
    box-shadow: inset 0 0 0 1px #000000 !important;
    color: #000000 !important;
}
.wc-block-mini-cart__footer-actions > a:nth-child(1):hover {
	background: #000000 !important;
    color: #FFFFFF !important;
}










/* --- Single product page --- */

body.single-product .woocommerce-notices-wrapper {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}
body.single-product .container_produit {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
body.woocommerce div.product div.images, 
body.woocommerce div.product div.summary {
    float: none;
}
.woocommerce div.product h1.product_title {
    text-align: left;
}
body:not(.woocommerce-account) .wc-block-components-notice-banner__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
#wrapperInner .wc-block-components-notice-banner {
    align-items: center;
    gap: 17px;
}
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: #000000;
    font-size: 22px;
}
body.woocommerce div.product form.cart div.quantity input {
    border: 2px solid #000000;
    min-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    margin-right: 5px;
    font-weight: 700;
}
body.woocommerce div.product div.images {
    margin-bottom: 0;
}
body.single-product .container_produit .woocommerce-tabs {
    margin-top: 80px;
	width: 100%;
}
body.single-product .woocommerce-notices-wrapper > .wc-block-components-notice-banner {
    margin: 0 0 60px 0;
}
body.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
}
div#tab-description > p:last-child {
    margin-bottom: 0;
}
body.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}
body.woocommerce div.product div.images .flex-control-thumbs {
    margin: 30px -22px 0 0;
}
body.woocommerce div.product div.images .flex-control-thumbs li {
    width: 21%;
    margin: 0 4% 4% 0;
}
body:not(.home) #wrapperInner p.stock.out-of-stock {
    font-size: 18px;
    font-weight: 600;
}
body.single-product .container_produit span.onsale {
    display: none;
}
body.woocommerce div.product p.price del {
    text-decoration: line-through;
}
body.woocommerce div.product form.cart .variations th {
    line-height: 1;
    text-align: left;
	background: none;
    color: #000000;
    padding: 0;
	display: block;
    width: 100%;
	font-size: 14px;
}
body.woocommerce div.product form.cart .variations td {
    padding: 8px 0 25px 0px;
    display: block;
    width: 100%;
}
body.woocommerce div.product form.cart .variations select {
    display: block;
    background: #F3F3F3;
    padding: 10px;
    outline: none;
    font-size: 16px;
	min-width: 210px;
}
a.reset_variations {
    display: none !important;
}
body.single-product #wrapper .woocommerce-variation-price {
    margin: -5px 0 30px 0;
    font-size: 24px;
    line-height: 1;
}
body.single-product #wrapper .woocommerce-variation-price span.price {
    color: #000000;
}
body:not(.home) #wrapperInner ul.wc-tabs li a:hover {
    color: inherit;
}
body:not(.home) #wrapperInner .woocommerce-product-attributes-item__value p {
    margin: 0;
    padding: 10px 14px;
}
body.woocommerce table.shop_attributes th {
    background: #f3f3f3;
    color: inherit;
    line-height: 1.2em;
    vertical-align: middle;
    padding: 10px;
}






/* --- Produits similaires --- */
body.single-product section.related.products {
    margin-top: 70px;
    width: 100%;
}
body.woocommerce section.related.products ul.products {
    width: 100%;
    margin-top: 25px;
}













/* --- panier --- */

div .is-large.wc-block-cart .wc-block-cart-items:after,
div .is-large.wc-block-cart .wc-block-cart-items td:after {
	opacity: 0;
}
.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
    padding-left: 0;
}
div .is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 0;
}
.is-large.wc-block-cart .wc-block-cart-items tbody > tr:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
div .is-large.wc-block-cart .wc-block-cart-items td {
    padding-top: 25px;
    padding-bottom: 25px;
}
div .is-large.wc-block-cart .wc-block-cart-items thead th {
    padding-top: 0;
	padding-bottom: 0;
}
div .is-large.wc-block-cart .wc-block-cart-items thead th span {
	display: none;
}
.is-large.wc-block-cart .wc-block-cart-items tbody > tr:last-child > td {
    padding-bottom: 0;
}
div .is-large.wc-block-cart .wc-block-cart-items {
    margin-bottom: 0;
	border-bottom: none;
}
.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__total {
    vertical-align: middle;
}
.wc-block-cart-items td .wc-block-cart-item__prices {
    margin-top: 4px;
}
div .is-large.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__quantity {
    padding-top: 18px;
}
div #wrapper .wc-block-cart .wc-block-cart__submit a,
div #wrapper .wc-block-cart .wc-block-cart__submit button {
    font-size: 18px;
    padding: 20px !important;
	margin-top: 15px;
}
div .is-large .wc-block-components-sidebar .wc-block-components-totals-item,
div .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
div .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 0;
    padding-right: 0;
}
.wc-block-components-totals-discount__coupon-list li:before {
	display: none;
}
.wc-block-cart ul li.wc-block-components-chip,
div .wp-block-woocommerce-checkout-order-summary-discount-block ul li.wc-block-components-chip {
    margin: 5px 0 0 0;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
    visibility: hidden;
    padding: 0;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
    display: block;
    text-align: right;
    margin-top: 5px;
}
div #wrapper .wc-block-cart .wc-block-cart__submit button {
	opacity: 0.5;
	pointer-events: none;
}
#wrapper .wc-block-components-shipping-calculator-address button.wc-block-components-shipping-calculator-address__button {
    padding: 8px;
}
#wrapper .wc-block-components-shipping-calculator {
    padding: 15px 0;
}
div .wc-block-components-totals-shipping .wc-block-components-shipping-address {
    margin-top: -1px;
    font-size: .875em;
}
div .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
    margin-top: 12px;
}
div .wc-block-components-spinner {
	top: 0;
	left: 0;
}
div .is-large.wc-block-cart .wc-block-cart-items td {
	border-top: none;
}










/* --- Validation de commande --- */

div .is-large .wc-block-components-sidebar .wc-block-components-panel {
	padding-left: 0;
	padding-right: 0;
}
div .wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    top: 10px;
    cursor: pointer;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary button.wc-block-components-panel__button {
    margin-bottom: 15px;
}
div .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    font-size: 12px;
    box-shadow: none;
    padding: 0;
    transform: translate(35%,-35%);
    font-weight: 700;
    border-radius: 50%;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary button.wc-block-components-panel__button[aria-expanded="false"] {
    margin-bottom: 0;
}
.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block:after {
    border-top: none;
}
div .wc-block-components-checkout-step__description {
    font-size: 16px;
    line-height: 1.35em;
}
div .wc-block-checkout__form .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block button.wc-block-components-checkout-place-order-button {
    padding: 20px !important;
    font-size: 18px;
}
.wc-block-checkout__form > fieldset:not(:first-of-type) {
    padding-top: 15px;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input,
div .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus,
div .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
    outline: none;
}
#wrapper form.wc-block-checkout__form .wc-block-components-local-pickup-select .wc-block-components-radio-control__description-group {
    display: flex;
    flex-direction: column-reverse;
	padding: 5px 15px;
}
#wrapper form.wc-block-checkout__form .wc-block-components-local-pickup-select .wc-block-components-radio-control__description-group span.wc-block-components-radio-control__secondary-description {
    margin-bottom: 0;
}
fieldset#shipping-method div#shipping-method button {
	transition: 0.2s;
}
fieldset#shipping-method div#shipping-method button:focus, 
fieldset#shipping-method div#shipping-method button:hover {
    background: #1c984c;
    color: #FFFFFF;
	cursor: pointer;
}
fieldset#shipping-method div#shipping-method button.wc-block-checkout__shipping-method-option--selected {
    outline: 1px solid currentColor;
	background: #1c984c;
    color: #FFFFFF;
}
#wrapper .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input:not(.is-active) label {
    transform: translate(5px, 20px);
}
div .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group {
	font-size: 16px;
}
fieldset#pickup-options label.wc-block-components-radio-control__option:after {
    opacity: 0;
}
div .wp-block-woocommerce-checkout-totals-block > .wc-block-components-notices {
	display: none;
}
div .wc-block-components-checkout-step__heading-content {
    font-size: 16px;
    display: block;
    margin-bottom: -5px;
    line-height: 150%;
}
















/* --- Commande reçue --- */

body.woocommerce-order-received ul.woocommerce-thankyou-order-details li:before {
	display: none;
}
body.woocommerce-order-received #wrapperInner p.woocommerce-thankyou-order-received {
    font-size: 22px;
    margin-bottom: 35px;
}
body.woocommerce-order-received table.shop_table th {
    color: initial;
    background: none;
}
body.woocommerce-order-received #wrapperInner table.shop_table ul.wc-item-meta p,
body.woocommerce-account #wrapperInner table.shop_table ul.wc-item-meta p {
    margin: 0;
}
body.woocommerce-order-received #wrapperInner table.shop_table ul.wc-item-meta,
body.woocommerce-account #wrapperInner table.shop_table ul.wc-item-meta {
    margin-top: 4px;
}
body.woocommerce-order-received ul.woocommerce-thankyou-order-details {
    margin-bottom: 70px;
}
body.woocommerce-order-received #wrapperInner section.woocommerce-customer-details p,
body.woocommerce-account #wrapperInner section.woocommerce-customer-details p {
    margin: 0;
}
body.woocommerce-order-received #wrapperInner section.woocommerce-customer-details address,
body.woocommerce-account #wrapperInner section.woocommerce-customer-details address {
    padding: 25px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-radius: 0px;
    box-sizing: border-box;
}
body.woocommerce-order-received section.woocommerce-customer-details {
    margin: 65px 0 0 0;
}















/* --- Panier / Mon compte / Validation de commande ---*/

@media (min-width: 1051px) {
	body:not(.home).woocommerce-cart #chapterPicture,
	body:not(.home).woocommerce-checkout #chapterPicture,
	body:not(.home).woocommerce-account #chapterPicture {
		height: 140px;
	}
	body:not(.home).woocommerce-cart #chapterPicture .title_and_bc h1,
	body:not(.home).woocommerce-checkout #chapterPicture .title_and_bc h1,
	body:not(.home).woocommerce-account #chapterPicture .title_and_bc h1 {
		margin: 0;
		font-size: 48px;
	}
	body.woocommerce-cart #wrapperInner,
	body.woocommerce-checkout #wrapperInner,
	body.woocommerce-account #wrapperInner {
		padding-top: 65px;
	}
}
body:not(.home).woocommerce-cart #chapterPicture .widget_breadcrumb,
body:not(.home).woocommerce-checkout #chapterPicture .widget_breadcrumb,
body:not(.home).woocommerce-account #chapterPicture .widget_breadcrumb {
    display: none;
}















/* --- Mon compte - avant connexion --- */

body.woocommerce-account form.woocommerce-form {
	margin: 0;
	border-radius: 0px;
    border-color: #dedede;
	position: relative;
}
body.woocommerce-account div#customer_login h2 {
	margin-top: 0;
}
body.woocommerce-account form .form-row label {
    line-height: 1.2em;
}
body.woocommerce-account #wrapper form .form-row label + input, 
body.woocommerce-account #wrapper form .form-row label + span input {
    margin-top: 4px;
}
body.woocommerce-account #wrapper input.woocommerce-Input,
body.woocommerce-account #wrapper span.woocommerce-input-wrapper input {
    background: #f1f1f1;
    font-size: 16px;
    font-family: 'Poppins';
    padding: 9px 12px;
}
body:not(.home).woocommerce-account #wrapperInner p.lost_password {
    margin: 0;
    position: absolute;
    font-style: italic;
    font-size: 13px;
    right: 25px;
    bottom: 22px;
}
body.woocommerce-account #wrapper .woocommerce .wc-block-components-notice-banner {
    margin: 0 0 40px 0;
}
body:not(.home).woocommerce-account #wrapperInner p.btn_se_connecter {
    padding-top: 15px;
	margin: 0;
}
body.woocommerce-account #wrapper .woocommerce-privacy-policy-text p {
    font-size: 13px;
    padding: 0 3px 10px 3px;
}
body.woocommerce-account #wrapper form.register > :last-child {
    margin-bottom: 0;
}
div .woocommerce-password-strength {
	font-size: 14px;
}
div .woocommerce-password-hint {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 10px;
}










/* --- Mon compte - après connexion --- */

nav.woocommerce-MyAccount-navigation ul li:before {
	display: none;
}
nav.woocommerce-MyAccount-navigation ul li {
	line-height: 1;
}
nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    padding: 16px 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #E3E3E3;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #1c984c;
    color: #FFFFFF !important;
}
nav.woocommerce-MyAccount-navigation ul > li:first-child a {
	border-top: none;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
nav.woocommerce-MyAccount-navigation ul {
    margin-top: 5px;
}
body.woocommerce-account .woocommerce-MyAccount-content {
	width: 67%;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset legend {
    display: block;
    padding: 25px 3px 15px 3px;
    font-weight: 600;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm button.woocommerce-Button {
    margin: 15px 3px 0;
}
body.woocommerce-account input#account_display_name + span {
    display: none;
}
body.woocommerce-account .woocommerce-MyAccount-content header {
    position: relative;
    width: auto;
    height: auto;
    background: none;
}
body:not(.home) header.woocommerce-Address-title h3 {
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px 0;
    border: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    margin-top: 30px;
}
body.woocommerce-account .woocommerce-MyAccount-content header + address {
    background: #F3F3F3;
    padding: 20px;
    margin-top: 5px;
}
body.woocommerce-account th {
    color: initial;
    background: #F1F1F1;
}
body.woocommerce-account section.woocommerce-order-details {
    margin-top: 25px;
}






/* --------------- MEDIA QUERIES - WooCommerce --------------- */

@media (max-width: 870px) {
	body.woocommerce #wrapper ul.products li.product {
		width: 47.5%;
		margin-right: 0;
	}
	body.woocommerce ul.products {
		justify-content: space-between;
	}
	li.product span.h2_like {
		font-size: 18px;
	}
}
@media (max-width: 782px) {
	div #wrapper .wc-block-cart .wc-block-cart__submit a {
		margin-top: 0;
	}
}
@media (max-width: 768px) {
	nav.woocommerce-MyAccount-navigation {
		margin-bottom: 30px;
    	position: relative;
	}
	nav.woocommerce-MyAccount-navigation ul {
		margin: 0;
		display: flex;
		white-space: nowrap;
		overflow-x: scroll;
		border-bottom: 1px solid #E3E3E3;
		position: relative;
	}
	nav.woocommerce-MyAccount-navigation ul li.is-active a {
		background: #F3F3F3;
		color: #000000 !important;
		border-right: none;
	}
	nav.woocommerce-MyAccount-navigation ul li a {
		border-top: none;
		border-right: 1px solid #E3E3E3;
		padding: 12px 15px;
	}
	nav.woocommerce-MyAccount-navigation ul > li:last-child a {
		border-right: none;
	}
	body:not(.home) #wrapperInner nav.woocommerce-MyAccount-navigation li a:hover {
		color: #000000;
	}
	body.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
	div .woocommerce table.my_account_orders td,
	div .woocommerce table.my_account_orders th {
		padding: 12px;
	}
	body.woocommerce-account .woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address {
		margin-top: 35px;
	}
	nav.woocommerce-MyAccount-navigation ul > li:last-child {
		margin-right: 8px;
	}
	nav.woocommerce-MyAccount-navigation:after {
		content: '';
		width: 25px;
		height: 100%;
		background: linear-gradient(270deg, #FFFFFF, transparent);
		position: absolute;
		right: 0;
		top: 0;
		pointer-events: none;
		z-index: 20;
	}
	body.woocommerce-account .u-column2.col-2 {
		margin-top: 60px;
	}
	div .wc-block-components-radio-control .wc-block-components-radio-control__input {
		left: 0;
	}
}







































































/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ NOM DU SITE ------------------------------------------ */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */





/* boutons */
body.error404 article a,
#wrapper a.wp-block-button__link,
section.newsContainer .droite > a,
#wrapper div.wpforms-container-full button[type=submit] {
	border-radius: 0;
	display: inline-block;
	background: #1c984c;
	color: #FFFFFF;
	padding: 12px 20px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: 0.3s;
	border: none;
	font-size: 16px;
	height: auto;
	box-shadow: none;
}
body.error404 article a:hover,
#wrapper a.wp-block-button__link:hover,
section.newsContainer .droite > a:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover {
	background: #000000 !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}






.has-noir-color { color: #000000 !important; }
.has-noir-background-color { background-color: #000000 !important; }

.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }

.has-gris-color { color: #F4F4F4 !important; }
.has-gris-background-color { background-color: #F4F4F4 !important; }

.has-vert-color { color: #1c984c !important; }
.has-vert-background-color { background-color: #1c984c !important; }

