/*BREADCRUMB*/
.breadcrumb li:last-child a {
    padding: 0;
    color: white;
}

#wrapper .breadcrumb {
    height: 105px;
    margin: -30px 0 40px;
}

.savoir-plus {
    text-decoration: underline;
    margin-bottom: 0;
    cursor : pointer;
}

.garantie-commerciale_subtitle {
    text-align: center;
    font-weight: 600;
    font-size : 16px;
    font-family: Poppins;
    color : #000000;
}

.garantie-commerciale_title {
    position: relative;
    margin-bottom: 1em;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #000;
}

.garantie-commerciale_italic {
    color : #000000;
    font-style: italic;
    font-family: Poppins;
    margin-bottom : 0;
    font-size : 13px;
    font-weight: 500;
}


.garantie-commerciale_text {
    color : #000000;
    font-family: Poppins;
}

.garantie-commerciale strong {
    color : #000000;
    font-family: Poppins;
    font-weight: 600;
}

.garantie-commerciale_title:before {
    content: "";
    position: absolute;
    bottom: 3px;
    width: 230px;
    border-bottom: 10px solid #EE773E;
    z-index: -1;
    text-align: center;
    right: 50%;
    transform: translateX(50%);
}

.garantie-commerciale {
    position: fixed !important;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) !important;
    background: #fff;
    max-width: 370px;
    height: auto;
    z-index: 100000;
    padding: 20px;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow-y: hidden;
}

.close-garantie {
    position: absolute;
    width: 17px;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.garantie-commerciale-bg {
    background: #00000057;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.garantie-commerciale_italic a {
    text-decoration: underline;
    font-weight: 600;
}

/*PRODUCTS DETAILS*/

.truspilot-pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom : 20px;
}

.trustpilot-pc_top {
    margin-bottom : 5px;
}

.truspilot-pc p {
    color : black;
    margin-bottom : 0;
}

.truspilot-pc_bottom {
    display : flex;
    flex-direction: row;
    align-items: center;
}

#product #page-product {
    overflow: unset;
}

.img-normal {
    display : none;
}

.img-panier {
    display : block!important;
}

.modal-panier .no-combinations {
    justify-content: center;
}

.modal-panier {
    position: fixed !important;
    right: 0;
    top: 0;
    transform: translate(0, 0%) !important;
    background: #fff;
    max-width: 900px;
    height: 100%;
    z-index: 1950;
    padding-left: 0!important;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow-y: hidden;
}

.modal-panier .modal-paire .item {
    width: 33%!important;
}

.modal-panier .modal-paire .btn-normal {
    display : block;
}

.modal-panier .has-combinations {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-panier .modal-paire .content_price {
    text-align : center;
    margin-bottom: 5px;
}

.modal-panier .modal-paire  .container-btn-add-to-cart {
    margin-top: 0;
    margin-left: 0 !important;
}

.modal-panier .modal-paire .container-listing-price-button {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}



.modal-panier .modal-paire .product-block {
    margin-top : 0!important;
    min-height : 500px!important;
}

.modal-panier .product-accessories {
    padding-top : 0!important;
}

.modal-panier .price-normal {
    color : #EE773E;
    font-size : 23px;
    font-weight : 600;
}

.modal-panier .modal-i {
    display : flex;
    flex-direction: row;
    align-items: center;
}

.modal-panier .modal-i  i {
    margin-right: 5px !important;
}

.modal-panier .modal-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.modal-panier .modal-text {
    display: flex;
    flex-direction: column;
    align-items: baseline;

}

.modal-panier .modal-text p {
    margin-bottom: 0 !important;
    font-size: 23px;
}



.modal-panier .btn-primary {
    background-color: #eb7025;
    font-weight: 600;
    border-radius: 5px;
    padding: 15px;
    text-transform: none;
    font-size: 16px;
    width: 48%;
}

.modal-panier .cart-content-btn {
    padding: 30px 25px 30px 25px;
    margin-top: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    border-bottom-left-radius: 20px;
}

.modal-panier .btn-secondary {
    background: white;
    font-size: 16px;
    text-transform: none;
    padding: 15px;
    border: 2px solid #eb7025;
    color: #eb7025 !important;
    font-weight: 600;
    width: 48%;
    border-radius: 5px;
}

.modal-paire p {
    font-weight: 600;
    font-size: 18px;
}

.modal-panier .modal-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: fixed;
    right: 0;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 220px !important;
    height: 100%;
}

.modal-panier .modal-dialog {
    position: fixed !important;
    right: 0;
    top: 0;
    transform: translate(0, 0%) !important;
    margin: 0;
    height: 100%;
}

.modal-panier .modal-content {
    border-radius : 20px;
}

.modal-aussi p {
    font-weight: 600;
    margin-bottom : 0;
    font-size: 18px;
}

.modal-aussi .owl-loading {
    opacity : 1!important;
}

.modal-aussi {
    margin-bottom : 20px;
}

.modal-aussi h5 {
    display : none;
}




.modal-aussi .category-products {
    padding-top : 0!important;
    padding-bottom : 0!important;
}

.modal-aussi .content_price {
    text-align : center;
    margin-bottom : 5px;
}

.modal-aussi .product-block {
    margin-bottom : 0!important;
    min-height : 500px!important;
}


.modal-aussi .img-normal {
    display : none;
}

.modal-aussi .img-cart {
    display : block!important;
}

.modal-aussi .container-btn-add-to-cart {
    margin-top: 0;
    margin-left: 0 !important;
}

.modal-aussi .container-listing-price-button {
    flex-direction: column;
    align-items: center;
}



.modal-aussi #category-products>.item {
    width : 33%!important;
}

.modal-panier .modal-header img {
    margin: 0 20px 0 0 !important;
    max-width: 65px!important;
}

.modal-panier .modal-header {
    background: rgb(255,255,255)!important;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(209,227,243,1) 100%)!important;
    border-top-left-radius: 20px;
    padding: 10px 30px;
}

#blockcart-modal .modal-title {
    color : black!important;
}

.product-variants-item #group_49 {
    border-radius: 4px;
    background: #D1E3F3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    background-position-x: 99%;
    background-size: 20px 20px;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-family: Poppins!important;
    color: rgba(17, 0, 0, .8);
    line-height: 25px;
    text-align: center;
    cursor : pointer;
    letter-spacing: -.03em;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
}

.bloc-payement {
    background : #EBEBEB;
    border-radius : 5px;
    height : auto;
    margin-top : 100px;
    padding: 30px !important;
}

.container-payement {
    padding-right : 0;
    margin-bottom: 54px;
    position: sticky;
    z-index: 1;
    top: 5%;
    left: 0;
    height: 100%;
}

.row-detail {
    display: flex;
    height: 100%;
    position: relative;
    flex-direction: row-reverse;
}

.bloc-payement .current-price span {
    font-weight: 600!important;
}

.bloc-payement .product-add-to-cart {
    padding-bottom: 0;
    margin-bottom: 0;
}

.bloc-payement .current-price .price {
    font-weight: 600;
}

.bloc-payement .current-price {
    width : 100%;
    text-align : center;
}

