@charset "UTF-8";
.color-red-1,
.color-red-1 > a {
  color: #E61D30; }

.color-red-2,
.color-red-2 > a {
  color: #ff5151; }

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3; }

/* @Code de Arnaud à ranger aux bons endroits
--------------------------------------------------------------------------------------- */
/*POPUP PANIER*/
#fond_sombre {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  left: 0;
  top: 0;
  display: none; }

#fond_sombre.active {
  display: block; }

.popup_site {
  position: fixed;
  top: 0;
  height: 100%;
  width: 360px;
  background: #fff;
  opacity: 0;
  z-index: 9999999999; }

.popup_site.active {
  opacity: 1; }

.popup_site span.close {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999999999;
  float: none;
  text-shadow: none;
  line-height: 80px; }

.popup_site span.close figure {
  display: block;
  width: 20px;
  height: 2px;
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000; }

.popup_site span.close figure + figure {
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 33%;
  left: 51%; }

/*recherche*/
#popup_recherche.popup_site {
  left: -360px; }

#popup_recherche.popup_site.active {
  left: 0; }

#recherche {
  padding: 15px 20px;
  border-bottom: 2px solid #f4f5f5; }

#recherche input.search_query {
  max-width: 260px;
  height: 38px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #f4f5f5;
  box-shadow: inset 0 1px 2px 0 rgba(204, 204, 204, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0.2px;
  color: #303030;
  padding: 0 12px;
  border: 1px solid #f4f5f5; }

#recherche button {
  display: none; }

.ac_results {
  border: none;
  top: 71px !important; }

.ac_results ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  color: #303030;
  cursor: pointer;
  margin-top: 16px;
  padding: 0; }

.ac_results li:hover, .ac_results li.ac_over {
  background: none; }

/*panier*/
#popup_panier.popup_site {
  right: -360px; }

#popup_panier.popup_site.active {
  right: 0; }

#panier .shopping_cart {
  width: 100%; }

#panier .shopping_cart > a:first-child {
  padding: 0 20px;
  border-bottom: 1px solid #f4f5f5;
  background: #fff;
  font-weight: normal;
  color: #303030;
  text-shadow: none;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  letter-spacing: 1.3px;
  min-height: 70px;
  line-height: 70px; }

#panier .shopping_cart > a:first-child:before {
  display: none; }

#panier .shopping_cart .products dt .line1 {
  margin-bottom: 12px; }

#panier .shopping_cart .products dt .line1 .cart_img {
  margin-right: 12px;
  border: solid 1px #e2e2e2; }

#panier .shopping_cart .products dt .line1 .cart_nom {
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #303030;
  font-weight: 300;
  margin-bottom: 2px; }

#panier .shopping_cart .products dt .line1 .cart_prix {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: 1.8px;
  color: #303030; }

#panier .shopping_cart .products dt .line1 .cart_prix .p_reduc {
  font-weight: bold;
  color: #f22907;
  margin-right: 3px; }

#panier .shopping_cart .products dt .line1 .cart_prix .p_prix_sans_reduc {
  text-decoration: line-through;
  margin-right: 3px; }

#panier .shopping_cart .products dt .line1 .cart_prix .price {
  color: #303030; }

#panier .shopping_cart .products dt .line2 .cart_quantity_button, #panier .shopping_cart .products dt .line2 .cart_qte, #panier .shopping_cart .products dt .line2 .cart_supprimer {
  vertical-align: middle; }

#panier .shopping_cart .products {
  margin: 0; }

#panier .shopping_cart .products dt .line2 .cart_quantity_button {
  margin-right: 8px; }

#panier .shopping_cart .products dt .line2 .cart_quantity_button .btn {
  float: none;
  margin: 0 4px 0 0;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  text-shadow: none;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  vertical-align: middle; }

#panier .shopping_cart .products dt .line2 .cart_quantity_button .btn span {
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  background: none;
  line-height: 30px;
  color: #fff;
  font-weight: normal; }

#panier .shopping_cart .products dt .line2 .cart_qte {
  mix-blend-mode: darken;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: solid 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #313131;
  width: 40px;
  height: 36px;
  float: none;
  padding: 0;
  margin-right: 12px; }

#panier .shopping_cart .products dt .line2 .cart_supprimer a {
  font-size: 14px;
  line-height: 1.43;
  color: #007dff;
  text-decoration: underline; }

#panier .shopping_cart .products dt .line2 .cart_supprimer a:hover {
  text-decoration: none; }

#panier .shopping_cart .products dt .line2 .cart_supprimer a:before {
  display: none; }

#panier .shopping_cart .cart_block .cart-prices {
  border-top: 1px solid #e9e9e9;
  font-weight: normal;
  padding: 22px 16px; }

#panier .shopping_cart .cart_block .cart-prices .cart-prices-line {
  padding: 0;
  overflow: visible;
  border-bottom: 0; }

#panier .shopping_cart .cart_block .cart-prices .cart-prices-line span + span {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  letter-spacing: 1.3px;
  text-align: left;
  color: #303030;
  text-transform: uppercase; }

#panier .shopping_cart .cart_block .cart-prices .cart-prices-line span:first-child {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  letter-spacing: 1.3px;
  text-align: right;
  color: #303030; }

#panier .shopping_cart .cart_block .cart-buttons {
  padding: 22px 16px;
  background: none;
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

/*#panier .shopping_cart .cart_block .cart-buttons a{float: none;display: inline-block;padding: 12px 14px;color: #000;border: 2px solid #000;width: auto;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;margin: 0;height: auto;line-height: 1em;}*/
/*#panier .shopping_cart .cart_block .cart-buttons a:hover{background: #000;color: #FFF;}*/
#panier .shopping_cart .cart_block_list dl.products {
  height: calc(100vh - 280px);
  position: relative;
  overflow: auto; }

