@charset "UTF-8";
/*
Theme Name: Starter template
Theme URI: http://underscores.me/
Author: Tokiz Digital
Author URI: https://www.tokiz.fr
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

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

Tokiz Digital is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  padding: 0;
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  transition: all 200ms ease-in-out;
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
GENERALE
--------------------------------------------------------------*/
@font-face {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("fonts/Kanit-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("fonts/Kanit-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Jaldi";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("fonts/Jaldi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Jaldi";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("fonts/Jaldi-Bold.ttf") format("truetype");
}
/* HTML */
html {
  font-family: "Jaldi", Tahoma;
  color: #242424;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
a {
  transition: 0.2s;
  color: #ec6400;
  text-decoration: none;
}
a:hover {
  color: #883b00;
}
h1, .h1 {
  font-family: "Kanit", Verdana;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 30px;
}
h2, .h2 {
  font-family: "Kanit", Verdana;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 30px;
}
h2 span, .h2 span {
  background-color: #ec6400;
  padding: 5px 8px;
  border-radius: 7px;
  color: #ffffff;
  display: block;
  width: fit-content;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
}
h3, .h3 {
  font-family: "Kanit", Verdana;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2em;
}
h4, .h4 {
  font-family: "Kanit", Verdana;
  font-size: 23px;
  line-height: 1.2em;
}
h5, .h5 {
  font-family: "Kanit", Verdana;
}
p {
  font-size: 19px;
  line-height: 1.4em;
}
ul {
  font-size: 19px;
  line-height: 1.4em;
}
ol {
  font-size: 19px;
}
li {
  font-size: 19px;
}
iframe {
  height: 450px;
  width: 100%;
}
/* WordPress */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 35px 0;
}
.gallery figure {
  margin: 0;
}
.gallery a {
  display: block;
  text-align: center;
}
.gallery img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.gallery figcaption {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Class */
.margin {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.clear {
  clear: both;
}
.wrapper {
  max-width: 1420px;
  width: 85%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.wrapper.medium {
  max-width: 1100px;
}
.wrapper.big {
  max-width: 1600px;
}
.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  list-style: none;
  margin: 0 3px;
}
.slick-dots li.slick-active button {
  width: 25px;
  background-color: #ec6400;
}
.slick-dots li button {
  background-color: white;
  border: 1px solid #ec6400;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  display: block;
  font-size: 0;
  padding: 0;
  margin: 0;
  line-height: initial;
  transition: 0.3s;
}
.btn, .toggle-filter, .products-container .filter #filter-submit, input[type="submit"] {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  background: #ec6400;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 39px 10px 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  font-family: "Kanit", Verdana;
  text-transform: uppercase;
  background-image: url(img/right.svg);
  background-position: center right 19px;
  background-size: 15px;
  background-repeat: no-repeat;
}
.btn:hover, .toggle-filter:hover, .products-container .filter #filter-submit:hover, input[type="submit"]:hover {
  background-color: #242424;
  color: #ffffff;
  background-position: center right 12px;
  padding-left: 20px;
}
.btn-ghost {
  height: 46px;
  font-size: 16px;
  color: #ec6400;
  border: 1px solid #ec6400;
  text-decoration: none;
  line-height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 10px 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.btn-ghost:hover {
  background: #ec6400;
  color: white;
}
.section .full_center {
  max-width: 1420px;
  width: 85%;
  margin: 0 auto;
}
.section .full_center .home-guide img {
  width: 326px;
}
/* Animations */
#primary-menu .sub-menu {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/
#masthead {
  position: fixed;
  height: 130px;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  transition: all 200ms ease-in-out;
}
#masthead > .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px 30px;
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fixed #masthead > .wrapper {
  box-shadow: 0 10px 30px rgba(36, 36, 36, 0.1);
}
#masthead #logo img {
  width: 180px;
}
li.brochure a {
  font-size: 14px;
  color: #ec6400;
  border: 1px solid #ec6400;
  text-decoration: none;
  line-height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 10px 20px 10px 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin: 0 2px;
  background-image: url(img/writing.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 10px center;
}
li.brochure a:hover {
  color: black;
  border-color: black;
}
#btn_flottant {
  position: fixed;
  bottom: 0;
  z-index: 999;
  right: 0;
}
@media (max-width: 700px) {
  #btn_flottant {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
}
#btn_flottant #echan_sticky, #btn_flottant #achat_sticky {
  color: white;
  display: block;
  background: #ec6400;
  font-family: "Kanit", Verdana;
  font-size: 20px;
  padding: 30px 40px 30px 63px;
  box-sizing: border-box;
  background-image: url(img/credit-card.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 17px center;
  line-height: 1em;
  box-shadow: 0 0 20px rgba(236, 100, 0, 0.7);
  transition: 0.3s;
  border-top-left-radius: 10px;
}
@media (max-width: 700px) {
  #btn_flottant #echan_sticky, #btn_flottant #achat_sticky {
    background-position: top 10px center;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 38px 10px 15px 10px;
    background-size: 25px;
    font-size: 17px;
  }
}
#btn_flottant #echan_sticky span, #btn_flottant #achat_sticky span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Jaldi", Tahoma;
  line-height: 1em;
}
@media (max-width: 700px) {
  #btn_flottant #echan_sticky span, #btn_flottant #achat_sticky span {
    font-size: 13px;
  }
}
#btn_flottant #echan_sticky:hover, #btn_flottant #achat_sticky:hover {
  box-shadow: 0 0 20px rgba(236, 100, 0, 0.7);
  background-color: #242424;
}
#btn_flottant #achat_sticky {
  background-color: #242424;
  background-image: url(img/badge.png);
  box-shadow: 0 0 20px rgba(36, 36, 36, 0.3);
  display: none;
}
@media (max-width: 700px) {
  #btn_flottant #achat_sticky {
    display: block;
  }
}
li.echantillon a:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
}
.site-navigation {
  width: 76%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 200ms ease-in-out;
}
@media (max-width: 1280px) {
  .site-navigation #site-navigation {
    display: none;
  }
}
.fixed .site-navigation {
  height: 56px;
}
#primary-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-menu a {
  text-decoration: none;
  color: black;
}
#primary-menu > li {
  margin-right: 30px;
  position: relative;
}
#primary-menu > li:hover .sub-menu {
  display: block;
}
#primary-menu > li > a {
  font-size: 19px;
}
#primary-menu > li:hover > a {
  color: #ec6400;
}
#primary-menu > li > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  border-top: 26px solid transparent;
  width: 250px;
}
#primary-menu > li > .sub-menu:after {
  content: "";
  background-color: #f6f6f6;
  width: 101%;
  height: 101%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#primary-menu > li > .sub-menu li {
  list-style: none;
}
#primary-menu > li > .sub-menu li a {
  font-size: 16px;
  display: block;
  background-color: white;
  padding: 5px 10px;
}
#primary-menu > li > .sub-menu li a:hover {
  color: #ec6400;
  background-color: #f6f6f6;
}
.top-header {
  background-color: rgba(36, 36, 36, 0.7);
  backdrop-filter: blur(5px);
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 200ms ease-in-out;
}
.top-header #menu-top-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.top-header #menu-top-menu li {
  list-style: none;
}
.top-header #menu-top-menu li a {
  font-size: 16px;
  margin: 0 12px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  line-height: 1.2em;
}
.top-header #menu-top-menu li a:hover {
  color: #ec6400;
  border-color: #ec6400;
}
#primary-menu {
  position: relative;
}
#primary-menu li.megamenu {
  position: initial;
}
#primary-menu li.megamenu:hover > ul.sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
#primary-menu li.megamenu > ul.sub-menu {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
#primary-menu li.megamenu > ul.sub-menu:after {
  height: 105%;
}
#primary-menu li.megamenu > ul.sub-menu > li > a {
  color: #ec6400;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
}
#primary-menu li.megamenu > ul.sub-menu > li > a span.picto {
  width: 70px;
  height: 70px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 10px;
}
#primary-menu li.megamenu > ul.sub-menu li a {
  padding: 0;
  margin-bottom: 10px;
}
#primary-menu li.megamenu > ul.sub-menu li a:hover {
  background-color: transparent;
}
#primary-menu li.megamenu > ul.sub-menu li ul {
  padding: 0;
  margin: 0;
}
#primary-menu li.megamenu > ul.sub-menu li ul li a {
  margin: 0;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.home-section-1 {
  padding-top: 140px;
  background: #ddd;
  position: relative;
  height: 630px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 50px;
}
@media (max-width: 1280px) {
  .home-section-1 {
    height: 500px;
  }
}
.home-section-1 > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.2s;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-section-1 > div:after {
  content: "";
  width: 100%;
  height: 700px;
  background: radial-gradient(circle at bottom left, #ec6400 10%, transparent 60%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-section-1 > div:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(264deg, rgba(255, 255, 255, 0) 33%, #242424 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.home-section-1 > div.active {
  opacity: 1;
}
.home-section-1 .wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  color: black;
  flex-direction: column;
  z-index: 2;
}
.home-section-1 .wrapper .title {
  max-width: 900px;
  width: 90%;
  margin-left: 0;
  margin-right: auto;
  color: #ffffff;
}
.home-section-1 .wrapper .caption {
  max-width: 724px;
  width: 80%;
  margin-top: 120px;
  margin-left: 0;
  margin-right: auto;
  background-color: #242424;
  padding: 30px 35px;
  box-sizing: border-box;
  color: #ffffff;
  position: relative;
  border-top-left-radius: 10px;
}
.home-section-1 .wrapper .caption p {
  color: #ffffff;
  margin: 0;
}
.home-section-1 .wrapper .caption h3 {
  text-transform: uppercase;
  font-family: "Kanit", Verdana;
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 10px;
}
.home-section-1 .wrapper .caption a {
  border-top-right-radius: 10px;
  height: 100%;
  width: 100px;
  backdrop-filter: blur(5px);
  position: absolute;
  left: 100%;
  top: 0;
  background-color: rgba(36, 36, 36, 0.5);
  background-image: url(img/right.svg);
  background-position: center center;
  background-size: 31px;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  .home-section-1 .wrapper .caption a {
    width: 70px;
  }
}
.home-section-1 .wrapper .caption a:hover {
  background-color: rgba(236, 100, 0, 0.5);
}
.section {
  padding: 60px 0;
}
.split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left, .right {
  width: 47%;
}
.home-guide {
  display: flex;
  align-items: flex-start;
}
.home-guide img {
  margin-left: 19px;
  width: 216px;
}
.home-section-3 {
  background: #f6f6f6;
}
.home-section-3 h2 strong {
  font-size: 22px;
  font-weight: 500;
  color: #ec6400;
  margin-bottom: 12px;
}
.archive_produits {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.archive_produits > div {
  background: #ffffff;
  position: relative;
  text-decoration: none;
  padding: 30px 30px 84px;
  border-radius: 10px;
  transition: 0.3s;
}
.archive_produits > div:hover {
  box-shadow: 0 20px 20px rgba(36, 36, 36, 0.1);
}
.archive_produits > div:hover .btn, .archive_produits > div:hover .toggle-filter, .archive_produits > div:hover .products-container .filter #filter-submit, .products-container .filter .archive_produits > div:hover #filter-submit, .archive_produits > div:hover input[type="submit"] {
  background-color: #242424;
  color: #ffffff;
  background-position: center right 12px;
  padding-left: 20px;
}
.archive_produits > div p {
  margin: 0;
}
.archive_produits > div .title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.archive_produits > div .picto {
  display: block;
  width: 100%;
  height: 131px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  border: 1px solid #f6f6f6;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.archive_produits > div .btn, .archive_produits > div .toggle-filter, .archive_produits > div .products-container .filter #filter-submit, .products-container .filter .archive_produits > div #filter-submit, .archive_produits > div input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  max-width: 90%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
  box-sizing: border-box;
}
#sec_guide {
  position: relative;
  margin-top: 270px;
}
#sec_guide .image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  position: absolute;
  left: 26%;
  transform: translateX(-50%);
  top: -300px;
  z-index: -1;
  transition: transform 0.1s ease-out;
}
#sec_guide .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-color: rgba(36, 36, 36, 0.7);
  backdrop-filter: blur(5px);
  padding: 60px;
}
#sec_guide .content .left {
  text-align: left;
  color: #ffffff;
  width: 55%;
}
#sec_guide .content .arrow {
  background-color: #ec6400;
  border-radius: 10px;
  width: 150px;
  background-image: url(img/right.svg);
  background-position: center center;
  background-size: 35px;
  background-repeat: no-repeat;
  display: block;
  height: 170px;
  transition: 0.3s;
  position: relative;
  left: 0;
  border: 1px solid transparent;
}
#sec_guide .content .arrow:hover {
  left: 100px;
  width: 190px;
  background-color: #242424;
}
#sec_guide p strong {
  font-family: "Kanit", Verdana;
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 30px;
  color: #ffffff;
}
#sec_avantages .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec_avantages .flex .left {
  width: 40%;
  padding-left: 10%;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  #sec_avantages .flex .left {
    padding-left: 4%;
  }
}
#sec_avantages .flex .left .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 15px;
  margin: 30px 0;
}
#sec_avantages .flex .left .inner span {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  padding: 10px;
  box-sizing: border-box;
  outline-offset: 10px;
  outline: 1px solid #dadada;
  border-radius: 10px;
}
#sec_avantages .flex .left .inner div {
  width: 83%;
}
#sec_avantages .flex .left .inner div h3 {
  margin: 0 0 5px;
  text-transform: uppercase;
}
#sec_avantages .flex .left .inner div p {
  margin: 0;
}
#sec_avantages .flex .image {
  height: 500px;
  width: 55%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
