#liste-all-articles, #fiche-article, .liste-articles, #liste-articles #breadcrumb, #cart-page {
    width: 100% !important;
    padding: 30px 50px;
}
#product-detail {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
#colonneInfos {
    padding: 0;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
}
#colonneImages {
    padding: 0;
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 7;
}
#carouselThumbnail .slick-track {
    max-height: 130px;
    gap: 5px;
}
#carouselThumbnail .slick-track > img {
    border: 1px solid #CBC8C8;
    width: 130px;
    height: 130px;
    object-fit: contain;
    max-height: 130px;
    min-width: 130px;
    padding: 5px;
    cursor: pointer;
}
#carouselThumbnail button,
#carouselImagePrincipale button {
  display: none !important;
}
#carouselImagePrincipale .product-detail-img {
    height: 580px !important;
}
#fiche-article #colonneInfos #nomArticle {
    color: #000E36;
    font-weight: 600;
    font-size: 32px;
    line-height: 55px;
}
#descriptionCourteArticle {
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	margin-bottom: 50px;
}
#quoteButton {
    background-color: #000E36;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
#quoteButton:hover {
    background-color: #000A26B2;
}
#fiche-article #tabs-article {
    background-color: inherit;
    margin-bottom: 0;
}
#fiche-article #tabs-article #tabs-content {
    background: inherit;
    color: #000;
    padding: 0;
    margin: 0;
}
#fiche-article #tabs-article #tabs-content img {
    display: none;
}
#fiche-article #tabs-article #tabs-content .description-title {
	background: inherit !important;
	font-weight: 500 !important;
	font-size: 24px;
	line-height: 60px;
	text-decoration: none !important;
	display: block;
	margin-top: 40px;
}
#fiche-article #tabs-article #tabs-content .tab-content {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}
#fiche-article #tabs-article #tabs-content .tab-content > div {
    margin-bottom: 10px;
}
#fiche-article #tabs-article #tabs-content .tab-content ul,
#fiche-article #tabs-article #tabs-content .tab-content li {
    margin-bottom: 10px;
}
#fiche-article #tabs-article #tabs-content span {
    color: #000 !important;
    background: none !important;
}
#fiche-article #colonneImages {
	padding: 0 !important;
}

@media screen and (max-width: 900px) {
    #fiche-article {
        margin-top: 0;
    }
    #fiche-article #product-detail #colonneImages {
        display: block;
        padding: 0;
        width: 100%;
    }
    #carouselThumbnail {
        width: 100%;
    }
    #product-detail {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #carouselThumbnail .slick-track {
        max-width: 100% !important;
    }
    #carouselImagePrincipale .slick-slide {
        height: 400px !important;
        display: flex;
    }
    .slick-slide img {
        object-fit: contain;
    }
    #colonneInfos {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    #colonneInfos #descriptionCourteArticle {
        order: 3;
        margin: 0;
        text-align: center;
        line-height: 140%;
    }
    #colonneInfos  .quote-button {
        margin: 20px 0px;
        display: flex;
        justify-content: center;
    }
    #fiche-article #tabs-article #tabs-content .description-title {
        margin-top: 0px;
    }
    #liste-all-articles, #fiche-article, .liste-articles, #liste-articles #breadcrumb, #cart-page {
        padding: 30px 20px;
    }
}

#popupForm {
    position: fixed;
    z-index: -100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000054;
}
#popupForm .popup-form-container {
	max-width: 860px;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 0px 8.7px 8px #0000001A;
	margin: 0px auto 40px;
	transition: all .5s ease-in-out;
	opacity: 0;
}
#popupForm.open-quote .popup-form-container {
	margin: 40px auto;
	opacity: 1;
}
#popupForm .quote-form-block {
    margin-bottom: 30px;
}
#popupForm .quote-form-block .mb-8 {
    margin-bottom: 20px;
}
#popupForm .home-subtitle {
    margin-bottom: 20px;
}
#popupForm textarea {
    height: 120px;
}
#popupForm .quote-form-bottom-block {
    margin-bottom: 0;
}
#popupForm .quote-end-text {
    padding-bottom: 0;
}
#popupForm .wpcf7-response-output {
	margin: -15px 0 5px;
	font-size: 12px;
}
#closePopupButton {
	top: 20px;
	right: 20px;
}
body.open-quote {
    overflow: hidden;
}
#fiche-article #tabs-article ul {
    list-style: inside;
}
#fiche-article #tabs-article ol {
    list-style: inside decimal;
}
#product-list-results > .flex > .flex {
	display: none;
}
#product-list-results #infos-pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 300;
}
#colonne-listing-articles #trier-items select {
	padding: 10px 40px 10px 10px !important;
	border-radius: 0 !important;
}
#pagination-items select {
    padding: 10px 40px 10px 10px !important;
}
.liste-articles-by-categ {
	padding-top: 0;
	padding-bottom: 70px;
}
.entete-categorie {
    margin-bottom: 0;
}
#titre-categorie h1.h1-clear {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 15px;
    margin-bottom: 0;
}
#listing-articles {
    border-bottom: 0 !important;
    padding-bottom: 50px;
}
.article .cardStandard .titreArticle h3 {
    font-size: 18px;
    font-weight: 600;
    height: auto;
}
#productShortDescription {
    font-size: 14px;
    text-align: left;
}
#colonne-listing-articles #product-list-results #listing-articles .article .imgArticle {
	height: auto;
	max-height: 300px;
}
#colonne-filtres {
	display: none;
}
#carouselThumbnail .slick-track {
	opacity: inherit !important;
	width: inherit !important;
	transform: inherit !important;
}
#carouselThumbnail template {
	display: none !important;
}

@media screen and (min-width: 1281px) {
    #popupForm.open-quote {
        z-index: 400;
    }
}

@media screen and (max-width: 1400px) {
    #carouselThumbnail .slick-track {
        display: flex !important;
        align-items: stretch !important;
    }
    #carouselThumbnail .slick-track .slick-slide {
        width: 100% !important;
        height: auto !important;
        min-width: 0 !important;
    }
    #carouselThumbnail .slick-track {
        width: 100% !important;
    }
    #carouselThumbnail .slick-track::after,
    #carouselThumbnail .slick-track::before {
        display: none;
    }
}