/*POPUP AJOUT / EDITION IMAGE*/
#addProduct-form {
  padding: 2%;
  max-width: 900px; }

#addProduct-form div.checker {
  display: inline-block; }

#addProduct-form .products-modal-form {
  min-width: 90%; }

#addProduct-form p .rouge, .products-modal-form form .form-group label {
  color: #e71d31; }

#addProduct-form .upp {
  text-transform: uppercase; }

.products-modal-form form .form-group label small {
  color: #000;
  font-size: 12px;
  font-weight: 300; }

.products-modal-form .col-sm-4 label, .products-modal-form .col-sm-6 label {
  display: block; }

.products-modal-form .col-sm-4 label {
  margin-bottom: 15px; }

.products-modal-form .col-sm-4 .colors-inputs label, .products-modal-form .col-sm-6 .colors-inputs label {
  display: inline-block; }

.products-modal-form div.selector span {
  width: 100% !important; }

.products-modal-form .container {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .products-modal-form .mt45 {
    margin-top: 45px; }

  .products-modal-form .mb45 {
    margin-bottom: 45px; }

  .products-modal-form .col-sm-6 {
    width: 47.5%; }

  .products-modal-form .col-sm-6 + .col-sm-6 {
    margin-left: 5%; }

  .products-modal-form .col-sm-4 {
    width: 30%;
    min-height: 110px;
    padding: 0 3%; }

  .products-modal-form .col-sm-4 + .col-sm-4 {
    margin-left: 5%;
    position: relative; }

  .products-modal-form .col-sm-4 + .col-sm-4:before {
    content: '';
    position: absolute;
    left: -8%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000; } }
@font-face {
  font-family: 'days_oneregular';
  src: url("../fonts/daysone-regular-webfont.woff2") format("woff2"), url("../fonts/daysone-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*ANIMATIONS*/
.animall, #amhomecontent3 .ahc-description .homepagetext_truncate {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

/* @FONTFACE
--------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?89750015");
  src: url("../fonts/fontello.eot?89750015#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?89750015") format("woff2"), url("../fonts/fontello.woff?89750015") format("woff"), url("../fonts/fontello.ttf?89750015") format("truetype"), url("../fonts/fontello.svg?89750015#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="mdgicon-"]:before, [class*=" mdgicon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.mdgicon-arrows-1:before {
  content: '\e800'; }

.mdgicon-arrow-1:before {
  content: '\e801'; }

.mdgicon-cart-1:before {
  content: '\e802'; }

.mdgicon-cross-1:before {
  content: '\e805'; }

.mdgicon-crown-1:before {
  content: '\e807'; }

.mdgicon-crown-2:before {
  content: '\e808';
  margin-left: -.1em; }

.mdgicon-delivery-1:before {
  content: '\e809';
  margin-left: -.3em; }

.mdgicon-gift-1:before {
  content: '\e80b'; }

.mdgicon-headchief-1:before {
  content: '\e80c'; }

.mdgicon-heart-1:before {
  content: '\e80d'; }

.mdgicon-heart-2:before {
  content: '\e80e'; }

.mdgicon-magnifier-1:before {
  content: '\e80f'; }

.mdgicon-papapaper-1:before {
  content: '\e810'; }

.mdgicon-phone-1:before {
  content: '\e812'; }

.mdgicon-pictures:before {
  content: '\e813'; }

.mdgicon-plane-1:before {
  content: '\e814'; }

.mdgicon-rooster:before {
  content: '\e815'; }

.mdgicon-sn-facebook-1:before {
  content: '\e816'; }

.mdgicon-sn-instagram-1:before {
  content: '\e817'; }

.mdgicon-sn-pinterest-1:before {
  content: '\e818'; }

.mdgicon-sn-twitter-1:before {
  content: '\e819'; }

.mdgicon-umbrella:before {
  content: '\e81a'; }

.mdgicon-user-1:before {
  content: '\e81b'; }

.mdgicon-marker-1:before {
  content: ' ';
  background: url(../img/ico-marker.svg) no-repeat center;
  background-size: contain;
  width: 1.1em;
  vertical-align: text-top;
  height: 0;
  padding-bottom: 100%; }

/* @Base
--------------------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  line-height: 1.2em; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  margin: 0;
  padding: 0; }

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0; }

strong {
  font-weight: 600; }

.rte h1 + br, .rte h2 + br, .rte h3 + br, .rte h4 + br, .rte h5 + br, .rte h6 + br, .rte p + br, .rte ul + br {
  display: none; }

a,
a path,
a span,
a:after,
a:before,
[data-href],
button,
button path,
button rect {
  cursor: pointer;
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

a:hover {
  text-decoration: none; }

p {
  margin: 0;
  padding: 0; }

ul.nav {
  list-style: none; }

ul.nav a {
  text-decoration: none; }

p:first-child,
ul:first-child {
  margin-top: 0; }

p:last-child,
ul:last-child {
  margin-bottom: 0; }

button, button:focus,
input, input:focus,
textarea, textarea:focus {
  outline: none; }

h3 a {
  text-decoration: none;
  color: inherit; }

.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

pre {
  background: #447499;
  color: #fff;
  padding: 1em;
  overflow: auto;
  display: inline-block;
  width: 100%; }

blockquote {
  margin: 0 0 .8em 3em;
  text-align: justify;
  font-style: italic;
  font-weight: 300; }

section {
  width: 100%;
  max-width: 100%; }

::-webkit-input-placeholder {
  font-size: 9px;
  color: #898989;
  font-style: italic;
  -webkit-transition: color 150ms linear;
  -moz-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear; }

::-moz-placeholder {
  font-size: 9px;
  color: #898989;
  font-style: italic;
  -webkit-transition: color 150ms linear;
  -moz-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear; }

:-moz-placeholder {
  font-size: 9px;
  color: #898989;
  font-style: italic;
  -webkit-transition: color 150ms linear;
  -moz-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear; }

:-ms-input-placeholder {
  font-size: 9px;
  color: #898989;
  font-style: italic;
  -webkit-transition: color 150ms linear;
  -moz-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear; }

.nowrap {
  white-space: nowrap; }

body h1, body .h1 {
  line-height: 37px; }

.globe {
  width: 100%;
  font-size: 0; }

.inline-block {
  display: inline-block; }

.center {
  text-align: center; }

.droid {
  font-family: 'Droid Sans', sans-serif; }

.price {
  font-size: 13px;
  color: #1a1a1a;
  white-space: nowrap; }

.product-name {
  font-size: 17px;
  line-height: 23px;
  color: #1a1a1a;
  margin-bottom: 0; }

.product-name a {
  font-size: 17px;
  line-height: 23px;
  color: #1a1a1a; }

.product-name a:hover {
  color: #e71d31; }

.page-heading {
  color: #1a1a1a;
  padding: 0px;
  margin-bottom: 30px;
  overflow: hidden; }

#columns {
  position: relative;
  padding-bottom: 50px;
  padding-top: 0px; }

#index #columns {
  padding-top: 15px; }

.button.button-medium span {
  display: block;
  padding: 10px 10px 7px;
  border: 1px solid;
  border-color: #e71d31;
  text-transform: uppercase; }

.button.button-medium {
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  padding: 0;
  background: #e71d31;
  border: 1px solid #e71d31;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.button.button-medium:hover {
  background: #fff;
  color: #e71d31; }

.button.button-medium:hover span {
  color: #e71d31;
  background: #fff; }

.button.button-medium.exclusive {
  border-color: #e71d31;
  background: #e71d31; }

.button.button-medium.exclusive span {
  border-color: #e71d31;
  text-transform: uppercase; }

.button.button-medium.exclusive:hover,
.button.button-medium.exclusive:hover span {
  background: #fff;
  color: #e71d31; }

.button.button-small span {
  display: block;
  padding: 3px 8px 3px 8px;
  border: 1px solid;
  border-color: #e71d31; }

.button.button-small span:hover,
.button.button-small:hover {
  background: #fff;
  color: #e71d31; }

body {
  font-weight: 400;
  /* padding: 212px 0 0 0!important;*/ }

body.content_only {
  padding-top: 0 !important; }

.font-medium {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.col-twice-wrap {
  display: flex; }

.col-twice {
  flex: 1; }

.col-twice:first-child {
  padding-right: 20px; }

.col-twice:nth-child(2) {
  padding-left: 20px; }

/* @Modal Bootstrap
--------------------------------------------------------------------------------------- */
.modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header h6 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300; }

.modal-backdrop.fade.in {
  opacity: .4; }

/* @Structure
--------------------------------------------------------------------------------------- */
.columns-container {
  min-height: calc(100vh - 373px); }

.plleft {
  float: left;
  width: 24%;
  padding: 0 1.1% 0; }

.plcenter {
  float: left;
  width: 76%; }

#left_column {
  position: relative; }

