.tc-blue-color {
    color: #006cb5;
}

.tc-blue-bg-color {
    background-color: #006cb5;
}

.tc-orange-color {
    color: #f67f00;
}

.tc-red-color {
    color: #f60000;
}

.tc-orange-bg-color {
    background-color: #f67f00;
}

.tc-green-color {
    color: #8cc63f;
}

.tc-green-bg-color {
    background-color: #8cc63f;
}

.tc-mt-0 {
    margin-top: 0;
}

.tc-mb-0 {
    margin-bottom: 0;
}

.tc-ps-0 {
    padding-left: 0;
}

.tc-pe-0 {
    padding-right: 0;
}

.tc-p-0 {
    padding: 0;
}

.tc-fw-bold {
    font-weight: bold;
}

.tc-text-center {
    text-align: center!important;
}
.tc-text-left {
    text-align: left!important;
}

.tc-d-flex {
    display: flex;
}

.tc-flex-column {
    flex-direction: column;
}

.tc-flex-row {
    flex-direction: row;
}

.tc-d-none {
    display: none;
}

.tc-d-block {
    display: block;
}

.tc-d-inline-block {
    display: inline-block;
}

.tc-list-unstyled {
    list-style: none;
}

.review-stars {
    color: #FFC220;
}

#product-page-v2 .glide__arrow.disabled {
    opacity: 0.1; /* Rendre la flÃ¨che plus claire */
    pointer-events: none; /* DÃ©sactiver les interactions */
    cursor: not-allowed; /* Changer le curseur */
    z-index: 9999;
}


#product-page-v2 #addToCartChoices .filter-model-selects select {
    padding: 10px 10px 6px 10px;
    width: 100%;
    background-color: #fff;
}

#product-page-v2 #addToCartChoices .select-error {
    font-size: 16px;
}

#product-page-v2 #addToCartChoices .select-bloc.empty {
    margin-top: 15px;
}

#product-page-v2 #addToCartChoices .select-bloc {
    margin-top: 20px;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    margin-right: 0;
}
.sl-wrapper .sl-close {
    right: 40px;
}
#product-page-v2 #addToCartChoices .filter-model-selects .empty select.custom-select {
    padding: 8px 5px 8px 5px !important
}



#product-page-v2 {
    width: 97%;
    max-width: 1170px;
    font-family: "Titillium Web", sans-serif;
}
#main-fp-part {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 20px;
}

#main-fp-part hr {
    margin: 5px 0;
    height: 1px;
    background-color: #DFDFDF;
    border: none;
}

#main-fp-part .main-details-part {
    flex: 2;
}

#main-fp-part .fp-main-btns {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
    transition: opacity 0.3s ease;
}

#main-fp-part #addToCartChoices .fp-main-btns {
    margin-bottom: 10px;
}

#main-fp-part .fp-main-btns.hidden {
    opacity: 0;
    pointer-events: none;
}

#main-fp-part .header-quantity-choice {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

#product-page-v2 #main-fp-part .logoAdvertising {
    float: unset;
    position: absolute;
    left: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* height: 50px; */
    transition: opacity 0.2s ease;
    width: 55%;
    opacity: 1;
}
#product-page-v2 #main-fp-part .photo-part:hover .logoAdvertising {
    opacity: 0;
}
#pdtDescription{
    position: relative;
}
#pdtDescription .logo-description img{
    max-height: 80px;
    max-width: 200px;
}
#pdtDescription .logo-description {
    float: right;
    margin-top: -55px;
    border: solid 2px #efefef;
    padding: 4px;
    margin-left: 15px;
    margin-bottom: 15px;
}

#product-page-v2 #main-fp-part .logoAdvertising .logo-ruban-bloc>img {
    max-width: 100%;
    max-height: 80px;
    background-color: #f3f3f3;
    padding: 5px 5px;
    padding: 5px 5px;
    padding-left: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#product-page-v2 #main-fp-part .logoAdvertising .logo-ruban-bloc {
    position: relative;
    max-width: 100%;
    /* max-height: 100%; */
}

#product-page-v2 #main-fp-part .logoAdvertising .ruban-triangle {
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 10px solid #bfbfbf;
    border-left: 10px solid transparent;
    position: absolute;
    left: 0;
    bottom: -10px;
}


#main-fp-part .short-description {
    margin-top: 15px;
}

#main-fp-part .available-models {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 0.5px;
    cursor: pointer;
}

#main-fp-part .main-fp-photo {
    width: 100%;
    max-width: 410px;
}

#main-fp-part .product-page-pdt-code {
    font-size: 16px;
    color: #646464;
}

#main-fp-part .models-price {
    font-size: 20px;
}

#main-fp-part .models-price .price {
    font-size: 30px;
}

#main-fp-part .short-description i {
    font-size: 6px;
    padding-right: 5px;
    margin-top: 10px;
    color: #8cc63f;
}