.avis-grey {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avis-grey .reco-france img {
    width: 20px;
    margin-left: 8px;
    margin-top: -5px;
}

.avis-grey .reco-france {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.avis-grey p {
    font-weight: normal;
    margin-bottom: 5px;
    color : #000000;
}

.bloc-payement .product-price {
    width : 100%;
}

.bloc-payement button:disabled {
    cursor: not-allowed!important;
    opacity: .65!important;
}

.bloc-payement button {
    background: #EE773E !important;
    border-radius: 5px;
    border: 1px solid #EE773E;
    min-width: auto;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    width : fit-content;
    font-size: 14px;
}

.qty-desktop .control-label {
    margin: 0 16px 0 0!important;
}

.qty-desktop {
    display: flex;
    flex-direction: row;
    margin-bottom : 20px;
    align-items: center;
    justify-content: center;
}

.bloc-payement .add-cart {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.bloc-payement .paiement-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom : 0;
    margin-top: 30px;
}

.bloc-payement .paiement-desktop p {
    text-align: center;
    font-weight: normal;
    line-height: 1.1;
    font-size : 14px;
    color : black!important;
}

.livraison-grey {
    display: flex;
    flex-direction: column;
    margin-bottom : 30px;
    align-items: center;
}

.product-detail.product-thumbs-left .images-container .product-cover {
    margin: 0 0 0 30px!important;
}

.img-truck {
    width: 40px;
    margin-bottom: 8px;
}

.product-manufacturer-name {
    font-family: Poppins !important;
    font-style: normal !important;
    font-weight: normal !important;
    color: rgba(0, 0, 0, 0.5) !important;
    text-transform: none !important;
    font-size: 25px !important;
}

.js-qv-product-cover {
    max-width: 70%;
    margin: auto;
    display: table;
}

.social-sharing {
    text-align: center;
    margin-bottom: 40px !important;
}

.social-sharing li {
    margin-right: 15px;
    margin-left: 15px;
}

.text-additional-info {
    text-align: center;
    margin: 0;
    color: rgba(17, 0, 0, 0.5);
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.add-cart {
    display: flex;
    margin-top: 10px;
}

.product-details-list-reconditionne h3 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 30px;
}

.product-details-list-reconditionne>li>div {
    display: flex;
    align-items: center;
}

.product-add-to-cart .control-label {
    margin: 16px 0px 16px 16px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    color: black;
}

body:not(#index) .box-top
 .product-manufacturer-name {
     font-size: 20px;
}

.product-description {
    display: flex;
    justify-content: center;
}

.product-detail-name {
    padding-right: 10px;
    max-width: 100%;
    margin: 30px 0 0 0 !important;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    color: #110000;
    font-size: 35px;
}

.current-price {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: #EE773E;
    margin-bottom : 10px;
    width : 235px;
}

.price-delivery {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    position: relative;
    top: -20%;
}
.delivery-time{
    font-weight: 400;
}
.text-ttc {
    font-size: 15px;
    font-weight: lighter;
}

.product-actions .add-to-cart {
    background: #EE773E !important;
    border-radius: 5px;
    border: 1px solid;
    min-width: auto;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
}

.product-quantity .add {
    display: flex;
    margin-top : 10px;
}

.product-add-to-cart .product-quantity .qty {
    width: 70px;
    padding-top:0;
    margin: 0;
}

.product-quantity #quantity_wanted {
    font-family: 'Poppins';
    font-size: 16px;
    border-color: black;
    font-weight: 600;
    height: 35px;
}

.bootstrap-touchspin-up {
    border-bottom: 0px !important;
}

.bootstrap-touchspin-down {
    border-top: 0px !important;
}

.product-quantity .input-group-btn-vertical .btn {
    border-color: black;
    height: 18.5px;
}

.product-quantity .input-group-btn-vertical .btn i {
    top: 2px;
}

.product-quantity .add .btn:not(.add-to-cart) {
    text-transform: inherit;
    font-weight: lighter;
    font-family: Poppins;
    height: 26px;
    border-color: #888;
}

.product-quantity .add .btn:not(.add-to-cart) i {
    display: block;
    font-size: 14px;
    line-height: 0;
}

.leo-compare-wishlist-button .wishlist, .leo-compare-wishlist-button .compare {
    margin: 20px 0 0;
    color: black;
    top: 20%;
    position: relative;
    display: none;
}

.leo-wishlist-button:hover {
    color: #EE773E;
}

.ti-heart:hover {
    color: #EE773E;
}

.ti-compare:hover {
    color: #EE773E;
}

.container-product-details-list {
    font-family: Poppins;
    padding-bottom: 45px;
}

.h1-product-details-list {
    position: relative;
    margin-bottom: 1em;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
}

.h1-product-details-list:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 13.5em;
    border-bottom: 10px solid #8DA7D7;
    z-index: -1;
}

.product-details-list-reconditionne {
    font-size: 14px;
    color: black;
    background-color: #D1E3F3;
    padding: 5px 15px;
    border-radius: 5px;
}

.product-details-list-reconditionne > li {
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    color: #000000;
}

.product-details-list-reconditionne > li > div {
    display: flex;
}

.product-details-list-reconditionne > li > div > img {
    height: 100%;
    padding-top: 0.5%;
    padding-bottom: 0% !important;
}

.span-commitment {
    font-weight: bold;
    text-decoration: underline;
}

.container-info-reconditioned {
    background-color: #d0e3f3;
    font-family: 'Poppins';
    border-radius: 5px;
    margin-bottom : 40px;
}

.carbone-plus {
    text-decoration: underline;
    margin-bottom: 0;
    cursor: pointer;
    margin-left : 5px;
}

.carbone-plus:hover {
    color : #222222!important;
    text-decoration: underline;
}

.carbone-plus:focus{
    color : #222222!important;
    text-decoration: underline;
}

.info-list-reconditionned {
    display: inline-flex;
    color: black;
}

.info-reconditioned {
    text-align: center;
}

.info-list-reconditionned > li {
    display: block;
    padding: 20px;
    font-weight: 500;
    width: auto;
}

.span-list-reconditionned-1 {
    font-size: 25px;
    position: relative;
    z-index: 0;
}

.span-list-reconditionned-2 {
    font-size: 25px;
    position: relative;
    z-index: 0;
}

.span-list-reconditionned-1:before {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 79px;
    left: 49%;
    border-bottom: 13px solid #EE773E;
    z-index: -1;
}

.span-list-reconditionned-2:before {
    content: "";
    position: absolute;
    bottom: 15px;
    width: 23%;
    left: 20%;
    border-bottom: 13px solid #8DA7D7;
    z-index: -1;
}

.button-list-reconditionned {
    border-radius: 5px;
    border: 1px solid black;
    color: black;
    padding: 8px 0;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
    background: transparent;
    width: 70%;
    cursor: pointer;
    position:relative;
    overflow:hidden;
}

.button-list-reconditionned:after{
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}

.grade-content ul {
    display: grid!important;
    grid-template-columns: repeat(1, 1fr)!important;
    grid-template-rows: repeat(1, 1fr)!important;
    grid-column-gap: 0px!important;
    grid-row-gap: 0px!important;
}

.grade-content ul .grade-li:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.grade-content ul .grade-li:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.grade-content ul .grade-li:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.grade-content ul .grade-li:nth-child(4) { grid-area: 1 / 4 / 2 / 5; }
.grade-content ul .grade-li:nth-child(5){ grid-area: 2 / 1 / 3 / 5; }

.button-list-reconditionned:hover::after, .button-list-reconditionned:focus::after {
    animation: sheen 1s forwards;
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}

.container-button-list-reconditionned {
    margin-top: 5%;
}

.img-list-reconditionned {
    width: 29%;
    display: flex;
    margin: auto auto 15px;
}

.span-reconditionned-list-text {
    padding: 0px 20px;
    font-weight: 600;
    font-size : 14px;
    line-height: 1.55;
}

.span-reconditionned-list-text-end {
    padding: 0px 20px;
    font-weight: 600;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    font-size : 14px;
    color: #000000;
    line-height: 1.55;
}

.products-details-description {
    position: relative;
}

.variants-en-savoir-plus {
    text-decoration: underline;
}

.products-details-description:before {
    background-color: #D1E3F3;
    top: 0;
    left: 50%;
    right: auto;
    bottom: 0;
    z-index: -1;
    margin-left: -50vw;
    width: 100vw;
    background-size: cover;
    background-position: center left;
    content: "";
    position: absolute;
}

.products-accordion {
    display: flex;
    margin-top: 4rem;
}

.products-accordion .card {
    width: 50%;
    border: none;
    box-shadow: none;
    background: none;
}

.products-accordion .card:last-child {
    border-bottom: 0;
    position: relative;
    z-index: 0;
}

.products-accordion .card:last-child:before {
    content: "";
    position: absolute;
    border-left: 2px solid black;
    z-index: -1;
    bottom: 12px;
    top: 12px;
}

.quantity {
    position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    background-color: #ffffff94;
    border-radius: 5px;
}

.qty-desktop .quantity-button {
    border-left: 1px solid lightgray;
}

.qty-desktop .quantity-button.quantity-up {
    border-top-right-radius: 5px;
}

.qty-desktop .quantity-button.quantity-down {
    border-bottom-right-radius: 5px;
}


.qty-desktop .quantity input {
    width: 60px;
    height: 32px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    font-weight: 600;
    font-size : 16px;
    margin: 0;
    padding-left: 16px!important;
    border: 0;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 30px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid black;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-family: "FontAwesome" !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    font-family: "FontAwesome";
    transition : 0.2s ease-in-out;
}

.quantity-button.quantity-up:hover {
   background-color : black;
    color : white;
}

.quantity-button.quantity-down:hover {
    background-color : black;
    color : white;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    transition : 0.2s ease-in-out;
    height: 53%;
    font-family: "FontAwesome";
}

.products-accordion .card-header a.collapsed:after {
    content: none;
}

.products-accordion .card-header a:after {
    content: none;
}

.div-commitment {
    display: block;
}

.div-commitment > div {
    display: flex;
}

.p-commitment {
    margin: 0 !important;
}



.text-card-header1 {
    text-align: right;
    position: relative;
    z-index: 0;
    color: #EE773E;
}

.text-card-header1:hover {
    color: #EE773E !important;
    transition-duration: 0.3s
}

.text-card-header1:before {
    content: "";
    position: absolute;
    border-bottom: 4px solid #EE773E;
    z-index: -1;
    top: 24px;
    width: 227px;
    right: -1px;
    transition-duration: 0.5s;
}

.text-card-header1:hover::before {
    border-bottom: 4px solid #EE773E;
    transition-duration: 0.3s
}

.text-card-header2 {
    text-align: left;
    position: relative;
    z-index: 0;
}

.text-card-header2:hover {
    color: #EE773E !important;
    transition-duration: 0.3s
}

.text-card-header2:before {
    content: "";
    position: absolute;
    border-bottom: 4px solid black;
    z-index: -1;
    top: 24px;
    width: 290px;
    left: -1px;
    transition-duration: 0.5s;
}

.text-card-header2:hover::before {
    border-bottom: 4px solid #EE773E;
    transition-duration: 0.3s
}

.products-accordion .card-header h5 {
    font-size: 20px;
}

.products-accordion .card-header a {
    text-transform: none;
}

.commitment-container {
    display: flex;
    padding-top: 1.5em;
    margin-left: 110px;
}

.commitment {
    width: 50%;
}

.title-commitment1 {
    position: relative;
    z-index: 0;
    font-size: 22px;
    margin-bottom: 1em;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

.title-commitment1:before {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 242px;
    left: 0;
    border-bottom: 9px solid #EE773E;
    z-index: -1;
}

.title-commitment2 {
    position: relative;
    z-index: 0;
    font-size: 22px;
    margin-bottom: 1em;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

.title-commitment2:before {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 197px;
    left: 0;
    border-bottom: 9px solid #EE773E;
    z-index: -1;
}

.list-commitment {
    background-color: #FEF6EB;
    width: 81%;
    padding: 20px;
    border-radius: 5px;
}

.list-commitment h3 {
    font-weight: normal;
    color: black;
    margin-bottom: 1%;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.commitment-block1 .list-commitment li img {
    transform: rotate(-9.17deg);
    height: 100%;
}

.img-list-commitment {
    width: 24px;
    margin-right: 2%;
    padding-bottom: 0.5%;
    height: 100%;
}

.img-list-engagement {
    width: 6%;
    margin-right: 1%;
}

.collapsing {
    transition-duration: 0.5s;
}

.logo-header {
    text-align: center;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.product-thumb-images .thumb {
    border: 0 !important;
}

.pictos-thumb {
    display: none!important;
}

.pictos-thumb.selected {
    text-align: center;
    width: 100%;
    color: #EE773E;
    font-size: 8px;
    display: block!important;
}

.variants-en-savoir-plus {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    color: #808080;
}

.zoomGalleryActive > .pictos-thumb {
    text-align: center;
    width: 100%;
    color: #EE773E;
    font-size: 8px;
    display: block!important;
}

.title-list-reconditionned {
    font-family: Poppins-Black;
    margin: 0;
}

.info-list-reconditionned1 > li  {
    padding: 2.2%;
    width: 100%;
}

.info-list-reconditionned1 {
    display: inline-flex;
}

.info-list-reconditionned2 > li {
    padding: 2.2%;
    width: 100%;
}

.info-list-reconditionned2 {
    display: inline-flex;
}

.h5-responsive-accordions {
    font-size: 20px;
    display: none;
}

.leo-compare-wishlist-button .btn-product.added span span:before {
    content: none;
}

.title-products-details {
    display: none;
}

.data-sheet {
    font-family: Poppins;
}

.data-sheet .name {
    font-weight: 500;
    color: black;
}

.title-product-typical {
    font-size: 22px;
    text-align: left;
}

.container-features {
    font-family: 'Poppins';
    display: flex !important;
    text-align: center;
    justify-content: center;
}

.no-combinations {
    width: 100%;
    display: flex;
    align-items : center;
    flex-direction: row;
    justify-content: center;
}

/*.container-features div:nth-child(n+5) {*/
/*    display: none;*/
/*}*/

.block-features {
    background: #FFFFFF;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 9%);
    border-radius: 5px;
    width: 250px;
    margin-left: 1%;
    margin-right: 1%;
}

.img-features {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6%;
}
.img-features2 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6%;
}

#namGarantie {
    display: flex;
    width: 100%;
    /*max-width: 800px;*/
}
/*#product-garantie{
    padding-top: 55px;
}  */
#garantie {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    width : max-content;
    background-color: #7295CE;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    box-shadow: 5px 5px 0 0 #e3eaf5;
    height: 35px;
    font-weight: 500;
}

.product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide {
    width : 70px!important;
}

.garantie-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom : 20px;
}

.content-title h1 {
    margin-top : 0!important;
}

.content-title h2 {
    margin-top : 0!important;
}

.row-detail {
    display : flex;
    flex-direction: row-reverse;
}


.content-title p {
    margin-top : 0!important;
}

.mobile-garantie-content {
    display: flex;
    margin-bottom : 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.paiement-mobile {
    display : none;
}

.title-product-detail {
    width : 100%;
}

.title-product-detail2{
    width: 700px;
    display: flex;
    height: 100px;
}

.paragraph-features {
    font-size: 14px;
    padding-left: 5%;
    padding-right: 5%;
}

.container-features .slick-list {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    padding-left: 1%;
    padding-right: 1%;
}

.container-features .slick-track {
    height: 100% !important;
}

.product-variants-item .radio-label {
    border-radius: 4px;
    border: 0 !important;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(17, 0, 0, 0.8);
}

.product-variants-item ul {
    display: inline-flex;
}

.outstock .input-color:checked + span, .outstock .input-color:hover + span, .outstock .input-radio:checked + span, .outstock .input-radio:hover + span {
    background: #ffffff;
}

.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
    background: #D1E3F3;
}

.product-variants > .product-variants-item {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.economie-carbone-vert {
    background: #E9F0E0;
    border-radius: 5px;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-right : 10px;
    width: 22%;
    justify-content: center;
}

.economie-carbone-vert:last-child {
    margin-right : 0!important;
}


.cube {
    font-size: 11px;
    position: absolute;
    top: 2px;
}


.economie-carbone_img {
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: center;
}

.economie-carbone h2 {
    position : relative;
    margin-bottom: 1em;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}

.economie-carbone {
    margin-bottom : 22px;
}

.economie-carbone p {
    color: #222;
    margin-bottom: 22px;
}

.economie-carbone h2:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 14.5em;
    border-bottom: 10px solid #E9F0E0;;
    z-index: -1;
}

.economie-carbone-vert p {
    margin-bottom:2px;
    color: #000000;
    position : relative;
    font-size: 15px;
    font-weight: 500;
}

.economie-carbone-vert span {
    text-align : center;
    font-size: 13px;
    color : #000000;
    height : 32px;
    line-height: 1.2;
}

.loader {
    width: 25px;
    height: 25px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #8DA7D7;
    border-radius: 50%;
    animation: spin 1.2s linear infinite, heart-beat 2s linear infinite;
    text-align: center;
    line-height: 120px;
}

.economie-carbone_container {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: flex-start;
}

.loader-div {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.label {
    position : relative;
}

.label-color {
    color : #D1E3F3!important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.product-variants-item .control-label {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: rgba(17, 0, 0, 0.5);
    min-width: auto;
    margin-top: 8px;
    margin-bottom: auto;
}

.product-variants {
    width: 100%;
    margin: 0 !important;
}

#module-leoblog-blog .breadcrumb.hidden-sm-down li:nth-child(5) {
    display : none;
}

#module-leoblog-list .breadcrumb.hidden-sm-down li:nth-child(3) {
    display: none!important;
}

