:root {
    --error: #FE3406;
}
h1{ 
    color: var(--primary-pressed); 
    font-size: 3rem; 
}
h2{ 
    font-weight: 300;
    color: var(--primary-pressed); 
    font-size: 2rem; 
}
h2.noel {
    color: var(--noel-rouge);
}
body {
    background-color: var(--first-light);
}
::-webkit-scrollbar-thumb {
    background-color: var(--first-light);
}
::-webkit-scrollbar-track {
    background-color: var(--first-light);
}
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}
body {
    background-color: var(--first-light);
}
main {
    padding-top: 80px;
}
.main {
    padding-top: 80px;
    margin: 0px auto;
    max-width: 1200px;
}
.btnFilters{
    display: none;
}
.limit div img:nth-child(2) {
    display: none;
}
.user {
    width: 30%;
    max-width: 280px;
    text-align: center;
    margin-bottom: 70px;
}
.profil {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: 150px;
    margin-bottom: 30px;
}
.infos_perso,
.select_filters {
    border: 2px solid var(--second-light);
    border-radius: var(--primary-border-radius);
    margin-top: 50px;
}
.infos_perso {
    padding: 10px;
    margin-top: 50px;
}
.select_filters {
    padding: 6px 10px;
    margin-top: 10px;
}
.list_filters {
    flex-wrap: wrap;
}
.list_filters .filters,
.list_filters .filters_promo {
    margin: 4px 0px;
}
.fonctionnalites,
.filters,
.filters_promo {
    padding: 15px;
    height: 60px;
    cursor: pointer;
    border-radius: var(--secondary-border-radius);
}
.fonctionnalites,
.filters {
    margin: 8px 0px;
}
.btnMag.fonctionnalites{
    margin: 0px;
}
.filters {
    width: 100%;
    padding: 15px 10px 15px 20px;
    background-color: var(--first-light);
}
.filters_promo {
    background-color: var(--first-light);
    width: 100%;
    margin: 8px 0px;
}
.fonctionnalites p,
.filters p,
.filters_promo p {
    font-family: var(--primary-font);
    font-size: 0.875em;
}
.fonctionnalites p,
.filters p {
    text-align: left;
}
.infos_perso .fonctionnalites:first-child,
.infos_perso .fonctionnalites:first-of-type {
    margin-top: 0px;
}
.infos_perso .fonctionnalites.last,
.infos_perso .fonctionnalites.btn-actif:not(:first-child),
.infos_perso .fonctionnalites.btn-actif:not(:first-of-type) {
    margin-bottom: 0px;
}
.fonctionnalites img {
    height: 20px;
}
.fonctionnalites img:last-child {
    height: 15px;
}
.fonctionnalites:hover {
    background-color: var(--black);
}
.fonctionnalites:hover div:first-child p {
    color: var(--white);
}
.fonctionnalites:hover div:last-child p {
    color: var(--black);
}
.btn-actif {
    background-size: auto;
    background-color: var(--secondary-normal);
}
.btn-actif p {
    color: var(--white);
}
.btn-actif.noel {
    background-color: var(--blue);
}
.btn-actif.noel p {
    color: var(--black);
}
.fonctionnalites.btn-actif.noel:hover div:first-child p {
    color: var(--black);
}
#ma-boutique{
    font-weight: 300;
    font-size: 0.875em;
}
.btn-actif .nombre p {
    color: var(--black);
}
.dashboard-bloc {
    width: 70%;
    margin-left: 80px;
}
.reduction {
    margin-bottom: 75px;
}
.more{ 
    text-decoration:none; 
}
.nomMagasin{ 
    text-transform: lowercase; 
}
.nomMagasin::first-letter{ 
    text-transform: capitalize; 
}
.nombre { 
    background-color: var(--white);
    padding: 5px 8px;
    border-radius: 190px;
    box-shadow: var(--box-shadow);
    margin-right: 10px;
    font-weight: 600;
}
.nombre {
    font-size: 0.750em;
    font-weight: 600;
    min-width: 28px;
}
.nombre-categorie{
    text-align: center;
}
.magasins {
    margin-top: 50px;
    margin-bottom: 40px;
}
.produits_list {
    position: relative;
    left: -15px;
    width: 100%;
    overflow: auto;
    padding: 30px 0px 30px 15px;
    overflow-y: hidden;
}
.width_100 {
    width: 100%;
}
.produit_vide {
    background-color: var(--white);
    padding: 40px;
    border-radius: var(--primary-border-radius);
    box-shadow: var(--box-shadow);
    min-width: 300px;
    width: 300px;
    margin-right: 30px;
    height: 295px;
    display: grid;
    opacity: 0.5;
    margin-right: 0px;
    width: 100%;
    min-width: 0px;
}
.magasins.loaderContent .produit_vide{
    opacity: 1;
    height: 250px;
}
.produit_vide>div {
    color: var(--secondary-normal);
    margin: auto;
}
.produits_scroll {
    margin-right: 15px;
}
.produits_scroll img {
    height: 30px;
    cursor: pointer;
}
.scrollDroite {
    margin-left: 10px;
}
.produits {
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: 15px 0px 15px 15px;
    width: auto;
    text-align: center;
    margin-right: 25px;
    height: 295px;
    width: 240px;
    cursor: pointer;
    border: 1px solid var(--white);
    position:relative;
}
.produits.removed-item{
    -webkit-animation: removed-item-animation .2s cubic-bezier(.55,-0.04,.91,.94) forwards;
    -o-animation: removed-item-animation .2s cubic-bezier(.55,-0.04,.91,.94) forwards;
    animation: removed-item-animation .2s cubic-bezier(.55,-0.04,.91,.94) forwards;
}

