﻿#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top span {
        color: #fff;
        margin: 0;
        position: relative;
        left: 13px;
        top: 10px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover span {
            color: #fff;
            top: 5px;
        }
.alert-danger {
    display: inline-block;
}
/*// affichage ico maison svg à la place du texte sur mobile*/

@media only screen and (min-width : 1181px) {
    .HideOnMobile {
        display: inline;
    }

    .OnMobile {
        display: none !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 1180px) {
    .HideOnMobile {
        display: inline;
    }

    .OnMobile {
        display: none !important;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .HideOnMobile {
        display: none !important;
    }

    .onMobile {
        display: inline !important;
    }
}


.LblCompatStreaming{text-align:right; display:inline-block;}
.LouiseAccueil {
    background-color: #f9f9f9;
    color: #243844;
}

.btnLouiseReader {
    background-color: #00646d;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    padding: 10px 40px;
    line-height: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
}

a.btnLouiseReader:hover {
    color: #fff;
}
/*Drapeaux*/
ul.topic {
    margin: 0px;
    list-style: outside none none;
    padding-left: 0;
}

.topic li {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: 7px;
    padding-bottom: 7px;
    float: left;
}

.topic a {
    font-size: 0.8em;
    color: #333333;
}

    .topic a img {
        padding-right: 10px;
    }

#continentTab_1 ul li, #continentTab_2 ul li, #continentTab_3 ul li, #continentTab_4 ul li, #continentTab_5 ul li {
    margin: 15px 10px;
    list-style: outside none none;
    padding-left: 0;
    border: 1px solid silver;
    padding: 2px;
    background-color: #e8e8e8;
}

    #continentTab_4 ul li a, #continentTab_3 ul li a, #continentTab_2 ul li a, #continentTab_1 ul li a, #continentTab_5 ul li a {
        width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }




#continentTab_1, #continentTab_2, #continentTab_3, #continentTab_4, #continentTab_5 {
    display: block;
    margin-bottom: 50px;
    padding: 1%;
    border: 1px solid silver;
}

.topic li a.set {
    font-size: 3rem;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: underline;
    margin-bottom: 2%;
}
.content-section {
    min-height: 2000px;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width:200px;
 
}


.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 15px;
}

[data-toggle="collapse"] .arrow:before {
    content: "-";
    font-size: 1em;
}

[data-toggle="collapse"].collapsed .arrow:before {
    content: "+";
    font-size:1em;
}

#myModalCart {
    position: absolute;
    border: #cccccc solid 1px;
    background-color: #ffffff;
    z-index: 6;
    width: 100%;
    min-width: 300px;
    right: -5px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
    text-align: left;
}

#BodyCart {
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
}

.btnNewFormat {
    cursor: pointer;
}
.btn-supp{background-color:red;}
.newCartBody {
    padding-top: 15px;
    padding-bottom: 25px;
}

.contentCart {
    border-radius: 0;
    position: unset;
}

.footerCart {
    padding: 0px 25px 25px 25px;
}

.jeCommande {
    padding: 10px 20px;
    display: block;
    margin-top: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.headerCart {
    border: none;
    padding: 20px 25px 10px 25px;
}

.modal-openCart {
    padding-right: 0 !important;
    overflow: initial;
}

.AvailableFormat {
    padding: 3px 30px;
}

.RemoveFromCart {
    cursor: pointer;
    display: block;
    margin-top: 5px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    color: #222;
    border-radius: 0;
    font-size: 11px;
    border: 1px solid #ededed;
}

.SuppProduct {
    color: #cccccc;
    font-weight: 300;
}

#PrixEntier {
    display: inline;
    padding-right: 5px;
}

.closeBtnModal {
    font-size: 1.2em;
    font-weight: 600;
    color: #222;
}


#CartMessage {
    top: 10px;
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
    font-weight: 600;
}

    #CartMessage a:hover {
        color: #F7941D;
    }

.modalClose {
    opacity: 1;
}

.total {
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    text-align: right;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

@media only screen and (min-width : 344px) {
    #myModalCart {
        width: 300px;
        right: 0px;
    }
}

@media only screen and (min-width : 370px) {
    #myModalCart {
        width: 300px;
        right: 0px;
    }
}

@media only screen and (min-width : 414px) {
    #myModalCart {
        width: 300px;
        right: 0px;
    }

}

@media only screen and (min-width : 768px) {
    #myModalCart {
        width: 300px;
        right: 0px;
    }
}

#CartBlock {
    cursor: pointer;
}

.spanTotal {
    padding-right: 70px;
}

