﻿#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;
    }
}
.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;
}
.matchbox {
    border: 1px solid #bababa;
    padding: 5px;
    margin-bottom: 10px;
}

.matchingBooks {
    text-align: left;
	max-width:500px;
}

.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;
}