/* #left_column_sticky {position: unset; position: -webkit-sticky; position: sticky; top: 120px;} */
@media (max-width: 1200px) {
  .plleft {
    float: left;
    width: 195px;
    padding: 0 1.1% 0; }

  .plcenter {
    float: left;
    width: calc(100% - 195px); } }
@media (max-width: 768px) {
  .plleft,
  .plcenter {
    width: 100%;
    padding: 0; }

  .plleft {
    margin-bottom: 40px; }

  /* #left_column_sticky {position: relative; top: 0;} */ }
.box-hover {
  position: relative;
  overflow: hidden; }

.box-hover .box-hover-display {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(35, 31, 32, 0);
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  -ms-animation-duration: 200ms;
  -o-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: background 400ms ease;
  -moz-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  transition: background 400ms ease; }

.box-hover:hover .box-hover-display {
  background: rgba(35, 31, 32, 0.5);
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms; }

.box-hover[data-axe=axe0] .box-hover-display {
  -webkit-animation-name: axeOut0;
  -moz-animation-name: axeOut0;
  -o-animation-name: axeOut0;
  animation-name: axeOut0; }

.box-hover[data-axe=axe0]:hover .box-hover-display {
  -webkit-animation-name: axeIn0;
  -moz-animation-name: axeIn0;
  -o-animation-name: axeIn0;
  animation-name: axeIn0; }

.box-hover[data-axe=axe1] .box-hover-display {
  -webkit-animation-name: axeOut1;
  -moz-animation-name: axeOut1;
  -o-animation-name: axeOut1;
  animation-name: axeOut1; }

.box-hover[data-axe=axe1]:hover .box-hover-display {
  -webkit-animation-name: axeIn1;
  -moz-animation-name: axeIn1;
  -o-animation-name: axeIn1;
  animation-name: axeIn1; }

.box-hover[data-axe=axe2] .box-hover-display {
  -webkit-animation-name: axeOut2;
  -moz-animation-name: axeOut2;
  -o-animation-name: axeOut2;
  animation-name: axeOut2; }

.box-hover[data-axe=axe2]:hover .box-hover-display {
  -webkit-animation-name: axeIn2;
  -moz-animation-name: axeIn2;
  -o-animation-name: axeIn2;
  animation-name: axeIn2; }

.box-hover[data-axe=axe3] .box-hover-display {
  -webkit-animation-name: axeOut3;
  -moz-animation-name: axeOut3;
  -o-animation-name: axeOut3;
  animation-name: axeOut3; }

.box-hover[data-axe=axe3]:hover .box-hover-display {
  -webkit-animation-name: axeIn3;
  -moz-animation-name: axeIn3;
  -o-animation-name: axeIn3;
  animation-name: axeIn3; }