#sec_avantages .flex .image .btn, #sec_avantages .flex .image .toggle-filter, #sec_avantages .flex .image .products-container .filter #filter-submit, .products-container .filter #sec_avantages .flex .image #filter-submit, #sec_avantages .flex .image input[type="submit"] {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 250px;
  padding: 18px 24px;
  font-size: 16px;
}
@media (max-width: 700px) {
  #section_actus .archive.post {
    display: block;
  }
}
#section_actus h2 {
  text-align: center;
}
#section_actus h2 span {
  margin: 0 auto;
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
#breadcrumbs {
  font-size: 12px;
  color: black;
  margin: 0;
  background-color: #ec6400;
  border-radius: 5px;
  padding: 5px 20px;
  width: fit-content;
  margin: 10px auto 0;
  color: #ffffff;
}
#breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}
#breadcrumbs a:hover {
  opacity: 0.7;
}
#header_page {
  background-color: #f6f6f6;
  padding-top: 121px;
  text-align: center;
}
#inner_header_page {
  padding: 50px 0;
}
@media (max-width: 700px) {
  #inner_header_page {
    padding: 30px 0;
  }
}
#inner_header_page h1 {
  margin: 0;
  font-size: 40px;
  text-transform: initial;
}
@media (max-width: 700px) {
  #inner_header_page h1 {
    font-size: 25px;
  }
}
section#txt_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  section#txt_img {
    flex-flow: column;
  }
  section#txt_img:nth-child(odd) {
    flex-flow: column-reverse;
  }
}
section#txt_img > div {
  width: 45%;
}
@media (max-width: 1280px) {
  section#txt_img > div {
    width: 100%;
  }
}
section#txt_img > div .btn, section#txt_img > div .toggle-filter, section#txt_img > div .products-container .filter #filter-submit, .products-container .filter section#txt_img > div #filter-submit, section#txt_img > div input[type="submit"] {
  margin-top: 10px;
  display: inline-block;
  font-size: 17px;
  padding: 14px 39px 14px 24px;
}
section#txt_img .img {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  section#txt_img .img {
    margin-bottom: 40px;
    height: 400px;
  }
}
@media (max-width: 700px) {
  section#txt_img .img {
    height: 250px;
  }
}
/*--------------------------------------------------------------
PRODUITS
--------------------------------------------------------------*/
.toggle-filter {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-image: none;
}
.toggle-filter svg {
  margin-right: 11px;
}
@media (max-width: 700px) {
  .toggle-filter {
    display: flex;
  }
}
.products-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .products-container {
    flex-flow: column;
  }
}
.products-container .filter {
  width: 250px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #f6f6f6;
}
@media (max-width: 1280px) {
  .products-container .filter {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .products-container .filter {
    display: none;
  }
}
@media (max-width: 1280px) {
  .products-container .filter #filter-form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
@media (max-width: 1280px) and (max-width: 700px) {
  .products-container .filter #filter-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
.products-container .filter #filter-form .h2 {
  margin: 0;
  font-size: 35px;
}
@media (max-width: 1280px) {
  .products-container .filter #filter-form .h2 {
    grid-column: 1 / -1;
  }
}
.products-container .filter .filter-group {
  margin: 15px 0;
}
.products-container .filter .filter-group label {
  cursor: pointer;
  transition: 0.2s;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 2px;
  color: #242424;
  border: 1px solid rgba(236, 100, 0, 0.5);
  border-radius: 5px;
  padding: 5px;
}
.products-container .filter .filter-group label.active {
  color: #ec6400;
  border: 1px solid #ec6400;
}
.products-container .filter .filter-group label:hover {
  opacity: 0.7;
}
.products-container .filter .filter-group label input {
  display: none;
}
.products-container .filter #filter-submit {
  width: 100%;
  border: 0;
  transition: 0.2s;
}
@media (max-width: 1280px) {
  .products-container .filter #filter-submit {
    grid-column: 1 / -1;
  }
}
.products-container .filter .h3 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 5px;
}
.products-container .archive.produits {
  width: 70%;
}
@media (max-width: 1280px) {
  .products-container .archive.produits {
    width: 100%;
    margin-top: 40px;
  }
}
.desc_archive {
  margin-top: 90px !important;
  margin-bottom: 0 !important;
}
.desc_archive img {
  margin: 0 0 20px !important;
  width: 100% !important;
}
.embed-archive {
  margin-top: 60px;
}
.desc_archive p {
  margin: 0;
}
.archive.produits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 50px;
}
.archive.produits article {
  position: relative;
  text-align: center;
  transition: 0.2s;
  border-radius: 10px;
}
.archive.produits article .visu {
  display: block;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
}
.archive.produits article .content {
  padding: 0 15px 25px;
}
.archive.produits article > .content > .h2 {
  text-align: center;
  font-size: 18px;
  display: block;
  border: 0;
  padding: 0;
  text-transform: uppercase;
}
.archive.produits article:hover {
  background-color: #f6f6f6;
}
.archive article.produits:hover .hide {
  opacity: 1;
  visibility: visible;
}
.archive article.produits .hide {
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(36, 36, 36, 0.8);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.archive article.produits .hide .h2 {
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.archive article.produits .hide .inner_res {
  background-image: url(img/check-mark.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding-left: 26px;
  text-align: left;
}
.archive article.produits .hide .inner_res p {
  margin: 1px 0;
  font-size: 17px;
}
.archive article.produits .hide .btn, .archive article.produits .hide .toggle-filter, .archive article.produits .hide .products-container .filter #filter-submit, .products-container .filter .archive article.produits .hide #filter-submit, .archive article.produits .hide input[type="submit"] {
  margin-top: 15px;
}
.single-produits .summary {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single-produits .summary .galerie, .single-produits .summary .content {
  width: 45%;
}
.single-produits .summary .galerie {
  display: flex;
  width: 48%;
}
@media (max-width: 1280px) {
  .single-produits .summary .galerie {
    width: 100%;
    flex-flow: column;
  }
}
.single-produits .summary .galerie .slider-for {
  width: 75%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(36, 36, 36, 0.1);
}
@media (max-width: 1280px) {
  .single-produits .summary .galerie .slider-for {
    width: 100%;
  }
}
.single-produits .summary .galerie .slider-nav {
  width: 25%;
}
@media (max-width: 1280px) {
  .single-produits .summary .galerie .slider-nav {
    width: 100%;
    margin-top: 20px;
  }
}
.single-produits .summary .content > div:first-child {
  padding-bottom: 27px;
  border-bottom: 1px solid #ec64001f;
}
.single-produits .summary .content h2 {
  margin: 0;
  font-size: 30px;
}
.single-produits .summary .content .ref {
  font-weight: bold;
  color: #ec6400;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 2px;
}
.single-produits .summary .btn, .single-produits .summary .toggle-filter, .single-produits .summary .products-container .filter #filter-submit, .products-container .filter .single-produits .summary #filter-submit, .single-produits .summary input[type="submit"] {
  margin-top: 15px;
  display: inline-block;
}
.single-produits .filtres .title {
  text-transform: uppercase;
  font-weight: bold;
}
.single-produits .filtres {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  margin: 20px 0;
}
.single-produits .filtres > div {
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
}
.single-produits .filtres > div .title {
  background-color: #f6f6f6;
  padding: 3px 7px;
  font-weight: bold;
  display: inline-block;
  margin-top: 2px;
  margin-right: 14px;
  font-size: 13px;
  font-weight: initial;
  border-radius: 5px;
}
.single-produits .filtres ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.single-produits .filtres .formats ul {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 700px) {
  .single-produits .filtres .formats ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-produits .filtres .coloris ul {
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 700px) {
  .single-produits .filtres .coloris ul {
    grid-template-columns: repeat(7, 1fr);
  }
}
.single-produits .filtres .conditionnement ul {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 700px) {
  .single-produits .filtres .conditionnement ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-produits .filtres .capacite ul {
  grid-template-columns: repeat(2, 1fr);
}
.single-produits .filtres ul li {
  list-style: none;
}
.single-produits .filtres ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dadada;
  color: black;
  padding: 3px 5px;
  cursor: pointer;
  border-radius: 5px;
}
.single-produits .filtres ul li a.active, .single-produits .filtres ul li a.active .color, .single-produits .filtres ul li a:hover, .single-produits .filtres ul li a:hover .color {
  border-color: #ec6400;
  color: #ec6400;
}
.single-produits .filtres ul li a .color {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: red;
  margin: 0 auto;
  border: 1px solid #dadada;
  transition: all 200ms ease-in-out;
}
.single-produits .filtres .coloris ul li a {
  padding: 0;
  border: 0;
  font-size: 12px;
}
.single-produits .summary .galerie .slick-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.single-produits .summary .galerie .slider-for .slick-slide {
  height: 500px;
  border-radius: 20px;
}
.single-produits .summary .galerie .slider-for .slick-slide div {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.single-produits .summary .galerie .slider-nav .slick-slide {
  height: 100px;
  margin: 3px 20px;
  border: 1px solid #f6f6f6;
  cursor: pointer;
  border-radius: 10px;
}
.single-produits .summary .galerie .slider-nav .slick-arrow {
  display: none !important;
}
.single-produits .summary .galerie .slick-dots {
  margin-top: 20px;
}
.single-produits .onglets {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 90px 0 0;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  padding: 30px 0;
}
.single-produits .onglets .res {
  background-color: #f6f6f6;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
}
.single-produits .onglets .res h2 {
  font-size: 25px;
}
.single-produits .onglets .inner_res p {
  margin: 5px 0;
}
.single-produits .onglets .inner_res {
  background-image: url(img/check-mark.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  padding-left: 35px;
}
.single-produits .avantages {
  background-color: #f6f6f6;
  padding: 30px;
}
.single-produits .avantages > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .single-produits .avantages > div {
    flex-flow: row wrap;
  }
}
.single-produits .avantages > div > .inner {
  width: 30%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .single-produits .avantages > div > .inner {
    width: 45%;
    margin: 15px 0;
  }
}
.single-produits .avantages > div > .inner span {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  padding: 10px;
  box-sizing: border-box;
  outline-offset: 3px;
  outline: 1px solid #dadada;
  border-radius: 10px;
}
.single-produits .avantages > div > .inner p {
  margin: 10px 0 0;
  font-size: 20px;
  text-align: center;
}
#wrapper_panel {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
#wrapper_panel .active {
  display: block;
}
#wrapper_panel > div {
  display: none;
  transition: all 0.3s ease-in-out;
}
#wrapper_panel > div h2, #wrapper_panel > div h3 {
  margin-top: 0;
}
#wrapper_panel iframe {
  width: 100%;
  height: 400px;
}
#wrapper_panel .inner_caract {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #f6f6f6;
}
#wrapper_panel .inner_caract p {
  margin: 0;
}
#wrapper_panel .inner_caract:first-child p {
  font-weight: bold;
}
#wrapper_panel .inner_caract .right_cara {
  width: 50%;
}
#wrapper_panel .inner_caract .left_cara {
  text-transform: uppercase;
  font-size: 14px;
  max-width: 200px;
  width: 100%;
}
#tab_panel ul#tabs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
#tab_panel ul#tabs li {
  list-style: none;
  margin: 0 20px 0 0;
}
#tab_panel ul#tabs li a {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  border-bottom: 1px solid #242424;
}
#tab_panel ul#tabs li a.active {
  color: #ec6400;
  border-bottom: 1px solid #ec6400;
}
#tab_panel ul#tabs li a:hover {
  color: #ec6400;
}
@media (max-width: 1280px) {
  #related_products .archive.produits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  #related_products .archive.produits {
    grid-template-columns: repeat(1, 1fr);
  }
}
#related_products h2 {
  text-align: center;
}
/*--------------------------------------------------------------
GUIDE D'UTILISATION / FAQ
--------------------------------------------------------------*/
.line_faq {
  margin: 30px 0;
}
.line_faq .container .faq {
  position: relative;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
  padding: 0 20px;
  transition: 0.2s;
}
.line_faq .container .faq .question {
  padding: 20px 60px 20px 0;
  position: relative;
  cursor: pointer;
}
.line_faq .container .faq .question h3 {
  margin: 0;
  font-size: 21px;
  transition: 0.2s;
}
.line_faq .container .faq .question:hover h3 {
  color: #ec6400;
}
.line_faq .container .faq .question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 27px;
}
.line_faq .container .active .question:after {
  content: "-";
}
.line_faq .container .reponse {
  display: none;
  padding: 0 30px 30px;
}
.line_faq .container .reponse h3 {
  font-size: 21px;
}
.line_faq .container .reponse iframe {
  width: 100%;
  height: 400px;
}
.line_faq .container .reponse li.do, .line_faq .container .reponse li.dont {
  list-style: none;
  position: relative;
}
.line_faq .container .reponse li.do:before {
  content: "";
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(img/check-mark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.line_faq .container .reponse li.dont:after {
  content: "";
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(img/forbidden.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 25px;
  height: 25px;
}
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.shortcode_form {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  max-width: 700px;
  width: 100%;
  box-sizing: border-box;
  margin: 30px auto;
}
@media (max-width: 700px) {
  .shortcode_form {
    max-width: initial;
  }
}
.shortcode_form h3 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
}
.shortcode_form h3 strong {
  font-weight: 700;
}
.shortcode_form .wpcf7 textarea {
  height: 80px;
}
.shortcode_form .wpcf7-submit {
  margin-top: 0 !important;
}
.shortcode_form .wpcf7-spinner {
  display: none;
}
.nav-links a {
  font-size: 13px;
  text-transform: uppercase;
  color: #ec6400;
  border-bottom: 1px solid #ec6400;
  text-decoration: none;
}
.nav-links a:hover {
  color: black;
  border-color: black;
}
.index_flex {
  display: flex !important;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .index_flex {
    flex-flow: column;
  }
}
.index_flex > div:first-child {
  width: 70%;
}
@media (max-width: 1280px) {
  .index_flex > div:first-child {
    width: 100%;
  }
}
.index_flex > div:first-child article {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .index_flex > div:first-child article {
    flex-flow: column;
  }
}
.index_flex > div:first-child article .date {
  left: 0;
  bottom: 0;
}
.index_flex > div:first-child article .img {
  border-radius: 10px;
  height: auto;
  width: 40%;
  margin-right: 20px;
}
@media (max-width: 700px) {
  .index_flex > div:first-child article .img {
    height: 185px;
    width: 100%;
  }
}
.index_flex > div:first-child article .img:after {
  border-radius: 10px;
}
.index_flex > div:first-child article .content {
  border-radius: 10px;
}
.archive.post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.archive.post article {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(36, 36, 36, 0.1);
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
.archive.post article:hover .img:after {
  opacity: 0;
}
.archive.post article .img {
  position: relative;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.archive.post article .img:after {
  content: "";
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.2s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.archive.post article .date {
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  padding: 7px 15px;
  z-index: 1;
  position: absolute;
  left: 23px;
  bottom: -16px;
  border-radius: 5px;
}
.archive.post article .content {
  width: 100%;
  padding: 35px 20px 20px;
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
  transition: 0.2s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.archive.post article .content .btn, .archive.post article .content .toggle-filter, .archive.post article .content .products-container .filter #filter-submit, .products-container .filter .archive.post article .content #filter-submit, .archive.post article .content input[type="submit"] {
  margin-top: 20px;
  display: inline-block;
}
.archive.post article .content .cat {
  font-size: 0;
  position: relative;
  z-index: 2;
}
.archive.post article .content .cat a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10px;
  color: #ec6400;
  text-decoration: none;
  margin: 0 5px 0 0;
}
.archive.post article .content .cat a:hover {
  color: #883b00;
}
.archive.post article .content .h2 {
  font-size: 25px;
  font-weight: 600;
  border: 0;
  display: block;
  padding: 0;
  margin: 0;
}
.archive.post article .content div p {
  font-size: 17px;
}
#secondary {
  max-width: 270px;
  width: 100%;
  position: relative;
  top: 34px;
}
@media (max-width: 700px) {
  #secondary {
    max-width: initial;
    margin: 0 auto;
    width: 84%;
    top: 0;
  }
}
#secondary h2 {
  margin-top: 0;
}
#inner_sidebar {
  position: sticky;
  top: 165px;
}
#inner_sidebar > div {
  margin: 0 0 20px;
}
#inner_sidebar #echantillon, #inner_sidebar #brochure, .onglets #echantillon, .onglets #brochure {
  padding: 20px 20px 20px 36px;
  position: relative;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  border-radius: 10px;
}
#inner_sidebar #echantillon:after, #inner_sidebar #brochure:after, .onglets #echantillon:after, .onglets #brochure:after {
  content: none;
}
#inner_sidebar #echantillon {
  padding: 62px 20px 20px;
  text-align: center;
}
#inner_sidebar #echantillon:hover, #inner_sidebar #brochure:hover, .onglets #echantillon:hover, .onglets #brochure:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
#inner_sidebar #echantillon img, #inner_sidebar #brochure img, .onglets #echantillon img, .onglets #brochure img {
  position: absolute;
  left: -56px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 90px;
}
#inner_sidebar #echantillon img {
  position: absolute;
  left: 50%;
  top: -62px;
  transform: translateX(-50%);
  max-width: 130px;
}
#inner_sidebar #echantillon > div p, #inner_sidebar #brochure > div p, .onglets #echantillon > div p, .onglets #brochure > div p {
  font-size: 17px;
  margin: 0;
  line-height: 1.1em;
}
#inner_sidebar #echantillon > div .btn, #inner_sidebar #echantillon > div .toggle-filter, #inner_sidebar #echantillon > div .products-container .filter #filter-submit, .products-container .filter #inner_sidebar #echantillon > div #filter-submit, #inner_sidebar #echantillon > div input[type="submit"], #inner_sidebar #brochure > div .btn, #inner_sidebar #brochure > div .toggle-filter, #inner_sidebar #brochure > div .products-container .filter #filter-submit, .products-container .filter #inner_sidebar #brochure > div #filter-submit, #inner_sidebar #brochure > div input[type="submit"], .onglets #echantillon > div .btn, .onglets #echantillon > div .toggle-filter, .onglets #echantillon > div .products-container .filter #filter-submit, .products-container .filter .onglets #echantillon > div #filter-submit, .onglets #echantillon > div input[type="submit"], .onglets #brochure > div .btn, .onglets #brochure > div .toggle-filter, .onglets #brochure > div .products-container .filter #filter-submit, .products-container .filter .onglets #brochure > div #filter-submit, .onglets #brochure > div input[type="submit"] {
  font-size: 11px;
  padding: 10px 30px 10px 10px;
  margin-top: 10px;
  display: inline-block;
  background-position: center right 10px;
}
#inner_sidebar #sticky {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
#inner_sidebar #sticky h2, #inner_sidebar #cat h2, #inner_sidebar #form_side .h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#inner_sidebar #form_side {
  margin-top: 40px;
}
#inner_sidebar #form_side textarea {
  height: 70px;
}
#inner_sidebar #cat a {
  font-size: 13px;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}
