/*!
Theme Name: monmag
Theme URI: http://underscores.me/
Author: hery2d
Author URI: https://github.com/hery2d
Description: Theme based on monmag
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: monmag
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.

monmag 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
## Partials
# 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
--------------------------------------------------------------*/
/* Containers
--------------------------------------------- */
.container,
.xl-container,
.mid-container,
.tight-container,
.xs-container,
.xxs-container {
  width: 100%;
  max-width: 1254px;
  margin-left: auto;
  margin-right: auto;
}

.xl-container {
  max-width: 1440px;
  padding-left: 3em;
  padding-right: 3em;
}

.mid-container {
  max-width: 940px;
}

.tight-container {
  max-width: 768px;
}

.xs-container {
  max-width: 454px;
}

.xxs-container {
  max-width: 280px;
}

.wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.site-header,
.site-footer .site-info {
  max-width: 1440px;
  margin: auto;
}

.ctn {
  padding-right: 3em;
  padding-left: 3em;
  max-width: 1440px;
  margin: auto;
}

.section {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding: 2em;
}

@media screen and (max-width: 980px) {
  .xl-container {
    max-width: 1440px;
    padding-left: 0em;
    padding-right: 0em;
  }
  .ctn {
    padding-right: 0em;
    padding-left: 0em;
    max-width: 1440px;
    margin: auto;
  }
}
.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #3e3e3e;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 2em;
}
h2 span {
  font-size: 0.35em;
  text-transform: uppercase;
  display: block;
  color: #de5656;
}

/* Used on woocommerce cat title - H1 */
.page-title {
  margin-top: 0;
  font-size: 2em;
}

@media screen and (max-width: 980px) {
  .page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
  }
}
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%;
}

.woocommerce-Price-amount bdi,
.woocommerce-Price-amount span {
  font-weight: 900;
  color: #de5656;
}

.infos {
  font-size: 0.8125em;
}

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

.format {
  display: inline-block;
  margin-top: 2px;
  font-style: normal;
  font-size: 10.5px;
  font-weight: 700;
  display: block;
  color: #de5656;
  text-transform: uppercase;
}

.edition {
  display: flex;
  margin-top: 2px;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  color: #1d1d1d;
  text-transform: uppercase;
  flex-direction: row;
  grid-gap: 1em;
  line-height: 1.3;
}
.edition em {
  display: block;
  font-style: normal;
  color: #de5656;
}

#mag_subs h1 {
  margin-bottom: 0;
}

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

* {
  transition: all ease 0.1s;
}

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: #d36161;
}
a:visited {
  color: #d36161;
}
a:hover, a:focus, a:active {
  color: #d36161;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.btn,
a.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  border: 1px solid;
  border-radius: 16px;
  border-color: #de5656;
  background: #de5656;
  color: #ffffff;
  line-height: 1;
  padding: 1.2em 3em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.2s;
  border-radius: 32px;
}
.btn:hover,
a.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #1d1d1d;
  color: #ffffff;
  cursor: pointer;
  border-color: #1d1d1d;
}
.btn:active, .btn:focus,
a.btn:active,
a.btn:focus,
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: #1d1d1d;
}

.well-action {
  text-align: right;
  padding: 1em 0;
  margin-bottom: 3em;
  margin-top: 0em;
  width: 100%;
}

.btn-action,
a.btn-action {
  display: inline-block;
  padding: 0 8px;
  border: 1px solid;
  border-radius: 32px;
  border-color: #1d1d1d;
  background: #ffffff;
  color: #1d1d1d;
  line-height: 1;
  padding: 1.2em 1.5em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: all ease 0.2s;
}
.btn-action.btn-primary,
a.btn-action.btn-primary {
  border-color: #1d1d1d;
  background: #1d1d1d;
  color: #ffffff;
}
.btn-action.btn-secondary,
a.btn-action.btn-secondary {
  border-color: #1d1d1d;
  background: #ffffff;
  color: #1d1d1d;
}
.btn-action.btn-text,
a.btn-action.btn-text {
  border-color: transparent;
  background: transparent;
  color: #1d1d1d;
  text-decoration: none;
}

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: 0px;
  padding: 0.8em 2em 0.8em 1em;
  line-height: 1;
  border-radius: 0;
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=url]:focus,
input[type=url]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=range]:focus,
input[type=range]:focus-visible,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=month]:focus,
input[type=month]:focus-visible,
input[type=week]:focus,
input[type=week]:focus-visible,
input[type=time]:focus,
input[type=time]:focus-visible,
input[type=datetime]:focus,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus,
input[type=datetime-local]:focus-visible,
input[type=color]:focus,
input[type=color]:focus-visible,
textarea:focus,
textarea:focus-visible {
  color: #111;
  outline: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
.header-container {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: none;
  border-bottom: 1px solid #f2f2f2;
}

.site-header {
  display: flex;
  flex-direction: row;
  padding: 0.5em 3em;
  width: 100%;
  max-width: 1440px;
}
.site-header__left, .site-header__center, .site-header__right {
  width: 33%;
  line-height: 1;
}
.site-header__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.site-header__left a {
  color: #1d1d1d;
}
.site-header__left svg {
  color: #1d1d1d;
}
.site-header__center {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header__center a {
  display: flex;
  align-items: center;
}
.site-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header__right > div {
  margin-left: 1.3em;
}
.site-header__right a {
  color: #1d1d1d;
}
.site-header__right svg {
  color: #1d1d1d;
  stroke-width: 1.8px;
}

@media screen and (max-width: 980px) {
  .site-header {
    display: grid;
    grid-template-columns: 2fr 4fr 2fr;
    padding: 0.5em 1em;
    width: 100%;
    max-width: 1440px;
  }
  .site-header__left, .site-header__center, .site-header__right {
    width: 100%;
    line-height: 1;
  }
  .site-header__left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .site-header__left a {
    color: #1d1d1d;
  }
  .site-header__left svg {
    color: #1d1d1d;
  }
  .site-header__center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.5em;
  }
  .site-header__center a {
    display: flex;
    align-items: center;
  }
  .site-header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .site-header__right > div {
    margin-left: 1.3em;
  }
  .site-header__right a {
    color: #1d1d1d;
  }
  .site-header__right svg {
    color: #1d1d1d;
    stroke-width: 1.8px;
  }
  .site-header__right .user {
    display: none;
  }
}
.site-footer {
  background: #1d1d1d;
  padding: 0;
  width: 100%;
}
.site-footer .site-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  padding: 6em;
  margin-top: 3em;
}
.site-footer .site-info * {
  color: #fff;
}
.site-footer .site-info a {
  text-decoration: none;
}
.site-footer .site-info a:hover {
  color: #de5656;
  text-decoration: underline;
}
.site-footer .site-info .title {
  font-size: 1.2em;
  font-weight: 600;
}
.site-footer .site-info ul {
  margin: 1.5em 0 0 0em;
}
.site-footer .site-info .logo {
  margin-bottom: 1em;
}

@media screen and (max-width: 980px) {
  .site-footer {
    background: #1d1d1d;
    padding: 0;
    width: 100%;
  }
  .site-footer .site-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
    padding: 1em;
    margin-top: 3em;
  }
  .site-footer .site-info * {
    color: #fff;
  }
  .site-footer .site-info a {
    text-decoration: none;
  }
  .site-footer .site-info a:hover {
    color: #de5656;
    text-decoration: underline;
  }
  .site-footer .site-info .title {
    font-size: 1.2em;
    font-weight: 600;
  }
  .site-footer .site-info ul {
    margin: 1.5em 0 0 0em;
  }
  .site-footer .site-info .logo {
    margin-bottom: 1em;
  }
}
.layout-sidestick {
  padding: 2em;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-top: 7em;
  column-gap: 3em;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0.5em;
}
.layout-sidestick .stick-container {
  margin-top: -6.5em;
}
.layout-sidestick .stick-container div {
  position: sticky;
  top: 67px;
}
.layout-sidestick .stick-container div img {
  border: 1px solid #f2f2f2;
  padding: 1em;
  background: #fff;
}
.layout-left_col {
  display: grid;
  grid-template-columns: 25fr 75fr;
  grid-gap: 2em;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 3em;
}

