.detail-book {
    width: 100%;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    /*margin: 0 30px;*/
    /*margin-right: 30px;*/
    /*padding: 10px 20px;*/
    box-sizing: border-box;
    font-family: calibri;
}

.theme-book {
    /*font-size: 13px;*/
    color: #bd2130;
    padding: 7px 0 0 0;
    border-bottom: 1px solid #dbdbdb;
    text-align: justify;
}

.title-book-cs {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-align: justify;
}

    .title-book-cs a {
        color: #222222;
        margin: 5px 0px;
        font-weight: 700;
        /*letter-spacing: 0.5px;*/
        text-decoration: none;
        height: 49px;
        overflow: hidden;
    }

.title-book-cs span {
    color: rgba(26, 26, 26, 0.5);
}

    .title-book-cs span.price {
        font-family: 'Helvetica-Reg';
        font-size: 1rem;
        font-weight: bold;
        color: #000;
        padding-bottom: 0px;
    }


    .title-book-cs span.old_price {
        font-family: 'Helvetica-Reg';
        font-size: 1rem;
        font-weight: bold;
        color: #8f8f8f;
        padding-bottom: 0px;
        padding-right: 5px;
    }

    .title-book-cs span.new_price {
        font-family: 'Helvetica-Reg';
        font-size: 1rem;
        font-weight: bold;
        color: #00a300;
        padding-bottom: 0px;
        padding-right: 5px;
    }


a.price-book {
    color: #28a745;
}

span.price-book {
    color: #28a745;
    font-weight: bold;
    margin:5px 0;
}

