@charset "utf-8";

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*::before,
*::after {
  box-sizing: inherit;
}

*:focus {
  outline: 0;
}

a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}

article,
aside,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
main,
nav,
object,
section,
video {
  display: block;
}

ul li {
  list-style-type: none;
}

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

a {
  background: transparent;
  color: inherit;
  text-decoration: none;
  font-family: 'D-DIN', sans-serif;
  font-size: 16px;
}

a:focus {
  outline: none !important;

}

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

a img {
  border: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  line-height: 1.5;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

button,
input,
label,
select,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 1.2;
  white-space: normal;
  vertical-align: middle;
}

input,
select,
textarea {
  border: 1px solid;
}

button:focus,
input:focus,
select:focus {
  outline: 0;
}

button[disabled],
input[disabled],
button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font: inherit;
  color: inherit;
  line-height: 1;
  text-align: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  vertical-align: top;
}

sub {
  font-size: 0.75em;
  vertical-align: baseline;
}

[v-cloak] {
  display: none !important;
}

@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN-Bold.woff2') format('woff2'), url('../fonts/D-DIN-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN.woff2') format('woff2'), url('../fonts/D-DIN.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN-Italic.woff2') format('woff2'), url('../fonts/D-DIN-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot');
  src: url('../fonts/icons.eot?#iefix') format('eot'), url('../fonts/icons.woff2') format('woff2');
}

.icon-base-pseudo,
.icon-burger:before,
.icon-close:before,
.icon-fleche:before,
.icon-poubelle:before,
.icon-puce:before,
.btn--arrow:after {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
}

.icon-burger:before {
  content: '\E001';
}

.icon-close:before {
  content: '\E002';
}

.icon-fleche:before {
  content: '\E003';
}

.icon-poubelle:before {
  content: '\E004';
}

.icon-puce:before {
  content: '\E005';
}

html {
  font-size: 16px;
  line-height: 1.4em;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  font-family: 'D-DIN', sans-serif !important;
  color: #444444;
  font-weight: 500;
  cursor: default;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body::after {
  content: 'mobile';
  display: none;
}

.green {
  color: #14AE28;
}

::-moz-selection {
  background-color: #14AE28;
  color: #ffffff;
}

::selection {
  background-color: #14AE28;
  color: #ffffff;
}

.autocomplete {
  padding: 20px 0;
  background: #ffffff;
}

.autocomplete ul li {
  padding: 5px 20px;
  transition: background-color 0.2s ease-in-out;
}

.autocomplete ul li:hover {
  background-color: #14AE28;
}

input[type='text'],
input[type='number'],
input[type='tel'],
input[type='email'],
input[type='password'] {
  width: 338px;
  height: 55px;
  line-height: 55px;
  background-color: #ffffff;
  border: solid 1px #E0E0E0;
  color: #999999;
  font-size: 16px;
  font-family: 'D-DIN', sans-serif;
  padding: 0 8px 0 36px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 15px;
}

input[type='text']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
input[type='password']::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

input[type='text']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus {
  border-color: #444444;
}

input[type='text']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 1;
  /* Firefox */
}

input[type='text']:focus::placeholder,
input[type='tel']:focus::placeholder,
input[type='email']:focus::placeholder,
input[type='password']:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 1;
  /* Firefox */
}

input[type='text']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}

input[type='text']:focus::-ms-input-placeholder,
input[type='tel']:focus::-ms-input-placeholder,
input[type='email']:focus::-ms-input-placeholder,
input[type='password']:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: transparent;
}

input[type='text'].width_100,
input[type='tel'].width_100,
input[type='email'].width_100,
input[type='password'].width_100 {
  width: 100%;
}

textarea {
  width: 100%;
  padding: 12px 24px 30px;
  background-color: #ffffff;
  border: solid 1px #E0E0E0;
  color: #999999;
  font-size: 16px;
  font-family: 'D-DIN', sans-serif;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 15px;
  resize: none;
}

textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
}

textarea:focus {
  border-color: #444444;
}

textarea:focus:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 1;
  /* Firefox */
}

textarea:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 1;
  /* Firefox */
}

textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}

textarea:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: transparent;
}

.btn {
  width: 338px;
  height: 55px;
  line-height: 55px;
  color: #ffffff;
  background-color: #14AE28;
  text-align: center;
  display: block;
  margin: 20px auto;
  font-size: 16px;
  font-family: 'D-DIN', sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  border: solid 1px #14AE28;
  transition: all 175ms linear;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
}

.btn:hover {
  background-color: #ffffff;
  color: #14AE28;
}

.btn--arrow {
  position: relative;
}

.btn--arrow:after {
  content: '\E003';
}

.btn--arrow::after {
  font-size: 6px;
  position: absolute;
  right: 15px;
}

.btn--outline {
  background-color: #ffffff;
  color: #14AE28;
}

.btn--outline:hover {
  background-color: #14AE28;
  color: #ffffff;
}

.login {
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 46px 22px;
}

.login__intro {
  padding: 14px 0;
}

.login__ml {
  font-size: 13px;
  color: #999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
}
.login__ml.cgv {
  margin-top: 10px;
  text-align: center;
  display: block;
}

.login__ml a:hover {
  text-decoration: underline;
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  width: 96%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 16px 0;
}

.header .icon-burger,
.header .icon-close {
  display: none;
}