.is_mobile .box-hover .box-hover-display,
.is_tablet .box-hover .box-hover-display {
  position: static;
  visibility: hidden; }

@-webkit-keyframes axeIn0 {
  from {
    top: -100%;
    left: 0; }
  to {
    top: 0;
    left: 0; } }
@-webkit-keyframes axeOut0 {
  from {
    top: 0;
    left: 0; }
  to {
    top: -100%;
    left: 0; } }
@-moz-keyframes axeIn0 {
  from {
    top: -100%;
    left: 0; }
  to {
    top: 0;
    left: 0; } }
@-moz-keyframes axeOut0 {
  from {
    top: 0;
    left: 0; }
  to {
    top: -100%;
    left: 0; } }
@-o-keyframes axeIn0 {
  from {
    top: -100%;
    left: 0; }
  to {
    top: 0;
    left: 0; } }
@-o-keyframes axeOut0 {
  from {
    top: 0;
    left: 0; }
  to {
    top: -100%;
    left: 0; } }
@keyframes axeIn0 {
  from {
    top: -100%;
    left: 0; }
  to {
    top: 0;
    left: 0; } }
@keyframes axeOut0 {
  from {
    top: 0;
    left: 0; }
  to {
    top: -100%;
    left: 0; } }
@-webkit-keyframes axeIn1 {
  from {
    top: 0;
    left: 100%; }
  to {
    top: 0;
    left: 0; } }
@-webkit-keyframes axeOut1 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 0;
    left: 100%; } }
@-moz-keyframes axeIn1 {
  from {
    top: 0;
    left: 100%; }
  to {
    top: 0;
    left: 0; } }
@-moz-keyframes axeOut1 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 0;
    left: 100%; } }
@-o-keyframes axeIn1 {
  from {
    top: 0;
    left: 100%; }
  to {
    top: 0;
    left: 0; } }
@-o-keyframes axeOut1 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 0;
    left: 100%; } }
@keyframes axeIn1 {
  from {
    top: 0;
    left: 100%; }
  to {
    top: 0;
    left: 0; } }
@keyframes axeOut1 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 0;
    left: 100%; } }
@-webkit-keyframes axeIn2 {
  from {
    top: 100%;
    left: 0%; }
  to {
    top: 0;
    left: 0; } }
@-webkit-keyframes axeOut2 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 100%;
    left: 0%; } }
@-moz-keyframes axeIn2 {
  from {
    top: 100%;
    left: 0%; }
  to {
    top: 0;
    left: 0; } }
@-moz-keyframes axeOut2 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 100%;
    left: 0%; } }
@-o-keyframes axeIn2 {
  from {
    top: 100%;
    left: 0%; }
  to {
    top: 0;
    left: 0; } }
@-o-keyframes axeOut2 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 100%;
    left: 0%; } }
@keyframes axeIn2 {
  from {
    top: 100%;
    left: 0%; }
  to {
    top: 0;
    left: 0; } }
@keyframes axeOut2 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 100%;
    left: 0%; } }
@-webkit-keyframes axeIn3 {
  from {
    top: 0;
    left: -100%; }
  to {
    top: 0;
    left: 0; } }
@-webkit-keyframes axeOut3 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 0%;
    left: -100%; } }
@-moz-keyframes axeIn3 {
  from {
    top: 0;
    left: -100%; }
  to {
    top: 0;
    left: 0; } }
@-moz-keyframes axeOut3 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 0%;
    left: -100%; } }
@-o-keyframes axeIn3 {
  from {
    top: 0;
    left: -100%; }
  to {
    top: 0;
    left: 0; } }
@-o-keyframes axeOut3 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 0%;
    left: -100%; } }
@keyframes axeIn3 {
  from {
    top: 0;
    left: -100%; }
  to {
    top: 0;
    left: 0; } }
@keyframes axeOut3 {
  from {
    top: 0;
    left: 0; }
  to {
    top: 0%;
    left: -100%; } }
/* @Process de commande
--------------------------------------------------------------------------------------- */
.mainheader > .container {
  position: relative; }

.header-light {
  display: none; }

/* body#order {padding-top: 150px!important;} */
body#order .columns-container {
  min-height: calc(100vh - 300px); }

body#order header#header,
body[id*=-payment]:not(.module-mdgartistaffiliation-payments) header#header {
  padding-bottom: 35px;
  margin-bottom: 30px; }

body#order .header-full,
body#order .footer-full,
body#order .breadcrumb,
body#order #header-alert-wrap,
body[id*=-payment]:not(.module-mdgartistaffiliation-payments).showSmallHeader header#header,
body[id*=-payment]:not(.module-mdgartistaffiliation-payments) .header-full,
body[id*=-payment]:not(.module-mdgartistaffiliation-payments) .breadcrumb,
body[id*=-payment]:not(.module-mdgartistaffiliation-payments) #header-alert-wrap,
body[id*=-payment]:not(.module-mdgartistaffiliation-payments) .footer-full {
  display: none !important; }

body#order .header-light,
body[id*=-payment]:not(.module-mdgartistaffiliation-payments) .header-light {
  display: block !important; }

body#order header#header,
body[id*=-payment]:not(.module-mdgartistaffiliation-payments) header#header {
  padding: 20px 0 10px; }
  body#order header#header #header-logo,
  body[id*=-payment]:not(.module-mdgartistaffiliation-payments) header#header #header-logo {
    text-align: left !important; }
    body#order header#header #header-logo #logo,
    body[id*=-payment]:not(.module-mdgartistaffiliation-payments) header#header #header-logo #logo {
      width: 260px;
      text-align: left; }

