@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
/*font-family: 'Open Sans', sans-serif;*/
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  list-style: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #FFF;
  color: #404040; }

input[type="submit"], input[type="button"], input[type="text"], input[type="password"], input[type="search"], area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Open Sans', sans-serif; }

a {
  text-decoration: none; }

.both {
  clear: both;
  height: 0px; }

input[type="radio"], input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
  border: solid 1px #d2d2d2;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  -webkit-appearance: none;
  text-align: center; }

input[type=checkbox]:checked::before, input[type="radio"]:checked::before {
  content: "\2714";
  font-size: 12px;
  color: #404040;
  text-align: center;
  line-height: 20px; }

.p10 {
  padding: 10px; }

.invisible {
  display: none;
  line-height: 2em; }

#bandeau_haut {
  width: 100%;
  height: 40px;
  background-color: #f3f3f3; }

#bandeau_bas {
  clear: both;
  width: 100%;
  min-height: 300px;
  background-color: #f3f3f3; }

#zone_principale {
  margin: 0px auto;
  width: 1010px; }

#zone_principale p {
  font-size: 13px;
  color: #404040; }

#zone_principale h7 {
  font-size: 15px;
  color: #c70810; }

#zone_principale a.lien {
  color: #1e1e3c;
  font-weight: 700; }

.menu_haut {
  height: 90px; }

.menu_bas {
  height: 65px; }

.banner {
  margin: 10px 0 10px 0; }

#header hr {
  border: 0;
  margin: 0;
  padding: 0;
  height: 1px;
  background-color: #f3f3f3; }

.header_colonne {
  float: left;
  width: 422px;
  height: 70px;
  margin-top: 5px; }

.header_centre {
  width: 166px;
  text-align: center; }

.header_right {
  text-align: right;
  margin-top: 15px; }

/*---menu gamme */
#menu_gamme {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 37px;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  margin-top: 48px; }

#menu_gamme li a {
  display: block;
  padding: 0;
  text-decoration: none;
  width: 116px;
  color: #666666;
  /*background-color:#36424b;*/
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

#menu_gamme li {
  float: left; }

#menu_gamme li a:hover {
  background-color: #666666;
  color: #FFF;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

#menu_gamme li a.active {
  background-color: #666666;
  color: #FFF;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

/*---------------------------------------------*/
.titreordreticket {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #c70810;
  font-weight: 600; }