.layout-right_col {
  display: grid;
  grid-template-columns: 65fr 35fr;
  grid-gap: 2em;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 3em;
}

.hidden-xs {
  display: block;
}

@media screen and (max-width: 980px) {
  .hidden-xs {
    display: none !important;
  }
  .layout-sidestick {
    padding: 1em 1em;
    box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
    display: flex;
    grid-template-columns: 1fr;
    margin-top: 0em;
    column-gap: 3em;
    flex-direction: column;
  }
  .layout-sidestick .stick-container {
    margin-top: 0em;
    max-width: 100px;
    margin: auto;
  }
  .layout-sidestick .stick-container div {
    position: sticky;
    top: 67px;
  }
  .layout-sidestick .stick-container div img {
    box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
  }
  .layout-sidestick p.infos {
    display: block;
  }
  .layout-left_col {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0 1em;
  }
}
.page-template-default .site-main {
  margin: auto;
  padding: 0 3em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  border-bottom: 1px solid #f2f2f2;
}

ul.menu {
  position: relative;
  list-style-type: none;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 0px 1.3em;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
}
ul.menu li a {
  color: #595959;
  cursor: pointer;
  background: transparent;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.2px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 12px;
  opacity: 1;
}
ul.menu li a:active, ul.menu li a:focus, ul.menu li a:hover {
  outline: none;
  color: #1d1d1d;
  opacity: 1;
}
ul.menu li a svg {
  margin-bottom: -8px;
  margin-right: 8px;
  max-width: 16px;
}
ul.menu li.well-end {
  background-color: #f2f2f2;
  margin-left: auto;
  order: 2;
}
ul.menu .menu-item {
  padding: 1em 0 0.7em 0;
}
ul.menu .menu-item.current-menu-item a {
  color: #1d1d1d;
  border-radius: 0;
  position: relative;
}
ul.menu .menu-item.current-menu-item a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 3px;
  background-color: #de5656;
  width: 100%;
  left: 0;
}
ul.menu .menu-item.current-menu-item a:hover {
  color: #1d1d1d;
}
ul.menu .menu-item.current-menu-item:hover a {
  color: #1d1d1d;
}
ul.menu .menu-item .sub-menu {
  visibility: hidden;
  position: absolute;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
  opacity: 0;
  padding: 1.5em;
  top: 51px;
  z-index: 100;
  background: #fff;
  border: 1px solid #f2f2f2;
  list-style-type: none;
  transition: all ease 0.2s;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
ul.menu .menu-item .sub-menu li {
  padding: 0 1em 0 0;
  border-right: 1px solid #f2f2f2;
}
ul.menu .menu-item .sub-menu li:last-child {
  border-right: none;
}
ul.menu .menu-item .sub-menu li a {
  text-transform: none;
  letter-spacing: 0;
  padding: 0em;
  text-align: left;
  font-size: 1.1em;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 0.5em 0;
  display: block;
}
ul.menu .menu-item .sub-menu li a:hover {
  color: #de5656;
}
ul.menu .menu-item .sub-menu li.current-menu-item a {
  color: #de5656;
}
ul.menu .menu-item .sub-menu li.current-menu-item a::after, ul.menu .menu-item .sub-menu li.current-menu-item a::before {
  display: none;
}
ul.menu .menu-item .sub-menu .sub-menu {
  display: block;
  position: relative;
  top: 0;
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
}
ul.menu .menu-item .sub-menu .sub-menu li {
  display: flex;
  margin-bottom: 0.5em;
  border: none;
}
ul.menu .menu-item .sub-menu .sub-menu li a {
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 0.85em;
  font-weight: 400;
  color: #1d1d1d;
}
ul.menu .menu-item .sub-menu .sub-menu li a:hover {
  color: #de5656;
}
ul.menu .menu-item:hover a {
  color: #1d1d1d;
}
ul.menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

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

/* Anchor zone select */
a.target:target {
  color: red;
}

.zone-select-results {
  transition: all ease 0.5s;
  padding-top: 0em;
}

.zone-select-results:not(:last-of-type) {
  margin: 5px 0;
  display: none;
}

.zone-select-results:target {
  display: block;
}

.zone-select-results:target ~ .zone-select-results:last-of-type {
  display: none;
}

.filtered-content {
  position: relative;
}

.nav-zone {
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  justify-items: center;
  z-index: 99;
  padding: 12px 0;
  position: sticky;
  top: 54px;
}
.nav-zone a.target {
  position: relative;
  background: #ffffff;
  color: #696565;
  padding: 11px 32px 11px 32px;
  border: 1px solid #696565;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.8em;
  width: 100%;
}
.nav-zone a.target.active-class {
  background: #1d1d1d;
  color: #fff;
  border-color: #1d1d1d;
}

html {
  scroll-behavior: smooth !important;
}

@media screen and (max-width: 980px) {
  .nav-zone {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1em;
    justify-items: center;
    z-index: 99;
    padding: 12px;
    position: inherit;
    top: 54px;
  }
}
.nav-format__header {
  margin-top: -101px;
}
.nav-format__header p {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.nav-format__header .nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  margin-bottom: 3em;
}
.nav-format__header .nav span {
  background: #f2f2f2;
  color: #1d1d1d;
  padding: 16px 32px;
  border-radius: 0;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
  width: 100%;
  border-top: 3px solid;
  box-shadow: 0px -15px 15px -13px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.nav-format__header .nav span em {
  display: block;
  font-style: normal;
  font-weight: 400;
}
.nav-format__header .nav span.active-class {
  background: #ffffff;
  border-top-color: #de5656;
  color: #1d1d1d;
}
.nav-format__header .nav #nav-reabo {
  display: none;
}
.nav-format__result h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3e3e3e;
  margin-bottom: 0;
  margin-top: 1.5em;
  letter-spacing: 0;
}
.nav-format #numerique {
  display: none;
}

@media screen and (max-width: 980px) {
  .nav-format__header {
    margin-top: 1em;
  }
  .nav-format__header p {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px;
    letter-spacing: 0;
  }
  .nav-format__header .nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    margin-bottom: 1em;
  }
  .nav-format__header .nav span {
    background: #f2f2f2;
    color: #1d1d1d;
    padding: 16px 32px;
    border-radius: 0;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.2;
    font-size: 14px;
    width: 100%;
    border-top: 3px solid;
    box-shadow: 0px -15px 15px -13px rgba(0, 0, 0, 0.07);
    cursor: pointer;
  }
  .nav-format__header .nav span em {
    display: block;
    font-style: normal;
    font-weight: 400;
  }
  .nav-format__header .nav span.active-class {
    background: #ffffff;
    border-top-color: #de5656;
    color: #1d1d1d;
  }
  .nav-format__result h3 {
    font-size: 20px;
    font-weight: 700;
    color: #de5656;
    margin-bottom: 8px;
    margin-top: 1.5em;
    letter-spacing: 0;
  }
  .nav-format #numerique {
    display: none;
  }
}
#menu-trigger {
  cursor: pointer;
}

.mob-navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 200%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  transition: all ease 0.3s;
  margin-left: -100%;
}
.mob-navigation.open {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  opacity: 1;
  z-index: 100;
  margin-left: 0;
}
.mob-navigation .close {
  grid-column: 2/5;
}
.mob-navigation__container {
  background: #1d1d1d;
  height: 100vh;
  padding-top: 6em;
  overflow-y: scroll;
}
.mob-navigation__container ul.menu {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0em 3em;
}
.mob-navigation__container ul.menu .menu-item {
  border: none;
  border-right: none;
}
.mob-navigation__container ul.menu .menu-item a {
  color: #ffffff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
}
.mob-navigation__container ul.menu .menu-item .sub-menu {
  visibility: visible;
  display: flex;
  top: inherit;
  position: relative;
  opacity: 1;
  flex-direction: column;
  width: auto;
  background: transparent;
  border: none;
  gap: 1em;
}
.mob-navigation__container ul.menu .menu-item .sub-menu li {
  border-right: none;
}
.mob-navigation__container ul.menu .menu-item .sub-menu a {
  color: #ffffff;
  font-size: 0.9em;
  border: none;
}
.mob-navigation__container ul.menu .menu-item .sub-menu .sub-menu {
  display: none;
}
.mob-navigation__container ul.menu .menu-item.current-menu-item a:hover {
  color: #ffffff;
}

