    body {
        background: #f8fafe;
        
        
    }
    
    .header {
        display: block;
        background: gray;
    }
    
    .slide {
        display: block;
        height:100%;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
    
    .content-wrap {
        background: #f8fafe;
    }
    
    .footer {
        display: block;
    }
    /* ----- Header ----- */

.sticky {
    position: fixed;
    top: 40px;
    width: 100%;
    transform: translateY(40px);
    transition: transform .3s;
}

    .sticky {
        /*padding-top: 60px;*/
    }

.menu.sticky {
    position: fixed;
    /*top: 0px;*/
    top: 0px;
    width: 100%;
}

.menu.sticky .navbar {
    box-shadow: 1px 0px 5px #666;
}

    
    .top-bar {
        width: 100%;
        height: 40px;
        background-color: rgb(26, 36, 58);
    }


        .top-bar-row {
            margin-right: 0;
            margin-left: 0;
        }

.favorie-user {
    font-size: 22px;
    margin-top: -3px;
}

.compte-user {
    color: #fff;
    /*width: 100%;*/
    text-align: center;
    vertical-align: middle;
    height: 40px;
    padding: 7px;
}

    .compte-user i {
        margin-left: 9px;
        font-size: 22px;
        vertical-align: middle;
    }

    .compte-user a {
        color: #ffffff;
       text-decoration:none;        
    }

    .compte-user a:hover {
        color: #ea3a3c;       
    }

    .compte-user {
        /*position:fixed;*/
        /*top:20px;*/
        right:30px;
    }

    .compte-user .profile {
        position: relative;
        overflow:hidden;
        cursor:pointer;
    }


        .compte-user .menuprofile {
            position: absolute;
            top: 78px;
            margin-right: -20px;
            padding: 10px 20px;
            background: #fff;
            width: 200px;
            /*box-sizing: 0 5px 25px rgba(0,0,0,0.1);*/
            /*box-sizing: content-box;*/
            border-radius: 15px;
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .70);
            transition: 0.5s;
            visibility: hidden;
            opacity: 0;
            z-index: 10000
        }

        .compte-user .menuprofile.active {
            top: 45px;
            visibility: visible;
            opacity: 1;
        }

     

        .compte-user .menuprofile::before {
            content: '';
            position: absolute;
            top: -5px;
            right: 22px;
            width: 20px;
            height: 20px;
            background: #fff;
            transform: rotate(45deg);
        }


            .compte-user .menuprofile h6 {
                width: 100%;
                text-align: center;
                padding: 20px 0;
                line-height: 1.2em;
                color: #555;
                border-bottom: 1px solid rgba(0,0,0,0.05);
            }

            .compte-user .menuprofile ul {
                list-style: none;
                margin-bottom: 0;
                padding: 0;
            }

            .compte-user .menuprofile ul li {
                list-style: none;
                padding: 10px 7px;
                border-top: 1px solid rgba(0,0,0,0.05);
                display: flex;
                align-items: center;
                /*justify-content: center;*/
                color: #383838;
            }

                .compte-user .menuprofile ul li:first-child {
                    border-top: none;
                }

                .compte-user .menuprofile ul li i {
                    margin-left: 10px;
                    opacity: 0.5;
                    transition: 0.5s;
                }

            .compte-user .menuprofile ul li a {
                color: #383838;
                transition: 0.5s;

            }

            .compte-user .menuprofile ul li:hover a {
                color: #b60a0a;
            }

            .compte-user .menuprofile ul li:hover i {
                opacity: 1;
            }