.product-variants > .product-variants-item ul li.outstock .radio-label {
    background-image: none;
    background-color: #FFFFFF;
    color: rgba(17, 0, 0, 0.2);
}

.product-variants > .product-variants-item ul li.outstock input {
    cursor: auto !important;
}

#cart .featured-products {
    display : none;
}

.text-savoir {
    color: #69ACD2;
    position: absolute;
    text-align: center;
    bottom: -13.5%;
    left: 0;
    right: 0;
    font-size : 12px;
}

.text-savoir-hide {
    display : none;
}

#thumb-gallery .slick-arrow {
    color: black !important;
    background: transparent !important;
}

#thumb-gallery .slick-arrow:before {
    font-size: 30px !important;
}

.product-additional-info2 {
    display: none;
}

.container-features .slick-arrows .slick-arrow {
    height: 100% !important;
}

.container-features .slick-arrows .slick-arrow:before {
    font-size: 30px !important;
}

.container-features .slick-arrows .slick-arrow.slick-next {
    right: -20px !important;
}

.container-features .slick-arrows .slick-arrow.slick-prev {
    left: -20px !important;
}

.features-container {
    display: flex;
    max-height: 249px;
    transition: all 1.1s ease;
    margin-bottom: 3%;
    overflow: hidden;
}

.active-features {
    max-height: 300em !important;
    transition: all 1s ease;
}

.product-features:before {
    content: "";
    position: absolute;
    border-left: 1px solid black;
    z-index: -1;
    bottom : 0;
    margin-bottom: 0%;
    top : 0;
    height : auto;
    left: 49.97%;
}

/*.features-container:after {
    content: "Je veux tout savoir !";
    color: #69ACD2;
    position: absolute;
    text-align: center;
    bottom: 23.5%;
    left: 0;
    right: 0;
    margin-bottom: 2em;
} */
.product-features {
    text-align: center;
    position : relative;
}

.title-collapse {
    font-size : 24px;
    text-align: center;
    padding-bottom : 20px;
    color : #EF783E;
}

.height-description {
    display : none;
}

#collapsedescription {
    padding-top : 80px;
}

.product-discount {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-top : 25px;
    justify-content: center;
}


#category .old-price {
    display : none;
}

#category .price-percent-reduction {
    display : none;
}

.delivery-time {
    color : #000000!important;
}

#cart .product-line-grid .discount-percentage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: white;
    width: max-content;
    background-color: #8DA7D7;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 5px;
    height: 35px;
    font-weight: 500;
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);
}

#cart .product-line-grid .discount-amount {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: white;
    width: max-content;
    background-color: #8DA7D7;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 5px;
    height: 35px;
    font-weight: 500;
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);
}

#cart .product-discount {
    margin-top : 10px!important;
}

.regular-price {
    color : #4E4E4E;
    font-size : 17px;
}
.discount-amount {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    width: max-content;
    background-color: #8DA7D7;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    height: 35px;
    border-radius : 5px;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}
.discount-percentage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    width: max-content;
    background-color: #8DA7D7;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius : 5px;
    height: 35px;
    font-weight: 500;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}

.button-scroll-features {
    font-size: 20px;
    width: 30px;
    height: 30px;
    background: #69ACD2;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    color: white;
    cursor: pointer;
    margin: 0 auto;
}



.pair {
    width: 100%;
    text-align: center;
}
.impair {
    width: 100%;
    text-align: center;
}
.category-features {
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 25%;
    text-align: left;
}

.category-features div {
    margin-bottom: 1em;
}

.category-features h3 {
    margin-bottom: 1em;
}

.title-features {
    display: none;
}

#collapsedetails {
    margin-bottom: 7%;
    padding-top : 80px;
}

#custom-product-description-container {
    padding-top: 1em;
}


#custom-scroll-dynamic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto !important;
}

.hideTellMeAll:after {
    display: none;
}

.showTellMeAll:after {
    display: block;
}

.comment-height { height : initial!important;}

#custom-description-text {
    overflow: hidden
}

.voir-description {
    padding: 0 10.4% 0;
    color: #69acd2;
    text-decoration: underline;
    font-size : 14px;
    cursor: pointer;
}

.importantRule { display : block!important; }

#custom-scroll-dynamic #custom-description-text{
    overflow: hidden;
}

#custom-product-description-container{
    display: block;
}


#image-cart-container{
    display: flex;
    justify-content: center;
}

/*MEDIA QUERIES*/
@media (min-width: 1450px) {
    .info-list-reconditionned > li {
        width: 30.5%;
    }
    .img-list-reconditionned {
        margin: 15px auto 15px;
    }
}

@media (max-width: 1450px) {
    .info-list-reconditionned {
        font-size: 14px;
    }
    .info-list-reconditionned > ul > li {
        padding: 20px;
        width: 100%;
    }
    .title-list-reconditionned {
        font-size: 25px;
    }
    .info-list-reconditionned > li {
        width: 30.5%;
    }
}

@media (max-width: 1350px) {
    .product-details-list-reconditionne > li > div > img {
        padding-top: 1.2%;
    }
    .info-list-reconditionned > li {
        width: 35%;
    }
    .span-reconditionned-list-text {
        padding: 0px 5px;
    }
    .span-list-reconditionned-2:before {
        width: 26%;
        left: 17%;
    }
    .list-commitment {
        width: 85%;
    }
}

@media (max-width: 1300px) {

    .span-list-reconditionned-2:before {
        left: 18%;
        bottom: 13px;
    }
    .info-list-reconditionned {
        font-size: 13px;
    }
    .button-list-reconditionned {
        width: 65%;
        padding: 6px 0;
        font-size: 11px;
    }
    .title-list-reconditionned {
        font-size: 23px;
    }
    .commitment-container {
        margin-left: 100px;
    }
    .list-commitment {
        width: 90%;
        font-size: 13px;
    }
    .product-details-list-reconditionne > li {
        font-size: 13px;
    }
    .info-list-reconditionned > li {
        width: 37%;
    }
    .span-list-reconditionned-1:before {
        width: 73px;
    }
}

@media (max-width: 1250px) {
    .info-list-reconditionned > li {
        width: 38%;
    }
}