@media screen and (max-width: 980px) {
  #site-navigation {
    display: none;
  }
  .mob-navigation__container {
    background: #1d1d1d;
    height: 100vh;
    padding-top: 4em;
    overflow-y: scroll;
  }
  .mob-navigation.open {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    opacity: 1;
    z-index: 100;
    margin-left: 0;
  }
  ul.menu .menu-item {
    padding: 0.2em 0 0.7em 0;
  }
}
.block-filter__content {
  padding: 2% 10%;
  text-align: center;
  position: relative;
}
.block-filter__content > * {
  color: #ffffff;
  position: relative;
}
.block-filter__content h1 {
  margin-bottom: 0;
  position: relative;
}
.block-filter__content p {
  margin-bottom: 0;
}
.block-filter__content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.block-filter__content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(48, 48, 48, 0.7);
}

/* Content components
--------------------------------------------- */
#background-video {
  height: 100%;
  width: 100vw;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.box-entry {
  width: 100%;
  display: flex;
  gap: 2em;
  justify-content: flex-start;
  background: linear-gradient(89deg, transparent 0%, rgba(73, 44, 1, 0.55) 80%);
  position: relative;
  height: 60vh;
  z-index: 1;
  overflow: hidden;
}

.box-entry__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 3%;
}

.box-entry__content h1,
.box-entry__content span {
  color: #fff;
}

.box-entry__content h1 {
  max-width: 600px;
  line-height: 1.2;
  font-size: 2.3em;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
  margin: auto;
}

.box-entry__content h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}

.box-entry__action {
  margin: 2em auto 0 auto;
}

.box-entry__action span {
  display: block;
  margin: 0 0 40px 0;
  opacity: 0.4;
}

.box-entry_mid {
  width: 100%;
  display: flex;
  padding: 2% 8%;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.box-entry_mid:before,
.box-entry:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.box-entry_mid > *,
.box-entry > * {
  position: relative;
}

.slider-home.owl-carousel {
  max-width: 1380px;
  margin: auto;
  padding: 0 0.3em;
}
.slider-home.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.slider-home.owl-carousel .owl-item {
  opacity: 0.2;
  transition: all ease 0.25s;
}
.slider-home.owl-carousel .owl-item.active {
  opacity: 1;
}
.slider-home.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.slide-progress-container {
  max-width: 1380px;
  margin: 1em auto 0 auto;
  padding: 0 5px;
}

.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #e6e6e6;
}

.owl-carousel.slider .owl-nav {
  margin-top: 3em;
  display: flex;
  justify-content: flex-end;
  grid-gap: 1em;
  position: absolute;
  width: 100%;
  top: -8.5em;
}
.owl-carousel.slider .owl-nav .owl-prev,
.owl-carousel.slider .owl-nav .owl-next {
  background: #ffffff;
  border-radius: 1em;
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
}
.owl-carousel.slider .owl-nav .owl-prev span,
.owl-carousel.slider .owl-nav .owl-next span {
  font-size: 54px;
  line-height: 1.1;
  padding: 32px 22px;
  color: #1d1d1d;
}

@media screen and (max-width: 980px) {
  .slide-progress-container {
    max-width: 1380px;
    margin: 0em auto 0 auto;
    padding: 0 1em;
  }
  .slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 7em 7em 0em 0em;
  }
}
.slider-products.owl-carousel {
  position: relative;
  margin-bottom: 2em;
  display: inline-block;
}
.slider-products.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.slider-products.owl-carousel .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0em;
}
.slider-products.owl-carousel .item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0em;
  text-decoration: none;
  color: inherit;
  padding-right: 20px;
}
.slider-products.owl-carousel .item a .image img {
  display: block;
  width: 100%;
  padding: 0em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background: #fff;
}
.slider-products.owl-carousel .item a .title {
  text-decoration: none;
  color: #1d1d1d;
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0 1em;
}
@media screen and (max-width: 980px) {
  .slider-products.owl-carousel {
    position: relative;
    margin-bottom: 2em;
    display: inline-block;
  }
  .slider-products.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .slider-products.owl-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0em;
  }
  .slider-products.owl-carousel .item a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0em;
    text-decoration: none;
    color: inherit;
    padding-right: 0px;
  }
  .slider-products.owl-carousel .item a .image img {
    display: block;
    width: 100%;
    padding: 0em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background: #fff;
  }
  .slider-products.owl-carousel .item a .title {
    text-decoration: none;
    color: #1d1d1d;
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: 0.85em;
    font-weight: 600;
    padding: 0 1em;
  }
}
.block-intro {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3% 0;
  margin: 0 0 4em 0;
}
.block-intro > * {
  position: relative;
  color: #ffffff;
}
.block-intro__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3e3e3e;
  z-index: -1;
}
.block-intro:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(42, 42, 42, 0.25);
}
.block-intro__content {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  width: 100%;
  padding: 0 3em;
  margin: auto;
}
.block-intro__content h1 {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 2.5em;
}
.block-intro__content p {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 17px;
}
.block-intro__content .term-description {
  max-width: 700px;
}
.block-intro__content .image-container {
  max-width: 250px;
  margin: 0em 0em 0 auto;
  position: absolute;
  right: 13em;
  bottom: -12em;
}
.block-intro__content .pastille {
  background: #de5656;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -8.5em;
  right: 3em;
  padding: 18px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 100%;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.04);
  width: 154px;
  height: 150px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.block-intro__content .pastille a {
  color: #fff;
  text-decoration: none;
}
.block-intro__content .pastille a strong {
  font-size: 14px;
}
.block-intro__content .pastille strong {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.block-intro__form {
  width: 100%;
}
.block-intro__form .search-form {
  display: flex;
  flex-direction: column;
}
.block-intro__form .search-form .search-field {
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
.block-intro__form .search-form .search-submit {
  width: 200px;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .block-intro {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3% 0;
    margin: 0 0 4em 0;
  }
  .block-intro > * {
    position: relative;
    color: #ffffff;
  }
  .block-intro__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3e3e3e;
    z-index: -1;
  }
  .block-intro:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(42, 42, 42, 0.38);
  }
  .block-intro__content {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    width: 100%;
    padding: 1em 2em;
    margin: auto;
  }
  .block-intro__content h1 {
    margin: 0;
    color: #ffffff;
    font-size: 1.5em;
  }
  .block-intro__content p {
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
  }
  .block-intro__content .term-description {
    max-width: 700px;
  }
  .block-intro__content .image-container {
    max-width: 250px;
    margin: 0em auto 0 auto;
    position: relative;
    bottom: -4em;
    left: 0;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.04);
  }
  .block-intro__content .pastille {
    background: #de5656;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: -11.5em;
    right: 3em;
    padding: 18px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 100%;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.04);
    width: 120px;
    height: 120px;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .block-intro__content .pastille a {
    color: #fff;
    text-decoration: none;
  }
  .block-intro__content .pastille a strong {
    font-size: 12px;
  }
  .block-intro__content .pastille strong {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .block-intro__form {
    width: 100%;
  }
  .block-intro__form .search-form {
    display: flex;
    flex-direction: column;
  }
  .block-intro__form .search-form .search-field {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1.5em;
  }
  .block-intro__form .search-form .search-submit {
    width: 200px;
    margin: auto;
  }
}
#category_magazine .block-intro {
  padding: 5% 0 7% 0;
}
#category_magazine .block-intro__bg {
  background-attachment: inherit;
  background-color: #3e3e3e;
}
#category_magazine .block-intro:before {
  background: linear-gradient(to bottom, transparent 0%, rgba(19, 19, 19, 0.75) 80%);
}
#category_magazine .block-infos {
  display: flex;
  gap: 2px;
  margin-bottom: 1em;
}
#category_magazine .block-infos span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
#category_magazine .block-action {
  margin-top: -6em;
  position: relative;
  margin-bottom: 3em;
  display: flex;
  gap: 1.5em;
}
#category_magazine .block-action a {
  display: inline-block;
  border: 1px solid;
  border-radius: 16px;
  border-color: #de5656;
  background: #de5656;
  color: #ffffff;
  line-height: 1;
  padding: 2em 4em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all ease 0.2s;
  border-radius: 8px;
  min-width: 220px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#category_magazine .block-action a.btn-secondary {
  background: #ffffff;
  border-color: #f2f2f2;
  color: #1d1d1d;
}
#category_magazine .list-van_home {
  margin-top: 6em;
}