.logo {
    width: 100%;
    height: 115px;
    margin-top: 40px;
    /*background-color: rgb(24, 59, 90);*/
    background-color: rgb(11, 31, 66);
}
    
    .logo-left {
        float: left;
        margin: 0px;
        padding: 0px;
    }
    
    .logo-center {
        float: initial;
    }
    
    .logo-right {
        float: right;
        margin: 0px;
        padding: 0px;
    }
    
    .menu {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        background-color: #f8f9fa;
        width: 100%;
        height: 48px;
        z-index: 1000;
    }
    /* ------------------ */
    /* ----- Slider ----- */
    
    .Slider {
        padding-left: 0;
        padding-right: 0;
    }
    /* ------------------ */
    /* ----- Section Nouveauté ----- */
    
    .section-new {
        display: block;
        margin: 25px 0 5px 0;
        background: #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: none;
        -webkit-box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
        box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
    }
    
    .new-titre {
        display: block;
        height: 70px;
        /*margin: 10px;*/
        padding: 20px;
        margin-bottom: 0;
        -ms-flex-align: center !important;
        align-items: center !important;
        /*border-bottom: 1px solid #f1f1f1;*/
        border-bottom: 1px solid #dedede;
        text-align: right;
    }
    
    .new-titre h4 {
        /*font-family: 'Roboto', sans-serif;*/
        font-family: 'Droid Arabic Kufi', 'Droid Sans';
        font-size: 1.400em;
        font-weight: 500;
        margin: 0px;
        margin-bottom: 0px;
        line-height: 1.5;
        color: #b60a0a;
    }
    
    .portfolio-new {
        width: 100%;
        padding: 20px;
    }
    /* ----------------------------- */
    /* ----- Section Vedette ----- */
    
    .section-vedette {
        display: block;
        margin: 5px 0 0 0;
        background: #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: none;
        -webkit-box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
        box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
    }
    
    .vedette-titre {
        display: block;
        height: 70px;
        /*margin: 10px;*/
        padding: 20px;
        margin-bottom: 0;
        -ms-flex-align: center !important;
        align-items: center !important;
        /*border-bottom: 1px solid #f1f1f1;*/
        border-bottom: 1px solid #dedede;
        text-align: right;
    }
    
    .vedette-titre h4 {
        /*font-family: 'Roboto', sans-serif;*/
        font-family: 'Droid Arabic Kufi', 'Droid Sans';
        font-size: 1.400em;
        font-weight: 500;
        margin: 0px;
        margin-bottom: 0px;
        line-height: 1.5;
        color: #b60a0a;
    }
    
    .btn-viewplus {
        float: left;
        position: relative;
        top: -31px;
    }
    
    .btn-viewplus a {
        text-decoration: none;
        cursor: pointer;
    }
    
    .lien-viewplus {
        color: #666;
        padding: 0;
        background: #fff;
        position: relative;
        text-align: center;
        /*border-radius: 4px;*/
        border-radius: 20px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #dbdbdb;
        text-transform: capitalize;
        /*font: 400 13px/38px 'Work Sans', Arial, Helvetica, sans-serif;*/
        height: 32px;
        width: 110px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    
    .lien-viewplus:hover {
        border: 1px solid #0056b3;
    }
    
    .portfolio-vedette {
        width: 100%;
        padding: 20px;
    }
    
    .box-vedette {
        /* width: 300px; */
        /*max-width: 260px;*/
        /*box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);*/
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        overflow: hidden;
        margin: 15px;
    }
    /* ----- Section : Medipub ----- */
    
    .section-medipub {
        display: block;
        margin: 5px 0 0 0;
        background: #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: none;
        -webkit-box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
        box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
    }
    
    .medipub-titre {
        display: block;
        height: 70px;
        padding: 20px;
        margin-bottom: 0;
        -ms-flex-align: center !important;
        align-items: center !important;
        /*border-bottom: 1px solid #f1f1f1;*/
        border-bottom: 1px solid #dedede;
        text-align: right;
    }
    
    .medipub-titre h4 {
        /* font-family: 'Roboto', sans-serif; */
        font-family: 'Droid Arabic Kufi', 'Droid Sans';
        font-size: 1.400em;
        font-weight: 500;
        margin: 0px;
        margin-bottom: 0px;
        line-height: 1.5;
        color: #b60a0a;
    }
    
    .portfolio-medipub {
        width: 100%;
        padding: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .box-medipub {
        /* width: 300px; */
        /* max-width: 260px; */
        /* box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); */
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        overflow: hidden;
        margin: 15px;
    }
    
    .medipub-left {
        display: block;
        float: right;
        text-align: justify;
        margin: 0px 0px 0px 0px;
        width: 76%;
        /*box-shadow: 0px 1px 2px #888888;*/
        transition: all ease-in-out 0.9s;
    }
    
    .medipub-right {
        display: block;
        float: right;
        margin: 0px 0px 0px 20px;
        margin: 10px 5px 10px 15px;
        width: 21%;
        min-width: 150px;
        /*box-shadow: 0px 1px 2px #888888;*/
        /*overflow: hidden;*/
        transition: all ease-in-out 0.9s;
    }
    
    .medipub-right img {
        width: 200px;
        height: 300px;
    }
    
    .medipub-right:hover {
        /*width: 200px;*/
        /*height: 300px;*/
        transition: all linear 1.7s;
        /*transform: rotateY(30deg);*/
        /*transform: skewY(45deg);*/
        /*animation: 1s ease 1s 1 stop;*/
        transform: perspective(800px) rotateY(-45deg);
    }
    
    .medipub-title {
        /*float: right;*/
        font: normal 1.0em/1.6 'Droid Arabic Kufi', 'Droid Sans';
        color: rgb(70, 70, 70);
        padding: 10px 0 0 0px;
        /*width: 80%;*/
        /*text-align: right;*/
        height: 35px;
        overflow: hidden;
    }
    
    .medipub-auteur {
        /*float: right;*/
        font: italic 0.9em/1.4 'Droid Arabic Naskh', 'Droid Sans';
        color: #606060;
        margin-bottom: 7px;
        padding: 5px 0 0 5px;
    }

.medipub-resume {
    /*float: right;*/
    /*width: 480px;*/
    font: normal 1.0em/1.6 'Helvetica-Reg', 'Droid Sans';
    color: #808080;
    /*text-align: justify;*/
    margin-top: 5px;
    /*height: 100px;*/
    height: 130px;
    overflow: hidden;
}

.medipub-read-more, .medipub-favorie, .medipub-add-panier {
    float: left;
    font: normal 0.7em/1.5 'Droid Arabic Kufi', 'Droid Sans';
    /*bottom: 0px;*/
    margin: 1px 0 0 0;
    /*display: inline-block;*/
    /*padding: 0px 10px;*/
    padding: 2px 10px 0px 10px;
    background: #494949;
    line-height: 24px;
}

.ih-item a.medipub-add-panier, .ih-item a.medipub-favorie, .ih-item a.medipub-read-more {
    color: #fff;
}

a.medipub-read-more {
    color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

a.medipub-add-panier {
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: 2px
}

a.medipub-favorie {
    color: #fff;
    margin-left: 2px
}


    a.medipub-read-more:hover, a.medipub-favorie:hover, a.medipub-add-panier:hover {
        color: #dc3b3f;
        text-decoration: none;
    }

    


    .medipub-right a>:first-child {
        /*position: absolute;*/
        /* background: #0d47a1aa; */
        /* width: 200px; */
        /* width: 100%; */
        /* max-width: 200px; */
        /* height: 300px; */
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        /* box-shadow: 5px 5px 20px #666; */
        /*box-shadow: 1px 0px 5px #666;*/
        box-shadow: 1px 1px 2px #666;
    }
    
    .medipub-right::after {
        content: '';
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        width: 3px;
        margin: 12px 0px 12px 0px;
        background: rgba(0, 0, 0, 0.06);
        box-shadow: 1px 0 5px rgba(255, 255, 255, 0.1);
    }

    /* ----- Section Footer ----- */
    
    .footer {
        background-color: #1c2331 !important;
        color: #fff;
        font-size: .9rem;
    }
    
    .footer-info {
        margin: 0 50px;
    }
    
    .footer-info p {
        text-align: right;
        margin-top: -5px;
        margin-right: 10px;
    }
    
    .footer-info p span {
        display: block;
        text-align: right;
        padding: 5px 0;
    }
    
    .footer-info a {
        text-decoration: none;
        color: #fff;
    }
    
    .footer-info a:hover {
        color: #55acee;
    }
    
    .title-footer {
        font-family: 'El Messiri', sans-serif;
        color: #faba00;
        font-size: 1.3rem;
        margin-right: 25px
    }
    
    .p-footer {
        font-family: 'Tajawal', sans-serif;
        font-size: 0.9rem;
    }
    
    .p-footer i {
        padding-left: 7px;
    }
    
    .hr-footer {
        width: 100%;
    }
    
    .deep-purple.accent-2 {
        background-color: #58b4dd !important;
    }
    
    .footer-social {
        margin-right: 25px;
    }
    
    .footer-social li {
        border-radius: 50% 50%;
        background-color: #fff;
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }
    
    .footer-social-item {
        float: right;
    }
    
    .footer-social li.item-facebook {
        padding: 5px 11px;
        background: #3b5998;
    }
    
    .footer-social li.item-tiwtter {
        padding: 5px 9px;
        background: #55acee;
    }
    
    .footer-social a {
        color: #fff;
    }
    
    .footer-social a:hover {
        color: #1c2331;
    }
    
    .footer-copyright {
        overflow: hidden;
        color: rgba(255, 255, 255, 0.6);
        background-color: rgba(0, 0, 0, 0.2);
    }
    
    .footer-copyright a {
        color: #fff;
    }
    /* ----- Page Livre ----- */
    
    .books-search {
        padding-top: 35px;
        background: white;
    }
    
    .main-content-inner {
        margin: 50px 0;
        /*padding-right: 50px;*/
        /*padding-left: 50px;*/
        padding: 20px 50px;
        border-radius: 6px;
        background: #ffffff;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    }

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.01em !important;
    background: none !important;
    padding: 0 !important;
}


.image-produit {
    width: 100%;
    height: auto;
    /*max-width: 100%;*/
    max-width: 300px;
    margin: 0 0 0 15px;
    /*-webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.14);*/
    /*box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.14);*/
    -webkit-box-shadow: 1px 0px 5px #666;
    box-shadow: 1px 0px 5px #666;
}
    
    .cover-book1::after {
        content: '';
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 3px;
        /*background: rgba(0, 0, 0, 0.06);*/
        background: rgb(245 0 0 / 100%);
        box-shadow: 1px 0 5px rgb(255 255 255 / 10%);
    }
    
    .title-book {
        font-family: 'Droid Arabic Kufi';
        font-size: 1.2rem;
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .auteur-book {
        font-family: 'Droid Arabic Naskh';
        font-size: 1rem;
        font-weight: 300;
        color: rgb(70, 70, 70);
        padding-bottom: 8px;
    }
    
    .prix-book {
        font-family: 'Helvetica-Reg';
        font-size: 1rem;
        font-weight: bold;
        color: #000;
        padding-bottom: 0px;
    }
    
    .description-book {
        font-family: 'Helvetica-Reg', 'Droid Sans';
        font-size: 1rem;
        line-height: 2;
        color: rgb(73, 73, 73);
        text-align: justify;
    }
    
    .categorie-book {
        font-family: 'Droid Arabic Naskh';
        font-size: 0.8rem;
        padding-top: 3px;
    }
    
    .categorie-book span {
        display: inline-block;
        margin-top: 7px;
        margin-left: 5px;
        padding: 3px 7px;
        border: 1px solid #606060;
        border-radius: 3px;
    }
    
    .categorie-book a {
        text-decoration: none;
    }
    
    .titre-tech-book {
        font-size: 1.5rem;
        font-family: 'Tajawal';
        color: #362211;
        padding-top: 25px;
        padding-bottom: 10px;
    }
    
    .info-tech-book {
        margin-right: 10px;
    }
    
    .tech-book {
        font-family: 'Droid Arabic Naskh', 'Droid Sans';
        font-size: 0.95rem;
        color: #000;
        margin-bottom: 5px;
    }
    
    .tech-book span {
        margin-left: 5px;
    }
    
    .tech-book-sp {
        color: #606060;
        font-style: italic;
    }
    
    .description-produit {
        margin: 30px 0 0;
        /*padding: 40px 0 0;*/
    }
    
    .descr-produit-tabs {
        border-bottom: 1px solid #dfdfdf;
        width: 100%;
        padding-right: 0;
        justify-content: center;
    }
    
    .descr-produit-tabs-item {
        display: inline-block;
        text-align: center;
        /* margin: 0 10px 0 0;*/
    }
    
    .descr-produit-tabs-item a {
        display: block;
        /*padding: 15px 20px;*/
        position: relative;
        cursor: pointer;
        margin: 0 0 0 20px;
        padding: 15px 0 23px;
        color: #929292;
        font-family: 'Tajawal';
        font-size: 1.5rem;
        /*font-size: 21px;*/
        line-height: 28px;
        text-decoration: none;
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }
    
    .descr-produit-tabs-item a.nav-link::after {
        content: "";
        bottom: -1px;
        height: 2px;
        background-color: #72848a;
        width: 0;
        position: absolute;
        display: block;
        transition-property: width;
        transition-timing-function: ease;
        transition-duration: 1s;
    }
    
    .descr-produit-tabs-item a:hover {
        color: #fb9935;
    }
    
    .descr-produit-tabs-item a.nav-link.active {
        color: #000;
    }
    
    .descr-produit-tabs-item a.nav-link.active::after {
        width: 100%;
    }
    
    #pills-home {
        font-family: 'Helvetica-Reg', 'Droid Sans';
        font-size: 1.2rem;
        line-height: 2.0rem;
        color: rgb(73, 73, 73);
        text-align: justify;
        margin-top: 5px;
        padding: 10px 10px 10px 10px;
    }
    
    #pills-tech {
        text-align: justify;
    }
    
    #pills-avis {
        text-align: justify;
    }
    
    .outils-book {
        margin-top: 25px;
    }
    
    .partage-book {
        margin: 0;
        text-align: right;
    }
    
    .icon-partage {
        display: inline-block;
        vertical-align: middle;
        margin: .3em .6em .3em 0;
        margin-right: 0.6em;
        margin-left: 0px;
        margin-right: .25em;
        margin-left: 0;
        line-height: 32px;
    }
    
    .gen-ico i {
        font-size: 13.06122px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        color: #FFF;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .link-facebook i {
        -webkit-box-shadow: 0 0 0 1.5em #3b5998 inset;
        box-shadow: 0 0 0 1.5em #3b5998 inset;
    }
    
    .link-twitter i {
        -webkit-box-shadow: 0 0 0 1.5em #1da1f2 inset;
        box-shadow: 0 0 0 1.5em #1da1f2 inset;
    }
    
    .link-instagram i {
        -webkit-box-shadow: 0 0 0 1.5em #bc4949 inset;
        box-shadow: 0 0 0 1.5em #bc4949 inset;
    }
    
    .link-email i {
        -webkit-box-shadow: 0 0 0 1.5em #413f3f inset;
        box-shadow: 0 0 0 1.5em #413f3f inset;
    }
    
    .link-facebook:hover i {
        -webkit-box-shadow: 0 0 0 1px #3b5998 inset;
        box-shadow: 0 0 0 1px #3b5998 inset;
        color: #3b5998;
    }
    
    .link-twitter:hover i {
        -webkit-box-shadow: 0 0 0 1px #1da1f2 inset;
        box-shadow: 0 0 0 1px #1da1f2 inset;
        color: #1da1f2;
    }
    
    .link-instagram:hover i {
        -webkit-box-shadow: 0 0 0 1px #bc4949 inset;
        box-shadow: 0 0 0 1px #bc4949 inset;
        color: #bc4949;
    }
    
    .link-email:hover i {
        -webkit-box-shadow: 0 0 0 1px #413f3f inset;
        box-shadow: 0 0 0 1px #413f3f inset;
        color: #413f3f;
    }

.caddie-book {
    margin: 0;
    text-align: left;
}

.caddie-book span {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 2.0rem;
    height: 34px;
    margin: .3em .6em .3em 0;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #0288d1;
    text-align: center;
    color: #0288d1;
    cursor: pointer;
    overflow: hidden;
}
    
.caddie-book span:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #126491;
    color: #fff;
}