#main-fp-part ul.short-description li {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#main-fp-part #viewFullDescription {
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    text-underline-offset: 3px;
    text-decoration-thickness: 0.5px;
    cursor: pointer;
}

#main-fp-part #imprimerFiche {
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

#main-fp-part #imprimerFiche i {
    margin-right: 3px;
}

#main-fp-part .badges-infos-element {
    display: flex;
    font-size: 15px;
    gap: 10px;
}

#main-fp-part .badges-infos {
    gap: 15px;
    margin-top: 15px;
}

#main-fp-part .badges-infos-label .part1 {
    font-weight: bold;
    display: block;
}

#main-fp-part .badges-infos-picto {
    font-size: 30px;
}

#main-fp-part .fp-primary-btn {
    background-color: #FF8C05;
    display: block;
    border: none;
    width: 100%;
    max-width: 230px;
    padding: 12px 26px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
#main-fp-part #clickToCalliAdvize {
    background-color: #ffffff;
    display: block;
    border: none;
    width: 230px;
    padding: 10px 26px;
    color: #f67f00;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: solid 3px #f67f00;
}
#main-fp-part #clickToCalliAdvize:hover {
    border: solid 3px #ff961a;
    background-color: #ff961a;
    color: #fff;
}


#main-fp-part .fp-primary-btn:hover {
    background-color: #ff961a;
}

#main-fp-part .fp-secondary-btn {
    background-color: #ffffff;
    display: block;
    border: none;
    width: 100%;
    max-width: 230px;
    padding: 10px 26px;
    color: #f67f00;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: solid 3px #f67f00;
}

#main-fp-part .fp-secondary-btn:hover {
    border: solid 3px #ff961a;
    background-color: #ff961a;
    color: #fff;
}

#main-fp-part .fp-main-btns-second-part {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    font-size: 20px;
}

#main-fp-part .fiches-techniques {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    max-width: 100%;
    align-items: flex-start;
}

#main-fp-part .fiches-techniques .accordions-item {
    width: 250px;
    transition: width 0.3s;
    background-color: #ffffff;
    border: 1px solid #D9D9D9;
}

#main-fp-part .fiches-techniques .accordions-item hr {
    margin: 0;
}

#main-fp-part .fiches-techniques .accordions-item.open {
    width: 100%;
}

#main-fp-part .fiches-techniques .documents {
    margin: 0px 12px;
}

#main-fp-part .code-fiche-reviews {
    gap: 10px;
}

#main-fp-part .fp-product-title {
    margin-bottom: 10px;
}

#main-fp-part .fiches-techniques .documents-element {
    padding: 10px 0px;
    border-bottom: dashed 1px #D9D9D9;
    font-size: 16px;
    text-decoration: underline;
    color: #535353;
    text-underline-offset: 3px;
    display: block;
    cursor: pointer;
    text-decoration-thickness: 0.5px;
}

#main-fp-part .fiches-techniques .documents-element:last-child {
    border-bottom: none;
}

#main-fp-part .fiches-techniques .accordions-item-header {
    color: #535353;
    background-color: #FAFAFA;
    padding: 9px 12px;
    font-size: 17px;
}

#main-fp-part .fiches-techniques .accordions-item-header-title {
    font-weight: bold;
}

#main-fp-part .fiches-techniques i.fa-file-pdf {
    color: #A70000;
    text-decoration: unset;
    margin-right: 3px;
}
#main-fp-part .single-fiche-technique i.fa-file-pdf {
    color: #A70000;
    text-decoration: unset;
    margin-right: 3px;
}
#main-fp-part .single-fiche-technique{
    font-weight: bold;
    color: #535353;
    background-color: #FAFAFA;
    padding: 9px 12px;
    font-size: 17px;
    margin-top: 15px;
    border: 1px solid #D9D9D9;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}
#main-fp-part .single-product-quantity{
    margin-bottom: 15px;
}
#product-page-v2 .fp-product-suggestions {
    background-color: #F5F5F5;
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#product-page-v2 .fp-product-suggestions .glide__arrow {
    color: #000;
    border-radius: 50%;
}
#product-page-v2 .fp-product-suggestions .glide__arrow--right {
    right: 1em;
}
#product-page-v2 .fp-product-suggestions .glide__arrow--left {
    left: 0em;
}

#product-page-v2 .fp-product-suggestions .footer-part {
    margin-top: 15px;
    text-align: center;
}

#product-page-v2 .fp-product-suggestions .footer-part a {
    font-weight: bold;
    color: #424242;
    text-decoration: underline;
    font-size: 18px;
}