.produits.show-item{
    -webkit-animation: show-item-animation .2s cubic-bezier(.55,-0.04,.91,.94) forwards;
    -o-animation: show-item-animation .2s cubic-bezier(.55,-0.04,.91,.94) forwards;
    animation: show-item-animation .2s cubic-bezier(.55,-0.04,.91,.94) forwards;
}

.produits img {
    width: 100%;
    padding: 0px 20px;
    pointer-events: none
}
.produits img.produits_images {
    width: auto;
    height: 115px;
    max-height: 90%;
    margin-top: 30px;
}
.illustration_produit_panier img{
    max-height: 90%;
}
.produits p {
    font-weight: 400;
    font-size: 0.750em;
}
.produits p.reference {
    font-weight: 400;
    font-size: 0.625em;
}
.produits p.model{
    height: 2.2rem;
    padding: 6px 8px;
}
.produits p span:first-child:not(.decimals) {
    font-size: 0.750em;
    color: var(--third-normal);
    text-decoration: line-through;
    font-weight: 600;
}
.produits.noel p span:not(.decimals):first-child {
    color: var(--noel-rouge);
}
.produits p:nth-child(2) {
    margin-bottom: 10px;
}
.produits p.price {
    font-weight: 800;
    font-size: 1.063em;
    margin-top: 10px;
}
.produits p.price {
    color: var(--secondary-normal);
}
.dispo,
.dispo_epuise {
    z-index: 1;
    position: absolute;
    top: -16px;
    right: 0px;
    color: var(--white);
    font-family: var(--secondary-font);
    border-radius: 190px 190px 0px 190px;
    font-size: 0.750em;
    width: 100px;
    padding: 5px 0px;
    font-weight: 600;
}
.dispo {
    background-color: var(--black);
}
.dispo_epuise {
    background-color: #999999;
}
.nombre-prod.dispo.promo{
    background-color: var(--blue-instagram);
}
.produits:hover {
    box-shadow: none;
    border: 1px solid var(--second-light);
}
.actions { 
    border-top: 2px solid var(--second-light); 
    margin-top:20px;
}
.actions a {
    width: 50%;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 49px;
}
.actions img{
    height: 50px;
    padding: 15px 0px;
}
.actions a:first-child img{
    border-right: 2px solid var(--second-light);
}
.overlay_stock {
    width: 196px;
    height: 293px;
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px 0px 15px 15px;
}
.overlay_stock p {
    color: var(--white);
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 15px;
}
.prevenir {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    padding: 17px;
    background-color: var(--black);
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 0.875em;
    border:none;
    cursor:pointer;
}
.commande_detail_title {
    margin-bottom: 30px;
}
.list_commande_produits {
    margin-top: 40px;
}
.list_commande .produit_panier {
    box-shadow: inherit;
    border: 2px solid var(--second-light);
    height: 100px;
    max-width: 100px;
    min-width: 100px;
}
.list_commande_produits div {
    width: 100%;
}
.produit_panier {
    margin-right: 20px;
    border-radius: var(--secondary-border-radius);
}
.produit_panier img{
    border-radius: var(--primary-border-radius);
}
.info_produit_panier div:first-child p:first-child {
    font-weight: 700;
    font-family: var(--primary-font);
}
.info_produit_panier div:first-child p:last-child {
    color: var(--black);
    font-weight: 700;
}
.list_commande_produits p {
    margin-bottom:3px;
}
.title_produit,
.list_commande_produits div .detail_produit p {
    width: 70%;
}
.info_produit_panier div:first-child {
    margin-bottom: 20px;
}
.info_produit_panier h5 {
    color: var(--secondary-normal);
    font-weight: 800;
    font-size: 1.5em;
}
.info_produit_panier h5 span:first-child:not(.decimals) {
    font-size: 0.750em;
    color: var(--third-normal);
    text-decoration: line-through;
}
.info_produit_panier h5.noel span:first-child:not(.decimals) {
    color: var(--noel-rouge);
}
.info_produit_panier p span {
    font-weight: 800;
}
.info_produit_panier table,
.info_produit_panier tr,
.info_produit_panier td,
.info_produit_panier th,
.info_produit_panier thead,
.info_produit_panier tbody {
    border: 0;
}
.info_produit_panier th,
.info_produit_panier td {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 0.75em;
    padding-top: 3px;
}
.info_produit_panier th {
    padding-top: 15px;
    font-weight: 800;
}
.info_produit_panier tr:first-child th {
    padding-top: 0px;
}
.info_produit_panier tr td.featureName {
    font-style: italic;
    padding-right: 10px;
}
.info_produit_panier tr td.featureValue {
    font-weight: 600;
}
.illustration_produit_panier {
    margin-bottom: 40px;
    position: relative;
}
.list_commande p {
    font-size: 0.750em;
}
.info {
    margin-top: 20px;
}
.list_commande_produits .cta_panier {
    width: 45px;
}
.filtres {
    display: none !important;
}
.list_promo {
    width: 100%;
}
.info_produit_panier a {
    display: none;
}
.info_produit_panier a.openCGU {
    display: block;
    font-size: 0.750em;
}
.ajout_panier {
    background-color: var(--primary-normal);
    width: 100%;
    border-radius: var(--secondary-border-radius);
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 18px 25px;
    cursor: pointer;
}
.ajout_panier p {
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 800;
    font-size: 0.875em;
}
.ajout_panier:hover {
    background-color: var(--black);
}
.produits .ajout_panier p {
    color: var(--white);
    font-size: 0.750em;
    font-family: var(--secondary-font);
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
}
.btnPrevenir {
    background-color: var(--black);
    width: 100%;
    border-radius: var(--secondary-border-radius);
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 18px 25px;
    cursor: pointer;
}
.btnPrevenir p {
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 1.000em;
}
.produits .btnPrevenir p {
    color: var(--white);
    font-size: 0.750em;
    font-family: var(--secondary-font);
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
}
.ruban {
    position: relative;
    height: 55px;
    width: auto !important;
    left: -71px;
    top: -292px;
}
.christmas{
    height: 180px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin: 0px 300px;
}
.infos_moment_reduit{
    display: none;
}
.second_main_user {
    width: 30%;
    max-width: 400px;
    min-width: 300px;
    text-align: center;
}
.illustration {
    width: 100%;
    height: 260px;
    background: url('../img/assets/map.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid var(--second-light);
    border-radius: var(--primary-border-radius);
}
.reduction img{
    display: none;
}
.oups img{
    margin-top: 25px;
}
.oups .plus_stock{
    margin-top: 40px;
}
.oups p:nth-child(3){
    margin-top: 15px;
}
.oups.noel img {
    margin-top: 20px;
    width: 110px;
}
.plus_stock{
    font-family: var(--primary-font);
    color: var(--third-normal);
}
.website {
    margin-top: 50px;
    max-height: 300px;
    padding: 100px;
}
.is-hidden-categorie{
    display: none !important;
}
.filterBtnMobile {
    display: none;
}
.number_filtre {
    min-width: 31px;
}
.number_filtre p {
    font-size: 0.875em;
}
#filtres div.button {
    font-size: 0.875em;
}
#filtres div.button.resetFilter {
    background-color: var(--white);
    color: var(--secondary-normal);
    font-weight: 300;
}
.user_filter {
    position: sticky;
    -webkit-position: -webkit-sticky;
    top: 50px;
}
.magasins.is-selected .produits_scroll {
    display: none;
}
.magasins.is-selected .produits_list > div {
    flex-wrap: wrap;
    width: 100%;
}
.magasins.is-selected .produits:not(.oups) {
    width: 30%;
    margin-right: 5%;
}
.magasins.is-selected .produits:not(.oups):nth-child(3n) {
    margin-right: 0;
}
.magasins.is-selected .produits:not(.oups):nth-child(n+4){
    margin-top: 40px;
}
/*** Banner Black Friday ***/
.blackfriday {
    position: relative;
    width: 100%;
    background-color: var(--black-friday-dark);
    height: 140px;
    overflow: hidden;
}
.bf_titre {
    position: relative;
    height: 100%;
}
.bf_titre div {
    background-image: url('/assets/img/operation/blackfriday/bforblack.svg');
    background-size: auto 230%;
    background-position: center center;
    height: 100%;
}
.bf_titre h1 {
    display: none;
    font-family: var(--font-two);
    font-weight: 600;
    color: #292929;
    top: -40px;
    font-size: 5em;
    line-height: 0.75;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #C0FCEC;
    transform: rotate(-3deg);
    white-space: nowrap;
}
.bf_titre h1 span {
    color: #C0FCEC;
}
.bf_limit {
    position: absolute;
    width: 300px;
    top: 0px;
    left: 50%;
    margin: 0 -300px;
    height: 140px;
    background-color: var(--black);
    padding: 20px 30px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bf_limit img {
    max-width: 70px;
    margin-bottom: 15px;
}
.bf_limit p:first-child {
    font-weight: 900;
}
.bf_limit p:last-child {
    font-size: 0.875em;
    font-weight: 500;
}
.bf_limit p:last-child span.bf_code {
    font-weight: 900;
    font-size: 1em;
    margin-top: 0px;
}
.bf_cgu {
    position: absolute;
    right: -20px;
    top: calc(50% - 20px);
    background-color: var(--white);
    color: var(--secondary-normal);
    border-radius: 90px;
    height: 40px;
    width: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.magasins.is-selected.is-promo .produits:not(.oups) {
    width: 23.5%;
}
.magasins.is-selected.is-promo .produits:not(.oups),
.magasins.is-selected.is-promo .produits:not(.oups):nth-child(3n) {
    margin-right: 2%;
}
.magasins.is-selected.is-promo .produits:not(.oups):nth-child(4n) {
    margin-right: 0;
}
.magasins.is-selected.is-promo .produits:not(.oups):nth-child(n+4) {
    margin-top: 0px;
}
.magasins.is-selected.is-promo .produits:not(.oups):nth-child(n+5) {
    margin-top: 40px;
}
.magasins.is-selected.is-promo .produits_list {
    left: 0px;
    overflow: auto;
    padding: 30px 0px;
}
/** KeyFrames **/
@keyframes d3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}
@keyframes removed-item-animation {
    from {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        display:block;
    }
    to {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        display:none;
        height:0px;
        width:0px;
    }
}
@keyframes show-item-animation {
    from {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        display:none;
        height:0px;
        width:0px;
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        display:block;
    }
}
@-webkit-keyframes openpopup {
    0% { opacity: 0; margin-right: -90px; }
    15% { opacity: 0; margin-right: -60px; }
    50% { opacity: 0.3; margin-right: -30px; }
    100% { opacity: 1; margin-right: 0px; }
}
@-moz-keyframes openpopup {
    0% { opacity: 0; margin-right: -90px; }
    15% { opacity: 0; margin-right: -60px; }
    50% { opacity: 0.3; margin-right: -30px; }
    100% { opacity: 1; margin-right: 0px; }
}
@-o-keyframes openpopup {
    0% { opacity: 0; margin-right: -90px; }
    15% { opacity: 0; margin-right: -60px; }
    50% { opacity: 0.3; margin-right: -30px; }
    100% { opacity: 1; margin-right: 0px; }
}
@keyframes openpopup {
    0% { opacity: 0; margin-right: -90px; }
    15% { opacity: 0; margin-right: -60px; }
    50% { opacity: 0.3; margin-right: -30px; }
    100% { opacity: 1; margin-right: 0px; }
}
/** Responsive **/
@media screen and (min-width: 1408px){
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1280px) {
    .second_main_user {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        max-width: inherit;
        min-width: auto;
    }
    .second_main{
        padding-bottom: 70px;
        width: calc(100% - 100px);
        margin-left: 50px;
    }
    .blackfriday{
        margin-top: 0px;
    }
    .infos_moment_reduit{
        display: flex;
        width: 100%;
    }
    .infos_moment_reduit a, 
    .infos_moment_reduit section{
        width: 48%;
    }
    .infos_moment_reduit .instaFeed{
        margin-top: 0px;
    }
    .dashboard-bloc h2{
        margin-top: 50px;
    }
    .main {
        max-width: inherit;
        padding-top: 50px;
    }
    .reduction img {
        display: block;
        height: 120px;
    }
    .user {
        display: none;
    }
    .btnFilters{
        display: flex;
    }
    .dashboard-bloc {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .magasins.is-selected.is-promo .produits_list,
    .produits_list {
        left: 0px;
        padding: 30px 0px 30px 50px;
    }
    .produits:last-child {
        margin-right: 50px;
    }
    .magasins h6 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .reduction {
        margin: 0px 50px;
    }
    .christmas{
        left: inherit;
        margin: 0px;
        right: 50px;
    }
    .website {
        margin-top: 0px;
    }
    .produits_scroll {
        margin-right: 50px;
    }
    .filterBtnMobile {
        display: flex;
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 250px;
        padding: 20px 30px;
        background-color: var(--secondary-normal);
        border-radius: var(--secondary-border-radius);
        z-index: 10;
    }
    .filterBtnMobile p {
        font-family: var(--primary-font);
        color: var(--white);
    }
    .filterBtnMobile img {
        margin-right: 20px;
    }
    .filterBtnMobile .number_filtre {
        background-color: var(--white);
        border-radius: 190px;
        padding: 5px 10px;
    }
    .filterBtnMobile .number_filtre p {
        color: var(--black);
        text-align: center;
    }
    .magasins.is-selected .produits_list > div {
        padding-right: 50px;
    }
    .magasins.is-selected .produits:not(.oups) {
        width: 23.5%;
    }
    .magasins.is-selected .produits:not(.oups),
    .magasins.is-selected .produits:not(.oups):nth-child(3n) {
        margin-right: 2%;
    }
    .magasins.is-selected .produits:not(.oups):nth-child(4n) {
        margin-right: 0;
    }
    .magasins.is-selected .produits:not(.oups):nth-child(n+4) {
        margin-top: 0px;
    }
    .magasins.is-selected .produits:not(.oups):nth-child(n+5) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1145px) {
    .magasins.is-selected.is-promo .produits:not(.oups),
    .magasins.is-selected .produits:not(.oups) {
        width: 30%;
    }
    .magasins.is-selected.is-promo .produits:not(.oups),
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(4n),
    .magasins.is-selected .produits:not(.oups),
    .magasins.is-selected .produits:not(.oups):nth-child(4n) {
        margin-right: 5%;
    }
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(3n),
    .magasins.is-selected .produits:not(.oups):nth-child(3n) {
        margin-right: 0;
    }
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(n+4),
    .magasins.is-selected .produits:not(.oups):nth-child(n+4) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 900px) {
    .magasins.is-selected.is-promo .produits:not(.oups),
    .magasins.is-selected .produits:not(.oups) {
        width: 47%;
    }
    .magasins.is-selected.is-promo .produits:not(.oups),
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(3n),
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(4n),
    .magasins.is-selected .produits:not(.oups),
    .magasins.is-selected .produits:not(.oups):nth-child(3n),
    .magasins.is-selected .produits:not(.oups):nth-child(4n) {
        margin-right: 5%;
    }
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(2n),
    .magasins.is-selected .produits:not(.oups):nth-child(2n) {
        margin-right: 0;
    }
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(n+3),
    .magasins.is-selected .produits:not(.oups):nth-child(n+3) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 800px) {
    .reduction {
        display: block !important;
    }
}
@media screen and (max-width: 750px) {
    .bf_limit,
    .promo_limit {
        left: 10%;
        margin: 0;
    }
}
@media screen and (max-width: 640px) {
    .infos_moment_reduit{
        display: block;
    }
    .infos_moment_reduit a, 
    .infos_moment_reduit section{
        width: 100%;
    }
    .infos_moment_reduit section:not(:first-child){
        margin-top: 50px;
    }
}
@media screen and (max-width: 610px) {
    .magasins.is-selected.is-promo .produits:not(.oups),
    .magasins.is-selected .produits:not(.oups) {
        width: 100%;
    }
    .magasins.is-selected.is-promo .produits:not(.oups),
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(2n),
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(3n),
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(4n),
    .magasins.is-selected .produits:not(.oups),
    .magasins.is-selected .produits:not(.oups):nth-child(2n),
    .magasins.is-selected .produits:not(.oups):nth-child(3n),
    .magasins.is-selected .produits:not(.oups):nth-child(4n) {
        margin-right: 0;
    }
    .magasins.is-selected.is-promo .produits:not(.oups):nth-child(n+2),
    .magasins.is-selected .produits:not(.oups):nth-child(n+2) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 530px) {
    .produits_scroll {
        display: none;
    }
    .reduction img{
        display: block;
        height: 120px;
    }
    .menutabbar{
        z-index: 500;
    }
    .limit div img:nth-child(2) {
        display: none;
    }
    .liste_magasin,
    .commande_detail {
        width: 100%;
    }
    .filtres {
        z-index: 200;
        width: calc(100% - 100px);
        display: flex !important;
        position: fixed;
        bottom: 30px;
        left: 50px;
        background-color: var(--secondary-normal);
        padding: 18px 15px 18px 25px;
        border-radius: var(--secondary-border-radius);
        box-shadow: var(--box-shadow);
        border: 2px solid var(--white);
    }
    .filtres p {
        color: var(--white);
        font-weight: 400;
        font-family: var(--primary-font);
    }
    .filtres .nombre p {
        color: var(--black);
    }
    .bf_limit {
        left: 7%;
        width: 280px;
        background-color: rgba(0, 0, 0, 0.6)
    }
}

@media screen and (max-width: 490px) {
    .list_filters {
        display: inline !important;
        flex-wrap: inherit;
    }
    .info_produit_panier_title {
        display: initial !important;
    }
    .info_produit_panier div:first-child {
        margin-bottom: 10px;
    }
    .title_produit, .list_commande_produits div .detail_produit p {
        width: 100%;
    }
    .add-reco.cta_panier{
        display: none !important;
    }
    .info_produit_panier a {
        display: block;
    }
    .info_produit_panier a p {
        font-weight: 600;
    }
}
@media screen and (max-width: 450px) {
    .second_main{
        width: calc(100% - 60px);
        margin-left: 30px;
    }
    .magasins.is-selected.is-promo .produits_list,
    .produits_list {
        padding: 30px 0px 30px 30px;
    }
    .produits:last-child {
        margin-right: 30px;
    }
    .produits.oups {
        margin-right: 0px;
    }
    .magasins h6 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .reduction {
        margin: 0px 30px;
    }
    .limit {
        width: calc(100% - 60px);
    }
    .liste_magasin,
    .commande_detail {
        padding: 30px;
    }
    .commande_detail_title {
        margin-bottom: 0px;
    }
    .list_commande_produits {
        margin-top: 30px;
    }
    .filtres {
        width: calc(100% - 60px);
        left: 30px;
    }
    .list_commande .produit_panier {
        height: 80px;
        min-width: 80px;
        max-width: 80px;
    }
    .christmas{
        right: 30px;
        height: 150px;
    }
    .magasins.is-selected .produits_list>div {
        padding-right: 30px;
    }
}