.favorie-book {
    margin: 0;
    text-align: left;
}

.favorie-book span {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 2.0rem;
    height: 34px;
    margin: .3em .6em .3em 0;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #dc3545;
    text-align: center;
    color: #dc3545;
    cursor: pointer;
    overflow: hidden;
}

.favorie-book span:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #B62E3B;
    color: #fff;
}

    
    .mm-auteur {
        width: 100%;
    }
    
    .mm-theme {
        width: 100%;
    }


@media (max-width: 585px) {
    .caddie-book {
        margin: 0;
        text-align: right;
        width: 50%;
        margin-top: 15px;
    }
    .favorie-book {
        margin: 0;
        text-align: right;
        width: 50%;
        margin-top: 15px;
    }

}



    /* ----- Fin Page Livre ----- */
    /* ------ Page Publications ----- */

    .section-books {
        display: block;
        margin: 25px 0 5px 0;
        background: #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: none;
        -webkit-box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
        box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
    }

    .books-titre {
        display: block;
        /*height: 140px;*/
        padding: 20px 20px 10px 20px;
        /*margin-bottom: 0;*/
        -ms-flex-align: center !important;
        align-items: center !important;
        border-bottom: 1px solid #dedede;
        text-align: center;
    }

    .books-titre h4 {
        /* font-family: 'Roboto', sans-serif; */
        font-family: 'Droid Arabic Kufi', 'Droid Sans';
        font-size: 1.400em;
        font-weight: 500;
        margin: 0px;
        margin-bottom: 0px;
        line-height: 1.5;
        color: #b60a0a;
    }

    .books-titre span {
        font-family: 'El Messiri', sans-serif;
        font-size: 1.4rem;
        color: #19771d;
        line-height: 1.5;
    }

    .books-titre span.result-pager {
        font-family: 'El Messiri', sans-serif;
        font-size: 0.9rem;
        color: #F57300;
        line-height: 1.0;
    }

    .books-selection {
        margin-top: 30px;
    }

    .portfolio-books {
        width: 100%;
        padding: 20px;
    }

    .books-container {
        position: relative;
        /* width: 316px; */
        width: 100%;
        min-width: 200px;
    }