#product-page-v2 .fp-product-suggestions .pdt-suggestions-title {
    font-size: 20px;
    margin-bottom: 10px;
}
#product-page-v2 .fp-product-suggestions .fp-products-container {
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap;
}
#product-page-v2 .fp-product-suggestions .product-element {
    display: none;
    margin: 5px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: auto;
    justify-content: center;
    flex: 2;
    flex-direction: column;
    gap: 15px !important;
    max-width: unset;
    text-align: center;
    /* width: 22%; */
    min-width: 24%;
    max-width: 24%;
    transition: border-color 0.3s ease;
    cursor: pointer;
    padding-top: 13px;
    padding-bottom: 15px;
    height: auto;
}

#product-page-v2 .fp-product-suggestions .product-element:hover {
    border: 2px solid #0e94ed;
    box-shadow: #d9d9d9 0px 0px 10px 5px;
}
#product-page-v2 .fp-product-suggestions .glide__track {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1;
}
#product-page-v2 .fp-product-suggestions .glide__slides {
    align-items: center;
    align-items: stretch;
    flex-wrap: wrap;
}

#product-page-v2 .fp-product-suggestions .product-element:hover .logoAdvertising {
    opacity: 0;
}

#product-page-v2 .fp-product-suggestions .product-element-content {
    margin: 0 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 2;
}

#product-page-v2 .fp-product-suggestions .product-element .img-bloc {
    border: 1px solid #ccc;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px;
    text-align: center;
    margin: auto;
    background-color: #fff;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#product-page-v2 .fp-product-suggestions .product-element .logoAdvertising {
    float: unset;
    position: absolute;
    left: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    transition: opacity 0.3s ease;
}

#product-page-v2 .fp-product-suggestions .logoAdvertising .logo-ruban-bloc>img {
    max-width: 100%;
    /* max-height: 100%; */
    background-color: #f3f3f3;
    padding: 5px 5px;
    padding: 5px 5px;
    padding-left: 10px;
    max-height: 110px;
}

#product-page-v2 .fp-product-suggestions .logoAdvertising .logo-ruban-bloc {
    position: relative;
    max-width: 60%;
    /* max-height: 50px; */
}

#product-page-v2 .fp-product-suggestions .logoAdvertising .ruban-triangle {
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 10px solid #bfbfbf;
    border-left: 10px solid transparent;
    position: absolute;
    left: 0;
    bottom: -10px;
}

#product-page-v2 .fp-product-suggestions .product-element .product-img-container>img {
    max-width: 100%;
    max-height: 100%;
    transition: max-width 0.5s ease, max-height 0.5s ease;
}

#product-page-v2 .fp-product-suggestions .grid-fp-product-infos {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#product-page-v2 .fp-product-suggestions .titlePdt-grid-fp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.3;
    max-height: calc(1.3em* 3);
    font-size: 17px;
    font-weight: 600;
    color: #232323;
}

#product-page-v2 .fp-product-suggestions .titlePdt-grid-fp>a {
    color: #363636;
}
#product-page-v2 .fp-product-suggestions .titlePdt-grid-fp>a:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#product-page-v2 .fp-product-suggestions .product-element .price {
    font-size: 20px;
    color: #0171bc;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
}
#product-page-v2 .main-details-part .price-annonceur {
    font-size: 26px;
}

#product-page-v2 .main-details-part .single-product-quantity label{
    font-size: 16px;
    margin-top: 1px;
}
#product-page-v2 .main-details-part .single-product-quantity .qty-control-btn:hover{
    background-color: #f0f0f0;
}

#product-page-v2 ul.fp-tabs {
    display: flex;
    flex-direction: row;
    margin: 5px 0;
    border-bottom: unset;
}
.fp-product-details.accordions .available-models-accordeon-title {
    display: none;
}


#product-page-v2 ul.fp-tabs li a {
    border-left: solid 1px #D8D8D8;
    padding: 10px 10px;
    font-weight: 600;
    color: #505050;
    cursor: pointer;
    font-size: 17px;
}

#product-page-v2 ul.fp-tabs li:hover {
    color: #0171bc;
}

#product-page-v2 .fp-product-details {
    border: solid 1px #CCCCCC;
    background-color: #fff;
    margin-bottom: 20px;
}

#product-page-v2 .fp-product-details section {
    margin: 15px;
}

#product-page-v2 .fp-product-details {
    padding: 0 !important;
    font-size: 17px;
    overflow: hidden;
}

#product-page-v2 .fp-product-details hr {
    margin: 3px 10px;
}

#product-page-v2 .fp-product-details .pdt-doc-link>button {
    display: block;
    margin: 10px 0;
}
#product-page-v2 table .td-responsive {
    display: none;
}
#product-page-v2 table .responsive-model-price {
    display: none;
}
#product-page-v2 .table-prix-template .price-value{
    font-weight: bold;
    display: block;
}
#product-page-v2 table .responsive-model-price small {
    font-weight: normal;
}
#product-page-v2 table .responsive-model-price .price-value {
    color: #086cb5;
}
#product-page-v2 table .td-ref-label {
    display: none;
}
#product-page-v2  .table-prix-template .add-cart-label-table {
    font-size: 16px;
    display: none;
}
#product-page-v2  .table-prix-template table th:last-child{
    width: 175px;
}

