/*.neptune_product_list  .product-miniature {
    padding: 20px 30px 20px 30px !important;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #f0f0f0;
    height: 450px;
}

.neptune_product_list{
    display: grid;
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-family: 'Encode Sans';
}

.neptune_product_list .product-availability{
    font-family: 'Encode Sans';
    font-weight: 300;
    display: block;
}*/
/*
.product-availability .product-last-items, .product-availability .product-unavailable{
    color: #ff9a52;
}

.product-availability .product-available {
    color: #4cbb6c;
}
*/
/*
.product-homepage-title{
    margin-top: 25px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: none;
    height: 40px;
}

.product-description{
    text-align: left;
    min-height: 112px;
    padding: 10px;
}

.product-price-homepage{
    color : #0a0a0a;
    font-size: 25px;
    font-weight: 200;
    width: 50%;
}

.product-price-homepage .price{

}



.avaibility-message{
    font-weight: 200;
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 0 !important;
    color: #0a0a0a;
}*/

/** Partie Block nouveauté **/


.info-nouveaute{
    background-image: url(/img/cms/fond-bleu-vague.png);
    border-radius: 50px 0px 0px 0px;
    padding: 40px 25px 20px 25px ;
    height: 450px;
    display: flex;

}

.info-nouveaute-wrap{
    flex-wrap: wrap;
    align-content: flex-start;
    align-content: inherit;
    width: 100%;
    position: relative;
    display: flex;
}

.info-nouveaute .nouveaute-content {
    width: 100%;
}

.info-nouveaute .nouveaute-content .container-nouveaute{
    margin: 0px 0px 10px 0px;
}
.info-nouveaute .nouveaute-content:last-child {
    display: flex;
    align-items: end;
}
.info-nouveaute .nouveaute-content:last-child .container-nouveaute{
    margin: 0;
}
.info-nouveaute .nouveaute-content .container-nouveaute .new-title{
    color: #000000;
    font-size: 50px;
    font-weight: 300;
    font-family: "Encode Sans", sans-serif;
    line-height: 1;
}
.info-nouveaute .nouveaute-content .container-nouveaute .new-img{
    width: 15%;
}

.container-nouveaute-text{
    margin: 0px 0px 113px 0px;
}

.button-nouveaute{
    background-color: #fff !important;
    border-radius: 50px;
    padding: 25px 30px 25px 30px;
    border: 2px var(--color-light-main) !important;
    color: var(--color-red-main) !important;
    border: solid 2px var(--color-light-main) !important;
    width: 17.3em;
    text-align: left;
    position: relative;
    font-family: "Encode Sans", sans-serif;
    font-weight: 500;
    background-color:#dd2420;
}

.button-nouveaute:hover {
    color: #fff !important;
    background-color: var(--color-red-main) !important;
    border: solid 2px var(--color-red-main) !important;
}

.button-nouveaute:hover::after{
    background-image: url(../img/btn_fleche_white.svg);
}

.button-nouveaute::after {
    position: absolute;
    content: '';
    background-image: url(../img/btn_fleche_red.svg);
    background-size: 2em;
    height: 3em;
    width: 3em;
    background-repeat: no-repeat;
    top: 28px;
    right: 15px;
}

.new-text p{
    color: inherit!important;
    line-height: inherit!important;
    letter-spacing: inherit!important;
}

.button-nouveaute{
    font-size: 15px;
    display: inline-block;
}

