.product_list {
    padding: 0 2%;
}

#module-ambjolisearch-jolisearch .product_list,
#category .product_list,
#module-boboattraqt-resultats .product_list{
    max-width: 1630px;
    padding: 0px 55px 0px 55px;
    margin: 0 auto;
}

.product-container .product-name > p,
.product-container .product-name{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0C0C0D;
    text-align: left;
}

.product-image-container .product-thumbnail{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    height: auto;
}

.product-container .product-description > p{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #888891;
    margin-bottom: 8px;
}

.product-container .container-price-color{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-container .container-name-stock{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.product-container .flag-is-in-stock{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #0C0C0D;
    display: flex;
    min-height: 20px;
    align-items: center;
}

.product-container .flag-is-in-stock .out-of-stock{
    height: 8px;
    width: 8px;
    display: block;
    background: #F5222D;
    border-radius: 99px;
    margin-right: 5px;
}

.product-container .flag-is-in-stock .in-stock{
    height: 8px;
    width: 8px;
    display: block;
    background: #00A809;
    border-radius: 99px;
    margin-right: 5px;
}

.no-margin .product_list {
    margin-top: 40px;
}

.product-container .product-link:hover{
    text-decoration: none;
}

.product-container .color {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #888891;
    white-space: nowrap;
}

.product-container .container_flags{
    display: flex;
    gap: 8px;
}

.product-container .flag {
    line-height: 16px;
    padding: 2px 8px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: white;
    background: #0C0C0D;
    display: flex;
}

ul.product_list .functional-buttons div a,
ul.product_list .functional-buttons div label {
    display: flex;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

ul.product_list .functional-buttons div a:hover,
ul.product_list .functional-buttons div label:hover {
    color: #000;
}

ul.product_list.grid>li {
    padding-bottom: 0px;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    padding-bottom: 25px;
}

ul.product_list.grid>li .product-container {
    padding: 0;
    position: relative;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    margin: 0 16px;
}

ul.product_list.grid>li .product-container .product-image-container {
    border: 0px solid #d6d4d4;
    aspect-ratio: 3/2;
    padding: 0px;
    margin-bottom: 0px;
    position: relative;
}

.bottom-block .textes {
    padding: 10px 0 0 0;
}

.bottom-block .textes p {
    margin: 0 0 15px;
    text-align: left;
    line-height: 32px;
    padding: 0;
}

.bottom-block .texte_noir {
    padding: 7px 0;
    line-height: 24px;
}

.bottom-block .texte_noir a {
    color: #0c0c0d;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
}

.bottom-block a.btn_noir {
    background-color: #0c0c0d;
    color: #fff;
    padding: 0 16px;
    border-radius: 10px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 15px;
    border: 1px solid #0c0c0d;
    transition: all .2s ease-out;
    font-weight: 700;
    transition-duration: .2s;
    text-transform: none;
    display: inline-block;
    max-width: 100%;
    width: auto;
    margin: 0px 0 0px;
}

.bottom-block a.btn_noir:hover {
    background-color: #fff;
    color: #0c0c0d;
}

.bottom-block a.btn_noir:after {
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    content: "";
    margin-left: 10px;
}

ul.product_list.grid>li .product-container .product-image-container .product_img_link {
    position: relative;
    z-index: 0;
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.product-image-container:hover img {
    opacity: 1;
}

ul.product_list.grid>li .product-container .product-image-container .content_price {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    padding: 9px 0;
    display: none !important;
}

ul.product_list.grid>li .product-container h5 {
    margin-bottom: 0;
}

ul.product_list.grid>li .product-container .content_price {
    font-family: 'Hanken Grotesk', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.product-container .old-price,
.product-container .price,
.product-container .price-percent-reduction {
    display: inline-block;
}

ul.product_list.grid>li .product-container .button-container {
    margin-bottom: 14px;
    width: 100%;
}

ul.product_list.grid>li .product-container .functional-buttons {
    padding: 11px 0 5px;
}

ul.product_list.list>li .product-container {
    border-top: 1px solid #d6d4d4;
    padding: 30px 0 30px;
}

ul.product_list.list>li .product-image-container {
    position: relative;
    border: 1px solid #d6d4d4;
    padding: 9px;
}

ul.product_list.list>li .product-image-container .content_price {
    display: none !important;
}

ul.product_list.list>li h5 {
    padding-bottom: 8px;
}

ul.pagination {
    font-size: 18px;
}

.product-container .price {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Hanken Grotesk', sans-serif;
    color: #0C0C0D;
    margin-right: 8px;
}

.product-container .price-reduction {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C0D;
}

.product-container .price-strikethrough {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    margin-right: 16px;
    color: #888891;
}

/* C.Boix */
.product_list li.with_vimeo .vimeo_loaded video,
.product_list li.with_vimeo .vimeo_loaded {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.product_list li.with_vimeo .vimeo_loaded video {
    Object-fit: cover;
    width: 100%;
    height: 100%;
}

.product_list li.with_vimeo .vimeo_loaded {
    overflow: hidden;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}

.product_list li.with_vimeo:hover .vimeo_loaded {
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.product_list.grid>li .product-container h5 {
    min-height: 20px;
    margin-top: 0;
}

.product-container .sticker-topleft {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 10;
    color: white;
    padding: 4px 8px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: bold;

}

.product-container .sticker-topright{
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 10;
    padding: 4px 8px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: bold;
}

.product-container .sticker-topleft{
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 10;
    padding: 4px 8px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: bold;
}

.product-container .sticker-topleft .flag_confo{
    background: #C94233;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 16px;
    color: white;
    font-weight: bold;
}

.product-container .sticker-topleft .flag_limited{
    background: #FFFFFF;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 16px;
    color: #0C0C0D;
    font-weight: bold;
}

.product-container .sticker-topright .poty{
    width:49px;
    height: 57px;
}

#description_bottom #category_description_full {
    background-color: #F3F3F4;
}

h2.sous-titre-category {
    padding: 20px 20px 20px 20px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 48px;
    line-height: 24px;
}

div.sous-titre-category {
    padding: 20px 20px 20px 20px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 48px;
    line-height: 24px;
}

#description_bottom #category_description_full strong {
    font-weight: bold;
    color: #333;
}

#description_bottom #category_description_full a {
    text-decoration: underline;
}

.button_article {
    text-align: right;
}

#description_bottom #category_description_full {
    padding: 0px 0 !important;
    margin: 0 -15px!important;
}
#description_bottom #category_description_full p{
    padding:15px;
    margin:0;
}

#description_bottom p {
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Hanken Grotesk', sans-serif;
    color: #0C0C0D;
}

#description_bottom p a {
    font-weight: bold;
    color: #333;
}