#header-order-left {
  margin-top: 20px; }
  #header-order-left span {
    display: block; }
  #header-order-left span:nth-child(1) {
    padding-left: 22px;
    background: url(../img/fr.svg) no-repeat left 2px top 5px/15px; }

#header-order-right {
  margin-top: 8px;
  text-align: right; }
  #header-order-right span {
    display: block; }
  #header-order-right span:nth-child(1) {
    font-size: 14px; }
    #header-order-right span:nth-child(1) i {
      font-size: 16px; }
  #header-order-right span:nth-child(2) {
    line-height: 1.5em; }
  #header-order-right span:nth-child(3) {
    position: relative;
    background: url(../img/bg-phone.svg) no-repeat;
    width: 192px;
    height: 25px;
    margin-top: 3px;
    margin-left: auto; }
  #header-order-right span:nth-child(3) small {
    position: absolute;
    top: 5px;
    left: 29px;
    width: 48px;
    height: 16px;
    font-size: 7px;
    color: #fff;
    text-align: left;
    line-height: 7px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.05em; }
  #header-order-right span:nth-child(3) span {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 12px;
    width: auto;
    line-height: 12px;
    font-size: 13px;
    font-weight: 600; }

@media (max-width: 990px) {
  #header-order {
    right: 10px;
    width: calc(100% - 270px); } }
@media (max-width: 740px) {
  #header-order-left {
    display: none; } }
@media (max-width: 440px) {
  body#order header#header #logo,
  body[id*=-payment]:not(.module-mdgartistaffiliation-payments) header#header #logo {
    width: 100%;
    height: 70px;
    text-align: center; }

  body#order header#header #logo img.logo,
  body[id*=-payment]:not(.module-mdgartistaffiliation-payments) header#header #logo img.logo {
    height: 60px;
    margin-left: 20px;
    width: auto; }

  #header-order {
    position: static;
    width: 100%; }

  #header-order-right {
    width: 100%;
    margin-top: 10px;
    text-align: center; }

  #header-order-right > span {
    display: none; }

  #header-order-right > span:nth-child(3) {
    display: inline-block; } }
/* @Form
--------------------------------------------------------------------------------------- */
form.std .fieldset {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px; }

form.std .fieldset > div {
  margin: 0 !important;
  padding: 0; }

form.std .fieldset > div.grid-full {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3; }

form.std .fieldset > div input,
form.std .fieldset > div select {
  width: 100%;
  max-width: 100% !important;
  height: 34px; }

form.std .fieldset div {
  margin-right: 0 !important;
  margin-left: 0 !important; }

@media (max-width: 600px) {
  form.std .fieldset {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-row-gap: 30px; }

  form.std .fieldset > div.grid-full {
    -ms-grid-column: 1;
    grid-column: 1; } }
/* @Header
--------------------------------------------------------------------------------------- */
header#header {
  position: -webkit-sticky;
  position: sticky;
  top: -25px;
  z-index: 1030;
  width: 100%;
  background: #fff url(../img/pattern/geometric-1.svg) center bottom/60px;
  -webkit-transition: top 200ms ease;
  -moz-transition: top 200ms ease;
  -o-transition: top 200ms ease;
  transition: top 200ms ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
  header#header #topheader {
    background: #E61D30;
    color: #fff;
    font-size: 10px;
    height: 25px;
    line-height: 25px; }
    header#header #topheader > .container {
      display: flex;
      justify-content: space-between; }
      header#header #topheader > .container a {
        color: #fff;
        font-size: 10px; }
        header#header #topheader > .container a + a {
          margin-left: 15px; }
        header#header #topheader > .container a i {
          font-size: 16px;
          vertical-align: middle;
          margin-right: 5px; }
      header#header #topheader > .container button {
        height: 23px;
        margin: 0 0 2px;
        line-height: 20px;
        padding: 0px 13px; }
  header#header #mainheader {
    margin-bottom: 25px; }
    header#header #mainheader > .container {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header#header #mainheader > .container > div {
        flex: 1; }
        header#header #mainheader > .container > div#header-frenchMade {
          text-align: left; }
          header#header #mainheader > .container > div#header-frenchMade span.flag {
            display: inline-block;
            background: #fff;
            vertical-align: 1px;
            margin-right: 8px; }
            header#header #mainheader > .container > div#header-frenchMade span.flag:before, header#header #mainheader > .container > div#header-frenchMade span.flag:after {
              display: inline-block;
              content: '';
              width: 8px;
              height: 8px;
              background: #E61D30; }
            header#header #mainheader > .container > div#header-frenchMade span.flag:before {
              background: #0823A2;
              margin-right: 8px; }
        header#header #mainheader > .container > div#header-logo {
          text-align: center; }
          header#header #mainheader > .container > div#header-logo img.logo-small {
            display: none; }
        header#header #mainheader > .container > div#header-customer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          align-items: center;
          justify-content: end;
          text-align: right; }
          header#header #mainheader > .container > div#header-customer > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            display: -ms-flex;
            display: -webkit-flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            align-items: flex-end;
            white-space: nowrap;
            text-align: left;
            line-height: 12px; }
            header#header #mainheader > .container > div#header-customer > a i {
              font-size: 30px; }
            header#header #mainheader > .container > div#header-customer > a.my-account {
              padding-right: 50px; }
              header#header #mainheader > .container > div#header-customer > a.my-account i + span {
                text-align: left;
                padding-left: 8px;
                font-size: 12px;
                font-weight: 300;
                vertical-align: text-bottom; }
  header#header #subheader .submenu-wrap {
    background: #fff url(../img/pattern/geometric-1.svg) center top/60px; }

.cart_block .cart-info .quantity-formated {
  display: inline-block;
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 5px; }