.header__logo {
  max-width: 213px;
  height: auto;
  width: 11vw;
}

.header__nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
}

.header__nav ul li {
  margin-left: 1vw;
  display: inline-block;
  vertical-align: middle;
}

.header__nav ul li a::after {
  display: block;
  width: 0%;
  height: 1px;
  content: '';
  background: #14AE28;
  margin-top: 10px;
  transition: width 250ms ease-in-out;
}

.header__nav ul li a:hover::after {
  width: 100%;
}

.header__nav ul li a.current {
  color: #14AE28;
}

.header__nav ul li a.current::after {
  width: 100%;
}

.header__nav ul li a.deconnexion {
  color: #14AE28;
  position: relative;
  top: -4px;
}

.header__nav ul li a.deconnexion::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}

.header__nav ul li a.deconnexion::after {
  display: none;
}

.header__nav ul li a.deconnexion:hover {
  text-decoration: underline;
}

.header__nav a:hover {
  text-decoration: none;
  color: #14AE28;
}

.h1 {
  font-size: 25px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  height: 134px;
  background-color: #14AE28;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 125ms linear;
  margin-bottom: 36px;
}

.h1 div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.makeorder .h1 {
  background-image: url(../images/banniere_makeorder.jpg);
}

.historique .h1 {
  background-image: url(../images/banniere_historique.jpg);
}

.reclamation .h1 {
  background-image: url(../images/banniere-reclamation.jpg);
}

.contact .h1 {
  background-image: url(../images/banniere-contact.jpg);
  color: #ffffff;
}

.pointer {
  cursor: pointer;
}

.infos .h1 {
  background-image: url(../images/banniere-contact.jpg);
  /* background-size: 1170px 100%;*/
  background-color: #f4ece9;
}

.mes_infos .h1 {
  background-image: url(../images/banniere_makeorder.jpg);
  /* background-size: 1170px 100%;*/
  background-color: #f4ece9;
}

.catalogue .h1 {
  background-image: url(../images/banniere_makeorder.jpg);
  /* background-size: 1170px 100%;*/
  background-color: #f4ece9;
}

.MOD .h1,
.MOP .h1,
.choix-mod .h1,
.choix-cip .h1 {
  background-image: url(../images/banniere_makeorder.jpg);
  /*background-size: 1170px 100%;*/
  background-color: #f4ece9;
}

.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  width: 96%;
  max-width: 1170px;
  margin: 0 auto;
}

.container__filter {
  width: 100%;
  max-width: 250px;
  margin-right: 20px;
  margin-top: 80px;
}

.container__left {
  width: 100%;
  /*max-width: 770px;*/
  margin-right: 20px;
}

.container__right {
  width: 100%;
  max-width: 300px;
}

.container__right .btn {
  width: 100%;
  margin-bottom: 0;
}

.information {
  border: solid 1px #14AE28;
  padding: 18px 20px;
  width: 100%;
  box-sizing: border-box;
}

.information__title {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #14AE28;
  padding-bottom: 10px;
}

.information p {
  padding-top: 16px;
}

.num_commande {
  width: 100%;
}

.num_commande input[type='text'],
.num_commande input[type='tel'],
.num_commande input[type='email'],
.num_commande input[type='password'] {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.num_commande p {
  text-align: center;
  font-size: 14px;
  color: #999999;
  padding: 12px 0 24px;
  line-height: 1.2em;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: none;
}

.num_commande p a {
  text-decoration: underline;
}

.num_commande p a:hover {
  text-decoration: none;
}

.code_promo {
  padding: 24px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
}

.code_promo input[type="submit"].code_promo__submit {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  background-color: #E0E0E0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999999;
  transition: all 125ms linear;
}

.code_promo input[type="submit"].code_promo__submit:hover {
  color: #E0E0E0;
  background-color: #999999;
}

.code_promo input[type='text'],
.code_promo input[type='tel'],
.code_promo input[type='email'],
.code_promo input[type='password'] {
  margin: 0;
  width: 100%;
  border-radius: 5px 0 0 5px;
}

.total_panier {
  border-top: solid 2px #14AE28;
  border-bottom: solid 2px #14AE28;
  width: 100%;
  padding: 10px 0;
}

.total_panier__ligne {
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
}

.total_panier__ligne__item {
  text-transform: uppercase;
}

.total_panier__ligne__prix--total {
  color: #14AE28;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.formulaire {
  background-color: #FAFAFA;
  padding: 30px 56px;
  width: 770px;
  max-width: 770px;
  margin: 0 auto 40px;
}

.formulaire textarea {
  height: 150px;
}

.formulaire .btn {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}

.formulaire__para {
  padding-bottom: 15px;
}

.formulaire__para a {
  text-decoration: underline;
}

.formulaire__para a:hover {
  text-decoration: none;
}

.formulaire__obligatoire {
  padding: 5px 0 0;
  font-size: 14px;
}

.formulaire__titre {
  text-transform: uppercase;
  color: #14AE28;
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  padding: 30px 0 10px;
}

.formulaire__titre:first-child {
  margin-top: 0;
  padding: 0 0 20px;
  border-top: 0;
}

.formulaire__infos {
  width: 50%;
  padding-left: 15px;
  display: flex;
  align-items: center;
}

.formulaire__infos .name {
  width: 20%;
  text-align: right;
}

.formulaire__infos .value {
  width: 80%;
}

.num__command {
  margin-left: 15px;
}

.prix__command {
  margin-left: 15px;
}

.date__command {
  margin-left: 15px;
}


.close-reclamation {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
}

.close-reclamation:hover {
  color: #14AE28;
}

.contact .formulaire__inputs__container {
  padding: 5px;
}

.contact .formulaire__inputs__container input[type='text'],
.contact .formulaire__inputs__container input[type='email'],
.contact .formulaire__inputs__container input[type='tel'] {
  height: 50px;
}

.formulaire__inputs {
  position: relative;
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  align-items: center;
}

.formulaire__inputs input[type='text'],
.formulaire__inputs input[type='tel'],
.formulaire__inputs input[type='email'],
.formulaire__inputs input[type='password'] {
  width: 100%;
  height: 35px;
  margin-top: 0px;
  margin-right: 5px;
  padding-left: 20px;
}

.formulaire__inputs input[type='text'].width_100,
.formulaire__inputs input[type='tel'].width_100,
.formulaire__inputs input[type='email'].width_100,
.formulaire__inputs input[type='password'].width_100 {
  width: 100%;
}

.formulaire__checkboxs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
}