#category .product_list .col-xs-12 {
    padding: 0 !important;
}

#description_bottom #category_description_full {
    padding: 0 2%;
    margin: 0 auto;
}

.cat_desc #category_description_full p {
    display: none;
}


.infinitescroll-bottom-message a {
    color: #0C0C0D;
    background-color: white !important;
    border: 1px solid #0c0c0d !important;
    border-radius: 10px;
    display: table !important;
    padding: 15px 25px !important;
    margin: 0 auto !important;
    transition-duration: 0.5s;
}

.infinitescroll-bottom-message {
    background: transparent !important;
    width: 100% !important;
    clear: both;
}

.infinitescroll-bottom-message a:hover {
    background-color: #0c0c0d !important;
    border: 1px solid #0c0c0d !important;
    color: white !important;
}

.infinitescroll-bottom-message a:hover {
    color: white !important;
}

.infinitescroll-bottom-message a:hover {
    color: white !important;
}

.infinitescroll-bottom-message a:hover {
    opacity: 1 !important;
}

.infinitescroll-bottom-message a {
    color: #0C0C0D !important;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.infinitescroll-bottom-message a i {
    display: none !important;
}


.image_push {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    max-height: 525px;
    border-radius: 10px;
    overflow: hidden;
}

.image_push a {
    display: block;
    text-align: center;
    height: 100%;
}