.cart_block dt {
  border-bottom: 1px solid #231f20; }

.cart_block .cart_block_list .remove_link a:hover, .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
  color: #e71d31; }

.popup_site span.close:hover figure {
  background: #e71d31; }

.cart_block .cart-buttons a#button_order_cart span {
  padding: 7px 0;
  font-size: 1.1em;
  border: solid 1px #e71d31;
  background: #e71d31;
  text-transform: uppercase; }

.cart_block .cart-buttons a#button_order_cart:hover span {
  background: #fff;
  color: #e71d31; }

/* @Header - menu
--------------------------------------------------------------------------------------- */
header #menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

/* Code Promo - Bannière pub */
header #header-alert-wrap {
  background: #e71d31;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  height: 0;
  padding: 0; }

header #header-alert-wrap > div {
  padding: 10px; }

header #header-alert-wrap > div a {
  color: #fff; }

header #header-alert-wrap > div a:hover {
  text-decoration: underline; }

/* Menu */
.showSmallHeader header #adtm_menu {
  margin-top: 0; }

/* @Listing artistes
--------------------------------------------------------------------------------------- */
#artists-wrap {
  margin: 70px 0; }

#module-mdgartistaffiliation-artists h1 {
  text-align: center; }

#module-mdgartistaffiliation-artists .artists-list-wrap {
  display: -ms-grid;
  display: grid;
  float: left;
  width: 50%;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-columns: repeat(3, 1fr);
  grid-gap: 10px; }

#module-mdgartistaffiliation-artists .artists-list-wrap:first-child {
  padding-right: 10px;
  border-right: 1px solid #e71d31; }

#module-mdgartistaffiliation-artists .artists-list-wrap:last-child {
  margin-left: -1px;
  padding-left: 10px;
  border-left: 1px solid #e71d31; }

#module-mdgartistaffiliation-artists .artists-list-wrap > h3 {
  grid-column: span 3;
  text-align: center; }

#module-mdgartistaffiliation-artists .artists-list-wrap > div {
  position: relative;
  font-size: 14px;
  text-align: center; }

#module-mdgartistaffiliation-artists .artists-list-wrap > div .artists-img {
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

#module-mdgartistaffiliation-artists .artists-list-wrap > div .artists-cover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

#module-mdgartistaffiliation-artists .artists-list-wrap > div:hover .artists-cover {
  opacity: 1;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

#module-mdgartistaffiliation-artists .artists-list-wrap > div .nameartistes {
  text-align: center; }

#module-mdgartistaffiliation-artists .artists-list-wrap > div a {
  font-size: 14px;
  line-height: 20px; }

#module-mdgartistaffiliation-artists .content_scene_cat_bg {
  border-top: 1px solid #e71d31;
  padding-top: 20px; }

.titleproductartist {
  font-size: 25px;
  margin: 40px 0px; }

#module-mdgartistaffiliation-artists #artists-featured .artists-list-wrap {
  float: none;
  width: 80%;
  margin: 60px auto;
  padding: 0;
  border: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns: repeat(4, 1fr);
  grid-gap: 10px; }

@media (max-width: 768px) {
  #module-mdgartistaffiliation-artists #artists-featured .artists-list-wrap {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: repeat(2, 1fr); } }
/* @Page artiste
--------------------------------------------------------------------------------------- */
#artist {
  float: left;
  width: 25%;
  padding-right: 10px; }
  #artist h1 {
    margin: 0px;
    line-height: 26px; }
  #artist .paysartist {
    font-size: 11px;
    margin-bottom: 15px; }
  #artist img {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-bottom: 15px; }
  #artist .description_box {
    font-size: 12px;
    max-width: 260px; }

#artist ~ .alert,
#artist ~ ul#product_list {
  float: left;
  width: 75%;
  margin-top: 58px; }
  #artist ~ .alert.alert,
  #artist ~ ul#product_list.alert {
    margin: 0; }
    #artist ~ .alert.alert + ul#product_list,
    #artist ~ ul#product_list.alert + ul#product_list {
      margin-top: 10px; }

@media (max-width: 850px) {
  #artist {
    width: 33%; }

  #artist ~ .alert,
  #artist ~ ul#product_list {
    width: 66%; } }
@media (max-width: 730px) {
  #artist {
    width: 100%;
    padding: 0 0 15px; }
    #artist img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #artist .description_box {
      max-width: unset; }

  #artist ~ .alert,
  #artist ~ ul#product_list {
    width: 100%;
    max-width: unset; } }
#module-mdgartistaffiliation-account #my-account li {
  margin-bottom: 18px; }

@media (max-width: 768px) {
  #module-mdgartistaffiliation-artists .artists-list-wrap {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: repeat(2, 1fr); }

  #module-mdgartistaffiliation-artists .artists-list-wrap > h3 {
    grid-column: span 2; } }
@media (max-width: 565px) {
  #module-mdgartistaffiliation-artists .artists-list-wrap {
    width: 100%;
    border: none !important;
    padding: 0 !important; }

  #module-mdgartistaffiliation-artists .artists-list-wrap + .artists-list-wrap {
    margin-top: 60px; } }
/*PAGE CONNEXION*/
#authentication #login_form .form-group.mail-adress {
  margin-bottom: 15px; }

#authentication #login_form .form-control, #authentication #create-account_form .form-control {
  max-width: 100%; }

/*CATEGORY*/
.img-cat {
  position: relative; }

.content_scene_cat {
  clear: both; }

.content_scene_cat_bg h2 {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8em;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 20px;
  padding: 0 10% 10px;
  border-bottom: 1px solid #e71d31; }

.content_scene_cat_bg p + p {
  margin-top: 8px; }

.content_scene_cat {
  color: #898989;
  font-size: 12px;
  line-height: 14px;
  margin: 22px 0 26px 0; }

#categories_block_left li li a {
  font-weight: normal;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 12px; }

#categories_block_left li li a:hover {
  color: #e71d31; }

