/******************************************************************
NAV
******************************************************************/
.nav_commande {
  margin-top: 10px;
}
.nav_commande h1 {
  float: left;
  display: block;
  padding: 0;
  margin-right: 0.2em !important;
}
.nav_commande h1.fas {
  font-size: 1em !important;
  line-height: 1.5em;
}
.nav_commande .no_nav {
  color: #999;
}
/******************************************************************
SELECTION
******************************************************************/
#selection_moment {
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 1em 0 1em 0;
  position: absolute;
  bottom: 0;
  z-index: 800;
  border-radius: 3em;
}
.selection_moment {
  display: inline-block;
  margin: 0 1em;
  min-width: 3em;
  text-align: center;
  border-radius: 3em;
  padding: 0.2em 0.5em;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  background-color: #FFD700;
}
.selection_moment:hover {
  color: #000;
  background-color: #fff;
}
.artiste_moment {}
.label_moment {}
.indis_moment {}
.best_moment {}
.best_article {}
/******************************************************************
SHORTCUT ACCUEIL
******************************************************************/
#short_cut img {
  width: 15.65%;
  margin: 0 1% 0 0;
}
#short_cut img:hover {
  opacity: 0.8;
}
/******************************************************************
BEST SELLERS
******************************************************************/
.best_seller_select {
  display: inline-block;
  margin: 0;
  color: #fff;
  min-width: 3em;
  text-align: center;
  border-radius: 3em;
  padding: 0.1em 0.5em;
  background-color: #060;
}
.best_seller {
  display: inline-block;
  margin: 0;
  color: #FFF;
  min-width: 3em;
  text-align: center;
  border-radius: 3em;
  padding: 0.1em 0.5em;
  background-color: #999;
}
.best_seller:hover, .best_seller_select:hover {
  color: #000;
  background-color: #FFF;
  cursor: pointer;
}
/******************************************************************
SHOP
******************************************************************/
#contenu_shop {
  padding: 2em 0 0 0 !important;
}
div.affiche_shop {
  margin-bottom: 1em;
}
.load_more {
  float: right;
  margin-right: 1%;
}
.loupe_shop {
  float: right;
  padding: 0.6em;
  font-size: 1em !important;
  display: block !important;
}
.loupe_shop:hover {
  cursor: pointer;
  color: #999;
}
.round {
  display: inline-block;
  /*border-radius: 1em;*/
  background-color: #000;
  color: #fff;
  min-width: 1.6em;
  margin-right: 0.2em;
  padding: 0.2em;
  z-index: 100;
  text-align: center !important;
}
.carre {
  display: inline-block;
  background-color: #FF6600;
  color: #fff;
  min-width: 1.5em;
  padding: 0.1em;
  z-index: 100;
  top: 0 !important;
  margin: 0 !important;
  text-align: center !important;
}
#search_shop {
  width: 12em;
  float: right;
}
.ui-autocomplete {
  /*max-height: 400px;
*/ overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  font-size: 1em;
  padding: 0.2em;
}
div.affiche_shop .thumbnails {
  margin: 1% 1.2% 0 0;
  display: inline-block;
  width: 19%;
  text-align: center;
}
div.affiche_shop h5, div.btn_voir, div.btn_no_voir, div.btn_item_action {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 0.3em 0;
  color: #FCFCFC;
}
div.btn_voir {
  display: inline-block;
  width: 50%;
  padding: 0.2em;
  text-align: center;
  border-radius: 1em;
  background-color: #333;
  cursor: pointer;
}
div.btn_voir:hover {
  background-color: #fff;
  color: #000;
}
div.btn_no_voir {
  display: inline-block;
  width: 50%;
  padding: 0.2em;
  text-align: center;
  color: #999;
  border-radius: 1em;
  background-color: #333;
}
div.btn_item_action {
  display: inline-block;
  width: 100%;
  padding: 0.2em;
  text-align: center;
  border-radius: 1em;
}
/*div.btn_item_action:hover
{
background-color: #fff;
color:#000;
}*/
.image_affiche_shop {
  background-size: cover;
  margin: 1% 1% 0 0;
  display: inline-block;
}
div.affiche_shop .texte_detail {
  display: none;
}
div.affiche_shop .taille {
  /*display: none;
*/
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding: 0.4em;
  text-align: left;
  font-size: 0.9em;
}
div.affiche_shop .overlay {
  background: rgba(38, 38, 38, .9);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity .4s;
  display: block;
}
div.affiche_shop .overlay:hover {
  opacity: 1;
  transition: opacity .4s;
}
.image_affiche_shop img {
  display: none;
}
div.affiche_shop .image_affiche_shop:nth-child(4n+4) {
  margin: 1% 0 0 0;
}
.img_shop_link {
  display: none;
}
.detail_shop {
  width: 100%;
  /*padding: 0 0 0 4em !important;
*/
}
.img_presta li {
  display: inline-block;
  padding: 0;
  float: left;
  width: 22%;
  margin: 0 1% 1% 0;
}
.view a.info_exp_2 {
  display: inline-block;
  text-decoration: none;
  padding: 1em;
  background: #000;
  text-transform: uppercase;
  font-size: 0.8em !important;
  color: #fff !important;
  margin: 35% 0 0 0;
}
.article {
  float: right;
  width: 54%;
  /*padding: 10px 0 20px 0;
*/ overflow: hidden;
  margin-bottom: 30px;
}
/*.img_presta
{
width:18%;
margin: 0 1% 1% 0;

}*/
.detail_shop li {
  display: inline-table;
  width: 100%;
  margin-bottom: 0.2em;
  border-spacing: 0.2em;
}
.detail_shop li span:nth-child(1n) {
  width: 30%;
}
.detail_shop li span:nth-child(2n) {
  width: 10%;
}
.detail_shop li span:nth-child(3n) {
  width: 10%;
}
.detail_shop li span:nth-child(4n) {
  width: 30%;
}
.detail_shop span {
  display: table-cell;
}
#add {
  position: absolute;
  display: none;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 36px;
  background-color: #FFF;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  z-index: 100000;
  margin-top: -18px;
  margin-left: 10px;
}
#caddie_windows {
  background-color: #FFF;
  padding: 1em;
  min-height: 100%;
  width: 100%;
}
.load_shop {
  width: 100%;
}
#menu_shop {
  width: 190px;
}
#menu_shop div {
  display: block;
  width: 190px;
  margin-bottom: 10px;
}
#menu_shop h1 {
  margin: 0 0 5px 0;
  padding: 0 0 0 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #999;
  background-image: url(../img/back_h1_menu_shop.png);
  background-position: left center;
  background-repeat: no-repeat;
}
h1.all_article {
  color: #900 !important;
  background-image: url(../img/back_h1_all_shop.png) !important;
  margin-bottom: 10px !important;
  display: none;
}
h1.all_article:hover {
  color: #999 !important;
  background-image: url(../img/back_h1_menu_shop.png) !important;
}
.label_menu_shop {
  background-color: #CCC;
  color: #999;
  width: 92.5px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.label_menu_shop:hover {
  background-color: #333;
  color: #FFF;
}
.label_menu_shop_selected {
  background-color: #900;
  color: #FFF;
  width: 92.5px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  margin: 0 5px 5px 0;
}
#color span.label_menu_shop {
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  margin: 0 5.6px 5px 0;
  cursor: pointer;
}
#color span.label_menu_shop:hover {
  border: 2px#333 solid;
}
#color span.label_menu_shop_selected {
  width: 27px !important;
  height: 27px !important;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  margin: 0 5.6px 5px 0;
  border: 2px#333 solid;
}
#cat span:first-child + span, #cat span:first-child + span + span + span + span + span, #cat span:first-child + span + span + span, #type span:first-child + span, #type span:first-child + span + span + span, #type span:first-child + span + span + span + span + span, #type span:first-child + span + span + span + span + span + span + span, #type span:first-child + span + span + span + span + span + span + span + span + span, #type span:first-child + span + span + span + span + span + span + span + span + span + span + span, #style span:first-child + span, #style span:first-child + span + span + span, #style span:first-child + span + span + span + span + span, #taille span:first-child + span, #taille span:first-child + span + span + span, #taille span:first-child + span + span + span + span + span, #taille span:first-child + span + span + span + span + span + span + span, #taille span:first-child + span + span + span + span + span + span + span + span + span, #special span:first-child + span, #special span:first-child + span + span + span {
  margin: 0 0 5px 0 !important; /* IE 8*/ ;
}
#cat span:nth-child(2n) {
  margin: 0 0 5px 0;
}
#type span:nth-child(2n) {
  margin: 0 0 5px 0;
}
#style span:nth-child(2n) {
  margin: 0 0 5px 0;
}
#color span:first-child + span + span + span + span + span, #color span:first-child + span + span + span + span + span + span + span + span + span + span + span {
  margin: 0 0 5px 0;
}
#color span:nth-child(6n) {
  margin: 0 0 5px 0;
}
#taille span:nth-child(2n) {
  margin: 0 0 5px 0;
}
#special span:nth-child(2n) {
  margin: 0 0 5px 0;
}
.shop_article {
  display: inline-block;
  width: 250px;
  height: 250px;
  border: solid;
  border-color: #CCC;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  border-width: 1px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.shop_article:hover {
  border-width: 2px;
}
.load_shopdiv.shop_article:first-child + div + div, .load_shopdiv.shop_article:first-child + div + div + div + div + div, .load_shopdiv.shop_article:first-child + div + div + div + div + div + div + div + div, .load_shopdiv.shop_article:first-child + div + div + div + div + div + div + div + div + div + div + div, .load_shopdiv.shop_article:first-child + div + div + div + div + div + div + div + div + div + div + div + div + div + div, .load_shopdiv.shop_article:first-child + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div, .load_shopdiv.shop_article:first-child + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {
  margin: 0 0 5px 0;
}
.load_shopdiv.shop_article:nth-child(3n) {
  margin: 0 0 5px 0;
}
.color_box {
  display: block;
  position: absolute;
  z-index: 2;
}
.title_article_shop, .artiste_article_shop {
  font-size: 1em;
  text-transform: uppercase;
}
.shop_px {
  font-size: 1em;
}
.shop_px_gros {}
.shop_px_promo {
  display: inline-block;
  color: #818181;
  text-decoration: line-through;
  margin: 0 0 0 0.3em;
}
.shop_px_new_price, .shop_px {
  display: inline-block;
  margin-right: 1em;
}
.shop_promo {}
.shop_eco {}
.z {
  height: 50px;
  width: 50px;
  margin: 198px 0 0 198px;
  background-image: url(../img/shop_zoom.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.shop_zoom {
  height: 50px;
  width: 50px;
  right: 0;
  top: 0;
  background-image: url(../img/shop_zoom.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.shop_zoom:hover {
  background-position: bottom;
  cursor: pointer;
}
.pagination {
  line-height: 2em;
  text-align: right;
}
.pagination a, .pagination span {
  padding: 0.2em 0.5em;
}
.pagination a {
  border: 1px solid#666;
  color: #666;
  text-decoration: none;
}
.pagination a:hover {
  border: 1px solid#666;
  color: #666;
}
.pagination .prevnext {
  font-weight: bold;
}
.pagination span.disabled {
  border: 1px solid#CCC;
  color: #CCC;
}
.pagination span.current {
  border: 1px solid#666;
  background-color: #666;
  color: #CCC;
  font-weight: bold;
}
/*====================*/
/*=== Détails ===*/
/*====================*/
.link_caddie_windows {
  display: none;
}
.navigation_detail {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 0;
  width: 100%;
  /*font-style: italic;
*/ color: #666;
  text-transform: uppercase;
}
.navigation_shop {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 0;
  width: 60%;
  /*font-style: italic;
*/ color: #666;
  text-transform: uppercase;
}
.navigation_shop i {
  cursor: pointer;
}
.navigation_detail .fa-chevron-right {
  cursor: default !important;
}
#detail {
  width: 550px;
  margin-left: 410px;
}
#detail_main {
  width: 402px;
  margin-bottom: 20px;
}
.tracklist {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
}
.tracklist li {
  padding: 4px 0 4px 0;
}
.tracklist span {
  margin-left: 5px;
}
.txt_clic_ajout_taille {
  margin: 0.5em 0 0 0;
  font-size: 0.8em;
  color: #666;
  text-transform: uppercase;
}
.zoom-desc a {
  margin: 0 4px 4px 0;
}
/*.zoom-desc a:nth-child(4n)
{
margin:0 0 4px 0;
}
*/
.quick_shop {
  background-color: #CCC !important;
  background-image: none !important;
  padding: 10px !important;
  text-align: left;
  width: 800px;
  margin: auto;
}
#quick_shop {
  margin-left: 410px;
}
.entete {
  background-image: url(../img/background_details.png);
  background-repeat: no-repeat;
  padding-bottom: 10px;
}
#detail h2, #quick_shop h2 {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  padding: 0 0 0 5px;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#detail h3, #quick_shop h3 {
  color: #000;
  padding: 0 0 0 5px;
  display: block;
  margin: 5px 0 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.detail h5, .quick_shop h5, .detail_main h5, .article h5 {
  font-size: 1em !important;
  font-weight: 300;
  line-height: 1em;
  display: block;
  text-transform: uppercase;
  margin: 0.8em 0 0.5em 0;
  height: 1em;
  overflow: hidden;
}
.detail h6, .quick_shop h6, .detail_main h6, .article h6, .add_to_cart, .article .quickly_available, .article .prevente, .last_copy_detail, .article .price_promo, .article .promo, .article .shop_px_new_price, .article .price, .lang_article_indisponible, .lang_alerte_dispo, .prevente_detail {
  font-size: 1.2em !important;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0.5em 0.5em 0.2em 0;
  display: inline-block;
  border-radius: 1.2em;
}
span.shop_px_new_price, span.shop_px {
  margin: 0;
  color: #FFF;
  min-width: 3em;
  text-align: center;
  border-radius: 3em;
  padding: 0.2em;
}
span.shop_px_new_price {
  background-color: #2C008F;
}
span.shop_px {
  display: inline-block;
  background-color: #000;
}
span.px_article_indisponible {
  display: inline-block;
  margin: 0;
  color: #FFF;
  min-width: 3em;
  text-align: center;
  border-radius: 3em;
  padding: 0.2em;
  background-color: #900;
}
span.price {
  display: inline-block;
  margin: 0;
  background-color: #000;
  color: #FFF;
  min-width: 3em;
  text-align: center;
  padding: 0.2em;
}
span.shop_px_stock {
  display: inline-block;
  margin: 0;
  color: #FFF;
  min-width: 3em;
  text-align: center;
  border-radius: 4em;
  padding: 0.2em;
  background-color: #FF6600;
}
span.shop_px_prevente {
  display: inline-block;
  margin: 0;
  color: #FFF;
  min-width: 3em;
  text-align: center;
  border-radius: 4em;
  padding: 0.2em;
  background-color: #00A4B3;
}
span[name="add_to_cart_playlist"], span[name="choose_taille"] {
  cursor: pointer;
}
.price_promo {
  text-decoration: line-through;
  color: #818181;
  display: inline-block;
}
.promo {
  text-align: center;
  background-color: #000;
  color: #FFF;
  padding: 0.2em;
  display: inline-block;
}
.selection {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5em 4.5em 0;
  border-color: transparent #FFC700 transparent;
  float: right;
  margin-top: 0;
}
.collector {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5em 4.5em 0;
  border-color: transparent #660066 transparent;
  float: right;
  margin-top: 0;
}
.selection_detail {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6em 6em 0;
  border-color: transparent #FFC700 transparent;
  float: right;
  margin-top: 0;
  position: absolute;
  z-index: 1000;
  right: 0;
}
.collector_detail {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6em 6em 0;
  border-color: transparent #660066 transparent;
  float: right;
  margin-top: 0;
  position: absolute;
  z-index: 1000;
  right: 0;
}
.selection img, .collector img {
  width: 2em;
  display: inline-block;
  margin: 0.3em 0 0 2.1em;
}
.selection_detail img, .collector_detail img {
  width: 3em;
  display: inline-block;
  margin: 0.3em 0 0 2.8em;
}
div.article .toggle_chevron {
  float: left;
  margin: 0.8em 0.5em 0.5em 0;
  cursor: pointer;
}
div.navigation_detail i {
  cursor: pointer;
}
#contact-left .toggle_chevron {
  float: left;
  margin: 0.1em 0.3em 0 0;
  cursor: pointer;
}
#caracteristic span {
  display: block;
}
#caracteristic label {
  width: 2.5em;
  display: inline-block;
  text-transform: uppercase;
}
#caracteristic a, #caracteristic a:hover, #caracteristic a:visited {
  text-decoration: underline;
}
#detail h5 span a {
  float: right;
  font-style: italic;
  padding-right: 5px;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #FFF;
}
#detail h5 span a:hover {
  color: #CCC;
}
.img_detail {
  -ms-interpolation-mode: bicubic;
  width: 400px;
  height: 400px;
}
.texte_detail {}
.texte_detail a {}
.texte_detail_info {
  font-style: italic;
  line-height: 0.8em;
  font-size: 0.8em;
  color: #666;
}
.texte_detail_px {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 5px;
  background-color: #900;
  margin: 5px 0 0 0;
  width: 80px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.texte_detail_px_gros {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 5px;
  background-color: #006600;
  margin: 5px 0 0 0;
  width: 80px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.texte_detail_px_promo {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-decoration: line-through;
  padding: 5px;
  background-color: #FFF;
  margin: 5px 0 0 0;
  width: 80px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.texte_promo {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  background-color: #060;
  color: #FFF;
  padding: 5px;
  margin: 5px 0 0 0;
  width: 80px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.texte_detail_promo {
  display: inline-block;
  line-height: 12px;
  font-size: 12px;
  background-color: #09C;
  color: #FFF;
  font-style: italic;
  padding: 3px;
}
#quick_shop div.etoile_promo, #detail div.etoile_promo {
  position: absolute;
  background-image: url(../img/etoile_promo_noir.png);
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-align: center;
  color: #FFF;
  line-height: 75px;
  font-size: 16px;
  font-weight: bold;
  margin: -30px 0 0 350px
}
#quick_shop div.etoile_promo {
  margin: -35px 0 0 290px
}
#detail div.etoile_promo {
  margin: -30px 0 0 460px
}
.detail_article {
  display: inline-block;
  width: 400px;
  height: 400px;
  border: solid;
  border-color: #999;
  background-color: #F0F0F0;
  background-position: center;
  background-repeat: no-repeat;
  border-width: 2px;
  margin: 0 10px 10px 0;
}
/*.taille
{
display:table;
border-collapse:separate;
border-spacing:2px;
margin-left:-2px;
}*/
.detail_taille_stock, .detail_px_option, .detail_taille_last, .detail_taille_ok {
  line-height: 1.5em;
  font-size: 1em;
  text-align: center;
  background-color: #000;
  color: #FFF;
  padding: 0.2em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  min-width: 3em;
  border-radius: 1.5em;
}
.detail_taille_multi {
  line-height: 3em;
  font-size: 1em;
  text-align: center;
  background-color: #000;
  color: #FFF;
  padding: 0em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  width: 3em;
  border-radius: 3em;
  border: solid 0.2em;
  border-color: #efefef;
  z-index: 200;
}
.detail_taille_multi_select {
  background-color: #006491;
  color: #FFF;
  line-height: 3em;
  font-size: 1em;
  text-align: center;
  padding: 0em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  width: 3em;
  border-radius: 3em;
  border: solid 0.2em;
  border-color: #efefef;
  z-index: 200;
  cursor: pointer;
}
.detail_taille_multi_no {
  background-color: #999;
  line-height: 3em;
  font-size: 1em;
  text-align: center;
  color: #666;
  padding: 0em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  width: 3em;
  border-radius: 3em;
  border: solid 0.2em;
  border-color: #efefef;
  z-index: 200;
}
.detail_taille_multi_px {
  line-height: 1.5em;
  font-size: 1em;
  text-align: center;
  background-color: #000;
  color: #FFF;
  padding: 0.2em 0.5em 0 2em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -2em;
  margin-bottom: 0.2em;
  min-width: 3em;
  border-radius: 1.5em;
}
.detail_taille_multi_px_no {
  background-color: #999;
  color: #666;
  line-height: 1.5em;
  font-size: 1em;
  text-align: center;
  padding: 0.2em 0.5em 0 2em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -2em;
  margin-bottom: 0.2em;
  min-width: 3em;
  border-radius: 1.5em;
}
.detail_taille_multi:hover {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
}
.overlay_taille span {
  line-height: 1em;
  font-size: 1em;
  min-width: 2em;
}
.overlay_taille {
  text-align: center;
}
.detail_taille_last {
  background-color: #F60;
}
.detail_taille_no {
  background-color: #900;
}
.detail_taille_ok {
  background-color: #060;
}
.prevente_shop {
  display: inline-block;
  color: #fff !important;
  text-align: center;
  background-color: #00A4B3;
  padding: 0.2em 0.3em;
}
.option_selected {
  background-color: green;
}
div.article_detail .detail_taille_stock:hover, .add_to_cart:hover {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
}
.detail_taille {
  line-height: 1.5em;
  font-size: 1em;
  text-align: center;
  background-color: #999;
  color: #666;
  padding: 0.2em;
  min-width: 3em;
  border-radius: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}
.option_taille {
  display: inline;
}
.detail_taille::before, .detail_taille::after, .detail_taille_multi_no::before, .detail_taille_multi_no::after {
  display: block;
  width: 1em;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #666;
  content: "";
  transform: translate(-50%, -50%);
  transform-origin: center center;
  position: absolute;
}
.detail_taille::before, .detail_taille_multi_no::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.detail_taille::after, .detail_taille_multi_no::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.detail_px {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  background-color: #999;
  color: #FFF;
  position: absolute;
  margin-top: 50px;
  padding: 5px;
}
.add_to_cart {
  display: inline-block;
  color: #FFF;
  font-size: 1em;
  text-align: center;
  background-color: #006491;
  padding: 0.2em 0.3em;
}
.add_cart_taille {
  display: none;
}
.last_copy_detail {
  display: inline-block;
  color: #FFF;
  text-align: center;
  background-color: #FF6600;
  padding: 0.2em 0.3em;
}
.quickly_available {
  display: inline-block;
  color: #000 !important;
  text-align: center;
  background-color: #FFD700;
  padding: 0.2em 0.3em;
  border-radius: 4em;
}
.prevente {
  display: inline-block;
  color: #fff !important;
  text-align: center;
  background-color: #00A4B3;
  padding: 0.2em 0.3em;
}
.prevente:hover {
  display: inline-block;
  color: #000 !important;
  background-color: #999;
}
.prevente_detail {
  display: inline-block;
  color: #fff !important;
  text-align: center;
  background-color: #00A4B3;
  padding: 0.2em 0.3em;
}
.lang_article_indisponible {
  display: inline-block;
  color: #FFF;
  text-align: center;
  background-color: #900;
  padding: 0.2em 0.3em;
}
.lang_alerte_dispo {
  display: inline-block;
  color: #fff !important;
  text-align: center;
  background-color: #33CCCC;
  animation: color 9s infinite;
  padding: 0.2em 0.3em;
}
.lang_alerte_dispo:hover {
  cursor: pointer;
  background-color: #000 !important;
}
@keyframes color {
  0% {
    background: #33CCCC;
  }
  100% {
    background: #00A4B3;
  }
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #efefef none repeat scroll 0 0;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1001;
  flex-direction: column;
  align-items: center;
}
#popup input {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 300px;
  padding: 8px;
  width: calc(100% - 140px);
}
#popup button {
  display: inline-block;
  width: 120px;
}
#popup #loadingSpinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: none;
  position: relative;
  border: 10px solid;
  border-top-color: rgba(169, 169, 169, 0.15);
  border-right-color: rgba(169, 169, 169, 0.25);
  border-bottom-color: rgba(169, 169, 169, 0.35);
  border-left-color: rgba(169, 169, 169, 0.5);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: auto;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#close_caddie {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  background-color: #666;
  color: #FFF;
  padding: 5px;
  margin: 10px 0 0 0;
  width: 180px;
  cursor: pointer;
}
#popup #successMessage {
  display: none;
  color: green;
  /*margin-top: 20px;*/
}
#close_caddie:hover {
  background-color: #900;
  color: #FFF;
}
#more_details {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  background-color: #666;
  color: #FFF;
  padding: 5px;
  margin: 10px 5px 0 0;
  width: 180px;
  float: left;
  cursor: pointer;
}
#more_details:hover {
  background-color: #F90;
  color: #000;
}
#preview_article div {
  display: inline-block;
  margin-right: 2px;
}
#gal {
  position: relative;
  background-image: url(../img/detail_zoom.png);
  background-repeat: no-repeat;
  background-position: top;
  margin-top: -50px;
  margin-left: 350px;
  overflow: hidden;
  z-index: 99999;
  height: 50px;
  width: 50px;
  display: block;
}
#gal:hover {
  background-position: bottom;
}
div.question a {
  font: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  color: #900;
  text-indent: 25px;
  margin: 10px 0;
  background-image: url(../img/info.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 25px;
  display: block;
}
/*====================*/
/*=== order ===*/
/*====================*/
.recap_adress {
  width: 100%;
  margin-bottom: 2em;
}
.recap_adress li {
  display: block;
}
.recap_adress h1 {
  font-size: 1em !important;
}
.recap_adress div:nth-child(1n) {
  width: 50%;
  display: inline-block;
}
.recap_adress div:nth-child(2n) {
  width: 50%;
}
.paiement_order {
  display: inline-table;
  margin: 0.2em 0;
  border-spacing: 0;
  float: right;
}
.paiement_order li {
  display: table-cell;
  vertical-align: top;
}
.radio {
  display: inline-block;
  background: #FFF;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 1em;
  min-width: 10em;
  margin-left: 0.3em;
  padding: 0.1em;
}
.radio:hover {
  color: #FFF;
  background-color: #666;
}
.radio_selected {
  display: inline-block;
  background: #000;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 1em;
  min-width: 10em;
  margin-left: 0.3em;
  padding: 0.1em;
}
/*====================*/
/*=== Filter ===*/
/*====================*/
#filter, #ordering {
  display: none;
  border-bottom: 1px solid #999 !important;
  margin: 0.5em 0;
  padding-bottom: 0.2em;
}
.filter_shop ul {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
}
ul.ks-cboxtags {
  list-style: none;
}
ul.ks-cboxtags li {
  display: inline;
}
ul.ks-cboxtags li label {
  display: inline-block;
  border-radius: 1em;
  white-space: nowrap;
  margin: 0 0.2em 0.5em 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
}
ul.ks-cboxtags li label {
  padding: 0.2em 0.5em;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  float: left;
}
ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.5em;
  padding: 0.2em 0.5em;
  content: "\f067";
  transition: transform .3s ease-in-out;
  min-width: 1em;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  background-color: white;
  color: black;
  transition: all .2s;
}
ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {}
.title_filter {
  background-color: black;
  color: white;
  float: right;
  padding: 0.2em 0.5em;
  display: inline-block;
  text-align: center;
  margin: 0 0.2em 0.5em 0;
  border-radius: 1em;
  line-height: 1em;
  text-transform: uppercase;
  cursor: pointer;
}
.title_filter:hover {
  background-color: white;
  color: black;
}
.title_filter_order_by {
  background-color: #F60;
}
.title_filter_cat {
  background-color: #006491;
}
.title_filter_type {
  background-color: #D9C303;
}
.title_filter_style {
  background-color: #0E690D;
}
/*====================*/
/*=== Caddie ===*/
/*====================*/
.round_caddie {
  text-align: center;
  display: inline-table;
}
.txt_round_white {
  /* Aligne le texte verticalement au milieu */
  vertical-align: middle;
  display: table-cell;
  min-width: 2em;
  height: 1.2em;
  border-radius: 0.6em;
  line-height: 1em;
  background: white;
  color: black;
  text-align: center;
}
.txt_round_black {
  /* Aligne le texte verticalement au milieu */
  vertical-align: middle;
  display: table-cell;
  min-width: 2em;
  height: 1.2em;
  border-radius: 0.6em;
  line-height: 1em;
  background: black;
  color: white;
  text-align: center;
}
.txt_not_round {
  /* Aligne le texte verticalement au milieu */
  padding: 5px 5px 0 5px;
  display: block;
}
.header_caddie, .caddie, .affiche_total, .affiche_total_caddie, .affiche_header_rdv {
  width: 100%;
  display: inline-table;
  margin: 0.2em 0;
}
.affiche_header_rdv {
  font-weight: bold;
}
.affiche_total_caddie {
  margin-top: 1em;
}
.affiche_commande_user, .affiche_detail_rdv {
  width: 100%;
  display: inline-table;
  margin: 0.2em 0;
  border-bottom: 1px solid#000;
  border-spacing: 0 0.5em;
}
.header_caddie, .caddie {
  border-bottom: 1px solid#000;
  border-spacing: 0 0.5em;
}
.header_caddie {
  text-transform: uppercase;
}
.caddie_option, .caddie_main_option {
  border-bottom: none;
  border-spacing: 0 !important;
}
.header_caddie li, .caddie li, .affiche_total li, .affiche_total_caddie li, .affiche_header_rdv li, .affiche_detail_rdv li {
  display: table-cell;
  vertical-align: top;
}
.caddie span, .affiche_total_caddie span, .affiche_detail_rdv span {
  display: block;
  border-radius: 1em;
  margin: 0 1em;
}
.submit_low {
  margin: 0.2em 0 !important;
}
.caddie span.last {
  background-color: #FF6600;
  color: #FFF;
  text-align: center;
}
.caddie span.out {
  background-color: #900;
  color: #FFF;
  text-align: center;
}
.ui-state-active {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #E8E8E8 !important;
  margin: 0 !important;
}
.txt_taille_caddie {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  min-width: 2em;
  height: 1em;
  border-radius: 0.6em;
  line-height: 1em;
  background: black;
  color: white;
}
.search_shop_list {
  font-size: 1em !important;
  width: 80% !important;
  border: none !important;
  font-family: "DinCondensedfont", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  left: 10% !important;
  padding: 0.2em !important;
}
.search_index_list {
  font-size: 1em !important;
  width: 100% !important;
  border: none !important;
  font-family: "DinCondensedfont", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  left: 0 !important;
  padding: 0.2em !important;
}
.search_shop_list li, .search_index_list li {
  margin-bottom: 0.2em !important;
}
.search_shop_list span.m-last, .search_index_list span.m-last {
  background-color: #FF6600;
  color: #FFF;
  text-align: center;
  width: 10%;
}
.search_shop_list span.m-out, .search_index_list span.m-out {
  background-color: #900;
  color: #FFF;
  text-align: center;
  width: 10%;
}
.search_shop_list span.m-ok, .search_index_list span.m-ok {
  background-color: #060;
  color: #FFF;
  text-align: center;
  width: 10%;
}
.search_shop_list span.m-soon, .search_index_list span.m-soon {
  color: #000 !important;
  text-align: center;
  background-color: #FFD700;
  width: 10%;
}
.search_shop_list span.m-px, .search_index_list span.m-px {
  background-color: #000;
  color: #FFF;
  text-align: center;
  width: 5%;
  float: right;
  margin-right: 0.5em;
}
.search_shop_list span.m-prevente, .search_index_list span.m-prevente {
  background-color: #00A4B3;
  color: #000;
  text-align: center;
  width: 10%;
}
.search_shop_list span.m-name, .search_index_list span.m-name {
  width: 30%;
}
.search_shop_list span.m-format, .search_index_list span.m-format {
  width: 15%;
}
.search_shop_list span.m-style, .search_index_list span.m-style {
  width: 12%;
}
.search_shop_list span.m-title, .search_index_list span.m-title {
  width: 20%;
}
.search_shop_list span.m-ref, .search_index_list span.m-ref {
  width: 10%;
}
.search_shop_list div, .search_index_list div {
  padding: 0.2em 0 !important;
  border-bottom: 1px solid #E8E8E8 !important;
  margin: 0 !important;
}
.search_shop_list span, .search_index_list span {
  display: inline-block;
  border-radius: 1em;
  margin: 0 0 0 0.5em;
  line-height: 1.2em;
  font-size: 1em;
  text-align: left;
  padding: 0.1em;
  overflow: hidden;
  max-height: 1.4em;
}
.search_no_list {
  background-color: #FFF;
  width: 100%;
  padding: 0.5em;
  z-index: 900;
  position: absolute;
}
.header_caddie h1, .caddie h1, .affiche_total h1 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em !important;
}
.caddie i {
  font-size: 0.8em;
  color: #999;
}
.caddie_option h1 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em !important;
}
.caddie img {
  width: 100%;
}
.header_caddie li:nth-child(2), .caddie li:nth-child(1), .header_caddie li:nth-child(6), .caddie li:nth-child(6) {
  width: 5%;
}
.caddie li:nth-child(6) {
  text-align: center;
  padding-top: 0.1em;
}
.header_caddie li:nth-child(1), .caddie li:nth-child(2) {
  width: 30%;
}
.caddie li:nth-child(2) {
  padding-left: 1em;
}
.header_caddie li:nth-child(3), .caddie li:nth-child(3), .header_caddie li:nth-child(5), .caddie li:nth-child(5), .header_caddie li:nth-child(7), .caddie li:nth-child(7), .header_caddie li:nth-child(8), .caddie li:nth-child(8) {
  width: 10%;
  text-align: right;
}
.header_caddie li:nth-child(4), .caddie li:nth-child(4) {
  width: 15%;
  text-align: center;
}
.affiche_detail_rdv li:nth-child(6n), .affiche_detail_rdv li:nth-child(7n), .affiche_detail_rdv li:nth-child(8n) {
  display: table-row;
  width: 100%;
  text-align: left;
}
.affiche_total li:nth-child(1n) {
  width: 80%;
  text-align: right;
  padding-right: 0.2em;
  vertical-align: middle;
}
.code_reduc li:nth-child(1n) {
  padding: 0 !important;
}
.affiche_total_caddie li {
  width: 50%;
}
.affiche_total_caddie .button {
  float: none !important;
  display: inline-block;
  border-radius: 1em;
}
.affiche_total_caddie span {
  cursor: pointer;
  margin-top: 0.2em;
}
.affiche_total_caddie li:nth-child(2n) {
  text-align: right;
}
.caddie input[type="text"], .affiche_total input[type="text"] {
  float: none !important;
  width: 80% !important;
  margin: 0 !important;
  padding: 0 0.2em 0 0 !important;
  text-align: right !important;
  border: none !important;
}
.affiche_total input[type="text"] {
  border: none !important;
  line-height: 1.3em;
}
.info_pack {
  text-align: right;
  color: #900;
}
.info_port {
  text-align: right;
  color: green;
}
#affiche_caddie_min {
  width: 20%;
  background-color: #FFF;
}
#affiche_caddie_min span {
  font-style: italic;
}
.affiche_caddie_min_btn {
  text-align: center;
  background-color: #060;
  color: #FFF;
  display: inline-block;
}
.affiche_caddie_min_btn:hover {
  background-color: #F00;
  cursor: pointer;
}
input[type=text].caddie_quant {
  text-align: right;
  border: 1px solid #aaa;
  margin: 0;
  width: 100% !important;
}
.send_reduc {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  padding: 0 0.5em;
  min-width: 6em;
  border-radius: 1em;
  text-align: center;
}
.send_reduc:hover {
  cursor: pointer;
  background-color: #FFF;
  color: #000;
}
.refresh {
  width: 25px;
  height: 25px;
  background-image: url(../img/refresh.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
}
.sup {
  color: #000 !important;
  cursor: pointer !important;
  font-size: 1em !important;
  line-height: 1em !important;
  display: block !important;
  font-weight: 300 !important;
}
.sup:hover {
  color: #900;
  cursor: pointer;
}
#affiche_caddie .separate_article {
  border-bottom: dashed 1px #aaa;
  clear: both;
  display: block;
}
#affiche_caddie .separate_article div {}
#affiche_caddie .separate_article:last-child {
  border-bottom: solid 1px #aaa;
  ;
}
#affiche_caddie .separate_article_fin div, #affiche_caddie .separate_article div {
  float: left
}
#affiche_total {
  text-align: right;
  display: block;
}
.affiche_total {}
.affiche_total li.affiche_total_right {
  float: right;
  padding-right: 5px;
  width: 150px !important;
}
li.affiche_total_right input {
  padding-right: 5px;
  text-align: right !important;
  margin: 0;
}
li.affiche_total_right, li.affiche_total_left {
  display: inline-block;
}
.page_pagination {
  display: none;
}
/******************************************************************
LIST_SHOP
******************************************************************/
.over_voir {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.over_voir .fa-play-circle {
  top: 35%;
  font-size: 1.5em;
}
.overlay_sound {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(38, 38, 38, .9);
  cursor: pointer;
  z-index: 500;
}
.container_img_sound:hover .overlay_sound {
  opacity: 1;
}
.container_img_sound {
  position: relative;
  width: 7%;
}
.list_shop img {
  width: 100%;
  height: auto;
  display: block;
}
.list_shop span.m-last {
  background-color: #FF6600;
  color: #FFF;
  text-align: center;
  min-width: 6em;
  border-radius: 1em;
  height: 1.4em;
  line-height: 1.4em;
  left: 80%;
}
.list_shop span.m-out {
  background-color: #900;
  color: #FFF;
  text-align: center;
  min-width: 6em;
  border-radius: 1em;
  height: 1.4em;
  line-height: 1.4em;
  left: 80%;
}
.list_shop span.m-ok {
  background-color: #060;
  color: #FFF;
  text-align: center;
  min-width: 6em;
  border-radius: 1em;
  height: 1.4em;
  line-height: 1.4em;
  left: 80%;
}
.list_shop span.m-prevente {
  background-color: #00A4B3;
  color: #FFF;
  text-align: center;
  min-width: 6em;
  border-radius: 1em;
  height: 1.4em;
  line-height: 1.4em;
  left: 80%;
}
.list_shop span.m-px {
  background-color: #000;
  color: #FFF;
  text-align: center;
  min-width: 4em;
  border-radius: 1em;
  cursor: pointer;
  height: 1.4em;
  line-height: 1.4em;
  right: 0;
}
.list_shop span.m-px:hover {
  background-color: #006491;
  color: #FFF;
  height: 1.4em;
  line-height: 1.4em;
}
.list_shop span.m-px-out {
  background-color: #999;
  color: #333;
  cursor: default;
  border-radius: 1em;
  min-width: 4em;
  text-align: center;
  height: 1.4em;
  line-height: 1.4em;
  right: 0;
}
.list_shop span.m-name {
  left: 7%;
  width: 30%;
  height: 1.4em;
  line-height: 1.4em;
}
.list_shop span.m-format {
  height: 1.4em;
  line-height: 1.4em;
  left: 52%;
}
.list_shop span.fa-eye, .list_shop span.fa-shopping-basket {
  cursor: pointer;
  height: 1.4em;
  line-height: 1.4em;
  left: 90%;
}
.list_shop span.fa-eye:hover, .list_shop span.fa-shopping-basket:hover {
  color: #060;
  height: 1.4em;
  line-height: 1.4em;
}
.list_shop span.m-style {
  height: 1.4em;
  line-height: 1.4em;
  left: 65%;
}
.list_shop span.m-title {
  left: 25%;
  height: 1.4em;
  line-height: 1.4em;
}
.list_shop span.m-ref {
  width: 10%;
  height: 1.4em;
  line-height: 1.4em;
}
.list_shop span.m-item {
  width: 15%;
  left: 37%;
  height: 1.4em;
  line-height: 1.4em;
}
.list_shop {
  padding: 0.2em 0 !important;
  border-bottom: 1px solid #999 !important;
}
.list_shop span {
  display: inline-block;
  margin: 0 0 0 0.5em;
  line-height: 1.4em;
  font-size: 1em;
  text-align: left;
  text-transform: uppercase;
  top: 10%;
  position: absolute;
}
.list_shop span[name=choose_taille], .list_shop span[name=add_to_cart_playlist], .list_shop span[class=px_article_indisponible], .list_shop span[class=quickly_available], .list_shop span[class=shop_px_promo] {
  right: 0;
  text-align: center;
}
.list_shop span[name=choose_taille] span, .list_shop span[name=add_to_cart_playlist] span, list_shop span[class=shop_px_new_price] span {
  position: relative;
  text-align: center;
  margin: 0 1em;
}
/******************************************************************
END LIST_SHOP
******************************************************************/
@media only screen and (max-width: 660px) {
  .txt_round_black {
    vertical-align: middle;
    display: table-cell;
    min-width: 2em;
    height: 1.2em;
    border-radius: 0.6em;
    line-height: 1em;
    background: white;
    color: black;
    text-align: center;
  }
  #fa-th-list, .list_bar {
    display: none
  }
  #search_shop {
    width: 70%;
  }
  .article {
    width: 100%;
    /*padding: 10px 0 20px 0;
*/ overflow: hidden;
    margin-bottom: 30px;
  }
  .article h1 {
    font-size: 1.5em;
    margin: 00 0.2em 0 !important;
  }
  div.affiche_shop .thumbnails {
    margin: 1% 1% 0 0;
    display: inline-block;
    width: 49% !important;
    ;
    text-align: center;
  }
  .title_article_shop, .artiste_article_shop {
    font-size: 0.8em;
    text-transform: uppercase;
  }
  div.affiche_shop .thumbnails:nth-child(2n+2) {
    margin: 1% 0 0 0;
  }
  /*ul.caddie span
{
display: none;
}*/
  .header_caddie h1, .caddie h1, .affiche_total h1 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1em !important;
  }
  .pagination {
    line-height: 2em;
    text-align: center;
  }
  .i_pagination {
    display: none;
  }
  .page_pagination {
    display: inline;
  }
  div.affiche_shop .overlay {
    /*display: none;*/
  }
  .media {
    width: 100%;
  }
}
@media only screen and (max-width: 1029px) {
  #short_cut img {
    width: 32%;
    margin: 0 1% 0 0;
  }
  .dispo_caddie, .px_caddie, .ref_caddie, .calcul_caddie, .caddie .fa-sync-alt, .hide_shop, #selection_moment, #fa-th-list, .list_bar {
    display: none !important;
  }
  .form select {
    height: 2em;
  }
  .affiche_total li:nth-child(1n) {
    width: 50%;
  }
  .caddie li:nth-child(2) {
    padding-left: 0.5em;
  }
  .paiement_order li {
    display: block;
    vertical-align: top;
    margin-bottom: 0.5em;
  }
  .navigation_shop {
    width: 100%;
    float: left;
  }
  .txt_round_black {
    vertical-align: middle;
    display: table-cell;
    min-width: 2em;
    height: 1.2em;
    border-radius: 0.6em;
    line-height: 1em;
    background: white;
    color: black;
    text-align: center;
  }
  .article {
    width: 100%;
    /*padding: 10px 0 20px 0;*/
    overflow: hidden;
    margin-bottom: 30px;
  }
  .article h1 {
    font-size: 1.5em;
    margin: 00 0.2em 0 !important;
  }
  div.affiche_shop .thumbnails {
    margin: 1% 1% 0 0;
    display: inline-block;
    width: 32%;
    text-align: center;
  }
  .title_article_shop, .artiste_article_shop {
    font-size: 0.8em;
    text-transform: uppercase;
  }
  div.affiche_shop .thumbnails:nth-child(3n+3) {
    margin: 1% 1% 0 0;
  }
  div.accueil_shop .thumbnails:nth-child(4n+4) {
    display: none;
  }
  .media {
    width: 100%;
  }
}
@media only screen and (min-width: 662px) and (max-width: 1029px) {
  #contenu_shop_acceuil div.affiche_shop .thumbnails:nth-child(0n+10) {
    display: none
  }
}
@media only screen and (min-width: 1030px) {
  .article {
    float: right;
    width: 54%;
    /*padding: 10px 0 20px 0;
*/ overflow: hidden;
    margin-bottom: 30px;
  }
  div.affiche_shop .thumbnails, div.affiche_shop .thumbnails:nth-child(2n+1) {
    margin: 1% 1% 0 0;
    display: inline-block;
    width: 19%;
    text-align: center;
  }
  .title_article_shop, .artiste_article_shop {
    font-size: 1em;
    text-transform: uppercase;
  }
  /*div.affiche_shop .thumbnails:nth-child(6n)
{
margin:1% 0 0 0;
display: inline-block;
}*/
  .media {
    border-bottom: none;
    float: left;
    width: 45%;
    margin-right: 1%;
    padding-bottom: 10px;
    margin: 0;
  }
}