@media (max-width: 1200px) {
    #garanties {
        display : none;
    }
    .product-variants-item #group_49 {
        border: 1px solid #000000 !important;
        box-sizing: border-box;
        box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);
        border-radius: 3px;
        background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: right center;
        background-position-x: 99%;
        background-size: 20px 20px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1200px) {
    .row-detail {
        display: flex !important;
        flex-direction: column !important;
    }
    .mobile-panier form {
        width : 100%;
    }
    .add-to-cart-alt {
        background: #EF783E;
        border-radius: 15px;
        color: white;
        font-weight: 600;
        font-size: 14px;
        height: 52px;
        text-transform : uppercase;
        width: 200px;
    }

    .add-to-cart-alt:active {
        background: #EF783E!important;
    }

    .add-to-cart-alt:focus{
        background: #EF783E!important;
    }

    .product-add-to-cart {
        padding-bottom : 0!important;
    }

    .add-to-cart-alt:disabled {
        cursor: not-allowed !important;
        opacity: 0.65 !important;
    }

    .add-top {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        margin: 0;
        justify-content: space-between;
        padding-bottom: 0!important;
        padding-left: 0;
        padding-right: 0;
        text-align : left!important;
    }
    .add-cart-mobile #buttonAddToCart:disabled {
        cursor: not-allowed !important;
        opacity: 0.65 !important;
    }
    #displayBtnMobile {
        opacity: 0;
        transition: opacity 0.5s ease;
        visibility: hidden;
    }

    #displayBtnMobile.show {
        opacity: 1;
        visibility: visible;
    }
    .truspilots {
        display: flex !important;
        padding: 0 30px;
        flex-direction: row;
        align-items: center;
        margin-top : 6px;
        font-size: 15px;
        margin-bottom : 10px;
    }
    .truspilots-avis {
        color : black;
        margin-bottom : 0;
        font-weight: 600;
    }
    #thumb-gallery {
        display : none!important;
    }
    #add-to-cart-alt:disabled {
        cursor: not-allowed !important;
        opacity: 0.65 !important;
    }
    .slider-mobile-images-declinaison .slick-dots .slick-active button:before {
        color: #EF783E!important;
    }
    .slider-mobile-images-declinaison .slick-dots li button:before {
        color: #9D6E56!important;
        opacity: 1;
    }
    .slider-mobile-images-declinaison {
        display : block!important;
    }
    .slider-mobile-images-declinaison img {
        max-width : 60%;
        width : 100%;
        margin: auto;
        display: table;
        height: auto;
    }
    .img-declinaison .product-cover {
        display : none;
    }
    .mobile-panier .regular-price {
        text-decoration: line-through;
    }
    .product-discount {
        display : none;
    }
    .btn-mobile .current-price {
        color: white;
        font-size: 16px;
        margin-bottom: 0;
        width: auto;
        line-height: normal;
        display: flex;
        flex-direction: row;
        margin-left: 5px;
        align-items: center;
    }
    #add-to-cart-alt {
        background : #EF783E;
        border-radius : 15px;
        color : white;
        font-weight: 600;
        font-size : 14px;
        height: 52px;
        width : 200px;
    }
    .mobile-panier .regular-price {
        text-decoration: line-through;
    }
    .mobile-reassurance-item {
        display: flex;
        flex-direction: row;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        align-items: center;
    }
    .mobile-reassurance-item img {
        margin-right : 15px;
        background: #FFF7EC;
        border-radius: 7px;
        padding: 8px;
    }
    .bg-reconditionne {
        margin-right: 15px;
        background: #FFF7EC;
        border-radius: 7px;
        padding: 16px;
        width: 30px;
        height: 30px;
        background-image: url("../img/livraison-rapide1.png");
        background-size: 77%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mobile-panier__price .current-price {
        color : #000000;
        font-weight: 600;
        font-size : 25px;
        line-height: 1;
        margin-bottom : 0;
    }
    .bg-livraison {
        margin-right: 15px;
        background: #FFF7EC;
        border-radius: 7px;
        padding: 16px;
        width: 30px;
        height: 30px;
        background-image: url("../img/reconditionned-retractation.png");
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bg-commerciale {
        margin-right: 15px;
        background: #FFF7EC;
        border-radius: 7px;
        padding: 16px;
        width: 30px;
        height: 30px;
        background-image: url("../img/reconditionned-garantie.png");
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bg-france {
        margin-right: 15px;
        background: #FFF7EC;
        border-radius: 7px;
        padding: 16px;
        width: 30px;
        height: 30px;
        background-image: url("../img/france.png");
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .slider-top-mobile {
        display : block!important;
    }
    .mobile-reassurance {
        display : block!important;
        padding: 0 3% 2%;
    }
    .list-images-desktop {
        display : none;
    }
    .slider-mobile-images .slick-dots .slick-active button:before {
        color: #EF783E!important;
    }
    .slider-mobile-images .slick-dots li button:before {
        color: #9D6E56!important;
        opacity: 1;
    }
    .slider-mobile-images {
        display : block!important;
    }

    .slider-mobile-images img {
        max-width : 60%;
        width : 100%;
        margin: auto;
        display: table;
        height: auto;
    }
    .mobile-paiement-grey {
        color : #ADADAD;
        font-size : 12px;
        font-weight: 400;
        margin-bottom : 0;
    }
    .mobile-paiement {
        margin: 0 2% 2%;
        border-bottom: 1px solid #D0D0D0;
        padding-bottom: 15px;
        padding-left : 1%;
        display : block!important;
        padding-right : 1%;
        padding-top : 15px;
    }
    .mobile-paiement__text {
        display: flex;
        flex-direction: row;
        margin-bottom: 5px;
        align-items: center;
    }
    .mobile-paiement__text img {
        margin-right : 8px;
        opacity: 0.3;
    }
    .mobile-panier__logo {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .product-detail-name {
        padding-left: 1%;
        padding-right: 1%;
    }
    .mobile-garantie-content {
        padding-left: 1%;
        padding-right: 1%;
    }
    .mobile-panier {
        display : flex!important;
        flex-direction : row;
        align-items: center;
        margin: 2% 2% 0;
        justify-content: space-between;
        border-bottom : 1px solid #D0D0D0;
        padding-bottom: 15px;
        padding-left: 1%;
        padding-right: 1%;
    }
    .mobile-panier-black {
        color : #000000;
        margin-bottom : 0;
        font-size : 12px;
    }
    .mobile-item-text {
        color : #000000;
        margin-bottom : 0;
        font-size : 13px;
    }
    .plus-txt {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .container-payement {
        display : none;
    }
    .add-cart-mobile .text-ttc {
        font-weight: 400;
        font-size: 13px;
    }
    .add-to-cart p {
        margin-bottom: 0;
    }
    .add-cart-mobile .current-price {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
        width: auto;
        line-height: normal;
        display: flex;
        flex-direction: row;
        margin-left: 5px;
        align-items: center;
    }
    .product-add-to-cart .control-label {
        display : none;
    }
    .title-list-reconditionned {
        font-size: 30px;
    }
    .add-cart-mobile .text-ttc {
        font-weight: 400;
        font-size: 13px;
    }
    .btn-mobile .plus-txt {
        display: flex;
        margin-left: 5px;
        flex-direction: row;
    }
    .btn-mobile button {
        width: auto !important;
    }
    .btn-mobile {
        border-radius: 15px;
        width: 100%;
        font-size: 16px;
        padding: 0;
        background: #EE773E !important;
        min-width: auto;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        height: 52px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .btn-mobile .current-price {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
        width: auto;
        line-height: normal;
        display: flex;
        flex-direction: row;
        margin-left: 5px;
        align-items: center;
    }
    .btn-mobile .current-price .text-ttc {
        margin-left: 2px;
    }
    .p-cartwapper {
        display : none;
    }
    .economie-carbone-mobile {
        display : block!important;
        margin-bottom : 30px;
    }
    .span-list-reconditionned-1:before {
        bottom: 7px;
        left: 50%;
        border-bottom: 15px solid #EE773E;
        width: 3.1em;
    }
    .container-button-list-reconditionned {
        display : none;
    }
    .info-list-reconditionned>li {
        padding-left: 34%;
        padding-right: 34%;
        width: 100%!important;
        padding-top: 2.25em;
    }
    .span-list-reconditionned-2:before {
        left: 34% !important;
        bottom: 10px !important;
        width: 45px !important;
        border-bottom: 15px solid #8DA7D7;
    }
    .bloc-payement {
        display: none;
    }
    .slider-top-mobile {
        margin-bottom: 20px;
    }
    .product-thumb-images .slick-list {
        height: auto !important;
    }
    .paiement-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .container-product-details-list2 {
        display: none !important;
    }
    .economie-carbone {
        display: none;
    }
    .slider-top-mobile  .slick-initialized .slick-slide {
        margin: 0 8px !important;
    }
    .paiement-mobile b {
        color: #000001;
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    .livraison-mobile {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .slider-top-mobile {
        display: block !important;
        height : 80px;
    }
    .paiement-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .livraison-mobile_text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .livraison-mobile img {
        width: 55px;
        margin-left: 20px;
    }
    .info-reconditioned {
        padding-bottom: 1em;
    }
    .info-list-reconditionned {
        display: block;
        font-size: 13px;
    }
    .info-list-reconditionned>li {
        padding-left: 34%;
        padding-right: 34%;
        width: 100%;
        padding-top: 2.25em;
    }
    .info-list-reconditionned1 {
        padding-left: 0%;
    }
    .info-list-reconditionned>ul>li {
        padding: 15px 0 30px 0;
    }
    .img-list-reconditionned {
        width: 25%;
    }
    .info-list-reconditionned2 {
        padding-left: 0%;
        padding-right: 5%;
    }
    .info-list-reconditionned>ul>li {
        padding: 15px 0 30px 0;
    }
    .img-list-reconditionned {
        width: 25%;
    }
    #collapsedescription {
        display: block;
    }
    .title-collapse {
        display: none;
    }
    .h5-responsive-accordions {
        display: block;
        font-family: Poppins;
        font-weight: 600;
        margin-top: 5%;
        margin-bottom: 5%;
        font-size: 22px;
    }
    .title-products-details {
        display: block!important;
        padding: 0 20px;
    }
    #collapsedetails {
        display: block !important;
        margin-bottom: 2.25em;
        padding-top: 0;
    }
    .product-thumb-images .slick-track {
        display: inline-flex !important;
        height: auto !important;
        width: 430px !important;
    }
    .slider-top-mobile .slick-arrows .slick-arrow.slick-prev {
        left: 12px !important;
        top: 45% !important;
    }
    .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide {
        width: 250px !important;
    }
    .slider-top-mobile .slick-prev:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF1SURBVHgB7Ze9SgNREIVPtLJRBEEEha30BXwEsRNLW7UU9BlsBA2IvX/BxxErKwuLWNiIiD8INoKecXNhs24290J29yTsBx9sUh2GmdlZoKampnLGMRiW6RpdoG/0E+Kc0J+EbboKURq0he7Azlc6BzEs8CmyAzv3IIQFPkN+YLMJEfJaIu0GBPBpCecdBLDAF/AL3Ea8+iolJPA9nYcAvi1hgSNUTMjQWUtUXmHftSbTEqGBI5RMI+P3Jd1Ef+ww2qWPKJaHjj3xHbqyPcD/Av9xLBg26X468AR9Fg3rfKdTFnasE3qWzkCbSTptDy603b8f0OaFPtmDC22lP4Q2V/Qr/WfIfi5T+95sIrE9svb0Od1Gf77pForf07eI2zeX0DNU4qozQg5+iesuib3SfYNLVXzoPgCMoTtTHe76G+nhvIEQIT2+AiF8g+9ADJ/hXIcoLfQexgZEsWBH6A5st8ISCmRQ1YjoIuKb/Bpx+JqamlHmF1Gqkta7M71yAAAAAElFTkSuQmCC);
        background-size: contain;
        width: 16px;
        display: inline-block;
        background-repeat: no-repeat;
        height: 30px;
        content: "" !important;
    }
    .slider-top-mobile .slick-next:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFvSURBVHgB7Ze9SgNBFIWPP42ViqAWgmtjYWOrD6C1nQ9gZ2PtA1goiIVdRFP4OGphZWFhKyj4g4WN6LmsGzaTTTJL2N0zMB98EMIUZ4Z7L3eBSCTSOBOonjG6QdfoD32HOKv0nv7mPEZ6EUks2BO6A2e2IcoOigNnXkDwxfcxOLR5CbHgWxge2ryCWPAb+AVvQSj4Evo3Y1FzSgV/hF9wqeYsE1yqOcsEl5rjCfyDB9uchaVSdJNZuo5qseBWApMeZ+3cHtJL9GAXOKFf8HuFOu07VU4Fw+Y9dANP0VfRsJm2h09b2PH/0At0DtpYYOu3Tug3+gltXuiz/chCf9AzaHNNv90/rTuPoFnPLTeoyzJdQbXYnD6nMx5n2xgwp+siQWBbX3BrapmdQ+ITLEG57a5xgvsAGHkNbYIH+JeEROBdBNR0GbabBzHW8hwgkJLIs4h0e5QvCZdt9E6PkbfJOm5rL75J5+ktvUMkEgmfP8DGjaRLiPYmAAAAAElFTkSuQmCC);
        background-size: contain;
        width: 16px;
        display: inline-block;
        background-repeat: no-repeat;
        height: 30px;
        content: "" !important;
    }
    .slider-top-mobile .slick-arrows .slick-arrow.slick-next {
        right: 12px !important;
        top: 45% !important;
    }
    .title-product-detail {
        display : none;
    }
    .product-thumb-images .thumb {
        max-width: 100%;
    }
    .span-reconditionned-list-text {
        padding: 0 17px;
    }
    .product-details-payement {
        order: 2 !important;
        display: flex !important;
        width: 100% !important;
        flex-direction: column !important;
    }
    .product-details-payement {
        padding: 0 !important;
        display: contents;
    }
    .product-details-image {
        padding: 0 !important;
        margin: 0 !important;
        display: contents;
    }
    .product-details-image {
        order: 1 !important;
    }
    .product-detail.product-thumbs-left .images-container .product-thumb-images {
        width: auto;
        position: inherit;
        text-align: center;
        top: 0 !important;
    }
    .product-actions {
        background-color: #D1E3F3;
        padding: 0 30px;
    }
    .text-variant {
        text-align: center;
        width: 100%;
        display: block !important;
        color: #000;
        font-size: 18px;
        margin-top: 15px;
        font-weight: 600;
    }
    #garanties {
        font-size: 18px;
        color: #fff;
        background-color: #7295CE;
        margin: 30px 0 0 0;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        box-shadow: 5px 5px 0 0 #e3eaf5;
        height: 28px;
        font-weight: 500;
    }
    .input-radio:checked+span, .input-radio:hover+span {
        background: #fff!important;
        border: 1px solid #000000 !important;
        box-sizing: border-box;
        box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);
        border-radius: 3px;
    }
    .product-details-list-reconditionne {
        background-color: #fff!important;
        padding: 0;
        width: 100%;
    }
    .jour-mobile {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .jour-mobile p {
        margin-bottom: 0;
        color: #000;
    }

    .jour-mobile img {
        width: 60px;
        margin-right: 20px;
    }
    .reco-france img {
        margin-left: 10px;
        width: 30px;
    }
    .reco-france {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .product-details-list-reconditionne>li>div>img {
        padding-top: 0 !important;
    }
    .add-cart-mobile {
        background: #fff;
        padding: 15px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
        border-radius: 30px;
        position: fixed;
        bottom: 15px;
        z-index: 1000;
        display: block !important;
        width: 92%;
        left: 50%;
        height: auto;
        transform: translateX(-50%);
    }
    .add-cart-mobile button.add-to-cart {
        border-radius: 15px;
        width: 100%;
        font-size: 16px;
        padding: 0;
        background: #EE773E !important;
        min-width: auto;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        height: 52px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .add-cart-mobile .container-white_text {
        font-style: italic;
        margin-top: 8px;
    }
    .product-add-to-cart {
        margin-bottom: 0;
        text-align: center;
    }
    .container-product-details-list {
        padding: 2.25rem 1.25rem;
        width: 100%;
        display: block !important;
    }
    .container-product-details-list {
        order: 3 !important;
    }
    .mobile-fixe {
        display: block !important;
    }
    .product-variants>.product-variants-item ul li label {
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
    }
    .container-product-details-list {
        padding: 2.25rem 1.25rem;
        width: 100%;
        display: block !important;
    }
    .container-product-details-list {
        order: 3 !important;
    }
    .mobile-fixe {
        display: block !important;
    }

}


@media (min-width: 1200px) {
    .product-details-image {
        padding-left: 0!important;
    }
    .product-detail-list {
        padding-right: 100px !important;
    }
    .product-details-payement {
        padding-bottom: 40px;
    }
    .product-detail > .row > div[class^="col-"] {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
    .products-images-container {
        padding-right: 0px !important;
        padding-left: 100px !important;
    }
    .container-product-details-list {
        padding-right: 80px;
    }
}

@media (max-width: 1199.98px) {

    .garantie-content {
        width: 75%;
    }
    .features-container:after {
        bottom: 22.5%;
    }
    .product-details-list-reconditionne > li > div > img {
        padding-top: 6px;
    }
    .commitment-container {
        margin-left: 50px;
    }
    .info-list-reconditionned > li {
        width: 37%;
    }
    .container-button-list-reconditionned {
        margin-bottom: 5%;
    }
    .product-details-payement {
        padding-bottom: 20px;
    }
    #wrapper .breadcrumb {
        display: none;
    }
    .info-list-reconditionned > ul > li {
        padding: 10px;
        width: 100%;
    }
    .title-list-reconditionned {
        font-size: 20px;
    }
    .span-list-reconditionned-1:before {
        bottom: 3px;
        left: 50%;
        width: 65px;
    }
    .span-list-reconditionned-2:before {
        bottom: 12px;
        width: 42px;
        left: 14%;
    }
    .leo-compare-wishlist-button {
        display: flex;
    }
    .list-commitment {
        font-size: 13px;
        width: 90%;
    }
    .span-reconditionned-list-text {
        padding: 0px 20px;
    }
    .img-list-reconditionned {
        width: 30%;
        margin: 15px auto 15px;
    }
    .title-list-reconditionned {
        font-size: 21px;
    }
    .container-product-details-list {
        padding-bottom: 20px;
    }
    .product-detail > .row > div[class^="col-"] {
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 5%;
    }
    .span-list-reconditionned-1:before {
        width: 3.1em;
    }
    .product-detail-list {
        padding-left: 80px !important;
    }
}



@media (min-width: 992px) {
    #custom-product-description-container {
        padding: 0 8.5% 0;
    }
}

@media (max-width: 991.98px) {
    .voir-description {
        padding: 0 3.2% 0;
    }
    .modal-panier {
        max-width : 800px;
    }
    .coffret{
        padding-left: 7.5% !important;
    }
    .coffret p {
        padding-left : 0!important;
    }
    .garantie-content {
        width: 85%;
    }
    .features-container:after {
        bottom: 20.5%;
    }
    .category-features {
        padding-left: 15%;
        padding-right: 15%;
    }
    .product-detail-list {
        padding-left: 9px !important;
    }
    .container-product-details-list2 .img-list-commitment {
        width: 14px !important;
    }
    .container-button-list-reconditionned {
        margin-bottom: 0%;
    }
    .commitment-container {
        margin-left: 0px;
    }
    .commitment {
        width: 100%;
    }
    .list-commitment {
        width: 95%;
    }
    .title-list-reconditionned {
        font-size: 24px;
    }
    .info-list-reconditionned > li {
        width: 50%;
    }
    .span-reconditionned-list-text-end {
        padding: 0px 10px;
    }
    .span-list-reconditionned-2:before {
        left: 21%;
        bottom: 13px;
    }
    .title-commitment2 {
        margin-left: 5%;
    }
    .commitment-block2 > .list-commitment {
        margin-left: 5%;
    }
    .product-details-image {
        margin-bottom: 2%;
    }
    .leo-compare-wishlist-button {
        display: flex;
    }
    .add-cart {
        display: block;
    }
    .p-cartwapper {
        display: none;
    }
    .product-add-to-cart .control-label {
        display: none;
    }
    #product #content-wrapper {
        padding-bottom: 50px;
    }
    .span-list-reconditionned-1:before {
        width: 74px;
    }
}

@media (max-width: 905px) {

    .title-list-reconditionned {
        font-size: 19px;
    }
    .info-list-reconditionned > li {
        width: 47%;
    }
    .container-product-details-list2 .img-list-commitment {
        width: 15px !important;
    }
    .span-list-reconditionned-2:before {
        left: 15%;
        bottom: 10px;
    }
    .span-list-reconditionned-1:before {
        width: 58px;
        bottom: 3px;
        border-bottom: 10px solid #EE773E;
    }
    .span-list-reconditionned-2:before {
        left: 20%;
        bottom: 10px;
        width: 35px;
        border-bottom: 10px solid #8DA7D7;
    }
    .list-commitment {
        font-size: 12px;
    }
}

@media (max-width: 875px) {
    .products-sort-order .dropdown-menu {
        left: 4%;
    }
    .products-sort-order {
        margin-right : 9px;
    }
}

@media (max-width: 850px) {
    .h1-product-details-list {
        font-size: 19px;
    }
    .commitment>h2 {
        font-size : 19px;
    }
    .modal-panier {
        max-width : 700px;
    }
}
@media (max-width: 840px) {
    .info-list-reconditionned > li {
        width: 57%;
    }
    .span-reconditionned-list-text {
        padding: 0;
    }
    .span-reconditionned-list-text-end {
        padding: 0;
    }
    .list-commitment {
       font-size: 12px;
    }
    .span-list-reconditionned-1:before {
        width: 58px;
        bottom: 3px;
        border-bottom: 10px solid #EE773E;
    }
    .span-list-reconditionned-2:before {
        left: 19%;
    }
}

@media (max-width: 801px) {
    .list-commitment {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .product-additional-info2 {
        display: none !important;
    }
    .add-to-cart-alt:disabled {
        cursor: not-allowed !important;
        opacity: 0.65 !important;
    }
    .add-to-cart-alt {
        background: #EF783E;
        border-radius: 15px;
        color: white;
        font-weight: 600;
        font-size: 14px;
        height: 52px;
        text-transform : uppercase;
        width: 200px;
    }

    .add-to-cart-alt:active {
        background: #EF783E!important;
    }

    .add-to-cart-alt:focus{
        background: #EF783E!important;
    }

    .mobile-panier form {
        width : 100%;
    }

    .product-add-to-cart {
        padding-bottom : 0!important;
    }

    .add-top {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        margin: 0;
        justify-content: space-between;
        padding-bottom: 0!important;
        padding-left: 1%;
        padding-right: 1%;
        text-align : left!important;
    }

    .truspilots {
        display: flex !important;
        padding: 0 20px;
        flex-direction: row;
        align-items: center;
        margin-top : 6px;
        font-size: 15px;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom : 10px;
    }
    .truspilots-avis {
        color : black;
        margin-bottom : 0;
        font-weight: 600;
    }
    #thumb-gallery {
        display : none!important;
    }
    #add-to-cart-alt:disabled {
        cursor: not-allowed !important;
        opacity: 0.65 !important;
    }
    .slider-mobile-images-declinaison .slick-dots .slick-active button:before {
        color: #EF783E!important;
    }
    .slider-mobile-images-declinaison .slick-dots li button:before {
        color: #9D6E56!important;
        opacity: 1;
    }
    .slider-mobile-images-declinaison {
        display : block!important;
    }
    .slider-mobile-images-declinaison img {
        max-width : 60%;
        width : 100%;
        margin: auto;
        display: table;
        height: auto;
    }
    .img-declinaison .product-cover {
        display : none;
    }
    .mobile-panier .regular-price {
        text-decoration: line-through;
    }
    .btn-mobile .current-price {
        color: white;
        font-size: 16px;
        margin-bottom: 0;
        width: auto;
        line-height: normal;
        display: flex;
        flex-direction: row;
        margin-left: 5px;
        align-items: center;
    }

    .container-payement {
        display : none;
    }
    .product-detail.product-thumbs-left .images-container .product-cover {
        margin: 0 0 0 0 !important;
    }
    .btn-mobile .current-price .text-ttc {
        margin-left: 2px;
    }
    .btn-mobile .plus-txt {
        display: flex;
        margin-left : 5px;
        flex-direction: row;
    }
    .btn-mobile button {
        width : auto!important;
    }
    .btn-mobile {
        border-radius: 15px;
        width: 100%;
        font-size: 16px;
        padding: 0;
        background: #EE773E !important;
        min-width: auto;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        height: 52px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: white;
    }
    .modal-panier .no-combinations {
        justify-content: unset;
    }
    .modal-panier .has-combinations .from-price {
        display : none!important;
    }
    .modal-panier .modal-paire .has-combinations {
        margin-left: 20px!important;
    }
    .modal-panier .price-panier_text {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .modal-panier .modal-paire .product-block {
        margin-top: 10px !important;
    }

    .modal-panier .modal-paire #category-products2 {
        min-width: 100%;
        justify-content: space-around;
        overflow-x: scroll;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
        align-items: center;

    }

    .modal-panier .modal-paire .item {
        width: 100% !important;
        min-width: 100%;
    }

    .modal-panier .content-desktop {
        display : none!important;
    }

    .modal-panier .content-mobile {
        display : block!important;
    }

    .modal-panier .right-block {
        float: right;
        text-align: left;
    }

    .modal-panier .left-block {
        float: left;
        margin-bottom: 0;
        margin-top: 0;
        height: 100%;
    }

    .modal-panier .title-line:after {
        display : none;
    }

    .modal-panier .cart.btn-add-to-cart {
        display : none;
    }

    .modal-panier .modal-body {
        overflow : auto;
        height : auto;
    }
    .modal-panier .modal-i {
        display : flex;
        flex-direction: row;
        align-items: center;
    }

    .modal-panier {
        height: 83%!important;
        top: 100%;
        transform: translateY(-100%) !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0!important;
    }
    .modal-panier .modal-body {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow-y: auto !important;
    }


    .modal-panier #category-products::-webkit-scrollbar {
        display: none;
    }

    .modal-panier #category-products2::-webkit-scrollbar {
        display: none;
    }


    .modal-panier {
        max-width : 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .modal-panier .modal-i  i {
        margin-right: 5px !important;
    }

    .modal-panier .modal-title {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .modal-panier .modal-text {
        display: flex;
        flex-direction: column;
        align-items: baseline;

    }

    .modal-panier .modal-text p {
        margin-bottom: 0 !important;
        font-size: 21px;
    }

    .name-desktop {
        display : none;
    }

    .name-mobile {
        display : block!important;
    }

    .modal-panier .btn-primary {
        background-color: #eb7025;
        font-weight: 600;
        border-radius: 5px;
        margin-bottom : 15px;
        width: 100% !important;
    }

    .modal-panier .cart-content-btn {
        padding: 16px;
        flex-direction: column;
    }

    .modal-aussi #category-products>.item {
        width: 100% !important;
    }

    .modal-panier .price-normal {
        display : none;
    }

    .modal-panier .price-panier img {
        width : 40px;
        margin-right: 10px;
        display : none;
    }

    .modal-panier .price-panier .price {
        font-size: 18px!important;
    }

    .modal-panier .has-combinations {
        padding-bottom : 0;
        flex-direction : unset;
    }

    .modal-panier  .content-mobile.product-block {
        min-height: 170px !important;
        padding: 10px 15px 10px 15px !important;
        margin-top : 10px;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .modal-panier .price-panier p {
        margin-bottom: 0!important;
        font-size: 14px!important;
        font-weight: 500!important;
    }

    .modal-panier .container-title-product-listing {
        width : 65%;
    }

    .modal-panier .left {
        width : 30%;
    }

    .modal-panier .right-block .container-listing-price-button {
        width : 100%;
    }

    .modal-panier .right-block {
        width : 90%!important;
        margin-left: 20px;
    }

    .modal-panier .left-block {
        width : 22%!important;
        margin-bottom : 0!important;
    }

    .modal-panier .title-product-name {
        height : auto!important;
        text-align : left;
    }



    .modal-panier .manufacturer-name {
        text-align : left;
        margin-bottom: 5px!important;
    }

    .modal-panier .img-cart {
        display: block !important;
        width: 130px!important;
    }

    .modal-panier .price-panier {
        display: flex!important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .modal-panier #category-products  {
        width: 100%;
        min-width: 100%;
        justify-content: space-around;
        overflow-x: scroll;
        display: flex;
        flex-direction: row;
        padding-bottom : 10px;
        align-items: center;
    }

    .modal-aussi #category-products>.item {
        width: 100% !important;
        min-width: 100%;
    }

    .modal-panier  #category-products>.item:nth-child(2)  {
        display : block!important;
    }

    .modal-panier  #category-products>.item:nth-child(3)  {
        display : block!important;
    }

    .modal-panier  #category-products2>.item:nth-child(2)  {
        display : block!important;
    }

    .modal-panier  #category-products2>.item:nth-child(3)  {
        display : block!important;
    }

    .modal-panier .btn-secondary {
        background: white;
        border: 2px solid #eb7025;
        color: #eb7025 !important;
        font-weight: 600;
        border-radius: 5px;
        width: 100% !important;
    }

    .modal-paire p {
        font-weight: 600;
        font-size: 20px;
    }

    .modal-panier .modal-body {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding : 30px 16px!important;
        position: fixed;
        right: 0;
        width: 100%;
        overflow-y: scroll;
        padding-bottom: 220px !important;
        height: 100%;
    }

    .modal-panier .modal-content {
        border-radius : 20px;
    }

    .modal-aussi p {
        font-weight: 600;
        font-size: 20px;
    }

    .modal-panier .modal-header img {
        margin: 0 20px 0 0 !important;
        max-width: 50px!important;
    }

    .modal-panier .modal-header {
        background: rgb(255,255,255)!important;
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(209,227,243,1) 100%)!important;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 10px;
    }

    #blockcart-modal .modal-title {
        color : black!important;
    }

    .mobile-fixe {
        display : block!important;
    }
    .bloc-payement {
        display : none;
    }
    .text-variant {
        text-align: center;
        width: 100%;
        display: block!important;
        color: #000000;
        font-size: 18px;
        margin-top: 15px;
        font-weight: 600;
    }
    #displayBtnMobile {
        opacity: 0;
        transition: opacity 0.5s ease;  /* Transition fluide pour l'opacité */
        visibility: hidden;  /* Cache le bouton par défaut */
    }

    #displayBtnMobile.show {
        opacity: 1;
        visibility: visible;  /* Rend le bouton visible lorsque la classe 'show' est ajoutée */
    }
    .add-cart-mobile button.add-to-cart {
        border-radius : 15px;
        width: 100%;
        font-size: 16px;
        padding: 0;
        background: #EE773E !important;
        min-width: auto;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        height: 52px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .add-cart-mobile #buttonAddToCart:disabled {
        cursor: not-allowed !important;
        opacity: 0.65 !important;
    }
    .page-product #back-top {
        display : none!important;
    }

    .page-product .leo-fly-cart {
        display : none!important;
    }

    .add-cart-mobile .price-delivery {
        font-style : italic!important;
    }
    .add-cart-mobile .container-white_text {
        font-style: italic;
        margin-top : 8px;
    }
    .add-cart-mobile .text-ttc {
        font-weight: 400;
        font-size: 13px;
    }
    .mobile-reassurance-item {
        display: flex;
        flex-direction: row;
        margin-bottom: 15px;
        padding-left : 1%;
        padding-right : 1%;
        align-items: center;
    }
    .mobile-reassurance-item img {
        margin-right : 15px;
        background: #FFF7EC;
        border-radius: 7px;
        padding: 8px;
    }
    .bg-reconditionne {
        margin-right: 15px;
        background: #FFF7EC;
        border-radius: 7px;
        padding: 16px;
        width: 30px;
        height: 30px;
        background-image: url("../img/livraison-rapide1.png");
        background-size: 77%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mobile-panier__price .current-price {
        color : #000000;
        font-weight: 600;
        font-size : 25px;
        line-height: 1;
        width : auto;
        margin-bottom : 0;
    }
    .bg-livraison {
        margin-right: 15px;
        background: #FFF7EC;
        border-radius: 7px;
        padding: 16px;
        width: 30px;
        height: 30px;
        background-image: url("../img/reconditionned-retractation.png");
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bg-commerciale {
        margin-right: 15px;
        background: #FFF7EC;
        border-radius: 7px;
        padding: 16px;
        width: 30px;
        height: 30px;
        background-image: url("../img/reconditionned-garantie.png");
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bg-france {
        margin-right: 15px;
        background: #FFF7EC;
        border-radius: 7px;
        padding: 16px;
        width: 30px;
        height: 30px;
        background-image: url("../img/france.png");
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .slider-top-mobile {
        display : block!important;
    }
    .mobile-reassurance {
        display : block!important;
        padding: 3% 3% 2%;
    }
    #add-to-cart-alt {
        background : #EF783E;
        border-radius : 15px;
        color : white;
        font-weight: 600;
        font-size : 14px;
        height: 52px;
        width : 200px;
    }
    .list-images-desktop {
        display : none;
    }
    .slider-mobile-images .slick-dots .slick-active button:before {
        color: #EF783E!important;
    }
    .slider-mobile-images .slick-dots li button:before {
        color: #9D6E56!important;
        opacity: 1;
    }
    .slider-mobile-images {
        display : block!important;
    }
    .slider-mobile-images img {
        max-width : 60%;
        width : 100%;
        margin: auto;
        display: table;
        height: auto;
    }
    .mobile-paiement-grey {
        color : #ADADAD;
        font-size : 12px;
        font-weight: 400;
        margin-bottom : 0;
    }
    .mobile-paiement {
        margin: 0 3% 2%;
        border-bottom: 1px solid #D0D0D0;
        padding-bottom: 15px;
        padding-left : 1%;
        display : block!important;
        padding-right : 1%;
        padding-top : 15px;
    }
    .mobile-paiement__text {
        display: flex;
        flex-direction: row;
        margin-bottom: 5px;
        align-items: center;
    }
    .mobile-paiement__text img {
        margin-right : 8px;
        opacity: 0.3;
    }
    .mobile-panier__logo {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .product-detail-name {
        padding-left: 1%;
        padding-right: 1%;
    }
    .mobile-garantie-content {
        padding-left: 1%;
        padding-right: 1%;
    }
    .mobile-panier {
        display : flex!important;
        flex-direction : row;
        align-items: center;
        margin: 2% 3% 0;
        justify-content: space-between;
        border-bottom : 1px solid #D0D0D0;
        padding-bottom: 15px;
    }
    .mobile-panier-black {
        color : #000000;
        margin-bottom : 0;
        font-size : 12px;
    }
    .mobile-item-text {
        color : #000000;
        margin-bottom : 0;
        font-size : 13px;
    }
    .add-cart-mobile {
        background: white;
        padding: 15px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
        border-radius: 30px;
        position: fixed;
        bottom: 15px;
        z-index: 1000;
        display : block!important;
        width: 92%;
        left: 50%;
        height : auto;
        transform: translateX(-50%);
    }
    .economie-carbone-vert p {
        font-size : 17px;
        font-weight: 600;
    }
    .economie-carbone-vert {
        padding : 15px 10px;
    }
    .economie-carbone-vert span {
        font-size : 14px;
    }
    .economie-carbone_container {
        display : none;
    }
    .economie-carbone-mobile {
        display : block!important;
        margin-bottom : 40px;
    }
    .economie-carbone-mobile h2 {
        margin-bottom: 1em;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-size : 19px!important;
        position : relative;
        color: #000;
    }



    .economie-carbone-mobile .slick-slide {
        margin : 0 15px!important;
    }

    .economie-carbone-vert p {
        font-size : 17px!important;
    }

    .economie-carbone-mobile p {
        color : black;
        font-size : 13px;
    }

    .economie-carbone-mobile h2::before {
        content: "";
        position: absolute;
        bottom: -1px;
        width: 14.5em;
        border-bottom: 10px solid #E9F0E0;
        z-index: -1;
    }
    .img-nuage {
        width : 62px!important;
    }
    .coffret{
        padding-left: 0% !important;
        margin-top : 20px!important;
    }
    .label-color {
        color : white!important;
    }
    #cart .product-discount {
        justify-content: start;
    }

    #cart .cart-line-product-actions {
        float : inherit;
    }

    .leo-cart-item-info .product-price > div {
        justify-content: start;
    }
    .product-discount {
        display : none;
    }
    #collapsedescription {
        padding-top : 0;
    }
    #collapsedetails {
        padding-top : 0;
    }
    .title-collapse {
        display : none;
    }
    .paiement-desktop {
        display : none!important;
    }

    .paiement-mobile b {
        color : #000001 ;
        font-size : 14px!important;
        font-weight: 600!important;
    }

    .add .current-price {
        margin-bottom : 0!important;
    }

    .paiement-mobile .paiement-img {
        margin-top : 20px;
    }

}