.category_magazine .block-intro {
  margin-bottom: 0;
}

.block-edito {
  padding: 10%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 980px) {
  #category_magazine .block-intro {
    padding: 5% 0 7% 0;
  }
  #category_magazine .block-intro__bg {
    background-attachment: inherit;
    background-color: #3e3e3e;
  }
  #category_magazine .block-intro:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(19, 19, 19, 0.75) 80%);
  }
  #category_magazine .block-infos {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 1em;
  }
  #category_magazine .block-infos span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
  }
  #category_magazine .block-action {
    margin-top: 1em;
    position: relative;
    margin-bottom: 1em;
    display: flex;
    gap: 1.5em;
    flex-direction: column;
    padding: 0 2em;
  }
  #category_magazine .block-action a {
    display: inline-block;
    border: 1px solid;
    border-radius: 16px;
    border-color: #de5656;
    background: #de5656;
    color: #ffffff;
    line-height: 1;
    padding: 2em 4em;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all ease 0.2s;
    border-radius: 32px;
    min-width: 220px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }
  #category_magazine .block-action a.btn-secondary {
    background: #ffffff;
    border-color: #f2f2f2;
    color: #1d1d1d;
  }
  #category_magazine .list-van_home {
    margin-top: 6em;
  }
  .category_magazine .block-intro {
    margin-bottom: 0;
  }
  .block-edito {
    padding: 10%;
    background-color: #f2f2f2;
  }
}
.product-card,
.product-card_multi {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  padding: 1.5em;
  box-shadow: none;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.product-card a,
.product-card_multi a {
  color: inherit;
  text-decoration: none;
}
.product-card__image,
.product-card_multi__image {
  width: 20%;
}
.product-card__image img,
.product-card_multi__image img {
  display: block;
  width: 100%;
  padding: 0em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background: #fff;
}
.product-card__image a,
.product-card_multi__image a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.product-card:hover img,
.product-card_multi:hover img {
  transform: rotate(-1deg);
}
.product-card__content,
.product-card_multi__content {
  width: 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 2em;
}
.product-card__content .title,
.product-card_multi__content .title {
  width: 100%;
}
.product-card__content .title h4,
.product-card_multi__content .title h4 {
  margin-top: 0;
  font-size: 1.1em;
  line-height: 1.25;
  font-weight: 600;
}
.product-card__content .paragraph p,
.product-card_multi__content .paragraph p {
  font-size: 0.85em;
  margin: 0 0 2em 0;
  line-height: 1.35;
}
.product-card__content .price,
.product-card__content .format,
.product-card_multi__content .price,
.product-card_multi__content .format {
  display: flex;
  align-items: center;
  width: 75%;
}
.product-card__content .price,
.product-card_multi__content .price {
  justify-content: flex-end;
  align-items: flex-end;
}
.product-card__content .format span,
.product-card_multi__content .format span {
  font-size: 0.85em;
  font-weight: 400;
  float: left;
  text-transform: uppercase;
  line-height: 1.4;
  margin-right: 0.75em;
}
.product-card__content .format span em,
.product-card_multi__content .format span em {
  font-style: normal;
  font-size: 0.75em;
  font-weight: 900;
  display: block;
}
.product-card__content .btn-action,
.product-card_multi__content .btn-action {
  width: 100%;
}
.product-card__action,
.product-card_multi__action {
  width: 5%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 16px 16px 0;
}
.product-card__action a,
.product-card_multi__action a {
  color: #f2f2f2;
}

@media screen and (max-width: 980px) {
  .product-card__content,
  .product-card_multi__content {
    width: 75%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2em;
  }
  .product-card__content .title,
  .product-card_multi__content .title {
    width: 100%;
  }
  .product-card__content .title h4,
  .product-card_multi__content .title h4 {
    margin-top: 0;
    font-size: 1.1em;
    line-height: 1.25;
    font-weight: 600;
  }
  .product-card__content .paragraph p,
  .product-card_multi__content .paragraph p {
    display: none;
    font-size: 0.85em;
    margin: 0 0 2em 0;
    line-height: 1.35;
  }
  .product-card__content .price,
  .product-card__content .format,
  .product-card_multi__content .price,
  .product-card_multi__content .format {
    display: flex;
    align-items: center;
    width: 75%;
  }
  .product-card__content .price,
  .product-card_multi__content .price {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .product-card__content .format span,
  .product-card_multi__content .format span {
    font-size: 0.85em;
    font-weight: 400;
    float: left;
    text-transform: uppercase;
    line-height: 1.4;
    margin-right: 0.75em;
  }
  .product-card__content .format span em,
  .product-card_multi__content .format span em {
    font-style: normal;
    font-size: 0.75em;
    font-weight: 900;
    display: block;
  }
  .product-card__content .btn-action,
  .product-card_multi__content .btn-action {
    width: 100%;
  }
  .product-card .product-card_multi_action1,
  .product-card .product-card_multi_action2,
  .product-card_multi .product-card_multi_action1,
  .product-card_multi .product-card_multi_action2 {
    display: none;
  }
}
.product-card_multi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5em;
  margin-left: 0;
}
.product-card_multi__image, .product-card_multi__content,
.product-card_multi .format {
  width: 100%;
  padding: 0;
}
.product-card_multi_action1 a, .product-card_multi_action2 a {
  display: block;
}
.product-card_multi_action2 {
  display: none;
  grid-column: 1/3;
  border-top: 1px solid #f2f2f2;
  padding: 1em 0 0em 0;
}
.product-card_multi_action2 a.btn-action.btn-primary {
  border-color: #fff;
  background-color: #fff;
  color: #1d1d1d;
  padding: 0.5em 0 0em 0;
}

@media screen and (max-width: 980px) {
  .product-card_multi {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-gap: 1.5em;
    border-radius: 1.5em;
    margin-left: 0;
    padding: 1em;
  }
  .product-card_multi__image, .product-card_multi__content,
  .product-card_multi .format {
    width: 100%;
    padding: 0;
  }
  .product-card_multi_action1 a, .product-card_multi_action2 a {
    display: block;
  }
}
.product-card_sub {
  margin-bottom: 4em;
  padding: 2em;
  position: relative;
  transition: all ease 0.2s;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 1em;
  box-shadow: 4px 5px 16px rgba(0, 0, 0, 0.05);
  opacity: 0.9;
}
.product-card_sub__infos {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.product-card_sub__infos .edito {
  display: grid;
}
.product-card_sub__infos .edito .title {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0em;
  line-height: 1.3;
}
.product-card_sub__infos .edito .excerpt {
  margin-bottom: 0;
  font-size: 0.85em;
  line-height: 1.4;
  max-width: 300px;
}
.product-card_sub__infos .edito.img {
  grid-template-columns: 30fr 80fr;
  grid-gap: 1.5em;
}
.product-card_sub__infos .price {
  margin: 0;
  text-align: right;
}
.product-card_sub__infos .price span,
.product-card_sub__infos .price bdi {
  font-size: 24px;
}
.product-card_sub__infos .price .price_infos {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.product-card_sub__infos .format {
  margin: 0 0 0 0;
  font-size: 11px;
  letter-spacing: 0.2px;
  color: #de5656;
  text-transform: uppercase;
}
.product-card_sub__action {
  display: flex;
  justify-content: flex-end;
  margin: 2em 0 0 0;
}
.product-card_sub__action a {
  border: 1px solid;
  border-radius: 0;
  border-color: #1d1d1d;
  background: #ffffff;
  color: #1d1d1d;
  line-height: 1;
  padding: 1.5em 4em;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
  transition: all ease 0.2s;
}
.product-card_sub__action a.add_to_cart {
  border: 1px solid;
  border-radius: 0;
  border-color: #41ab63;
  background: #41ab63;
  color: #ffffff;
  line-height: 1;
  padding: 1.5em 4em;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}
.product-card_sub:hover {
  box-shadow: 4px 7px 22px -1px rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.product-card_sub .pastille {
  background: #de5656;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -2.5em;
  left: -1em;
  padding: 18px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 100%;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.04);
  width: 100px;
  height: 100px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.product-card_sub .pastille a,
.product-card_sub .pastille span {
  color: #fff;
  text-decoration: none;
}
.product-card_sub .pastille a strong,
.product-card_sub .pastille span strong {
  font-size: 14px;
}
.product-card_sub .pastille strong {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media screen and (max-width: 980px) {
  .product-card_sub {
    margin-bottom: 4em;
    padding: 1em;
    position: relative;
    box-shadow: 4px 5px 27px rgba(0, 0, 0, 0.05);
    transition: all ease 0.2s;
  }
  .product-card_sub:hover {
    box-shadow: 4px 5px 27px rgba(0, 0, 0, 0.1);
  }
  .product-card_sub__infos {
    display: grid;
    grid-template-columns: 1fr;
  }
  .product-card_sub__infos .edito {
    display: grid;
  }
  .product-card_sub__infos .edito .title {
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0em;
    line-height: 1.3;
  }
  .product-card_sub__infos .edito .excerpt {
    margin-bottom: 0;
    font-size: 0.85em;
    line-height: 1.4;
  }
  .product-card_sub__infos .edito.img {
    grid-template-columns: 25fr 80fr;
    grid-gap: 1em;
  }
  .product-card_sub__infos .price {
    margin: 0;
    text-align: right;
  }
  .product-card_sub__infos .price span,
  .product-card_sub__infos .price bdi {
    font-size: 24px;
  }
  .product-card_sub__infos .price .price_infos {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
  }
  .product-card_sub__infos .format {
    margin: 0 0 0 0;
    font-size: 11px;
    letter-spacing: 1px;
    color: #de5656;
    text-transform: uppercase;
  }
  .product-card_sub__action {
    display: flex;
    justify-content: flex-end;
    margin: 2em 0 0 0;
  }
  .product-card_sub__action a {
    border: 1px solid;
    border-radius: 0;
    border-color: #1d1d1d;
    background: #ffffff;
    color: #1d1d1d;
    line-height: 1;
    padding: 1em 2em;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    text-decoration: none;
  }
  .product-card_sub__action a.add_to_cart {
    border: 1px solid;
    border-radius: 0;
    border-color: #41ab63;
    background: #41ab63;
    color: #ffffff;
    line-height: 1;
    padding: 1em 2em;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    text-decoration: none;
  }
  .product-card_sub .pastille {
    background: #de5656;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: -2.5em;
    left: -1em;
    padding: 18px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 100%;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.04);
    width: 100px;
    height: 100px;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .product-card_sub .pastille a,
  .product-card_sub .pastille span {
    color: #fff;
    text-decoration: none;
  }
  .product-card_sub .pastille a strong,
  .product-card_sub .pastille span strong {
    font-size: 14px;
  }
  .product-card_sub .pastille strong {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
#mag_main .block-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 768px;
  margin: 1em auto;
}
#mag_main .block-heading .presentation {
  line-height: 1.2;
  margin: 1em auto 2em auto;
}
#mag_main .block-infos {
  display: flex;
  margin-top: 0;
  grid-gap: 2em;
  margin-bottom: 1em;
  flex-direction: column;
  align-content: flex-start;
}
#mag_main .block-infos span {
  font-size: 0.75em;
}

.block-heading-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.block-heading-action:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  top: 50%;
  left: 0;
  z-index: -1;
}
.block-heading-action .box-title {
  background: #fcfcfc;
  padding-right: 1.8em;
  line-height: 1.2;
  font-size: 2.3em;
}
.block-heading-action .box-action {
  background-color: #fcfcfc;
  padding-left: 1.8em;
}

@media screen and (max-width: 980px) {
  .block-heading-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 1em;
  }
  .block-heading-action a {
    background: transparent;
    color: #444;
    border: none;
    letter-spacing: 0.4px;
    padding: 0;
  }
  .block-heading-action:after {
    display: none;
  }
  .block-heading-action .box-title {
    background: #fcfcfc;
    padding-right: 0;
    line-height: 1.3;
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 0.5em;
    max-width: 50%;
  }
  .block-heading-action .box-action {
    background-color: #fcfcfc;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}

.well {
  background: #f2f2f2;
  padding: 1em;
}

.action-right {
  display: flex;
  justify-content: flex-end;
  margin: 2em 0 1em 0;
}

.dropdown-mag_subs label {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 1em;
}
.dropdown-mag_subs select {
  margin-bottom: 2em;
  width: 100%;
  padding: 0.7em;
}

.zone-select-results .header {
  background: #f7f7f7;
  padding: 2em 2em 0.1em 2em;
  margin-bottom: 2em;
  display: none;
}
.zone-select-results .header p {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 8px;
}
.zone-select-results .header a {
  cursor: pointer;
  color: #de5656;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85em;
  text-decoration: none;
}

.block-tabs_home {
  padding: 4em 0;
}

@media screen and (max-width: 980px) {
  .block-tabs_home {
    padding: 1em 0;
  }
  .grid2 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .well {
    background: #f2f2f2;
    padding: 1em;
  }
  .action-right {
    display: flex;
    justify-content: flex-end;
    margin: 2em 0 1em 0;
  }
  .dropdown-mag_subs label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .dropdown-mag_subs select {
    margin-bottom: 2em;
    width: 100%;
    padding: 0.7em;
  }
  .zone-select-results .header {
    background: #f7f7f7;
    padding: 2em 2em 0.1em 2em;
    margin-bottom: 2em;
    display: none;
  }
  .zone-select-results .header p {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 8px;
  }
  .zone-select-results .header a {
    cursor: pointer;
    color: #de5656;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85em;
    text-decoration: none;
  }
  .block-tabs_home {
    padding: 4em 0;
  }
}
.block-presentation_home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5em;
  margin-bottom: 5em;
}
.block-presentation_home .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7em;
}
.block-presentation_home .content h3 {
  font-size: 2em;
  line-height: 1.5;
}

.block-offers {
  max-width: 1024px;
  margin: auto;
}
.block-offers .offer {
  display: grid;
  grid-template-columns: 30fr 70fr;
  align-items: center;
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
  grid-gap: 2em;
  padding: 1em;
  margin-bottom: 3em;
}
.block-offers .offer h3 {
  margin-top: 0;
}
.block-offers .offer .content {
  padding: 1em 2em;
}

.single-offer {
  padding: 2em 4em;
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
  width: 100%;
  max-width: 980px;
  margin: auto;
  background: #fff;
}
.single-offer h1 {
  text-align: center;
  color: #de5656;
}
.single-offer h1 span {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #1d1d1d;
}
.single-offer .code {
  margin: 2em 0;
  text-align: center;
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 900;
}
.single-offer .code p {
  margin-bottom: 0;
}
.single-offer .code .promo {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #de5656;
}
.single-offer .action,
.single-offer .image {
  text-align: center;
}

.magazine-container {
  display: grid;
  grid-gap: 0em;
  padding: 0;
}
.magazine-container .title h1 {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  line-height: 1;
}
.magazine-container .content {
  padding: 0;
  max-width: 980px;
  margin: 2em auto;
  display: grid;
  grid-template-columns: 30fr 70fr;
  grid-gap: 2em;
}
.magazine-container .content .block-image {
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
  padding: 1em;
}

.block-offers-pro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.block-offers-pro .single-offer {
  display: grid;
  grid-template-columns: 40fr 60fr;
  align-items: center;
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
  grid-gap: 2em;
  padding: 1em;
  margin-bottom: 3em;
}
.block-offers-pro .single-offer h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.75em;
  line-height: 1;
}
.block-offers-pro .single-offer .content {
  padding: 1em 2em;
}
.block-offers-pro .single-offer .content p {
  margin-top: 0.1em;
}
.block-offers-pro .single-offer .action {
  text-align: left;
}