.span-nouveaute{
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.text-button-nouveaute{
    flex-grow: 1;
    order: 10;
    display: inline-block;
}


/** Partie Block remise **/

.neptune_product_list_remise .product-miniature {
    position: relative;
    padding: 20px 30px 20px 30px !important;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #CFA54E;;
    flex-wrap: wrap;
    height: 450px;
    background-color: #fff;
}
.neptune_product_list_remise .product-miniature .input-group.select-quantity {
    bottom: 30px;
}
.neptune_product_list_container_remise .neptune_product_list_remise_title {
    margin-bottom: 41px;
    color: #CFA54E;
    font-size: 50px;
    font-family: "New Hero", New Hero;
    font-weight: 600;
}
.neptune_product_list_container_remise .product-miniature .description-produit {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.neptune_product_list_container_remise .product-miniature .description-produit .product-availability i.product-available {
    color: #65C165;
}
.neptune_product_list_container_remise .product-miniature .description-produit .product-availability i.product-unavailable {
    color: #E03737;
}
.neptune_product_list_container_remise .product-miniature .description-produit .product-availability i.last-products-available {
    color: #F7A711;
}
.neptune_product_list_container_remise .product-miniature .description-produit .product-availability i.material-icons {
    margin-right: 5px;
}
.neptune_product_list_container_remise .product-miniature .description-produit .product-availability {
    color: #707070;
    font-weight: 500;
    text-transform: lowercase;
    padding-bottom: 10px;
}
.neptune_product_list_container_remise .product-miniature .description-produit a.product-homepage-title {
    width: 100%;
    color: #707070;
    font-size: 20px;
    font-weight: 800;
}
.neptune_product_list_container_remise .product-miniature .product-bottom {
    width: 100%;
}
@media (min-width: 1200px) {
    .neptune_product_list_container_remise .product-miniature .product-bottom .add-cart .ajouter-au-panier:before {
        left: -35px;
        bottom: 10px;
    }
    .neptune_product_list_container_remise .product-miniature .product-bottom .add-cart .request-email-notification a.email-notification:before {
        right: 35px;
        bottom: 30px;
    }
    .neptune_product_list_container_remise .product-miniature .product-bottom .add-cart .select-product-variable a.select-variations:before {
        left: -20px;
        bottom: 20px;
    }

}
.neptune_product_list_container_remise .product-miniature .product-bottom .product-price-homepage .price {
    position: relative;
    font-size: 25px;
    color: #CFA54E;
    padding-left: 30px;
    font-weight: 800;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .neptune_product_list_container_remise .product-miniature .product-bottom .add-cart .ajouter-au-panier:before {
        left: -20px;
        bottom: 35px;
    }
    .neptune_product_list_container_remise .product-miniature .product-bottom .add-cart div.request-email-notification a.email-notification:before {
        right: 15px;
        bottom: 45px;
    }
    .neptune_product_list_container_remise .product-miniature .product-bottom .add-cart div.select-product-variable a.select-variations:before {
        left: 10px;
        bottom: 40px;
    }
    .neptune_product_list_container_remise .product-miniature .product-bottom .product-price-homepage div.price {
        font-size: 15px;
    }
}
.neptune_product_list_container_remise .product-miniature .product-bottom .product-price-homepage .price .price-symbol {
    font-weight: 800;
    font-size: 15px;
}
.neptune_product_list_container_remise .product-miniature .product-bottom .product-price-homepage .price:before {
    content: "";
    position: absolute;
    background-image: url("../img/fleche_panier.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    left: 0;
}
    /*.elementor-element-77707ce.elementor-section.elementor-section-boxed>.elementor-container {*/
/*    max-width: 90%;*/
/*}*/
.neptune_product_list_remise{
    display: grid;
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.info-remise{
    background-image: url(/img/cms/fond-bleu-vague.png);
    border-radius: 0px 50px 50px 0px;
    padding: 40px 25px 40px 25px ;
    height: 450px;

    display: flex;

}

.info-remise-wrap{
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    position: relative;
    display: flex;
}

.info-remise .remise-content {
    width: 100%;
}

.info-remise .remise-content .container-remise{
    margin: 0px 0px 10px 0px;
}
.info-remise .remise-content .container-remise .new-title{
    color: #000000;
    font-size: 50px;
    font-weight: 300;
    font-family: "Encode Sans", sans-serif;
    line-height: 1;
}

.info-remise .remise-content .container-remise .new-title-bis{
    color: #000000;
    font-size: 37px;
    font-weight: 300;
    font-family: "Encode Sans", sans-serif;
    line-height: 1;
}
.info-remise .remise-content .container-remise .new-img{
    width: 15%;
}

.container-remise-text{
    margin: 0px 0px 50px 0px;
}

.button-remise{
    background-color: #fff !important;
    border-radius: 50px;
    padding: 25px 30px 25px 30px;
    border: 2px var(--color-light-main) !important;
    color: var(--color-red-main) !important;
    border: solid 2px var(--color-light-main) !important;
    width: 17.3em;
    text-align: left;
    position: relative;
    font-family: "Encode Sans", sans-serif;
    font-weight: 500;
    background-color:#dd2420;
}

.button-remise:hover {
    color: #fff !important;
    background-color: var(--color-red-main) !important;
    border: solid 2px var(--color-red-main) !important;
}

.button-remise::after {
    position: absolute;
    content: '';
    background-image: url(../img/btn_fleche_red.svg);
    background-size: 2em;
    height: 3em;
    width: 3em;
    background-repeat: no-repeat;
    top: 28px;
    right: 15px;
}

.button-remise:hover::after{
    background-image: url(../img/btn_fleche_white.svg);
}

.new-text p{
    color: inherit!important;
    line-height: inherit!important;
    letter-spacing: inherit!important;
}

.button-remise{
    font-size: 15px;
    display: inline-block;
}

.span-remise{
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.text-button-remise{
    flex-grow: 1;
    order: 10;
    display: inline-block;
}
/*
.product-bottom{
    display: flex;
    align-items: center;
    margin-top: 15px;
}*/


@media (max-width: 1024px) {


    .neptune_product_list{
        display: grid;
        margin: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }




    .neptune_product_list_remise{
        display: grid;
        margin: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}
@media (max-width: 480px) {
    .neptune_product_list_container_remise h2.neptune_product_list_remise_title {
        font-size: 35px;
    }
    .neptune_product_list_container_remise .neptune_product_list_remise {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .neptune_product_list_container_remise .neptune_product_list_remise article.product-miniature {
        flex: 0 0 auto;
        width: 90%;
        border: solid 2px #CFA54E;
    }
    .neptune_product_list_container_remise .neptune_product_list_remise article.product-miniature img {
        height: 230px;
    }
    .neptune_product_list_container_remise .neptune_product_list_remise article.product-miniature:last-child {
        width: 100%;
    }
    .neptune_product_list_container_remise .product-miniature div.description-produit a.product-homepage-title {
        font-size: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .elementor-section-wrap section.elementor-element.produits-du-moment {
        padding: 50px 40px 40px 40px;
    }
    .neptune_product_list_container_remise .neptune_product_list_remise {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .neptune_product_list_container_remise .neptune_product_list_remise .description-produit .product-homepage-title {
        height: 20px;
    }
    .neptune_product_list_container_remise .neptune_product_list_remise .product-miniature {
        height: 400px;
        padding: 20px 30px !important;
    }
    .neptune_product_list_remise .add-cart .request-email-notification a.email-notification:before {
        height: 50px;
        width: 50px;
        right: 20px;
        bottom: 20px;
    }
    .neptune_product_list_remise .ajouter-au-panier::before {
        height: 50px;
        width: 50px;
        bottom: 0;
        left: -25px;
    }
    .neptune_product_list_remise .add-cart .select-product-variable {
        right: 70px;
        bottom: 25px;
    }
    .neptune_product_list_container_remise .product-miniature .description-produit .product-availability {
        width: 80%;
        font-size: 11px;
        font-weight: 600!important;
    }
    .neptune_product_list_container_remise .product-miniature .product-bottom .add-cart .select-product-variable a.select-variations:before {
        height: 50px;
        width: 50px;
    }
}

@media (max-width: 640px) {


    .button-nouveaute{
        width: 100%;
    }

    .button-nouveaute::after{
        top : 11px;
    }

    .neptune_product_list  .product-miniature {
        padding: 5px 5px 5px 5px !important;
        border-width: 2px 2px 2px 2px;
        border-style: solid;
        border-color: #f0f0f0;
        height: 340px;
    }

    .neptune_product_list{
        display: grid;
        margin: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }


    .info-nouveaute{
        background-image: url(/img/cms/fond-bleu-vague.png);
        border-radius: 25px 25px 0px 0px;
        padding: 15px 15px 10px 15px ;
        height: auto;
        display: flex;
        margin-bottom: 15px;

    }

    .info-nouveaute .nouveaute-content .container-nouveaute {
        width: 80%;
    }

    .info-nouveaute .nouveaute-content .container-nouveaute .new-title{
        font-size: 40px;
        font-weight: 200;
    }

    .info-nouveaute .nouveaute-content .container-nouveaute .new-title-bis{
        font-size: 27px;
        font-weight: 200;
    }

    .container-nouveaute-text{
        margin: 0px 0px 0px 0px;
    }

    .container-nouveaute-text .new-text p {
        width: 100%;
        font-size: small;
    }

    .button-nouveaute{
        padding: 10px 30px 10px 30px;
    }

    .neptune_product_list_remise  .product-miniature {
        padding: 5px 5px 5px 5px !important;
        border-width: 2px 2px 2px 2px;
        border-style: solid;
        border-color: #f0f0f0;
        height: 340px;
    }

    .neptune_product_list_remise{
        display: grid;
        margin: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }


    .info-remise{
        background-image: url(/img/cms/fond-bleu-vague.png);
        border-radius: 25px 25px 0px 0px;
        padding: 15px 15px 10px 15px ;
        height: auto;
        display: flex;
        margin-bottom: 15px;

    }

    .info-remise .remise-content .container-remise {
        width: 70%;
    }

    .info-remise .remise-content .container-remise .new-title{
        font-size: 40px;
        font-weight: 200;
    }

    .info-remise .remise-content .container-remise .new-title-bis{
        font-size: 27px;
        font-weight: 200;
    }

    .container-remise-text{
        margin: 0px 0px 0px 0px;
    }

    .container-remise-text .new-text p {
        width: 100%;
        font-size: small;
    }

    .button-remise{
        padding: 10px 30px 10px 30px;
    }

    .avaibility-message{
        font-weight: 200 !important;
        font-size: 12px;
        line-height: 16px;

    }
    .avaibility-message i{
        height: auto;
    }
    .product-homepage-title{

        font-size: 16px;
        margin-top: 15px;
        height: 70px;

    }

    .product-price-homepage{
        font-size: 20px;
    }

}
.product-bottom .product-price-homepage {
    width: fit-content;
}
.product-bottom .product-price-homepage .bloc-price {
    width: fit-content;
}
.product-bottom .product-price-homepage .bloc-price .price-symbol {
    font-size: 15px;
}