#inner_sidebar #cat a:hover {
  color: #ec6400;
}
#inner_sidebar #sticky article {
  display: block;
  margin: 0 0 20px;
  position: relative;
  background-color: transparent;
  padding: 0;
  box-shadow: initial;
}
#inner_sidebar #sticky article:hover h3 {
  color: #ec6400;
}
#inner_sidebar #sticky article:hover .plus {
  color: black;
  border-color: black;
}
#inner_sidebar #sticky article h3 {
  margin: 0 0 10px;
  font-size: 16px;
  transition: 0.2s;
}
#inner_sidebar #sticky article p {
  margin: 0;
  font-size: 16px;
}
#inner_sidebar #sticky article .plus {
  color: #ec6400;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  margin: 10px 0 0;
  border-bottom: 2px solid #ec6400;
}
#inner_sidebar #sticky article .plus:hover {
  color: black;
  border-color: black;
}
.rs {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs li {
  list-style: none;
  display: flex;
  flex-flow: column;
  align-self: flex-end;
}
.rs li.youtube a {
  background-image: url(img/youtube.svg);
  height: 25px;
  position: relative;
  top: 3px;
}
.rs li a {
  margin: 0 3px;
  display: inline-block;
  background-image: url(img/linkedin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 25px;
  height: 22px;
  transition: 0.2s;
}
.rs li a:hover {
  transform: rotate(7deg);
  opacity: 0.8;
}
body.single .header_infos {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  background-color: #ec6400;
  padding: 5px 10px;
  z-index: 1;
  border-radius: 5px;
}
body.single .header_infos .auteur-article {
  display: flex;
  align-items: center;
}
body.single .header_infos .auteur-article .auteur-avatar {
  margin-right: 7px;
}
body.single .header_infos .auteur-article .auteur-avatar img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
body.single .header_infos .auteur-article .auteur-nom {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
}
body.single .header_infos .auteur-article .auteur-nom a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
body.single .header_infos .temps-lecture {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
}
body.single #sources {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
body.single #sources span {
  position: absolute;
  left: 24px;
  top: -13px;
  background-color: #242424;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
  padding: 4px 12px 5px 26px;
  background-image: url(img/sources.svg);
  background-position: left 5px center;
  background-repeat: no-repeat;
  background-size: 17px;
}
body.single #sources ul {
  padding-left: 36px;
}
body.single #sources ul li {
  padding-left: 0 !important;
  list-style: none;
  margin: 0 !important;
  position: relative;
}
body.single #sources ul li:after {
  content: "";
  position: absolute;
  left: -22px;
  top: 9px;
  right: 4px;
  width: 10px;
  height: 10px;
  bottom: 4px;
  transform: rotate(45deg);
  z-index: 1;
  background-color: #ec6400;
}
body.single .nav_sommaire {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
}
body.single .nav_sommaire.collapsed .sommaire-content {
  display: block;
}
body.single .nav_sommaire.collapsed .sommaire-title .toggle-arrow {
  transform: rotate(-90deg);
}
body.single .nav_sommaire .sommaire-title {
  list-style: none;
  font-weight: bold;
  font-size: 1rem;
  display: block;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
body.single .nav_sommaire .sommaire-title .toggle-arrow {
  background-image: url(img/right.svg);
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 13px;
  z-index: 1;
  transition: 0.2s;
  transform: rotate(90deg);
  filter: brightness(0);
}
body.single .nav_sommaire .sommaire-content {
  list-style: none;
  display: none;
}
body.single .nav_sommaire .sommaire-content .sommaire-list {
  padding: 0;
  margin: 0 0 20px 0;
}
body.single .nav_sommaire .sommaire-content .sommaire-list li {
  list-style: none;
  padding-left: 15px;
  font-size: 16px;
  margin: 5px 0 !important;
}
body.single .nav_sommaire .sommaire-content .sommaire-list li a {
  border: 0;
}
body.single .nav_sommaire .sommaire-content .sommaire-list li a:hover {
  color: #ec6400;
}
body.single .nav_sommaire .sommaire-content .btn, body.single .nav_sommaire .sommaire-content .toggle-filter, body.single .nav_sommaire .sommaire-content .products-container .filter #filter-submit, .products-container .filter body.single .nav_sommaire .sommaire-content #filter-submit, body.single .nav_sommaire .sommaire-content input[type="submit"] {
  margin-top: 0 !important;
  margin-left: 21px;
  margin-bottom: 20px;
}
body.single .resume {
  background-color: #242424;
  border-left: 3px solid #242424;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 20px 10px;
  font-size: 0.9rem;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  body.single .resume {
    font-size: 0.8rem;
  }
}
body.single .resume.conclusion {
  margin-top: 30px;
}
body.single .resume span {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 1rem;
}
body.single .resume p {
  font-size: 0.9rem;
}
@media (max-width: 700px) {
  body.single .resume p {
    font-size: 0.8rem;
  }
}
body.single .resume a {
  display: inline-block;
  color: #ec6400 !important;
  border-bottom: 1px solid #ec6400 !important;
  margin: 0;
}
body.single .resume h2, body.single .resume h3, body.single .resume h4 {
  font-size: 1.2rem;
}
body.single .entry-content {
  margin-top: 70px;
}
body.single .entry-content .avantages {
  background-color: rgba(0, 128, 0, 0.2);
  color: green;
  border-left: 3px solid green;
  padding: 20px 20px 20px 50px;
  background-image: url(img/check-green.svg);
  background-position: left 14px center;
  background-repeat: no-repeat;
  background-size: 23px;
  margin: 30px 0;
  border-radius: 10px;
}
body.single .entry-content .inconveniants {
  background-color: rgba(255, 0, 0, 0.2);
  color: red;
  border-left: 3px solid red;
  padding: 20px 20px 20px 50px;
  background-image: url(img/cross.svg);
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 19px;
  margin: 30px 0;
  border-radius: 10px;
}
body.single .entry-content .wrapper_faq {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #f6f6f6;
}
body.single .entry-content .wrapper_faq h2 {
  font-size: 20px;
}
body.single .entry-content .wrapper_faq .faq-item {
  border: 0;
  margin-bottom: 13px;
}
body.single .entry-content .wrapper_faq .faq-item h3 {
  font-size: 17px;
  margin: 0;
}
@media (max-width: 700px) {
  body.single .entry-content .wrapper_faq .faq-item h3 {
    font-size: 16px;
  }
}
body.single .entry-content .wrapper_faq .faq-item p {
  margin: 0;
}
body.single .entry-content .wrapper_faq .faq-question {
  padding-right: 0;
  padding-left: 20px;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
}
body.single .entry-content .wrapper_faq .faq-question:hover {
  color: #242424;
}
body.single .entry-content .wrapper_faq .faq-question:before {
  content: "";
  background-image: url(img/right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  transition: all 300ms;
}
body.single .entry-content .wrapper_faq .faq-question.active:before {
  transform: rotate(90deg);
  transition: all 300ms;
}
body.single .entry-content .wrapper_faq .faq-answer {
  padding: 8px 20px;
  display: none;
}
body.single .entry-content .wrapper_faq .faq-answer li, body.single .entry-content .wrapper_faq .faq-answer p {
  font-size: 14px;
}
body.single .entry-content blockquote {
  background-color: #ffffff;
  border-left: 3px solid #ec6400;
  padding: 20px;
  color: #242424;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 30px 0 30px 0px;
}
body.single .entry-content blockquote:after {
  content: none;
}
body.single .entry-content ul {
  padding: 0;
}
body.single .entry-content ul li {
  position: relative;
  margin: 10px 0 !important;
  padding-left: 21px !important;
}
body.single .entry-content ul li a:not(.btn) {
  color: #242424;
  border-bottom: 1px solid #242424;
  font-weight: bold;
}
body.single .entry-meta {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
}
body.single .entry-meta span {
  font-weight: bold;
  text-transform: uppercase;
}
body.single section#linked-items-section {
  margin-top: 60px;
}
body.single section#linked-items-section .h2 {
  margin-bottom: 20px;
  display: block;
}
body.single section#linked-items-section .linked-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1280px) {
  body.single section#linked-items-section .linked-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.single section#linked-items-section .linked-items article .btn, body.single section#linked-items-section .linked-items article .toggle-filter, body.single section#linked-items-section .linked-items article .products-container .filter #filter-submit, .products-container .filter body.single section#linked-items-section .linked-items article #filter-submit, body.single section#linked-items-section .linked-items article input[type="submit"] {
  margin-top: 20px;
}
body.author .infos_auteur {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 17px;
}
body.author .infos_auteur span.role {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background-color: #242424;
  padding: 5px 15px 7px;
  margin-right: 10px;
  border-radius: 5px;
}
body.author .infos_auteur ul.rs {
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
body.author .infos_auteur ul.rs li a {
  width: 25px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
  margin: 0;
}
body.author .infos_auteur ul.rs li a:hover {
  opacity: 0.7;
}
body.author .infos_auteur ul.rs li a.linkedin {
  background-image: url(img/linkedin.svg);
}
body.author .infos_auteur ul.rs li a.facebook {
  background-image: url(img/facebook.svg);
  width: 24px;
  height: 24px;
}
body.author .infos_auteur ul.rs li a.instagram {
  background-image: url(img/instagram.svg);
  width: 27px;
  height: 27px;
}
body.author .infos_auteur ul.rs li a.youtube {
  background-image: url(img/youtube.svg);
}
body.author section.competences {
  margin-bottom: 90px;
}
body.author section.competences .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1280px) {
  body.author section.competences .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  body.author section.competences .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.author section.competences .container .inner {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 25px;
}
body.author section.competences .container .inner span {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: 10px;
}
body.author section.competences .container .inner h2, body.author section.competences .container .inner h3, body.author section.competences .container .inner h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 16px;
}
body.author section.competences .container .inner p {
  margin-bottom: 0;
}
.tableau-comparaison {
  margin: 40px auto;
}
@media (max-width: 1280px) {
  .tableau-comparaison {
    overflow-y: scroll;
  }
}
.tableau-comparaison table {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .tableau-comparaison table {
    width: 700px;
  }
}
.tableau-comparaison table thead tr th {
  background-color: rgba(236, 100, 0, 0.3);
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 1280px) {
  .tableau-comparaison table thead tr th {
    font-size: 16px;
  }
}
.tableau-comparaison table tbody tr {
  border-bottom: 1px solid rgba(36, 36, 36, 0.5);
}
.tableau-comparaison table tbody tr td {
  padding: 10px;
}
@media (max-width: 1280px) {
  .tableau-comparaison table tbody tr td {
    font-size: 14px;
  }
}
.tableau-comparaison table tbody tr td:first-child {
  font-style: italic;
}
.tableau-comparaison table tbody tr td:first-child span {
  display: none;
}
/*--------------------------------------------------------------
PAGE SIMPLE
--------------------------------------------------------------*/
.page-template-default article > .entry-content, .single-post article > .entry-content {
  display: flex;
  justify-content: space-between;
}
.page-template-default article > .entry-content > div:first-child, .single-post article > .entry-content > div:first-child {
  width: 70%;
  margin: auto;
}
.page-template-default article > .entry-content > div:first-child .btn, .page-template-default article > .entry-content > div:first-child .toggle-filter, .page-template-default article > .entry-content > div:first-child .products-container .filter #filter-submit, .products-container .filter .page-template-default article > .entry-content > div:first-child #filter-submit, .page-template-default article > .entry-content > div:first-child input[type="submit"], .single-post article > .entry-content > div:first-child .btn, .single-post article > .entry-content > div:first-child .toggle-filter, .single-post article > .entry-content > div:first-child .products-container .filter #filter-submit, .products-container .filter .single-post article > .entry-content > div:first-child #filter-submit, .single-post article > .entry-content > div:first-child input[type="submit"] {
  margin-top: 40px;
  display: inline-block;
}
.entry-content h2 {
  margin-top: 50px;
}
.entry-content .entry-meta {
  margin-bottom: 20px;
}
.entry-content .entry-meta .date {
  background-color: #ec6400;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
}
.entry-content .entry-meta .cat a {
  background-color: #dadada;
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 10px;
  display: inline-block;
}
.entry-content .entry-meta .cat a:hover {
  color: #ec6400;
}
.page-template-template-conseils h2, .entry-content h2 {
  display: block;
}
.entry-content h2:first-child, .entry-content p:first-child {
  margin-top: 0;
}
/*--------------------------------------------------------------
CONTACT
--------------------------------------------------------------*/
main#contact #header_page {
  padding-bottom: 38px;
}
main#contact .flex {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -50px !important;
}
main#contact .flex #infos {
  background-color: #242424;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  max-width: 660px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