.block-form_order {
  margin-top: 5em;
}
.block-form_order .form {
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 54px;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
}
.block-form_order .form header {
  background: #303030;
  padding: 1em 2em 1em 2em;
}
.block-form_order .form header span {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}
.block-form_order .form .content {
  padding: 1em 2em 1em 2em;
  background: #fff;
}
.block-form_order .form .content p {
  margin-top: 0;
  line-height: 1;
}
.block-form_order .form .wpcf7 input[type=text],
.block-form_order .form .wpcf7 input[type=email],
.block-form_order .form .wpcf7 input[type=url],
.block-form_order .form .wpcf7 input[type=password],
.block-form_order .form .wpcf7 input[type=search],
.block-form_order .form .wpcf7 input[type=number],
.block-form_order .form .wpcf7 input[type=tel],
.block-form_order .form .wpcf7 input[type=range],
.block-form_order .form .wpcf7 input[type=date],
.block-form_order .form .wpcf7 input[type=month],
.block-form_order .form .wpcf7 input[type=week],
.block-form_order .form .wpcf7 input[type=time],
.block-form_order .form .wpcf7 input[type=datetime],
.block-form_order .form .wpcf7 input[type=datetime-local],
.block-form_order .form .wpcf7 input[type=color],
.block-form_order .form .wpcf7 textarea,
.block-form_order .form .wpcf7 select {
  padding: 0.5em;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  margin-top: 4px;
}
.block-form_order .form .wpcf7 p {
  margin-bottom: 8px;
}
.block-form_order .form label {
  font-size: 13px;
  margin-bottom: 0px;
  display: block;
  font-weight: 600;
}
.block-form_order .form .duo-field {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1em;
}
.block-form_order .form .wpcf7 input[type=submit] {
  margin-top: 16px;
}

