﻿body {
    /*font-family: "Roboto", Helvetica, Arial, sans-serif;*/
    font-family: 'Muli', sans-serif;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    /*background-color: #EEEEEE;*/
}
a {
    cursor: pointer!important;
}


/***************************** */
.no-pad {
        margin: 0;
        padding: 0;
    }

#pageResult img {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.bg-gray {
    background-color: #F5F5F5;
}



.myalert {
    z-index: 40000;
    position: fixed;
    top: 25%;
    opacity: 0;
    transform: none;
    opacity: 1;
    /* height: 300px;*/
    /*width: 325px;*/
    padding: 20px;
    box-shadow: 0 5px 22px 0 rgba(0,0,0,0.2);
    border: 2px solid #8fbf4d;
    /*border-radius: 10px;*/
    margin-top: 59px;
    display: inline-block;
    vertical-align: middle;
    /*overflow: hidden;*/
    transition: height 0.3s;

    margin: 30px auto;
    /*background-color:#fff;*/
}
.icoround {
    display:none;
    color: #fff;
   /*position: absolute;*/
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    line-height:5em;
}
.myalert h3{
    text-align: center;
    font-size: 26px;


}
    /*****************************************
    entete nav
*****************************************/
.navbar {padding:0;
}

@media (min-width: 768px) {
    .navbar .navbar-nav > li a {
            margin-top: 0;
            margin-bottom: 0;
            padding: 0;
            height: auto;
            margin-left: 2px;
            margin-right: 2px;
        }
    }

    @media (max-width: 736px) {
        .navbar-header {
            width: 100%;
        }
    }



    @media (min-width: 768px)and (max-width:991px) {
        .LogoT {
            display: none;
        }
    }
    /*    menu theme   */
    .megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    animation-duration: 0.6s !important;
}
nav.navbar li.dropdown div.dropdown-menu {
    border-top: solid 5px #da0833 !important;
    -moz-box-shadow: 0px 10px 10px 0px #c0c0c0;
    -webkit-box-shadow: 0px 10px 10px 0px #c0c0c0;
    -o-box-shadow: 0px 10px 10px 0px #c0c0c0;
    box-shadow: 0px 10px 10px 0px #c0c0c0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=10);
}
.logo-title {font-size:1.6rem;padding-top:0rem;padding-bottom:0rem;
}
.megamenu h5 {
    color: firebrick;
}

.megamenu a {
   line-height:1.8rem;
}

.btn-theme {
    background-color: #da0833;
    color: #fff !important;
    padding:4px 1rem!important;
    border-radius:0;
}
.navbar-light .navbar-nav .nav-link {font-size:1.1em; color:#000;
}
.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 2px solid red;
}
.subject-menu-vo a.dropdown-item {
    display: inline!important;
}
/********    scroll indicator    *********/
/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 3px;
    background: #8fbf4d;
    width: 0%;
    top: 67px;
    position: fixed;
    z-index: 1035;
}

    /** ******************************** */
    /*              button              */
    /* ************************* ***** */


.btn-readmore {
    color: #fff;
    font-size: 1.2em;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    background: #8fbf4d;
    border: 1px solid #7ac400;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    /*border-radius: 20px;*/
}


a.btn-readmore:hover {
    color: #7ac400;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: transparent;
    border: 1px solid #7ac400;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
}
.btn-cart {
    /*padding: 4px 15px !important;*/
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background-color: #8fbf4d;
    border-radius: 0;

    border: 1px solid #fff;
}
    .btn-cart:hover, btn-cart:focus {
        -webkit-box-shadow: 0px 0px 0px 1px #8fbf4d inset, 0px 0px 0px 0px #8fbf4d;
        box-shadow: 0px 0px 0px 1px #8fbf4d inset, 0px 0px 0px 0px #8fbf4d;
        background-color:#fff;
        color:#7ac400;
    }