.image_push img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0;
    vertical-align: top;
}

ul.product_list.grid>li:nth-child(3n+1) {
    clear: both;
}

@media(max-width:991px) {
    ul.product_list.grid>li:nth-child(3n+1) {
        clear: none;
    }

    ul.product_list.grid>li:nth-child(2n+1) {
        clear: both;
    }
}

ul.product_list.grid>li .product-container .functional-buttons {
    padding: 0;
}

body .infinitescroll-bottom-message {
    border: 0 !important;
    margin: 0 auto 30px;
}

#center_column.with_vente_flash .breadcrumb {
    margin-bottom: 0;
}

#center_column.with_vente_flash .cat_desc {
    display: none;
}

#center_column.with_vente_flash .cat_desc.titre_vente_flash {
    display: block
}

#center_column.with_vente_flash .titre_vente_flash .h1 {
    line-height: 1em;
    color: #333;
    text-align: center;
    margin: 0px 0 20px 0;
    font-family: 'Noto Serif KR', serif;
    font-weight: 900;
    font-size: 54px;
    line-height: 64px;
    text-transform: none;
    color: #0C0C0D;
}

#center_column.with_vente_flash .titre_vente_flash .h2 {
    text-align: center;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0 30px 0;
    text-transform: uppercase;
    color: #000000;
}

#center_column.with_vente_flash div.compteur_promo:before {
    content: "";
    background: linear-gradient(180deg, #0C0C0D 0%, rgba(12, 12, 13, 0) 100%);
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 195px;
}

#center_column.with_vente_flash div.compteur_promo {
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

#center_column.with_vente_flash div.compteur_promo>.row {
    margin: 0 auto;
}

#center_column.with_vente_flash div.compteur_promo .compteur_au_centre .col-xs-12 .box {
    padding: 30px 0 0;
    border: 0;
    background: none;
}

#center_column.with_vente_flash div.compteur_promo .compteur_au_centre {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

#center_column.with_vente_flash div.compteur_promo .compteur_au_centre .titre_22 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Noto Serif KR', serif;
    text-align: center;
}

#center_column.with_vente_flash div.compteur_promo .box span.texte_16 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Hanken Grotesk', sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden
}

#center_column.with_vente_flash div.compteur_promo .box span.texte_16:before {
    content: "";
    position: absolute;
    top: -22px;
    width: 90%;
    left: 5%;
    height: 30px;
    float: left;
    background: radial-gradient(50% 50% at 50% 50%, rgba(34, 34, 40, 0.25) 0%, rgba(34, 34, 40, 0) 100%);
}

#center_column.with_vente_flash div.compteur_promo .box span.titre_60 {
    background: white;
    z-index: 2;
}

#center_column.with_vente_flash div.compteur_promo .box span.titre_60:after {
    border: 0;
    display: none;
}

.product_list .vente_flash {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.product_list .vente_flash p {
    vertical-align: top;
    display: inline-block;
    line-height: 26px;
    margin: 0;
}

.product_list .vente_flash p.right {
    display: inline-block;
    margin-left: 15px;
}

.product_list .vente_flash span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Hanken Grotesk', sans-serif;
}

.product_list .vente_flash .red {
    color: #D03E3E;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.product_list .vente_flash .plus_que {
    color: #fff;
    background: #D03E3E;
    border: 1Px solid #D03E3E;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 10px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-right: 6px;
}

.product_list .vente_flash .compteur_promo {
    color: #D03E3E;
    background: #fff;
    border: 1Px solid #D03E3E;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 10px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.etiquette_nouveaute {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 10;
    font-family: 'Hanken Grotesk', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 4px 8px;
    background-color: #D03E3E;
    margin-right: 5px;
}

.product_img_link .survol {
    z-index: 2 !important;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.product_img_link:hover .survol {
    opacity: 1;
    filter: alpha(opacity=100);
}



#index .listing_univers ul{
    justify-content: center;
}

.listing_univers {
    padding: 25px;
}

.listing_univers p {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Noto Serif KR', serif;
    color: #0C0C0D;
}