.tb_index {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse; }
  .tb_index th {
    min-height: 30px;
    color: #e52215;
    font-size: 16px;
    border-bottom: 2px solid #474747;
    padding-bottom: 10px;
    font-weight: 600; }
  .tb_index tr td {
    min-height: 30px;
    margin: 5px auto;
    border-bottom: 1px solid #e52215;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle; }
    .tb_index tr td:first-of-type {
      font-size: 24px;
      font-weight: bold;
      color: #e52215; }

.formflex {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  text-align: left; }
  .formflex .checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 16px;
    color: #210012;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box; }
    .formflex .checkbox.textmini {
      display: inline-flex;
      align-items: center;
      font-size: 13px;
      color: #757575;
      font-weight: 300;
      min-height: 22px; }
    .formflex .checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .formflex .checkbox input:checked ~ .checkmark {
        background-color: #FFF;
        border: solid 1px #c70810; }
      .formflex .checkbox input:checked ~ .checkmark:after {
        display: block; }
    .formflex .checkbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #FFF;
      border: solid 1px #c70810; }
      .formflex .checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      .formflex .checkbox .checkmark::after {
        left: 6px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid #c70810;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .formflex .checkbox:hover input ~ .checkmark {
      border: solid 1px #c70810; }
  .formflex a {
    color: #c70810; }
    .formflex a.oublie {
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      align-self: flex-end;
      margin-bottom: 20px; }
  .formflex label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 9px; }
  .formflex input[type="text"], .formflex input[type="password"] {
    box-sizing: border-box;
    border: solid 1px #c70810;
    line-height: 38px;
    padding: 0px 10px;
    margin-bottom: 18px;
    width: 100%; }
    .formflex input[type="text"]:placeholder, .formflex input[type="password"]:placeholder {
      color: #c70810; }
  .formflex textarea {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    border: solid 1px #c70810;
    line-height: 38px;
    padding: 0px 10px;
    margin-bottom: 18px;
    width: 100%; }
  .formflex select {
    box-sizing: border-box;
    border: solid 1px #c70810;
    line-height: 38px;
    height: 40px;
    padding: 0px 10px;
    margin-bottom: 18px;
    width: 100%; }
  .formflex button[type="submit"] {
    display: flex;
    height: 44px;
    align-items: center;
    cursor: pointer;
    border: none;
    margin-top: 15px;
    color: #FFF;
    background-color: #c70810;
    font-size: 18px;
    padding: 0px 20px;
    border-radius: 30px;
    align-self: center;
    /*&:after {
        content: url( "../img/fleche-blanche.svg");
        height: 13px;
        width: 18px;
        padding-left: 10px;
    }*/ }
    .formflex button[type="submit"].droite {
      align-self: flex-end; }
  .formflex input[type="submit"] {
    display: flex;
    height: 44px;
    align-items: center;
    cursor: pointer;
    border: none;
    margin-top: 15px;
    color: #FFF;
    background-color: #c70810;
    font-size: 16px;
    padding: 0px 20px;
    border-radius: 30px;
    align-self: center;
    /* &:after {
         content: url( "../img/fleche-blanche.svg");
         height: 13px;
         width: 18px;
         padding-left: 10px;
     }*/ }
    .formflex input[type="submit"].droite {
      align-self: flex-end; }
  .formflex .imulti {
    display: flex;
    flex-direction: column; }
    .formflex .imulti.etoile {
      margin-bottom: 18px; }
      .formflex .imulti.etoile img {
        cursor: pointer;
        margin-right: 10px; }
    .formflex .imulti div {
      flex: 1;
      margin-right: 0px; }
      .formflex .imulti div:last-of-type {
        margin-right: 0px; }
      .formflex .imulti div.flex03 {
        flex: 0.3; }
  .formflex .etoile {
    display: flex;
    flex-direction: row;
    margin-bottom: 18px; }
    .formflex .etoile img {
      cursor: pointer;
      margin-right: 10px; }
    .formflex .etoile div {
      flex: 1;
      margin-right: 0px; }
      .formflex .etoile div:last-of-type {
        margin-right: 0px; }
      .formflex .etoile div.flex03 {
        flex: 0.3; }

/*---menu gamme */
.menu_bas {
  height: 45px; }

#menu_cat {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  width: 800px; }

#menu_cat li a {
  display: block;
  padding: 0;
  text-decoration: none;
  min-width: 115px;
  color: #666666;
  /*background-color:#36424b;*/ }

#menu_cat li {
  float: left; }

#menu_cat li a:hover {
  color: #000; }

#menu_cat li ul li {
  display: block;
  padding: 0;
  margin: 0 10px;
  height: 25px;
  border-bottom: solid 1px #dcdcdc; }

#menu_cat li ul li a {
  display: block;
  padding: 0;
  padding-left: 10px;
  text-decoration: none;
  min-width: 180px;
  color: #404040;
  text-align: left;
  line-height: 30px; }

#menu_cat li ul li:hover {
  background-color: #eeecec; }

/*-----------------------------------*/
/*--------------Drow cat-*/
.dropcat {
  position: relative;
  display: inline-block;
  text-align: center; }

.dropcat-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  left: -100%;
  border: solid 1px #ededed;
  text-align: center;
  color: #666;
  padding: 5px;
  font-size: 14px;
  width: 415px; }

.dropcat-content ul {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-fill: balance;
  column-fill: balance; }

.dropcat-content a.skin {
  margin: 0 auto;
  display: block;
  width: 140px;
  color: #FFF;
  line-height: 30px;
  text-align: center;
  background-color: #c70810;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px; }

.dropcat:hover .dropcat-content {
  display: block; }

/*--------------------------*/
.recherche {
  /*float:right;*/ }

#formRech input[type="search"] {
  border: none;
  background-color: #f3f3f3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  height: 30px;
  margin-top: 8px;
  padding-left: 7px;
  width: 95%; }

#formRech a.bpsearch {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  height: 26px;
  width: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  background-color: #c70810;
  cursor: pointer;
  color: #FFF; }

/*---menu connexion / panier-*/
.dropdown, .dropdown {
  position: relative;
  display: inline-block;
  text-align: center; }

.dropdown a {
  font-size: 12px;
  color: #c70810; }

.dropdown-content {
  display: none;
  position: absolute;
  margin-left: -39px;
  background-color: #f9f9f9;
  width: 150px;
  padding: 12px 10px;
  border: solid 1px #ededed;
  text-align: center; }

.dropdown-content a.skin {
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
  width: 140px;
  color: #FFF;
  line-height: 30px;
  text-align: center;
  background-color: #c70810;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px; }

.dropdown:hover .dropdown-content {
  display: block; }

.panier {
  margin-right: 20px; }

.panier .nbr_achat {
  float: left;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #FFF;
  background-color: #c70810;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.zone_connexion {
  padding: 10px;
  text-align: left; }

#loginForm {
  width: 300px;
  margin: 20px auto; }

#loginForm label {
  display: inline-block;
  width: 110px;
  margin-bottom: 8px;
  font-size: 12px; }

#loginForm h1 {
  font-size: 15px; }