.separatorPanier {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.separatorPanier2 {
    margin-top: 10px;
    margin: 0 auto;
    width: 250px;
}

.contenuText {
    padding-right: 0px;
}

.imageLivre {
    padding-left: 0px;
}

.List-achat {
    margin: 0;
    padding: 10px;
}

.quantityNew {
    line-height: 22px;
    font-size: 14px;
}


.voirPlus {
    text-align: right;
}

.scrollNewPanier {
    position: fixed !important;
    top: 60px;
    z-index: 50000 !important;
}

.modalNew {
    height: auto;
    top: auto;
    left: auto
}

.seemorecart {
    text-align: right;
}
/*******************************************************************/
/********************DRM et HELP  *******************************/
/*******************************************************************/
.DrmOptioncol {
    font-size: 0.8em;
}

.table-responsive a {
    color: var(--bg-color-item);
    text-decoration: underline;
}

.DrmOption {
    margin-bottom: 5px;
}

.baselinePage {
    background-color: var(--color-white);
    padding: 0.8em;
    height: 48px;
    margin-top: 10px;
}

#ModalDRMChoice a {
    text-decoration: underline;
    color: var(--bg-price);
    cursor: pointer !important;
}

.HelpNeedSomebody {
    background-position: center;
    background-size: cover;
    background-image: url(Images/bg-help.jpg);
    /*height:400px;*/
}

.section-services {
    padding-top: 110px;
    padding-bottom: 50px;
}

    .section-services .header-section {
        margin-bottom: 35px;
    }

        .section-services .header-section .title {
            position: relative;
            margin-bottom: 40px;
            padding-bottom: 25px;
            text-transform: uppercase;
            font-weight: 700;
            color: #fff;
        }


            .section-services .header-section .title span {
                color: #f70037;
            }

        .section-services .header-section .description {
            color: #6f6f71;
        }

    .section-services .single-service {
        margin-top: 40px;
        background-color: #24252a;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    }

        .section-services .single-service .part-1 {
            padding: 25px 40px 25px;
            border-bottom: 2px solid #1d1e23;
        }

            .section-services .single-service .part-1 i {
                margin-bottom: 25px;
                font-size: 50px;
                color: #f70037;
            }

            .section-services .single-service .part-1 .title {
                font-size: 17px;
                font-weight: 700;
                letter-spacing: 0.02em;
                line-height: 1.8em;
                color: #fff;
            }

        .section-services .single-service .part-2 {
            padding: 20px 40px 40px;
        }

            .section-services .single-service .part-2 .description {
                margin-bottom: 22px;
                color: gainsboro;
                font-size: 14px;
                line-height: 1.8em;
            }

            .section-services .single-service .part-2 a {
                color: #fff;
                font-size: 14px;
                text-decoration: none;
            }

                .section-services .single-service .part-2 a i {
                    margin-right: 10px;
                    color: #f70037;
                }

.HelpNav ul {
    margin: 0;
    padding: 0;
}

.HelpNav li {
    text-transform: uppercase;
    color: #333;
}

.HelpNav li {
    list-style: none;
    padding-bottom: 20px;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    border-radius: 25px
}
.panel-group button {
    border: 1px solid #ddd;
    position: relative;
    box-shadow: none;
    transition: margin 150ms cubic-bezier(.4, 0, .2, 1);
    background-color: transparent;
    height: 78px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 10px;
}
.HelpNav li {
    list-style: none;
    padding-bottom: 20px;
}
.HelpNav ul {
    margin: 0;
    padding: 0;
}
.HelpNav a:before {
    content: "🡢";
    padding-right: 10px;
}

.faqpage {
}

.faqpage h3.active a, .faqpage h4.active {
    color: var(--bg-color-item);
    display: block;
}

    .faqpage h3.active a::before, .faqpage h4.active::before {
        content: "▶"
    }

.faqpage h3 a, .faqpage h4 {
    color: var(--secondary-color);
}

.LblPrixReduitApres, .ProductStrike {
    text-decoration: line-through;
}




/*******************************************/
/*              wish list*/
/******************************************/
.book-product .wishlist-button {
    position: relative;
    margin-left: 10px;
    pointer-events: none; /* Empêcher l'interaction avec le bouton quand il est invisible */
    transition: opacity 0.3s ease; /* Transition en douceur */
    background: none;
    border: none;
    cursor: pointer;
    /*width: 1.2em;*/
}

.book-product .JSAddWishList::before {
    content: '';
    display: inline-block;
    width: 1.25em; /* Ajustez la taille selon vos besoins */
    height: 1.25em; /* Ajustez la taille selon vos besoins */
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') no-repeat center;
    background-color: currentColor; /* Utiliser la couleur du texte actuel */
}

.blockimgMEA .JSAddWishList, .blockimgMEA .JSRemoveWishList {
    position: absolute;
    opacity: 1;
    transition: opacity 0.3s ease; /* Transition en douceur */
    background: none;
    border: none;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.blockimgMEA .grow {
    height: 4em;
    /*width: 4.5em;*/
    border-radius: 50px;
}

.blockimgMEA .JSAddWishList::before {
    content: '';
    display: inline-block;
    width: 1.4em; /* Ajustez la taille selon vos besoins */
    height: 1.4em; /* Ajustez la taille selon vos besoins */
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') no-repeat center;
    background-color: currentColor; /* Utiliser la couleur du texte actuel */
    cursor: pointer;
}

.blockimgMEA .JSRemoveWishList::before {
    content: '';
    display: inline-block;
    width: 1.7em;
    height: 1.4em;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="none"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z" fill="%23FF0000"/></svg>') no-repeat center !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="none"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z" fill="%23FF0000"/></svg>') no-repeat center !important;
    background-color: currentColor;
    cursor: pointer;
}

.ButtonWish .JSRemoveWishList::before {
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 1.2em;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="none"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z" fill="%23FF0000"/></svg>') no-repeat center !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="none"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z" fill="%23FF0000"/></svg>') no-repeat center !important;
    background-color: currentColor;
    cursor: pointer;
}

/* Rendre le bouton visible lors du survol */
.book-product:hover .wishlist-button {
    opacity: 1;
    pointer-events: auto;
}

.JSCTARemoveWishlist {
    cursor: pointer;
    font-size: small;
    color: var(--color-gray)
}

.ButtonWish .wishlist-button svg {
    width: 20px;
    height: 20px;
    color: grey;
    transition: color 0.3s ease;
}

.ButtonWish .wishlist-button-red svg {
    color: red; /* Couleur du cœur actif */
}

.detail-book-meta a.IconAccessby {
    content: '';
    display: inline-block;
    width: 1.4em; /* Ajustez la taille selon vos besoins */
    height: 1.4em; /* Ajustez la taille selon vos besoins */
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') no-repeat center;
    background-color: currentColor; /* Utiliser la couleur du texte actuel */
    right: 20px;
    top: 20px;
    position: absolute
}


#WishListPage .book-product .product-img img {
    width: 150px;
}

#WishListPage .book-product .product-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: none;
    margin: auto;
}

    #WishListPage .book-product .product-img:hover {
        box-shadow: none !important;
    }