.listing_univers ul {
    display: flex;
    flex-wrap: wrap;
}

.listing_univers ul li a {
    text-decoration: none;
    color: white;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    border-radius: 99px;
    background: #0C0C0D;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    margin: 10px 5px;
    white-space: nowrap;
}

.listing_univers ul li a:hover {
    background-color: #2F2F33;
}

.listing_univers ul li a img {
    padding-right: 5px;
    width: 24px;
}

bottom-block. {
    margin-bottom: 32px;
    position: relative;
}

.color-list-container .color_to_pick_list {
    display: block;
}

.nuage_cat_bottom {
    background-color: #F3F3F4;
    padding-bottom: 20px;
}

.nuage_cat_bottom .liste_cat li {
    display: inline-block;
    padding: 0;
    background: #0C0C0D;
    border-radius: 20px;
    height: auto;
    margin: 10px 5px;
    border: 1px solid #0C0C0D;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.nuage_cat_bottom .liste_cat li a {
    color: white;
    font-size: 16px;
    padding: 8px;
    line-height: 24px;
    display: block;
    font-family: 'Hanken Grotesk', sans-serif !important;
    letter-spacing: 0;
    font-weight: bold;
}

.nuage_cat_bottom .liste_cat{
    padding: 0 20px;
}

.logo-moisdublanc {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 10;
}

.logo-moisdublanc img {
    width: 85px;
    height: 55px;
}

#bobochic_ventes_flash .image {
    width: 100%;
}

#category div.selector span {
    text-shadow: none;
    color: #0C0C0D;
}

#category div#uniform-selectProductSort {
    width: auto !important;
}

#category div#uniform-selectProductSort {
    color: #0C0C0D;
    text-align: center;
    border-radius: 99px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px
}

#category .selector:before {
    content: '';
    position: absolute;
    top: 9px;
    right: 11px;
    font-weight: bold;
    border: 1px solid #0C0C0D;
    width: 7px;
    height: 7px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stock-mobile{
    display: none;
}

#category #PM_ASearchResults #productsSortForm {
    background-color: #F3F3F4;
    border-radius: 30px;
    padding: 8px 5px 8px 15px;
    width: auto !important;
}

#category.category-braderie #PM_ASearchResults #productsSortForm {
    background-color: #ACC698;
    border-radius: 30px;
    padding: 8px 5px 8px 15px;
    width: auto !important;
}

#category div.selector,
#category div.selector span,
#category div.checker span,
#category div.radio span,
#category div.uploader,
#category div.uploader span.action,
#category div.button,
#category div.button span {
    background-image: none !important;
}

#category .aling_pagination {
    max-width: 1630px;
    padding: 20px 55px 20px 55px;
    margin: 0 auto;
}

#category div.selector select {
    font-family: 'Hanken Grotesk', sans-serif;
}

.ajax_block_product .image_push span {
    display: block;
    height: 100%;
}

.ajax_block_product .image_push {
    aspect-ratio: 3/2;
}

.ajax_block_product video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-block{
    margin-bottom: 32px;
}

.bottom-block .textes p {
    margin: 0 0 15px;
    text-align: left;
    line-height: 32px;
    padding: 0;
}

@media(min-width:900px) {
    #category div.alert-danger {
        margin-top: 100px;
    }
}

#category div#uniform-selectProductSort {
    color: #333;
    text-align: center;
    border-radius: 99px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

ul.product_list.grid.mosaique>li {
    width: 50%;
}



ul.product_list.mosaique .color-list-container ul li {
    margin: 0px !important;
}

ul.product_list.mosaique .container_flags{
    display: none;
}

ul.product_list.mosaique .product-container .product-name > p,
ul.product_list.mosaique .product-container .product-name{
    font-size: 20px;
    line-height: 24px;
}

ul.product_list.mosaique .product-container .price{
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
}

ul.product_list.mosaique .price-strikethrough{
    font-size: 12px;
    line-height: 16px;
    margin-right: 8px;
}

ul.product_list.mosaique .price-reduction{
    font-size: 12px;
    line-height: 16px;
}