.formulaire__certificat {
  border: solid 1px #14AE28;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.formulaire__certificat .formulaire__checkbox__label {
  padding: 0;
}

.formulaire__reclamation {
  background-color: #ffffff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px #E0E0E0;
  margin-bottom: 20px;
}

.formulaire__reclamation i {
  margin-left: 10px;
  color: #999999;
  cursor: pointer;
}

.formulaire__reclamation i:hover {
  color: #14AE28;
}

.formulaire__reclamation input[type='text'],
.formulaire__reclamation input[type='tel'],
.formulaire__reclamation input[type='email'],
.formulaire__reclamation input[type='password'] {
  width: 30%;
  border: none;
  margin: 0;
  padding: 0 20px;
}

.formulaire__add_reclamation {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #E0E0E0;
  margin-bottom: 20px;
  color: #999999;
  height: 55px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
}

.formulaire__add_reclamation:hover {
  border-color: #999999;
}

.formulaire__checkbox__fake {
  display: block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  background-color: #FAFAFA;
  border: solid 3px #FAFAFA;
  box-shadow: 0px 0px 0px 1px #999999;
  margin-right: 14px;
  content: '';
}

.formulaire__checkbox__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  min-width: 250px;
  padding-bottom: 16px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
}

.formulaire__checkbox__label input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.formulaire__checkbox__label input[type='checkbox']:checked~.formulaire__checkbox__fake {
  background-color: #14AE28;
}

.home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  height: 100vh;
  background-image: url(../images/fond-home.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.makeorder__noproduit {
  background-color: #FAFAFA;
  font-size: 20px;
  font-weight: 700;
  color: #999999;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
}

.makeorder__produit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  width: 100%;
  padding: 16px 20px;
  background-color: #FAFAFA;
}

.makeorder__produit__title {
  color: #14AE28;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin-bottom: 0px;
}

.makeorder__produit__libelle {
  width: 36%;
}

.makeorder__produit__libelle p {
  font-size: 14px;
  line-height: 1.2em;
}

.makeorder__produit__libelle p strong {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-bottom: 2px;
}

.makeorder__produit__libelle p span.unavailable {
  color: #999999;
  display: block;
}

.makeorder__produit__boite {
  width: 22%;
}

.makeorder__produit__boite input[type='text'],
.makeorder__produit__boite input[type='number'],
.makeorder__produit__boite input[type='tel'],
.makeorder__produit__boite input[type='email'],
.makeorder__produit__boite input[type='password'] {
  margin: 0;
  width: 50%;
  line-height: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
}

.icon-produit-boite {
  width: 30px;
  height: auto;
  cursor: pointer;
}

.makeorder__produit__boite input[type='text'],
.makeorder__produit__boite input[type='number'] {
  margin: 0;
  width: 20%;
  line-height: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.makeorder__produit__remise {
  width: 12%;
  text-align: center;
}

.makeorder__produit__prix {
  width: 18%;
  text-align: center;
}

.makeorder__produit__delete {
  width: 12%;
  text-align: center;
}

.makeorder__produit__delete i {
  color: #14AE28;
  margin: 20px 0;
  display: inline-block;
}

.makeorder__produit__delete i:hover {
  color: #000000;
}

.icon-add-basket {
  height: auto;
  width: 25px;
  cursor: pointer;
}

a {
  color: #14AE28 !important;
}

.makeorder__tool {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  padding-bottom: 35px;
}

.makeorder__tool .btn {
  margin: 0;
  width: inherit;
  width: 25%;
  max-width: 170px;
}

.makeorder__tool input[type='text'],
.makeorder__tool input[type='tel'],
.makeorder__tool input[type='email'],
.makeorder__tool input[type='password'] {
  margin: 0;
  width: inherit;
}

.makeorder__tool input[type='text']:nth-child(1),
.makeorder__tool input[type='tel']:nth-child(1),
.makeorder__tool input[type='email']:nth-child(1),
.makeorder__tool input[type='password']:nth-child(1) {
  width: 75%;
  max-width: 430px;
}

.makeorder__tool input[type='text']:nth-child(2),
.makeorder__tool input[type='tel']:nth-child(2),
.makeorder__tool input[type='email']:nth-child(2),
.makeorder__tool input[type='password']:nth-child(2) {
  width: 25%;
  max-width: 170px;
}

.historique .information {
  margin-bottom: 40px;
}

.historique .commandes {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-box-orient: vertical;
  border: solid 1px #E0E0E0;
  margin-bottom: 20px;
}

.historique .commandes__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-box-orient: vertical;
  border-bottom: solid 1px #E0E0E0;
}