.butOpt {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .3em;
    line-height: 1;
    padding: .6rem .75rem;
    font-size: .6875rem;
    line-height: 1.5;
    border-radius: 0;
    color: #000;

    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
    .butOpt:hover {
        -webkit-box-shadow: 0px 0px 0px 1px #8fbf4d inset, 0px 0px 0px 0px #8fbf4d;
        box-shadow: 0px 0px 0px 1px #8fbf4d inset, 0px 0px 0px 0px #8fbf4d;
        color: #8fbf4d;
    }

.butOptplus {
    color: #78a638 !important;
}

    .butdel:hover {
        -webkit-box-shadow: 0px 0px 0px 1px #da0833 inset, 0px 0px 0px 0px #da0833;
        box-shadow: 0px 0px 0px 1px #da0833 inset, 0px 0px 0px 0px #da0833;
        color: #da0833 !important;
    }
.flex-parent {
    display: flex;
    align-items: center;
}
.long-and-truncated {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:150px;
    height:20px;
    display:inline-block;

}


a.connexionbtn {
    padding: 4px 20px !important;
    color: #808080;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

    a.connexionbtn:focus, a.connexionbtn:hover {
        -webkit-box-shadow: 0px 0px 0px 1px #8fbf4d inset, 0px 0px 0px 0px #8fbf4d;
        box-shadow: 0px 0px 0px 1px #8fbf4d inset, 0px 0px 0px 0px #8fbf4d;
    }

@media (max-width: 767px) {

    a.connexionbtn {
       text-align:center;
    }
}

.btnform {
    text-transform: uppercase;
    outline: 0;
    background: #8fbf4d;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

    .btnformn:focus, .btnform:hover {
        -webkit-box-shadow: 0px 0px 0px 1px #43A047 inset, 0px 0px 0px 0px #8fbf4d;
        box-shadow: 0px 0px 0px 1px #8fbf4d inset, 0px 0px 0px 0px #8fbf4d;
    }


.more-button {
    color: #fff;
    padding: 2%;
    width: 320px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.2);
    text-align: center;
    margin: 5% 0;
    line-height: 1.5em;
    font-size: 1.3em;
    background-color: #da0833;
    border: none;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    margin-left:3%;
}
    .more-button:hover {
        color: #fff;
        text-decoration: none;
        -webkit-box-shadow: 0px 0px 0px 1px #da0833 inset, 0px 0px 0px 0px #da0833;
        box-shadow: 0px 0px 0px 1px #da0833 inset, 0px 0px 0px 0px #da0833;
    }
    .more-button svg{padding-top:5px;margin-right:8px;}
    /****************************************
  scrolltop 
*****************************************/
    #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 i {
                color: #fff;
                margin: 0;
                position: relative;
                left: 16px;
                top: 13px;
                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 i {
                    color: #fff;
                    top: 5px;
                }


/* ************************ *** */
 /*       typographies          */
/* ****************************/
.textcolor {
    color: #212529;
}

.white-text, a.white-text {
    color: #fff;
}

        .intro-title {
            color: #fff;
            font-size: 2.2rem;
            line-height: normal;
            font-weight: bold;
            letter-spacing: -0.3px;
            margin-bottom: 10px;
            padding-bottom: 0;
            padding-top:5.5rem;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
            -webkit-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
            -moz-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
            -o-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
            transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;

        }

.sub-title {color:#fff;font-size:1.3em;display:block;margin-top:20px;
}
.sub-title2 {
    color: #fff;


}
.titleBook, .titleBook a {
    color: #455c77;
    font-weight: 600;
    font-size: 1.3rem;
}
.titleAuthor, .titleAuthor a {
    color: #8fbf4d;
    /*font-size: 1.2rem;*/
}
    .smallItem .titleBook, .titleBook a, .smallItem .titleAuthor, .smallItem .titleAuthor a, #cartpage .titleBook, #cartpage .titleAuthor a {
        font-size: 0.95em;
        /*display: -webkit-box;*/
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2em;
        max-height: 2.4em;
    }
    





        .titlePublisher, .titlePublisher a, .titleFormat {
            color: #666;
        }



        @media (max-width: 991px) {
            .section-header .title {
                font-size: 1.1rem;
            }
        }

        .section-header .title {
            font-size: 1.5rem;
            line-height: 1.1;
            padding-bottom: 0;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            font-weight: bold;
        }


/*titre des sections de page*/
.section-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;padding-top:2em;
  
}

.section-title h2{letter-spacing:0.05em;
}
    .section-title p {
        font-size:1.3rem;color:#858585;
    }
.section-title h2:before {
    content: " ";
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 127px;
    height: 2px;
    background-color: #e0e0e0;
}

    .section-title h2:after {
        content: " ";
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: -32px;
        -ms-transform: rotate(45deg); /* Internet Explorer */
        -moz-transform: rotate(45deg); /* Firefox */
        -webkit-transform: rotate(45deg); /* Safari et Chrome */
        -o-transform: rotate(45deg); /* Opera */
        left: 0;
        right: 0;
        width: 15px;
        height: 15px;
        background-color: #8fbf4d;
    }