@media (max-width: 767.98px) {

    .product-features {
        text-align: left;
    }
    .paiement-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .slider-top-mobile .slick-prev:before {
        background-image: url('../img/droite2.png');
        background-size: contain;
        width: 16px;
        display: inline-block;
        background-repeat: no-repeat;
        height: 30px;
        content:""!important;
    }
    .slider-top-mobile .slick-next:before {
        background-image: url('../img/droite1.png');
        background-size: contain;
        width: 16px;
        display: inline-block;
        background-repeat: no-repeat;
        height: 30px;
        content:""!important;
    }

    .slider-top-mobile .slick-arrows .slick-arrow.slick-prev {
        left: 12px!important;
        top: 45%!important;
    }

    .slider-top-mobile {
        margin-bottom : 20px;
    }

    .slider-top-mobile .slick-arrows .slick-arrow.slick-next {
        right: 12px!important;
        top: 45%!important;
    }

    .livraison-mobile_text  {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .jour-mobile {
        display: flex!important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .livraison-mobile {
        display: flex!important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .livraison-mobile img {
        width: 55px;
        margin-left: 20px;
    }

    .reco-france {
        display : flex;
        flex-direction: row;
        align-items: center;
    }

    .reco-france img {
        margin-left : 8px;
        margin-right: 0!important;
        width: 22px!important;
    }

    .jour-mobile img {
        width : 45px;
        margin-right: 20px;
    }

    .jour-mobile p  {
        margin-bottom : 0;
        color : #000000;
    }
    .economie-carbone {
        display : none;
    }
    .container-product-details-list {
        order : 3!important;
    }
    .product-details-payement {
        order: 2!important;
        display: flex!important;
        width: 100%!important;
        flex-direction: column!important;
    }

    .product-details-image {
        order: 1!important;
    }

    .row-detail {
        display: flex!important;
        flex-direction: column!important;
    }
    .commitment>h2  {
        margin-left: 3%;
        font-weight: 500;
    }
    .products-sort-order .dropdown-menu {
        left: auto;
    }
    .row-produit {
        flex-direction: column!important;
        align-items: inherit!important;
        margin-bottom : 20px;
    }
    .button-scroll-features {
        width: 100%;
        height: 100%;
        background: none;
        border-radius: inherit;
    }
    .button-scroll-features span {
        display: none;
    }


    .text-savoir {
        display : none;
    }
    .button-scroll-features::after {
        content: "Je veux tout savoir !";
        color: #69ACD2;
        text-decoration: underline;
        text-align: center;
        width: auto;
        height: auto;
        background: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 14px;
        left: 0;
        line-height: 0;
        padding-left: 0;
    }
    #collapsedescription {
        display: block;
    }
    .product-details-list-reconditionne > li > div > img {
        padding-top: 0 !important;
    }

    #collapsedetails {
        display: block !important;
    }
    .container-product-details-list2 {
        display: none !important;
    }
    .product-variants {
        padding: 2% 5% 2%;
    }
    .product-additional-info2 {
        display: block;
        padding-bottom: 2.25em;
        background: #d1e3f3;
        margin-top: -5px;
    }
    .product-additional-info2 .social-sharing li:before {
        font-size: 19px;
    }
    .product-thumb-images .slick-list {
        height: auto !important;
    }
    .product-thumb-images .slick-slide {
        width: 100% !important;
    }
    .product-thumb-images .slick-track {
        display: inline-flex !important;
        height: auto !important;
        width: 230px!important;
    }

    .slick-initialized .slick-slide {
        margin : 0 8px!important;
    }
    .product-thumb-images .slick-next {
        top: 83% !important;
        transform: rotate(90.5deg) !important;
        width: 10% !important;
        right: -100% !important;
    }
    .product-thumb-images .slick-prev {
        top: 62% !important;
        transform: rotate(90.5deg) !important;
        width: 11% !important;
        left: -100% !important;
    }
    .list-commitment {
        font-size: 13px;
    }
    .img-list-reconditionned {
        width: 25%;
    }
    .commitment-block2 > .list-commitment {
        margin-left: 0%;
    }
    .info-list-reconditionned > li {
        padding-left: 34%;
        padding-right: 34%;
        width: 100%;
        padding-top: 2.25em;
    }
    .span-list-reconditionned-1:before {
        bottom: 7px;
        left: 50%;
        border-bottom: 15px solid #EE773E;
        width: 3.1em;
    }
    .span-reconditionned-list-text {
        padding: 0 10px;
    }
    .span-reconditionned-list-text-end {
        padding: 0;
    }
    .info-list-reconditionned > ul > li {
        padding: 15px 0px 30px 0px;
    }
    .info-list-reconditionned1 {
        padding-left: 5%;
        padding-right: 0%;
    }
    .info-list-reconditionned2 {
        padding-left: 0%;
        padding-right: 5%;
    }
    .info-list-reconditionned {
        display: block;
        font-size: 13px;
    }
    .title-list-reconditionned {
        font-size: 30px!important;
    }
    .span-list-reconditionned-2:before {
        left: 29% !important;
        bottom: 19px !important;
        width: 50px !important;
        border-bottom: 15px solid #8DA7D7;
    }
    .js-qv-product-cover {
        max-width: 50%;
        margin: auto;
        display: table;
    }
    .info-list-reconditionned2 {
        padding-right: 0%;
    }
    .info-list-reconditionned1 {
        padding-left: 0%;
    }
    .commitment-container {
        display: block;
    }
    .commitment-block1 {
        margin-bottom: 3%;
    }
    .commitment > h1 {
        margin-left: 3%;
        font-weight: 500;
    }
    .commitment-container {
        background-color: #FEF6EB;
    }
    .products-accordion {
        display: block;
    }
    .products-accordion .card {
        width: 100%;
    }
    .products-accordion .card-header a {
        display: initial;
        color: black !important;
    }
    .products-details-description:before {
        content: none;
    }
    .products-accordion .card:last-child:before {
        content: none;
    }
    .text-card-header1:before {
        content: none;
    }
    .text-card-header2:before {
        content: none;
    }
    .h5-responsive-accordions {
        display: block;
        font-family: Poppins;
        font-weight: 600;
        margin-top: 5%;
        margin-bottom: 5%;
        font-size: 22px;
    }
    .responsive-none {
        display: none;
    }
    #wrapper {
        padding: 0;
    }
    .product-detail > .row > div[class^="col-"] {
        padding: 0;
    }
    #product #content-wrapper {
        padding-bottom: 0px;
    }
    .product-details-list-reconditionne {
        background-color: white;
        padding: 0;
        width: 100%;
    }



    .page-product .h1-product-details-list {
        margin-top : -10px;
    }

    .product-variants-item:first-child {
        margin-top : 5px;
    }
    .container-product-details-list {
        padding: 2.25rem 1.25rem;
        width: 100%;
        display: block !important;
    }
    .product-actions {
        background-color: #D1E3F3;
    }
    .product-details-image > #content {
        padding-bottom: 2.25em;
    }
    .product-details-payement {
        padding: 0 !important;
        display: contents;
    }
    .product-add-to-cart {
        margin-bottom: 0;
        text-align: center;
    }
    .product-quantity .add > div {
        margin: 0 !important;
    }
    .product-actions .add-to-cart {
        border: 0 !important;
    }
    .leo-compare-wishlist-button .name-btn-product {
        display: none;
    }
    .leo-wishlist-button {
        border: 0 !important;
    }
    .leo-compare-wishlist-button {
        display: block;
        position: absolute;
        top: -60em;
        left: 80%;
    }
    .icon-wishlist {
        font-size: 25px !important;
        color: black;
    }
    .title-products-details {
        display: block;
        padding: 0px 20px;
    }
    #namGarantie {
        display: none;
    }
    #garanties {
        font-size: 18px;
        color:white;
        background-color: #7295CE;
        margin : 30px 0 0 0;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        box-shadow: 5px 5px 0 0 #e3eaf5;
        height: 28px;
        font-weight : 500;
    }
    .product-details-image {
        padding: 0 !important;
        margin: 0 !important;
        display: contents;
    }
    .product-cover {
        margin: 0 !important;
    }
    .product-detail.product-thumbs-left .images-container .product-thumb-images {
        width: auto;
        position: inherit;
        text-align: center;
        top: 0 !important;
    }
    .product-additional-info {
        display: none;
    }
    .product-additional-information {
        display: none;
    }
    .product-quantity .add {
        display: block;
    }
    .product-thumb-images .thumb {
        max-width: 100%;
    }
    .product-variants-item .radio-label {
        background: white;
        border: 1px white solid !important;
    }

    .product-variants > .product-variants-item ul li.outstock .radio-label {
        /*background: rgba(255, 255, 255, 0.7);*/
        border: none !important;
    }

    .input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
        background: white;
        border: 1px solid #000000 !important;
        box-sizing: border-box;
        box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 10%);
        border-radius: 3px;
    }
    .features-container {
        display: block;
        margin-bottom: 0;
    }
    .category-features {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .product-features:before {
        content: none;
    }
    .title-features {
        display: block;
        margin-bottom: 2rem;
    }
    .features-container:after {
        display: none;
    }
    .social-sharing {
        text-align: center;
        margin-bottom: 0px !important;
    }
    .product-detail-list {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .current-price {
        font-weight: 600;
        font-size: 23px;
        line-height: 34px;
    }
    .footer-container .ApColumn .title_block {
        margin: 0;
    }
    .info-reconditioned {
        padding-bottom: 1em;
    }
    #collapsedetails {
        margin-bottom: 2.25em;
    }
    .title-commitment1 {
        margin-bottom: 0em;
    }
    .title-commitment2 {
        margin-bottom: 0em;
    }
    .paragraph-features {
        padding-left: 10%;
        padding-right: 10%;
    }
    .product-variants > .product-variants-item ul li label {
        box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 768px) {
    #wrapper .breadcrumb:before {
        background: #D1E3F3;
    }

    #wrapper .breadcrumb ol {
        margin: -30px 0 0 0;
        font-size: 13px;
    }
    #module-leoblog-blog #wrapper .breadcrumb ol {
        margin: 0;
        font-size: 13px;
    }

    #cms #wrapper .breadcrumb ol {
        margin: 0;
    }
    .breadcrumb li a {
        color: white;
        font-size: 20px;
    }
    .breadcrumb li a:after {
        color: white;
        content: ">";
        font-size: 20px;
        top: -1px;
    }
    #wrapper .breadcrumb h1 {
        display: flex;
        color: white;
    }
    #wrapper .breadcrumb p {
        display: flex;
        color: white;
    }

}