main#contact .flex #infos p {
  margin: 0;
  width: 47%;
  color: #ffffff;
  font-size: 17px;
}
main#contact .flex #infos p:before {
  content: "";
  background-color: #ec6400;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
}
main#contact .flex #infos p.adress:before {
  background-image: url(img/location.svg);
}
main#contact .flex #infos p.horaire:before {
  background-image: url(img/time.svg);
}
main#contact .flex #infos .ligne {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1280px) {
  main#contact .flex #infos .ligne {
    flex-flow: row wrap;
  }
}
main#contact .flex #infos .ligne a {
  font-size: 20px;
  margin-right: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 17px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height: 1.2em;
}
@media (max-width: 1280px) {
  main#contact .flex #infos .ligne a {
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  main#contact .flex #infos .ligne a {
    margin: 5px 10px;
    font-size: 16px;
  }
}
main#contact .flex #infos .ligne a:hover {
  color: #ec6400;
  border-bottom: 1px solid #ec6400;
}
main#contact .flex #infos .ligne a.mail {
  background-image: url(img/email.svg);
}
main#contact .flex #infos .ligne a.tel {
  background-image: url(img/call.svg);
}
main#contact .flex #infos .ligne a.fax {
  background-image: url(img/printer.svg);
}
@media (max-width: 700px) {
  main#contact .flex #infos p {
    margin-bottom: 15px;
    width: 100%;
  }
}
main#contact .flex #form {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(36, 36, 36, 0.1);
  border-radius: 20px;
  padding: 40px;
}
/*--------------------------------------------------------------
GUIDE DE CHOIX
--------------------------------------------------------------*/
form#guide .container .inner, .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  justify-items: center;
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
form#guide .submit {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
form#guide .container .inner div {
  display: block;
  width: 100%;
  height: 100%;
}
form#guide .container h3 {
  margin: 30px 0 20px;
  padding: 0 0 10px;
  font-size: 25px;
  border-bottom: 1px solid #f6f6f6;
}
form#guide .container label {
  padding: 15px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: 0.2s;
  position: relative;
}
form#guide .container > div label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f6f6f6;
  z-index: 1;
  display: block;
  appearance: none;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 5px;
}
form#guide .container > div label strong {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
form#guide .container > div label input:checked, form#guide .container > div label input:hover {
  border: 1px solid #ec6400;
}
main#ou_acheter .gallery img {
  object-fit: contain;
}
#wpsl-radius {
  width: 100%;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
  width: initial !important;
}
#wpsl-search-btn, #wpsl-search-wrap input {
  margin-top: 0 !important;
}
/*--------------------------------------------------------------
UNIVERS
--------------------------------------------------------------*/
body.page-template-template-univers .vous_etes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.vous_etes .inner {
  height: 290px;
  background: black;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}