#product-page-v2 .table-prix-template .filter-models {
    background-color: #F9F9F9;
    padding: 15px 15px;
}

#product-page-v2 .reset-filter {
    background-color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
    border: #ff8c05 solid 2px;
    color: #ff8c05;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
}

#product-page-v2 #resetFilterTop {
    background-color: unset;
    padding: 5px 5px;
    border-radius: 5px;
    border: unset;
    color: #585858;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: underline;
}
#product-page-v2 .reset-filter {
    background-color: unset;
    padding: 5px 5px;
    border-radius: 5px;
    border: unset;
    color: #585858;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: underline;
}

#product-page-v2 #resetFilterTop i {
    margin-right: 5px;
}
#product-page-v2 .reset-filters i {
    margin-right: 5px;
}

#product-page-v2 #pdtFullModelsTable .table-prix-arrow .arrow-icon {
    stroke: #8DC641;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#product-page-v2 .pdt-models-table table {
    width: 100%;
}
#product-page-v2 #pdtFullModelsTable .accordions-item-header-title {
    display: none;
}

#product-page-v2 .table-prix-template .pdt-models-table {
    border: solid 1px #d1d1d1;
}

#product-page-v2 .table-prix-template table thead {
    background-color: #E0E0E0;
    font-weight: bold;
    border-bottom: solid 2px #fff;
}

#product-page-v2 .table-prix-template table thead th {
    text-align: center;
    padding: 15px 15px;
    color: #585858;
}

#product-page-v2 .table-prix-template table tr td {
    padding: 15px 15px;
    text-align: center;
}

#product-page-v2 .table-prix-template table .model-ref {
    font-weight: bold;
}

#product-page-v2 .table-prix-template table .model-price {
    min-width: 115px;
}

#product-page-v2 .table-prix-template table .model-price small {
    font-weight: normal;
}

#product-page-v2 .table-prix-template table tbody tr:nth-child(odd) {
    background-color: #F1F1F1;
}

#product-page-v2 .table-prix-template table tbody tr:nth-child(even) {
    background-color: #FBFBFB;
}

#product-page-v2 .product-quantity {
    display: flex;
    width: 135px;
    gap: 5px;
    flex-direction: row;
    align-items: center;
}

#product-page-v2 .product-quantity input {
    text-align: center;
    font-size: 16px;
    font-family: "Titillium Web", sans-serif;
    padding: 6px 3px;
    width: 45px;
    font-weight: bold;
}
#product-page-v2 #main-fp-part .product-quantity input {
    font-size: 17px; 
}

#product-page-v2 .fp-product-details #pdtModelsTable {
    padding-bottom: 0;
}
#product-page-v2 .fp-product-details .table-prix-template .table-container{
    width: 100%;
    overflow-x: auto;
    /* user-select: none; */
}

#product-page-v2 .fp-product-details #pdtAccessoires img{
    max-width: 100%;
}


#product-page-v2 .fp-product-details #pdtAccesoiresTable {
    padding-top: 0;
    /*margin-top: 35px;*/
}

#product-page-v2 #pdtAccesoiresTable .title {
    background-color: #D4D4D4;
    color: #585858;
    font-weight: bold;
    padding: 10px;
    border-bottom: solid 2px #fff;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#product-page-v2 .add-pdt-qty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 175px;
}

#product-page-v2 .table-prix-template .cart-add-btn {
    display: inline-block;
}

#product-page-v2 .table-prix-template .cart-add-btn a {
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 18px;
}

#product-page-v2 .table-prix-template .filter-models-title {
    font-size: 20px;
    font-weight: bold;
    color: #585858;
    margin-bottom: 15px;
}

#product-page-v2 .table-prix-template .filter-model-selects {
    font-size: 16px;
    font-weight: bold;
    color: #585858;
    display: flex;
    gap: 15px;
    align-items: flex-end;
}

#product-page-v2 .table-prix-template .filter-model-selects .select-groupe {
    display: flex;
    flex-direction: column;
}

#product-page-v2 .table-prix-template table tbody tr:hover {
    background-color: #e9e9e9;
}

#product-page-v2 .table-prix-template .filter-model-selects .select-groupe select {
    padding: 5px;
    min-width: 135px;
}

#product-page-v2 #contentDesc .tc-text-center {
    text-align: center !important;
}
#product-page-v2 #contentDesc p {
    font-size: 17px;
}
#product-page-v2 #pdtDescription p span {
    font-size: 17px !important;
}
#product-page-v2 #contentDesc #pdtDescription img {
    max-width: 100%;
    height: auto !important;
}

#product-page-v2 .qty-control-btn {
    display: inline-block;
    padding: 6px 11px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #cccccc;
}

#product-page-v2 .other-f3-products-links {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
}