ul.product_list.mosaique .sticker-topleft {
    top: 0;
    font-size: 12px;
}



ul.product_list.mosaique  .sticker-topright{
    display: none;
}

ul.product_list.mosaique  .sticker-topleft{
    display: none;
}

ul.product_list.mosaique .color-list-container {
    margin-top: 0px;
}

#description_bottom p {
    margin: 0 !important;
    padding: 0 20px !important;
}

.prix_en_baisse{
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: bold;
    color: #E84D45;
;
    width: fit-content;
    border: 1px solid #E84D45;
}

#mutiple_text {
    color: #C9C9C9;
    padding: 2px 4px;
    font-weight: normal;
}

#mutiple_price {
    font-weight: bold;
    font-style: initial;
    color: #0C0C0D;

}

.prix-container{
    background-color: #ededf6;
    border-radius: 99px;
    margin: 10px;
    transition: background-color .2s ease-out;
}

.filtre{
    background-color: #ededf6;
    border-radius: 99px;
    margin: 10px;
    transition: background-color .2s ease-out;
    width: auto;
}

.filtre select{
    border: none;
    background-color: #ededf6;
    color: #0c0c0d;
    font-family: 'Hanken Grotesk', sans-serif;
    cursor: pointer;
    padding: 10px 0px;
    line-height: 17px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

#category .etiquette_creation_originale{
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 10;
    background-color: rgb(0 0 0 / 0%);
    backdrop-filter: blur(5px);
    padding: 2px 8px;
    border-radius: 20px;
    margin: 5px;
}

#category .etiquette_creation_originale img{
    width: 150px;
}

#category .prix_de_base{
    background-color: #F3F3F4;
    padding: 2px 8px;
    color: #888891;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 1024px) {
    ul.product_list.grid > li .product-container .button-container {
        display: none !important;
    }

    .cat_desc .category-name{
        font-size: 32px !important;
        line-height: 39px;
    }

    ul.product_list.grid>li .product-container .product-image-container .product_img_link{
        margin: 0;
    }

    #module-ambjolisearch-jolisearch .product_list,
    #category .product_list,
    #module-boboattraqt-resultats .product_list{
        padding: 0 16px;
    }
    .product_list {
        background: #fff;
    }

    ul.product_list.grid>li .product-container .content_price {
        position: relative;
        margin-top: 0px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .image_push img{
        height: 250px;
        border-radius: 10px;
    }

    .ajax_block_product video{
        height: 250px;
        border-radius: 10px;
    }
}