.block-offers-corporate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 1em;
}
.block-offers-corporate .offer {
  display: grid;
  gap: 1em;
  grid-template-columns: 1.5fr 3fr;
  align-items: center;
  padding: 1.5em;
  box-shadow: none;
  background: #fff;
  border: 1px solid #f2f2f2;
}

.list-featured {
  padding: 0 2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  margin-left: 0;
}

@media screen and (max-width: 980px) {
  .list-featured {
    padding: 0 2em;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1em;
    margin-left: 0;
  }
}
.list-van_home {
  margin-top: 3em;
  margin-bottom: 0em;
  padding: 1em 0 2em 0;
}

@media screen and (max-width: 980px) {
  .list-van_home {
    margin-top: 1em;
    margin-bottom: 0em;
    padding: 0em 0 2em 0;
  }
}
/* Products on Subscription */
.list-mag_subs {
  padding-top: 9em;
}

#numerique .list-mag_subs {
  padding-top: 0em;
}

.list-subscriptions {
  margin-bottom: 6em;
}
.list-subscriptions h2 {
  font-size: 20px;
}
.list-subscriptions h2 span {
  font-size: 11px;
}

.subscriptions .list-featured {
  grid-template-columns: repeat(4, 1fr);
  padding: 0 1em;
  max-width: 1440px;
  margin: auto;
}
.subscriptions .list-featured .product-card__image {
  width: 60%;
}
.subscriptions .list-featured .product-card_multi__image {
  width: 100%;
}
.subscriptions .list-featured .product-card_multi__content h4 {
  font-size: 1em;
}
.subscriptions .list-featured .product-card_multi__content .paragraph {
  display: none;
}

.subscriptions_pro .list-featured {
  grid-template-columns: repeat(3, 1fr);
  padding: 0 1em;
  max-width: 1440px;
  margin: auto;
}
.subscriptions_pro .list-featured .product-card_multi.pro {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0em;
  margin-left: 0;
}
.subscriptions_pro .list-featured .product-card__image {
  width: 100%;
}
.subscriptions_pro .list-featured .product-card_multi__image {
  width: 100%;
}
.subscriptions_pro .list-featured .product-card_multi__content {
  display: flex;
  flex-direction: column;
}
.subscriptions_pro .list-featured .product-card_multi__content h4 {
  font-size: 1.1em;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.subscriptions_pro .list-featured .product-card_multi__content .price_range {
  margin-bottom: 8px;
  text-align: center;
  line-height: 1.1;
  margin-top: 8px;
}
.subscriptions_pro .list-featured .product-card_multi__content .price_range .range {
  font-size: 14px;
  font-weight: 700;
}
.subscriptions_pro .list-featured .product-card_multi__content .price_range .range .price_real {
  color: #de5656;
}
.subscriptions_pro .list-featured .product-card_multi__content .price_range .price_instead {
  font-size: 12px;
}

.pole .list-featured {
  grid-template-columns: repeat(4, 1fr);
  padding: 0 1em;
  max-width: 1440px;
  margin: auto;
}
.pole .list-featured .product-card__image {
  width: 60%;
}
.pole .list-featured .product-card_multi__image {
  width: 100%;
}
.pole .list-featured .product-card_multi__content h4 {
  font-size: 1em;
}
.pole .list-featured .product-card_multi__content .paragraph {
  display: none;
}

@media screen and (max-width: 980px) {
  /* Products on Subscription */
  .list-mag_subs {
    padding-top: 2em;
  }
  #numerique .list-mag_subs {
    padding-top: 0em;
  }
  .list-subscriptions {
    margin-bottom: 6em;
  }
  .list-subscriptions h2 {
    font-size: 20px;
    padding: 0 1em;
  }
  .list-subscriptions h2 span {
    font-size: 11px;
  }
  .subscriptions .list-featured {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 1em;
    max-width: 1440px;
    margin: auto;
  }
  .subscriptions .list-featured .product-card__image {
    width: 60%;
  }
  .subscriptions .list-featured .product-card_multi__image {
    width: 100%;
  }
}
.formats-available {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.formats-available span {
  display: flex;
  gap: 0.3em;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  padding: 0;
  width: 100%;
  flex-direction: row;
  color: #777373;
  line-height: 1.1;
  margin-bottom: 1px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Tabs */
.tabs {
  max-width: 1440px;
  width: 100%;
  border-radius: 1em;
  margin: auto;
  padding: 1.5em 3em;
}
.tabs .sticky {
  position: sticky;
  top: 0;
  z-index: 3;
}

ul#tabs-nav {
  list-style: none;
  margin: -1em 2em 2em 2em;
  padding: 1em 1em 0 1em;
  border-radius: 0em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-gap: 5em;
  box-shadow: none;
  background: #fff;
  border: 1px solid #f2f2f2;
}

ul#tabs-nav li {
  position: relative;
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 0;
  width: 27%;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
  margin: 0;
  padding-bottom: 1em;
}
ul#tabs-nav li:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  left: 0;
  background-color: #de5656;
  transition: all ease 0.2s;
}

ul#tabs-nav li:hover {
  border-bottom-color: #1d1d1d;
}

ul#tabs-nav li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #de5656;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

#tabs-nav li a {
  text-decoration: none;
  color: #1d1d1d;
  font-weight: 700;
  font-size: 17px;
  opacity: 0.5;
  transition: all ease 0.25s;
}
#tabs-nav li a span {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  color: #707070;
  opacity: 0.5;
  transition: all ease 0.25s;
}

ul#tabs-nav li:hover a {
  color: #1d1d1d;
  opacity: 0.7;
}
ul#tabs-nav li:hover a span {
  opacity: 0.7;
}

ul#tabs-nav li.active a {
  color: #1d1d1d;
  padding-bottom: 1em;
  opacity: 1;
}
ul#tabs-nav li.active a span {
  opacity: 1;
}

ul#tabs-nav li a:active,
ul#tabs-nav li a:focus {
  outline: none;
}

