#nav-produit {
    background-color: transparent !important;
}
.carousel {
    max-height: 46rem;
    width: 100%;
    overflow: hidden;
}


/* .nuancier .bynder-widget-media-link, .bynder-widget-media-link  {
    padding: 0 !important;
    border: none !important;
} */

.nuancier img {
    opacity: 0.7;
    cursor: zoom-in;
}

.btn-produit {
    padding: 10px;
    display:block;
    color: initial;
    width: 100%;
}
.btn-produit:hover, .btn-produit.active {
    text-decoration: none;
    color: #dd0935 !important;
}
.li-btn-produit {
    color: initial !important;
    border: 1px solid;
    text-align: center;
    margin-top : -1px;
    margin-left : -1px;
}
.li-btn-produit:hover  {
    color: #dd0935 !important;
    border: 1px solid ;
    z-index: 1;
}
.configurateur {
    background-color: #F0F0F0;
    height: 66px;
    margin-top: -100px;
}
.configurateur, .configurateur strong{
    font-size: 14px;
}
/* Navigation Sliders */
.carousel-control-prev, .carousel-control-next {
    width: auto;
    opacity: 1;
    transition: none;
    height: 50px;
    margin-bottom: auto;
    margin-top: auto;
    background-color: transparent;
    position: absolute;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}
.carousel-control-prev-icon {
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid #000000;
}
.carousel-control-next-icon {
    border: 1px solid #CEBB95;
    background-color: #FFFFFF;
}
@media (min-width: 992px){
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 40px;
        height: 40px;
        background-image: none;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .carousel-control-next-icon::before
    {
        content: '>';
        font-size: 22px;
        /* font-weight: 700; */
        color: #CEBB95;
        margin: auto;
    }
    .carousel-control-prev-icon::before {
        content: '<';
        font-size: 22px;
        /* font-weight: 700; */
        color: #000000;
        margin: auto;
    }
}
@media (max-width: 991.98px){
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 26px;
        height: 26px;
        background-image: none;
        border-radius: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .carousel-control-next-icon::before
    {
        content: '>';
        font-size: 14px;
        /* font-weight: 700; */
        color: #CEBB95;
        margin: auto;
    }
    .carousel-control-prev-icon::before {
        content: '<';
        font-size: 14px;
        /* font-weight: 700; */
        color: #000000;
        margin: auto;
    }
}
.carousel-caption {
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding-bottom: 0px;
}
/* slider */
@media (max-width: 991.98px){
    .carousel-control-prev {
        left: 10px;
    }
    .carousel-control-next{
        right: 10px;
    }
}
@media (min-width: 992px){
    .carousel-control-prev {
        left: 30px;
    }
    .carousel-control-next{
        right: 30px;
    }
}
/* accordion */
#accordionInfoProduit .card-header{
    background-color: transparent;
    border-bottom: none;
    font-size: 18px;
    font-weight:500;
    cursor: pointer;
    text-transform: uppercase;
}
#accordionInfoProduit .card-header[aria-expanded="true"]{
    color: #E44200;
    border-bottom: 1px solid #E44200;
}

#accordionInfoProduit .card-header[aria-expanded="true"]::before{
    content:"<" !important;
    float: right;
    color: #E44200;
    transform: rotate(90deg);
}

#accordionInfoProduit .card-header[aria-expanded="false"]::before{
    content:">" !important;
    transform: rotate(90deg);
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #E44200;
}

#accordionInfoProduit .card{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #CCCCCC;
}
.presentation{
    margin-top: 1.5em;
}
@media (min-width: 768px){
    #sidebare {
        position: fixed;
    }
}

#rightside1 li, #collapseOne li, #collapseTwo li {
    list-style-type: none;
}
#rightside1 li:before,#collapseOne li:before, #collapseTwo li:before {
    content: "> ";
    font-size: larger;
}
#rightside1 ul, #collapseOne ul, #collapseTwo ul {
    padding-inline-start: 0px;
}
.nuancier-cat {
    padding-left: 0;
}
.nuancier-cat span {
    background-color: white;
    padding-right: 1em ;
    z-index: 1;
    position: relative;
    display: table;
    /* display: block;
    width: max-content; */
}
.nuancier-cat:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid black;
    z-index: 0;
}