#product-page-v2 .other-f3-products-links .f3-item {
    width: 25%;
    text-align: left;
    background-color: #F4F4F4;
    overflow: hidden;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 5px 5px;
    position: relative;
}

#product-page-v2 .other-f3-products-links .f3-item:hover {
    background-color: #e7e7e7;
}

#product-page-v2 .other-f3-products-links .f3-image {
    height: 50px;
    width: 50px;
    background-color: #fff;
    overflow: hidden;
    border: solid 1px #ccc;
    align-items: center;
    justify-content: center;
    display: flex;
}

#product-page-v2 .other-f3-products-links .f3-image img {
    max-width: 95%;
    max-height: 95%;
}

#product-page-v2 .other-f3-products-links .f3-title {
    font-size: 15px;
    text-align: left;
    color: #222222;
    margin-top: auto;
    margin-bottom: auto;
}

#product-page-v2 .other-f3-products-links .f3-title a {
    font-size: 15px;
    text-align: left;
    color: #222222;
}

#product-page-v2 .other-f3-products-links .f3-title a:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#product-page-v2 .pdt-review-details .name {
    font-weight: bold;
    color: #585858;
}

#product-page-v2 .pdt-review-details .date {
    color: #B7B7B7;
}

#product-page-v2 .pdt-review-details .review-item {
    border-bottom: solid 1px #F2F2F2;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 10px;
}

#product-page-v2 .pdt-exemples-demandes-devis .message-item {
    border-bottom: solid 1px #F2F2F2;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 10px;
}

#product-page-v2 .fp-guide-achats ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

#product-page-v2 .fp-guide-achats ul i {
    color: #0171bc;
    margin-right: 3px;
}

#product-page-v2 .fp-guide-achats ul .post-link {
    color: #000000;
}

#product-page-v2 .fp-guide-achats ul .post-link:hover {
    color: #0171bc;
}

#product-page-v2 .section-title {
    font-size: 24px !important;
    text-decoration: underline;
    text-decoration-color: #8DC641;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    color: #0171bc;
    margin-bottom: 30px !important;
    line-height: 35px;
}

#product-page-v2 .fp-guide-achats {
    background-color: #FBFBFB;
    border: #DCDCDC solid 1px;
    margin: 20px 20px;
    padding: 5px 10px;
}

#product-page-v2 #navTabs.fixed {
    position: fixed;
    z-index: 600;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F9F9F9;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    padding-bottom: 0;
}
#product-page-v2 #navTabs.fixed>.container {
    padding: 0 10px;
}

#product-page-v2 #navTabs.fixed .fixed-part1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

#product-page-v2 #navTabs .fixed-part1 {
    display: none;
}

#product-page-v2 #navTabs.fixed .fixed-pdt-img {
    width: 85px;
    height: 85px;
    border: solid 1px #d9d9d9;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#product-page-v2 #navTabs .fixed-pdt-img img {
    max-width: 95%;
    max-height: 95%;
}

#product-page-v2 #navTabs .fixed-pdt-details .title {
    color: #006cb5;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

#product-page-v2 #navTabs .fixed-pdt-details .modeles {
    font-size: 17px;
    margin-right: 3px;
}

#product-page-v2 #navTabs .fixed-pdt-details .price {
    font-size: 22px;
}

#product-page-v2 #navTabs .product-page-pdt-code {
    font-size: 16px;
    margin-bottom: 0;
}

#product-page-v2 #showMoreDescription {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-weight: 600;
    color: #0171bc;
    font-size: 17px;
    border-top: solid 2px #fff;
    background-color: unset;
    padding-left: 0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

#product-page-v2 #showMoreDescription .more-description-content {
    margin-top: 25px;
}

#product-page-v2 #moreDescription {
    margin-top: 5px;
}

#product-page-v2 #moreDescription hr {
    margin-bottom: 15px;
}

#product-page-v2 #moreDescription p {
    text-align: justify;
}

#product-page-v2 #navTabs .code-fiche-reviews {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 5px;
}

#product-page-v2 #navTabs.fixed .fp-primary-btn {
    background-color: #FF8C05;
    display: block;
    border: none;
    width: 100%;
    max-width: 190px;
    padding: 8px 5px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-right: 15px;
}

#product-page-v2 #navTabs.fixed .fp-secondary-btn {
    background-color: #ffffff;
    display: block;
    border: none;
    width: 100%;
    max-width: 190px;
    padding: 8px 5px;
    color: #f67f00;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: solid 3px #f67f00;
}
#product-page-v2 #navTabs.fixed #clickToCalliAdvize {
    background-color: #ffffff;
    display: block;
    border: none;
    width: 190px;
    padding: 8px 5px;
    color: #f67f00;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: solid 3px #f67f00;
}

.sl-wrapper .sl-image img {
    background-color: #e4e4e4 !important;
    padding: 3px !important;
    border: solid 1px #c3c3c3 !important;
}