@media (max-width: 700px) {
    .info-list-reconditionned > ul > li {
        padding: 15px 0px 35px 0px;
    }
    .info-list-reconditionned1 {
        padding-left: 2%;
        padding-right: 2%;
    }
    .info-list-reconditionned2 {
        padding-left: 2%;
        padding-right: 2%;
    }
    .info-list-reconditionned > li {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .info-list-reconditionned > li {
        width: 100%;
        padding-left: 32%;
        padding-right: 32%;
    }
}

@media (max-width: 600px) {
    .info-list-reconditionned {
        display: block;
        font-size: 13px;
    }
    .info-list-reconditionned > li {
        padding-left: 31%;
        padding-right: 31%;
        width: 100%;
    }
    .title-list-reconditionned {
        font-size: 30px;
    }
    .span-list-reconditionned-2:before {
        left: 18%;
        bottom: 17px;
        width: 56px;
    }
    .modal-panier {
        height: 76%;
    }
}



@media (max-width: 550px) {
    .info-list-reconditionned > li {
        padding-left: 28%;
        padding-right: 28%;
    }
    .truspilots {
        margin-left : 0;
        margin-right : 0;
    }
    .voir-description {
        padding: 0 0 0 30px;
    }
    .product-detail-name {
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-garantie-content {
        padding-left: 0;
        padding-right: 0;
    }
    .product-detail-name:nth-child(2) {
        margin-top : 0!important;
    }
    .container-info-reconditioned, .commitment-container {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .commitment-block1 , .commitment-block2 {
        padding : 0 10px;
    }

    #search_filters .collapse-icons {
        display : none!important;
    }

    #paragraph-category {
        margin-bottom : 0;
    }

    .products-sort-order.dropdown {
        margin-top : 5px;
    }

    .row-produit {
        margin-bottom : 0;
    }

    .variants-en-savoir-plus {
        text-decoration: underline;
    }

    .button-list-reconditionned {
        display : none;
    }
}

@media (max-width: 500px) {
    .info-list-reconditionned > li {
        padding-left: 27%;
        padding-right: 27%;
    }


    .info-coffret {
        width : 182px!important;
    }
    .img-list-commitment {
        width: 28px;
    }
    .leo-compare-wishlist-button {
        top: -58em;
    }
    .coffret{
        flex-direction : column!important;
    }
    .coffret p:first-child {
        margin-bottom : 3px;
    }
}

@media (max-width: 499.98px) {
    body.no-scroll {
        overflow: hidden;
    }
    .garantie-commerciale {
        right: 0;
        top: 100%;
        bottom: 0;
        transform: none!important;
        max-width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 25px;
    }
    .add-cart-mobile button.add-to-cart {
        font-size : 3.8vw!important;
    }
    .add-cart-mobile .current-price  {
        font-size :  3.8vw!important;
    }
    .price-delivery {
        font-size: 3.1vw;
    }
    .delivery-time {
        font-size: 3.1vw;
    }
}

@media (max-width: 449.98px) {
    .modal-panier .container-title-product-listing {
        float : none!important;
    }

    .modal-panier .modal-body {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        position: fixed;
        right: 0;
        width: 100%;
        overflow-y: scroll;
        padding-bottom: 220px !important;
        height: 100%;
    }
    .product-detail-name {
        font-size : 25px;
    }
    .modal-panier .left-block {
        width: 28% !important;
    }
    .modal-panier .container-title-product-listing {
        width: 100%;
    }
    .modal-panier .right-block {
        width: 68% !important;
    }
}


@media (max-width: 480px) {
    .info-list-reconditionned > li {
        padding-left: 23%;
        padding-right: 23%;
    }
    .leo-compare-wishlist-button {
        top: -55em;
    }
    .product-thumb-images .slick-next {
        top: 80% !important;
    }
    .product-thumb-images .slick-prev {
        top: 56% !important;
    }

    #product #content {
        max-width: 350px;
    }
}