.vous_etes .inner:hover .img {
  transform: scale(0.95);
  opacity: 0.8;
}
.vous_etes h3 {
  color: white;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 0 15px;
}
.vous_etes .img {
  opacity: 0.4;
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
.vous_etes .btn, .vous_etes .toggle-filter, .vous_etes .products-container .filter #filter-submit, .products-container .filter .vous_etes #filter-submit, .vous_etes input[type="submit"] {
  position: relative;
}
/*--------------------------------------------------------------
ECHANTILLON
--------------------------------------------------------------*/
body.page-template-template-echantillon .gallery {
  grid-template-columns: repeat(5, 1fr);
}
/*--------------------------------------------------------------
SEARCH
--------------------------------------------------------------*/
body.search .archive article .img {
  background-image: none !important;
}
body.search .archive article .btn-ghost {
  margin-top: 15px;
}
body.search .archive article .date {
  margin-top: 15px;
  display: inline-block;
}
body.search .archive article .h2 {
  font-size: 21px;
  font-weight: 700;
  display: block;
}
body.search .navigation {
  text-align: center;
}
section.no-results {
  text-align: center;
}
.mt40 {
  margin-top: 40px;
}
/*--------------------------------------------------------------
TABLE
--------------------------------------------------------------*/
.page-template-template-gamme h3 {
  margin-top: 60px;
}
.page-template-template-gamme table td a {
  font-size: 13px;
  font-weight: 500;
  color: white;
  background: #ec6400;
  border: 1px solid transparent;
  line-height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.page-template-template-gamme table td a:hover {
  background-color: transparent;
  border: 1px solid #ec6400;
  color: #ec6400;
}
.page-template-template-gamme table td {
  padding: 5px 8px;
  text-align: center;
  min-width: 150px;
}
.page-template-template-gamme table td img {
  margin: 0 auto !important;
  width: 239px;
  height: 145px;
  object-fit: cover;
}
.page-template-template-gamme table tr:first-of-type td {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: white;
  background-color: #ec6400;
}
.page-template-template-gamme table tr td:first-child {
  background-color: #f6f6f6 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  font-size: 14px !important;
  color: black !important;
  font-weight: 400 !important;
}
/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/
.wpcf7-spinner {
  display: none;
}
.rgpd {
  font-size: 13px;
  line-height: initial;
  margin: 10px 0 0 !important;
}
#secondary .rgpd {
  font-size: 10px;
}
.rgpd a {
  color: #ec6400;
}
.wpcf7-form {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 .third {
  width: 32.5%;
}
.wpcf7 .mid {
  width: 49.3%;
}
.wpcf7 .full {
  width: 100%;
}
.wpcf7 .title {
  margin-top: 50px;
}
.wpcf7 .text {
  margin-bottom: 20px;
}
.wpcf7 .submit {
  width: 100%;
  text-align: center;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  outline: none;
  background-color: transparent;
}
.wpcf7 textarea {
  height: 150px;
}
.wpcf7 p.acceptance {
  font-size: 14px;
  margin: 10px auto;
}
#secondary .wpcf7 input, #secondary .wpcf7 textarea, #secondary .wpcf7 select {
  font-size: 14px;
}
#secondary .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1em;
}
#secondary .wpcf7 p.acceptance {
  font-size: 12px;
}
.wpcf7 input[type="checkbox"] {
  width: initial;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
  border-bottom: 1px solid #ec6400;
  outline: none;
}
input[type="submit"] {
  background-color: #ec6400;
  border: 0;
  padding: 10px 39px 10px 24px;
  transition: 0.2s;
}
#secondary input[type="submit"] {
  margin-top: 0;
  width: 100%;
  border-radius: 5px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 0;
  color: #cf0606;
  padding: 0;
  margin: 15px 0 0;
  text-align: center;
  width: 100%;
  font-size: 17px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  color: #46b450;
  padding: 0;
  margin: 15px 0 0;
  text-align: center;
  width: 100%;
  font-size: 17px;
}
#secondary .wpcf7-response-output {
  font-size: 14px;
}
.no_box .wpcf7-checkbox {
  display: block;
}
.no_box .wpcf7-checkbox label {
  padding: 0 !important;
  margin: 20px 0 !important;
}
.no_box .wpcf7-checkbox label input {
  position: relative !important;
  width: initial !important;
  appearance: auto !important;
  border: none !important;
  margin-right: 7px !important;
}
.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  width: 100%;
  height: 100%;
}
.wpcf7-checkbox .wpcf7-list-item label {
  padding: 15px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: 0.2s;
  position: relative;
  display: flex;
  align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  height: 100%;
  border: 1px solid #f6f6f6;
  z-index: 1;
  display: block;
  appearance: none;
  transition: 0.2s;
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item label input:hover, .wpcf7-checkbox .wpcf7-list-item label input:checked {
  border-color: #ec6400;
}
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 1.5em;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: none;
}
.galleryid-28976 figcaption {
  /* galerie images échantillons gratuit */
  display: none;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.achan_bro, .echantillon_shortcode {
  width: 100%;
  max-width: 350px;
  margin: 15px;
  padding: 70px 20px 30px;
  box-sizing: border-box;
  position: relative;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.2s;
  border-radius: 10px;
}
.echantillon_shortcode {
  margin: 70px auto 0;
}
.achan_bro:hover img, .echantillon_shortcode:hover img {
  transform: translateX(-50%) scale(1.05);
}
.achan_bro img, .echantillon_shortcode img {
  max-width: 160px;
  position: absolute;
  left: 50%;
  top: -49px;
  transform: translateX(-50%);
  transition: 0.2s;
  height: auto;
}
.achan_bro p, .echantillon_shortcode p {
  margin: 20px 0 20px;
  font-size: 21px;
  line-height: 1.2em;
  text-align: center;
}
.achan_bro p strong, .echantillon_shortcode p strong {
  color: #ec6400;
  display: block;
  font-size: 25px;
}
#colophon {
  background: #f6f6f6;
  padding-top: 40px;
  margin-top: 80px;
}
@media (max-width: 700px) {
  #colophon {
    padding-bottom: 84px;
  }
}
#menu-pied-de-page * {
  text-decoration: none;
  list-style: none;
  color: black;
  line-height: 1.7em;
}
#menu-pied-de-page {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 50px;
}
@media (max-width: 1280px) {
  #menu-pied-de-page {
    flex-flow: row wrap;
  }
}
#menu-pied-de-page > li {
  margin: 0 0 20px 0;
}
@media (max-width: 1280px) {
  #menu-pied-de-page > li {
    width: 40%;
  }
}
#menu-pied-de-page > li > a {
  font-weight: bold;
  font-size: 18px;
  color: #ec6400;
  text-transform: uppercase;
  font-family: "Kanit", Verdana;
  margin-bottom: 7px;
  cursor: default;
  line-height: 1.2em;
}
#menu-pied-de-page ul {
  padding: 0;
}
#menu-pied-de-page a {
  margin-bottom: 0;
  display: inline-block;
  font-size: 17px;
}
#menu-pied-de-page a:hover {
  color: #ec6400;
}
#copyright {
  font-size: 13px;
  margin: 20px 0 0;
  background-color: #242424;
  padding: 10px 20px;
  text-align: center;
  color: #ffffff;
}
#footer-menus {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#logo_footer {
  margin-right: 30px;
}
#logo_footer img {
  width: 200px;
}
#footer-menus .menu-menu-footer-container {
  width: 54%;
}
.search-form {
  display: flex;
  align-items: center;
}
.search-results .archive.produits {
  grid-template-columns: repeat(3, 1fr);
}
.search-form input[type="text"] {
  height: 32px;
  box-sizing: border-box;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  padding: 4px 16px;
  margin-left: 30px;
}
.search-form input[type="text"]:focus {
  border: 1px solid #ec6400;
  outline: none;
}
.search-form input[type="submit"] {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ec6400;
  background-image: url(img/searchicon.svg);
  background-size: 16px;
  margin-left: 4px;
  border: 0;
  transition: all 200ms ease-in-out;
  margin-top: 0;
}
.search-form input[type="submit"]:hover {
  background-color: #883b00;
}
.variations-spot {
  display: none;
}
/*--------------------------------------------------------------
RESPONSIVE MENU
--------------------------------------------------------------*/
#reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none !important;
  position: relative;
  flex: inherit !important;
  z-index: 1001;
}
#reponsive-menu-trigger-container #responsive-menu-trigger {
  height: 30px;
  width: 42px;
  flex-flow: column;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}