#product-page-v2 #navTabs.fixed .fp-fixed-btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex: 2;
    align-items: center;
}

#product-page-v2 #navTabs.fixed .fp-fixed-btns .fp-main-btns-second-part {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

#product-page-v2 #navTabs.fixed ul.fp-tabs li a {
    padding: 3px 10px;
}

/* #product-page-v2 #navTabs.fixed ul.fp-tabs {
    margin-top: 10px;
} */
#product-page-v2 #navTabs.fixed .fixed-part1 {
    margin-bottom: 10px;
}

#product-page-v2 #navTabs a.active {
    color: #006cb5 !important;
    border-bottom: solid 3px #006cb5;
    /* Couleur active */
}

#product-page-v2 #navTabs a:focus {
    text-decoration: none;
}

.fp-product-details.accordions .accordions-item {
    background-color: unset;
    border: unset;
    border-radius: unset;
    margin-top: unset;
}

.fp-product-details.accordions .accordions-item .accordions-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: unset;
    cursor: none;
}

.fp-product-details.accordions .accordions-item .accordions-item-description-wrapper {
    grid-template-rows: 1fr;
}

#product-page-v2 #addToCartChoices {
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
    background-color: #FAFAFA;
    padding: 10px 20px;
    margin-top: 15px;
    box-shadow: 0 0 1px 1px #e5e5e5;
    margin-bottom: 20px;
}

#product-page-v2 #addToCartChoices .model-block-header {
    display: flex;
    justify-content: space-between;
}

#product-page-v2 #addToCartChoices .filter-model-selects .select-groupe select option:disabled,
#product-page-v2 #pdtModelsDetails .filter-models select option:disabled {
    color: #d4d4d4;
}

#product-page-v2 #addToCartChoices .cart-choice-modal-title {
    font-size: 22px;
    font-weight: bold;
    color: #006cb5;
}

#product-page-v2 #addToCartChoices.show-cart-choices {
    display: block;
    opacity: 1;
    transform: scale(1);
}

#product-page-v2 #addToCartChoices.hide-cart-choices {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease;
}

#product-page-v2 #addToCartChoices .filter-model-selects .select-value {
    min-width: 135px;
    flex: 2;
    display: flex;
    flex-direction: row;
    position: relative;
}

#product-page-v2 #addToCartChoices .filter-model-selects .select-value .select-valid-icon {
    position: absolute;
    z-index: 99;
    right: 5px;
    color: #8cc63f;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    background-color: #fff;
    display: none;
}

#product-page-v2 #addToCartChoices .filter-model-selects select {
    padding: 5px;
    width: 100%;
}

#product-page-v2 #addToCartChoices .filter-model-selects {
    display: table;
}

#product-page-v2 #addToCartChoices .select-bloc {
    display: flex;
    margin-top: 15px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

#product-page-v2 #addToCartChoices .select-groupe {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: #585858;
    width: 295px;
    margin-right: 10px;
}

#product-page-v2 #addToCartChoices label {
    font-size: 16px;
    color: #585858;
}

#product-page-v2 #addToCartChoices #closeAddToCartChoices {
    background-color: unset;
    font-size: 22px;
    border: unset;
    color: #585858;
    border-radius: 50%;
    display: flex;
    width: 35px;
    height: 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#product-page-v2 #addToCartChoices #closeAddToCartChoices:hover {
    background-color: #f2f2f2;
}

#product-page-v2 .glide.photo-part {
    max-width: 410px;
    min-width: 410px;
    width: 410px;
    height: 410px;
    position: relative;
}

#product-page-v2 .photo-part .glide__track {
    max-width: 410px;
    width: 410px;
    height: 100%;
    border: solid 1px #c3c3c3;
}

#product-page-v2 .photo-part .glide__slides {
    display: flex;
    align-items: center;
    height: 100%;
}

#product-page-v2 .photo-part .glide__slides .glide__slide {
    padding: 0;
    text-align: center;
    height: 100%;
}

#product-page-v2 .photo-part .glide__slide a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#product-page-v2 .photo-part .glide__slides .glide__slide img {
    max-width: 100%;
    /* Images prennent toute la largeur */
    max-height: 100%;
    /* Conserve les proportions */
    display: block;
    /* Supprime lâ€™espace blanc autour des images */
}

#product-page-v2 .photo-part .glide__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* Aligne les flÃ¨ches Ã  gauche et Ã  droite */
}

#product-page-v2 .photo-part .glide__arrow {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

#product-page-v2 .photo-part .glide__arrow:hover {
    background-color: #555;
}


/* Conteneur des miniatures */

#product-page-v2 .photo-part .glide__thumbnails {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 10px;
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: nowrap;
}
#product-page-v2 .photo-part.thumbnails-margin {
    margin-bottom: 80px;
}

.glide__thumbnails::-webkit-scrollbar {
    display: none; /* Masque la barre de dÃ©filement */
}