@media (max-width: 768px) {

    .product-container .price{
        margin-bottom: 8px;
    }

    .color-list-container{
        margin-bottom: 0px;
    }

    ul.product_list.mosaique .product-description > p{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul.product_list.mosaique .stock-mobile{
        display: block;
    }

    ul.product_list.mosaique .stock-mobile .flag-is-in-stock{
        margin-bottom: 8px;
    }

    ul.product_list.mosaique .stock-desktop{
        display: none;
    }

    .product-container .sticker-topright{
        right: 8px;
    }
    .bottom-block{
        margin-bottom: 16px;
    }
    #module-ambjolisearch-jolisearch .product_list,
    #category .product_list,
    #module-boboattraqt-resultats .product_list{
        padding: 0;
    }
    .product-container .color-list-container{
        margin-bottom: 8px;
    }

    .product-container .product-name > p,
    .product-container .product-name{
        margin-bottom: 2.5px;
    }

    ul.product_list .functional-buttons div label {
        top: 5px;
    }

    ul.product_list.grid>li .product-container {
        margin: 0;
        padding-bottom: 30px;
    }

    ul.product_list.grid>li .product-container .product-image-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    ul.product_list.grid>li .product-container .content_price {
        padding-bottom: 0;
    }

    .product_list {
        margin-top: 90px;
    }

    h2.sous-titre-category {
        font-size: 20px;
        font-weight: 500;
    }

    div.sous-titre-category {
        font-size: 20px;
        font-weight: 500;
    }

    .category-product-list-desktop {
        padding: 10px 12% 0px 12%;
        color: #444;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
    }

    .category-product-list-mobile {
        display: none;
    }

    .category-product-list-mobile {
        padding: 10px 12% 0px 12%;
        color: #444;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
    }

    .category-product-list-desktop {
        display: none;
    }

    .product-container .sticker-topleft {
        margin-left: 10px;
        margin-right: 10px;
        left: 8px;
    }

    .sticker-topright{
        margin-left: 10px;
        margin-right: 10px;
    }

    ul.product_list.grid>li .product-container .product-image-container .product_img_link {
        height: 100%;
        margin: 0 16px;
    }

    .bottom-block{
        margin: 0 16px;
    }

    .product-container .container-price-color{
        flex-direction: column;
        align-items: start;
    }

    .image_push {
        height: 100%;
        margin-bottom: 30px;
        border-radius: 0px;
    }

    ul.product_list.grid>li {
        padding-bottom: 0px;
        width: 100%;
        float: left;
    }

    ul.product_list.grid>li.produit_ .left-block .product-image-container,
    .image_push+.bottom-block {
        display: none;
    }

    .image_push img {
        position: relative;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
    }

    ul.product_list.grid>li.produit_ .image_push {
        position: relative;
        margin: 0 0 15px;
    }

    ul.product_list.grid.mosaique>li .product-container.with_vente_flash {
        padding-top: 0px;
    }

    .product_list .vente_flash {
        position: absolute;
        top: -8px;
    }

    #category .aling_pagination {
        padding: 0 2%;
    }

    .produit_.ajax_block_product .bottom-block {
        display: none;
    }

    .has-mobile .content_sortPagiBar {
        display: none;
    }
}
ul.product_list.grid > li.ajax_block_product  .color-list-container{
    display:none;
}
#module-ambjolisearch-jolisearch #left_column,
#module-ambjolisearch-jolisearch #right_column{
    display:none;
}
#module-ambjolisearch-jolisearch #center_column{
    width:100%;
}
#module-ambjolisearch-jolisearch .breadcrumb {
    position: static;
    color: #333333;
    font-size: 15px;
    text-transform: capitalize;
    background: transparent;
    padding: 15px 0 0 50px;
}
body#module-ambjolisearch-jolisearch #center_column,
body#module-ambjolisearch-jolisearch .columns-container {
     background:#fff;
}
body#module-ambjolisearch-jolisearch .product_nb {
    position:relative;
    padding-bottom:0px;
    color: #0C0C0D!important;
}
body#module-ambjolisearch-jolisearch .product_nb:after{
    /*content: "";*/
    /*position: absolute;*/
    /*z-index: -1;*/
    /*top: 100%;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 25px;*/
    /*background: radial-gradient(ellipse at 50% -3%, rgb(0 0 0/10%), rgba(97, 97, 97, 0.0) 60%);*/
    /*padding-top: 20px;*/
    /*left: 0;*/
    /*z-index: 1;*/
}
#module-ambjolisearch-jolisearch .page-heading span.lighter, #search .page-heading span.lighter, #module-ambjolisearch-jolisearch .page-heading span.lighter{
    color: #0C0C0D!important;
}

body#module-ambjolisearch-jolisearch #columns {
    padding-top: 230px;
}
#module-ambjolisearch-jolisearch .nb_result h1 {
      text-align: center;
      font-weight: bold;
      color: #0C0C0D;
      margin-bottom: 15px;
      font-size: 42px;
      line-height: 52px;
      font-family: 'Hanken Grotesk', sans-serif;
  }
#module-ambjolisearch-jolisearch .nb_result p {
    text-align: center;
    font-size: 24px;
    font-family: 'Hanken Grotesk', sans-serif;
    color: #0C0C0D;
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    font-weight: normal;
}
#module-ambjolisearch-jolisearch .nb_result p span {
    font-weight: bold;
    margin-right: 10px;
}

#module-ambjolisearch-jolisearch .nb_result + .content_sortPagiBar{
    display:none;
}