#reponsive-menu-trigger-container #responsive-menu-trigger span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #1b2326;
  transition: 0.2s;
  position: relative;
}
#reponsive-menu-trigger-container #responsive-menu-trigger span span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span:first-child {
  transform: translateY(15px);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span {
  background-color: transparent;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span:first-child {
  transform: rotate(45deg);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span {
  opacity: 1;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span:last-child {
  transform: translateY(-15px);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span:last-child {
  transform: rotate(-45deg);
}
.wpsl-direction-wrap {
  display: none;
}
#responsive-menu {
  position: fixed;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  transition: 0.2s;
  z-index: 1000;
}
#responsive-menu-inner {
  width: 70%;
  max-width: 400px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: 100%;
  padding: 20px 0;
  overflow-y: auto;
}
#responsive-menu-inner #logo_responsive img {
  width: 150px;
  margin: 10px 20px;
}
#mobile-menu {
  padding: 0;
  margin: 0;
}
#mobile-menu a {
  color: black;
  text-transform: uppercase;
  padding: 10px 32px 10px 15px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#mobile-menu .sub-menu {
  display: none;
  padding: 4px 0 12px 10px;
  margin: 0;
  background-color: white;
  list-style: none;
}
#mobile-menu .sub-menu a {
  padding: 4px 32px 4px 15px;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2em;
}
#mobile-menu .menu-item-has-children > a:after {
  position: absolute;
  content: "▼";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: black;
  font-size: 12px;
  transition: 0.2s;
}
#mobile-menu .menu-item-has-children.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#mobile-menu .menu-item-has-children.active > .sub-menu {
  display: block;
}
#mobile-menu .current-menu-item > a, #mobile-menu .current-menu-ancestor > a {
  font-weight: bold;
}
#responsive-menu.active {
  right: 0;
}
/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  #masthead .wrapper {
    width: 95%;
  }
  #primary-menu > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .wrapper_table {
    overflow-x: scroll;
  }
  .single-produits .archive_produits {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-guide img {
    max-width: 160px;
  }
  #reponsive-menu-trigger-container {
    display: flex !important;
  }
  #reponsive-menu-trigger-container {
    display: flex;
  }
  #footer-menus {
    justify-content: space-between;
  }
  #footer-menus .menu-menu-footer-container {
    width: 78%;
  }
}
@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 47px;
  }
  #sec_avantages .flex {
    flex-flow: column;
  }
  #sec_avantages .flex .left, #sec_avantages .flex .image {
    width: 100%;
    padding: 0 40px;
  }
  #sec_avantages .flex .image {
    height: 300px;
    background-position: center top;
  }
  #sec_avantages .flex .image .btn, #sec_avantages .flex .image .toggle-filter, #sec_avantages .flex .image .products-container .filter #filter-submit, .products-container .filter #sec_avantages .flex .image #filter-submit, #sec_avantages .flex .image input[type="submit"] {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
  }
  #sec_avantages .flex .left .inner {
    justify-content: flex-start;
    flex-flow: column;
    text-align: center;
  }
  #sec_avantages .flex .left .inner span {
    margin-bottom: 23px;
  }
  #sec_avantages .flex .left .inner div {
    width: auto;
  }
  .single-produits .summary {
    flex-flow: column;
  }
  .single-produits .summary .galerie, .single-produits .summary .content {
    width: 100%;
  }
  .single-produits .onglets {
    margin-top: 30px;
    flex-flow: column;
  }
  .single-produits .onglets .left, .single-produits .onglets .right {
    width: 100%;
  }
  .single-produits .summary .galerie {
    margin-bottom: 40px;
  }
  .single-produits .archive_produits {
    grid-template-columns: repeat(2, 1fr);
  }
  .search-results .archive.produits {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-template-template-univers .vous_etes {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-default article > .entry-content, .single-post article > .entry-content {
    flex-flow: column;
  }
  .page-template-default article > .entry-content > div:first-child, .single-post article > .entry-content > div:first-child {
    width: 100%;
  }
  #inner_sidebar {
    position: initial;
    top: initial;
  }
  .archive.produits {
    grid-template-columns: repeat(3, 1fr);
  }
  #footer-menus {
    flex-flow: column;
    align-items: center;
  }
  #logo_footer {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #menu-menu-footer {
    padding: 0;
  }
  #footer-menus .menu-menu-footer-container {
    width: 100%;
  }
  .univers {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
  }
  .partenaires ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive_produits {
    grid-template-columns: repeat(2, 1fr);
  }
  .galleryid-28976 figcaption {
    /* galerie images échantillons gratuit */
    display: block;
  }
  .right {
    margin-top: 20px;
  }
  .left, .right {
    width: 100%;
  }
  .split {
    flex-direction: column;
  }
  .home-section-1 p {
    font-size: 18px;
  }
  html {
    width: 100%;
    height: 100%;
  }
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  main#contact .flex {
    flex-flow: column;
  }
  main#contact .flex #infos, main#contact .flex #form {
    width: 100%;
    max-width: initial;
  }
  main#contact .flex #form {
    margin-top: 30px;
  }
  .menu-pied-de-page-container {
    width: 100%;
  }
  #menu-pied-de-page {
    padding: 0;
    gap: 20px;
  }
  #menu-pied-de-page > li {
    width: 23%;
  }
  .wpcf7 .third {
    width: 49.3%;
  }
  .wpcf7-checkbox {
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-template-template-echantillon .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  h3, .h3 {
    font-size: 22px;
  }
  .home-section-1 .wrapper .caption {
    padding: 20px;
    margin-top: 69px;
  }
  .home-section-1 .wrapper .caption h3 {
    font-size: 18px;
  }
  .home-section-1 .wrapper .caption p {
    line-height: 1em;
  }
  #sec_guide {
    margin-top: 190px;
  }
  #sec_guide .image {
    width: 300px;
    height: 300px;
    transform: translateX(-50%) !important;
    top: -171px;
    left: 50%;
  }
  #sec_guide .content {
    padding: 20px;
    flex-flow: column;
  }
  #sec_guide .content .left {
    width: 100%;
  }
  #sec_guide .content .arrow {
    height: 65px;
    margin-bottom: -42px;
  }
  #sec_guide .content .arrow:hover {
    left: 50px;
  }
  .home-section-1 {
    height: 380px;
  }
  #masthead #logo img {
    width: 140px;
  }
  .top-header .search-form {
    display: none;
  }
  #wrapper_panel {
    padding: 15px;
    margin-top: 10px;
  }
  #wrapper_panel .inner_caract .left_cara {
    font-size: 12px;
    max-width: 131px;
  }
  #wrapper_panel .inner_caract .right_cara {
    width: 59%;
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 30px;
  }
  .single-produits .archive_produits, .search-results .archive.produits, body.page-template-template-echantillon .gallery, .wpcf7-checkbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .wpcf7 .third {
    width: 100%;
  }
  .wpcf7 .mid {
    width: 100%;
  }
  .entry-content img {
    width: 100%;
    margin: 15px 0;
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .line_faq .container .faq .question h3 {
    font-size: 18px;
  }
  body.page-template-template-univers .vous_etes {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive.produits {
    grid-template-columns: repeat(1, 1fr);
  }
  #copyright {
    text-align: center;
  }
  .home-section-1 .bullets {
    padding-bottom: 14px;
  }
  .univers {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-guide {
    flex-flow: column;
  }
  h2, .h2 {
    flex-flow: column;
    align-items: flex-start;
    font-size: 30px;
  }
  .line_faq .container .reponse {
    padding: 0;
  }
  h2 a, .h2 a {
    margin-top: 5px;
  }
  .home-guide img {
    max-width: initial;
    width: 100%;
    margin: 0;
  }
  #menu-pied-de-page > li {
    width: 40%;
  }
  .archive_produits {
    grid-template-columns: repeat(1, 1fr);
  }
  #menu-menu-footer {
    padding: 0;
    gap: 19px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
  }
  #menu-menu-footer > li > a {
    margin-bottom: 0;
  }
  #menu-menu-footer > li {
    width: 100%;
    margin: 0;
  }
  .achan_bro {
    margin-top: 85px;
  }
  .achan_bro > div {
    margin: 8px;
    padding: 22px 10px 18px;
  }
  .achan_bro > div.brochure img {
    max-width: 106px;
  }
  .achan_bro .btn, .achan_bro .toggle-filter, .achan_bro .products-container .filter #filter-submit, .products-container .filter .achan_bro #filter-submit, .achan_bro input[type="submit"] {
    font-size: 14px;
    padding: 10px 17px;
  }
  .achan_bro > div img {
    max-width: 132px;
  }
  .achan_bro > div p, .achan_bro > div p strong {
    font-size: 15px;
  }
  .single-produits .summary .galerie .slider-nav .slick-slide {
    height: 60px;
    margin: 0 5px;
  }
  #tab_panel ul#tabs li a {
    font-size: 16px;
  }
  #tab_panel ul#tabs li {
    margin: 0 11px 0 0;
  }
  .single-produits .summary .btn, .single-produits .summary .toggle-filter, .single-produits .summary .products-container .filter #filter-submit, .products-container .filter .single-produits .summary #filter-submit, .single-produits .summary input[type="submit"] {
    margin-top: 0;
  }
  .single-produits .summary .galerie .slider-for .slick-slide {
    height: 350px;
  }
}
/* Tarte au citron (design en bas à gauche) */
#tarteaucitronRoot div#tarteaucitronAlertBig {
  padding: 15px 0;
  background-color: #242424;
  position: fixed;
  bottom: 20px !important;
  left: 20px !important;
  top: initial !important;
  transform: initial !important;
  max-width: 95% !important;
  width: 380px !important;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #ec6400;
  border-radius: 10px !important;
}
@media (max-width: 700px) {
  #tarteaucitronRoot div#tarteaucitronAlertBig {
    text-align: center;
  }
}
@media (max-width: 700px) {
  #tarteaucitronRoot div#tarteaucitronAlertBig {
    padding: 20px 25px !important;
    bottom: 0 !important;
    left: 0 !important;
    width: initial !important;
    max-width: 100% !important;
  }
}
#tarteaucitronRoot div#tarteaucitronAlertBig br {
  display: none;
}
#tarteaucitronRoot div#tarteaucitronAlertBig button {
  background: transparent !important;
  color: #fff;
  font-size: 13px !important;
  padding: 0 !important;
  text-decoration: none;
  margin: 0 7px 5px 0;
  border-bottom: 1px solid #ffffff;
  transition: 0.3s;
  font-family: "Jaldi", Tahoma !important;
  border-radius: 0;
}
@media (max-width: 700px) {
  #tarteaucitronRoot div#tarteaucitronAlertBig button {
    font-size: 11px !important;
    display: inline-block !important;
    margin: 0 7px 5px 0 !important;
  }
}
#tarteaucitronRoot div#tarteaucitronAlertBig button:hover {
  opacity: 0.6;
}
#tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseCross {
  top: 20px !important;
  right: 20px !important;
  border: 0;
}
@media (max-width: 700px) {
  #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseCross {
    top: 10px !important;
    right: 10px !important;
  }
}
div#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  content: none !important;
}
#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  font-size: 16px !important;
  margin: 8px 0 15px !important;
  text-align: left !important;
  padding: 0 !important;
  font-family: "Jaldi", Tahoma !important;
  line-height: 1.2em;
  overflow: initial !important;
}
@media (max-width: 700px) {
  #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 13px !important;
    margin: 8px 0 !important;
  }
}
div#tarteaucitronAlertBig:before {
  content: "" !important;
  background-image: url(img/cookie.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 700px) {
  div#tarteaucitronAlertBig:before {
    width: 24px;
    height: 24px;
  }
}
#tarteaucitronRoot div#tarteaucitronAlertBig, #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {
  box-shadow: none;
  border-radius: 0;
}
/*.page-template-template-guide {
	.flex_guide {
		margin-top: 0 !important;
	}
}*/
/*--------------------------------------------------------------
Demande d'échantillon
--------------------------------------------------------------*/
.page-template-template-echantillon-gratuit #masthead > .wrapper {
  box-shadow: 0 10px 30px rgba(36, 36, 36, 0.1);
}
#echantillon {
  position: relative;
  padding-top: 140px;
}
#echantillon .center {
  text-align: center;
}
#echantillon .step_3 p {
  font-size: 18px;
  line-height: initial;
}
#echantillon p, #echantillon li {
  font-size: 14px;
  line-height: 22px;
}
#echantillon .wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#echantillon .wrapper h1 {
  font-size: 45px;
  margin-top: 50px;
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  #echantillon .wrapper h1 {
    margin-bottom: 40px;
    font-size: 35px;
  }
}
#echantillon .wrapper .content {
  text-align: center;
  margin-bottom: 30px;
  width: 728px;
  max-width: 90%;
  font-style: italic;
}
#echantillon .wrapper .form {
  width: 900px;
  max-width: 90%;
  background-color: #242424;
  border-radius: 20px;
  color: #ffffff;
}
@media (max-width: 700px) {
  #echantillon .wrapper .form {
    width: 100%;
    max-width: 100%;
  }
}
#echantillon .wrapper .form .step {
  overflow: hidden;
  position: relative;
  padding: 40px 40px 30px;
}
@media (max-width: 700px) {
  #echantillon .wrapper .form .step {
    padding: 40px 25px 30px;
  }
}
#echantillon .wrapper .form .step .step_header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
#echantillon .wrapper .form .step .step_header .picto {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ec6400;
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
#echantillon .wrapper .form .step .step_header .picto.after:after, #echantillon .wrapper .form .step .step_header .picto.before:before {
  content: "";
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  width: 1000px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#echantillon .wrapper .form .step .step_header .picto.before:before {
  right: calc(100% + 12px);
  left: auto;
}
#echantillon .wrapper .form .step .step_header .top_title {
  margin-top: 11px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ec6400;
}
#echantillon .wrapper .form .step .step_header .h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
}
#echantillon .wrapper .form .step .wpcf7-form {
  display: block;
  transition: 0.2s;
}
#echantillon .wrapper .form .step .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
#echantillon .wrapper .form .step .wpcf7-form .wpcf7-form-control-wrap input {
  transition: 0.2s;
}
#echantillon .wrapper .form .step .wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid {
  padding-bottom: 15px;
  padding-top: 5px;
}
#echantillon .wrapper .form .step .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 13px;
}
#echantillon .wrapper .form .step .wpcf7-form select {
  height: 38px;
}
#echantillon .wrapper .form .step .wpcf7-form select option {
  color: #242424;
}
#echantillon .wrapper .form .step .wpcf7-form .acceptance {
  margin: 1em 0;
}
#echantillon .wrapper .form .step .wpcf7-form .acceptance input {
  vertical-align: top;
}
#echantillon .wrapper .form .step .wpcf7-form p small {
  display: block;
  font-size: 10px;
  line-height: 11px;
  margin-top: 20px;
}
#echantillon .wrapper .form .step .wpcf7-form .h3 {
  font-size: 20px;
  text-align: center;
  margin: 1.1em 0 0.8em;
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1280px) {
  #echantillon .wrapper .form .step .wpcf7-form .echantillons {
    grid-template-columns: repeat(2, 1fr);
  }
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon {
  opacity: 0.5;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 5px;
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon:first-child, #echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon:nth-child(4n) {
  margin-left: 0;
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon:last-child, #echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 700px) {
  #echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon {
    width: 100%;
  }
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon img {
  width: 100%;
  height: 140px;
  display: block;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon span {
  display: block;
  padding: 8px;
  color: #242424;
  text-align: center;
  font-size: 12;
  line-height: 16px;
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon span b {
  display: inline-block;
  margin-top: 5px;
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon:hover {
  opacity: 1;
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon:hover ul {
  display: flex;
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon.active {
  opacity: 1;
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon ul {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  gap: 10px;
  padding: 10px;
  list-style: none;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  justify-content: center;
}
#echantillon .wrapper .form .step .wpcf7-form .echantillons .echantillon ul li {
  background-image: url(img/check-mark.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding-left: 26px;
  text-align: left;
  font-size: 17px;
  line-height: 17px;
  margin: 1px 0;
  color: #ffffff;
}
#echantillon .wrapper .form .step .wpcf7-form .flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#echantillon .wrapper .form .step .wpcf7-form .flex.flex_3 .wpcf7-form-control-wrap {
  width: 32%;
}
@media (max-width: 700px) {
  #echantillon .wrapper .form .step .wpcf7-form .flex.flex_3 .wpcf7-form-control-wrap {
    width: 100%;
  }
}
#echantillon .wrapper .form .step .wpcf7-form .flex.flex_2 .wpcf7-form-control-wrap {
  width: 49%;
}
@media (max-width: 700px) {
  #echantillon .wrapper .form .step .wpcf7-form .flex.flex_2 .wpcf7-form-control-wrap {
    width: 100%;
  }
}
#echantillon .wrapper .form .step .wpcf7-form .wpcf7-submit {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 46px 10px 35px;
  background-image: url("img/right.svg");
  background-position: center right 17px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
#echantillon .wrapper .form .step .wpcf7-form .wpcf7-submit:hover {
  color: #ffffff;
  background-color: #ec6400;
  background-position: center right 12px;
}
#echantillon .wrapper .form .step .wpcf7-form .wpcf7-spinner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  margin: 0;
  width: auto;
  height: auto;
}
#echantillon .wrapper .form .step .wpcf7-form .wpcf7-spinner:before {
  animation-duration: 1500ms;
  width: 12px;
  height: 12px;
  transform-origin: center center;
  top: 50%;
  animation: 1s ease-in-out infinite alternate slidein;
}
@keyframes slidein {
  from {
    left: 30%;
  }
  to {
    left: 70%;
  }
}
#echantillon .wrapper .form .step .wpcf7-form .wpcf7-response-output {
  font-size: 17px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  box-sizing: border-box;
  border: 0;
  color: #ff3a3a;
}
#echantillon .wrapper .form .step .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
#echantillon .wrapper .form .step.step_1 .picto {
  background-image: url("img/step_1.svg");
}
#echantillon .wrapper .form .step.step_2 .picto {
  background-image: url("img/step_2.svg");
}
#echantillon .wrapper .form .step.step_3 .picto {
  background-image: url("img/step_3.svg");
}
/*--------------------------------------------------------------
Popup
--------------------------------------------------------------*/
#popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(36, 36, 36, 0.5);
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#popup .popup_content {
  box-shadow: 0 0 20px rgba(36, 36, 36, 0.16);
  padding: 40px;
  width: 490px;
  box-sizing: border-box;
  max-width: 92%;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
}
#popup .popup_content .close-popup {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 25px;
  height: 25px;
  background-image: url(img/close.svg);
  transition: 0.3s;
}
#popup .popup_content .close-popup:hover {
  transform: rotate(360deg);
}
/*--------------------------------------------------------------
Truc
--------------------------------------------------------------*/
section.error-404 {
  text-align: center;
}
section.error-404 h1 {
  font-size: 90px;
  line-height: 1em;
  margin-bottom: 0;
  color: #dadada;
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.archive article.type-produits:hover .hide {
  opacity: 1;
  visibility: visible;
}
.archive article.type-produits .hide {
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.archive article.type-produits .hide h2 {
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.archive article.type-produits .hide .inner_res {
  background-image: url(img/check-mark.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding-left: 26px;
  text-align: left;
}
.archive article.type-produits .hide .inner_res p {
  margin: 1px 0;
  font-size: 17px;
}
.archive article.type-produits .hide .btn, .archive article.type-produits .hide .toggle-filter, .archive article.type-produits .hide .products-container .filter #filter-submit, .products-container .filter .archive article.type-produits .hide #filter-submit, .archive article.type-produits .hide input[type="submit"] {
  margin-top: 15px;
}
.flex_guide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .flex_guide {
    flex-flow: column;
  }
}
.guide-container-nav {
  width: 330px;
}
.guide-container-nav .slick-arrow {
  display: none !important;
}
@media (max-width: 1280px) {
  .guide-container-nav {
    width: 100%;
  }
}
.loading {
  opacity: 0.3;
  pointer-events: none;
}
#guide-container {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  width: 65%;
  border-left: 3px solid #ec6400;
}
@media (max-width: 1280px) {
  #guide-container {
    width: 100%;
    padding: 20px;
  }
}
#guide-container .guide-container .group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
}
@media (max-width: 700px) {
  #guide-container .guide-container .group {
    grid-template-columns: repeat(2, 1fr);
  }
}
#guide-container .guide-container .group h2 {
  grid-column: 1 / -1;
  /* S'étend de la première à la dernière colonne */
  width: 100%;
  font-size: 36px;
  margin: 0 0 16px 0;
  text-align: center;
}
@media (max-width: 700px) {
  #guide-container .guide-container .group h2 {
    display: none;
  }
}
#guide-container .guide-container .group .choice input {
  display: none;
}
#guide-container .guide-container .group .choice input:checked + label {
  background: rgba(236, 100, 0, 0.1);
  border: 1px solid #ec6400;
}
#guide-container .guide-container .group .choice label {
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #f6f6f6;
  padding: 16px;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 200ms ease-in-out;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
