.align-self-center {
    -webkit-align-self:center!important;
    -ms-flex-item-align:center!important;
    align-self:center!important
}
.card-product {
 background:#FFF
}
.card-product.fond_blanc {
 background:#F7F7F7
}
.card-product .product__header {
 position:relative;
 height:200px;
 padding:20px 20px 0
}
@media (min-width:992px) {
 .cta--see-all a {
  margin-right:40px
 }
 .card-product .product__header {
  height:275px
 }
}
.card-product .product__header .promo_wrapper {
 position:absolute;
 left:0;
 padding:10px 20px;
 margin-bottom:20px;
 color:#FFF;
 -webkit-border-radius:0 4px 4px 0;
 -moz-border-radius:0 4px 4px 0;
 border-radius:0 4px 4px 0
}
.card-product .product__header .promo_wrapper.coup-de-coeur {
 background:#0091FF
}
.card-product .product__header .promo_wrapper.promotion {
 background:#FF003F
}
.card-product .product__header .promo_wrapper.top-20 {
 top:20px
}
.card-product .product__header .promo_wrapper.top-75 {
 top:75px
}
.card-product .product__header .header__label .label__item {
 margin-bottom:15px
}
.card-product .product__header .header__label .label__item:last-child {
 margin:0
}
.card-product .product__header .header__label .label__item.margin-top-100 {
 margin-top:100px
}
.card-product .product__header .header__label .label__item.margin-top-50 {
 margin-top:60px
}
.card-product .product__header .header__img .h-275 {
 height:275px
}
.card-product .product__header .header__arome .arome__item:not(:last-child) {
 margin-bottom:5px
}
.card-product .product__body {
 font-size:.875rem
}
.card-product .product__body .body__quantity {
 padding-right:20px;
 color:#321D10;
 height:50px
}
.card-product .product__body .body__quantity p {
 margin:0
}
.card-product .product__body .body__content {
 height:100px
}
.card-product .product__body .body__content .content__infos {
 width:60%;
 padding:20px
}
.card-product .product__body .body__content .content__infos .infos__title {
 font-weight:700;
 text-transform:uppercase;
 line-height:1;
 margin-bottom:0;
 color:#321D10
}
.card-product .product__body .body__content .content__infos .infos__subtitle {
 color:rgba(50,29,16,.5);
 margin-bottom:0
}
.card-product .product__body .body__content .content__prices {
 width:35%;
 background:#BDB1A5;
 -webkit-border-radius:4px 0 0 0;
 -moz-border-radius:4px 0 0;
 border-radius:4px 0 0;
 color:#FFF;
 text-align:right;
 line-height:1;
 padding-right:20px
}
.card-product .product__body .body__content .content__prices small {
 text-transform:uppercase
}
.card-product .product__body .body__content .content__prices .prices__price {
 font-size:1.25rem;
 font-weight:700
}
.card-product .product__body .body__content .content__prices .prices__promos {
 text-decoration:line-through
}
.card-product .product__body .body__content .content__prices p {
 margin:0;
 text-align:right
}
.card-product .product__body .body__content .content__prices.promotion {
 background:#FF003F
}
.card-product .product__body .body__order {
 display:none!important
}
.card-product .product__body .body__order .order__btn .order__btn--add,
.card-product .product__body .body__order .order__btn .order__btn--minus {
 display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 width:30px;
 height:30px;
 background:#625852;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -moz-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.card-product .product__body .body__order .order__btn .order__btn--add:hover,
.card-product .product__body .body__order .order__btn .order__btn--minus:hover {
 background:#A58B78
}
.card-product .product__body .body__order .order__btn .order__btn--add {
 border-bottom:1px solid #FFF
}
.card-product .product__body .body__order .order__quantity input {
 height:60px;
 text-align:center;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 border-radius:0;
 width:60px;
 display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 border-left:2px solid #FFF;
 border-right:2px solid #FFF;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -moz-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 background:#E5DAD4
}
.card-product .product__body .body__order .order__cart button {
 display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -moz-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 height:60px;
 background:#FCB020;
 color:#FFF;
 font-weight:700;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 border-radius:0
}
.card-product .product__body .body__order .order__cart button:hover {
 background:#e69803
}
.card-product:hover {
 cursor:pointer
}
.card-product:hover .product__body .body__order {
 display:-webkit-box!important;
 display:-webkit-flex!important;
 display:-moz-box!important;
 display:-ms-flexbox!important;
 display:flex!important
}
.card-product:hover .product__header {
 height:215px
}