.books-right {
    display: block;
    /*float: right;*/
    float: left;
    box-shadow: 0px 1px 2px #888888;
    margin: 10px 5px 10px 15px;
    width: 25%;
    max-width: 155px;
    transition: all ease-in-out 0.9s;
}

        .books-right img {
            width: 100%;
            height: 100%;
        }

.books-left {
    float: right;
    /*width: 70%;*/
    width: 65%;
    /*font: italic 0.7em/1.4 'Droid Arabic Naskh', 'Droid Sans';*/
    color: #606060;
    margin: 15px 0 7px 0;
    /*margin-bottom: 7px;*/
    padding: 0 0 0 0px;
    text-align: right;
}

        .books-left a {
            color: #383838;
        }

            .books-left a:hover {
                color: #b60a0a;
                text-decoration: none;
            }

    .books-title {
        font-family: 'Droid Arabic Kufi', 'Droid Sans';
        font-size: 1.0rem;
        line-height: 1.6;
        color: #383838;
        padding: 0 0 0 0px;
        text-align: right;
    }

    .books-auteur {
        font-family: 'Droid Arabic Naskh', 'Droid Sans';
        font-size: 0.9rem;
        font-style: italic;
        line-height: 1.4;
        padding: 0 0 0 0px;
        text-align: right;
        margin: 5px 0 7px 0;
    }

        .books-auteur a {
            color: #747474;
        }

    .books-theme {
        font-family: 'Droid Arabic Naskh', 'Droid Sans';
        margin: 10px 0 0px 0;
        font-size: 0.9rem;
    }

        .books-theme a {
            color: #bd2130;
        }


    .books-description {
        float: right;
        width: 100%;
        font: italic 1.0em/1.6 'Helvetica-Reg', 'Droid Sans';
        color: #808080;
        margin: 5px 0 7px 0;
        padding: 0 5px 0 5px;
        text-align: justify;
        height: 100px;
        overflow: hidden;
    }

    .books-outils {
        float: left;
        width: 100%;
    }

        .books-outils a {
            margin: 0 0 0 7px;
        }

        .books-outils img {
            width: 24px;
            height: 24px;
            margin-bottom: 3px;
        }