/* Boutons des miniatures */

#product-page-v2 .photo-part .glide__thumbnails button {
    width: 70px;
    min-width: 65px;
    /* Largeur fixe pour les miniatures */
    height: 70px;
    /* Hauteur fixe pour les miniatures */
    overflow: hidden;
    /* Cache le dÃ©bordement */
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: 5px;
    /* Bordure arrondie */
    border: solid 1px #d0d0d0;
}

#product-page-v2 .photo-part .glide__thumbnails button.active {
    border-color: #000;
}


/* Images des miniatures */

#product-page-v2 .photo-part .glide__thumbnails img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 5px;
    padding: 3px;
}


/* Style au survol */

#product-page-v2 .photo-part .glide__thumbnails img:hover {
    border-color: #000;
    /* Bordure noire au survol */
}


/* Style pour l'image active */

#product-page-v2 .photo-part .glide__thumbnails button[data-glide-dir].active img,
#product-page-v2 .photo-part .glide__thumbnails button img.active {
    border-color: #333;
    /* Bordure grise pour l'image active */
}

#product-page-v2 .photo-part .glide__arrow {
    width: 30px;
    height: 30px;
    display: flex;
    padding: 7px;
    justify-content: center;
    align-items: center;
    background-color: #c2c2c230;
}

#product-page-v2 .photo-part .glide__arrow--left {
    left: 10px;
}

#product-page-v2 .photo-part .glide__arrow--right {
    right: 10px;
}

#product-page-v2 .photo-part .glide__arrow svg {
    stroke: #000;
    /* Couleur noire par dÃ©faut */
}

#product-page-v2 .photo-part .glide__arrow:hover {
    background-color: #a3a3a352 !important;
}

#product-page-v2 #contentDesc .accordions-item-description p {
    background-color: #fff;
}
#product-page-v2 #contentDesc .accordions-item-description-wrapper {
    overflow-y: visible;
    overflow-x: hidden;
}
#product-page-v2 #contentDesc #pdtDescription .accordions-item-description-wrapper {
    overflow: visible;
}

#product-page-v2 #contentDesc .accordions-item-description {
    overflow-x: hidden;
}
#product-page-v2 #contentDesc #pdtDescription .accordions-item-description {
    overflow-x: visible;
    padding: 0 10px;
}
#product-page-v2 .fp-product-suggestions .single-product .product-element{
    flex: 2;
    max-width: 40%;
    padding: 11px 6px;
}
#product-page-v2 .fp-product-suggestions .two-products .product-element {
    flex: 2;
    max-width: 49%;
    padding: 11px 6px;
}
#product-page-v2 .fp-product-suggestions .three-products .product-element {
    flex: 2;
    max-width: 33%;
    padding: 11px 6px;
}
#product-page-v2 .fp-product-suggestions .single-product,
#product-page-v2 .fp-product-suggestions .two-products,
#product-page-v2 .fp-product-suggestions .three-products,
#product-page-v2 .fp-product-suggestions .pdt-suggestion-horizontal{
    justify-content: flex-start !important;
}
#product-page-v2 .fp-product-suggestions .pdt-suggestion-horizontal .product-element{
    flex: 2;
    max-width: 33%;
    padding: 11px 6px;
}
#product-page-v2 .fp-product-suggestions .single-product .product-element-content,
#product-page-v2 .fp-product-suggestions .two-products .product-element-content,
#product-page-v2 .fp-product-suggestions .three-products .product-element-content,
#product-page-v2 .fp-product-suggestions .pdt-suggestion-horizontal .product-element-content{
    flex-direction: row;
    gap: 15px;
}
#product-page-v2 .fp-product-suggestions .pdt-suggestion-horizontal .product-infos,
#product-page-v2 .fp-product-suggestions .three-products .product-infos{
    align-items: flex-start;
    text-align: left;
}
#product-page-v2 .fp-product-suggestions .single-product .titlePdt-grid-fp,
#product-page-v2 .fp-product-suggestions .single-product .price,
#product-page-v2 .fp-product-suggestions .two-products .titlePdt-grid-fp,
#product-page-v2 .fp-product-suggestions .two-products .price,
#product-page-v2 .fp-product-suggestions .three-products .titlePdt-grid-fp,
#product-page-v2 .fp-product-suggestions .three-products .price,
#product-page-v2 .fp-product-suggestions .pdt-suggestion-horizontal .titlePdt-grid-fp,
#product-page-v2 .fp-product-suggestions .pdt-suggestion-horizontal .price{
    text-align: left;
}
#product-page-v2 .fp-product-suggestions .single-product .img-bloc,
#product-page-v2 .fp-product-suggestions .two-products .img-bloc,
#product-page-v2 .fp-product-suggestions .three-products .img-bloc,
#product-page-v2 .fp-product-suggestions .pdt-suggestion-horizontal .img-bloc{
    width: 115px;
    margin-top: 0;
    margin-bottom: 0;
}
#product-page-v2 .fp-product-suggestions .single-product .img-bloc,
#product-page-v2 .fp-product-suggestions .two-products .img-bloc{
    width: 140px;
}
#product-page-v2 .table-prix-template .td-responsive .label{
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}
#product-page-v2 .table-prix-template th .th-price-label{
    display: none;
}
#product-page-v2 .table-prix-template tbody .td-price-label{
    display: none;
}
#product-page-v2 .table-prix-template .td-responsive .caract-element {
    word-break: break-word;
}
#product-page-v2 .table-prix-template .td-responsive .caract-element i{
    font-size: 5px;
    vertical-align: middle
}
#product-page-v2 .table-prix-template .td-responsive .caract-container {
    padding-left: 0;
    font-size: 17px;
    line-height: 24px;
    list-style-type: none;
}
#product-page-v2 .table-prix-template .td-responsive .caract-value {
    word-break: auto-phrase;
}
#product-page-v2 .fp-product-suggestions .fp-products-container {
    overflow-x: hidden;
}
#product-page-v2 .fp-product-suggestions .glide .glide__arrows {
    display: none;
}
/* #product-page-v2 #pdtModelsDetails .toggle-container {
    width: 100%;
    text-align: center;    
} */