#palmares img, #actu img {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

/*******************************************/
/*        master page header            * /
/******************************************/
/* Placeholders  remove */
::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
        /* Chrome 56, Safari 9 */
        :-moz-placeholder {
            opacity: 1;
            -moz-transition: opacity .5s;
            transition: opacity .5s;
        }
        /* FF 4-18 */
        ::-moz-placeholder {
            opacity: 1;
            -moz-transition: opacity .5s;
            transition: opacity .5s;
        }
        /* FF 19-51 */
        :-ms-input-placeholder {
            opacity: 1;
            -ms-transition: opacity .5s;
            transition: opacity .5s;
        }
        /* IE 10+ */
        ::placeholder {
            opacity: 1;
            transition: opacity .5s;
        }
        /* Modern Browsers */

        /* Focus */
        *:focus::-webkit-input-placeholder {
            opacity: 0;
        }
        /* Chrome 56, Safari 9 */
        *:focus:-moz-placeholder {
            opacity: 0;
        }
        /* FF 4-18 */
        *:focus::-moz-placeholder {
            opacity: 0;
        }
        /* FF 19-50 */
        *:focus:-ms-input-placeholder {
            opacity: 0;
        }
        /* IE 10+ */
        *:focus::placeholder {
            opacity: 0;
        }
        /* fin place holder */
.padnav {padding:5px;
}
/** **************************************** */
/*          nav aside sticky                */
/** ************************************** */
.col-md-12 .fixed {
    position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: fixed;
    top: 68px;
    z-index: 20;
    width: 100%;
    transition-property: margin-top,margin-right;
    transition-duration: .5s,.1s;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
    -moz-transition-property: margin-top,margin-right;
    -moz-transition-duration: .5s,.1s;
    -moz-transition-delay: 0;
    -moz-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
    -o-transition-property: margin-top,margin-right;
    -o-transition-duration: .5s,.1s;
    -o-transition-delay: 0;
    -o-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
    -ms-transition-property: margin-top,margin-right;
    -ms-transition-duration: .5s,.1s;
    -ms-transition-delay: 0;
    -ms-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
    -webkit-transition-property: margin-top,margin-right;
    -webkit-transition-duration: .5s,.1s;
    -webkit-transition-delay: 0;
    -webkit-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
}
    /* *******************************  */
    /*          footer                 */
    /* *****************************  */
    .footer-copyrightbib {background-color:rgba(0,0,0,0.2);
}


    /* badge */
.bagde-labelnew {
    background-color: orange;
    font-weight: normal;
    color: #fff !important;
    margin-bottom: 10px;
    font-size: 1em;
    padding: .10em 0.8em;
    display: inline-block;
    border-radius: 12px;
    position: absolute;
    top: 5px;
    left: 12px;
}

.bagde-labelexclu::before, .bagde-labelnew::before {
    z-index: 100;
    font-size: 15px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 22px;
    border-radius: 11px;

}
.labelexclu:before {
    content: 'Numilog !';
    color: #337ab7;
}
.labelexclu a {
    color: #337ab7;
}
.badge-success {
    background-color: #8fbf4d;font-weight:normal;
    color: #fff !important;
    margin-bottom: 10px;
    font-size:0.8em;
    padding:.6em;
}
.badge-exclu {
    background-color: #337ab7;
    font-weight: normal;
    color: #fff !important;
    margin-bottom: 10px;
    font-size: 0.9em;
    padding: .35em;
    display: inline-block;

}
a.badge-exclu:hover {text-decoration:none;

}
.badge-exclu a{
 color: #fff !important; font-size:1.3em;
}
.page-product .badge-exclu {
    position: absolute;
    bottom: 48px;
    left: 0px;
    font-size: 0.8em;
}
#BookResult .badge-exclu {
    position: absolute;
    bottom: 28px;
    left: 12px;

}
.modal-dialog .badge-exclu {
    position: absolute;
    bottom: 38px;
    left: 12px;
}
.hov-img-zoom .badge-exclu {
    position: absolute;
    top: 38px;
    left: 12px;
}
.bdghome {
position:absolute;bottom:-20px;left:-5px;}