.books-read-more {
    float: left;
    font: normal 0.7em/1.5 'Droid Arabic Kufi', 'Droid Sans';
    margin: 1px 0 0 0;
    /* display: inline-block; */
    padding: 0px 10px;
    background: #494949;
    line-height: 24px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

    a.books-read-more {
        color: #fff;
    }

        a.books-read-more:hover {
            color: #dc3b3f;
            text-decoration: none;
        }

    .books-cadie {
        float: left;
        height: 24px;
        width: 24px;
    }

    .books-favorie {
        float: left;
        height: 24px;
        width: 24px;
    }


    .page-item-pagination-active {
        z-index: 3;
        color: #fff;
        background-color: #3498db;
        border-color: #3498db;
        padding: .53rem .813rem .532rem .813rem;
        margin-left: 0px;
        line-height: 1.25;
    }

    .page-link-pagination {
        position: relative;
        display: block;
        display: inline-block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #3498db;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }

    .aspNetDisabled.page-link, .aspNetDisabled.page-link-pagination {
        color: #6c757d;
        pointer-events: none;
        cursor: auto;
        background-color: #fff;
        border-color: #dee2e6;
    }

    .coin-radius-left {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .coin-radius-right {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .page-link:hover, .page-link-pagination:hover {
        z-index: 2;
        color: #0056b3;
        color: #343a40;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }


    .liste-control {
        background-position: 14px center;
        background-color: transparent;
        /*background-image: url('/img/ArrowDownGray.png');*/
        background-image: url('/img/ArrowDown.png');
        background-repeat: no-repeat;
        color: #362211;
        font-size: 14px;
        border: 1px solid #dedddd;
        height: 38px;
        padding: 0 14px 0 35px;
        position: initial !important;
        width: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
        letter-spacing: .002em;
        line-height: 1.401875;
        cursor: pointer;
    }


    @media (max-width: 1715px) {
        .books-left {
            width: 55%;
        }
    }

@media (max-width: 1400px) {
    .books-left {
        width: 50%;
    }
}


    @media (max-width: 1345px) {
        .books-right {
            width: 100%;
            max-width: 155px;
            /*margin: 10px calc((100% - 155px)/2) 10px 15px;*/
            margin: 10px 15px 10px calc((100% - 155px)/2);
        }

        .books-left {
            width: 45%;
        }
    }

@media (max-width: 1200px) {
    .books-left {
        width: 100%;
    }
}


    /* ------ Fin Page Livres ----- */
    /* ------- Page Themes ------- */

    .themes-container {
        position: relative;
        /* width: 316px; */
        width: 100%;
        min-width: 200px;
    }

    .themes-right {
        display: block;
        float: right;
        margin: 10px;
        width: 10%;
        /*max-width: 155px;*/
        transition: all ease-in-out 0.9s;
    }

    .themes-left {
        float: right;
        width: 80%;
        color: #606060;
        margin: 10px 0 0 0;
    }

    .themes-title {
        font-family: 'Droid Arabic Kufi', 'Droid Sans';
        font-size: 1.2rem;
        line-height: 1.6;
        color: #383838;
        padding: 0 0 0 0px;
        text-align: right;
    }

    .themes-left a {
        color: #383838;
    }

        .themes-left a:hover {
            color: #b60a0a;
            text-decoration: none;
        }
    /* ------- Fin Page Themes ------- */
    /* ------- Page Editeurs ------- */

    .editeur-box {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .editeur-item {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid rgb(3, 93, 177);
    }

        .editeur-item img {
            border-width: 0;
            display: block;
            max-width: 100%;
            height: auto;
            margin: auto;
        }

    .editeur-item-img {
        max-height: 80%;
        max-width: 80%;
    }


.editeur-box img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;    
    transition: all 0.25s ease-in-out;
}

.info-text {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 70%;
    width: 99.5%;
    text-align: center;
    padding: 9px 5px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    z-index: 5;
    position: absolute;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;    
    transition: all 0.15s ease-in-out;
}

    .info-text h3 {
        font: normal 0.9em/1.5 'Droid Arabic Kufi', 'Droid Sans';
    }

    .info-text h5 {
        font: normal 0.9em/1.5 'Droid Arabic Kufi', 'Droid Sans';
        color: #08ff00;
    }


    .editeur-box a:hover .info-text {
        opacity: 1;
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
    }

.editeur-box a:hover img {    
    opacity: .5;
    transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}



        /* ------- Fin Page Editeurs ------- */
        /* --- Page Compte --- */
        .titre-contact {
            text-align: right;
        }

.separ-line {
    font-size: 14px;
    position: relative;
    padding: 0 100px;
    display: inline-block;
    color: #727272;
    /*margin-top: 100px;*/
    margin-top: 50px;
}

    .RightHorizontalLine {
        position: absolute;
        top: 50%;
        /*-moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);*/
        right: 0;
        background-color: #dadadb;
        height: 1px;
        width: 70px;
    }

    .LeftHorizontalLine {
        position: absolute;
        top: 50%;
        /*-moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);*/
        left: 0;
        background-color: #dadadb;
        height: 1px;
        width: 70px;
    }

    .info-compte {
        font: normal 0.9em/1.5 'Droid Arabic Kufi';
        text-align: center;
    }

        .info-compte a {
            color: #6F0101;
        }

            .info-compte a:hover {
                text-decoration: none;
                color: rgb(236, 49, 12);
            }

    .info-societe {
        font: normal 1.1em/1.5 'Droid Arabic Kufi';
        text-align: right;
        padding: 5px;
    }
    /* --- Fin Page Compte --- */
    /* --- Page Panier --- */

    .table td {
        vertical-align: middle;
        direction:ltr;
    }

    .car-total {
        border: 1px solid #e5e5e5;
        text-align: right;
    }

        .car-total h3 {
            color: #fff;
            position: relative;
            line-height: 37px;
            padding: 5px 15px;
            background: #444;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 700;
        }

    .car-total-montant {
        padding: 20px;
    }

    .car-sous-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .montant-livraison {
        border-bottom: 1px solid #ddd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .car-total-net {
        padding: 20px 0;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .car-sous-total span,
        .montant-livraison span,
        .car-total-net span {
            text-align: right;
            width: 90px;
        }
    /* --- Fin Page Panier --- */
    /* ---- Page Profile --- */

    .panel-header {
        height: 165px;
        padding-top: 20px;
        padding-bottom: 45px;
        background: #141e30;
        background: linear-gradient(90deg, #0c2646 0, #204065 60%, #2a5788);
        /*position: relative;*/
        overflow: hidden;
    }

    .title-profile {
        text-align: center;
        color: #fff;
        height: 45px;
    }

        .title-profile h2 {
            font-family: 'Droid Arabic Kufi', 'Droid Sans';
            font-size: 2.400em;
            font-weight: 500;
        }

    .content-wrap-profile {
        margin-top: -90px;
        padding: 0 55px;
    }
    /* ---- Fin Page Profile ---- */

    /* ---- Page Panier --- */
.item-photo-panier {
    min-width: 130px;
    max-width: 200px;
}

.item-nom-panier {
    min-width: 124px;
    /*max-width: 200px;*/
}

/* --- Page Inscription --- */

.message-erreur {
    margin-top: .35rem;
    padding: .25rem .25rem;
    display: inline-block;
    height: 30px;
    font-size: 0.8rem;
}

.form-check-label input {
    width: 30px;
    height: 12px;
}

/* ----- Section Media Query ----- */

@media (max-width: 1920px) {
    .info-text {
        top: 75%;
    }
}

@media (max-width: 1660px) {
    .info-text {
        top: 80%;
    }
}

    @media (max-width: 1595px) {
        .medipub-left {
            width: 75%;
        }

        .info-text {
            top: 80%;
        }
    }

    @media (max-width: 1540px) {
        .medipub-left {
            width: 74%;
        }

        .compte-user .menuprofile {
            /*right: 46.3%;*/
        }

        .info-text {
            top: 85%;
        }
    }

    @media (max-width: 1486px) {
        .medipub-left {
            width: 73%;
        }

        .info-text {
            top: 85%;
        }
    }

    @media (max-width: 1439px) {
        .medipub-left {
            width: 72%;
        }

        .info-text {
            top: 85%;
        }
    }

    @media (max-width: 1393px) {
        .medipub-left {
            width: 71%;
        }

        .info-text {
            top: 88%;
        }
    }

    @media (max-width: 1350px) {
        .medipub-left {
            width: 70%;
        }

        .compte-user .menuprofile {
            /*right: 45.8%;*/
        }

        .info-text {
            top: 90%;
        }
    }

    @media (max-width: 1312px) {
        .medipub-left {
            width: 69%;
        }

        .compte-user .menuprofile {
            /*right: 46%;*/
        }

        .info-text {
            top: 90%;
        }
    }

    @media (max-width: 1274px) {
        .medipub-left {
            width: 67%;
        }

        .compte-user .menuprofile {
            /*right: 46%;*/
        }

        .info-text {
            top: 92%;
        }
    }

    @media (max-width: 1210px) {
        .medipub-left {
            width: 65%;
        }

        .compte-user .menuprofile {
            /*right: 45%;*/
        }
    }

    @media (max-width: 1200px) {
        .info-text {
            top: 75%;
        }
    }


    @media (max-width: 1150px) {
        .ih-item img {
            width: 200px;
            height: 300px;
        }

        .medipub-right {
            float: none;
            /*margin: 0 auto;*/
            margin: 0 calc((100% - 200px)/2);
        }

        .medipub-left {
            width: 100%;
        }

        .medipub-right img {
            width: 200px;
            height: 300px;
        }

        .medipub-right::after {
            content: '';
            right: 8px;
            height: 300px;
            margin: 0px calc((100% - 200px)/2);
            box-shadow: 1px 0 5px rgba(255, 255, 255, 0.1);
        }

        .medipub-right:hover {
            transition: all linear 1.7s;
            transform: perspective(800px) rotateY(-45deg);
        }

            .medipub-right:hover::after {
                content: '';
                right: -16px;
                height: 300px;
                margin: 0px calc((100% - 200px)/2);
                box-shadow: 1px 0 5px rgba(255, 255, 255, 0.1);
            }

        .compte-user .menuprofile {
            /*right: 45%;*/
        }

        .info-text {
            top: 80%;
        }
    }

    @media (max-width: 992px) {
        .compte-user .menuprofile {
            /*right: 44%;*/
        }

        .info-text {
            top: 80%;
        }
    }

    @media (max-width: 768px) {

        .card-editeur {
            flex-direction: column-reverse;
        }

        .col-sm-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
        }

        .title-book {
            padding-top: 25px;
        }

        .image-produit {
            margin: 0;
        }

        .table td,
        .table th {
            padding: .25rem;
        }

        .compte-user .menuprofile {
            /*right: 43%;*/
        }

        .info-text {
            top: 75%;
        }
    }

    @media (max-width: 576px) {
        .compte-user .menuprofile {
            /*right: 40%;*/
        }

        .info-text {
            top: 85%;
        }
    }


    @media (max-width: 500px) {
        .table td,
        .table th {
            padding: .05rem;
        }

        .logo {
            width: 100%;
            height: 95px;
        }

        .logo-left img {
            max-width: 180px;
        }

        .logo-right img {
            max-width: 180px;
        }

        .compte-user .menuprofile {
            /*right: 38%;*/
        }

        .info-text {
            top: 90%;
        }
    }