#product .product-reference {
    max-width: fit-content;
}

#product .product-reference .control-label {
    margin-right: 5px;
}

.label_dispo,
#product-availability {
    display: inline-block;
    margin-right: 5px;
    max-width: 780px;
    text-align: center;
}

#product .available-custom {
    color: #36943e;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 4px 8px;
}

#product .unavailable-custom {
    color: #fe9126;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 4px 8px;
    font-weight: 700 !important;
}

#product .product-detail-primary .product-variants .radio-list {
    width: 100%;
    justify-content: flex-start !important;
    margin-left: 0;
    margin-top: 10px;
}

#product .product-variants-item .custom-select {
    min-width: 200px;
    max-width: fit-content;
}

.tree_col {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.coloprice,
.colomanu,
.colocart {
    float: left;
}

.product-detail-primary .product-add-to-cart [data-button-action="add-to-cart"] {
    font-size: 1.2rem !important;
}

.product-variants {
    margin-bottom: 10px;
}

.dispo_prod {
    display: inline-block;
    width: 100%;
}

@media (max-width: 480px) {

    .tree_col,
    .tree_col .product-manufacturer {
        margin: 0px auto 20px auto !important;
        text-align: center;
        display: grid !important;
    }

    .product-information div.product-actions .product-prices {
        margin-top: 0 !important;
    }

    .product-info {
        padding-left: 0px !important;
    }
}

@media (max-width: 1199px) {
    .manufacturer-logo {
        display: block !important;
    }

    .coloprice {
        padding: 0 30px;
    }

    .tree_col .product-manufacturer {
        margin-top: 30px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {

    .coloprice,
    .colocart {
        width: 50%;
    }

    .coloprice {
        padding: 0 30px;
    }

    .colomanu .product-manufacturer {
        position: absolute;
        margin-top: -50px !important;
        width: auto !important;
        right: 10px;
    }

    .tree_col .product-manufacturer {
        margin-top: -60px !important;
    }
}

@media (min-width: 1500px) {
    .coloprice {
        width: 33%;
        text-align: center;
    }

    .colomanu {
        width: 25%;
    }

    .colocart {
        width: 42%;
    }

    .tree_col .product-manufacturer {
        margin-top: 25px !important;
    }

    .tree_col .product-manufacturer img {
        padding: 10px;
    }
}

.tree_col .product-manufacturer {
    width: 100%;
    margin-top: 5px;
    margin-left: 20px;
    display: inline-block;
}

.tree_col .product-manufacturer img {
    max-width: 150px;
    height: auto;
}

@media (max-width: 767px) {
    .product-customization-item {
        display: block;
    }

    .product-customization-item label {
        display: block;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .product-customization-item {
        display: inline-block;
        width: 100%;
        align-items: center;
    }

    .product-customization-item label {
        margin-right: 10px;
        width: 50%;/
    }

    .product-customization-item textarea {
        flex-grow: 1;
        padding: 0rem .75rem 0rem .75rem;
        height: 25px;
        line-height: inherit;
    }
}

.product-customization .customization-message {
    margin: 0 !important;
}

.product-customization .customization-message.mt-3 span.text-uppercase {
    display: inline-block;
    text-transform: initial !important;
}

.product-customization .customization-message.mt-3 span.form-text {
    display: inline-block;
    font-weight: bold;
}

.perso_titre {
    line-height: 30px;
    margin-bottom: 30px;
}

#category #js-product-list .align-items-center.list {
    max-width: 850px;
    margin: 0 auto;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    line-height: 1;
    font-family: "Raleway", sans-serif !important;
}

ol,
ul {
    list-style: none;
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
    margin-left: 20px;
}

#short_description_content ul {
    list-style-type: disc;
}

#short_description_content ol {
    list-style-type: decimal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Raleway", 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
h2,
h3 {
    margin-top: 13px;
    margin-bottom: 9px;
}

h4,
h5,
h6 {
    margin-top: 9px;
    margin-bottom: 5px;
}

h1,
.h1 {
    font-size: 33px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 23px;
}

h4,
.h4 {
    font-size: 17px;
}

h5,
.h5 {
    font-size: 13px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 23px;
}

h2 small,
.h2 small {
    font-size: 17px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 13px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 9px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
header .row #header_logo,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
    float: left;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
    float: left;
}

/* 2023/02/06 YT : Cause le bug du menu en mode portable  */

/*.col-lg-1,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9,  .col-lg-10,  .col-lg-11 {
	float: left;
}*/

.product-information ul {
    list-style-type: disc;
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
    margin-left: 20px;
}

.absence {
    text-align: center;
    background-color: #FF0000;
    color: #FFF;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

.trw-titre-disque {
    font-weight: bold;
    color: #7B7B7B;
    font-size: 150%;
    text-align: center;
}

.inline_list2 li {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.inline_list2 li .cat_name {
    font-weight: bold;
    padding-left: 1%;
}

.trw-titre-disque {
    font-weight: bold;
    color: #7B7B7B;
    font-size: 150%;
    text-align: center;
}

.depart {
    text-decoration: none;
}

.inline_list2 li:hover {
    background-color: #E32B23;
    color: #FFF;
}

.inline_list2 li:hover .cat_name {
    color: #FFF;
}


.surlignage th:nth-child(odd) {
    background: #8A8A8A;
}

.surlignage th:nth-child(even) {
    background: #8A8A8A;
}

.surlignage th {
    color: white;
}

.surlignage th {
    color: white;
}

table td,
table th {
    padding: 9px 10px;
    text-align: left;
}

table th {
    font-weight: bold;
}

tr.surlignage td {
    text-align: left !important;
}

.surlignage tr:nth-child(odd) {
    background: #FFF;
}

.surlignage tr:nth-child(even) {
    background: #F0F0F0;
}

tr.surlignage {
    background: white;
}

tr.dessus-hd,
tr.dessus {
    background-color: #E32B23 !important;
}

.dessus-hd a,
.dessus a {
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}

tr.surlignage>td {
    background: white;
}

.img-thumbnail,
.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: white;
    border: 0px solid #FFF !important;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.thumbnail:hover {
    box-shadow: 8px 8px 12px #aaa;
}

.thumbnail>img {
    margin-left: auto;
    margin-right: auto;
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.thumbnail {
    /*display: block;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thumbnail>img {
    max-width: 200px;
    max-height: 200px;
}

.img-responsive {
    padding-bottom: 15px;
    max-width: 100%;
}

.products .product-block:hover .highlighted-informations {
    display: none !important;
}

#products div.total-products.col-form-label {
    display: none !important;
}

#products div.sort-by-row.float-left.float-sm-right {
    display: flex !important;
    justify-content: center;
    width: 100%;
}

.products .product-block:hover {
    box-shadow: none !important;
}


#products div.product-block {
    border-top: 1px solid #d6d4d4;
    border-bottom: none;
    margin: 0;
    padding: 20px 0 20px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.h5_title {
    color: #333;
    font-size: 1.04em;
    font-weight: bold;
    line-height: 1.5em;
}

.cart.rx-cart {
    background: #E32B23;
    text-transform: uppercase;
    color: white !important;
    margin-top: 2em;
}

.cart.rx-cart a {
    color: white !important;
}

.info-container {
    display: flex;
    /* Already set */
    flex-direction: row;
    /* Default for larger screens */
}

.column_description {
    padding-right: 3em;
    margin-right: 3em;
    border-right: 1px solid #CCC;
}


@media (max-width: 768px) {

    /* Adjust breakpoint as needed */
    .info-container {
        flex-direction: column;
        /* Change to column on mobile */
    }

    .column_description {
        padding: 0;
        margin: 0;
        border-right: none;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    #products img.product-img {
        width: 100%
    }
}

div.cd-tabs {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #777777;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    position: relative;
    margin: 2em auto;
    width: 100%;
}

div.tabs nav {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #777777;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    display: block;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1;
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
}

ul.cd-tabs-navigation {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #777777;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    list-style: none;
    margin-top: 0;
    font: 13px/28px "Raleway", 'Open Sans', sans-serif;
    margin-bottom: 0;
    float: left;
    width: 100%;
    background-color: #efefef;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
}

ul.cd-tabs-navigation li {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #777777;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    float: left;
}

ul.cd-tabs-navigation li a {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    position: relative;
    display: block;
    -webkit-font-smoothing: antialiased;
    height: 65px;
    line-height: 60px;
    width: auto;
    text-align: left;
    padding: 0 2.8em 0 4.6em;
    background-color: #ffffff !important;
    color: #29324e;
    border-top: 2px solid #df3550;
    box-shadow: none;
    border-top-color: #E32B23 !important;
}


.cd-tabs-navigation a[data-content='product_customization']::before {
    content: "\f0ad";
    color: #FFF !important;
    font-family: 'FontAwesome';
    font-size: 16px;
    vertical-align: -2px;
    padding-right: 7px;
}


.custom-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

/* Modal box */
.custom-alert-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 400px;
    text-align: center;
    z-index: 10000;
}

/* Close button */
.custom-alert-close {
    display: inline-block;
    margin-top: 20px;
    background: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.custom-alert-close:hover {
    background: #0056b3;
}


.bandeau_pro {
    text-align: center;
    background-color: dodgerblue;
    color: #FFF;
    font-size: 25px;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    border-radius: 5px;
    letter-spacing: 2px;
}

/* ------------- CAROUSEL ACCUEIL ---------------------*/
#theme-slider {
    width: 100%;
    height: 384px;
    margin: 0 auto;
    position: relative;
}

#slider-container .owl-slide {
    width: 100%;
    position: relative;
}

#slider-container .owl-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit:contain;
}

/* Désactivez les marges ou paddings parasites */
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 0;
    margin: 0;
}