#categories_block_left ul.tree > li {
  margin-bottom: 25px; }

#imgreassurancecategory1, #imgreassurancecategory2 {
  border-top: 1px solid #1a1a1a;
  padding: 5px 0px; }

/*S'ENREGISTRER ARTISTE*/
#module-mdgartistaffiliation-authentication h1 {
  margin: 23px 0px 15px;
  font-size: 28px;
  line-height: 31px; }

#module-mdgartistaffiliation-authentication p.sub-heading {
  color: #e71d31;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px; }

#module-mdgartistaffiliation-authentication p.sub-heading span {
  text-transform: uppercase; }

#module-mdgartistaffiliation-authentication .infos-account-artist {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 600; }

#module-mdgartistaffiliation-authentication .infos-account-artist li {
  width: 100%;
  padding-bottom: 12px; }

#module-mdgartistaffiliation-authentication .infos-account-artist li:before {
  content: '1';
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 28px;
  color: #fff;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: bold;
  background: #231f20;
  float: left;
  margin-top: -5px; }

#module-mdgartistaffiliation-authentication .infos-account-artist li:nth-child(2):before {
  content: '2'; }

#module-mdgartistaffiliation-authentication .infos-account-artist li:nth-child(3):before {
  content: '3'; }

#module-mdgartistaffiliation-authentication .infos-account-artist li:nth-child(4):before {
  content: '';
  background: url("../img/etoile.svg") no-repeat #231f20;
  background-size: 16px 18px;
  background-position: center center; }

#module-mdgartistaffiliation-authentication .infos-account-artist li + li {
  margin-top: 15px; }

#module-mdgartistaffiliation-authentication .etape-artist {
  font-size: 14px;
  color: #e71d31;
  font-weight: 600;
  margin-top: 3px; }

#module-mdgartistaffiliation-authentication .etape-artist:before {
  content: '';
  background: url("../img/sprite.png") no-repeat -34px -89px;
  width: 9px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }

#module-mdgartistaffiliation-authentication .etape-artist span.sep {
  margin: 0 5px; }

#module-mdgartistaffiliation-authentication .etape-artist span {
  display: inline-block;
  line-height: 19px;
  height: 19px; }

#module-mdgartistaffiliation-authentication .etape-artist span:nth-child(even) {
  color: #1a1a1a; }

#module-mdgartistaffiliation-authentication .avantage-artist a {
  background: #e71d31;
  color: #fff;
  text-transform: uppercase;
  padding: 5px; }

#module-mdgartistaffiliation-authentication .avantage-artist a:hover {
  opacity: 0.6; }

#module-mdgartistaffiliation-authentication .avantage-artist a:before {
  content: '';
  background: url("../img/sprite.png") no-repeat -34px -120px;
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: -5px; }

#module-mdgartistaffiliation-authentication .second-block-account {
  text-align: right;
  font-size: 14px;
  font-weight: 600; }

#module-mdgartistaffiliation-authentication #authintro .inline-block {
  vertical-align: top; }

#module-mdgartistaffiliation-authentication #authintro .inline-block:first-child {
  width: 68.5%;
  border-right: 1px solid #1a1a1a;
  padding-right: 30px; }

#module-mdgartistaffiliation-authentication #authintro .inline-block:last-child {
  width: 31.5%;
  padding-left: 30px; }

#module-mdgartistaffiliation-authentication p.page-subheading {
  text-align: center;
  color: #1a1a1a;
  font-size: 24px;
  text-transform: inherit;
  font-weight: 400;
  padding: 40px 0px;
  margin: 40px 0 30px;
  border-top: 1px solid #1a1a1a; }

#module-mdgartistaffiliation-authentication .breadcrumb {
  margin-bottom: 7px; }

#artistCreate > .col-xs-12.col-sm-6 {
  width: 47.5%; }

#artistCreate > .col-xs-12.col-sm-6 + .col-xs-12.col-sm-6 {
  margin-left: 5%; }

#artistCreate .cgv {
  margin-top: 45px;
  text-align: right; }

#artistCreate .cgv .checker {
  float: none;
  display: inline-block;
  vertical-align: top; }

#artistCreate .submit {
  text-align: right; }

#artistCreate label span {
  color: #191919;
  font-family: "Poppins";
  font-size: 11px;
  font-weight: normal; }

#artistCreate #biography {
  min-height: 209px; }

.champsobli {
  font-size: 11px;
  float: left;
  color: #777777; }

/*MON COMPTE ARTISTE*/
.info-artist .inline-block {
  vertical-align: top; }

.info-artist .inline-block:first-child {
  width: 35%;
  margin-right: 2%; }

.info-artist .inline-block:first-child img {
  width: 100%;
  height: auto; }

.info-artist .inline-block:last-child {
  width: 63%; }

.info-artist h1 {
  font-size: 28px;
  margin: 0px 0px 0px 0px;
  text-transform: inherit; }

.info-artist .country-artist {
  font-size: 14px;
  margin: 0px 0px 16px 0px; }

.info-artist .info-account {
  font-size: 12px; }

#module-mdgartistaffiliation-account .info-account {
  margin-top: 20px; }

#module-mdgartistaffiliation-account .row.addresses-lists {
  margin-top: 24px; }

#module-mdgartistaffiliation-account .row.addresses-lists ul li a {
  width: 60%;
  border-color: #CDC8C8;
  font-size: 16px;
  font-weight: 600;
  height: 34px;
  display: inline-block;
  padding-right: 2%; }

#module-mdgartistaffiliation-account .row.addresses-lists ul li a span {
  display: inline-block;
  line-height: 35px;
  padding: 0px; }

#module-mdgartistaffiliation-account .row.addresses-lists ul li span.other-info {
  font-size: 13px;
  margin-left: 5px;
  font-weight: 400; }