a.add-panier {
    /*font-size: 12px;*/
    color: #025db1;
    letter-spacing: .05em;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    width: 100%;
    padding: 12px 7px 7px 7px;
    text-align: center;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

a.add-panier:hover {
    /*background-color: #025db1 !important;*/
    /*border-color: #025db1 !important;*/
    /*color: #ffffff !important;*/
    background-color: #025db114 !important;
    border-color: #025db114 !important;
    color: #025db1b5 !important;
}

.image-favorie {
    margin: 0 90%;
}

.box-ticket-left {
    border-left: 1px #707070 dashed;
}

.box-ticket-right {
    border-right: 1px #707070 dashed;
}


.logo-editeur {
    margin: 0px;
    padding: 0px;
    /*background: #b72a22;*/
    text-align: center;
}

.card-editeur {
    box-shadow: 0px 4px 8px 0px #757575;
    box-shadow: 0px 1px 5px 0px #757575;
    border-radius: 20px;
    margin: 10px 0;
    overflow: hidden;
}

.info-editeur span {
    display: block;
    padding-right: 30px;
    margin-bottom: 5px;
}

.info-editeur i {
    font-size: 20px;
    /*margin: 0 10px 0 -25px;*/
    margin: 0 -25px 0 10px;
}

.outils-editeur {
    margin-top: 5px;
}

.partage-editeur {
    margin: 0;
    text-align: center;
}

.radius-corner-right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


/* ----- Widget ----- */

.widget-categories {
    text-align: right;
    margin: 25px 0 0 0;
    /*border: 1px solid #212529;*/
    padding: 25px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    background: #fff;
}

.widget-titre {
    display: block;
    margin-bottom: 15px;
    padding-right: 10px;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-bottom: 1px solid #dedede;
    text-align: center;
}

.widget-titre h4 {
    font-family: 'Droid Arabic Kufi', 'Droid Sans';
    /*font-size: 1.400em;*/
    /*font-weight: 500;*/
    /*font-size: 1.625em;*/
    /*margin-bottom: 1em;*/
    /*padding: 0 0 .4em;*/
    /*line-height: 1.3;*/
    color: #212529;
    /*font-weight: bold;*/
    /*display: flex;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;*/
    text-align: right;
}

.widget-categories ul {
    list-style: none;
    margin: 0;
    display: block;
    padding: 0;
    /*font-size: .8125em;*/
    font-size: 1.0em;
    /*font-family: Al-Jazeera-Arabic-Bold;*/
    font-family: Al-Jazeera-Arabic-regular;
}

.widget-categories ul li {
    display: block;
    width: auto;
    margin: 0;
    position: relative;
    padding: 1.2em 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    cursor: pointer;
}

.widget-categories ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget-categories ul li a {
    display: block;
    line-height: 1.35;
    position: relative;
    padding-left: 0;
    /*padding-right: 30px;*/
    color: #181818;
    text-decoration: none;
    -webkit-transition: 300ms ease color, 300ms ease padding;
    -moz-transition: 300ms ease color, 300ms ease padding;
    transition: 300ms ease color, 300ms ease padding;
}

.widget-categories ul li a::before {
    display: block;
    width: 30px;
    content: "";
    border-top: 1px solid #025db1;
    position: absolute;
    /*left: -30px;*/
    right: -55px;
    top: 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 300ms ease border-color, 300ms ease background, 300ms ease transform;
    -moz-transition: 300ms ease border-color, 300ms ease background, 300ms ease transform;
    transition: 300ms ease border-color, 300ms ease background, 300ms ease transform;
}

.widget-categories ul li a>span {
    font-size: .846em;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    /*right: 0;*/
    left: 0;
    top: 20%;
    color: #025db1;
    margin-top: -11.5px;
    -webkit-box-shadow: 0 0 0 1px #025db1 inset;
    box-shadow: 0 0 0 1px #025db1 inset;
    -webkit-transition: 300ms ease box-shadow, 300ms ease color;
    -moz-transition: 300ms ease box-shadow, 300ms ease color;
    transition: 300ms ease box-shadow, 300ms ease color;
}

.widget-categories ul li:hover>a {
    text-decoration: none;
    color: #025db1;
    /*padding-left: 10px;*/
    padding-right: 15px;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}


.widget-categories ul li:first-child a > span {
    font-size: .846em;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    position: absolute;        
    left: 0;
    top: 20%;        
    color: #ffffff;
    margin-top: -11.5px;
    -webkit-box-shadow: 0 0 0 1.5em #0a89ff inset;
    box-shadow: 0 0 0 1.5em #0a89ff inset;
    -webkit-transition: 300ms ease box-shadow, 300ms ease color;
    -moz-transition: 300ms ease box-shadow, 300ms ease color;
    transition: 300ms ease box-shadow, 300ms ease color;
}

    .widget-categories ul li:first-child:hover > a span {
        -webkit-box-shadow: 0 0 0 1.5em #025db1 inset;
        box-shadow: 0 0 0 1.5em #025db1 inset;
        color: #fff;
    }


.widget-categories ul li:hover>a::before {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

.widget-categories ul li:hover>a span {
    -webkit-box-shadow: 0 0 0 1.5em #025db1 inset;
    box-shadow: 0 0 0 1.5em #025db1 inset;
    color: #fff;
}


/* --- Fin Widget --- */

@media (max-width: 1187px) {
    .info-editeur {
        font-size: 13px;
        font-weight: 300;
        height: 118px;
        overflow: hidden;
    }
        .info-editeur i {
            font-size: 15px;
            /*margin: 0 10px 0 -25px;*/
            margin: 0 -25px 0 10px;
        }
    .icon-partage {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0px;
        margin-right: .05em;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .detail-book {
        margin-right: 0;
    }
    .box-ticket-left {
        border-left: none;
        border-bottom: 1px #707070 dashed;
    }
    .logo-editeur {
        margin-top: 15px;
    }
    .info-editeur {
        font-size: 15px;
        font-weight: 400;
    }
        .info-editeur i {
            font-size: 15px;
            /*margin: 0 10px 0 -25px;*/
            margin: 0 -25px 0 10px;
        }
    .outils-editeur {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .box-ticket-right {
        border-right: none;
        /*border-top: 1px #707070 dashed;*/
        border-bottom: 1px #707070 dashed;
    }
}