.historique .commandes__item:last-child {
  border-bottom: none;
}

.historique .commandes__item__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  padding: 24px;
  cursor: pointer;
}

.historique .commandes__item__info i {
  color: #E0E0E0;
  font-size: 10px;
  transform: rotate(180deg);
  margin-left: 30px;
}

.historique .commandes__item__info>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
}

.historique .commandes__item__info:hover {
  background-color: #FAFAFA;
}

.historique .commandes__item__info:hover i {
  color: #14AE28;
}

.historique .commandes__item__titre {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-right: 20px;
}

.historique .commandes__item__prix {
  color: #14AE28;
  font-size: 20px;
  font-weight: 700;
}

.historique .commandes__item__detail {
  display: none;
}

.historique .commandes__item__detail__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  padding: 24px;
  border-bottom: solid 1px #E0E0E0;
  background-color: #FAFAFA;
  /*&:first-child{
            border: none;
          }*/
}

.historique .commandes__item__detail__item>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-box-orient: horizontal;
  width: 50%;
}

.historique .commandes__item__detail__item__produit span {
  display: block;
  color: #999999;
}

.historique .commandes__item__detail__item__prix {
  margin-right: 20px;
}

.historique .commandes__item__detail .total_panier {
  margin: 20px 50px;
  border-top: none;
  width: calc(100% - 100px);
}

.historique .commandes__item__reclamation {
  width: 100%;
}

.historique .commandes__item__reclamation .btn {
  width: 250px;
  margin: 0 50px 20px auto;
}

.historique .commandes__item.active .commandes__item__info i {
  transform: rotate(0);
}

.reclamation .formulaire__inputs .formulaire__inputs__container {
  display: flex;
  align-items: center;
  width: 100%;
}

.reclamation .formulaire__inputs .formulaire__inputs__container input {
  width: 100%;
}

.contact .formulaire__inputs .formulaire__inputs__container {
  width: 100%;
}

.contact .formulaire__inputs .formulaire__inputs__container input {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .reclamation .formulaire__inputs .formulaire__inputs__container {
    width: 49%;
  }

  .reclamation .formulaire__inputs .formulaire__inputs__container input {
    width: 100%;
  }

  .contact .formulaire__inputs .formulaire__inputs__container {
    width: 49%;
  }

  .contact .formulaire__inputs .formulaire__inputs__container input {
    width: 100%;
  }
}

@media (max-height: 700px) {

  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='password'] {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }

  .btn {
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    font-size: 14px;
  }

  .login {
    padding: 8px 46px 14px;
  }

  .login__logo {
    width: 125px;
    height: auto;
  }

  .login__intro {
    padding: 10px 0;
  }

  .h1 {
    font-size: 20px;
    height: 80px;
  }

  .code_promo input[type="submit"].code_promo__submit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {

  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='password'] {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    width: 100%;
  }

  .btn {
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    width: 100%;
    font-size: 14px;
  }

  .login {
    padding: 8px 26px 14px;
    width: 90%;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .login__logo {
    width: 125px;
    height: auto;
  }

  .login__intro {
    padding: 10px 0;
  }

  .h1 {
    font-size: 20px;
    height: 80px;
  }

  .code_promo input[type="submit"].code_promo__submit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .formulaire {
    padding: 20px;
  }

  .formulaire__inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-box-orient: horizontal;
  }

  .formulaire__inputs input[type='text'],
  .formulaire__inputs input[type='tel'],
  .formulaire__inputs input[type='email'],
  .formulaire__inputs input[type='password'] {
    width: 100%;
  }

  .formulaire__certificat {
    padding: 10px;
  }

  .formulaire__reclamation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-box-orient: horizontal;
  }

  .formulaire__reclamation a {
    margin-left: auto;
    margin-right: 20px;
  }

  .formulaire__reclamation input[type='text'],
  .formulaire__reclamation input[type='tel'],
  .formulaire__reclamation input[type='email'],
  .formulaire__reclamation input[type='password'] {
    width: 50%;
  }
}

@media (max-width: 1100px) {
  .header {
    font-size: 14px;
  }

  .container__right {
    max-width: 300px;
  }

  .information {
    padding: 18px;
    font-size: 14px;
  }

  .total_panier {
    font-size: 14px;
  }

  .total_panier__ligne__prix--total {
    font-size: 18px;
  }

  .makeorder__produit {
    padding: 16px 5px;
  }

  .makeorder__container__right {
    max-width: 300px;
  }

  .makeorder__total {
    font-size: 14px;
  }

  .makeorder__total__ligne__prix--total {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .header .icon-burger {
    display: block;
    font-size: 16px;
    margin-right: 16px;
    color: #14AE28;
  }

  .header .icon-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
  }

  .header__logo {
    width: 25vw;
    margin-left: 16px;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: -280px;
    width: 240px;
    z-index: 9999;
    background-color: #ffffff;
    height: 100vh;
    padding: 20px;
    box-shadow: -10px 0px 35px 0px rgba(0, 0, 0, 0.3);
    transition: right 250ms ease-in-out;
  }

  .header__nav.active {
    right: 0;
  }

  .header__nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-box-orient: vertical;
  }

  .header__nav ul li {
    margin: 0 0 10px;
  }

  .header__nav ul li a::after {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .header__nav ul li a.deconnexion {
    top: 0;
  }

  .header__nav ul li a.deconnexion::before {
    display: none;
  }

  .header__nav ul li a.deconnexion::after {
    display: none;
  }

  .header__nav ul li a.deconnexion:hover {
    text-decoration: underline;
  }
}