@media screen and (max-width: 980px) {
  /* Tabs */
  .tabs {
    max-width: 1440px;
    border-radius: 1em;
    margin: 2em auto 1em auto;
    padding: 0;
  }
  .tabs .sticky {
    position: sticky;
    top: 40px;
    z-index: 3;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .tabs .sticky::-webkit-scrollbar {
    display: none;
  }
  ul#tabs-nav {
    list-style: none;
    margin: 0em 2em 2em 2em;
    padding: 1em 1em 0 1em;
    border-radius: 0em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    grid-gap: 5em;
    box-shadow: none;
    background: #fff;
    border: 1px solid #f2f2f2;
    width: 300%;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  ul#tabs-nav::-webkit-scrollbar {
    display: none;
  }
  ul#tabs-nav li {
    position: relative;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 0;
    width: 27%;
    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
    margin: 0;
    padding-bottom: 1em;
  }
  ul#tabs-nav li:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    left: 0;
    background-color: #de5656;
    transition: all ease 0.2s;
  }
  ul#tabs-nav li:hover {
    border-bottom-color: #1d1d1d;
  }
  ul#tabs-nav li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #de5656;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  #tabs-nav li a {
    text-decoration: none;
    color: #1d1d1d;
    font-weight: 700;
    font-size: 17px;
    opacity: 0.5;
    transition: all ease 0.25s;
  }
  #tabs-nav li a span {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    color: #707070;
    opacity: 0.5;
    transition: all ease 0.25s;
  }
  ul#tabs-nav li:hover a {
    color: #1d1d1d;
    opacity: 0.7;
  }
  ul#tabs-nav li:hover a span {
    opacity: 0.7;
  }
  ul#tabs-nav li.active a {
    color: #1d1d1d;
    padding-bottom: 1em;
    opacity: 1;
  }
  ul#tabs-nav li.active a span {
    opacity: 1;
  }
  ul#tabs-nav li a:active,
  ul#tabs-nav li a:focus {
    outline: none;
  }
}
/* 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;
}

/* Icons
--------------------------------------------- */
.icon {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.icon.icon-menu {
  background-image: url("./static/img/icons/icon-menu.svg");
  height: 17px;
  width: 24px;
}
.icon.icon-search {
  background-image: url("./static/img/icons/icon-search.svg");
}
.icon.icon-user {
  background-image: url("./static/img/icons/icon-user.svg");
}
.icon.icon-bag {
  background-image: url("./static/img/icons/icon-bag.svg");
}
.icon.icon-mobile {
  background-image: url("./static/img/icons/icon-mobile.svg");
}

.feather-13 {
  width: 13px;
  height: 13px;
}

.feather-15 {
  width: 15px;
  height: 15px;
}

.feather-20 {
  width: 20px;
  height: 20px;
}

.feather-24 {
  width: 24px;
  height: 24px;
}

.feather-32 {
  width: 32px;
  height: 32px;
}

/*--------------------------------------------------------------
# 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;
}

/*
--------------------------------------------- */
.searchandfilter {
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 54px;
  padding: 0 1em;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100vh;
}

.searchandfilter ul li ul li ul {
  display: none;
}

.searchandfilter ul li {
  list-style: none;
  display: block;
  padding: 10px 0;
  margin: 0;
  width: 100%;
}

.searchandfilter label {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.filter-form {
  width: 100%;
  z-index: 100;
  left: 0;
  margin-bottom: 2em;
}
.filter-form .close {
  display: none;
}
.filter-form .searchandfilter ul .sf-level-0.sf-item-6155 {
  display: none;
}
.filter-form .searchandfilter > ul {
  width: 100%;
  background: #fff;
  display: flex;
  margin-top: 0em;
  margin-bottom: 0;
  margin-left: 0;
  padding: 2em 1em;
  flex-wrap: wrap;
  align-items: center;
}
.filter-form .sf-field-search {
  width: 100%;
  padding-bottom: 0;
}
.filter-form .sf-field-search label,
.filter-form .sf-field-search input {
  width: 100%;
  margin: 0;
}
.filter-form .sf-field-submit {
  padding-top: 0;
}
.filter-form .sf-field-submit input[type=submit] {
  padding: 19px 24px;
  border-radius: 0;
  width: 100%;
}
.filter-form select.sf-input-select {
  margin: 0;
  padding: 12.5px 16px;
  width: 100%;
}
.filter-form .sf-field-taxonomy-product_cat {
  width: 100%;
}
.filter-form .sf-field-taxonomy-product_cat h4 {
  cursor: pointer;
  position: relative;
  margin: 0;
  background: #303030;
  color: #fff;
  padding: 1em 4em 1em 2em;
  display: inline-block;
  width: 100%;
}
.filter-form .sf-field-taxonomy-product_cat h4:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-right: 5px solid transparent;
  border-bottom: 8px solid white;
  border-left: 5px solid transparent;
  right: 1.25em;
  top: 1.5em;
  transform: rotate(180deg);
  transition: all ease 0.2s;
}
.filter-form .sf-field-taxonomy-product_cat h4.active:after {
  transform: rotate(1deg);
}
.filter-form .sf-field-taxonomy-product_cat ul {
  display: none;
  opacity: 0;
  flex-direction: column;
  position: absolute;
  z-index: -1;
  background: #f2f2f2;
  padding: 1.5em;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-height: 80vh;
  box-shadow: 1px 8px 33px -17px #000;
}
.filter-form .sf-field-taxonomy-product_cat ul label {
  font-size: 0.85em;
  cursor: pointer;
  width: auto;
}
.filter-form .sf-field-taxonomy-product_cat ul.active {
  display: flex;
  opacity: 1;
  z-index: 5;
  top: 0;
  right: calc(-100% - 41px);
  max-height: 600px;
  overflow-y: scroll;
}
.filter-form .sf-field-taxonomy-product_cat .children {
  display: block;
  position: relative;
  z-index: 9999;
  max-height: inherit;
  opacity: 1;
  box-shadow: none;
  padding-top: 8px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5;
}
.filter-form .sf-field-taxonomy-product_cat .children .children {
  display: none;
}
.filter-form .sf-field-sort_order {
  margin-left: 0;
  padding-left: 0;
}
.filter-form .sf-field-sort_order h4 {
  display: none;
}
.filter-form .sf-field-reset {
  margin-left: 2em;
}
.filter-form .sf-field-reset a {
  color: #1d1d1d;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.filter-form .sf-field-reset a:before {
  content: "x";
  position: absolute;
  width: 1em;
  height: 1em;
  left: -1em;
  top: 0;
}

.filter-trigger {
  display: none;
}

@media screen and (max-width: 980px) {
  .searchandfilter {
    box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
    position: sticky;
    top: 54px;
    padding: 0 1em;
    flex-wrap: wrap;
    align-items: center;
    min-height: 70vh;
    background: #ffffff;
  }
  .searchandfilter ul li ul li ul {
    display: none;
  }
  .searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 10px 0;
    margin: 0;
    width: 100%;
  }
  .searchandfilter label {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .filter-trigger {
    display: block;
    position: fixed;
    bottom: 0em;
    z-index: 2;
    background: #1d1d1d;
    width: 100%;
    left: 0;
    padding: 1em;
    color: #fff;
    text-align: center;
  }
  .filter-form {
    width: 100%;
    left: 0;
    bottom: -100%;
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .filter-form.open {
    z-index: 100;
    opacity: 1;
    bottom: -5em;
    position: fixed;
  }
  .filter-form .close {
    display: block;
    background: #1d1d1d;
    width: 100%;
    left: 0;
    padding: 1em;
    color: #fff;
    text-align: center;
  }
  .filter-form .searchandfilter ul .sf-level-0.sf-item-6155 {
    display: none;
  }
  .filter-form .searchandfilter > ul {
    width: 100%;
    background: #fff;
    display: flex;
    margin-top: 0em;
    margin-bottom: 0;
    margin-left: 0;
    padding: 2em 1em;
    flex-wrap: wrap;
    align-items: center;
  }
  .filter-form .sf-field-search {
    width: 100%;
    padding-bottom: 0;
  }
  .filter-form .sf-field-search label,
  .filter-form .sf-field-search input {
    width: 100%;
    margin: 0;
  }
  .filter-form .sf-field-submit {
    padding-top: 0;
  }
  .filter-form .sf-field-submit input[type=submit] {
    padding: 19px 24px;
    border-radius: 0;
    width: 100%;
  }
  .filter-form select.sf-input-select {
    margin: 0;
    padding: 12.5px 16px;
    width: 100%;
  }
  .filter-form .sf-field-taxonomy-product_cat {
    width: 100%;
  }
  .filter-form .sf-field-taxonomy-product_cat h4 {
    cursor: pointer;
    position: relative;
    margin: 0;
    background: #303030;
    color: #fff;
    padding: 1em 4em 1em 2em;
    display: inline-block;
    width: 100%;
  }
  .filter-form .sf-field-taxonomy-product_cat h4:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-right: 5px solid transparent;
    border-bottom: 8px solid white;
    border-left: 5px solid transparent;
    right: 1.25em;
    top: 1.5em;
    transform: rotate(180deg);
    transition: all ease 0.2s;
  }
  .filter-form .sf-field-taxonomy-product_cat h4.active:after {
    transform: rotate(1deg);
  }
  .filter-form .sf-field-taxonomy-product_cat ul {
    display: none;
    opacity: 0;
    flex-direction: column;
    position: absolute;
    z-index: -1;
    background: #f2f2f2;
    padding: 1.5em;
    align-items: flex-start;
    flex-wrap: nowrap;
    max-height: 80vh;
    box-shadow: 1px 8px 33px -17px #000;
  }
  .filter-form .sf-field-taxonomy-product_cat ul label {
    font-size: 0.85em;
    cursor: pointer;
    width: auto;
  }
  .filter-form .sf-field-taxonomy-product_cat ul.active {
    display: flex;
    opacity: 1;
    z-index: 5;
    top: 0;
    right: calc(-100% - 41px);
    max-height: 100vh;
    overflow-y: scroll;
  }
  .filter-form .sf-field-taxonomy-product_cat .children {
    display: block;
    position: relative;
    z-index: 9999;
    max-height: inherit;
    opacity: 1;
    box-shadow: none;
    padding-top: 8px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d5d5d5;
  }
  .filter-form .sf-field-taxonomy-product_cat .children .children {
    display: none;
  }
  .filter-form .sf-field-sort_order {
    margin-left: 0;
    padding-left: 0;
  }
  .filter-form .sf-field-sort_order h4 {
    display: none;
  }
  .filter-form .sf-field-reset {
    margin-left: 2em;
  }
  .filter-form .sf-field-reset a {
    color: #1d1d1d;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
  }
  .filter-form .sf-field-reset a:before {
    content: "x";
    position: absolute;
    width: 1em;
    height: 1em;
    left: -1em;
    top: 0;
  }
}
.searching {
  display: none;
  padding: 0.5em 1em;
  position: sticky;
  top: 54px;
  background: #1d1d1d;
  color: #ffffff;
  font-size: 0.85em;
  z-index: 4;
  text-align: center;
  margin-bottom: 3em;
  margin-top: 0;
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.07);
}
.searching:first-child {
  display: block;
}
.searching a {
  color: #ffffff;
  font-weight: 600;
}