#WishListPage .Bookitemslist .btnPandR {
    background-color: transparent !important;
    color: var(--btn-color-text);
    text-decoration: underline;
    font-weight: normal;
    font-size: 0.9em;
    padding: 0px;
}

#WishListPage .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.AddWishListDate, .DeleteWishListItem {
    font-size: 0.9em;
    color: var(--font-color-silver);
    background-color: transparent;
    border: none;
}

#WishListPage .detail-book-meta .BuySelectedFormat {
    font-weight: normal
}

#WishListPage .detail-book-meta .selectFormat button {
    text-align: right;
}

.rubrique-link {
    border: 1px solid gray;
    padding: 0.3em;
    margin-top: 0.5em;
    margin-right: 0.3em;
    font-size: 0.8em;
}

#WishListPage .BlockPromo {
    background-color: transparent !important;
    color: #d60000;
}

    #WishListPage .BlockPromo span {
        color: red;
        font-weight: normal;
    }


button.JsProductRemove {
    background-color: transparent;
    border: none;
    color: #8b8b8b;
    font-size: small;
}
/***/

.LblWishListText {
    color: var(--bg-price);
    font-size: 0.8em;
    display: block;
}


.PnlWishlistEmptyCTA {
    padding: 2em;
    text-align: center;
    background-color: #f9f9f9;
    min-height: 20em;
}

    .PnlWishlistEmptyCTA a {
        text-decoration: underline;
    }



.book-product .JSLblWishListText, .PosImgItem .JSLblWishListText {
    display: none;
}

.PosImg .JSAddWishList::before, .PosImgItem .JSAddWishList::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.3em;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" fill="none" stroke="%23999999" stroke-width="2"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z"/></svg>') no-repeat center !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22px" height="22px" viewBox="0 0 24 24" fill="none" stroke="%23999999" stroke-width="2"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z"/></svg>') no-repeat center !important;
    background-color: currentColor;
    cursor: pointer;
}

.JSLblWishListText {
    font-size: 1em;
    cursor: pointer;
    font-weight: 600;
}

