body {
  margin: 0;
  padding: 0;
  background: #f4f2f0;
  font-family: Raleway_regular, Helvetica Neue, Helvetica, Roboto, Arial;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2928;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: NeutraDisp_light, Helvetica Neue, Helvetica, Roboto, Arial;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #2a2928;
}

.menu,
.menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown.menu a {
  padding: 0.7rem 1rem;
}

.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0;
}

.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-family: inherit;
  padding: 17px 20px;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #cba36e;
  color: #fefefe;
}


.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
  background-color: transparent;
}

.button.hollow {
  border: 1px solid #cba36e;
  color: #cba36e;
}

.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 75rem;
  margin: 0 auto;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h1,
.h2,
h1,
h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid-margin-x {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

figure {
  margin: 0;
}

.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.grid-margin-x>.cell {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.small-up-1>.cell {
  width: 100%;
}

.grid-margin-y>.cell {
  height: calc(100% - 2.5rem);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto;
}

.grid-margin-x.small-up-1>.cell {
  width: calc(100% - 2.5rem);
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

svg:not(:root) {
  overflow: hidden;
}

.search-area {
  width: 100%;
  position: relative;
  padding-right: 60px;
}

.small-up-2>.cell {
  width: 50%;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.6875rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.grid-margin-x.small-up-2>.cell {
  width: calc(50% - 2.5rem);
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto;
}

.input-group>:first-child,
.input-group>:last-child>* {
  border-radius: 0 0 0 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.btn-filtre {
  padding-top: 10px;
}

a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #bf8f4e;
}

a.button:focus,
a.button:hover {
  text-decoration: none;
}

.button:focus,
.button:hover {
  background-color: #bf8d4b;
  color: #fefefe;
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.125rem;
  margin: 0 0 1.6875rem;
  padding: 0.84375rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(42, 41, 40, .1);
  box-shadow: inset 0 1px 2px rgba(42, 41, 40, .1);
  font-family: Raleway_regular, Helvetica Neue, Helvetica, Roboto, Arial;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #2a2928;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #cba36e;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca
}

input:-ms-input-placeholder,

textarea::-ms-input-placeholder {
  color: #cacaca
}

input::placeholder,
textarea::placeholder {
  color: #cacaca
}

.h2,
h2 {
  font-size: 1.75rem;
}

.h3,
h3 {
  font-size: 1.125rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: -1px 18px 38px 1px hsla(0, 0%, 76%, .19);
  box-shadow: -1px 18px 38px 1px hsla(0, 0%, 76%, .19);
  overflow: hidden;
  color: #2a2928;
}

.card>:last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 30px;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #2a2928;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.4em;
  border-radius: 50%;
  font-size: .9rem;
  text-align: center;
  background: #cba36e;
  color: #fefefe;
}

.form-error {
  display: none;
  margin-top: -0.84375rem;
  margin-bottom: 1.6875rem;
  font-size: .75rem;
  font-weight: 700;
}

.form-error,
.is-invalid-label {
  color: #cc4b37;
}

.is-visible {
  display: block !important;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 290px;
  padding: 1.5rem;
  visibility: hidden;
  display: none;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.float-left {
  float: left !important;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

@media print,
screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .grid-margin-x>.cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .medium-up-1>.cell {
    width: 100%;
  }

  .grid-margin-y>.cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 2.5rem);
  }

  .grid-margin-x.medium-up-1>.cell {
    width: calc(100% - 2.5rem);
  }

  .medium-up-2>.cell {
    width: 50%;
  }

  .grid-margin-x.medium-up-2>.cell {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 2.5rem);
  }
}

@media print,
screen and (min-width: 64em) {

  .large-up-2>.cell {
    width: 50%;
  }

  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .large-up-3>.cell {
    width: 33.33333%;
  }

  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .grid-margin-x.medium-up-1>.cell,
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 2.5rem);
  }


  .essentiels_category_page .filtre_search_area .search-mobile-area {
    text-align: right;
  }

  .grid-margin-x.medium-up-2>.cell,
  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x.large-up-2>.cell {
    width: calc(50% - 1.875rem);
  }

  .weight .input-group-field {
    font-size: 16px;
  }

  .grid-margin-x.large-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}