#product-page-v2 .toggle-container button{
    width: 100%;
    font-family: "Titillium Web", sans-serif;
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-weight: 600;
    color: #0171bc;
    font-size: 17px;
    border-top: solid 2px #fff;
    background-color: unset;
    padding-left: 0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

#product-page-v2 #pdtModelsDetails .toggle-container button{
    width: 100%;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    border: none;
    padding: 15px 15px;
    font-weight: 600;
    color: #0171bc;
    font-size: 17px;
    border-top: solid 2px #fff;
    text-decoration: none;
    background-color: #f3f3f3;
    background-color: unset;
    display: block;
    margin: 13px auto;
    padding: 10px 5px;
    background-color: unset;
    color: #0071c2;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    background-color: #fe8c05;
    border-radius: 16px;
    color: #ffffff;
    min-width: 175px;
    font-weight: bold;
    width: 270px;
    font-size: 19px;
}
#product-page-v2 .long-table{
    font-size: 16px !important;
}
#product-page-v2 .long-table .add-pdt-qty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 175px;
    gap: 15px;
    width: 135px;
}
#product-page-v2 .table-prix-template .long-table .cart-add-btn {
    display: inline-block;
    width: 100%;
}
#product-page-v2 .table-prix-template .long-table .cart-add-btn a {
    display: inline-block;
    width: 100%;
}
/* Conteneur de floating label */
#product-page-v2 .select-value {
    position: relative;
}

#product-page-v2 .custom-select {
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: transparent;
}

#product-page-v2 .custom-select:focus {
    outline: none;
    border-color: #007bff;
}

/* Floating label */
#product-page-v2 .floating-label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #aaa;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}


/* Floating effect when select is focused or value is selected */
#product-page-v2 .custom-select:focus~.floating-label,
#product-page-v2 .custom-select:not([value="all"])~.floating-label {
    top: -2px;
    left: 10px;
    font-size: 15px;
    color: #686868;
    background-color: #fff;
    padding: 0 5px;
}

#product-page-v2 .photo-part.single-photo .glide__arrows {
    display: none !important; 
}

#product-page-v2 .fp-product-details .accordions-item ul {
    font-size: 17px!important;
    line-height: 32px;
    margin-top: 5px;
}
#product-page-v2 .accordions .accordions-item-description p {
    line-height: 25px!important;
}
#product-page-v2 .table-container .showMoreRowsBtn {
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    border-top: solid 2px #fff;
    display: block;
    margin: 13px auto;
    padding: 10px 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    background-color: #fe8c05;
    border-radius: 16px;
    color: #ffffff;
    min-width: 175px;
    font-weight: bold;
    width: 100%;
    max-width: 270px;
    font-size: 19px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#product-page-v2 .table-container .showLessRowsBtn {
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    border-top: solid 2px #fff;
    display: block;
    margin: 13px auto;
    padding: 10px 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    background-color: #fe8c05;
    border-radius: 16px;
    color: #ffffff;
    min-width: 175px;
    font-weight: bold;
    width: 270px;
    font-size: 19px;
}

#product-page-v2 .fade-overlay-top {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    height: 100%;
}

#product-page-v2 .fade-overlay-bottom {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.6) 100%);
    pointer-events: none;
    height: 100%;
}
#product-page-v2 #navTabs .fixed-part1{
    display: none !important; 
}

#product-page-v2 #navTabs.fixed .fixed-part1{
    display: flex !important;  
}

#product-page-v2 #navTabs.fixed .fp-primary-btn { /* A mettre Ã  jour .. essayer sans .fixed */
    padding: 11px 5px;
}