/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs de la charte : footer & divers */
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Encart */
/* Surcharge LESS
------------------------------------------------------------*/
/*- Eléments à changer : -*/
/* couleur du texte */
/*couleur du h1 bienvenue */
/*couleur du texte par défaut*/
/*couleur des liens*/
/*couleur des titres de page*/
/*couleur de l'adresse*/
/*couleur de la bordure l'adresse*/
/*couleur des liens de bas de page*/
/*couleur du bouton menu de bas de page sur telephone*/
/* Couleurs de la charte : sous sous menus*/
/* Couleurs de la charte : encart*/
/* Couleurs de la charte : catalogue*/
/*menu : commun*/
/*couleur du menu*/
/*couleur du fond du menu au survol*/
/*sous menu*/
/*couleur du fond du menu*/
/*sous sous menu*/
/*menu2*/
/* couleur du texte pour tel */
/*sousmenu2*/
/* couleur de la fleche pour depliage des sous rubriques*/
/* Couleurs du bandeau */
/*couleur panier et connexion*/
/*couleur du texte du champ recherche*/
/*couleur du téléphone dans le bandeau */
/*catalogue*/
/*couleur du catalogue*/
/*couleur du catalogue au survol*/
/*couleur de input mycom*/
/*Accueil*/
/* couleur de fond */
/* fond en bas de l'adresse */
/* fond en bas du contenu et avant l'adresse */
/* fond du haut de l'adresse */
/* polices de caractères à changer */
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/* header
----------------------------------------------------------*/
/*menu*/
/* contenu
----------------------------------------------------------*/
/*head*/
/*categories*/
/*contenu*/
/* encarts
----------------------------------------------------------*/
/* footer
----------------------------------------------------------*/
/*mycom*/
/*footer*/
/* Intégration
----------------------------------------------------------*/
/*-accueil-*/
/*Produits accueil*/
/*commun*/
/*produit en vertical*/
/*produit en horizontal*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
button {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  border: 1px solid #666;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
}
button:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #666;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: #fff;
  background-color: transparent;
  border: 1px solid #666;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #666;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.commonImage:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
  border: 1px solid #666;
}
#ariane a {
  color: #fff;
  text-decoration: underline;
}
#ariane a:hover {
  color: #fff;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: #fff;
  text-decoration: underline;
}
.goBack a:hover {
  color: #fff;
  text-decoration: none;
}
.note {
  display: block;
  font-size: 0.9em;
  color: #000;
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px;
  padding: 1px;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox p,
.commonErrorBox ul,
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 8px 20px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox {
  background-color: #d29191;
  background: #d29191;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d29191),color-stop(1,#bb5e5e));
  background: -ms-linear-gradient(bottom,#d29191,#bb5e5e);
  background: -moz-linear-gradient(center bottom,#d29191 0%,#bb5e5e 100%);
  background: -o-linear-gradient(#bb5e5e,#d29191);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb5e5e', endColorstr='#d29191', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #745050;
  text-shadow: 1px 1px 0px #eaadad;
  background-color: #f4baba;
  background: #f4baba;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f4baba),color-stop(1,#db7f7f));
  background: -ms-linear-gradient(bottom,#f4baba,#db7f7f);
  background: -moz-linear-gradient(center bottom,#f4baba 0%,#db7f7f 100%);
  background: -o-linear-gradient(#db7f7f,#f4baba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7f7f', endColorstr='#f4baba', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #f7d0d0;
  -moz-box-shadow: inset 0px 1px 0px #f7d0d0;
  box-shadow: inset 0px 1px 0px #f7d0d0;
}
.commonErrorBox ul {
  padding-left: 2em;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: #c6cdaa;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c6cdaa),color-stop(1,#a8ae8e));
  background: -ms-linear-gradient(bottom,#c6cdaa,#a8ae8e);
  background: -moz-linear-gradient(center bottom,#c6cdaa 0%,#a8ae8e 100%);
  background: -o-linear-gradient(#a8ae8e,#c6cdaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ae8e', endColorstr='#c6cdaa', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background: #e2e8c9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e2e8c9),color-stop(1,#c1c8a7));
  background: -ms-linear-gradient(bottom,#e2e8c9,#c1c8a7);
  background: -moz-linear-gradient(center bottom,#e2e8c9 0%,#c1c8a7 100%);
  background: -o-linear-gradient(#c1c8a7,#e2e8c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8a7', endColorstr='#e2e8c9', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  -moz-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
.two-cols,
.three-cols,
.four-cols {
  *zoom: 1;
}
.two-cols:before,
.two-cols:after,
.three-cols:before,
.three-cols:after,
.four-cols:before,
.four-cols:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-cols:after,
.three-cols:after,
.four-cols:after {
  clear: both;
}
.two-cols .col,
.three-cols .col,
.four-cols .col {
  float: left;
  margin-right: 1%;
}
.two-cols .col {
  width: 48%;
}
.three-cols .col {
  width: 32%;
}
.four-cols .col {
  width: 24%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d8cfab;
}
body,
textarea,
input {
  color: #000;
}
a {
  color: #fff;
}
#rubric_title {
  color: #96e4d7;
}
#global_footer h4,
#coordinates {
  color: #000;
}
footer h4 {
  color: #4cc6b2;
}
.block_various_links li a,
#block_contact_infos {
  color: #000;
}
#toggle-nav {
  /*couleur du fond du bouton menu de bas de page sur telephone*/
  background-color: #fff;
  color: #000;
}
#menus,
#menu_top {
  font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #menus,
  #menu_top {
    font-size: 12px;
  }
}
#menus ul a,
#menu_top ul a {
  color: #3f3f3f;
}
#menus ul a:hover,
#menu_top ul a:hover {
  /*couleur du menu au survol*/
  color: #4cc6b2;
  background-color: #f7f7f7;
}
#menus li li a {
  background-color: #fff;
}
#menus li li a:hover {
  background-color: #fff;
}
#menus li li li a {
  background-color: #e9e9e9;
}
#menus li li li a:hover {
  background-color: #e9e9e9;
}
@media (max-width: 767px) {
  /* couleur du picto pour les tels*/
  #header a:after {
    color: #000;
  }
  .mm-ismenu {
    /* fond du panneau dépliant tel */
    background: #fff;
    color: #3f3f3f;
  }
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #22bef3;
}
#panier a,
#connexion a {
  color: #d8cfab;
}
#rechercher input {
  /*fond du champ recherche*/
  background: #fff;
  /*bordure du champ recherche*/
  border: 1px solid #666;
  color: #333;
}
#tel_head {
  color: #333;
}
#catalogue {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #catalogue {
    font-size: 12px;
  }
}
#catalogue ul a {
  color: #333;
}
#catalogue ul a:hover {
  color: #fff;
  background: #65d9c5;
}
.catalogueRubriques li {
  border-bottom: 1px #ccc solid;
}
#mycom_block input {
  background: #f7f7f7;
}
#mycom_block button {
  /*couleur du bouton mycom*/
  background: transparent;
  border: 1px solid #666;
  color: #fff;
}
.encart h4 {
  color: #96e4d7;
}
.encartContenu {
  color: #000;
}
.bouton_black {
  background: transparent;
  border: solid 1px #666;
}
.bouton_black a {
  color: #fff;
}
.bouton_color {
  background: transparent;
  border: solid 1px #666;
}
.bouton_color a {
  color: #fff;
}
.bouton_disponible {
  background: transparent;
}
.bouton_disponible a {
  color: #fff;
}
.produits h5 a {
  color: #d8cfab;
}
.bouton_prix {
  color: #000;
}
body {
  background-color: #fdfdfd;
}
#global_main {
  background-color: #fff;
}
#global_footer {
  background: #d1d0d0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  position: static !important;
}
@font-face {
  font-family: "iconfnt";
  font-style: normal;
  font-weight: 400;
  src: url("/oktCommon/fonts/iconfnt/iconfnt.eot?#iefix") format("embedded-opentype"), url("/oktCommon/fonts/iconfnt/iconfnt.woff") format("woff"), url("/oktCommon/fonts/iconfnt/iconfnt.ttf") format("truetype"), url("/oktCommon/fonts/iconfnt/iconfnt.svg#scottkellum-icoregular") format("svg");
}
.mm-menu,
.nav,
.cbp-hsmenu,
.cbp-hssubmenu {
  font-family: "iconfnt";
}
.toggleMenu,
.mm-menu li,
.nav li,
.cbp-hsmenu > li,
.cbp-hssubmenu li,
#rubric_title,
#coordinates,
#question_head,
#rechercher span,
#global_footer h4,
#mycom_block button,
#produit_vertical .boutons,
header {
  font-family: 'Raleway', sans-serif;
}
.encart h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300 !important;
}
h1 {
  font-weight: 700;
  font-size: 1.1em;
}
h2 {
  font-weight: 700;
  font-size: 1.3em;
}
h3 {
  font-weight: 700;
  font-size: 1.17em;
}
h4 {
  font-weight: 700;
  font-size: 1em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .67em;
}
p,
ul,
ol,
li {
  font-size: 1em;
}
a {
  text-decoration: underline;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
textarea {
  padding: 3px;
}
input {
  padding: 3px;
}
.aligntop {
  vertical-align: top;
}
.alignbottom {
  vertical-align: bottom;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.textshadow {
  text-shadow: 1px;
}
.paddTop10 {
  padding-top: 10px;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.container {
  margin: 0 auto;
}
header {
  background: transparent url('/oktThemes/rv07/images/fond-menu.jpg') bottom repeat-x;
  text-transform: uppercase;
  font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  header {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  #menus {
    min-height: 63px;
  }
  #menus ul {
    text-align: left;
  }
  #menus a {
    padding: 22px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #menus a {
    padding: 22px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menus a {
    padding: 22px 5px;
  }
}
@media (min-width: 992px) {
  header .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
.picto {
  float: left;
  margin-right: 5px;
}
#main {
  background: transparent url('/oktThemes/rv07/images/principale.jpg') no-repeat center top;
}
#content_bg_image {
  min-height: 200px;
}
#rechercher,
#tel_head {
  padding-top: 50px;
}
#rechercher span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 15px;
  display: block;
}
#rechercher input {
  float: left;
  width: 80%;
  padding: 8px 2%;
}
#rechercher button {
  float: left;
  width: 20%;
  background: transparent url('/oktThemes/rv07/images/picto_recherche.png') top no-repeat;
  height: 37px;
  border: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #rechercher button {
    height: 40px;
  }
}
#tel_head p {
  margin: 0;
}
#tel_head #question_head {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 15px;
}
#tel_head .row .col-xs-8 {
  padding-top: 10px;
  padding-left: 0;
}
#catalogue {
  background: transparent url('/oktThemes/rv07/images/fond-categorie.jpg') repeat top;
}
@media (min-width: 768px) {
  #catalogue ul {
    text-transform: uppercase;
  }
}
#columns {
  position: relative;
}
#left_column {
  padding-top: 30px;
}
#content {
  padding: 30px 0 10px;
}
#rubric_title {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  #rubric_title {
    display: none;
  }
}
.encart {
  margin-bottom: 20px;
}
.encart h4 {
  margin: 0;
  padding: 0;
  height: 69px;
  line-height: 40px;
  text-transform: uppercase;
  background: transparent url('/oktThemes/rv07/images/encart_haut.png') top repeat-x;
  font-size: 32px;
}
.encartContenu {
  padding: 10px 0;
  background: transparent url('/oktThemes/rv07/images/encart_bg.png') top repeat-y;
}
@media (max-width: 767px) {
  .encartContenu {
    display: none;
  }
  .encart h4 {
    position: relative;
    cursor: pointer;
  }
  .encart h4:after {
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
    content: "\f067";
    position: absolute;
    right: 10px;
    top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .encart h4 {
    font-size: 28px;
    line-height: 30px;
  }
}
.catalogueRubriques {
  padding: 0;
  margin: 0;
}
.catalogueRubriques li {
  list-style: none outside;
  padding: 5px 0;
}
#logo_paiement {
  margin: 0;
  padding: 0;
}
#logo_paiement li {
  display: inline;
}
#global_footer {
  min-height: 30px;
}
#global_footer h4 {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #global_footer h4 {
    margin: 0;
    padding: 10px 0;
  }
}
#mycom_block p.text,
p.submit {
  margin-top: 0;
}
@media (min-width: 992px) {
  #mycom_block p.text,
  p.submit {
    padding: 17px 0;
    margin: 0;
  }
}
#mycom_block input {
  border: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mycom_block button {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: uppercase;
  font-size: 15px;
}
footer {
  padding-top: 20px;
  position: relative;
  z-index: 700;
}
#menu_bottom {
  position: relative;
}
#menu_bottom h4 {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 13px 0;
}
#menu_bottom ul {
  padding: 0;
  margin: 0;
}
#menu_bottom ul li {
  padding: 0;
  overflow: hidden;
  line-height: 20px;
}
@media (max-width: 767px) {
  #menu_bottom ul li {
    padding: 0;
    overflow: hidden;
    line-height: 30px;
  }
  #menu_bottom h4 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 13px;
    padding-top: 5px;
  }
  #menu_bottom h4:after {
    font-family: FontAwesome;
    font-size: 18px;
    display: block;
    content: "\f055";
    position: absolute;
    right: 0;
    top: 1px;
  }
  #menu_bottom h4.active:after {
    font-family: FontAwesome;
    content: "\f056";
  }
}
#marque {
  text-align: center;
}
#marque img {
  max-width: 100%;
}
#powered {
  padding-top: 8px;
}
#site img {
  vertical-align: top;
}
#site {
  text-align: center;
  padding: 5em 0;
}
.texte_gauche {
  padding-left: 20px;
}
.texte_droite {
  padding-right: 20px;
}
.texte {
  padding: 0 20px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.boutons p {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 0;
}
.produits {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .imageProduit {
    background: #000;
  }
}
.imageProduit {
  text-align: center;
}
.produits h5 {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-weight: normal;
}
.bouton_disponible,
.bouton_prix,
.bouton_panier,
.bouton_detail {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 0;
}
.bouton_prix {
  font-size: 30px;
  margin: 0;
}
@media (min-width: 1200px) {
  .bouton_panier,
  .bouton_detail {
    display: none;
  }
  .produits:hover {
    -webkit-box-shadow: 0px 0px 24px #cfcfcf;
    -moz-box-shadow: 0px 0px 24px #cfcfcf;
    box-shadow: 0px 0px 24px #cfcfcf;
  }
  .produits:hover .imageProduit img {
    opacity: 0.5;
  }
}
@media (min-width: 1200px) {
  #produit_vertical .produits {
    min-height: 432px;
  }
  #produit_vertical .produits:hover .bouton_panier,
  #produit_vertical .produits:hover .bouton_detail {
    display: block;
    position: absolute;
    left: 5%;
    width: 90%;
  }
  #produit_vertical .produits:hover .bouton_prix {
    position: absolute;
    font-size: 45px;
    text-transform: uppercase;
    width: 90%;
    left: 5%;
    color: #fff;
  }
  #produit_vertical .produits:hover h5 {
    padding: 30px 0 10px;
  }
  #produit_vertical .produits:hover .bouton_panier {
    top: 170px;
  }
  #produit_vertical .produits:hover .bouton_detail {
    top: 220px;
  }
  #produit_vertical .produits:hover .bouton_prix {
    top: 120px;
  }
}
@media (min-width: 384px) and (max-width: 767px) {
  #produit_vertical .col-sm-4 {
    width: 50%;
    float: left;
  }
}
#produit_horizontal .bouton_disponible {
  margin: 0;
}
#produit_horizontal .bouton_disponible {
  width: 100%;
}
@media (min-width: 768px) {
  #produit_horizontal .produits .contentProduct {
    padding-left: 0;
  }
  #produit_horizontal .produits .col-sm-6:first-child {
    padding-right: 0;
  }
  #produit_horizontal .bouton_disponible {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  /*hover*/
  #produit_horizontal .col-md-6 .bouton_prix {
    padding-top: 50px;
  }
  #produit_horizontal .col-md-6 .contentProduct {
    min-height: 311px;
  }
  #produit_horizontal h5 {
    padding: 40px 0;
    margin: 0;
  }
  #produit_horizontal .produits:hover .bouton_disponible {
    top: 35%;
    bottom: inherit;
  }
  #produit_horizontal .produits:hover .bouton_panier,
  #produit_horizontal .produits:hover .bouton_detail {
    display: block;
    position: absolute;
    left: 5%;
    width: 85%;
  }
  #produit_horizontal .produits:hover .bouton_prix {
    position: absolute;
    font-size: 45px;
    text-transform: uppercase;
    width: 85%;
    left: -90%;
    color: #fff;
    top: 160%;
  }
  #produit_horizontal .produits:hover .bouton_panier {
    top: 120%;
  }
  #produit_horizontal .produits:hover .bouton_detail {
    top: 170%;
  }
  #produit_horizontal .col-md-6 .produits:hover .bouton_panier {
    top: 170px;
  }
  #produit_horizontal .col-md-6 .produits:hover .bouton_detail {
    top: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #produit_horizontal h5 {
    padding: 27px 0 28px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #produit_horizontal h5 {
    padding: 68px 0;
    margin: 0;
  }
  #produit_horizontal .col-lg-6 h5 {
    padding: 35px 0;
    margin: 0;
  }
}
@media (min-width: 384px) and (max-width: 767px) {
  #produit_horizontal .col-md-6 {
    width: 50%;
    float: left;
  }
  #produit_horizontal .col-lg-6 {
    width: 50%;
    float: left;
  }
}