.Blk-CTA .grow {
    border: 1px solid gray;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.Blk-CTA .JSAddWishList::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.3em;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" fill="none" stroke="%23999999" stroke-width="2"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z"/></svg>') no-repeat center !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22px" height="22px" viewBox="0 0 24 24" fill="none" stroke="%23999999" stroke-width="2"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z"/></svg>') no-repeat center !important;
    background-color: currentColor;
    cursor: pointer;
    margin-right: 5px;
}

.Blk-CTA .JSRemoveWishList::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.3em;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 30 30" fill="none"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z" fill="%23FF0000"/></svg>') no-repeat center !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22px" height="22px" viewBox="0 0 24 24" fill="none"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z" fill="%23FF0000"/></svg>') no-repeat center !important;
    background-color: currentColor;
    cursor: pointer;
    margin-right: 5px;
}

.btnwishlistFL .JSAddWishList::before {
    display: inline-block;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" fill="none" stroke="%23999999" stroke-width="2"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z"/></svg>') no-repeat center !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22px" height="22px" viewBox="0 0 24 24" fill="none" stroke="%23999999" stroke-width="2"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z"/></svg>') no-repeat center !important;
    margin-right: 5px
}

.btnwishlistFL .JSRemoveWishList::before {
    display: inline-block;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 30 30" fill="none"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z" fill="%23FF0000"/></svg>') no-repeat center !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22px" height="22px" viewBox="0 0 24 24" fill="none"><path d="M2 9.1371C2 14 6.01943 16.5914 8.96173 18.9109C10 19.7294 11 20.5 12 20.5C13 20.5 14 19.7294 15.0383 18.9109C17.9806 16.5914 22 14 22 9.1371C22 4.27416 16.4998 0.825464 12 5.50063C7.50016 0.825464 2 4.27416 2 9.1371Z" fill="%23FF0000"/></svg>') no-repeat center !important;
    margin-right: 5px
}


/*********************************************/
.matchbox {
    border: 1px solid #bababa;
    padding: 5px;

    max-width:404px;
    margin:auto;
}

.matchingBooks {
    text-align: left;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Remplace "3" par le nombre de lignes souhaitées */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9em;
}

.matchingBooks .LblDispoToo {
    text-align: left;
    background-color: #f9f9f9;
    padding: 5px 0 5px 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
/*********************/
.dynamic-col {
    flex: 1 1 auto;
    padding: 15px;
}

.PositionFilter {
    position: relative;
    /*top: 10px;
    padding: 2em;*/
}

#navFilterCol .navbar {
    min-width: 250px;
}

.filterthemenav {
    padding: 7px;
}

.Author-picture {
    max-width: 350px;
    width: 100%;
    margin: auto;
    display: block;
    background-color: #fff;
}

.BioTitle, .LastParutionTitle {
    color: var(--bg-color-item-secondary);
    font-size: 2rem;
    font-weight: 600;
}

.LtlPresentationbio {
    font-size: 1.3rem;
    font-weight: bold;
}

@media only screen and (max-width: 440px) {
    .BioTitle, .LastParutionTitle {
        font-size: 2rem;
    }
}

#DescriptiveDetailText_preview div {
    display: inline !important;
}

#MoreTextPanel {
    display: inline !important;
}

.authorbio {
    text-decoration: underline;
}


.MiseEnAvantParution {
    padding: 2em;
    background: var(--bg-color-cream);
    text-align: left;
}

#MoreTextPanel a {
    color: var(--bg-color-item);
    font-weight: bold;
}

.SelectImg {
    text-align: center;
    padding: 1em;
    background-color: var(--bg-color);
}


/**************************************/
/**         switch btn wishlist     ***/
/*************************************/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}



.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}


.material-switch > label::before {
    background-color: #fefefe;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

/*.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}*/

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
    background-color: var(--bg-color-item);
}

.BlockWish {
    background-color: var(--bg-color-cream);
    height: 100%;
    padding: 1em 2em;
    margin-top: 2em;
    border-left: 2px solid #f7941d;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-right: 25px;
}

.Text-wish {
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}


/* Style pour les boutons désactivés */
button[disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
a.btn[disabled],
a[disabled] {
    /*opacity: 0.5;*/
    cursor: not-allowed;
    pointer-events: none;
    background-color: #ccc !important;
    color: #666 !important;
    border-color: #999 !important;
    text-decoration: none;
    height: 55px;
}
.CheckBox .checkbox {
    display: inline-flex;
    align-items: center;
}

.CheckBox input {
    width: 50px;
}



.CheckBox .checkbox label {
    margin-left: 0.5em; /* espace entre le texte et la case */
}