#guide-container .guide-container .group .choice label .nom {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
}
#guide-container .guide-container .group .choice label .nom span {
  line-height: 1em;
  font-family: "Kanit", Verdana;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  #guide-container .guide-container .group .choice label .nom span {
    font-size: 15px;
  }
}
#guide-container .guide-container .group .choice label .nom .desc {
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
}
#guide-container .guide-container .group .choice label:hover {
  border-color: #ec6400;
}
#guide-container .guide-container .group .choice label .visu {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
}
#guide-container .guide-navbtns-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
#guide-container .guide-navbtns-container button {
  display: none;
  border: 0;
  transition: all 200ms;
  background-color: #33a56b;
}
#guide-container .guide-navbtns-container button:hover {
  background-color: #1c7246;
}
#guide-container .guide-navbtns-container a, #guide-container .guide-navbtns-container button {
  cursor: pointer;
}
#guide-container .guide-navbtns-container a.next, #guide-container .guide-navbtns-container button.next {
  padding: 10px 39px 10px 24px !important;
}
#guide-container .guide-navbtns-container a.prev, #guide-container .guide-navbtns-container button.prev {
  padding: 10px 24px 10px 18px !important;
  color: #404040;
  border: 1px solid #c9c9c9;
  background: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#guide-container .guide-navbtns-container a.prev:hover, #guide-container .guide-navbtns-container button.prev:hover {
  border-color: black;
  color: black;
}
#guide-container .guide-navbtns-container a.prev:hover::before, #guide-container .guide-navbtns-container button.prev:hover::before {
  transform: rotate(180deg) translateX(5px);
}
#guide-container .guide-navbtns-container a.prev::before, #guide-container .guide-navbtns-container button.prev::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(img/left.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 300ms;
}
.nothingfound {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  gap: 10px;
  color: #979797;
}
.nothingfound svg {
  fill: #979797;
}
a[disabled], a.slick-disabled, .guide-navbtns-container.disabled a.next {
  pointer-events: none;
  opacity: 0.3;
  filter: grayscale(1);
}
.guide-container-nav {
  pointer-events: none;
}
@media (max-width: 1280px) {
  .guide-container-nav {
    margin-bottom: 25px;
  }
}
.guide-container-nav:after {
  content: "";
  background-color: #f6f6f6;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 11px;
  top: 0;
  z-index: -1;
}
.guide-container-nav .slick-track .slick-slide {
  opacity: 0.4;
  cursor: pointer;
  text-align: left;
  gap: 6px;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  color: black;
  padding: 6px 5px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1280px) {
  .guide-container-nav .slick-track .slick-slide {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
  }
}
.guide-container-nav .slick-track .slick-slide .num {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 0;
}
@media (max-width: 1280px) {
  .guide-container-nav .slick-track .slick-slide .num {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -2px;
  }
}
.guide-container-nav .slick-track .slick-slide .num::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  transform: rotate(45deg);
  z-index: -1;
  background-color: #242424;
}
.guide-container-nav .slick-track .slick-slide:hover {
  opacity: 1;
}
.guide-container-nav .slick-track .slick-slide.slick-current {
  opacity: 1;
  color: #ec6400;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .guide-container-nav .slick-track .slick-slide.slick-current {
    font-size: 25px;
  }
}
@media (max-width: 700px) {
  .guide-container-nav .slick-track .slick-slide.slick-current {
    font-size: 23px;
  }
}
.guide-container-nav .slick-track .slick-slide.slick-current .num {
  right: 0;
  width: 22px;
  height: 22px;
}
.guide-container-nav .slick-track .slick-slide.slick-current .num::before {
  border-color: #ec6400;
}
.guide-container-nav .slick-track .slick-slide.slick-current .num::after {
  background: #ec6400;
}
.guide-container-nav .slick-track .slick-slide.is-before .num {
  border-color: #ddd;
}
.guide-container-nav .slick-track .slick-slide.is-before .num::after {
  background: #ddd;
}
.submit-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}
.submit-container .btn, .submit-container .toggle-filter, .submit-container .products-container .filter #filter-submit, .products-container .filter .submit-container #filter-submit, .submit-container input[type="submit"] {
  transition: 0.2s;
  border: 0;
}
.results-head {
  display: none;
}
.archive.produits article .content.accessoire {
  padding: 25px 15px;
}
.search-form {
  position: relative;
}
#search-results {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 30px;
  top: calc(100% + 3px);
  right: 0;
  background: white;
  z-index: 100;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px;
}
#search-results li {
  list-style: none;
}
#search-results li a {
  font-size: 15px;
  display: inline-block;
  line-height: 1.3em;
}
.top-header {
  z-index: 10;
  position: relative;
}
/*--------------------------------------------------------------
Store Locator
--------------------------------------------------------------*/
#ou-acheter .gallery img {
  object-fit: contain;
  box-sizing: border-box;
  padding: 20px;
}
.store-locator {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 90px;
}
.store-locator > div {
  flex: 1 1 500px;
}
.store-locator .logos {
  flex: 1 1 600px;
}
.store-locator .store {
  flex: 1 1 400px;
}
.store-locator .store #wpsl-wrap {
  position: sticky;
  top: 160px;
}
.store-locator .gallery {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 700px) {
  .store-locator .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