#loginForm h2 {
  font-size: 13px;
  color: #e2007a;
  margin: 15px 0; }

#loginForm h3 {
  font-size: 13px;
  color: #e2007a;
  margin: 0 0 0 20px; }

#loginForm h4, .zone_inscription h4 {
  font-size: 13px;
  color: #c70810;
  margin: 0 0 20px 0; }

#loginForm input[type="text"], #loginForm input[type="password"] {
  width: 180px;
  height: 18px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #999; }

#loginForm input[type="submit"] {
  text-align: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c70810;
  border: none;
  cursor: pointer;
  font-size: 15px;
  margin-left: 200px; }

#livraisonForm select {
  width: 185px; }

.connexion_rate {
  color: red; }

.hrb {
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em 0;
  text-align: left;
  color: #1e1e3c;
  clear: both; }

.hrb::after {
  content: '';
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 .25em;
  border-bottom: 1px solid #1e1e3c; }

.hrbc {
  font-size: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  text-align: left;
  color: #1e1e3c;
  clear: both; }

.hrbc::after, .hrbc::before {
  content: '';
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 2em;
  border-bottom: 1px solid #1e1e3c; }

.hrr {
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em 0;
  text-align: left;
  color: #c70810;
  clear: both; }

.hrr::after {
  content: '';
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 .25em;
  border-bottom: 1px solid #c70810; }

/*-------------------------------------------------------Article--------*/
.article {
  width: 234px;
  height: 310px;
  border: solid 1px #e6e6e6;
  float: left;
  margin-right: 22px;
  margin-bottom: 15px; }

.article .prix {
  float: left;
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #FFF;
  background-repeat: no-repeat;
  height: 40px;
  padding-top: 10px;
  width: 85px;
  margin-left: -6px;
  padding-left: 6px;
  font-weight: 600;
  text-align: center; }

.normal {
  background-image: url(../img/fond_prix.png); }

.barre {
  background-image: url(../img/fond_prixb.png); }

.article .prix .prix_barre {
  float: left;
  font-size: 12px;
  margin-top: -2px;
  color: #000;
  text-decoration: line-through;
  width: 80px; }

.article .photo {
  float: left;
  position: relative;
  z-index: 2;
  margin-top: -48px;
  width: 234px;
  height: 234px;
  line-height: 230px;
  text-align: center; }

.article .photo img {
  vertical-align: middle; }

.article h2 {
  clear: both;
  text-align: center;
  font-weight: 700;
  color: #1e1e3c;
  margin-bottom: 5px; }

.article h3 {
  text-align: center;
  color: #666666;
  font-size: 14px; }

.article .article_info {
  display: none; }

.article .statuth {
  display: none; }

.article .statuts {
  display: block; }

.article .article_info span.stock {
  float: left;
  margin-top: 30px;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.article .article_info a {
  float: right;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 80px;
  color: #FFF;
  line-height: 30px;
  text-align: center;
  background-color: #c70810;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 5px; }

/*-----------------Box bas-------------------*/
.zone_pied {
  clear: both; }

.pied {
  clear: both;
  margin-bottom: 20px;
  padding-left: 10px;
  height: 25px;
  font-size: 12px;
  color: #666; }

.pied a {
  color: #666; }

.numero_page {
  clear: both;
  text-align: center;
  height: 50px;
  padding-top: 25px;
  color: #666; }

.numero_page a {
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #666;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background-color: #dfdfdf; }

.numero_page .bonne_page {
  background-color: #c70810;
  color: #FFF; }

.box_bas {
  font-size: 13px;
  float: left;
  width: 327px;
  height: 300px;
  margin-right: 14px; }

.box_bas a {
  color: #1e1e3c;
  font-weight: 700; }

.box_bas h3 {
  font-size: 14px;
  background-color: #f3f3f3;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px; }

.box_bas h4 {
  font-size: 14px;
  font-weight: 700;
  color: #c70810;
  margin-bottom: 5px; }

.reseaux a {
  margin-right: 10px; }

#newsletter {
  margin-top: 15px; }

#newsletter label {
  display: inline-block;
  width: 60px;
  margin-bottom: 10px; }

#newsletter input[type="text"] {
  width: 95px;
  height: 18px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #999;
  margin-bottom: 10px; }

#newsletter input[type="submit"] {
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c70810;
  border: none;
  cursor: pointer;
  font-size: 12px; }

.hidepc {
  display: none; }

nav:not(.mm-menu) {
  display: none; }

.header,
.content,
.footer {
  text-align: center; }

.header,
.footer {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 50px; }

.header.fixed {
  position: fixed;
  top: 0;
  left: 0; }

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0; }

.header a {
  background: center center no-repeat transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 10px; }

.content {
  padding: 150px 50px 50px 50px; }

/*--------------------------page article------------------------*/
.cadre_article {
  width: 100%; }

.pos_photo_article {
  float: right;
  width: 460px;
  min-height: 460px;
  line-height: 456px;
  margin-left: 15px;
  text-align: center;
  margin-bottom: 20px; }

.pos_photo_article img {
  vertical-align: middle; }

.miniphoto {
  height: 150px;
  line-height: 150px; }

.miniphoto img {
  height: 150px;
  vertical-align: top; }

.bloc_prix {
  text-align: center;
  margin-bottom: 20px; }

.bouton_cadre_article {
  margin-top: 25px;
  text-align: left; }

.bouton_cadre_article_rouge a {
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  background-color: #ec4d45; }

.bouton_cadre_article_rouge {
  margin-top: 25px;
  text-align: center; }

.incrementor2 {
  display: inline-block;
  height: 34px;
  width: 18px;
  margin-left: 5px;
  line-height: 35px;
  vertical-align: bottom;
  vertical-align: middle; }

.incrementor2 a {
  display: block;
  height: 12px;
  width: 13px;
  line-height: 10px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13px;
  background-color: #c70810;
  cursor: pointer; }

#form_ajout {
  min-height: 50px; }

#form_ajout label {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  width: 120px; }

#form_ajout input[type="text"] {
  height: 26px;
  width: 40px;
  font-size: 18px;
  font-weight: 600;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #abadb3;
  text-align: center;
  vertical-align: middle; }

#form_ajout select {
  height: 30px;
  width: 335px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  color: #c70810;
  border: solid 1px #abadb3;
  text-align: left;
  vertical-align: middle;
  background: url(../img/fondselect.png) no-repeat right;
  margin-top: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

#form_ajout input[type="submit"] {
  margin-left: 20px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  background-color: #c70810;
  border: none;
  cursor: pointer;
  vertical-align: middle; }

.txt_stock {
  font-size: 24px;
  color: #1d346a;
  height: 45px;
  line-height: 45px;
  margin-top: 10px; }

.txt_stock span.stockarticle {
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.en_stock {
  background-color: #b0d984; }

.rupture {
  background-color: #dc3d44; }

.multi {
  background-color: #f2973f; }

.cadre_article span.article_prix_barre {
  text-decoration: line-through;
  font-size: 20px;
  color: #313131;
  margin-left: 20px; }

.cadre_article h2 {
  font-size: 36px;
  margin-top: 25px;
  color: #c70810;
  font-weight: 800;
  display: inline-block; }

.cadre_article .description {
  font-size: 13px;
  margin-top: 20px;
  text-align: justify;
  min-height: 280px;
  margin-bottom: 20px; }

.cadre_article .description a {
  color: #c70810; }

.cadre_article .description h3 {
  font-size: 14px;
  width: 52%;
  background-color: #f3f3f3;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 15px; }

.bleu {
  color: #1e1e3c; }

/*--------fin---------------------*/
/*----------------------------Page gammes------------------------------*/
.gen_affiner {
  margin-bottom: 20px;
  font-size: 13px; }

.affiner_cadre2 h1 {
  font-size: 16px;
  color: #c70810; }

/*---------------------------------Panier----------------------------------*/
.tb_panier {
  text-align: center;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  color: #333;
  font-weight: 700; }

.dessus_tb_panier {
  height: 20px;
  border-collapse: collapse;
  background-color: #1e1e3c;
  color: #FFF; }

.panier_image {
  width: 10%; }

.panier_ref {
  width: 10%; }

.panier_prixu {
  width: 10%; }

.panier_qte {
  width: 10%; }

.panier_total {
  width: 70px; }

.panier_eff {
  width: 5%; }

.panier_bp1 {
  float: right;
  margin: 10px 10px; }

.fgauche {
  float: left;
  margin-left: 0; }

.tb_somme_blanc {
  border: 0px;
  height: 25px;
  text-align: right;
  padding-right: 10px; }

.tb_recalculer {
  height: 50px;
  vertical-align: bottom; }

.zonetexte_qte {
  width: 40px;
  height: 20px;
  border: solid 1px #d2d2d2;
  padding-left: 2px; }

.tb_somme {
  height: 25px;
  font-size: 18px;
  color: #FFF;
  background-color: #1e1e3c;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 200px; }

.incrementor {
  height: 22px;
  float: right;
  margin-right: 20px;
  width: 18px; }

.incrementor a {
  display: block;
  height: 9px;
  width: 13px;
  background-color: #ffffff;
  color: #666666;
  text-decoration: none;
  text-align: center;
  line-height: 8px;
  font-weight: bold;
  font-size: 10px;
  border: 1px solid #666666;
  cursor: pointer; }

.cadre_panier > form > label {
  font-size: 12px;
  margin-left: 20px; }

.panneau_panier {
  font-size: 13px; }

.panneau_panier input[type="submit"], .panneau_panier input[type="button"] {
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c70810;
  border: none;
  cursor: pointer;
  font-size: 15px; }

.panneau_panier h1 {
  font-size: 14px;
  background-color: #c70810;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 700; }

.panneau_panier h1 a {
  display: block;
  width: 100%;
  color: #FFF;
  font-weight: 700; }

.panneau_panier h2 {
  font-size: 14px;
  background-color: #eaeaea;
  color: #1e1e3c;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 700; }

.panneau_panier h3 {
  font-size: 14px;
  font-weight: 700;
  color: #c70810; }

.panneau_panier h7 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1e1e3c;
  margin-top: 20px; }

.panneau_panier h2 a {
  color: #1e1e3c;
  font-weight: 700; }

.panneau_panier p {
  font-size: 13px;
  line-height: 2em; }

.panneau_connexion {
  padding: 20px;
  font-size: 12px;
  color: #010101; }

.panneau_connexion a.lien {
  color: #e2007a; }

.panneau_connexion a.skin, .description a.skin, .cadre_article a.skin {
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #a8a8a8;
  border: none;
  cursor: pointer;
  font-size: 12px; }

.envoie_devis {
  clear: both;
  display: none; }

.ligne1, .ligne1_suivi {
  background-color: rgba(240, 241, 236, 0.5);
  border-bottom: solid 1px #dedee2; }

.ligne2, .ligne2_suivi {
  background-color: rgba(240, 241, 236, 0.2);
  border-bottom: solid 1px #dedee2; }

.ligne1_suivi, .ligne2_suivi {
  font-size: 13px;
  font-weight: 600;
  line-height: 30px; }

.ligne1 > img, .ligne2 > img {
  border: solid 1px #999;
  margin-top: 4px;
  font-weight: normal; }

.zone_inscription {
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 10px; }

.zone_inscription h6 {
  font-size: 22px;
  font-weight: 400;
  width: 300px; }

#commandeForm, #connexionForm {
  width: 90%;
  padding: 0 5%; }

#commandeForm span, #commandeForm p, #connexionForm span, #connexionForm p {
  color: #404040;
  font-size: 12px; }

#commandeForm span a, #connexionForm span a {
  text-decoration: none;
  font-weight: bold; }

#commandeForm label, #connexionForm label {
  display: block;
  color: #404040;
  margin-bottom: 5px;
  font-size: 13px; }

#commandeForm input[type="text"], #commandeForm input[type="password"], #commandeForm select, #connexionForm input[type="text"], #connexionForm input[type="password"], #connexionForm select {
  border: solid 1px #d2d2d2;
  width: 98%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 2%; }

#panierForm input[type="text"].texte {
  border: solid 1px #d2d2d2;
  width: 98%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 2%; }

#commandeForm select, #connexionForm select {
  width: 100%; }

#commandeForm textarea, #connexionForm textarea {
  width: 98%;
  height: 80px;
  resize: none;
  border: solid 1px #d2d2d2;
  padding: 10px;
  vertical-align: text-top; }

#commandeForm a, #connexionForm a {
  cursor: pointer;
  text-decoration: underline; }

#commandeForm input[type="submit"], #connexionForm input[type="submit"] {
  text-align: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c70810;
  border: none;
  cursor: pointer;
  font-size: 15px; }

.box_paiement {
  float: left;
  width: 134px;
  text-align: center;
  margin: 20px 20px; }

.box_paiement img:hover {
  cursor: pointer; }

.paiement_virement {
  width: 80%;
  margin: 20px auto;
  height: 100px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  line-height: 34px;
  background-color: #f3f3f3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.communication {
  clear: both;
  margin-top: 5px;
  text-align: center;
  width: auto;
  background-color: #e7f89d;
  padding-bottom: 25px;
  padding-top: 25px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.fail {
  background-color: #fe8a8a; }

.communication a, .communication_fail a {
  color: #000; }

/*------------------------------*/
/*---------------------contact----------------------------*/
#form_contact label, #form_mail label {
  display: inline-block;
  width: 60px;
  line-height: 20px;
  text-align: left;
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 15px;
  font-weight: 400; }

#form_contact input[type="text"], #form_mail input[type="text"] {
  font-family: 'Open Sans', sans-serif;
  width: 400px;
  border: 1px solid #bcbcbc;
  height: 20px;
  margin: 0;
  padding: 0 0 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

#form_contact input[type="submit"], #form_mail input[type="submit"] {
  width: 407px;
  margin: 0;
  padding: 5px 0 5px 0;
  margin-left: 70px;
  cursor: pointer;
  background-color: #c70810;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  color: #FFF; }

#form_contact input[type="submit"]:hover, #form_mail input[type="submit"]:hover {
  background-color: #c70810;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out; }

#form_contact textarea, #form_mail textarea {
  width: 400px;
  border: 1px solid #bcbcbc;
  height: 100px;
  margin: 0;
  padding: 0 0 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px; }

.carte {
  float: right; }

.texteimp {
  color: #c70810;
  font-weight: bold;
  font-size: 15px; }

/*----------------------------------------------------------*/
.fin {
  margin-right: 0px; }

.bord_gauche {
  border-left: solid 1px #eaeaea;
  padding-left: 5px; }

.bord_droit {
  border-right: solid 1px #eaeaea; }

.rouge, #zone_principale p.rouge {
  color: red; }

.vert, #zone_principale p.vert {
  color: #85c442; }

a.skin {
  display: block;
  width: 140px;
  color: #FFF;
  line-height: 30px;
  text-align: center;
  background-color: #c70810;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px; }

a.skin2 {
  display: block;
  width: 100px;
  color: #FFF;
  line-height: 30px;
  text-align: center;
  background-color: #c70810;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  margin: 10px 0; }

a.skin3 {
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c70810;
  border: none;
  cursor: pointer;
  font-size: 14px; }

a.skin4 {
  color: #c70810; }

.article .article_info .bleu {
  background-color: #1e1e3c; }

.article .article_info .bpdisable, #form_ajout input[type="submit"].bpdisable {
  background-color: #aeaebe; }

.box_option {
  width: 336px;
  margin: auto; }

@media screen and (max-width: 900px) {
  .hidemobile {
    display: none;
    width: 0px;
    height: 0px; }

  .hidepc {
    display: block; }

  .header_centre {
    width: 100%;
    text-align: center; }

  #header {
    min-height: inherit; }

  #zone_principale {
    width: 96%;
    padding: 0 2%; }

  .menu_haut, .menu_bas {
    float: none;
    width: auto; }

  .banner img {
    width: 100%;
    height: auto; }

  #bandeau_haut {
    width: 100%;
    height: 40px;
    background-color: #666; }

  .article {
    width: 100%;
    margin-bottom: 15px;
    height: 345px; }

  .article .statuth {
    display: block; }

  .article .statuts {
    display: block; }

  .article .photo {
    width: 100%; }

  .box_bas {
    width: 100%;
    height: 300px; }

  .box_bas h3 {
    font-size: 14px;
    background-color: #f3f3f3;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    margin-bottom: 10px; }

  .recherche {
    float: none; }

  #formRech input[type="search"] {
    width: 90%; }

  #formRech a.bpsearch {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 26px;
    width: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    background-color: #c70810;
    cursor: pointer;
    color: #FFF; }

  .pos_photo_article {
    width: 100%; }

  .pos_photo_article img {
    width: 100%;
    vertical-align: middle; }

  .article h3 {
    height: 36px; }

  .ligne1 > img, .ligne2 > img {
    border: solid 1px #999;
    margin-top: 4px;
    width: 100%; }

  .zone_inscription {
    width: 90%; }

  .bord_droit {
    border: none; }

  #form_ajout label {
    width: 80px; }

  #form_ajout select {
    height: 30px;
    width: 89%; }

  .miniphoto {
    height: auto; }

  .miniphoto img {
    vertical-align: top; } }