@media (max-width: 1025px) {
  .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-box-orient: vertical;
  }

  .container__right {
    width: 100%;
    max-width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-box-orient: horizontal;
  }

  .container__right>div {
    width: 48%;
  }

  .container__right>div:nth-child(1) {
    padding-top: 24px;
  }

  .container__left {
    width: 100%;
    max-width: inherit;
  }

  .makeorder__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-box-orient: vertical;
  }

  .makeorder__container__right {
    width: 100%;
    max-width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-box-orient: horizontal;
  }

  .makeorder__container__right>div {
    width: 48%;
  }

  .makeorder__container__right>div:nth-child(1) {
    padding-top: 24px;
  }

  .makeorder__container__left {
    width: 100%;
    max-width: inherit;
  }
}

@media (max-width: 780px) {

  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='password'] {
    padding: 0 8px;
  }

  textarea {
    padding: 12px;
  }

  .container__filter {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .makeorder__produit__prix {
    justify-content: left !important;
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .formulaire__reclamation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-box-orient: horizontal;
  }

  .formulaire__reclamation a {
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .formulaire__reclamation input[type='text'],
  .formulaire__reclamation input[type='tel'],
  .formulaire__reclamation input[type='email'],
  .formulaire__reclamation input[type='password'] {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .makeorder__produit {
    padding: 16px 10px;
    font-size: 12px;
  }

  .makeorder__produit__title {
    font-size: 12px;
  }

  .makeorder__produit__libelle p {
    font-size: 12px;
  }

  .makeorder__produit__libelle p strong {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .makeorder__produit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-box-orient: horizontal;
    padding: 16px 10px;
    font-size: 12px;
  }

  .makeorder__produit__title {
    font-size: 16px;
  }

  .makeorder__produit__libelle {
    width: 50%;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .makeorder__produit__boite {
    width: 50%;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .makeorder__produit__remise {
    width: 50%;
    font-size: 16px;
  }

  .makeorder__produit__prix {
    width: 50%;
    font-size: 16px;
  }

  .makeorder__produit__delete {
    width: 100%;
    border: none;
  }

  .makeorder__produit__delete i {
    font-size: 30px;
    margin: 10px 0 0;
  }
}

@media (max-width: 374px) {
  .makeorder__produit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-box-orient: horizontal;
    padding: 16px 10px;
  }

  .makeorder__produit__libelle {
    width: 100%;
    padding-bottom: 12px;
  }

  .makeorder__produit__boite {
    width: 100%;
    padding-bottom: 12px;
  }

  .makeorder__produit__remise {
    width: 100%;
    padding-bottom: 12px;
  }

  .makeorder__produit__prix {
    width: 100%;
    padding-bottom: 12px;
    text-align: center;
  }

  .makeorder__produit__delete {
    width: 100%;
    border: none;
  }

  .makeorder__produit__delete i {
    font-size: 30px;
    margin: 10px 0 0;
  }
}

@media (max-width: 768px) {
  .historique .commandes__item__info {
    padding: 12px;
  }

  .historique .commandes__item__info>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-box-orient: vertical;
    text-align: right;
    width: 50%;
  }

  .historique .commandes__item__info>div:first-child {
    text-align: left;
  }

  .historique .commandes__item__info i {
    margin: 12px 0 0 auto;
  }

  .historique .commandes__item__titre {
    font-size: 16px;
  }

  .historique .commandes__item__prix {
    font-size: 16px;
  }

  .historique .commandes__item__reclamation {
    width: 100%;
  }

  .historique .commandes__item__reclamation .btn {
    width: calc(100% - 50px);
    margin: 0 25px 20px 25px;
  }

  .historique .commandes__item__detail__item {
    padding: 12px;
  }

  .historique .commandes__item__detail .total_panier {
    margin: 12px 25px;
    width: calc(100% - 50px);
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .container__right {
    width: 100%;
    max-width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-box-orient: vertical;
  }

  .container__right>div {
    width: 100%;
  }

  .container__right>div:nth-child(1) {
    padding-top: 24px;
  }

  .makeorder__tool {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-box-orient: horizontal;
    padding-bottom: 25px;
  }

  .makeorder__tool .btn {
    margin: 16px 0 0;
    width: inherit;
    width: 100%;
    max-width: inherit;
  }

  .makeorder__tool input[type='text'],
  .makeorder__tool input[type='tel'],
  .makeorder__tool input[type='email'],
  .makeorder__tool input[type='password'] {
    margin: 0;
    width: inherit;
  }

  .makeorder__tool input[type='text']:nth-child(1),
  .makeorder__tool input[type='tel']:nth-child(1),
  .makeorder__tool input[type='email']:nth-child(1),
  .makeorder__tool input[type='password']:nth-child(1) {
    width: 100%;
    max-width: inherit;
  }

  .makeorder__tool input[type='text']:nth-child(2),
  .makeorder__tool input[type='tel']:nth-child(2),
  .makeorder__tool input[type='email']:nth-child(2),
  .makeorder__tool input[type='password']:nth-child(2) {
    width: 28%;
    max-width: inherit;
  }

  .makeorder__container__right {
    width: 100%;
    max-width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-box-orient: vertical;
  }

  .makeorder__container__right>div {
    width: 100%;
  }

  .makeorder__container__right>div:nth-child(1) {
    padding-top: 24px;
  }
}

#ftco-footer {
  min-height: 60px;
}

.ligh-grey {
  color: #C4C4C4;
}

.light-grey-bg {
  background-color: #C4C4C4;
}

.icons-footer {
  height: 35px;
  width: auto;
  margin-right: 10px;
  line-height: 0px;
}

.link-footer {
  font-size: 17px;
  color: white !important;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
}

.link-footer:hover {
  font-size: 17px;
  color: white !important;
  text-decoration: underline !important;
}

.line-height-0 {
  line-height: 0px;
}

@media (max-width: 680px) {
  .icons-footer {
    margin-top: 10px;
  }
}

.icon-trash {
  height: 21px;
  width: auto;
  float: right;
  cursor: pointer;
  position: absolute;
  right: -10px;
}

.item-in-command {
  font-weight: 500;
  font-size: 12px;
  padding-top: 0 !important;
  text-align: left;
  text-transform: uppercase;
}

.white-bg {
  background-color: white !important;
}

a:hover {
  text-decoration: none;
}

.container__filter-title {
  color: #717171;
  font-size: 18px;
}

.dropdown {
  overflow: hidden;
  font-weight: 700;
  cursor: pointer;
  background-color: white;
  color: #717171;
}

.dropdown .dropbtn {

  font-size: 16px;
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  position: relative;
}

.dropbtn {
  border-bottom: 2px solid #717171;
  padding-bottom: 10px;
  margin-top: 10px;
}

.dropdown-content {
  display: none;
  background-color: white;
  min-width: 50px;
  z-index: 1;
  padding-top: 10px;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #717171;
}

.dropdown-content input[type="checkbox"] {
  padding: 6px;
  color: #717171;
  border: 2px solid #717171;
  margin-right: 5px;
}

.dropdown-content input[type="checkbox"]:checked {
  padding: 6px;
  border: 2px solid #717171;
  background-color: #717171;
  margin-right: 5px;
}

.dropdown-content label {
  color: #717171;
  font-size: 16px;
}

.show {
  display: block;
}

.icon-expand-filter {
  height: auto;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}

.icon-info {
  height: auto;
  width: 30px;
}

.infos__titre {
  text-transform: uppercase;
  color: #14AE28;
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: block;
}

.infos .container {
  display: block;
}

.mes_infos .container {
  display: block;
}


.mes_infos .container {
  display: block;
}

.icon-phone {
  height: auto;
  width: 25px;
  margin: auto;
}

.row-choix-cip {
  margin-top: 5rem;
  width: 100%;
}

.row-choix-mod {
  margin-top: 5rem;
  width: 100%;
}

.row-choix-mod .btn {
  font-size: 30px;
  width: 400px;
  height: 80px;
}

.inputCIP {
  margin-top: 0 !important;
}

.error {
  border-color: rgb(185, 74, 72) !important;
}

.catalogue .container__filter {
  width: 100%;
  max-width: 250px;
  margin-right: 20px;
  margin-top: 10px;
}

.catalogue .information {
  min-height: 300px;
}

.catalogue .produits {
  display: flex;
}

.catalogue .produit {
  display: block;
  position: relative;
  border-radius: 5px;
  border: 1px solid #14AE28;
  width: 30%;
  min-height: 260px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.catalogue .makeorder__tool {
  padding-bottom: 20px;
}

.image-produit-div {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-produit-catalogue {
  display: block;
  width: 90%;
  margin-top: 5px;
}

.catalogue .icon-add-basket {
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 20px;
  width: auto;
}

.title-produit-catalogue {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  margin: auto;
  display: block;
}

.description-produit-catalogue {
  text-align: center;
  color: #14AE28 !important;
  text-decoration: underline !important;
  cursor: pointer;
  display: block;
  margin: auto;
  font-size: 13px;
  transition: all 0.2s;
}

.description-produit-catalogue:hover {
  color: black !important;
}

.container-title-infos {
  font-weight: 700;
  width: 260px;
}

.container-title-description {
  width: 170px;
  margin-left: 10px;
}

.container-phone-infos {
  width: 40px;
  margin-left: 10px;
}

.container-phone-number-infos {
  width: 110px;
  margin-left: 10px;
}

.container-envelopes-infos {
  width: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.container-description-conditions {
  width: 300px;
  margin-left: 10px;
}

.bottom-title-infos {
  margin-left: -18px;
}

.infos button {
  font-size: 18px;
  width: 200px;
  margin: 10px auto;
  margin-left: 38px;
  margin-bottom: 30px;
}

.mes_infos button {
  font-size: 18px;
  width: 200px;
  margin: 10px auto;
  margin-left: 38px;
  margin-bottom: 30px;
}

.infos__marge__titre {
  margin-left: 60px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.btn-infos {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 0px !important;
}

.MOD .header__logo,
.MOP .header__logo {
  display: block;
  width: 100%;
}

.MOD .container__filter,
.MOP .container__filter {
  margin-right: 0px;
}

.title-MOD10 {
  text-transform: uppercase;
  color: white;
  background-color: #78BCBC;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.MOP .title-MOD10 {
  text-transform: uppercase;
  color: #14AE28;
  background-color: white;
}

.MOD .container,
.MOP .container {
  padding-right: 0px;
}

.d-minimal-price {
  font-weight: 700;
  color: black;
  text-align: center;
  font-size: 12px;
  margin-top: 60px;
}

.minimal-price {
  color: white;
  background-color: #717171;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-top: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.indicator-MOD {
  color: white;
  background-color: #78BCBC;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.MOP .indicator-MOD {
  background-color: #14AE28;
}

.color-MOD {
  color: #78BCBC;
}

.color-MOP {
  color: #14AE28;
}

.achats-details {
  font-size: 14px;
  padding: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin-top: 10px;

}

.achats-prix {
  font-size: 13px;
  padding: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin-top: 5px;
}

.d-palier {
  background: linear-gradient(90deg, #78BCBC 50%, #BCBABA 50%);
}

.MOP .d-palier {
  background: linear-gradient(90deg, #14AE28 50%, #BCBABA 50%);
}

.d-transfer-command {
  text-align: center;
  line-height: 1;
  font-size: 11px;
  margin-top: 80px;
  color: #BCBABA;
}

.d-transfer-command a {
  text-decoration: underline;
}

.d-transfer-command a:hover {
  color: #717171;
}

.transfer-command {
  width: 80%;
  text-transform: none;
  margin: auto;
  margin-top: 10px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all 175ms;
  border: 1px solid #78BCBC;
}

.MOP .transfer-command {
  border: 1px solid #14AE28;
}

.transfer-command:hover {
  color: #78BCBC;
  background-color: white;
}

.MOP .transfer-command:hover {
  color: #14AE28;
}

.MOD .information,
.MOP .information {
  margin-top: 40px;
  border-color: #78BCBC;
  color: #717171;
  font-weight: 700;
  padding: 10px 15px;
  margin-bottom: 0px;
  min-height: 200px;
}

.MOP .information {
  border-color: #14AE28;
}

.MOD .item-in-command,
.MOP .item-in-command {
  font-weight: 700;
  font-size: 13px;
  margin-right: 5px;
}

.MOD .information__title,
.MOP .information__title {
  color: #78BCBC;
}

.MOP .information__title {
  color: #14AE28;
}

.MOD .makeorder__produit__title,
.MOP .makeorder__produit__title {
  text-align: center;
  color: #78BCBC;
  font-size: 13px;
}

.MOP .makeorder__produit__title {
  color: #14AE28;
}

.MOD .makeorder__produit__ACL,
.MOP .makeorder__produit__ACL {
  width: 10%;
}

.MOD .makeorder__produit__pieces,
.MOP .makeorder__produit__pieces {
  width: 10%;
}

.MOD .makeorder__produit__cartons,
.MOP .makeorder__produit__cartons {
  width: 10%;
}

.MOD .makeorder__produit__libelle,
.MOP .makeorder__produit__libelle {
  width: 25%;
}

.MOD .makeorder__produit__boite,
.MOP .makeorder__produit__boite {
  width: 12%;
}

.MOD .makeorder__produit__prix,
.MOP .makeorder__produit__prix {
  width: 12%;
}

.MOD .makeorder__produit__remise,
.MOP .makeorder__produit__remise {
  width: 16%;
}

.MOD .makeorder__produit__delete,
.MOP .makeorder__produit__delete {
  width: 5%;
  padding-right: 5px;
}

.MOD .makeorder__produit,
.MOP .makeorder__produit {
  font-size: 14px;
  line-height: 1.2rem;
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}

.MOD .makeorder__tool,
.MOP .makeorder__tool {
  padding-bottom: 20px;
  justify-content: left;
  margin-top: 20px;
}

.MOD .makeorder__tool .btn,
.MOP .makeorder__tool .btn {
  height: 40px;
  background-color: #78BCBC;
  border-color: #78BCBC;
  line-height: 40px;
  margin-left: 20px;
}

.MOP .makeorder__tool .btn {
  background-color: #14AE28;
  border-color: #14AE28
}

.MOD .makeorder__tool .btn:hover {
  color: #78BCBC;
  background-color: white;
}

.MOP .makeorder__tool .btn:hover {
  color: #14AE28;
  background-color: white;
}

.MOD .makeorder__tool input[type="text"]:nth-child(1),
.makeorder__tool input[type="tel"]:nth-child(1),
.makeorder__tool input[type="email"]:nth-child(1),
.makeorder__tool input[type="password"]:nth-child(1),
.MOP .makeorder__tool input[type="text"]:nth-child(1),
.makeorder__tool input[type="tel"]:nth-child(1),
.makeorder__tool input[type="email"]:nth-child(1),
.makeorder__tool input[type="password"]:nth-child(1) {
  width: 60%;
  max-width: 60%;
  height: 40px;
  font-size: 14px;
}

.MOD .makeorder__produit__boite input[type="text"],
.MOP .makeorder__produit__boite input[type="text"] {
  width: 35%;
}


.MOD .icon-add-basket,
.MOP .icon-add-basket {
  width: 30px;
}

.MOD .container__left,
.MOP .container__left {
  max-width: 100% !important;
}

.MOD .header__logo,
.MOP .header__logo {
  margin-left: 0px !important;
}

.infos-CIP input[type="text"]:nth-child(1),
.makeorder__tool input[type="tel"]:nth-child(1),
.makeorder__tool input[type="email"]:nth-child(1),
.makeorder__tool input[type="password"]:nth-child(1) {
  width: 60%;
  max-width: 60%;
  height: 40px;
  font-size: 14px;
  margin-top: 0px;
  color: #BCBABA;
}

.infos-CIP {
  color: #BCBABA;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.d-md-block {
  display: none !important
}

.mt-MOP {
  margin-top: 80px;
}

.cartons-MOP {
  background-color: #14AE28;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 34px;
  text-transform: uppercase;
}

.number-cartons-MOP {
  background-color: #BCBABA;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 34px;
}

.remise-MOP {
  background-color: #14AE28;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 34px;
}

.number-remise-MOP {
  background-color: #BCBABA;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 34px;
}

@media screen and (max-width: 991px) {
  .d-filter-logo {
    display: none;
  }

  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block !important;
  }

  .title-MOD10 {
    width: 100%;
  }

  .mt-MOP {
    margin-top: 0px;
  }

  .MOD .container,
  .MOP .container {
    margin-right: 0px;
    padding-left: 0px;
  }

  .d-minimal-price {
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }

  .indicator-MOD {
    margin-top: 5px !important;
  }

  .MOD .information,
  .MOP .information {
    margin-top: 5px;
    max-height: 200px;
    overflow: scroll;
  }

  .MOD .makeorder__produit__prix,
  .MOP .makeorder__produit__prix {
    justify-content: center !important;
  }

  .text-center-md {
    text-align: center !important;
  }

  .infos-CIP input[type="text"]:nth-child(1),
  .makeorder__tool input[type="tel"]:nth-child(1),
  .makeorder__tool input[type="email"]:nth-child(1),
  .makeorder__tool input[type="password"]:nth-child(1) {
    width: 100%;
    max-width: 100%;
  }

  .d-transfer-command {
    text-align: center;
    line-height: 1;
    font-size: 11px;
    margin-top: 10px;
    color: #BCBABA;
  }

  .makeorder__tool-MOD {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-bottom: 0px !important;
  }
}

.mes_infos input[type="text"] {
  width: 90%;
  height: 50px;
  padding: 0 8px 0 20px;
  font-size: 13px;
}

.div-input-mes-infos {
  width: 20%;
}

.mes_infos select {
  cursor: pointer;

  width: 90%;
  height: 50px;
  padding: 0 8px 0 20px;
  margin-top: 10px;
  border: solid 1px #E0E0E0;
  color: #999999;
  font-size: 13px;
  border-radius: 5px;

  background-image: url("../images/icons/select_arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 20px;
}

.mes_infos .infos__marge__titre {
  margin-left: 10px;
}

.icon-map_pin {
  position: absolute;
  left: 78%;
  top: 42%;
  height: 25px;
  cursor: pointer;
}

.mes_infos .btn-infos {
  height: 50px;
  line-height: 50px;
  margin-top: 10px !important;
}

.div_actual_adress {
  margin-top: 15px;
  margin-left: 20px;
  padding-top: 20px;
}

.div_actual_adress span {
  text-decoration: underline;
  margin-right: 5px;
  font-weight: bold;
}

.mes_infos .submit {
  position: absolute;
  right: 2%;
}

main {
  padding-bottom: 100px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#barre_footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}

body {
  position: relative;
  min-height: 100%;
}

html {
  height: 100%;
}

.checkbox {
  margin-top: 0px !important;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: 0px !important;
  ;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: none !important;
  outline-offset: -2px;
}

.cross_recherche {
  height: 15px;
  width: 15px;
  position: absolute;
  cursor: pointer;
  left: 10px;
  top: 20px;
}

.indisponible-basket {
  color: #FC2125;
  font-size: 14px;
  font-weight: 700;
  width: auto;
  cursor: default;
}

.unavailable_product_bg {
  /*background-color: #d9e8d3 !important;*/
  background-color:#e6a3a3 !important;
}
.unavailable_product_block {
  /*background-color: #d9e8d3 !important;*/
  border: solid 2px #c23336 !important;
  background-color: #ffeaea !important;
}
.unavailable_product_block_replace {
  border: solid 2px #589b3b !important;
  background-color: #f3ffee !important;
}


.replace_product_block {
  border: solid 2px #589b3b !important;

}

.separator_produit_replace {
  background-color: #589b3b !important;
}

.separator_produit_hors_service {
  background-color: #c23336 !important;
}
.separator_produit{
  color: #fff;
  height: 30px;
  width: 100%;
  padding: 2px 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.force_display {
  display: flex;
}

input[type='text'],
input[type='number'],
input[type='tel'],
input[type='email'],
input[type='password'] {
  color: #444444;
}

.unavailable{
text-decoration: line-through;
}

/* Discontinued products styling - overrides green with red */
/* .discontinued {
  border: solid 2px #c23336 !important;
  background-color: #ffeaea !important;
} */
.discontinued .unavailable{
  text-decoration: none;
  font-weight: bold;
  color: #ff0000 !important;
}
.availableDate{
  font-size: 13px;
  font-style: italic;
}