/*ATTRIBUTS DU PRODUIT*/
#buy_block #attributes fieldset {
  border: 2px solid #e5e5e5;
  padding: 12px 8px;
  background: #fff; }

/*entêtes*/
#buy_block #attributes fieldset label {
  border: none;
  background: #fff;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  text-align: left; }

#buy_block #attributes fieldset label span.counter {
  color: #fff;
  background: #e71d31;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 14px; }

#buy_block #attributes fieldset .attribute_list {
  border: none;
  text-align: center;
  font-size: 0;
  display: flex; }

/*contenu*/
#buy_block #attributes .attribute_list ul {
  width: 100%;
  margin: 0; }

#buy_block #attributes .attribute_list ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 5px;
  border: none;
  font-size: 14px;
  text-align: center;
  margin: 0;
  float: none;
  color: #e71d31; }

#buy_block #attributes .attribute_list ul li.selected {
  background: #ede8e3;
  border: none; }

#buy_block #attributes .attribute_list ul li a.color_pick {
  width: 100%;
  height: 100%;
  color: #e71d31;
  display: block;
  position: relative; }

#buy_block #attributes .attribute_list ul li a img {
  max-width: 100%;
  height: auto; }

#buy_block #attributes .attribute_list ul li a .attribute_name {
  padding: 15px 0;
  text-align: center;
  display: inline-block; }

#buy_block #attributes .group_format .attribute_list ul li a.color_pick {
  min-height: 74px; }

#buy_block #attributes .group_format .attribute_list ul li a img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0; }

/*#buy_block #attributes .group_format .attribute_list ul li:nth-child(3)  li {flex-grow: 2;}*/
#buy_block #attributes .group_format .attribute_list ul li:last-child {
  flex-grow: 1.5; }

/*specifique*/
#buy_block #attributes .group_format {
  margin-bottom: 15px; }

#buy_block #attributes .group_format .attribute_list ul li a .attribute_name {
  display: none; }

#buy_block #attributes fieldset ul li {
  position: relative; }

#buy_block #attributes fieldset:nth-of-type(1) ul,
#buy_block #attributes fieldset:nth-of-type(2) ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap; }

#buy_block #attributes fieldset:nth-of-type(1) ul li,
#buy_block #attributes fieldset:nth-of-type(2) ul li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
  flex: 1; }

#buy_block #attributes fieldset:nth-of-type(1) ul li a:after,
#buy_block #attributes fieldset:nth-of-type(2) ul li span:after {
  content: '\f10c';
  display: inline-block;
  width: 100%;
  color: #231f20;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#buy_block #attributes fieldset:nth-of-type(1) ul li.selected a:after,
#buy_block #attributes fieldset:nth-of-type(2) ul li.selected span:after {
  content: '\f192'; }

#buy_block #attributes fieldset:nth-of-type(1) ul li {
  padding-bottom: 40px; }

#buy_block #attributes fieldset:nth-of-type(1) ul li a:after {
  position: absolute;
  bottom: -26px;
  left: 0; }

#buy_block #attributes fieldset:nth-of-type(1) ul li a img {
  width: auto;
  max-height: 100%;
  max-width: none; }

#buy_block #attributes fieldset:nth-of-type(1) ul li:nth-of-type(3) ~ li {
  flex: 1.4; }

#buy_block #attributes fieldset:nth-of-type(2) ul li a span {
  width: 100%; }

#buy_block #attributes fieldset:nth-of-type(2) ul li a img {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }

#buy_block #attributes fieldset:nth-of-type(2) ~ fieldset {
  position: relative;
  margin-top: -2px;
  padding-top: 0;
  z-index: 9;
  border-top: none; }

#buy_block #attributes fieldset:nth-of-type(2) ~ fieldset label {
  display: none; }

#buy_block #attributes fieldset:nth-of-type(2) ~ fieldset .attribute_list {
  flex-direction: column; }

#buy_block #attributes fieldset:nth-of-type(2) ~ fieldset ul li {
  width: 100%;
  text-align: left;
  padding: 2px; }

#buy_block #attributes fieldset:nth-of-type(2) ~ fieldset ul li:after {
  content: '\f10c';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #231f20;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#buy_block #attributes fieldset:nth-of-type(2) ~ fieldset ul li.selected:after {
  content: '\f192'; }

#buy_block #attributes fieldset:nth-of-type(2) ~ fieldset ul li a img {
  margin-bottom: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }

#buy_block #attributes fieldset:nth-of-type(2) ~ fieldset .attribute_list ul li .attribute_name {
  margin-left: 15px; }

@media (max-width: 590px) {
  #buy_block #attributes fieldset:nth-of-type(2) ~ fieldset ul li a img {
    width: 50px; } }
@media (max-width: 430px) {
  #buy_block #attributes fieldset:nth-of-type(1).large-attributes-group ul li {
    min-width: 33%; } }
/*fleches*/
#buy_block #attributes .group_format, #buy_block #attributes .group_finition_support {
  position: relative; }

#buy_block #attributes fieldset:after {
  top: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(219, 219, 219, 0);
  border-top-color: #dbdbdb;
  border-width: 12px;
  margin-left: -12px; }

#quantity_wanted_p {
  margin-top: 14px; }

/*tips*/
#buy_block #attributes fieldset label a {
  color: #b3a6a0;
  font-size: 11px;
  text-transform: none;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right; }

#buy_block #attributes fieldset label a:hover {
  text-decoration: underline; }

#buy_block #attributes fieldset label a .icon-question-circle {
  margin-right: 3px;
  font-size: 16px;
  position: relative;
  top: 2px; }

@media (max-width: 410px) {
  #buy_block #attributes fieldset label a {
    font-size: 0; } }

/*# sourceMappingURL=theme.css.map */