@media (max-width: 450px) {
    .info-list-reconditionned > li {
        padding-left: 23%;
        padding-right: 23%;
    }
    .leo-compare-wishlist-button {
        top: -55em;
    }
}

@media (max-width: 400px) {
    .info-list-reconditionned > li {
        padding-left: 20%;
        padding-right: 20%;
    }
    .img-list-commitment {
        width: 8%;
    }
    .leo-compare-wishlist-button {
        top: -53em;
        left: 75%;
    }
    .container-features .slick-list {
        padding-top: 6% !important;
        padding-bottom: 6% !important;
    }
    body#checkout section.checkout-step .address-footer .text-muted.delete-address {
        width : auto;
    }

}

@media (max-width: 350px) {
    .leo-compare-wishlist-button {
        top: -50em;
        left: 73%;
    }
    .info-list-reconditionned > li {
        padding-left: 15%;
        padding-right: 15%;
    }
    .container-product-details-list {
        padding: 0em;
    }
    .product-details-list-reconditionne {
        padding: 1em;
    }
    .h1-product-details-list {
        font-size: 22px;
        position: relative;
        margin-bottom: 0em;
        margin-top: 1em;
        text-align: center;
    }

}

@media (max-width: 330px) {
    .add-cart-mobile button.add-to-cart {
        font-size : 3.3vw!important;
    }
    .add-cart-mobile .current-price  {
        font-size :  3.3vw!important;
    }
    .delivery-time {
        font-size: 3vw;
    }
    .price-delivery {
        font-size: 3vw;
    }
}

@media (max-width: 300px) {
    .info-list-reconditionned > li {
        padding-left: 10%;
        padding-right: 10%;
    }
    .h1-product-details-list {
        margin-left: 0.5em;
        text-align: left;
    }
    .h1-product-details-list:before {
        content: none;
    }
    .img-list-commitment {
        width: 10%;
    }
    .leo-compare-wishlist-button {
        top: -48em;
        left: 68%;
    }
}