#anchor {
  position: absolute;
  width: 100%;
  margin-top: -7em;
}

.theme-monmag .tns-outer {
  position: relative;
  padding: 0 1em !important;
}
.theme-monmag .tns-outer .tns-controls {
  position: absolute;
  top: 1em;
  width: calc(100% + 100px);
  left: -50px;
  display: flex;
  justify-content: space-between;
  height: calc(100% - 3em);
}
.theme-monmag .tns-outer button {
  padding: 8px;
  border-radius: 0;
  background: #fff;
  color: #3e3e3e;
  border: none;
  opacity: 0.5;
  transition: all ease 0.25s;
  font-size: 3em;
  line-height: 0;
  font-weight: 300;
  opacity: 0;
}
.theme-monmag .tns-outer button:hover {
  font-size: 4em;
}
.theme-monmag .tns-outer:hover button {
  opacity: 1;
}
.theme-monmag .tns-outer .tns-ovh {
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .theme-monmag .tns-outer {
    position: relative;
    padding: 0 1em !important;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .theme-monmag .tns-outer::-webkit-scrollbar {
    display: none;
  }
  .theme-monmag .tns-outer .tns-controls {
    position: absolute;
    top: 1em;
    width: 100%;
    left: -50px;
    display: flex;
    justify-content: space-between;
    height: calc(100% - 3em);
    display: none;
  }
  .theme-monmag .tns-outer button {
    padding: 8px;
    border-radius: 0;
    background: #fff;
    color: #3e3e3e;
    border: none;
    opacity: 0.5;
    transition: all ease 0.25s;
    font-size: 3em;
    line-height: 0;
    font-weight: 300;
    opacity: 0;
  }
  .theme-monmag .tns-outer button:hover {
    font-size: 4em;
  }
  .theme-monmag .tns-outer:hover button {
    opacity: 1;
  }
  .theme-monmag .tns-outer .tns-ovh {
    overflow: visible;
  }
  .theme-monmag .tns-outer .tns-nav {
    display: none;
  }
}
/*--------------------------------------------------------------
# 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;
}

/*# sourceMappingURL=style.css.map */

.show-password-input {
  display:none !important;
}


.woocommerce-Price-currencySymbol {
  font-weight: normal !important;
  color: inherit !important;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:last-child {
  margin-right: 0 !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:first-child,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th:first-child {
  text-align: left !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:last-child,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th:last-child {
  text-align: left !important;
}

body:not(.woocommerce-cart) .woocommerce-Price-amount.amount bdi {
  font-weight: normal !important;
  color: black !important;
}

.order-again {
  display: none !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-button {
  margin-right: 10px !important;
  display: inline-block !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-button[aria-label^="Voir la commande"] {
  display:none !important;
}

.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"] {
  display:block !important;
  width: 100% !important;
}

.woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  margin-bottom:1.5em !important;
}

.woocommerce-EditAccountForm .show-password-input {
  display:none !important;
}

.woocommerce-form.woocommerce-form-login.login br {
  display: none;
}

.woocommerce-form.woocommerce-form-login.login label {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 766px) {

  table tbody tr.woocommerce-orders-table__row.order td {
    padding: 0;
  }

  table tbody tr.woocommerce-orders-table__row.order td:last-child {
    padding-bottom: 20px !important;
  }

  .ctn.account-layout {
    grid-template-columns: 1fr !important;
  }

  .account-layout .woocommerce-MyAccount-content {
    grid-column: 1 !important;
  }
}

body.woocommerce-account {
  background-color: #fff !important;
}

body.woocommerce-account h1.entry-title {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 40px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}
@media (max-width: 767px) {
  body.woocommerce-account h1.entry-title {
      font-size: 30px;
  }
}

@font-face {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/s/zenoldmincho/v12/tss3ApVaYytLwxTqcxfMyBveyb5LrGld-9ICPRBv.woff2') format('woff2');
}

/* === Page Mon Compte (non connecté) : homogénéiser connexion et inscription === */
body.woocommerce-account:not(.logged-in) .u-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em; /* réduit l’écart horizontal */
  align-items: start;
  justify-content: center;
}

/* Style encart identique pour connexion et inscription */
body.woocommerce-account:not(.logged-in) .u-column1 .woocommerce-form-login,
body.woocommerce-account:not(.logged-in) .u-column2 .woocommerce-form-register {
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 1px 5px 30px rgba(0,0,0,0.07);
  max-width: 520px;
  margin: 0 auto;
  text-align: center; /* centre tout le contenu */
}

/* Titres centrés */
body.woocommerce-account:not(.logged-in) .u-column1 h2,
body.woocommerce-account:not(.logged-in) .u-column2 h2 {
  text-align: center;
  margin-top: 0;
}

/* Champs et boutons centrés dans l’encart */
body.woocommerce-account:not(.logged-in) .woocommerce-form-login input,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register input,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login button,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Un peu d’air entre les éléments */
body.woocommerce-account:not(.logged-in) .woocommerce-form-login p,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register p {
  margin-bottom: 0.9em;
}

/* Mobile : une seule colonne */
@media (max-width: 766px) {
  body.woocommerce-account:not(.logged-in) .u-columns {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }

  body.woocommerce-account:not(.logged-in) .u-column1 .woocommerce-form-login,
  body.woocommerce-account:not(.logged-in) .u-column2 .woocommerce-form-register {
    max-width: 100%;
    border-radius: 12px;
    padding: 1.25rem;
  }
}
