﻿
/**********************************/
/*****  TYPO                   ***/
/**********************************/

/*h1, .h1{
    font-size:2em;
}*/
.SubTitle {
    font-size: 0.6em;
}

h2.TitleSecond {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0 10px;
}
H3 .Title {
    font-weight: normal;
}

h1.Title {
    margin: 0px;
    padding: 0px !important;
    color: #6e1565;
    font-size: 2.5rem;
}


h2 > .Author {
    font-size: 2.0rem;
}
.h3.TitleLog {
    font-size: 12px;
}

h3.TitleLog {
    margin-bottom: 20px !important;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3.2rem;
}


body,
html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.navmenu {
    background-color: #fff;
}
.navbar-brand .logoNumilog {
    padding: 15px;
}
#navFilterCol .filterthemenav {
    min-width: 250px;
}
.padding-top-sm {
    padding-top: .5em;
}


.navbar-fixed-top {
    /*background-color: #fff;*/
}

/*.NumilogMasterPosition {
    padding-top: 170px;
}*/
.newsletter {
    position: relative;
    height: 60px;
    z-index: 2;
}
.newsletter-form input {
    width: 100%;
    height: 50%;
    border: none;
    padding: 20px;
    background: #fff;
    color: #333333;
    padding-right: 200px;
 
}

.newsletter-form a {
    position: absolute;
    top: 0;
    vertical-align: middle;
    right: -2px;
    height:64px;
    width: 100px;
    background-color: darkorange;
    outline: none;
    border: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    padding-top: 20px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
/************************************/
/*******        PROMO             ****/
/**********************************/
.promo_FL {
    background: linear-gradient(180deg,rgba(6,34,37,1) 0%,rgba(0,77,85,1) 100%);
    height: 9rem;
    width:380px;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 20% 55% 25%;
    border-radius:5px;
}

.icon-louise-reader {
    grid-column: 1;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.push-reader {
    grid-column: 2;
    display: grid;
    grid-template-rows: 60% 40%;
    /*grid-template-columns: 33% 33% 33%;*/
    margin: 1rem auto auto auto;
}

.Louise-mobil {
    grid-column: 3;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.Louise-mobil img {
width:100px;
}


.push-reader-text {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row: 1;
    max-width: 100%;
    color: #fff;
    font-weight: 500;
}

.cta-google-play-icon {
    grid-column-start: 2;
    grid-column-end: 3;
}

.store-badge {
    grid-row: 2;
    max-width: 100%;
    padding: 0 1rem 0 0;
    align-self: end;
}

.store-badge img {
width:100px;
}
@media (max-width: 500px) {

    .presentation #mycarousel .col-xs-6:nth-child(2n+1) {
        clear: both;
    }

    .promo_FL {
        height: 40rem;
        /*margin: 4rem 2rem 10rem 2rem;*/
        display: grid;
        grid-template-rows: 15% 60% 25%;
        grid-template-columns: 100%;
    }

    .icon-louise-reader {
        grid-row: 1;
        height: 300%;
        margin-top: -15%;
    }

    .Louise-mobil img {
        width: 130px;
    }

    .store-badge img {
        width: 200px;
    }
    .push-reader {
        grid-row: 2;
        grid-column: 1;
        grid-template-rows: 40% 30% 30%;
        grid-template-columns: 100%;
        height: 100%;
        margin: auto;
        max-width: 80%;
        font-weight: 500;
    }

    .Louise-mobil {
        grid-row: 3;
        grid-column: 1;
        height: 80%;
    }

    .push-reader-text {
        margin-bottom: 0;
        align-self: center;
        font-size: 1.8rem;
        text-align: center;
    }

    .cta-google-play-icon {
        grid-row: 3;
        grid-column: 1;
    }

    .cta-app-store-icon {
        grid-row: 2;
        grid-column: 1;
    }


    .store-badge {
        height: 90%;
        margin: auto;
    }
}



.bold{font-weight:bold;}

.SwitchCountry .wbr {
    text-decoration: underline;
}
.d-none {
    display: none !important
}
.noclic{cursor:default;}
a.noclic {
   text-decoration:none;
}
a.noclic:hover {
    color: #a94442;
}

.MiseEnFormeImage {
    margin: 0 auto;
    display: block
}
#LkBReturnConnexion {
    cursor: pointer;
}


    .d-block {
        display: block;
    }

    .mt-0 {
        margin-top: 0 !important;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .mb-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-3 {
        margin-bottom: 1rem !important;
    }

    .mt-1, .my-1 {
        margin-top: 0.25rem !important;
    }

    .mt-2, .my-2 {
        margin-top: 0.5rem !important;
    }

    .mt-3, .my-3 {
        margin-top: 1rem !important;
    }

    .mt-4, .my-4 {
        margin-top: 1.5rem !important;
    }

    .mt-5, .my-5 {
        margin-top: 3rem !important;
    }


    .mb-1, .my-1 {
        margin-top: 0.25rem !important;
    }

    .mb-2, .my-2 {
        margin-top: 0.5rem !important;
    }

    .mb-3, .my-3 {
        margin-bottom: 1rem !important;
    }

    .mb-4, .my-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-5, .my-5 {
        margin-bottom: 3rem !important;
    }

.dotted-line {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

    .dotted-line:after {
        content: "..........................................................................................................";
        letter-spacing: 3px;
        font-size: 15px;
        color: #333333;
        display: inline-block;
        vertical-align: 3px;
        padding-left: 10px;
    }

@media only screen and (max-width: 768px) {
    .btnnavmore {
        background-color: #36384e;
        text-align: center;
        width: 70px;
        color: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 1.5em;
    }


    .fix-sticky {
        position: fixed;
        position: -webkit-sticky;
        bottom: 5px;
        padding: 0 var(--default-padding);
        font-size: 20px;
        width: 100%;
        z-index: 40000;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #fff;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.05);
        box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.05);
    }

    #navbar2 {
        padding: 10px;
    }

    .navmobil {
        display: block !important;
        width: 100%;
        border-top: 2px solid #36384e;
        text-align: center;
        background: rgba(255, 255, 255, 0.5);
    }

    .cbp-spmenu {
        position: fixed;
        width: 100%;
    }
    /* Horizontal menu that slides from the top or bottom */
    .cbp-spmenu-horizontal {
        font-size: 75%;
    }

    .cbp-spmenu-top {
        top: -270px;
    }


        .cbp-spmenu-top.cbp-spmenu-open {

            position: sticky;
            z-index: 1049;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }

    .cbp-spmenu-push-totop {
        margin-top: 10px;
    }

    .cbp-spmenu,
    .cbp-spmenu-push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

.navmobil {
    display: none;
}



.TextPurple{color:#6e1565;}
.TextBlack {
    color: #000;
}

.subtotal {
    padding: 3px 15px 20px;
    background: #fff
}

    .subtotal span {
        color: #555;
        font-size: 18px;
        font-weight: 200;
        display: inline-block;
        text-transform: uppercase
    }

.moreCompte, a.More {
    font-weight: 700
}



.QuantiteValidation input {
    width: 30px;
    height: 30px;
    border: 1px solid #666;
    text-align: center
}

.TableCart .QuantiteValidation {
    font-size: 2.5rem
}

.coupon-code input {
    margin-left: 10px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.QuantiteValidation input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.QuantiteValidation input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.QuantiteValidation input:-ms-input-placeholder {
    color: #999
}

.QuantiteValidation input::-webkit-input-placeholder {
    color: #999
}
.HelpNav ul {
    margin: 0;
    padding: 0;
}

.HelpNav li {
    list-style: none;
    padding-bottom: 20px;
}

.HelpNav a {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #333333;
}

    .HelpNav a:before {
        content: "🡢";
        padding-right: 10px;
    }

panel-default > .panel-heading {
    position: relative;
    box-shadow: none;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    /*height: 78px;*/
}

.panel-group h2 {
    color: #6e1565;
}

.panel-group h4 a {
    padding-top: 20px;
    display: inline-block;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    border-radius: 25px
}

 a.More {
    color: #333
}

.showMe {
    background-color: #d9d9d9;
    display: none;
    margin-top: 10px;
    padding: 10px 10px 10px 5px
}

.moreCompte {
    padding-left: 10px
}

.showMe .label {
    text-align: right !important;
    padding-right: 10px
}

#showMe2 .showMe {
    display: block !important
}

/* **********************************************************************/
/************************ MENU HAUT choix pays menu ********************/
/* **********************************************************************/

.CountryDiv:not(:last-child) {
    margin-right: 15px;
}

.CountryDiv {
    display: inline-block;
    position: relative;
}

.RegionDiv {
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

.ButtonCountry {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(242, 242, 242);
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    height: 1.75rem;
    outline: none;
    padding: 8px 0.5rem;
    border: 1px solid transparent;
    transition: border 0.3s ease-in-out 0s;
}

.CountryInitial {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}

    .CountryInitial span {
        margin-right: 0.25rem;
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1;
    }

/*.bnxqZo {
    vertical-align: bottom;
    border-radius: 0px;
    aspect-ratio: 5 / 4;
}*/

/*.MVBAt {
    font-weight: 600;
    line-height: 1;
}*/

#StoreLocalization {
    box-sizing: border-box;
    padding: 0.5rem;
    position: absolute;
    right: -1rem;
    top: 1.75rem;
    transition: opacity 0.3s ease-in-out 0s;
    width: 38rem;
    z-index: 101;
    display: none;
}

.StoreLocalizationDiv {
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 10%) 0px -4px 16px 0px;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 0px;
}

.TitlePays {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
    padding: 0px 1rem;
    width: 100%;
    font-weight: bold;
}


.CountryDiv2 {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
    padding: 0px 1rem;
    width: 100%;
}

.SVGCountry {
    height: 1.5rem;
    width: 1.5rem;
    /*display: block;*/
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    fill: rgb(0, 0, 0);
}


.switchCountryButton:hover {
    border-color: rgb(155, 155, 155);
}

.switchCountryButton {
    -webkit-box-align: center;
    align-items: center;
    background: none;
    border: 1px solid rgb(229, 229, 229);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 3.5rem;
    margin: 0px 1rem;
    outline: none;
    padding: 2.5rem 1rem;
    transition: border 0.3s ease-in-out 0s;
}

.BlocWord a {
    text-decoration: none;
}

.SwitchCountry {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size:12px;
}

.StoreUser {
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin-bottom: 2px;
}

.StoreFlag {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}


.StoreLocalizationDiv select {
    padding: 30px 30px 0 0;
    max-width: 280px;
    min-width: 140px;
    background-color: white;
    height: 42px;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    cursor: pointer;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

/*@media only screen and (max-width: 600px) {
    max-width:320px;
}

@media only screen and (max-width: 400px) {
    max-width: 180px;
}*/



/*.gKYapZ {
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    width: 100%;
}*/

.BgCountryChoice {
    background-color: #333333;
    padding: 40px 20px;
    color: #fff;
}

.btnChoiceCountry {
    font-size: 1.3rem;
    display: inline-block;
    border-radius: 100px;
    height: auto;
    line-height: 0;
    font-weight: bold;
    padding: 20px 22px;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0;
    background-color: #111 !important;
    color: #fff !important;
}

.btnChoiceCountryStay {
    font-size: 1.3rem;
    display: inline-block;
    border-radius: 100px;
    height: auto;
    line-height: 0;
    font-weight: bold;
    padding: 20px 22px;
    white-space: nowrap;
    opacity: 1;
    text-decoration: none;
    letter-spacing: 0;
    border: 1px solid #111 !important;
    color: #111 !important;
}


/*.timeline-v2 > li {
    position: relative;
    color: #000;
    list-style: none;
    margin: 0
}

.timeline-v2:before {
    top: 0;
    bottom: 0;
    left: 22%;
    width: 4px;
    content: '';
    background: #f3f3f3;
    position: absolute;
    margin-left: -14px
}

.timeline-v2 > li .cbp_tmtime {
    width: 25%;
    display: block;
    position: absolute;
    padding-right: 80px
}

    .timeline-v2 > li .cbp_tmtime span {
        top: 9px;
        display: block;
        text-align: right;
        position: relative
    }

        .timeline-v2 > li .cbp_tmtime span:first-child {
            color: #999;
            font-size: 14px;
            line-height: .9
        }

        .timeline-v2 > li .cbp_tmtime span:last-child {
            color: #585f69;
            font-size: 20px;
            font-weight: 400
        }

.timeline-v2 > li .cbp_tmlabel {
    color: #fff;
    padding: 10px 20px 0;
    background: #f3f3f3;
    line-height: 1.4;
    clear: both;
    position: relative;
    margin: 0 0 15px 25%
}

    .timeline-v2 > li .cbp_tmlabel li {
        padding: 0
    }

    .timeline-v2 > li .cbp_tmlabel h2 {
        margin-top: 0;
        font-size: 21px;
        padding: 0 0 5px;
        margin-bottom: 10px;
        text-transform: capitalize;
        border-bottom: 1px solid #ddd;
        color: #000
    }

    .timeline-v2 > li .cbp_tmlabel .text-left {
        float: left
    }

    .timeline-v2 > li .cbp_tmlabel:after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #f3f3f3;
        border-width: 10px;
        top: 18px
    }

.timeline-v2 > li .cbp_tmicon {
    top: 22px;
    left: 22%;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #72c02c;
    margin: 0 0 0 -17px;
    box-shadow: 0 0 0 4px #f3f3f3;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width:65.375em) {
    .timeline-v2 > li .cbp_tmtime span:last-child {
        font-size: 1.5em
    }
}

@media screen and (max-width:47.2em) {
    .timeline-v2:before {
        display: none
    }

    .timeline-v2 > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px
    }

        .timeline-v2 > li .cbp_tmtime span {
            text-align: left
        }

    .timeline-v2 > li .cbp_tmlabel {
        padding: 1em;
        font-weight: 400;
        margin: 0 0 30px
    }

        .timeline-v2 > li .cbp_tmlabel:after {
            left: 20px;
            top: -20px;
            right: auto;
            border-bottom-color: #f3f3f3;
            border-right-color: transparent
        }

    .timeline-v2 > li .cbp_tmicon {
        left: auto;
        float: right;
        position: relative;
        margin: -55px 5px 0 0
    }
}

.timeline-v2 > li .cbp_tmlabel.equal-height-column {
    height: auto !important
}

.shop-badge.badge-icons i {
    min-width: 25px;
    font-size: 25px;
    color: Gray
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px
}

    .item.list-group-item:hover, .item.list-group-item:nth-of-type(odd):hover {
        background: #428bca
    }

    .item.list-group-item .list-group-image {
        margin-right: 10px
    }

    .item.list-group-item .thumbnail {
        margin-bottom: 0
    }

    .item.list-group-item .caption {
        padding: 9px 9px 0
    }

    .item.list-group-item:nth-of-type(odd) {
        background: #eee
    }

    .item.list-group-item:after, .item.list-group-item:before {
        display: table;
        content: " "
    }
    .item.list-group-item img {
    float: left
}.item.list-group-item:after {
    clear: both
}
*/
.list-group-item-text {
    margin: 0 0 11px
}

#login-nav input {
    margin-bottom: 15px
}
/************************ page erreur */




/************************ fin erreur */


#CreateUser {
    overflow-y: initial !important
}

    #CreateUser .card-body {
        height: 360px;
        overflow-y: auto;
    }


#navbar .panel-body span.count {
    text-align: right !important;
    display: block;
    font-size: 0.9em;
}

a.panel-sous-filtre {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    line-height: 2em;
}



#mycarousel img, .DivBannEdito img {
    margin-left: auto;
    margin-right: auto;
}

#FileAriane ol.breadcrumbBC {
    display: inline !important;
    list-style: none;
    padding: 0;
    font-size:0.9em;
}

    #FileAriane ol.breadcrumbBC li {
        list-style: none;
        display:inline-flex;
    }


@media (min-width: 992px) {
    .container {
        width: 1070px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}
.LogoSiteNumilog {
    overflow: hidden;
    height: 68px;
}

    .LogoSiteNumilog img {
        image-rendering: auto;
        image-resolution: 300dpi;
        image-rendering: optimizeQuality;
        image-rendering: auto;
        image-rendering: crisp-edges;
        image-rendering: pixelated;
        image-rendering: inherit;
        image-rendering: initial;
        image-rendering: unset;
    }

.clearfix {
    clear: both;
    float: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*font-size: 1.65rem;
    line-height: 1.42857143;*/
    color: #333333;
    background-color: #ffffff;
    text-rendering: optimizelegibility !important;
    -webkit-overflow-scrolling: touch;
}



/*// 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;
    }
}

/*//fin*/
.dropdown-menu a.TOPlecteur::before {
    content: "\2605";
    color: #6e1565;
    font-size: 1.5em;
}

.dropdown-menu li a.CoupCoeur::before {
    content: "\2665";
    color: #6e1565;
    font-size: 1.5em;
    margin-right: 8px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    /*  color:#fff;*/
    /*text-decoration: none;*/
}


.btn-search {
    color: #fff;
    background-color: #3d035a;
    border-color: #3d035a
}

    .btn-search.focus, .btn-search:focus {
        color: #fff;
        background-color: #3d035a;
        border-color: #3d035a
    }

    .btn-search:hover {
        color: #fff;
        background-color: #3d035a;
        border-color: #3d035a
    }

    .btn-search.active, .btn-search:active, .open > .dropdown-toggle.btn-search {
        color: #fff;
        background-color: #3d035a;
        background-image: none;
        border-color: #3d035a
    }

        .btn-search.active.focus, .btn-search.active:focus, .btn-search.active:hover, .btn-search:active.focus, .btn-search:active:focus, .btn-search:active:hover, .open > .dropdown-toggle.btn-search.focus, .open > .dropdown-toggle.btn-search:focus, .open > .dropdown-toggle.btn-search:hover {
            color: #fff;
            background-color: #3d035a;
            border-color: #3d035a
        }

    .btn-search.disabled.focus, .btn-search.disabled:focus, .btn-search.disabled:hover, .btn-search[disabled].focus, .btn-search[disabled]:focus, .btn-search[disabled]:hover, fieldset[disabled] .btn-search.focus, fieldset[disabled] .btn-search:focus, fieldset[disabled] .btn-search:hover {
        background-color: #3d035a;
        border-color: #3d035a
    }

.btn-search-off {
    color: #3d035a;
    background-color: #fff;
    border-color: #3d035a;
    border-radius: 0;
    width: 100%;
}

    .btn-search-off.focus, .btn-search-off:focus {
        color: #3d035a;
        background-color: #fff;
        border-color: #3d035a
    }
/*.btn-search-off:hover {
    color: #fff;
    background-color: #3d035a;
    border-color: #3d035a
}

    .btn-search-off.active, .btn-search-off:active, .open > .dropdown-toggle.btn-search-off {
        color: #3d035a;
        background-color: #fff;
        background-image: none;
        border-color: #3d035a
    }*/


.TbDetail{}
.BlockInfosDRM{font-size:1.4rem;padding-bottom:20px;}
.titledetailDRM {
    font-size: 1.7rem;
    margin-top: 1em;
    margin-bottom: 0.5em;

}

.btn-option {
    background-color: #6e1565;
}


/*.btn-warning {
    background-color: #525575;
}

    .btn-warning:hover {
        background-color: #3d416c;
        color: #fff;
    }

a.btn-warning:hover {
    color: #fff !important;
}*/

/*a.btn-success.focus, a.btn-success:focus, .btn-success.focus, .btn-success:focus, a.btn-success {
    border-color: transparent !important;
    border: none!important;
    color:#fff,
}*/
.buttonlog {
    padding: .85rem 2.13rem;
    border-radius:0;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #fff !important;
    margin: 10px auto;
    white-space: normal !important;
    word-wrap: break-word;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    /*/*width: 100%;*/
    line-height: 30px;
    height: 48px;
}

    .buttonlog:hover {
        box-shadow: 0 5px 8px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }

a.buttonlog:hover {
    color: #fff !important;
}
.btn-supp {
    background-color: #d00000;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)
}
.btn-supp:hover {
    background-color: #b60b0b;
    color:#fff;

}
.m-auto {
    margin: 0 auto;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.btn-audio {
    background-color: #6e1565;
    font-size: 1.5em;
    border-radius: 0;
    color: #fff;
    height: 48px;
    line-height: 1.2em;
    min-width: 320px;
}

    .btn-audio:hover {
        color: #fff !important;
    }

.btn-audio-light {
    font-size: 0.8em;
    color: #333;
    text-decoration: underline;
    display: block;
    text-align: right;
}


a .SuppProduct {
    /*font-size: 0.7em !important;*/
    color: #888;
}

.login_box {
    border: 1px solid #ddd;
    background-color: #bed4d9;
    color: #888;
}

    .login_box .fa {
        color: #fff !important;
    }

.image-circle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #FFF;
    margin: 10px;
}

.choixpaiement .BtnMobilCartCollapse {
    display: none;
}

.OnlyMobile {
    display: none;
}

.TitleBook {
    font-weight: normal;
    font-size: 16px;
}

.BookTitle, a.BookTitle {
    color: #232323;
    /*font-size: 1.6rem;*/
    font-weight:600;
}

.Author, .info a {
    color: #6e6e6e;
    font-size: 1.4rem;
}
/*.navbar {margin-bottom:0px;
}*/
#Menunavtheme {
    background-color: #3d035a;
    color: #fff;
    padding: 10px 0;

}


#Menunavtheme a {
    /*padding: 7px 8px 0px 8px;*/
    /*margin: 1px 2px 12px 1px;*/
    margin: 0px;
    color: #fff;

}

        #Menunavtheme a:hover {
            border-bottom: 1px solid #fff;
        }

    #Menunavtheme .dropdown-menu a {
        color: #525575;
        text-align:left;padding-top:10px;
    }

        #Menunavtheme .dropdown-menu a:hover {
            color: #525575 !important;
            font-weight: bold;
        }

    #Menunavtheme .col-lg-2, #Menunavtheme .col-lg-1 {
        text-align: center;
        border-right: 1px solid #fff;
        text-transform: uppercase;
    }

    #Menunavtheme div.col-lg-1:last-of-type {
        border-right: none;
    }



.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 500px !important;
}

.navbar-collapse.in {
    overflow-x: hidden;
    border: 1px solid #ddd;
}


.nav1 {
    background-color: #fff;
  
}




.LnkRetourAccueil {
    /*font-size: 0.9em;*/
    color: #666666;
}
.seemoreselectin{display:inline-block; float:inline-end;}

.seemorecart a {
    margin-bottom: 2.5%;
    color: #666666;
    display: block;
    font-size: 0.9em;
}

a.cart-toggle {
    color: #fff;
    font-weight: bold;
}

.LblSmall {
    font-size: 0.7em !important;
}

.navreseaux {

    color: #404347;
    font-weight: 300;
    /*font-size: 0.8em;*/
}

    .navreseaux a {
        color: #404347;
    }

.nav-second {
    border-top: 1px solid #efefef;
    background-color: #fff;
    color: #6e1565;
}



.Boutique {
    display: block;
    width: 100%;
    height: 350px;
    background-size: auto 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    background-position: center;
    background-repeat: no-repeat;
}

.BgRomance {
    background-image: url("Images/slider/img_1.jpg");
}

.BgThriller {
    background-image: url("Images/slider/ebook-thriller.jpg");
}


.dropdown-header {
    text-transform: uppercase;
}

.TitleSnd {
    font-size: 2rem;
}


@media only screen and (max-width: 768px) {
    .title-opt {
        visibility: visible;
    }

    /*.Blockbreadcrumb {
        display: none !important;
    }*/

    #Menunavtheme .col-lg-2, #Menunavtheme .col-lg-1 {
        text-align: center;
        border-right: none;
        vertical-align: middle;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
    }

        #Menunavtheme .col-lg-2 i {
            display: none;
        }

        #Menunavtheme .col-lg-2 a.itemFirstNav, #Menunavtheme .col-lg-1 a.itemFirstNav {
            height: 40px;
            display: block;
            border: 1px solid #2d1d2f;
            padding-top: 8px;
        }


    .fixed {
        top: 55px !important;
    }

    .CropImg {
        position: relative;
        width: 767px;
        height: 200px;
        overflow: hidden;
    }

        .CropImg img {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 100%;
            width: auto;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }
}

@media (max-width: 760px) {

 

    .OnlyMobile {
        display: inline;
    }


    .nofloat {
        clear: both;
        float: none;
    }

    .LogoSiteNumilog {
        display: none !important;
    }

    .LogoSitenumilogMobil {
        display: block !important;
    }

    #SelecPromo .control-box, #PnlActu .control-box {
        display: none;
    }

    .ItemCommandeEven, .ItemCommandeOdd {
        text-align: center;
    }

        .ItemCommandeEven .img-responsive, .ItemCommandeOdd .img-responsive {
            left: 35%;
            position: relative;
        }

    .ItemCommandeOdd {
        background-color: #eeeeee !important;
    }


    .col-xs-6 .navbar-nav {
        padding-top: 10px;
    }

    .col-lg-12 .carousel {
        /* display: none !important;*/
    }

    #custom-search-input .input-lg, #custom-search-inputMenu .input-lg {
        font-size: 1.3rem;
    }

    .shrink .MenuNavHamburger .btn-info {
        height: 57px;
        margin-top: 0 !important;
    }

    .shrink .navbar-brand .LogoSitenumilogMobil {
        /*background-size: 76%;*/
    }

    .MenuNavHamburger .btn-info {
        padding-top: 20px;
        height: 57px;
        margin-top: 0 !important;
    }


    .ListItemMenu {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

        .ListItemMenu .btn {
            border: none;
        }

            .ListItemMenu .btn-defaultNumilog:hover, .ListItemMenu .btn:hover {
                background-color: transparent;
            }

    .block-numilog-flash {
        margin-top: 0;
    }
}




.MosaicBook {
    padding: 0.6% 3%;
    background-color: #fff;
}


.ListItemMenu {
    padding-left: 30px;
    /*padding-top: 10px;*/
}

img.img-responsive {
    /*border: 1px solid #cccccc;*/
}

.NoticeAdminMaster {
    background-color: #dcdcdc;
    padding: 5px;
    text-align: center;
}


/*a:hover, a:focus {
    text-decoration: none !important;
    color: inherit !important;
}*/

.col-sm-4 .btn:hover, .col-sm-4 .btn:focus, .col-sm-4.btn.focus, .col-sm-6 .btn:hover, .col-sm-6 .btn:focus, .col-sm-6.btn.focus {
    /* color: #fff !important;*/
    /*text-decoration: underline;*/
}

.Item-inner {
    width: auto;
    /*height: 300px;*/
     /*max-height: 280px;*/
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.hero-feature {
    height: 480px;
}

.SectionColor .Item-inner, .slider .Item-inner {
    width: auto;
    /*height: 300px;*/
    max-height: 300px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

    .Item-inner img {
        margin-left: auto;
        margin-right: auto;
        padding-right:30px;
    }


.SectionNewItem .thumbnail {
    background-color: transparent;
    border: none;
}

.Resume {
    font-size: 0.9em;
}

.caption .Resume {
    display: none;
}

/*.container {
    padding: 0;
}*/


/**************************************************/

/* auto complete */
/* search autocompletion fixed */

.SearchTitle input {
    z-index: 1000;
    position: relative;
    background-color: transparent;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul.ui-autocomplete {
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 100%;
    position: absolute !important;
    /*left: 0 !important;*/
    width: 95%;
    margin: auto;
    font-size: small;
    top: 58px;
    height:auto;
}

#menu-container {
    background-color: #fff;
}


.ui-autocomplete {
    z-index: 2000;
}

.ui-autocomplete {
    width: 100%;
    text-align: left !important;
}

    /*.ui-autocomplete td:first:child(2) {
        width: 50%;
        text-align: left;
    }*/

    .ui-autocomplete .ui-menu-item {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        padding: 2px 0;
    }

.ui-autocomplete-category {
    font-size: 1em;
    color: #fff;
    background-color: #6e1565;
    line-height: 10px;
    padding: 1em !important;
    cursor: none;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #6e1565;
}

.ui-menu-item a {
    color: #000;
}

.ui-autocomplete .ui-menu-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ui-autocomplete img {
    border: 4px solid #fff;
}

.ui-state-focus {
    background-color: #fff;
}

.ui-menu-divider {
    display: none !important;
}

.OverlayOff {
    display: none;
}

.OverlayOn {
    opacity: 0.7;
    filter: alpha(opacity=30);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #333333;
    display: block;
    z-index: 1 !important;
}

a.LnkMoreSearch {
    font-size: small;
    text-align: right;
    font-style: italic;
}

.ui-autocomplete .ui-state-focus {
    background-color: #eeeeee !important;
}

.ui-autocomplete .ui-menu-item a {
    padding: 0.5em !important;
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-decoration: none;
    font-size: 1.2em;
}

.ss_infos i {
    color: #777;
    font-size: small;
}

.ss_infos {
    min-height: 75px;
    padding: 0.1em 0.1em 0.1em 1em;
    position: relative;
    width: 95%;
}

.contentLogin a.btn-Numilog {
    color: #fff !important;
}

    .contentLogin a.btn-Numilog:hover {
        color: #6e1565 !important;
    }


#searchform .input-group[class*=col-] {
    padding: 0 15px;
}

.navbar-collapse {
    background-color: #fff;
}

.navbar-toggle {
    /*float: left;*/ background-color: #6e1565;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
    border: 1px solid #6e1565;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background-color: #6e1565;
}
/* search mobile*/
/* iPhone  */
@media only screen and (min-device-width: 320px) and (max-device-height: 767px) {
    .ResultatDetail, .CountResultatDetail {
        font-size: 0.9em !important;
    }

    .ColPrice {
        background-color: transparent !important;
    }

    .orange-txt {
        font-size: 0.9em !important;
   
    }

    /*.col-xs-4 .AddCartMobil .btn-Numilog2 {
        font-size: 0.8em !important;
        padding: 4px 0 !important;
    }*/

    .alert-lbl {
        font-size: 0.8em !important;
    }

    .pagination {
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
    }

    #LbCurentPageOnTotal {
        font-size: 1.5rem !important;
    }

    .Title_Section {
        margin-top: 0 !important;
    }

    /* h1.Allthemebread {
        margin-top: 50px !important;
    }*/


    .navbar-collapse {
        /*-moz-box-shadow: 0px 2px 5px 0px #656565;
        -webkit-box-shadow: 0px 2px 5px 0px #656565;
        -o-box-shadow: 0px 2px 5px 0px #656565;
        box-shadow: 0px 2px 5px 0px #656565;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);*/
    }

    .nav-second .navbar-toggle {
        position: fixed;
        top: 20px;
    }

    .nav-second {
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav > .active > a {
        width: 100% !important;
    }

    .navbar-default .navbar-nav > li > a {
        width: 100% !important;
    }

    .navbar-nav > li > .dropdown-menu {
        width: 100% !important;
        background-color: #fafafa !important;
    }

    .NumberItemSelection {
        width: 100% !important;
    }

    .search-widget input {
        outline: none;
    }

    .searchmobil input::-webkit-search-decoration,
    input::-webkit-search-cancel-button {
        display: none;
    }


    #searchmobil-xs input[type="image"] {
        border: solid 1px #ccc !important;
        padding: 8px !important;
        width: 40px !important;
        /*float: right;*/
        font-size: 0.5em !important;
        -webkit-border-radius: 10em !important;
        -moz-border-radius: 10em !important;
        border-radius: 10em !important;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        display: inline-block;
        text-indent: -10000px;
        border: none;
        z-index: 2;
        cursor: pointer;
        transition: opacity .4s ease;
    }



    .contentUser {
        right: 0px;
        width: 375px !important;
        overflow-y: scroll !important;
        overflow-x: hidden;
        background-color: #fff;
        position: fixed !important;
        padding: 5%;
        height: 450px !important;
        z-index: 100000;
        border: 1px solid #ddd;
        min-height: 300px;
    }
    /* #searchmobil-xs input[type=text] {
        font-size: 20px;
        display: inline-block;
        font-weight: 100;
        border: none;
        outline: none;
        color: #555;
        padding: 3px;
        padding-right: 60px;
        width: 0px;
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        z-index: 3;
        transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        cursor: pointer;
    }*/

    /* #searchmobil-xs  input[type=text]:focus:hover {
            border: 1px solid #6e1565;
        }

        #searchmobil-xs  input[type=text]:focus {
            width: 200px;
            z-index: 1;
            border-bottom: 1px solid #6e1565;
            background-color:#fff;

            cursor: text;
        }*/



}




.btnseemore .col-xs-2 {
    display: none;
}

.btnseemore {
    font-size: 10px;
    margin-bottom: 4%;
}

/*.breadcrumb > li {
    display: inherit !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "|";
}*/
/*
.breadcrumb-item{
    text-transform:lowercase;
}*/
.breadcrumb-item a {
        
        padding: 4px 6px;
        margin-right: -6px;
        margin-left: -6px;
        font-size: 14px;
        line-height: 28px;
        text-decoration: none;
    }




#ModalGenerique h4 {
    color: #6e1565;
}

.breadcrumb-item a {
    color: #333;
}



.mega-menu {
    height: auto !important;
}
/*iphone5 5s*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
    .contentUser {
        right: 0px;
        width: 100% !important;
        overflow-y: scroll !important;
        overflow-x: hidden;
        background-color: #fff;
        position: fixed !important;
        padding: 5%;
        height: 460px !important;
        z-index: 100000;
        border: 1px solid #ddd;
        min-height: 300px;
    }
}




@media (max-width: 999px) {



    .block-numilog-commerce .cart-summary span {
        color: #ffffff;
    }
    /*img.portfolio-item {
        margin-left: 0!important;
    }*/
    .Item-inner {
        width: auto;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

        .Item-inner img {
            margin-left: auto;
            margin-right: auto;
        }

    .CropImg {
        position: relative;
        width: 768px;
        height: 200px;
        overflow: hidden;
    }

        .CropImg img {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 100%;
            width: auto;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    .thumbnail .caption {
    }

    .thumbnail {
        background-color: transparent;
        border: none;
    }

    .ColPrice {
        min-height: auto;
        clear: both;
    }
}

@media (min-width: 1000px) {
    /*img.portfolio-item {
        margin-left: 2rem;
    }*/
    .CarrouselLivre .thumbnail {
        min-height: 250px;
    }

    .CropImg {
        position: relative;
        width: 1024px;
        height: 200px;
        overflow: hidden;
    }

        .CropImg img {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 100%;
            width: auto;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }
}

@media (min-width: 1000px) {
    .CropImg {
        position: relative;
        width: 100%;
        height: 329px;
        overflow: hidden;
    }

        .CropImg img {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 100%;
            width: auto;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }
}

@media (max-width: 414px) {
    /*.NumilogMasterPosition {
        padding-top: 135px;
    }*/

    .table .col-xs-3, .table .col-xs-4 {
        padding: 0;
    }

    .StreamingFlag {
        /*font-size: 0.8em;*/
        padding-left: 6px;
    }

        .StreamingFlag img {
            display: none !important;
        }

    /*.ContentHeaderDown .col-xs-5 {
        padding: 0;
    }*/

    .dropdown .select {
        /*font-size: 0.7em !important;*/
    }

    .PositionFilter {
        padding: 0;
    }

  

    /*.dropdown-toggle-split {
        padding: 0;
    }*/

  
  
    .selectFormat .btn, .selectFormat .dropdown, .dropdown .btn {
        font-size: 0.8em !important;
        font-weight:300;
    }

    .navbar-brand > img {
        /*padding: 14px;*/
        /*padding-top: 0px !important;*/
        width: auto;
    }

    .navbar-brand {
        height: 50px !important;
        padding: 0 !important;
        font-size: 18px;
        line-height: 20px;
    }

    .btnpreorder {
        font-size: 0.8em;
    }

    .col-xs-12 .BtnWithFormatBig {
        position: fixed;
        bottom: 5px;
        width: 92%;
        z-index: 35000;
    }

    .col-xs-12 .ImgCouv {
        width: 65% !important;
    }

    .FLink ul li {
        margin-top: 15px;
    }
    .FLink .Author, .FLink a.Author {
        font-size: 2rem !important;
    }
    .btn-feuilletage {
        margin-bottom: 15px;
    }

    .login_control label {
        font-size: 1rem;
    }


    .displayModeNav {
        display: none !important;
        background-color: red !important;
    }

    .Thumbail2 {
        width: 414px;
        /* height: 200px;*/
        overflow: hidden;
        background-size: cover;
    }

    .mega-dropdown-menu > li > ul > li > a {
        line-height: 2.5em !important;
    }

    .MybookPage .lightbox {
        height: auto !important;
    }

    /*.MybookPage .col-lg-2 {
        height: 330px !important;
    }*/

    .TabFicheLivre .BlocksousInfos {
        display: none;
    }

    .FLink h2 {
        text-align: center;
    }

    .LblEarnReco a {
        font-size: 1.2em !important;
    }

    /*.LTlMajTimes {
        color: #888;
        font-size: 0.9em;
    }*/


    .img-mobile {
        max-height: none !important;
        max-width: none !important;
        width: 200%;
        background-position: center center;
        position: relative;
        right: 50%;
    }

    .col-xs-12 .ImgCouv {
        /* width: 50% !important;*/
    }

    .Title {
        font-size: 26px;
        line-height: normal;
        text-align: center;
    }

    .cart_description {
        font-size: 1.3rem;
        width: 100%;
    }

    #search {
        display: none;
    }


    .col-xs-12 .Sous-Title, .col-xs-12 .Publisher, .col-xs-12 .Collection, .col-xs-12 .Collection h4 {
        /*font-size: 2rem;*/
        line-height: normal;
        text-align: center;
        display: block;
    }

    .SeparateItem {
        display: inline;
    }

    .DatePubli {
        text-align: center;
    }


    .col-xs-12 .rating-block, .ts-rating-light.productreviewsSummary {
        font-size: 2rem;
        line-height: normal;
        text-align: center;
        display: inline !important;
    }


    .col-xs-12 h1, .col-xs-12 h2, .col-xs-12 h3 {
        margin: 0px;
        padding: 0px;
    }

    #mycarousel {
        margin-bottom: 0.2em !important;
    }

    .cart_description H2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 160px;
        text-align: center;
        text-overflow: clip;
        text-overflow: ellipsis;
        text-overflow: "…";
 
        margin: 0px !important;
        padding: 0px;
    }

    .btn-checkout2 {
        padding: 20px 0;
    }

    .crop {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 220px;
        text-align: center;
    }

    .crop2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: initial;
        width: 60px;
        text-align: center;
        display: inline-block;
        line-height: 10px;
    }

    .CropImg {
        position: relative;
        width: 400px;
        height: 160px;
        overflow: hidden;
    }

        .CropImg img {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 100%;
            width: auto;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    .ProductCupon {
        text-align: right !important;
        margin: 0% !important;
    }

    .LabelCoupon {
        font-size: smaller !important;
    }

    .table {
        margin-bottom: 0px;
    }

    .caption {
        text-align: center !important;
    }


    .main-login .form-group {
        padding: 0px !important;
    }

    /*.dropdown .select {
        height: auto !important;
    }*/



    .thumbnail {
        padding: 0px;
    }



    .cart-items .TitleCart {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 160px;
        display: block;
    }

    /*.BlockPromo .InfosPromo {
        padding: 0px !important;
    }*/

    .BlockPromo {

        margin-bottom: 0 !important;
    }

        /*.BlockPromo span:first-child {
            display: block;
        }*/

    .BlockHeaderMedia {
        padding: 0 !important;
    }
}



.login_control .form-submit {
    background-color: #ffa53a;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 13px 40px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    text-decoration: none;
}

.login_control .creer-compte {
    background-color: #e75960;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 13px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}


/*non audio scroll iphone*/
@media only screen and (max-width: 480px) {
    .touch .modal .modal-body {
        max-height: none;
    }

    .scrollCompte {
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
    }

    .btn-fixed {
        position: fixed;
        left: 0;
        bottom: 5px;
        z-index: 1000;
        text-align: center;
        width: 100%;
        font-size: 1.4em !important;
    }

    .LblLinerCurrent, .LblLiner {
        visibility: hidden;
    }
}








.TableCart .QuantiteValidation, .TableCart .QuantiteValidation {
    font-size: 1.9rem !important;
}



.PoubelleValidation {
    display: none;
}

.btnmarg {
    margin-top: 10px !important;
}

.block-numilog-user .content {
    padding: 0px !important;
}

sup {
    top: 0;
}

.scrollMenu {
    overflow: auto;
    height: 400px !important;
    -webkit-overflow-scrolling: touch;
}



.TitleLog, .TitleUserLog {
    display: none;
}



.scrollPanier {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ColPrice {
    min-height: 100% !important;
    clear: both;
}

.navbar-brand {
    height: 100%;
}

.displayMode {
    display: none !important;
}

.navbar-header .col-xs-10 {
    padding: 0px;
}

.breadcrumb > li {
    display: inherit !important;
}

#section1, #section2, #section3, #section41, #section42 {
    margin-left: 0px !important;
}

.CarrouselLivre .thumbnail {
    height: 200px;
    overflow: hidden;
}

.TableOrder {
}

.TableCart .pull-right {
    float: none;
}

.TableCart .cart_product {
    text-align: center;
}

.TableOrder .col-xs-7, .TableOrder col-sm-10 {
    padding: 0px;
}

.QuantiteValidation input {
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
}

.TitleCartTunnel {
    font-size: 1.5rem !important;
}


.shopping-cart .Price {
    font-size: 1.5rem !important;
}

.mega-menu {
    height: auto !important;
}



.choixpaiement.in,
.choixpaiement.collapsing {
    display: block !important;
}

.choixpaiement .BtnMobilCartCollapse {
    display: block;
}



@media only screen and (min-device-width : 1024px) and (max-device-width : 1336px) and (orientation : portrait) {
    .CropImg {
        position: relative;
        width: 1024px;
        height: 300px;
        overflow: hidden;
    }

        .CropImg img {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 100%;
            width: auto;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }
}

/* ipad portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    #Menunavtheme .col-md-1 a {
    }

    #Menunavtheme .col-lg-2 i {
        display: none;
    }

    #Menunavtheme .col-lg-2 a.itemFirstNav, #Menunavtheme .col-lg-1 a.itemFirstNav {
        height: 40px;
        display: block;
        border: 1px solid #2d1d2f;
        padding-top: 8px;
    }
    /**/



    .userinfotitle {
        font-size: 0.6em !important;
    }

    .PositionFilter {
        padding-top: 30px;
    
    }

    .LivreDuThemeDetail a.TitleBook {
        font-size: 0.8em !important;
    }

    .LivreDuThemeDetail .Author, a.Author, .Author a {
        font-size: 0.7em !important;
    }

    .LivreDuThemeDetail .StreamingFlag {
        width: 80%;
    }

    .navbar-default .navbar-nav > .active > a {
        width: 100% !important;
    }

    .navbar-default .navbar-nav > li > a {
        width: 100% !important;
    }

    .navbar-nav > li > .dropdown-menu {
        width: 100%;
        background-color: #e8e8e8;
    }

    .userinfotitle_sub1 {
        position: initial !important;
    }


 
    .ListItemMenu {
        float: left;
    }

    .navbar-right {
        float: none !important;
    }

    .RemAddPanier {
        font-size: 1.3rem !important;
    }


    .displayMode2 {
        display: none;
    }



    .nofloat {
        clear: both;
        float: none;
    }

    .ColPrice {
        min-height: 100% !important;
        clear: both;
    }

    .btn-feuilletage {
        background-image: none !important;
        background-color: #fff !important;
        margin: 0px !important;
        width: auto !important;
        padding: 10px !important;
        line-height: 40px !important;
    }

        .btn-feuilletage:hover {
            background-image: none !important;
            background-color: #000 !important;
            margin: 0px !important;
            width: auto !important;
            padding: 10px !important;
            line-height: 40px !important;
        }

    .nav-second .navbar-toggle {
        position: fixed;
        top: 30px;
    }

    .nav-second {
        background-color: transparent;
    }
}
/* ipad paysage */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .PositionFilter {
        padding-top: 30px;
    }

    .ColPrice {
        min-height: 100% !important;
        clear: both;
    }

    .navbar-default .navbar-nav > .active > a {
        width: 100% !important;
    }

    .navbar-default .navbar-nav > li > a {
        width: 100% !important;
    }

    .navbar-nav > li > .dropdown-menu {
        width: 100% !important;
        background-color: #fafafa !important;
    }

    .navbar-right {
        float: none !important;
    }

 

    .displayMode2 {
        display: none;
    }

    .ListItemMenu {
        float: left;
    }

    .mega-menu {
        height: auto !important;
    }

    .nofloat {
        clear: both;
        float: none;
    }

    .hovereffect .overlay {
        display: none !important;
    }

    .hovereffect .caption {
        display: none !important;
    }
    /*scroll je cree mon compte ipad*/
    .block-numilog-user .content {
        /*height: 600px;*/
    }

    .nav-second .navbar-toggle {
        position: fixed;
        top: 0px;
    }

    .nav-second {
        background-color: transparent;
    }
}

@media only screen and (min-device-width :342px) and (max-device-width : 1024px) /*and (orientation : landscape)*/ {
    .nav-second .navbar-toggle {
        position: fixed;
        top: 0px;
    }

    .nav-second {
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .active > a {
        width: 100% !important;
    }

    .navbar-default .navbar-nav > li > a {
        width: 100% !important;
    }

    .navbar-nav > li > .dropdown-menu {
        width: 100% !important;
        background-color: #fafafa !important;
    }

    /*.NumilogMasterPosition {
        padding-top: 90px;
    }*/
}

.navbar-default {
    border: none;
}

.btn-blockLg {
    width: 100%;
    display: block;
}

.PosImg { /*max-height:280px;min-height:280px;*/
    overflow: hidden;
    padding-top: 3%;
    position:relative;
}

.btnseemore {
    border: 1px solid #6e1565;
    text-transform: uppercase;
    width: 100%;
    /*color: #6e1565;*/
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 12px 0;
    line-height: 35px;
    background-color:#6e1565;
}
    .btnseemore a {

        color: #fff !important;
   
    }

    .btnseemore:hover {
        background-color:#6e1565;
        text-transform: uppercase;
        border: 1px solid #6e1565;
        width: 100%;
        color: #fff !important;
    }

.btnseemore:hover {
    background-color: #5d1055 !important;
    color: #fff !important;
}

    .btnseemore a {
        color: #6e1565;
    }





.Title_Section {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    margin-top: 0.9em;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
    /*max-width: 1170px;*/
    margin-left: auto;
    margin-right: auto;
    font-size: 3.1rem;
    font-size: 31px;
    color: #666666;
}

    .Title_Section:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 100px;
        height: 1px;
        margin-left: -55px;
        background-color: #6e1565;
    }


.Title_Section a{
text-decoration:none;
    color: #666666;
}

H3.NewTitle {
    color: #5f8f97;
}


.price-head {
    padding-right: 10px;
    font-size: 24px;
    color: #212121;
    text-transform: uppercase;
}

.price-new {
    color: #4bac52;
    font-size: 24px;
    padding-right: 5px;
}

.OldPrice {
    color: gray;
    font-style: italic;
    text-decoration: line-through; display:inline-block;margin-right:3px;
}

.NewPrice {
    color: #000;font-weight:bold;
}
.DropdownLanguage {
    border:none!important;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.DropdownLanguage option {
        height: 26px;
        opacity: 1;
        transition: opacity 0.25s ease, height 0.125s ease;
    }
.manufacturer {
    color: #808080;
    text-transform: uppercase;
}

.product-info-box .heading {
    padding: 13px 20px;
    font-size: 18px;
    color: #4bac52;
    text-transform: uppercase;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 4px solid #4bac52;
    border-left: 1px solid #e8e8e8;
}

.manufacturer span {
    min-width: 130px;
    display: inline-block;
    color: #2f353b;
}
.JSSameTitle{font-size:1.3em;font-weight:bold;padding:2em 0;}

/*#SameAuthorContent div{max-height:300px;}*/
.center-vertical {
    display: flex;
    align-items: center; /* Centre verticalement */
    justify-content: center; /* Facultatif : centre horizontalement aussi */
    height: 3em; /* Assurez-vous que le parent a une hauteur */
}


.Descriptif {
    line-height: 1.6em;
    font-size: 16px;
    /*font-size: 0.9em;*/
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;*/
}

.SectionCommentaire {
    /*line-height: 1.9em;
    font-size: 0.85em;*/
    /*padding: 0 0 2% 0;*/
}

 .FLink .Publisher {
    text-decoration: underline;
    font-size: 1.4rem;
}

.GuideFormat {
   
}
.GuideFormat a{
   cursor:pointer;
   text-decoration:underline;
}


.DetailGris table, .DetailGris tr, .DetailGris td {
    border: none !important;
}

.tab-content th {
    text-align: center;
}

.EnteteDetail th {
    border: 1px solid transparent;
}

.TableCart {
    background-color: #fff;
    vertical-align: middle;
}
/*td.QuantiteValidation, td.shop-red, td.PoubelleValidation {width:10%;}*/
.PrixReduitFormat .price {
    color: #5bc0de;
}

.TableCart {
    border-bottom: 2px solid #f7f7f9 !important;
}

.TableCart {
    padding: 10px;
}

.QuantiteValidation {
    padding: 0 10px;
}

.thead th {
    display: none;
}

.panel-smart {
    padding: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .panel-smart .panel-heading {
        padding: 5px 0 15px 0;
        color: #252a2f;
        border-bottom: 1px solid #929497;
    }

    .panel-smart h3.panel-title {
        font-size: 24px;
    }

    .panel-smart .panel-body {
        padding: 20px 0 0;
    }

.panel-sous-filtre {
    display: block;
}

a.panel-sous-filtre {
    color: #666;
    font-size: 1.1em;

}

a.supp-filter {
    /*font-size: 0.8em;*/
    color: #000;
    text-decoration: underline;
}

.Bloc_title {
    background-color: #f9f9f9;
    padding: 0.5em;
}
.bloc_result_books{padding-top:1em;}
.navbar {
    padding-bottom: 0px;
    background-color: #fff;
    margin-bottom: 5px;
}
/* scroll header resize*/
.normal {
    /*height: 75px;*//*retiré car descriptif editeur meme balise*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

    .normal .navbar-right {
        padding-top: 5px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

.navbar-brand {
    padding: 0px !important;
}

    .navbar-brand .LogoSiteNumilog {
        /*max-height: 55px;*/
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

.shrink {
    height: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}




    .shrink .navbar-right {
        padding-top: 0px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

    .shrink .navbar-brand .LogoSiteNumilog, .shrink .navbar-brand .LogoSitenumilogMobil {
        /*background-size: 80%;*/
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }


/* fiche */
.NumilogButtonErrorLayer {
    display: none;
}

.LienExtraitDisabled {
    display: none;
}

.btn-feuilletage {
    /*background-image: url("Images/Boutons/ButtomBrowse.png");*/
    /*background-position-x: center;
    background-repeat: no-repeat;*/
    /*width: 100%;
    height: 100%;*/
    text-transform: uppercase;
    color: #fff;
    /*padding-left: 10%;*/
    margin-top: 2%;
    display: block;
    font-size: 1.3rem;
    border: 1px solid #6e1565;
    padding: 15px;
    width: 300px;
    background-color: #fff;
    text-align: center;
    color: #6e1565 !important;
    display: inline-block;
}

    .btn-feuilletage:hover {
        /*background-image: url("Images/Boutons/ButtomBrowseHover.png");*/
        color: #fff !important;
        background-color: #6e1565;
    }

@media screen and (max-width: 767px) {

    .FLProduct, .btn-feuilletage {
        text-align: center;
    }
    .matchingBooks {
        text-align: left;
        max-width: 100%!important;
    }
 
}

/**/

    .FLProduct img {
        display: inline !important;
        border: 1px solid #888;
        position: relative;
    }

.LblEarnReco {

    color: #6e1565;
    /*font-weight: 700;*/
    text-align: right;
    display: block;
}

    .LblEarnReco a {
        color: #333;
        font-weight: 700;
        font-size: 0.85em;
        display: block;
        text-decoration: none;
        margin-top: 5px;
    }

        .LblEarnReco a:hover {
            color: #333;
        }

a .fa-spin {
    color: red !important;
}

.MosaicHome {
    background-color: #ebeff3;
    padding: 0;
}

    .MosaicHome .col-lg-5, .MosaicHome .col-sm-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .MosaicHome .col-lg-6, .MosaicHome .col-sm-6 {
        padding-right: 0 !important;
    }

/* search */
#custom-search-input .input-group .form-control, #custom-search-inputMenu .input-group .form-control {
    /* width: 90%;*/
}

#custom-search-input input[type="image"], #custom-search-inputMenu input[type="image"] {
    padding-top: 0.8em;
    border: none;
}

#custom-search-input .btn-lg, .btn-group-lg > .btn {
    /* padding: 10px 46px;*/
}


#custom-search-input, #custom-search-inputMenu {
    /*padding: 3px;*/
    border: solid 1px #ccc;
    background-color: #fff;
}

    #custom-search-input input, #custom-search-inputMenu input {
        border: 0;
        box-shadow: none;
    }


.dropdown-menu > li > a {

    text-align:center;

    font-weight:600;
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #OpenUserBlock, .userinfotitle {
        display: none;
    }



    .navbar-default .navbar-nav > .active > a {
        width: auto !important;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 0.7em !important;
        width: auto !important;
    }

    .navbar-right {
        float: none !important;
        padding: 5px;
    }
    /* Landscape */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
        #OpenUserBlock, .userinfotitle {
            display: none;
        }
    }

    /*  #custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #888;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

        #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
        }*/


    /*search device responsive*/
    /*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 


    .btnsearchdevice button[type="submit"] {
        background-color: transparent !important;
        border: 1px solid #6e1565 !important;
        border-radius: 50% !important;
        padding: 3px 8px !important;
        color: #6e1565 !important;
        webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

        .btnsearchdevice input[type="text"]:focus {
            width: 180px;
            background-color: #fff;
            border-color: #66CC75;
            -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
            -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
            box-shadow: 0 0 5px rgba(109,207,246,.5);
        }

}*/


    .fixed {
        position: fixed;
        width: 100%;
        top: 65px;
        left: 0;
        margin-top: 0;
        z-index: 1000;
        background-color: #fff;
        border-bottom: 1px solid #6e1565;
        padding-top: 5px;
    }


    /* search advanced */
    .well-searchbox {
        padding: 19px;
        z-index: 80;
        background: #888;
        margin-bottom: 20px;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    }

    .well {
        margin-top: 20px;
    }

    .Left-searchbox {
        padding-top: 15%;
        clear: both;
        height: auto;
    }

    .contentNotfloat {
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        background-color: #ddd;
    }

    .Left-searchbox h2 {
        font-size: 3.5rem;
        text-transform: uppercase;
        margin-top: 6%;
    }

    .color_i {
        color: #ffa53a;
    }



    .img-container {
        position: relative;
        height: 330px;
        margin-bottom: 20px;
    }

        .img-container img {
            position: absolute;
            bottom: 0;
            background-size: contain;
            border: 2px solid silver !important;
        }

    .topbar-v3 .dropdown-menu {
        display: block !important;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #ffffff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 0px;
    }

    .dropdown-menu {
        box-shadow: 1px 1px 12px #555 !important;
    }



        .dropdown-menu .col-sm-3 ul > li {
            padding-bottom: 5px;
        }

            .dropdown-menu .col-sm-3 ul > li.divider {
                padding-bottom: 0;
            }


    @media screen and (max-width: 767px) {

        .dropdown-menu .col-sm-3 ul > li {
            padding-bottom: 8px;
     }
   }
    
    /* carousel*/
    /* image thumbnail */
    .thumb {
        display: block;
        /*width: 100%;*/
        margin: 0;
    }


    /* Style to article Author */
    .by-author {
        font-style: italic;
        line-height: 1.3;
        color: #aab6aa;
    }
    /*carrousel theme */
    .thumbnails li {
        list-style: none;
        padding: 0px;
    }

    .thumbnails ul {
        margin: 0px;
        padding: 0px;
    }

    .carousel-inner {
        overflow: hidden;
    }
    /* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/
    .featured-article {
        width: 762px;
        height: 340px;
        position: relative;
        margin-bottom: 1em;
    }

        .featured-article .block-title {
            /* Position & Box Model */
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            /* background */
            background: rgba(0,0,0,0.7);
            /* Width/Height */
            padding: .5em;
            width: 100%;
            /* Text color */
            color: #fff;
        }

            .featured-article .block-title h2 {
                margin: 0;
            }

    /* Featured Articles List [BS3]
--------------------------------------------
* show the last 3 articles post
*/

    .main-list {
        padding-left: .5em;
    }

        .main-list .media {
            padding-bottom: 1.1em;
            border-bottom: 1px solid #e8e8e8;
        }

    /* login*/

    /*numi*/
 
    a.NavPromo, a.NavFlash {
        color: red !important;
        border-bottom: 1px solid #fff;
    }

    .NewsletterMenu .col-lg-8 {
        width: 100%;
    }

    .NewsletterMenu .col-lg-2 {
        width: 0%;
    }

    .NewsletterMenu .input-lg {
        font-size: 0.9em;
    }




    .side-holder {
        padding-left: 6%;
        color: #555;
    }

    .BlocWord a, .BlocWord2 a {
        text-decoration: underline;
        color: #555;
    }





    .TitleLog {
        color: #fff;
        text-transform: uppercase;
        padding-top: 0.5em;
    }

    .TitleUserLog {
        font-size: 1.5em;
        color: #fff;
    }

    .TitleCountryLog {
        font-size: 1em;
        color: #fff;
    }




    .login_control {
        background-color: #FFF;
        padding: 5px;
        /*max-height:600px;
    overflow-y:auto;*/
    }





    .form-control:focus {
        border: 1px solid purple;
        outline: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }



    /*numi*/
    .BgLogin {
        background-color: #BED4D9;
    }

    .main-login {
        padding: 10px;
    }

        .main-login .dropdown .select {
            height: auto;
        }


        .main-login .form-group {
            padding: 1.5%;
        }

        .main-login label {
            color: #666666;
            font-weight: bold;
            text-align: center;
            padding-top: 0.5rem;
        }

    @media only screen and (min-width:1080px) and (max-height:768px) {
        .main-login .col-lg-12 label {
            font-size: 0.9rem;
        }

        .form-control {
            height: 10%;
            padding: 2%;
        }
    }

    /* carousel */
    .carousel {
        margin-bottom: 0;
        /*padding: 0 40px 30px 40px;*/
    }

    #mycarousel {
        margin-bottom: 1.5em;
    }
    /* The controlsy */
    .carousel-control {
        /* left: -12px;*/
        left: 302px;
        height: 40px;
        width: 40px;
        /*background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;*/
        margin-top: 90px;
    }

        .carousel-control.right {
            /*right: -12px;*/
            right: 20%;
        }
    /* The indicators */
    .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: -10px;
        margin-right: -19px;
    }
        /* The colour of the indicators */
        .carousel-indicators li {
            background: #cecece;
        }

        .carousel-indicators .active {
            background: purple;
        }


    @media screen and (max-width: 767px) {
        /*.PosImg {max-height:100%;min-height:100%;overflow:auto;}*/
        /*.navbar {
        min-height: 80px;*/
    }
}

/*smallitem*/
.BGCat {
    background-color: #eee;
}

.thumbnail {
    Affichage: -webkit-flex;
    Affichage: -ms-flexbox;
    Affichage: flex;
    -webkit-flex-wrap: envelopper;
    -ms-flex-wrap: envelopper;
    Flex-wrap: enveloppement;
}

.thumbnail {
    Affichage: -webkit-flex;
    Affichage: -ms-flexbox;
    Affichage: flex;
}

.thumbnails div.span4:nth-child(3n + 4) {
    margin-left: 0px;
}

/*menu hamburger */


.positionMenu {
    position: absolute;
    z-index: 100000;
}

.mini-submenu {
    display: none;
    background-color: #fff;
    /*padding:5px !important;*/
    /*position: relative;*/
    /*width: 42px;*/
}

    .mini-submenu:hover {
        cursor: pointer;
    }

    .mini-submenu .icon-bar {
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 22px;
        margin-top: 3px;
    }

    .mini-submenu .icon-bar {
        background-color: #000;
    }

#slide-submenu {
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

.navbar-brand {
    padding: 0px;
}

.navbar .col-sm-5, .navbar .col-sm-4 {
    padding: 0px;
}

.positionMenu {
    margin-top: 31px;
    height: auto;
    left: 0;
}


.MenuSignin li {
    list-style: none;
}

.panel-title-Nav {
}



.Selection {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    font-size: 1.4rem;
}

.TitleSelection {
    text-align: left;
    background-color: #f7f7f9;
    display: block;
    padding: 10px;
    font-size: small;
    color: #6e1565;
}

.TitleSelection2 {
    text-align: left;
    display: block;
    padding: 10px;
    font-size: small;
    color: #6e1565;
    font-weight: bold;
}

a.Selection {
    color: #333333;
}

.nav-stacked > li:hover {
    background-color: #f7f7f9;
}

.nav-stacked > li {
    margin-bottom: 2%;
}

.scrollMenu a:hover {
    background-image: url("Images/Assets/menu_active.png");
    background-repeat: no-repeat;
    background-position: right;
}

a.SelectionChoisie, .SelectionChoisie {
    display: block;
    padding: 5px;
    background-color: #5bc0de;

    color: #fff;
    text-decoration: none;
    text-align: left;

}

    a.SelectionChoisie:hover, .SelectionChoisie:hover {
        color: #fff !important;
        background-color: #5bc0de !important;
    }



.LblTitleSubMenu {
    text-align: center;
    color: #fff;
}

.TitleSubject {
    margin: 10px 15px;
    color: #696969;
}

.borderSimple {
    width: 90%;
    border-bottom: 1px solid #dadada;
    margin-left: 15px !important;
    margin-bottom: 15px !important;
}

.SubMenuTheme a.SelectionChoisie, .SubMenuTheme .Selection, .SubMenuTheme .SousSelectionGris, .SubMenuTheme a.SousSelectionGris {
    display: inline;
    padding: 4px 15px;
    font-size: 2rem;
    color: #5f8f97;
    text-decoration: none;
    border: 0px;
    background-color: Transparent;
}

    .SubMenuTheme a.SelectionChoisie, .SubMenuTheme .Selection::after {
        text-decoration: underline;
        color: #666;
    }

.LnkMenuOther {
    color: #000 !important;
}


/* user*/

.block-numilog-user {
    /*float: left;*/
    /*  margin-right: 20px;*/
    position: relative;
    transition: all 0.25s ease 0s;
}

    .block-numilog-user > a.LogIcon:hover {
        /*background: #6e1565 !important;*/
        color: #fff !important;
    }

.Connected i {
    color: #fff !important;
}

/*.Connected .user_bg {
    background-color: #6e1565;
}*/

.ViewConnected div.col-lg-6:first-child {
    border-right: 1px solid #6e1565;
}

/* active*/
.block-numilog-user .contentLogin {
    width: 320px !important;
    /*text-align: left;*/
    /*line-height: 5rem;
    font-size: 1.8rem;*/
}

    .block-numilog-user .contentLogin a {
        color: #333;
        font-size: 0.9em;
    }
/*login mode connecté*/
/*.block-numilog-user .Connected .user_bg {
    background-color: orangered !important;
    border-color: orangered;
}*/

.user-login-block .ConnectedView {
    background-color: #fafafa;
}

.user-login-block a {
    color: #6e1565;
}
/*******************************************/
/*         test user login                */
/****************************************/

/*.SectionUser {
 padding:15px;
}
.SectionUserRegister {
    padding:35px;
}
.SectionUser .group {
    position: relative;
    margin-bottom: 30px;
}

.SectionUser input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: #fafafa;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

    .SectionUser input:focus {
        outline: none;
    }
*/

/* Label */
/*
.SectionUser label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}

    */
/* active */
/*
.SectionUser input:focus ~ label, input.used ~ label {
    top: -20px;
    transform: scale(.75);
    left: -2px;
    color: #4a89dc;
}

    */

/* Underline */
/*
.SectionUser .bar {
    position: relative;
    display: block;
    width: 100%;
}

    .SectionUser .bar:before, .SectionUser .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #4a89dc;
        transition: all 0.2s ease;
    }

    .SectionUser .bar:before {
        left: 50%;
    }

    .SectionUser .bar:after {
        right: 50%;
    }

    */
/* active */
/*
.SectionUser input:focus ~ .bar:before, .SectionUser input:focus ~ .bar:after {
    width: 50%;
}
    */

/* Highlight */
/*
.SectionUser .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
    */

/* active */
/*
.SectionUser input:focus ~ .highlight {
        animation: inputHighlighter 0.3s ease;
    }

*/
/* Animations */
/*
@keyframes inputHighlighter {
    from {
        background: #4a89dc;
    }

    to {
        width: 0;
        background: transparent;
    }
}
    */
/* fin test */



@media only screen and (max-width: 992px) {
    .block-numilog-user {
        margin-right: 15px;
        /*margin-top: 10px;*/
    }

    /*masque le hover et le titre*/
    .hovereffect .overlay {
        display: none !important;
    }

    .hovereffect .caption {
        display: none !important;
    }


    /* resizer le texte du site !!*/
    body {
        /*font-size: 4vmin;*/
    }
    /*h1 {
  font-size: 5.9vw;
}
h2 {
  font-size: 3.0vh;
}*/

}
/* user navigation log*/
h2#OpenUserBlock {
    font-size: 1rem;
    display: block;
    margin-top: 38px;
    font-weight: 600;
    /*font-weight:bold;*/
}

.block-numilog-user a.LogIcon {
    /* background-color: #fff;
    color: #6e1565;
    font-size: 16px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin: 0px;
    border: 1px solid #6e1565;*/
}

@media only screen and (max-width: 992px) {
    .block-numilog-user > h2 span {
        display: none;
    }
}

.block-numilog-user .content {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
    /*display: none;*/
    margin-top: 11px;
    padding: 2px;
    position: absolute;
    right: -5px;
    width: 440px;
    z-index: 6;
    right: 0px
}

@media only screen and (max-width: 340px) {
    .contentUser {
        width: 340px;
    }
}

@media only screen and (max-width: 1100px) {
    .contentUser .content {
        /* position: fixed; sinon position left
        left: 0;
        right: 0;*/
        /*width: 100%;*/
        overflow-y: auto;
    }
}

.contentUser .content::before {
    border-color: transparent transparent #ffffff;
    border-style: solid;
    border-width: 0 9px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: 30px;
    top: -10px;
    width: 0;
    z-index: 7;
}

@media only screen and (max-width: 1100px) {
    .block-numilog-user .content::before {
        right: 155px;
    }
}

.contentUser .content::after {
    border-color: transparent transparent #badbe1;
    border-style: solid;
    border-width: 0 11px 11px;
    content: "";
    height: 0;
    position: absolute;
    right: 28px;
    top: -11px;
    width: 0;
    z-index: 6;
}

@media only screen and (max-width: 1100px) {
    .block-numilog-user .content::after {
        right: 153px;
    }
}







.forgot-password {
    /*border-top: 3px solid #badbe1;*/
    /* margin: 15px 0 0;
    padding-top: 5px;*/
    text-align: right;
}

a.forgot-password {
    color: #000000;

    text-decoration: underline;
}


.contentUser .content .user-login-block .left h3, .contentUserr .content .user-login-block .right h3, .contentUser .content .user-loggued-block .left h3, .contentUser .content .user-loggued-block .right h3 {
    font-size: 2.4rem;
    margin: 0;
}

.contentUser .creer-compte {
    background-color: #e75960;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}

.block-numilog-user .creer-compte:hover {
    background-color: #000000;
    color: #fff !important;
    text-decoration: none;
}

.block-numilog-user .content .user-login-block .left #edit-social legend, .block-numilog-user .content .user-login-block .right #edit-social legend, .block-numilog-user .content .user-loggued-block .left #edit-social legend, .block-numilog-user .content .user-loggued-block .right #edit-social legend {
    background: transparent none repeat scroll 0 0;
    border-bottom: 3px solid #ccc;
    color: #000000;
    margin: 20px 0 35px;
    position: relative;
    text-align: center;
    text-transform: none;
}

    .block-numilog-user .content .user-login-block .left #edit-social legend .fieldset-legend, .block-numilog-user .content .user-login-block .right #edit-social legend .fieldset-legend, .block-numilog-user .content .user-loggued-block .left #edit-social legend .fieldset-legend, .block-numilog-user .content .user-loggued-block .right #edit-social legend .fieldset-legend {
        background: #ffffff none repeat scroll 0 0;
        color: #888;
        display: inline-block;
        font-weight: 600;
        left: 0;
        margin: 0 auto;
        padding: 0 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: -11px;
        width: 52px;
    }

.block-numilog-user .content .user-login-block .left #edit-social .fieldset-wrapper, .block-numilog-user .content .user-login-block .right #edit-social .fieldset-wrapper, .block-numilog-user .content .user-loggued-block .left #edit-social .fieldset-wrapper, .block-numilog-user .content .user-loggued-block .right #edit-social .fieldset-wrapper {
    border: 0 none;
    padding: 0;
}

.block-numilog-user .content .user-login-block .left .social-networks, .block-numilog-user .content .user-login-block .right .social-networks, .block-numilog-user .content .user-loggued-block .left .social-networks, .block-numilog-user .content .user-loggued-block .right .social-networks {
    margin: 0;
    padding: 0;
}

    .block-numilog-user .content .user-login-block .left .social-networks li, .block-numilog-user .content .user-login-block .right .social-networks li, .block-numilog-user .content .user-loggued-block .left .social-networks li, .block-numilog-user .content .user-loggued-block .right .social-networks li {
        display: block;
        list-style: outside none none;
        margin: 0 auto 15px;
        padding: 0;
        position: relative;
        width: 280px;
    }

        .block-numilog-user .content .user-login-block .left .social-networks li:nth-child(1)::before, .block-numilog-user .content .user-login-block .left .social-networks li:nth-child(2)::before, .block-numilog-user .content .user-login-block .right .social-networks li:nth-child(1)::before, .block-numilog-user .content .user-login-block .right .social-networks li:nth-child(2)::before, .block-numilog-user .content .user-loggued-block .left .social-networks li:nth-child(1)::before, .block-numilog-user .content .user-loggued-block .left .social-networks li:nth-child(2)::before, .block-numilog-user .content .user-loggued-block .right .social-networks li:nth-child(1)::before, .block-numilog-user .content .user-loggued-block .right .social-networks li:nth-child(2)::before {
            color: #ffffff;
            font-size: 25px;
            font-weight: normal;
            left: 15px;
            position: absolute;
            top: 4px;
        }

        .block-numilog-user .content .user-login-block .left .social-networks li:nth-child(1)::before, .block-numilog-user .content .user-login-block .right .social-networks li:nth-child(1)::before, .block-numilog-user .content .user-loggued-block .left .social-networks li:nth-child(1)::before, .block-numilog-user .content .user-loggued-block .right .social-networks li:nth-child(1)::before {
            content: "?";
            font-family: "FontAwesome";
        }

        .block-numilog-user .content .user-login-block .left .social-networks li:nth-child(2)::before, .block-numilog-user .content .user-login-block .right .social-networks li:nth-child(2)::before, .block-numilog-user .content .user-loggued-block .left .social-networks li:nth-child(2)::before, .block-numilog-user .content .user-loggued-block .right .social-networks li:nth-child(2)::before {
            content: "?";
            font-family: "FontAwesome";
        }

        .block-numilog-user .content .user-login-block .left .social-networks li input, .block-numilog-user .content .user-login-block .right .social-networks li input, .block-numilog-user .content .user-loggued-block .left .social-networks li input, .block-numilog-user .content .user-loggued-block .right .social-networks li input {
            display: block;
            font-size: 1.3rem;
            line-height: 13px;
            padding: 15px 25px;
            text-align: right;
            text-transform: uppercase;
            white-space: normal;
            width: 280px;
        }

            .block-numilog-user .content .user-login-block .left .social-networks li input#edit-social-link-facebook, .block-numilog-user .content .user-login-block .right .social-networks li input#edit-social-link-facebook, .block-numilog-user .content .user-loggued-block .left .social-networks li input#edit-social-link-facebook, .block-numilog-user .content .user-loggued-block .right .social-networks li input#edit-social-link-facebook {
                background: #3b5998 none repeat scroll 0 0;
            }

                .block-numilog-user .content .user-login-block .left .social-networks li input#edit-social-link-facebook:hover, .block-numilog-user .content .user-login-block .right .social-networks li input#edit-social-link-facebook:hover, .block-numilog-user .content .user-loggued-block .left .social-networks li input#edit-social-link-facebook:hover, .block-numilog-user .content .user-loggued-block .right .social-networks li input#edit-social-link-facebook:hover {
                    background: #2d4373 none repeat scroll 0 0;
                }

            .block-numilog-user .content .user-login-block .left .social-networks li input#linked-button, .block-numilog-user .content .user-login-block .right .social-networks li input#linked-button, .block-numilog-user .content .user-loggued-block .left .social-networks li input#linked-button, .block-numilog-user .content .user-loggued-block .right .social-networks li input#linked-button {
                background: #007bb5 none repeat scroll 0 0;
            }

                .block-numilog-user .content .user-login-block .left .social-networks li input#linked-button:hover, .block-numilog-user .content .user-login-block .right .social-networks li input#linked-button:hover, .block-numilog-user .content .user-loggued-block .left .social-networks li input#linked-button:hover, .block-numilog-user .content .user-loggued-block .right .social-networks li input#linked-button:hover {
                    background: #005882 none repeat scroll 0 0;
                }

.block-numilog-user .content .user-login-block .left, .block-numilog-user .content .user-loggued-block .left {
    padding-right: 30px;
    width: 50%;
}

.contentUser .content .user-login-block .left ul, .contentUser .content .user-loggued-block .left ul {
    margin: 15px 0;
}

@media only screen and (max-width: 768px) {
    .contentUser .content .user-login-block .left, .contentUser .content .user-loggued-block .left {
        padding-right: 0;
        width: 100%;
    }

    .ColMobil {
        clear: left;
    }

    .MosaicHome {
        padding-top: 5px;
    }

    .Title_Section {
        font-size: 1.2em;
    }

    .Bloc_title {
        padding: 0;
        background-color: transparent;
    }

    .btnsearchmore {
        display: none;
    }

    .btnmarg .btn-lg {
        height: 78px;
    }

  
}

.contentUser .content .user-login-block .right, .contentUser .content .user-loggued-block .right {
    border-left: 1px solid #badbe1;
    padding-left: 30px;
}

@media only screen and (max-width: 768px) {
    .contentUser .content .user-login-block .right, .contentUser .content .user-loggued-block .right {
        border-left: 0 none;
        margin-top: 30px;
        padding-left: 0;
        /*width: 100%;*/
    }
}







.contentUser.active .content {
    display: block;
}
/* fin user */


#open-popup {
    padding: 20px
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 200px;
    margin: 20px auto;
    text-align: center;
}

/* cookies*/
.cookie {
    background-color: #333;
    opacity: 0.8;
    color: #fff;
}

/* panier numilog */
.block-numilog-commerce {
    /*float: left;
    position: relative;*/
    transition: all .25s;
    text-align: center;
}

.BtnAddCart {
    width: 40px;
    /*height: 40px;*/
    display: block;
}

.Block-Cart {
    margin-right: auto;
    margin-left: auto;
    width: 45px;
    position: relative;

}
.Block-Cart a svg{
color:#000;
}

.block-numilog-commerce .cart-summary {
    position: absolute;
    top: 2px;
    left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
    border-radius: 34px;
    background-color: #3d035a;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}

.block-numilog-flash {
    float: left;
    position: relative;
    margin-top: 5px;
    transition: all .25s;
    text-align: center;
}

    .block-numilog-flash .btn-default {
    }

.Rotationicon {
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes rotateThis {
    from {
        -webkit-transform: scale(1) rotate(0deg);
    }

    to {
        -webkit-transform: scale(1) rotate(360deg);
    }
}




@media only screen and (max-width: 992px) {


    .dropdown-menu {
        overflow-y: auto;
        /*height: 600px;*/
    }
}



.block-numilog-commerce .cart-items {
    position: absolute;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    z-index: 500000;
    width: 380px;
    right: -5px;
    top: -10px;
    /* top: 48px;*/
    /* font-size: 12px;
    font-size: 1.2rem;*/
    padding: 20px;
    /* margin-top: 11px;*/
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
    text-align: left;
}

    .block-numilog-commerce .cart-items .active {
        display: block !important;
    }

@media only screen and (max-width: 610px) {

    .block-numilog-commerce .cart-items {
        position: fixed;
        right: 0;
        left: 0;
        width: 100%;
        overflow-y: scroll;
        max-height: 500px;
    }

    .Text-Log {
        display: none;
    }
}

.block-numilog-commerce .cart-items:before {
    content: "";
    position: absolute;
    right: 25px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 7;
}

@media only screen and (max-width: 610px) {

    .block-numilog-commerce .cart-items:before {
        right: 80px;
    }

    .block-numilog-commerce .cart-items {
        overflow-y: auto;
    }

    #LoginUser {
        height: 800px;
    }
}

.block-numilog-commerce .cart-items:after {
    content: "";
    position: absolute;
    right: 23px;
    top: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #badbe1 transparent;
    z-index: 6;
}

@media only screen and (max-width: 610px) {

    .block-numilog-commerce .cart-items:after {
        right: 78px;
    }
}

.block-numilog-commerce .cart-items .cart-header h3 {
    position: relative;
    margin: 20px 0;
    font-size: 25px;
    color: #000000;
}

    .block-numilog-commerce .cart-items .cart-header h3:after {
        position: absolute;
        left: 0;
        top: 35px;
        content: '';
        width: 21px;
        height: 2px;
        background: #febb6c;
    }

.block-numilog-commerce .cart-items .cart-header .close {
    display: block;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
}


.block-numilog-commerce .cart-items .products .view-content table {
    border-top: 0;
}

    .block-numilog-commerce .cart-items .products .view-content table tbody tr {
        display: block;
    }

        .block-numilog-commerce .cart-items .products .view-content table tbody tr.odd, .block-numilog-commerce .cart-items .products .view-content table tbody tr.even {
            padding: 0;
            background-color: transparent;
            border-bottom: 0;
        }

        .block-numilog-commerce .cart-items .products .view-content table tbody tr:not(.views-row-last) {
            border-bottom: 1px solid #badbe1;
            padding-bottom: 20px;
        }

        .block-numilog-commerce .cart-items .products .view-content table tbody tr td {
            padding: 0;
            border-right: 0;
            vertical-align: middle;
            border-bottom: 0;
        }

            .block-numilog-commerce .cart-items .products .view-content table tbody tr td.views-field-field-media-principal {
                width: 65px;
                padding-top: 15px;
            }

                .block-numilog-commerce .cart-items .products .view-content table tbody tr td.views-field-field-media-principal img {
                    border: 1px solid #badbe1;
                }

            .block-numilog-commerce .cart-items .products .view-content table tbody tr td.views-field-title-field {
                font-size: 15px;
                font-size: 1.5rem;
                font-weight: 500;
                color: #5f8f97;
                padding-left: 15px;
                padding-right: 30px;
            }

            .block-numilog-commerce .cart-items .products .view-content table tbody tr td.views-field-quantity {
                font-size: 18px;
                font-size: 1.8rem;
                color: #000000;
                padding-right: 30px;
            }

            .block-numilog-commerce .cart-items .products .view-content table tbody tr td.views-field-commerce-total .price {
                font-size: 30px;
                font-size: 3rem;
                font-weight: 500;
                line-height: 30px;
                color: #000000;
                position: relative;
            }

                .block-numilog-commerce .cart-items .products .view-content table tbody tr td.views-field-commerce-total .price > sup {
                    top: -10px;
                    font-size: 17px;
                    font-size: 1.7rem;
                }

.block-numilog-commerce .cart-items .products .view-footer .line-item-summary .line-item-total {
    margin-top: 30px;
    padding: 10px 0;
    border-top: 2px solid #badbe1;
    border-bottom: 2px solid #badbe1;
}

    .block-numilog-commerce .cart-items .products .view-footer .line-item-summary .line-item-total .line-item-total-label {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600;
        text-transform: uppercase;
        color: #e75960;
        margin-right: 70px;
    }

    .block-numilog-commerce .cart-items .products .view-footer .line-item-summary .line-item-total .line-item-total-raw .price {
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 38px;
        font-weight: 500;
        color: #e75960;
        display: inline-block;
        position: relative;
    }

        .block-numilog-commerce .cart-items .products .view-footer .line-item-summary .line-item-total .line-item-total-raw .price > sup {
            font-size: 18px;
            top: -14px;
        }

.block-numilog-commerce .cart-items .products .view-footer .line-item-summary .links {
    display: block;
    margin: 30px 0 0 0;
}


    .block-numilog-commerce .cart-items .products .view-footer .line-item-summary .links li a:hover {
        text-decoration: none;
        background-color: #000000;
        color: #ffffff;
    }

.block-numilog-commerce .MyCart {
    cursor: pointer;

}


.block-numilog-commerce.active .cart-items {
    display: block;
}

.block-numilog-commerce.new-item .cart-items {
    display: block;
}




.block-numilog-commerce .MyCart {
    padding: 0;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 30px;
    display: inline-block;
    margin: 0px;
    margin-bottom: 6px;
}

/*.user_bg:active, .user_bg:focus, .user_bg:hover {
    background: #6e1565 !important;
    color: #fff !important;
}*/

.BtnAddCart i {
    color: #6e1565;
}

.BtnAddCart:hover i, .BtnAddCart:hover {
    color: #fff;
}



.MenuNavHamburger {
    float: left;
}

    .MenuNavHamburger .btn-info {
        margin-top: 10px;
        background-color: #6e1565;
        border-color: #6e1565;
        padding: 15px 15px 5px 15px;
    }

        .MenuNavHamburger .btn-info:hover {
            color: #fff !important;
        }

.icon-bar {
    background-color: #fff;
    display: block;
    width: 37px;
    height: 2px;
    border-radius: 1px;
}

    .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.block-numilog-commerce .vf {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}


.block-numilog-commerce .MyCart:first-letter {
    border-top: 0;
    border-bottom: 0;
}

.block-numilog-commerce .MyCart > span {
    display: inline-block;
    /*margin-top: 38px;*/
}

#OpenCartBlock:hover {
}

#CartBlock{margin-bottom:5px;display:inline-block;padding-top:3px}
@media only screen and (max-width: 992px) {
    .carousel-control {
        display: none !important;
    }
}

.user-register-block {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 86px;
    max-height: 590px;
    overflow-y: scroll;
}

@media only screen and (max-width: 992px) {

    .user-register-block {
        top: 61px;
    }
}

@media only screen and (max-width: 780px) {

    .user-register-block {
        display: block;
        max-height: 490px;
    }
}

/* fil d ariane */

.breadcrumb {
    color: #010101;
    /*font-size: 1.4rem;*/
    margin-left: -10px;
    position: relative;
    background-color: Transparent;
    margin-bottom: 0px;
    line-height: 22px;
}

.Blockbreadcrumb {
    /*font-size: 0.8em;*/
    color: #888;
    padding-top: 5px;
    clear: both;
    float: none;
    display: block;
}

    .Blockbreadcrumb a {
        color: #888;
    }

.BestSalesPage .BestsalesFiltr {
    display: none;
}

.BestSalesPage .CountResultatDetail, .BestSalesPage .Bloc_title {
    text-align: center;
}
/* price*/
.ColPrice {
    /* padding: 5px;
    display: inline-block;
    width: 100%;*/
    clear: both;
    background-color: #f5f5f5;
}


.LivreDuThemeDetail {
    overflow: hidden;
}

.price {
    font-size: 2.5rem;
    margin: 0;
    text-wrap: none;
    white-space: nowrap;
}

.hovereffect .price {
    font-size: 1.4rem;
    margin: 0;
    text-wrap: none;
    white-space: nowrap;
}

.btn-defaultNumilog:after {
    content: '\f0da';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
}

.LblSeparatorPrice, .LblDecimal {
    /*font-size: 1.5rem;*/
}


/* titre- auteur - editeur */
/* titre */


a.authorbio{color:#333; font-weight:600;}


h2 a.TitleBook {
    color: #000;
    /*display:inline-block;*/
}

.caption {
    text-align: left;
}

    .caption h2 {
        font-weight: normal !important;
    }

a.TitleBook {
    color: #000;
    text-decoration: none;

    font-size: 2rem;
}

.LivreDuThemeDetail a.TitleBook {
    font-size: 2rem;
    font-weight: normal;
}

LivreDuThemeDetail img {
    border: 2px solid silver;
}


.caption h2, .caption h3 {
    margin: 0px;
}

.carousel-inner a.Author {
    color: #000;
    text-decoration: none;
    font-size: 1.4rem;
}




.outer-div {
    position: relative; /* Conserve la structure normale */
    overflow: hidden; /* Pour forcer le parent à englober les floated divs */
}

.left-div {
    float: left; /* Position à gauche */

}

.right-div {
    float: right; /* Position à droite */

}
.right-div button {
   background-color:transparent;border:none;
}

    /*.LabelInfos, .LabelInfos a {

        font-size: 0.95em;
    }*/

.btn-defaultNumilog {
    color: #6e1565;
    background-color: #fff;
    border-color: #6e1565;
    border-radius: 0;
    width: 100%;
}

    .btn-defaultNumilog:focus,
    .btn-defaultNumilog.focus {
        color: #fff;
        background-color: #6e1565;
        border-color: #8c8c8c;
    }

    a.btn-defaultNumilog:hover, .btn-defaultNumilog:hover {
        color: #fff !important;
        background-color: #6e1565;
        border-color: #adadad;
    }

.BtnSeeMore {
    font-size: 1.1rem;
    color: #000;
}

    .BtnSeeMore:hover, .btnSearchAd:hover {
        color: #fff;
        background-color: #000;
    }

a.BtnSeeMore:hover, a.btnSearchAd:hover {
    color: #fff !important;
}

.btnSearchAd {
    font-size: 1.2rem;
    color: #6e6e6e;
}



.list-group-item-text {
    font-size: 1em;
    line-height: 1.9em;
    color: #000;
    text-align: left;
}

.ContentHeader {
    background-color: #f7f7f9;
    padding: 2% 2%;
}

.ContentHeaderDown {
    background-color: #f7f7f9;
    height:50px;
}

.TitleHeader::first-letter {
    border-bottom: 2px solid #ffa53a;
}

.TitleHeader {
    clear: both;
    display: block;
    font-size: 2.6rem;
    line-height: 26px;
    text-transform: none;
    width: 100%;
}
/* footer*/




footer, footer a {
    color: #fff;
    /*font-size: 0.9em;*/
}
    footer, footer a:hover {
        color: #fff;
 
    }

.footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-center ul {
    margin: 0px;
    padding: 0px;
}


.TitleFooter {
    color: #fff;
    font-size: 2.5rem;
    margin: 10px 0;
}

.SousTitleFooter {
    color: #fff;
}

.deepcolor {
    color: #333;
}


.footer-center li {
    list-style: none;
}

.BgFooterTunnel_2 {
    font-size: 1.2em;
}

.FooterTunnel2 {
    background-color: #dfe6ec;
    color: #888;
}

    .FooterTunnel2 i {
        color: #6e1565;
    }

    .FooterTunnel2 .TitleFooterTunnel {
        width: 100%;
        color: #6e1565;
        font-weight: bold;
        position: relative;
    }

    .FooterTunnel2 .TitleFooterSnd {
        color: #6e1565;
    }

    .FooterTunnel2 .TitleFooterTunnel:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 40px;
        width: 100px;
        height: 1px;
        margin-left: -55px;
        background-color: #6e1565;
    }

.FooterTunnel {
    background-color: #333;
    color: #888;
}

    .FooterTunnel i {
        color: #fff;
    }

.TitleFooterTunnel {
    width: 100%;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.TitleFooterSnd {
    color: #fff;
}

.TitleFooterTunnel:after {
    /* content: "";
    position: absolute;
    left: 50%;
    top: 40px;
    width: 100px;
    height: 1px;
    margin-left: -55px;
    background-color: #fff;*/
}

.title-widget {
    color: orange;
    font-size: 18px;
    line-height: 1;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
}

.title-opt {
    font-size: 18px;
    line-height: 1;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    color: #fff;
}

.btn-Opt, .PosBtnOpt {
    background-color: #6e1565 !important;
    color: #fff !important;
    width: 95%;
}




.btn-Opt a {
    color: #fff !important;
}

.PosBtnOpt {
    position: absolute;
}
.filterthemenav {

    padding: 7px;
}
.filterthemenav .navbar-toggle {
    width: 100%;
    float: none;
    color: #fff;
    text-align: center;
    padding:7px;
}

    .filterthemenav .navbar-toggle .title-opt {
        color: #fff;
    }

/*.ThemeCollapsed {position:relative;left:0px!important;z-index:200;
}*/
.navbar {
    min-height: initial;
}

.PositionFilter {
    padding-right: 0 !important;
    position: relative;
    top: 10px;


}
/* Appliquer flexbox à la ligne */
.d-flex {
    display: flex;
    justify-content: flex-start; /* Alignement des colonnes horizontalement (gauche) */
}

/* Les colonnes ajustent leur largeur en fonction de leur contenu */
.dynamic-col {
    flex: 1 1 auto; /* Les colonnes se redimensionnent automatiquement selon le contenu */
    padding: 15px; /* Un peu d'espace à l'intérieur des colonnes */
}

/* Sur mobile, on passe les colonnes en mode bloc (empilées) */
@media (max-width: 767px) {
    .d-flex {
        flex-direction: column; /* Les colonnes s'empilent verticalement sur mobile */
    }

    .dynamic-col {
        width: 100%; /* Chaque colonne prend toute la largeur disponible */
    }
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.PositionDevice {
    position: relative;
}

.navbar-collapse.in {
    /*overflow-y: hidden;*/
}


.btn-news {
    background-color: #fff;
    color: #000;
    background-image: url("Images/Assets/icon_email.png");
    background-repeat: no-repeat;
    background-position: left 20px center;
    font-size: 1.6rem;
    transition: all 0.25s ease 0s;
    font-weight: 500;
}

footer .LnkIconContact, footer .LnkIconHelp {
    padding-left: 20px;
    line-height: 40px;
}

.withoutmarge {
    padding: 0px;
}

footer li, footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 2em;
}

.footer-4 {
    background-color: #242528;
}

.zoomarticle {
    height: auto;
    margin-bottom: 1.65em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget h2 {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
    font-size: 11px;
    color: #777;
}

/* back to top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #202B30;
    color: #ffffff;
    width: 50px;
    height: 48px;
    line-height: 40px;
    right: 25px;
    bottom: 30px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #cacbcc;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

/**/

@media only screen and (max-width: 479px) {
   
    .LabelInfos:nth-of-type(2),
    .LabelInfos:nth-of-type(3),
    .LabelInfos:nth-of-type(4) {
        display: none;
    }
}

    /* .mega-menu{height:140px!important;}*/
    /*.active .widget_content {
        display: inline;
    }*/

    .breadcrumb > li {
        display: inherit !important;
    }

    .widget h2 {
        border-bottom: 1px solid #ddd;
    }

        .widget h2:after {
            content: "\203A";
            color: white;
            width: 20px;
            height: 20px;
            background: #999;
            display: inline-block;
            text-align: center;
            float: right;
        }

    .active.widget h2:after {
        content: "\2039";
        background: #ccc;
    }
}


/*  sidebar nav vertical recherche result */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
        display: block;
    }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 12px;
            padding-bottom: 12px;
        }
}

.TitleActive::first-letter {
    border-top: 2px solid #ffa53a;
}

.TitleActive {
    font-size: 16px;
    font-size: 1.6rem;
    color: #5f8f97;
    text-transform: uppercase;
    margin: 0;
    background-color: #e7e7e7;
}

.radio, .checkbox {
    margin: 0px;
}

/*dropdowlist*/



.Dropdown {
    background: #fff;
    border: #ffa53a 1px solid;
    border-radius: 4px;
    height: 36px;
    /*max-width:250px;width:100%;*/
}

.SearchBox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}






#dropdown {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
}

.custom-select {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 2em;
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 1;
}

    .custom-select:hover {
        border-color: #999;
    }

    .custom-select:before {
        color: #333;
        display: block;
        font-family: 'FontAwesome';
        font-size: 1.5em;
        height: 100%;
        padding: 0 0.625em;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        width: 1em;
        z-index: -1;
        background-color: #ffc15e;
        width: 50px;
    }

    .custom-select select {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        color: #333;
        display: block;
        font-size: 100%;
        line-height: normal;
        margin: 0;
        padding: .5em;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .custom-select select::-ms-expand {
            display: none; /* to ie 10 */
        }

        .custom-select select:focus {
            outline: none;
        }

:-moz-any(.custom-select):before {
    background-color: #fff; /* this is necessary for overcome the caret default browser */
    pointer-events: none;
    z-index: 1; /* this is necessary for overcome the pseudo element */
}
/* pagination*/
/*pagination counter*/

.pagination td a /*:nth-child(2), .pagination td a:nth-child(3), .pagination td a:nth-child(1), .pagination td a:nth-child(4), .pagination td a:nth-child(5)*/ {
    /*background-color: #6e1565;*/
    line-height: 3rem;
    /*color: #fff;*/
    /*height: 50px;*/
    /*width: 50px;*/
    padding: 5px 10px;
    display: inline-block;
    /*margin: 0 1%;*/
    font-size: 24px;
    font-weight: bold;
}

.PagerCurrentPage {
    font-size: 24px;
    font-weight: bold;
    background-color: #5bc0de;
    padding: 5px 10px;
    color: #fff;
}
/*.pagination a:hover {
    color: #fff !important;
}*/
.pagination a {
    color: #6e1565;
}


#LbCurentPageOnTotal {
    font-size: 2rem;
}

    #LbCurentPageOnTotal:before {
    }



.pagination {
    text-align: center;
    width: 100%;
}

.pagination {
    display: table;
}

    .pagination td {
        border: none !important;
    }

table tr, table td, table th, table tr th {
    border: none;
}

.DetailGris {
    display: inline-block;
    padding-left: 0;
    color: #6e1565;
    font-size: 1.6rem;
}

    .DetailGris td {
        display: inline;
    }

        .DetailGris td a,
        .DetailGris td span {
            position: relative;
            float: left;
            padding: 6px 12px;
            text-decoration: none;
            color: #ccc;
            /*border: 1px solid #ddd;*/
            border-radius: 50% !important;
            margin: 0 5px;
            font-size: 1.4em;
        }


.dropdown .select {
    color: #656d6f;
    /*font-size: 1.3rem;*/
    line-height: 12px;
    display: inline-block;
    position: relative;
    /*width: 100%;*/
    min-width:auto;
    height: 50px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    box-shadow: none;
    border: 1px solid #ebebeb;
    background-color: #fff;
    /*text-transform: uppercase;*/
    padding: 0.2em 0.5em;
}

.dropdown .select {
    /*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; */
}

.DetailGris td span {
    color: #6e1565;
    font-weight: bold;
}

.DetailGris td:first-child > a,
.DetailGris td:first-child > span {
    margin-left: 0;
    /*border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;*/
}

.DetailGris td:last-child a,
.DetailGris td:last-child span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.DetailGris td a:hover,
.DetailGris td span:hover,
.DetailGris td a:focus,
.DetailGris td span:focus {
    /*z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;*/
}

.DetailGris > .active > a,
.DetailGris > .active > span,
.DetailGris > .active > a:hover,
.DetailGris > .active > span:hover,
.DetailGris > .active > a:focus,
.DetailGris > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.DetailGris > .disabled > span,
.DetailGris > .disabled > span:hover,
.DetailGris > .disabled > span:focus,
.DetailGris > .disabled > a,
.DetailGris > .disabled > a:hover,
.DetailGris > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.DetailGris-lg > li > a,
.DetailGris-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.DetailGris-lg > li:first-child > a,
.DetailGris-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.DetailGris-lg > li:last-child > a,
.DetailGris-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.DetailGris-sm > li > a,
.DetailGris-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.DetailGris-sm > li:first-child > a,
.DetailGris-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.DetailGris-sm > li:last-child > a,
.DetailGris-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}


.WithoutPadding {
    padding-left: 0px;
    padding-right: 0px;
}

/*menu filter*/
.nav .list-group-item {
    font-size: 0.9em;
}

.SelectionAppear .list-group-item {
    /*background-color: #badbe1;*/
    color: #000;
}
/**/
.ResultatDetail, .CountResultatDetail {
    color: #6e1565;
    /*  font-size: 2rem;line-height: 2.8em;*/
}



/*social*/
/*.fa-2 {
    font-size: 2em;
}*/

footer .zoomcommunity .fa {
    color: #fff;
    border-radius: 45px;
    border: 2px solid #fff;
    padding: 8px 10px;
}

/*footer .zoomcommunity .fa-facebook {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

footer .zoomcommunity .fa-youtube {
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
}

footer .zoomcommunity .fa:hover {
    color: #404347;
    border: 2px solid #fff;
    background-color: #fff
}*/
/*dropdownlist orange*/

.orange-txt {
    background-color: transparent;
    color: #666;

}

.BlockBuyCart .selectFormat button {
    width: 100%;
    display: inline-block;
    padding: 8px;
    border: none !important;
}
.BlockBuyCart button {
    width: 100%;
    display: inline-block;
    padding: 8px;
    border: 1px solid gray !important;
}
/*.BlockBuyCart .BuySelectedFormat[formatid^="3"], [formatid^="14"] {
    color: #000;

    border: 1px solid gray !important;
}*/


.BlockBuyCar button{padding:0;}

.iconchecked {
    line-height: 30px;
}

.orange-txt .iconchecked {
}

.alert_format .caret {
    color: #fff;
}

.Alertlabel {
    display: block;
}

.big-checkbox input {
    width: 25px;
    height: 25px;
}

.big-checkbox label {
    line-height: 30px;
    position: relative;
    top: -5px;
    left: 5px;
}

.TunnelAchat .img-responsive {
    border: none !important
}


.btn-buyNumilog {
    width: 100%;
    /*background-color: #fff;
    border: 1px solid #ccc;*/
    position: relative;
    padding: 3px 0;

}
.orange-txt {
    text-align: right;
    font-weight: bold;
}
.btn-Numilog {
    width: 100%;
    background-color: #6e1565;
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    padding: 10px 0;
}

.BtnWithFormatBig .btn-Numilog {
    padding: 8px 12px;
}

.selectFormat .btn, .selectFormat .dropdown {
    padding: 0px !important;
    margin: 0px;
}

.alert_format .btn:hover, .alert_format .btn:focus, .btn-success .btn.focus, .btn-success .btn:hover, .btn-success:hover {
    color: #fff !important;
}

.alert_format .orange-txt {
    color: #fff;
}


.BtnWithFormatBig .btn-buyNumilog {
    padding: 6px 0px;
}

.btn-buyNumilog {
}



.btn-Numilog:hover {
    background-color: #fff;
    border: 1px solid #6e1565;
    color: #6e1565 !important;
}




.btn-buyNumilog .btn-choice {
    background-color: transparent;
}

.btn-buyNumilog .dropdown-toggle-split {
    /*position: absolute;*/
}

    .btn-buyNumilog .dropdown-toggle-split i {
        text-align: center;
        display: inline-block;
    }


.btn-buy .dropdown .btn {
    border-radius: 0px;
}

.dropdown-toggle {
    /*height: 20px;
    width: 32px;*/
}

.dropdown .btn {
    border: 0px;
    vertical-align: middle;
    width:100%;
}
.BuySelectedFormat {

}


.btn-buy .col-sm-5 .selectFormat {
    text-align: center;
}

.btn-buy .col-sm-7 .BuyLink {
    text-align: right;
    padding-right: 5px;
}

.alert_format {
    background-color: Red;
}

    .alert_format, .alert_format .ColorBtnDrop {
        background-color: Red;
        color: #fff;
    }

.selectFormat .btn, .selectFormat .dropdown {
    border-radius: 0px;
}

.ColorBtnDrop {
    color: #5f8f97;
}

.alert_format .orange-txt {
    background-color: Red;
}

.alert_format span {
    color: #333;
}

/**/
.LblPrixReduitApres {
    color: #333333;
    text-decoration: line-through;

}

.btn-buy:hover .LblPrixReduitApres {
    color: #fff;
}
/*.btn-buy .col-sm-5 {text-align:right;}*/
.btn-buy .col-sm-7 {
    text-align: left;
    padding-left: 0px;
}

.ReducItem {
    background-color: red;
}


.btn-buy {
    border: 1px solid #ddd;
    color: #e75960;
    background-color: #fff;
    width: 100%; /*text-align:right;*/
}

    .btn-buy a {
        color: #e75960;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.85em;
        width: 100%;
        display: block;
        line-height: 35px;
    }

.BuyLink {
    color: #e75960;
    background-color: #fff;
    display: block;
    padding-top: 5px;
}
/*.BuyLink a{color:#e75960; }
.BuyLink:hover,.BuyLink a:hover{color:#fff;background-color:#e75960; }*/

.btn-buy .price {
    font-size: 1.6rem;
}

.btn-buy .PrixFormatDecimal, .PrixFormatDevises {
    position: relative;
    bottom: -5px;
    vertical-align: super;
    text-decoration: none;
}

/*progressbar*/
.board {
    width: 100%;
    height: auto;
    margin: 5px auto;
    background: none;
}

    .board .nav-tabs {
        position: relative;
        margin: 5px auto;
        margin-bottom: 0;
        box-sizing: border-box;
        border-bottom: none;
    }

        .board .nav-tabs li {
            text-align: center;
        }

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35%;
    z-index: 1;
}

.nav-tabs > li {
    width: 25%;
}

.navbar-fixed {
}


.nav-tabs > li.active:after {
    left: 50%;
    opacity: 1;
}

.nav-tabs > li[rel-index="-1"]:after {
    left: calc(50% + 100%);
}

.nav-tabs > li[rel-index="-2"]:after {
    left: calc(50% + 200%);
}

.nav-tabs > li[rel-index="-3"]:after {
    left: calc(50% + 300%);
}

.nav-tabs > li[rel-index="1"]:after {
    left: calc(50% - 100% );
}

.nav-tabs > li[rel-index="2"]:after {
    left: calc(50% - 200%);
}

.nav-tabs > li[rel-index="3"]:after {
    left: calc(50% - 300%);
}

.nav-tabs > li a {
    width: 45px;
    height: 45px;
    line-height: 42px;
    margin: auto;
    border-radius: 100%;
    padding: 0;
    border: none;
    background: none;
}

    .nav-tabs > li a:hover {
        border: none;
        background: none;
    }

.nav-tabs > li.active a, .nav-tabs > li.active a:hover {
    border: none;
    background: none;
}

.nav-tabs > li span {
    width: 45px;
    height: 45px;
    line-height: 42px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
}

.nav-tabs > li:nth-of-type(1) span {
    color: #febb6c;
    border: 2px solid #6e1565;
}

.nav-tabs > li:nth-of-type(1).active span {
    color: #fff;
    background: #6e1565;
}

.nav-tabs > li:nth-of-type(2) span {
    color: #6e1565;
    border: 2px solid #6e1565;
}

.nav-tabs > li:nth-of-type(2).active span {
    color: #fff;
    background: #6e1565;
}

.nav-tabs > li:nth-of-type(3) span {
    color: #febe29;
    border: 2px solid #6e1565;
}

.nav-tabs > li:nth-of-type(3).active span {
    color: #fff;
    background: #6e1565;
}

.nav-tabs > li:nth-of-type(4) span {
    color: #25c225;
    border: 2px solid #6e1565;
}

.nav-tabs > li:nth-of-type(4).active span {
    color: #fff;
    background: #6e1565;
}

.nav-tabs > li > a.disabled {
    opacity: 1;
}

    .nav-tabs > li > a.disabled span {
        border-color: #cccccc;
        color: #fff;
        background-color: #ddd;
    }

div[role="tabpanel"]:after {
    content: "";
    display: block;
    clear: both;
}

.LblLiner {
    color: #888;
}

.LblLinerCurrent {
    color: #6e1565 !important;
}

.PanierConfirmation {
    background-color: #fff;
}
/* pop up */
.HandModal {
    cursor: pointer;
}

.mega-menu {
    height: auto;
    border-bottom: 1px solid #badbe1;
}

#ModalGenerique h5.modal-title {
    font-size: 21px;
}

.modaltheme h4 a {
    color: #6e1565;
}
/* */
.Title {
    color: #000;
    /*font-size: 2.9rem;
    line-height: 1.5em;*/
    margin-top: 0px;
}

.TitleCartTunnel {
    font-size: 3rem; /*font:inherit;line-height:2em;*/
}

.TitleCart {
    color: #000;
    /*font-size: 1.3rem;*/
    font-weight: 500;
    display: block;
}




.Sous-Title {
    color: #000;
    font-size: 1.8rem;
}

.Author, a.Author, .Author a {
    color: #000;
    font-size: 1.7rem;
}

a.HLTheme {
    color: #3d035a;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    flex: 1 2 auto;
}



.HrCustom {
    width: 30%;
    margin-right: 0;
    text-align: right;
    border-bottom: 1px solid gray;
    font-weight: 300;
    padding: 10px 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #badbe1;
}

.Publisher h3, .DatePubli, .Publisher a {
    /*font-size: 1.5rem;*/
    color: #333333;
    text-decoration: none;
}



.Collection, .Collection a, .Collection h4, .DatePubli {
    color: #333333;
    font-size: 1.5rem;
}

.SeparateItem {
    height: 15px;
    display: block;
    clear: both;
}

.presentation {
    padding-bottom: 2%;
    line-height: 2.1em;
}



/* panier*/
.table-striped {
    background-color: #fff;
    padding: 5px;
    vertical-align: middle;
}

    .table-striped .thead {
        display: none;
        border: none;
    }

    .table-striped .table > thead > tr > th, .shopping-cart .table > tbody > tr > th, .shopping-cart .table > tfoot > tr > th, .shopping-cart .table > thead > tr > td, .shopping-cart .table > tbody > tr > td, .shopping-cart .table > tfoot > tr > td {
        vertical-align: middle !important;
        border: none;
    }

.shopping-cart .Price {
    color: #000;
    font-size: 3rem;
    font-weight: 500;
}

.BlockItemPanier {
    padding: 10px 0;
}

.PanierCusto {
    background-color: #efefef;
    width: 100%;
    /*-moz-box-shadow: 1px 1px 5px 0px #656565;
    -webkit-box-shadow: 1px 1px 5px 0px #656565;
    -o-box-shadow: 1px 1px 5px 0px #656565;
    box-shadow: 1px 1px 5px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);*/
}
/* detailpanier */
.shop-red {
    text-align: right !important;
    width: 15%;
}

.PoubelleValidation {
    text-align: right !important;
    padding: 0 5px;
}

.QuantiteBox {
    font-size: 1.8rem;
    line-height: 18px;
    width: 40px;
    height: 40px;
    border: 1px solid #888;
    text-align: center;
}

.ProductCart {
    padding-right: 25px;
}

.TotalProductCart {
}

    .TotalProductCart .price {
        font-size: 3.2rem;
    }

.product_meta .LabelInfos, .product_meta a {
    color: dimgray;
    text-align: left;
    margin:0 0 10px;
}

.btnvalidatecart {
    height: 75px;
}

.btn-checkout {
    background-color: #3d035a;
    color: #fff !important;
    width: 100%;
    padding: 10px 0;

    max-width:404px;

    border-radius: 5px;
    transition: all 0.2s ease 0s;
}
.btn-checkout3 {
    padding: 0.85rem 2.13rem;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #fff !important;

    white-space: normal !important;
    word-wrap: break-word;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    line-height: 30px;
    height: 48px;
    background-color: #6e1565;
}


.btn-checkout2 {
    background-color: #449d44;
    border: 1px solid #398439;
    color: #fff !important;
    width: 100%;
    padding: 10px 0;
    /*font-size: 1.9rem;*/
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.2s ease 0s;
}

    .btn-checkout2:hover {
        color: #fff !important;
    }

a.btn-checkout {
    color: #fff !important;
}

.btn-checkout:hover {
    color: #fff !important;
    background-color: #000;
}

.btn-purple {
    background-color: #3d035a;
    color:#fff;
}
/***/
.m-1 {
    margin: 4px;
}
.m-2 {
    margin: 8px;
}
.m-3
{
    margin: 16px;
}
.m-4 {
    margin: 24px;
}
.m-5 {margin: 48px;}

.ml-1 {
    margin-left: 4px;
}
.ml-2 {
    margin-left: 8px;
}
.ml-3 {
    margin-left: 16px;
}
.ml-4 {
    margin-left: 24px;
}
.ml-5 {margin-left: 48px;}




.Defaultnumilog, .btnCoupon {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #333;
}

.btnDelete {
    color: #888;font-size:1.3rem;
}
.NumberOrderSuccess {
    background-color: #ddd;padding:10px;
}

.DefaultnumilogInv {
    background-color: #5f8f97;
    border: 1px solid #5f8f97;
    border-radius: 5px;
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 10px 13px;
    transition: all 0.2s ease 0s;
}

    .DefaultnumilogInv:hover {
        background-color: #f7f7f9;
        color: #5f8f97;
    }

    .DefaultnumilogInv a {
        color: #fff;
    }

    .DefaultnumilogInv:hover a {
        color: #5f8f97;
    }


/**/
.LblPanierReduct {
    color: #6e1565; /*padding-top:10px*/
    font-size: 2.5rem;
    font-weight: 600;
    display: block;
}
/**/
.LblPanier {
    color: #333; /*padding-top:10px*/
    font-size: 2.5rem;
    font-weight: 600;
    display: block;
}

.PricePanier {
    color: #5bc0de;
    font-size: 2rem;
    font-weight: 600;
    display: block;
}

.ProductCart {
    margin-bottom: 2%;
}

    .ProductCart .col-sm-7, .ProductCart .col-sm-5 {
        text-align: right;
        padding-right: 10%;
    }



/* promo*/
.BlockPromo {
    margin-bottom: 30px;
    /*font-size: 18px;*/
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #c2091b;
    border: 1px solid #c2091b;
    margin-top: 10px;
    display: block;
}

    .BlockPromo .InfosPromo {
        background-color: #c2091b;
        color: #fff;
        padding: 15px;
   
    }

.BlockHeaderMedia {
    padding: 15px 0 0;
}

.MontantReduc {
    font-size: 24px;
    padding-bottom: 5px;
}

.InfoMedia {
    font-size: 1.3rem;
}


.ProductCupon {
    text-align: left;
    margin: 2% 0;
}

/* scroll popup*/
.scrollMenu {
    overflow: auto;
    height: 570px;
    -webkit-overflow-scrolling: touch;
}

.block-numilog-user, .cart-items {
    -webkit-overflow-scrolling: touch;
}

/*::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

::-webkit-scrollbar {
    width: 5px;
}
*/

.SectionBgColor {
    background-color: #f9f9f9;
}

.SectionBlock { /*padding-bottom:1%;*/
}

.alert {
    Display: block;
}
/*popup cart */
.UnderCart {
    /* max-height: 500px;
    overflow-y: auto;*/
}

.MiniCart .col-sm-1 {
    margin: 0px;
    padding: 0px;
}

.miniCart {
    margin-bottom: 5px;
}

.PriceUnitCart, .LbLArticle {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000;
}

.LbLArticle {
    font-size: 1.8rem;
}

.PriceTotalMiniCart {
    font-size: 2.5rem;
}

/* share */
.Share a {
    color: #666666;
}

    .Share a:hover {
        padding-top: -10px;
    }

/* tableaux */
.LivreDuThemeDetail {
    border-bottom: 1px solid #ddd;
}

    .LivreDuThemeDetail td {
        padding: 10px 0;
    }

.search-result {
    padding-top: 1.5%;
}

    .search-result img {
        margin-left: auto;
        margin-right: auto;
    }



/* tableau DRM */
.BlockInfosDRM {
    /*color: #676565;
    font-size: 1.7rem;
    font-weight: 300;
    font-family: "Work Sans",sans-serif;*/
}
/*.BlkDRM{padding:4%;margin-top:20px;border:1px solid #ccc}*/
.SeemoreDRM {
    cursor: pointer;
    text-decoration: underline;
}


/* suggestion */
.nav-justified > li {
    text-align: center;
    width:auto;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}
.btn-TabSugg {
}
.btn-TabSuggDefault {
    width: 100% !important;
}

.active a.btn-TabSuggDefault {
    background-color: #6e1565!important;
    color: #fff;
}

    .active a.btn-TabSuggDefault:hover {
        background-color: !important;
        color: #fff !important;
    }

.btn-TabSugg:hover {
    color: #fff;
}


a.btn-TabSuggDefault {
    border: 1px solid #6e1565;
    color: #6e1565;
}

    .btn-TabSuggDefault:hover {

    }

.DRMbg {
    background-color:#f0f0f0;padding:10px;font-size:1.5rem}

    /* feuilletage btn */
    .NumilogButtonLink {
    background-image: url("Images/Boutons/ButtomBrowse.png");
}

    .NumilogButtonLink:hover {
        background-image: url("Images/Entetes/ButtomBrowseHover.png");
    }

/* btn acheter */
iconchecked {
    color: #000;
}

.BtnWithFormatBig .iconchecked:before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.70em;
    left: 0.15em;
    position: relative;
    vertical-align: top;
    width: 1.5em;
    top: 7px;
    transform: rotate(135deg);
    color: #6e1565;
}


/* tunnel d achat*/

.TunnelAchat {
    /*background-color: #f7f7f9;*/
    /*padding-top:80px;*/
}

.FicheProduit {
    /*background-color: #ebeff3;*/
    /*padding-top: 2rem;*/
}
.productPriceBlk {
    background-color: #f9f9f9;
    padding: 3% 2% 2% 2%;
    width: 100%;
    display: inline-block;
}
.BgGrey {
    background-color: #fff;
    padding: 2%;
    margin-top:3%;
}
.FicheProduit .btn-choice {
    font-size: 1.6rem;
}
/* tableau format */
.FormGuide th {
    border-bottom: 1px solid #e5e5e5;
}



.TableFormat {
    font-size: 1.5rem;
    color: #6e6e6e;
}

    .TableFormat th {
        background-color: #e7e7e7;
        padding: 10px 0;
        color: #000;
    }

    .TableFormat TR, .TableFormat TD {
        line-height: 25px;
        padding: 10px 0;
    }

    .TableFormat TD {
        border-bottom: 1px solid #e5e5e5;
    }

/* timeline*/
.timeline-panel {
    background-color: #fff;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        /*left: 50%;*/
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            /* width: 46%;*/
            width: 90%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            /*line-height: 50px;*/
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            /*left: 50%;*/
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            padding-top: 10px;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            /*float: right;*/
            margin-left: 50px;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    font-size: 2.5rem;
    color: #000;
}

.timeline-heading span {
    color: #999;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

.btnSupp {
    background-image: url("Images/Assets/ico_delete.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    width: 35px;
    position: relative;
    top: 20px;
    margin-left: 10px;
}

.alignR {
    text-align: right;
    padding-right: 60px;
}

.PriceReduct {
    font-size: xx-large;
}



@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
/* historique */
td.TdLabelCmdNumber, td.TdLabelCmdDate {
    background-color: #f7f7f9;
    padding: 0 5px;
    vertical-align: middle;
    font-size: 2rem;
    text-align: center;
}

td.TdLabelCmdProduct a {
    color: #666;
    text-decoration: underline;
}


/* slider page d accueil*/
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.slide .thumbnail, .slide .thumbnail img.img-responsive {
    border: none !important;
}

.slide ul {
    margin: 0 !important;
    padding: 0 !important;
}

.SuggererFiche {
    font-size: 16px;
    color: #d16a03;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px;
}

.SectionNewItem {
    /*background-color: #e8e8e8;*/
    padding: 0 2% 0;
}

/*faq*/
.FAQ {
    color: #fff;
    padding: 7% 0;
    background-color: #333;
}

    .FAQ H2 {
        font-size: 3.9rem;
    }

.faq-r, .faq-l {
    color: #333;
    text-transform: uppercase;
}

    .faq-r a, .faq-l a {
        color: #333;
        text-transform: uppercase;
    }

.currentfaq {
    background-color: #ffc15e;
    width: 100%;
    display: block;
    padding: 10px 0;
    color: #fff !important
}

    .currentfaq a {
        color: #fff !important;
    }

.CurrentAnswer {
    margin-bottom: 2%;
    text-transform: uppercase;
    background-color: #f7f7f9;
    padding: 15px 0px;
}

.Titre_Question {
    color: #ffc15e;
    font-size: 2.6rem;
}

.reponse {
    margin-bottom: 2%;
}

.TableauFAQ {
    font-size: 11px;
    width: 100%;
}


    .TableauFAQ td {
        height: 40px;
        vertical-align: middle;
    }

    .TableauFAQ .CelluleFormat {
        width: 60px;
        background-color: black;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold;
        text-align: center;
        border-bottom: #e6e6e6 1px solid;
    }



    .TableauFAQ .TableauFAQEntete {
        background-color: #cacaca;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        border-right: #e6e6e6 1px solid;
    }


    .TableauFAQ .CelluleClaire {
        background-color: #f0f0f0;
        text-align: center;
        vertical-align: middle;
        border-right: #e6e6e6 1px solid;
    }

    .TableauFAQ a img {
        text-decoration: none;
        border: 0px;
    }

    .TableauFAQ .Cellulemoyenne {
        border-right: #e6e6e6 1px solid;
        background-color: white;
        text-align: center;
        vertical-align: middle;
    }

.BlocCommentaires {
    background-color: #f6f6f6;
    border: 1px #e6e6e6 solid;
}

@media (min-width: 992px ) {

    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }
}


/* fiche livre*/
/*tab multi*/

.TabFicheLivre .navbar-default .navbar-nav {
    margin-top: 40px /*---*/
}

.TabFicheLivre button.active {
    position: relative;
}

    .TabFicheLivre button.active:after {
        border-bottom: 10px solid #e7e7e7;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        height: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: -10px;
        width: 0;
    }

.ShareComnunity {
    margin-bottom: 20px;
}

    .ShareComnunity .fa-facebook, .ShareComnunity .fa-twitter, .ShareComnunity .fa-linkedin {
        color: #666;
        font-size: 25px !important;
    }

.TableOrder {
    /*padding: 10px;*/
}
/**/

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
}

.btn {
    /*white-space: initial;*/
    word-break: break-word;
    
}



/**/
/* block navigation fiche livre */
ul.nav-pills {
    top: 20px;
    position: fixed;
}



@media screen and (max-width: 810px) {
    #section1, #section2, #section3, #section41, #section42 {
        /*margin-left: 150px;*/
    }
}

/**/
.InfosCart {
    padding: 3% 0;
    margin-top: 10px;
    color: #888;
    font-size: smaller;
    clear: both;
}

    .InfosCart a {
        color: #888;
        text-decoration: underline;
    }

/**/
.modal-couv {
    width: auto !important;
}

@media (min-width: 768px) and (max-width: 991px ) {

    .carousel-inner .active.left {
        left: -33.3%;
    }

    .carousel-inner .next {
        left: 33.3%;
    }

    .carousel-inner .prev {
        left: -33.3%;
    }

    .active > div:first-child {
        display: block;
    }

        .active > div:first-child + div {
            display: block;
        }
}




/*menu numilog */
#MenuCat, .mega-dropdown li {
    background-color: #fff;
}

    #MenuCat .mega-dropdown {
        position: static !important;
    }

    #MenuCat .mega-dropdown-menu {
        padding: 20px 0px;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: #fff;
    }

        #MenuCat .mega-dropdown-menu > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            #MenuCat .mega-dropdown-menu > li > ul > li {
                list-style: none;
            }

                #MenuCat .mega-dropdown-menu > li > ul > li > a {
                    display: block;
                    color: #222;
                    padding: 3px 5px;
                }

        #MenuCat .mega-dropdown-menu > li ul > li > a:hover,
        #MenuCat .mega-dropdown-menu > li ul > li > a:focus {
            text-decoration: none;
        }

        #MenuCat .mega-dropdown-menu .dropdown-header {
            font-size: 16px;
            color: purple;
            padding: 5px 60px 5px 5px;
            line-height: 30px;
        }

    #MenuCat .carousel-control {
        width: 30px;
        height: 30px;
        top: -35px;
    }

    #MenuCat .left.carousel-control {
        right: 30px;
        /*left: inherit;*/
    }


    #MenuCat .caret {
        color: #ff0000;
    }

/*.caret {
    height: 0.85em;
    width: 0.85em;
}*/

.iconAsset {
    /*float: right;*/
    margin-left: 10px;
    margin-top: 5px;
    font-size: 1em;
    line-height: 25px;
}


/*.FicheProduit .caret {
    top: 0;
    left: 20px;
}*/
/*.caret {
    color: #000000;
    cursor: pointer;
    float: right;
    top: .45em;
}*/
/*menu*/
.navbar-nav { /*padding-top:0.8em;*/
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff !important;
}

.navbar-nav > li > .dropdown-menu {
    /*margin-top: 5px;*/
    /* border-top-left-radius: 4px;
    border-top-right-radius: 4px;*/
}

.navbar-default .navbar-nav > li > a {
    width: 170px;
    /* font-weight: bold;*/
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 2000;
}

    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 15px solid #fff;
        border-right: 17px solid transparent;
        border-left: 17px solid transparent;
        position: absolute;
        top: -15px;
        left: 20px;
        z-index: 10;
    }

    .mega-dropdown-menu:after {
        content: "";
        border-bottom: 17px solid #ccc;
        border-right: 19px solid transparent;
        border-left: 19px solid transparent;
        position: absolute;
        top: -17px;
        left: 21px;
        z-index: 8;
    }

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #333;
                white-space: normal;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #444;
        background-color: #f5f5f5;
    }

    .mega-dropdown-menu .dropdown-header {
        color: purple;
        font-size: 16px;
    }

    .mega-dropdown-menu form {
        margin: 3px 20px;
    }

    .mega-dropdown-menu .form-group {
        margin-bottom: 3px;
    }

.navbar-collapse {
    padding: 0px;
}
/*menu 2 numilog*/
.navcollapse .form-group {
    float: left;
    margin-right: 2em;
}

.navcollapse button {
}

.navcollapse .navbar-brand {
    position: relative;
    z-index: 2;
}

.navcollapse .navbar-nav.navbar-right .btn {
    position: relative;
    z-index: 2;
    padding: 4px 20px;
    margin: 10px auto;
    transition: transform 0.3s;
}

.navcollapse .navbar .navbar-collapse {
    position: relative;
    overflow: hidden !important;
}

    .navcollapse .navbar .navbar-collapse .navbar-right > li:last-child {
        padding-left: 22px;
    }

.navcollapse .navbar .nav-collapse {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-right: 120px;
    padding-left: 80px;
    width: 100%;
}

.navcollapse .navbar.navbar-default .nav-collapse {
    background-color: #f8f8f8;
}

.navcollapse .navbar.navbar-inverse .nav-collapse {
    background-color: #222;
}

.navcollapse .navbar .nav-collapse .navbar-form {
    border-width: 0;
    box-shadow: none;
}

.navcollapse .nav-collapse > li {
    float: right;
}

.navcollapse .btn.btn-circle {
    border-radius: 50px;
}

.navcollapse .btn.btn-outline {
    background-color: transparent;
}

.navcollapse .navbar-nav.navbar-right .btn:not(.collapsed) {
    background-color: rgb(111, 84, 153);
    border-color: rgb(111, 84, 153);
    color: rgb(255, 255, 255);
}

.navcollapse .navbar.navbar-default .nav-collapse,
.navcollapse .navbar.navbar-inverse .nav-collapse {
    height: auto !important;
    transition: transform 0.3s;
    transform: translate(0px,-50px);
}

    .navcollapse .navbar.navbar-default .nav-collapse.in,
    .navcollapse .navbar.navbar-inverse .nav-collapse.in {
        transform: translate(0px,0px);
    }


@media screen and (max-width: 767px) {
    .navcollapse .navbar .navbar-collapse .navbar-right > li:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navcollapse .navbar .nav-collapse {
        margin: 7.5px auto;
        padding: 0;
    }

        .navcollapse .navbar .nav-collapse .navbar-form {
            margin: 0;
        }

    .navcollapse .nav-collapse > li {
        float: none;
    }

    .navcollapse .navbar.navbar-default .nav-collapse,
    .navcollapse .navbar.navbar-inverse .nav-collapse {
        transform: translate(-100%,0px);
    }

        .navcollapse .navbar.navbar-default .nav-collapse.in,
        .navcollapse .navbar.navbar-inverse .nav-collapse.in {
            transform: translate(0px,0px);
        }

        .navcollapse .navbar.navbar-default .nav-collapse.slide-down,
        .navcollapse .navbar.navbar-inverse .nav-collapse.slide-down {
            transform: translate(0px,-100%);
        }

        .navcollapse .navbar.navbar-default .nav-collapse.in.slide-down,
        .navcollapse .navbar.navbar-inverse .nav-collapse.in.slide-down {
            transform: translate(0px,0px);
        }
}

/*filtre*/
.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.panel-heading.collapsed .fa-chevron-up {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*detail panier*/
.cart_summary {
    border-left: none;
    border-bottom: none;
    border-color: #e4e4e4;
}

.cart_product {
    border-color: #e4e4e4;
    padding: 10px;
}



.cart_description {
    display: table-cell;
    vertical-align: middle;
}

.cart_summary .cart_product img {
    border: 1px solid #e4e4e4;
    display: block;
    padding: 0.2em;
    background-color: #ddd;
}

.cart_summary tbody td.cart_unit .price span {
    display: block;
}


.cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0;
}

.cart_description h2 {
    font-size: 1.5em;
    margin: 0px;
    line-height: normal;
    font-weight: bold;
}


@media (max-width: 479px) {
    .cart_summary .cart_description small {
        font-size: 12px;
    }

    .LivreDuThemeDetail img, .FicheProduit img, .couvpreco img {
        display: block;
        margin: 0 auto;
    }
}


.cart_summary tfoot td.total_price_container span {
    font: 500 24px/30px;
    color: #6f6f6f;
    text-transform: uppercase;
}

.tunnelshop {
    background-color: #ebeff3;
    /*padding-top: 80px;*/
    position: relative;
}

.table_block {
    background-color: #fff;
}

.cart_summary tfoot td#total_price_container {
    font: 500 24px/30px;
    color: #23cddc;
    background: whitesmoke;
}

.cart_avail {
    font-size: 1.5em;
    width: 300px;
}

.cart_item {
    border-top: 5px solid #f7f7f7;
    /*padding: 0.2em;*/
}

    .cart_item td {
        padding-top: 0.8em;
    }

@media (max-width: 767px) {
    #order-detail-content .cart_summary table, #order-detail-content .cart_summary tbody, #order-detail-content .cart_summary th, #order-detail-content .cart_summary td, #order-detail-content .cart_summary tr {
        display: block;
    }



    #order-detail-content .cart_summary tr {
        overflow: hidden;
        border-bottom: 1px solid #e4e4e4;
    }

    #order-detail-content .cart_summary td {
        border: none;
        position: relative;
        /*width: 50%;
        float: left;*/
        white-space: normal;
        /*text-align:center;*/
    }

        #order-detail-content .cart_summary td h2 {
            margin: 0px;
            padding: 0px;
        }

        #order-detail-content .cart_summary td h2 {
            font-size: 1.8rem;
            line-height: normal;
        }

        #order-detail-content .cart_summary td .cart_product {
            /*/margin-left:25%;margin-right:25%;*/
        }



        #order-detail-content .cart_summary td.cart_avail {
            clear: both;
        }

        #order-detail-content .cart_summary td.cart_quantity {
            clear: both;
            padding: 9px 8px 11px 18px;
        }

        #order-detail-content .cart_summary td.cart_delete {
            width: 100%;
            clear: both;
            text-align: right;
        }


        #order-detail-content .cart_summary td div {
            /*display: inline;*/
        }

        #order-detail-content .cart_summary td:before {
            content: attr(data-title);
            display: block;
        }
}

.control-box a {
    color: gray;
}
/*page appli*/
.AppNumilog header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
}

    .AppNumilog header .header-content {
        text-align: center;
        padding: 150px 0 50px;
        position: relative
    }

        .AppNumilog header .header-content .header-content-inner {
            position: relative;
            max-width: 500px;
            margin: 0 auto
        }

            .AppNumilog header .header-content .header-content-inner h1 {
                margin-top: 0;
                margin-bottom: 30px;
                font-size: 30px
            }


/*citation page*/
.menu-bar {
    position: absolute;
    /*top: 150px;*/
    left: 50%;
    height: 14px;
    margin-left: -10px;
}

.bars {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #333;
    box-shadow: 0 5px 0 #333, 0 10px 0 #333;
}

.menucitation {
    display: none;
    width: 100%;
    padding: 30px 10px 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}

    .menucitation ul {
        margin-bottom: 0;
    }

    .menucitation a {
        color: #333;
        text-transform: uppercase;
        opacity: 0.8;
    }

        .menucitation a:hover {
            text-decoration: none;
            opacity: 1;
        }



.caption-text {
    z-index: 10;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    height: 50px;
    z-index: 5;
    width: 100%;
    height: 50px;
    text-align: center;
    width: 100%;
}

.BgSearchPage {
    width: 100%;
    width: 100vw;
    /* background: #3a6186; 
    background: -webkit-linear-gradient(to left, #3a6186, #89253e);
    background: linear-gradient(to left, #3a6186, #89253e); 
    color: #fff;*/
}



/* Toggle Styles */



#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



    #wrapper.toggled {
        padding-left: 250px;
    }



#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}



#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}



#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -320px;
}



/* Sidebar Styles */



.sidebar-nav {
    position: absolute;
    top: 0;
    width: 320px;
    margin: 0;
    padding: 0;
    list-style: none;
}



    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
        border-bottom: 1px solid #ddd;
    }



        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }



            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
            }



            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }



    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }



        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }



            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }



@media(min-width:768px) {

    #wrapper {
        padding-left: 0;
    }



        #wrapper.toggled {
            padding-left: 320px;
        }



    #sidebar-wrapper {
        width: 0;
    }



    #wrapper.toggled #sidebar-wrapper {
        width: 320px;
    }



    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }



    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/*liseuse page*/

.card-title a {
    color: #3ea3c1;
}

.RibbonRed {
    background-color: red;
    padding: 5px;
    width: 320px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.9em;
}



.reader-header {
    height: 450px;
    /*background: url('Images/Assets/Bg_Liseuse.jpg?w=940&h=627&auto=compress&cs=tinysrgb') center center no-repeat scroll;*/
    background: url('Images/Assets/bg-liseuse2.jpg?w=940&h=450&auto=compress&cs=tinysrgb') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    .reader-header img {
        border: none !important;
    }

.intro-message {
    position: relative;
    padding-top: 8%;
    padding-bottom: 10%;
}

    .intro-message > h1 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 4.5em;
        color: orange;
    }

    .intro-message > h2 {
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        color: darkviolet;
        margin-top: 2.5%;
    }

#LiseuseNumilog {
    background-color: #eee;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 2%;
}

    #LiseuseNumilog img {
        max-width: 100%;
        display: block;
    }

.liseuseCSS {
    /*position: relative;
    max-width: 376px;
    margin: 0 auto;
    padding: 65px 15px 300px;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #222;
    box-shadow: 20px 20px 40px #887;*/
    position: relative;
    max-width: 263px;
    margin: 0 auto;
    padding: 25px 25px;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #222;
    box-shadow: 20px 20px 40px #887;
}

.well {
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
}


/* scroll img fixed */
section.module:last-child {
    margin-bottom: 0;
}

section.module h2 {
    margin-bottom: 20px;
}

section.module p {
    font-size: 16px;
    font-weight: 300;
}


    section.module p:last-child {
        margin-bottom: 0;
    }

.btnPub {
    border: 1px solid #fff;
    line-height: 45px;
    width: 290px;
    font-size: 1.6rem !important;
    margin-top: 3%;
    text-align: center;
    margin: auto;
}



section.module.parallax {
    height: 350px;
    background-position: 70% 70%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.TitleParallax {
    color: purple;
}

img.noborder {
    border: none !important;
}


section.module.parallax h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.module.parallax-3 small {
    color: #fff;
}

section.module.parallax-2 small {
    color: #fff;
}


section.module.parallax-1 {
    background-image: url("Images/Slider/liseuse-ebook3.jpg");
    color: #000;
}



section.module.parallax-2 {
    background-image: url("Images/Slider/ebook_sentimental.jpg ");
}

    section.module.parallax-2 p {
        color: #fff;
    }

section.module.parallax-3 {
    background-image: url("Images/Slider/ebook-thriller3.jpg ");
}

    section.module.parallax-3 p {
        color: #fff;
    }

.parallax-3 .Title_Section {
    color: yellow;
}

.parallax-2 .Title_Section {
    color: #f62eb7;
}

.parallax-1 .Title_Section {
}

.parallax-3 .Title_Section::after, .parallax-2 .Title_Section::after {
    background-color: #fff;
}

section.module.parallax a {
    color: #fff;
}

    section.module.parallax a:hover {
        color: #fff !important;
    }

@media all and (min-width: 600px) {


    section.module p {
        font-size: 20px;
        color: #000;
    }

    section.module.parallax h2 {
        font-size: 26px;
        line-height: normal;
    }


    @media all and (min-width: 960px) {
        section.module.parallax h2 {
            font-size: 30px;
        }
    }
}

/* preorder*/
.PreOrderBtn {
    border: 1px solid #6387bd;
    width: 100%;
    color: #fff;
    background-color: #6387bd;
    /*height:48px;*/
    line-height:3.4rem;
}

    .PreOrderBtn:hover {
        color: #6387bd;
        border: 1px solid #6387bd;
        background-color: #fff;
    }

        .PreOrderBtn:hover a {
            color: #6387bd;
        }

.LblPreco {
    color: #6387bd;
    font-size: 0.9em;
}

.LblPreOrderText {
    color: #6387bd;
    font-size: 0.9em;
    display: block;
    border: 1px solid #6387bd;
    font-size: 0.9em;
    padding: 0.9em;
    margin-top: 0.5em;
}

.DateDispoPreco {
    color: limegreen;
    font-size: 1.2em;
    display: block;
    padding-bottom: 1em;
}
/*titre ligne fiche livre*/
div.no-span {
    display: table;
    white-space: nowrap;
    font-weight: 300;
}

    div.no-span:before,
    div.no-span:after {
        border-top: 1px solid #666;
        content: '';
        display: table-cell;
        position: relative;
        top: 0.5em;
        width: 45%;
    }

    div.no-span:before {
        right: 1.5%;
    }

    div.no-span:after {
        left: 1.5%;
    }


/*reseaux sociaux*/

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoPinterest:hover {
    background-color: #c0392b;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover i,
    .social-network a.icoFacebook:hover i,
    .social-network a.icoTwitter:hover i,
    .social-network a.icoPinterest:hover i,
    .social-network a.icoVimeo:hover i,
    .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}



.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle a {
    background-color: #cacaca;
}
/*read fichelivre fixed*/
.ReadTo {
    font-size: 0.8em;
}

.SectionReadto {
    background-color: darkseagreen;
}

    .SectionReadto .thumbnail {
        background-color: #fff;
    }
/*boutique*/
.BoutiqueZoom {
    background-color: #e8e8e8;
    padding: 2% 0;
}
/*filtre*/
.TitleOption {
    color: purple;
    border: 1px solid purple;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
}

.TitleOption2 {
    color: purple;
    border-left: 3px solid purple;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size:large;
    min-width:250px;
}

a.HlNuageMot {
    color: #6e1565;
    font-size: 0.9em;
}



/* guide des formats*/
.BtnFormat {
    text-decoration: underline;
    cursor: pointer;
}


/*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%;
}

.ItemCommandeEven {
    background-color: #fff;
    padding: 2%;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 2px;
}

.ItemCommandeOdd {
    background-color: #fff;
    padding: 2%;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 2px;
}

.BtnArrow {
    /*border-radius: 50% !important;*/
    margin: 0 5px;
    background-color: #fff;
    /*border: 1px solid #6e1565;*/
    width: 38px;
    height: 38px;
    display: inline-block;
    color: #6e1565;
    font-size: 3rem;
    line-height: 38px;
}

    .BtnArrow:hover {
        color: #6e1565 !important;
    }

.mybook {
    font-size: 2.2rem;
    padding: 2% 0;
}

/*applications*/
.AppNumilog img {
    border: none !important;
}

.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 38px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #6e1565;
    border: 2px solid #6e1565;
    border-radius: 100% !important;
    background: 0 0;
}

    .btn-circle:focus, .btn-circle:hover {
        color: #fff;
        outline: 0;
        background: rgba(255,255,255,.1)
    }


/* ALL LOADERS */

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-4 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
    opacity: 0;
}

    #loader-4 span:nth-child(1) {
        animation: opacitychange 1s ease-in-out infinite;
    }

    #loader-4 span:nth-child(2) {
        animation: opacitychange 1s ease-in-out 0.33s infinite;
    }

    #loader-4 span:nth-child(3) {
        animation: opacitychange 1s ease-in-out 0.66s infinite;
    }

@keyframes opacitychange {
    0%, 100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

/*navigation horizontale*/
.BgNav-horizontal .nav-stacked li {
    float: left;
    margin: 0.5%;
    text-align: center;
    background-color: #fff;
}

.BgNav-horizontal .nav-horizontal {
    text-align: center;
}

    .BgNav-horizontal .nav-horizontal .TitleSelection {
        display: none;
    }

.BgNav-horizontal {
    background-color: #ebeff3;
    padding: 1.5%;
    text-align: center;
}

.TitleSousTheme {
    color: #6e1565;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.BgNav-horizontal .nav-stacked > li + li {
    margin-top: 0.5% !important;
    margin-left: 0.5%;
}



.AffixScrollDiv {
    background-color: #f5f5f5;
    width: 140px;
    z-index: 2000 !important;
    padding: 1%;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
    left: 1%;
    opacity: 0.8;
}

    .AffixScrollDiv a {
        display: block;
        color: #000;
    }

.topic li {
    position: initial;
}

/*.active[id*="continentTab"] {
    margin-top: 250px!important;color:red!important;
}*/

/* application page*/
.AppliPageList {
    line-height: 3.0rem;
}

    .AppliPageList h1 {
        margin: 4rem 0;
        font-size: 2em;
        color: #6e1565;
    }

.Nav_content a[href*="52405-272388-272390.Selection"] {
    background-color: yellow !important;
    color: #000 !important;
    text-align: center;
}


/*.Nav_content a[href*="Selection"] {

    color: #6e1565;
}*/

.Nav_content a[href*="Selection"]:hover {
    color: #6e1565;
    background-color: transparent;
}

.NumberItemSelection {
    background-color: #8C6B18;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

.alert-lbl {
    display: block;
    width: 100%;
    padding: 2.5%;
    margin-bottom: 2%;
}

.ribbon {
    position: relative;
    width: 50%;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 20px 6px 70px;
    margin: 30px 10px 10px -70px;
    color: #555;
    background-color: #999;
    text-shadow: 0px 1px 2px #bbb;
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;
    box-shadow: 0px 2px 4px #888;
}

.ribbon2 {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon2 span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0%, #79A70A 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .ribbon2 span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .ribbon2 span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #79A70A;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

.ribbon3 {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon3 span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #ac0722;
        background: linear-gradient(#c90d2c 0%, #ac0722 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .ribbon3 span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #ac0722;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #ac0722;
        }

        .ribbon3 span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #ac0722;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #ac0722;
        }
/**/
.ribbon4 {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon4 span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#B6BAC9 0%, #808080 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .ribbon4 span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #808080;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #808080;
        }

        .ribbon4 span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #808080;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #808080;
        }
/*-pagination test*/



.btn-Numilog2 {

    width: 100%;
    background-color: #6e1565;
    border: transparent solid 1px;
    position: relative;
    color: #fff;
    height: 48px;
    max-width: 404px;
    /* Alignement vertical du texte */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Facultatif : pour éviter le soulignement sur les boutons avec des <a> */
    text-decoration: none;
}
    .btn-Numilog2:hover {
        color: #fff;
        background-color: #771a6e;
    }

html, button, input, select, textarea {
    font-family: sans-serif;
}

button {
    width: auto;
    overflow: visible;
}

button, input, select, textarea {
    margin: 0;
}

.paginate {
    position: relative;
    left: 40%;
    width: $size;
    height: $thickness;
    transition: all 0.15s ease;
}

.paginate {
    position: relative;
    left: 40%;
    width: $size;
    height: $thickness;
    transition: all 0.15s ease;
}

.iii {
    position: relative;
    top: 40%;
    left: 0;
    width: $size;
    height: $thickness;
    border-radius: $thickness / 2;
    background: #fff;
    transition: all 0.15s ease;
}

.counter {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: -15px;
    font-size: 30px;
    font-family: Helvetica, sans-serif;
    text-shadow: 0px 2px 0px rgba( 0, 0, 0, 0.2 );
    color: #6e1565;
}
/** ** */
#ratingStars a {
    color: #000;
}
/*carrousel extrait*/
.carousel-control {
    color: #cccccc;
}

    .carousel-control.left {
        left: 0;
        display: block !important;
        /*top: 20%;*/
        top:40%;
    }

#main .carousel-control.left, #main .carousel-control.right {
    top: 30%;
    z-index: 500;
}

#main .carousel-caption, #main .carousel-control {
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
    font-size: 40px;
}

#main {
    cursor: pointer;
}

    #main .modal-header, #main .modal-footer {
        height: 5%;
        padding: 1rem !important;
    }

.carousel-control.right {
    right: 0;
    display: block !important;
    /*top: 20%;*/
    top: 40%;
}


.modal-dialog {
    height: 700px;
}


/*search mobil*/
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) {

    .col-xs-2 .searchbardiv {
        display: block;
        position: fixed;
        background: #6e1565;
        top: 80px;
        right: 0px;
        z-index: 1001;
        width: 100%;
        max-width: 100%;
        padding: 10px;
        margin: 0px;
    }

    .col-xs-2 .buttonsearch {
        display: block;
        border: medium none;
        color: #fff;
        outline: 0 none;
        padding: 6px 11px;
        /*position: absolute;*/
        /*right: 0;
    top: 0;*/
        text-transform: uppercase;
        transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -ms-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        border: 0 none;
        bottom: auto;
        box-sizing: border-box;
        /*float: left;*/
        /*font-size: 0;*/
        border-radius: 50%;
        background-color: #6e1565;
    }

        .col-xs-2 .buttonsearch:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: 0px;
        }

        .col-xs-2 .buttonsearch:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: 0px;
        }

    .col-xs-2 #formsearch {
        display: none;
    }

    .col-xs-2 .fa .fa-search {
        font-size: 18px;
    }

    .col-xs-2 #searchbox {
        box-shadow: none;
        padding: 8px 14px;
    }

        .col-xs-2 #searchbox:hover {
            box-shadow: none;
        }

    .col-xs-2 .form-control:focus {
        border-color: #ccc;
    }

    .search-wrap button {
        margin-right: auto;
        margin-left: auto;
        width: 37px;
    }
}
/*fin search mobile*/

@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
}



@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

    #main .carousel-control.left, #main .carousel-control.right {
        top: 0;
    }
}

@media (min-width: 1140px) {
    .ui-widget-content {
        width: 1140px !important;
        left: -180px !important;
    }
    .FooterNumilog {
        /*position: absolute;
        bottom: 0;*/
        width: 100%;
    }
}

@media (min-width: 992px) {
    .ui-widget-content {
        top: 20px;
        width: 992px !important;
        left: -180px !important;
        max-width: calc(100vw - 200px);
        min-width: 0;
    }
}

@media (min-width: 768px) {
    .ui-widget-content {
        min-width: 640px;
        width: 640px;
    }
}

}
/*test nouveau menu*/
.user_info {
    position: relative;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}

    .user_info:last-child {
        border-left: 1px solid #ededed;
    }



.user_bg {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
    vertical-align: middle;
    padding: 7px 10px;
    margin: 0;
}



.user_info:hover .user_bg {
    color: #6e1565;
}

.userinfotitle {
    display: block;
    /*float: right;*/
    position: relative;
    /*font-size: 0.75em;*/
    text-transform: uppercase;
    font-weight: 600;

    color: #6e1565;
    line-height: 1em;
}

    .forgot-password a, .userinfotitle a {
        color: #6e1565;
        font-size: 1em;
    }

.user_info .userinfotitle_sub {
    /*color: #888;
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;*/
}

.userinfotitle_sub1 {
    color: #888;
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute;
    top: 17px;
    left: 42px;
}

/**/

.navbar-default .navbar-nav > .active > a {
    background-color: #fafafa;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 13px 10px 13px 16px;
    position: relative;
    right: auto;
    width: 252px;
    color: #000;
}


.navbar-default .navbar-nav > li > a {
    color: #010101;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    padding: 12px 20px;
    position: relative;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #010101;
}

/*sous-menu*/
.navbar-nav > li > .dropdown-menu {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    left: auto;
    margin-left: 0;
    min-width: auto;
    /*padding: 20px;*/
    right: auto;
    top: auto !important;
    /*width: auto;*/
    z-index: 10000;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.84);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.84);
}

/*search*/
.search-widget input[type="text"] {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    box-sizing: border-box;
    color: #515151;
    font-size: 1em;
    letter-spacing: 1px;
    padding: 7px 10px 5px;
    border: 1px solid #ddd;
}

.search-widget input[type="image"] {
    /*border: medium none;
    color: #fff;
    outline: 0 none;
    padding: 9px 18px;
    position: absolute;

    text-transform: uppercase;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    border: 0 none;
    bottom: auto;
    box-sizing: border-box;
    float: left;
    font-size: 0;
    border-radius: 0;
    background-color: #6e1565;*/
}

.search-widget .btn-group-lg > .btn, #butSearchTitle {
    padding: 7px 16px;
}

.search-widget button[type=submit]:hover, .search-widget input[type=text]:focus + button[type=submit] {
    color: red;
}
/**/
/*iPhone 6, 7, & 8 Media Queries */
/*resultat de recherche*/
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {

    /*#Advreadzis,*/ .carousel-indicators {
        display: none;
    }

    .caption {
        text-align: left !important;
    }

        .caption h2 {
            font-size: 0.9em;
        }
    /*.PositionFilter {padding-top:30px;
    }*/


    .LivreDuThemeDetail .col-xs-9 {
        padding: 0px;
    }




    .LivreDuThemeDetail a.TitleBook {
        font-size: 1.1em;
        font-weight: bold;
        color: #6e1565 !important;
    }

    .caption a.Author, .caption .Author a {
        font-size: 0.6em;
    }

   

    .VsMobile {
    }

    .ColPrice {
        padding: 0;
    }

    .btn-buyNumilog {
        border: none;
    }

    .TitleFooter {
        font-size: initial;
    }
}

.PositionDevice .btn-Numilog {
    top: 20px;
}

.nav-justified {
    margin-bottom: 10px;
}

/* ****************************** */
/* ******** mes livres ********** */
/* ****************************** */
.PageLibrary .MybookPage {
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 40px 0;
}




.MybookPage .lightbox {
    position: relative;
    overflow: hidden;
    height: 330px;
    /*height: auto;*/
    display: block;
}

    .MybookPage .lightbox img {
        max-height: 330px;
        max-width: none;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        backface-visibility: hidden;
        margin: 0 auto;
        display: block;
    }

.MybookPage .gainReadzis {
    color: white;
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
}

.MybookPage .textGainReadzis {
    background-color: black;
    position: absolute;
    z-index: 10;
    transform: rotate(40deg);
    margin-left: 50px;
    margin-top: 25px;
    width: 200px;
    text-align: center;
}

.MybookPage .overlay-item:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


.MybookPage .col-lg-2 {
    position: relative;
    /* height: 330px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;*/
    height: 490px;
}
/*search */
.field-input input {
    text-align: left;
    border-radius: 6rem;
    border: 1px solid #a0a0a0;
    padding: .6rem 2rem .6rem 1rem;
    width: 38rem;
    transition: .5s;
}

    .field-input input:focus {
        outline: none;
        border-color: #212121;
        transition: .5s;
    }

.field-input span::before {
    content: '🔍 ';
    cursor: none;
    position: relative;
    top: 0;
    right: 3rem;
}
/*info*/
.MybookPage .TitleMyBook {
    padding-top: 5px;
    font-size: 0.9em;
    color: #fff;
}

/*.MybookPage div > [class*='col-'] {
    margin-bottom: 5%;
}*/

.truncate-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.width--25 {
    width: 25%;
    border: 1px solid red;
}

.width--85 {
    max-width: 85%;
    display: inline-block;
}

.width--80 {
    max-width: 80%;
    display: inline-block;
}

.width--100 {
    width: 100%;
}

#navbar .panel-body span {
    /*font-size: 0.8em;*/
    line-height: 2rem;
    /*position: absolute;*/
    color: rebeccapurple;
}
/*   */
.BlockInfosBook {
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    width: 90%;
    top: 0;
    height: 95%;
    padding: 5%;
}

    .BlockInfosBook p {
        color: #fff;
        opacity: 1;
        font-size: 1.5em;
    }

    .BlockInfosBook a {
        color: #fff;
        opacity: 1;
        font-size: 1.2em;
        border: 1px solid #fff;
        padding: 10px;
        display: block;
        margin: 2% 0;
        text-align: center;
        width: 89%;
    }

        .BlockInfosBook a:hover {
            text-decoration: none;
            color: #fff;
        }

.bottom-align {
    position: absolute;
    bottom: 1%;
    width: 100%;
    display: block;
}



.MybookPage div > [class*='col-'] {
    position: relative;
    display: inline-block;
    /*cursor: pointer;*/
}

    .MybookPage div > [class*='col-'] img {
        width: 100%
    }

/*.IconRead {
    font-size: 75px;
    text-align: center;
}



    .IconRead a {
        color: #fff;
    }

    .IconRead .play {
        position: absolute;
        left: 50%;
        top: 25px;
        margin: 0 0 0 -31px;
        width: 64px;
        height: 65px;
        overflow: hidden;
        text-indent: -9999px;
        background-image: url(Images/Assets/play.png);
        background-repeat: no-repeat;
        display: block
    }*/

        /* effect sur btn play */
        .IconRead .play:hover {
            -webkit-animation: bump 0.35s linear; /*for Google*/
            -moz-animation: bump 0.35s linear; /*for Firefox*/
            cursor: pointer;
        }

@-webkit-keyframes bump { /*for Google*/
    0% {
        -webkit-transform: scale(1.2,1.2);
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(0.9,0.9);
        opacity: 0.9;
    }

    100% {
        -webkit-transform: scale(1,1);
        opacity: 1;
    }
}

@-moz-keyframes bump { /*for Firefox*/
    0% {
        -moz-transform: scale(1.2,1.2);
        opacity: 0.7;
    }

    50% {
        -moz-transform: scale(0.9,0.9);
        opacity: 0.9;
    }

    100% {
        -moz-transform: scale(1,1);
        opacity: 1;
    }
}
/* fin effect button*/



/*************************************** */
/*     filter 						*/
/* ******************************** */

.portfolioFilter {
    padding: 15px 0;
}

    .portfolioFilter a {
        margin-right: 6px;
        color: #666;
        text-decoration: none;
        border: 1px solid #ccc;
        padding: 4px 15px;
        border-radius: 50px;
        display: inline-block;
    }

        .portfolioFilter a.current {
            background: #1e1e1e;
            border: 1px solid #1e1e1e;
            color: #f9f9f9;
        }


/**/

.portfolioFilter {
    padding: 15px 0;
}

    .portfolioFilter a {
        margin-right: 6px;
        color: #666;
        text-decoration: none;
        border: 1px solid #ccc;
        padding: 4px 15px;
        border-radius: 50px;
        display: inline-block;
    }

        .portfolioFilter a.current {
            background: #1e1e1e;
            border: 1px solid #1e1e1e;
            color: #f9f9f9;
        }

.portfolioContainer {
    border: 1px solid #eee;
    border-radius: 3px;
}



/* **************** */
/* progress bar */
/* ************** */

.MybookPage .containerProgress {
    display: flex;
    align-items: left;
    justify-content: left;
    margin-top: 5px;
    height: 2px;
    background-color: silver;
}

.MybookPage .progress-bar {
    height: 2px !important;
    width: 200px !important;
    background: lightgray;
}

.MybookPage .loaded {
    height: 100%;
    width: 100%;
    background: purple;
    animation: 3s linear infinite loading;
    transform-origin: 0%;
}
/**/
.overlay-item {
    display: block;
    position: relative;
    overflow: hidden;
}

    .overlay-item .mask {
        display: block;
        position: absolute;
        overflow: hidden;
        top: 0;
        height: 86%;
    }

.heightMask {
    height: 76% !important;
}

.overlay-item h3 {
    text-align: center;
    position: relative;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    display: block;
    background-color: #333;
    color: #fff;
    font-size: 1em;
}

.overlay-item p, .overlay-item a {
    color: #fff;
}

    .overlay-item a.btn {
        margin: 10px;
    }

.overlay-effect .mask {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.overlay-effect:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 500;
}


.overlay-effect:hover h3, .overlay-effect:hover p, .overlay-effect:hover a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    display: block;
}

.overlay-effect h3 {
    /* -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;*/
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overlay-effect p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    /* -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;*/
}

.MybookPage .PositionBlock {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 95%;
    padding: 10%;
    z-index: 5500;
    width: 100%;
}

.MybookPage .btn {
    color: #6e1565;
    opacity: 1;
    font-size: 1.2em;
    border: 1px solid #6e1565;
    padding: 10px;
    display: block;
    margin: 2% 0;
    text-align: center;
    width: auto;
    border-radius: 0;
}

.MybookPage .mask .btn {
    color: #fff;
    opacity: 1;
    font-size: 1.2em;
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    /*margin:2% 0;*/
    text-align: center;
    /*width:100%;*/
    border-radius: 0;
    font-size: small;
}

    .MybookPage .mask .btn:hover {
        color: #fff !important;
    }


/************************************/
/*   partage  share recommandation */
/* *****************************  */
.recommandation .center {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.recommandation .no-center {
    transform: translateX(0) translateY(0);
}

.share-btn {
    position: relative;
    border: none;
    width: 220px;
    height: 40px;
    transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
    overflow: hidden;
    cursor: pointer;
    top: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    /*background-color: #45b1b0;*/
}


.clicked {
    background-color: #fff;
}
.TabRecapOrder .share-btn .cta {
    position: relative;
    transition: all 0.25s ease-in-out;
    top: 15px;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-decoration: underline;
}

.share-btn .cta {
    position: relative;
    transition: all 0.25s ease-in-out;
    top: 15px;
    transform: translateX(-50%) translateY(-50%);
    color: #6e1565;
 text-decoration:underline;
}

.share-btn .close {
    position: absolute;
    right: 38px;
    top: 45px;
    cursor: pointer;
    color: #cfd2d9;
    font-size: 20px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
    transform: rotate(-45deg);
    transform-origin: center center;
}

.share-btn .social {
    width: 70%;
    padding-left: 0;
    list-style-type: none;
    margin: 55px auto 0 auto;
}

    .share-btn .social span {
        float: right;
    }

    .share-btn .social li {
        transform: scale(0.7) translateX(10px) translateY(-10px);
        transition: all 0.25s ease-in-out;
        transform-origin: 0% 0%;
        opacity: 0;
        margin-bottom: 10px;
    }

        .share-btn .social li:nth-child(1) a {
            color: #fff;
            width: 100%;
            display: block;
            background-color: #ffa53a;
            padding: 8px 3px;
        }

        .share-btn .social li:nth-child(2) a {
            color: #fff;
            width: 100%;
            display: block;
            background-color: #3b5998;
            padding: 8px 3px;
        }

        .share-btn .social li:nth-child(3) a {
            color: #fff;
            background-color: #55acee;
            width: 100%;
            display: block;
            padding: 8px 3px;
        }

        .share-btn .social li:nth-child(4) a {
            color: #fff;
            background-color: #d34836;
            width: 100%;
            display: block;
            padding: 8px 3px;
        }



.clicked {
    width: 260px;
    height: 250px;
    cursor: auto;
}

.share-btn.clicked .cta {
    left: 0;
    top: 30px;
    transform: translateX(0) translateY(0);
    color: #888;
    display: none;
}

.share-btn.clicked .close {
    opacity: 1;
    transform: rotate(0deg);
}

.share-btn.clicked .social li {
    transform: scale(1) translateX(0) translateY(0);
    opacity: 1;
}

    .share-btn.clicked .social li:nth-child(1) {
        transition-delay: .05s;
    }

    .share-btn.clicked .social li:nth-child(2) {
        transition-delay: .1s;
    }

    .share-btn.clicked .social li:nth-child(3) {
        transition-delay: .15s;
    }

.flag {
    width: 25%;
    height: 35px;
    margin: 0 auto;
    padding-top: 15px;
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    z-index: 20;
    opacity: 0.7;
}
/*************************************/
/*      Pick and read               */
/************************************/
.StreamingFlag {
    color: darkorange;
    text-align:center;
    margin-bottom:1rem;
    display:block;
}

.LivreDuThemeDetail .StreamingFlag {
}
/**/
#tiles p {
    color: gray;
    font-size: 1em;
}

.TilesClick:hover i {
    color: darkorange;
}

#TilesClickTheme {
    opacity: 1;
    background-color: #f5f5f5;
    padding: 1% 0;
}

a.TilesClick {
    background-color: #fff;
    text-align: center;
    display: block;
    vertical-align: middle;
    color: blue;
    padding: 20px 0;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

    a.TilesClick:hover {
        color: darkorange;
    }

.TilesIcons {
    color: darkorange;
}

.TitlesChapter {
    color: darkorange;
}
/***** */
.SlideItem .BlockReaderPlace {
    height: 22px;
}

/* ********************************  */
/*          recommandations         */
/* ***************************** * */
.MesRecoMEA .MybookPage .col-lg-2 {
    position: relative;
    padding-bottom: 5%;
    /* height: auto;*/
}

.MesRecoMEA {
    background-color: #301631;
}

.recommandation .reviews_title_container {
    position: relative;
    color: #6e1565;
}

.MesRecoMEA .reviews_title_container {
    color: #fff;
}


/*.recommandation .reviews_title_container a {
    color: #6e1565;
}*/

.recommandation .reviews_title {
    font-weight: 500;
    margin-bottom: 14px;
}

.recommandation .reviews_all {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.recommandation .ml-auto, .recommandation .mx-auto {
    margin-left: auto !important;
    font-size: 1.5em;
    color: #6e1565;
    font-weight: bold;
}

.recommandation .Title {
    font-size: 1.2em;
    color: #fff;
}

/* ************************************* */
/*                tableau reco          */
/* ************************************* */


.btn-paymentReco {
    background-color: #6e1565;
    width: 75%;
}

a.btn-paymentReco {
    color: #fff;
    text-transform: uppercase;
}

.recommandation .thumbnail .row {
    margin-bottom: 2%;
}

.tooltip.right > .tooltip-arrow {
    border-right-color: dodgerblue;
}

/*bottom tooltip*/
.tooltip.bottom > .tooltip-arrow {
    border-bottom-color: dodgerblue;
}

/*top tooltip*/
.tooltip.top > .tooltip-arrow {
    border-top-color: dodgerblue;
}
/*tooltip inner*/
.tooltip > .tooltip-inner {
    background-color: dodgerblue;
    text-shadow: 0 1px 1px #000;
    font-weight: normal;
}



@media (max-width:640px) {
    .elo {
        padding: 6px 12px;
        font-size: 12px;
    }
}

.btn-pagination {
    width: 35px;
    background-color: #60c5ba;
    color: #fff;
    border-radius: 50%;
    margin-left: 2px;
}

.pagereadzis {
}

.recommandation .truncate {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncateTitleGains {
    width: 155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.recommandation .thumbnailCarousel {
    height: 330px;
}

/*.recommandation img {
    max-height: 240px;
    overflow-y: hidden;
}*/



.pagereadzis .ReadPresentation {
    box-shadow: 0 0 10px grey;
    background-color: white;
    width: 300px;
    height: 510px;
    /*display: inline-block;*/
    border-radius: 15px 15px 15px 15px;
}

.pagereadzis .ReadPresentationBody {
    background-image: url(Images/Assets/bg_readzis.jpg);
    background-size: 300px 400px;
    background-repeat: no-repeat;
    background-color: white;
    width: 300px;
    height: 400px;
    display: inline-block;
    position: absolute;
    z-index: 4;
    border-radius: 15px 15px 200px 200px;
}

.ReadPresentationFooter {
    color: #6e1565;
    display: inline-block;
    width: 100%;
    height: 510px;
    background-color: white;
    cursor: pointer;
}

.pagereadzis .ContentProfit {
    color: #748194;
    position: absolute;
    bottom: -95px;
    margin-left: 20px;
    text-align: center;
    width: 90%;
}

.TitleProfit {
    font-size: 18px;
    font-weight: bold;
}

.Profit {
    font-size: 45px;
    font-weight: bold;
    color: #6e1565;
}




.pagereadzis .ReadPresentationTitle {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
}

.pagereadzis .ReadPresentationContent {
    color: white;
    /*font-size: 13px;*/
    text-align: center;
    margin-top: 10px;
}

.pagereadzis .ReadInfoBanq {
    background-color: white;
    width: 300px;
    min-height: 510px;
    max-height: 100%;
    border-radius: 15px;
    border: 1px solid #ddd;
    /* position: absolute;
    
        display: inline-block;*/
}

.pagereadzis .LabelBanq {
    width: 250px;
    margin: 0 25px 22px;
    height: 35px;
    padding: 6px 15px;
    border-radius: 3px;
    background: #F6F7F9;
    color: #000;
    border:1px solid #ccc;
}

.pagereadzis .ShortLabel {
    width: 100px !important;
}

.pagereadzis .Crypto {
    width: 100px !important;
}




.pagereadzis .btn {
    width: 250px;
    margin: 0 25px 18px;
    padding: 6px 15px;
    border-radius: 3px;
    outline: none;
    border: none;
    background: #6e1565;
    color: #fff;
    font-size: 1em;
    line-height: 21px;
}

.pagereadzis .ReadInfoBanqTitle {
    color: #748194;
    font-size: 14px;
    text-align: center;
}

.pagereadzis .ReadInfoPrice {
    color: #6e1565;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}


/*table recap gains*/
.pagereadzis .table-fixed tbody {
    height: 65px;
    overflow-y: auto;
    width: 100%;
    font-size: 0.95em;
}

.pagereadzis.table-fixed thead, .pagereadzis .table-fixed tbody, .pagereadzis.table-fixed tr, .pagereadzis .table-fixed th {
    display: block;
}

.pagereadzis table > tbody > tr > td {
    line-height: 2.2em !important;
}

.pagereadzis .table-fixed thead > tr > th {
    float: left;
    border-bottom-width: 0;
}




/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5f8f97;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #6e1565;
    }


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .TabRecapOrder .col-md-3:nth-child(0n+6), .TabRecapOrder .col-md-3:nth-child(0n+5), .TabRecapOrder .col-md-3:nth-child(0n+4) {
        display: none;
    }
}
/**/
@media (max-width: 441px) {
    .TabRecapOrder .col-md-3:nth-child(0n+6), .TabRecapOrder .col-md-3:nth-child(0n+5), .TabRecapOrder .col-md-3:nth-child(0n+3), .TabRecapOrder .col-md-3:nth-child(0n+4) {
        display: none;
    }

    .recommandation .truncate {
        width: 150px !important;
    }

    .MesRecoMEA .share-btn {
        width: 180px;
    }

    .MybookPage .lightbox img {
        max-height: 240px;
    }

    .clicked {
        height: 220px;
    }
}

@media (max-width: 1024px) {
    .TabRecapOrder .col-md-3:nth-child(0n+6), .TabRecapOrder .col-md-3:nth-child(0n+5) {
        display: none;
    }

    .recommandation .truncate {
        width: 150px;
    }
}

.pagereadzis a {
    text-decoration: none;
}



.pagereadzis .ReadInfoBanqBody {
    display: initial;
}



.MesRecoMEA .btn-more {
    width: 100px;
    background-color: #fff;
}

.BtnMybook {
    background-color: #6e1565;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    color:#fff;
    margin-bottom:5px;
}

.BtnMybook:hover{

    color: #fff;
}
.share-btn .close {
    position: absolute;
    right: 38px;
    top: 31px;
    cursor: pointer;
    color: #cfd2d9;
    font-size: 20px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
    transform: rotate(-45deg);
    transform-origin: center center;
}

.share-btn .social {
    width: 70%;
    padding-left: 0;
    list-style-type: none;
    margin: 55px auto 0 auto;
}

    .share-btn .social span {
        float: right;
    }

    .share-btn .social li {
        transform: scale(0.7) translateX(10px) translateY(-10px);
        transition: all 0.25s ease-in-out;
        transform-origin: 0% 0%;
        opacity: 0;
        margin-bottom: 10px;
    }

        .share-btn .social li:nth-child(1) a {
            color: #fff;
            width: 100%;
            display: block;
            background-color: #ffa53a;
            padding: 8px 3px;
        }

        .share-btn .social li:nth-child(2) a {
            color: #fff;
            width: 100%;
            display: block;
            background-color: #3b5998;
            padding: 8px 3px;
        }

        .share-btn .social li:nth-child(3) a {
            color: #fff;
            background-color: #000;
            width: 100%;
            display: block;
            padding: 8px 3px;
        }

        .share-btn .social li:nth-child(4) a {
            color: #fff;
            background-color: #d34836;
            width: 100%;
            display: block;
            padding: 8px 3px;
        }


.clicked {
    width: 260px;
    height: 270px;
    cursor: auto;
    background-color: #fff;
    z-index: 10000;
}

.portfolioContainer .clicked {
    top: -85px;
}

.share-btn.clicked .cta {
    left: 40px;
    top: 30px;
    transform: translateX(0) translateY(0);


}

.share-btn.clicked .close {
    opacity: 1;
    transform: rotate(0deg);
}

.share-btn.clicked .social li {
    transform: scale(1) translateX(0) translateY(0);
    opacity: 1;
}

    .share-btn.clicked .social li:nth-child(1) {
        transition-delay: .05s;
    }

    .share-btn.clicked .social li:nth-child(2) {
        transition-delay: .1s;
    }

    .share-btn.clicked .social li:nth-child(3) {
        transition-delay: .15s;
    }



/******/
.LitBlockReadzis {
    background-color: #fff;
    color: #1d809f;
    height: 18rem;
    width: 35rem;
    display: block;
    line-height: 8rem;
    font-size: 4rem;
    text-align: center;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    border-top: 1px solid #e8e8e8;
    float: left;
    margin-right: 10px;
    padding-top: 2%;
}

    .LitBlockReadzis small {
        font-size: 1.5rem;
        display: block;
        line-height: normal;
    }

.btnInfos {
    border: none;
    color: #fff;
    padding: 1px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #6e1565;
    font-size: 0.7em;
    text-align: center;
}

.btnEarn {
    display: block;
    margin: 0 5%;
}

.btncatalogue {
    border: 1px solid #6e1565;
    padding: 10px 15px;
    border-radius: 5px;
}

.btn-outline-dark {
    color: #fff;
    background-color: #6e1565;
    background-image: none;
    border-color: #6e1565;
    margin-top: 15px;
}

a.btn-outline-dark:hover {
    color: #6e1565;
    background-color: transparent;
    background-image: none;
    border-color: #6e1565;
}
/* ********************************* */
/*                                    */
/* ********************************* */
#PageHeaderReadzis {
    background: url(Images/Assets/Bg_readzis_page.jpg) no-repeat center;
    background-color: #0f313b;
    background-size: cover;
    /* background-image: radial-gradient(circle, #0f313b, #2d4050, #4b5062, #696071, #84727e);*/
}


/* ********************************* */
/*                page audio        */
/* ********************************* */

/* Header */
#head {
    background: #181015 url(Images/Assets/bg_header.jpg) no-repeat;
    background-size: cover;
    min-height: 520px;
    text-align: center;
    padding-top: 80px;
    font-weight: 300;
}

    #head .col-lg-6 h1, #head .col-lg-6 p, .features {
        padding-left: 10px;
        padding-right: 10px;
    }

    #head.secondary {
        height: 100px;
        min-height: 100px;
        padding-top: 0px;
    }

    #head .leader {
        font-size: 44px;
        margin-bottom: 16px;
        color: white;
        line-height: 1.15em;
    }

    #head .tagline {
        color: #000;
        font-weight:400;
        margin-bottom: 25px;
        line-height: 35px;
        font-size:2rem;
    }

        /*#head .tagline a {
            color: #fff;
        }*/

    #head .btn {
        margin-bottom: 10px;
    }

    #head .btn-default, .features .btn-default {
  
        background-color: darkorange;
        color: #000;
        font-weight:bold;
    }

        #head .btn-default:hover,
        #head .btn-default:focus {
            background-color: darkorange;
            color: #fff;
            -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
            -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
            box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
 
        }

   

@media (max-width: 767px) {
    #head {
        min-height: 420px;
        padding-top: 160px;
    }

        #head .leader {
            font-size: 34px;
        }
}
/*************************************************************/
#exTab1 .tab-content {
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

#exTab1 ul.nav-pills {
    /* top: 20px; */
    position: initial;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #6e1565;
    font-style: normal;
    border-bottom: 5px solid #6e1565;
    background: transparent;
    font-weight: bolder;
}

.nav-tabs .nav-link {
    box-sizing: border-box;
    color: #767676;
    font-style: normal;
    font-weight: 500;
    border-radius: 3px;
    padding: 1rem 3rem;
    margin: 0.4rem .8rem !important;
    transition: color .3s;
    border-bottom: 2px solid #767676;
    /*font-size: 0.9em;*/
    cursor: pointer;
}

.nav-tabs, .nav-pills {
    text-align: center;
}

    .nav-tabs ul li {
        float: none;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

#exTab1 .Item-inner {
    height: auto;
}

#exTab1 .TitleBook, #exTab1 .HLTheme, #exTab1 .Author {
    font-size: 0.8em;
}

#exTab1 H2, #exTab1 H3 {
    font-size: initial;
    margin: 0;
}

#TabSliders .col-lg-2 .thumbnail {
    min-height: 400px;
}

.tabsaudio  .nav-link {
    background-color: #efefef;
}
/*****************************************************************/
.navbar-brand > img {
    padding: 7px 15px;
}

.navbar-brand > img {
    height: 100%;
    padding: 7px;
    width: auto;
}

.navbar-brand > img {
    display: block;
    vertical-align: middle;
}

.navbar-brand {
    height: 70px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color:#333333;
}
/* on mobile*/
@media only screen and (max-width : 768px) {
    .navbar .col-xs-4 {
        padding-top: 15px;
    }

    .navbar > img {
        height: 100%;
        width: auto;
    }

    .navbar {
        margin-bottom: 0 !important;
    }

    /*.ResultatDetail, .ResultatDetail {
        font-size: 0.8em;
    }*/

    .TitleSnd {
        font-size: 1.3rem;
    }
}

.LabelCoupon {
    display: block;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 2%;
}

.BlockCoupon input {
    height: 38px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.BlockCoupon input, .BlockCoupon .close-icon, .BlockCoupon {
    position: relative;
    padding: 10px;
}

.BlockCoupon {
    margin: auto;
}

    .BlockCoupon input {
        width: 80%;
        border: 1px solid #ccc;
        outline: 0;
        border-radius: 15px;
    }

        .BlockCoupon input:focus {
            box-shadow: 0 0 15px 5px #b0e0ee;
            border: 2px solid #bebede;
        }

    .BlockCoupon .close-icon {
        border: 1px solid transparent;
        background-color: transparent;
        display: inline-block;
        vertical-align: middle;
        outline: 0;
        cursor: pointer;
    }

        .BlockCoupon .close-icon:after {
            content: "X";
            display: block;
            width: 15px;
            height: 15px;
            position: absolute;
            background-color: #FA9595;
            z-index: 1;
            right: 35px;
            top: 0;
            bottom: 0;
            margin: auto;
            padding: 2px;
            border-radius: 50%;
            text-align: center;
            color: white;
            font-weight: normal;
            font-size: 12px;
            box-shadow: 0 0 2px #E50F0F;
            cursor: pointer;
        }

    .BlockCoupon input:not(:valid) ~ .close-icon {
        display: none;
    }

.imgReadzis {
    max-width: 100%;
}

.imgSuivezNous {
    width: 313px;
    height: 100%;
}

.imgNumilogEbookstore {
    width: 150px;
    height: 58px;
}

.imgPaiement {
    width: 244px;
    height: 35px;
}

.readzisImage {
    width: 180px;
    padding-top: 40px;
}

@media only screen and (min-width : 1px) {

    .imageBanniere2 {
        width: 85px;
        height: 85px;
    }

    .imageBanniere5 {
        width: 85px;
        height: 85px
    }
}

@media only screen and (min-width : 344px) {

    .imageBanniere2 {
        width: 172px;
        height: 172px;
    }

    .imageBanniere5 {
        width: 172px;
        height: 172px
    }
}

@media only screen and (min-width : 414px) {


    .imageBanniere2 {
        width: 192px;
        height: 192px;
    }

    .imageBanniere5 {
        width: 192px;
        height: 192px;
    }
}

@media only screen and (min-width : 768px) {

    .imageBanniere1 {
        width: 312px;
        height: 312px;
    }

    .imageBanniere2 {
        width: 203px;
        height: 203px;
    }

    .imageBanniere3 {
        width: 203px;
        height: 92px;
    }

    .imageBanniere4 {
        width: 203px;
        height: 92px;
    }

    .imageBanniere5 {
        width: 203px;
        height: 203px
    }
}

.FLink .addtocart {
    font-size: 1.8rem;
}

@media only screen and (min-width: 992px) {
    .imageBanniere1 {
        width: 404px;
        height: 404px;
    }

    .imageBanniere2 {
        width: 268px;
        height: 268px;
    }

    .imageBanniere3 {
        width: 268px;
        height: 121px;
    }

    .imageBanniere4 {
        width: 268px;
        height: 121px;
    }

    .imageBanniere5 {
        width: 268px;
        height: 268px;
    }
}

@media only screen and (min-width: 1200px) {
    .imageBanniere1 {
        width: 487px;
        height: 487px
    }

    .imageBanniere2 {
        width: 326px;
        height: 326px;
    }

    .imageBanniere3 {
        width: 326px;
        height: 147px;
    }

    .imageBanniere4 {
        width: 326px;
        height: 147px;
    }

    .imageBanniere5 {
        width: 326px;
        height: 326px;
    }
}

@media only screen and (min-width: 1400px) {
    .imageBanniere1 {
        width: 583px;
        height: 583px;
    }

    .imageBanniere2 {
        width: 393px;
        height: 393px;
    }

    .imageBanniere3 {
        width: 393px;
        height: 178px;
    }

    .imageBanniere4 {
        width: 393px;
        height: 178px;
    }

    .imageBanniere5 {
        width: 393px;
        height: 393px;
    }
}

.btn-selection {
    background-color: #6e1565;
    border: 1px solid #6e1565;
}

    .btn-selection:hover {
        background-color: white;
        border: 1px solid #6e1565;
        color: #6e1565 !important;
    }

    .btn-selection:focus {
        background-color: white;
        border: 1px solid #6e1565;
        color: #6e1565 !important;
    }

    .btn-selection:active {
        background-color: white;
        border: 1px solid #6e1565;
        color: #6e1565 !important;
    }

.selection {
    text-align: center;
}

.selectionItem {
    cursor: pointer;
}

.SelectionBlock {
    display: flex;
    align-items: center;
}

.statusSelection {
    color: white;
    border: none;
    margin-right: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.ErrorCreateSelection {
    color: black;
}

#modal-body-list {
    overflow-y: auto;
    height: 300px;
}

#modal-body-list-promo {
    overflow-y: auto;
    height: 200px;
}

.addSelection {
    margin-bottom: 20px;
}


.btn-valider {
    background-color: #4caf50;
    color: white;
    border: 1px solid #4caf50;
}

    .btn-valider:hover {
        background-color: #4caf50;
        border: 1px solid #4caf50;
        color: white !important;
    }

    .btn-valider:focus {
        background-color: white;
        border: 1px solid #4caf50;
        color: #4caf50 !important;
    }

    .btn-valider:active {
        background-color: white;
        border: 1px solid #4caf50;
        color: #4caf50 !important;
    }

.linkAddSelection {
    margin-top: 20px;
}

.NewSelection {
    width: 230px;
}

.fontAddRemove {
    font-size: 1em;
}


.accordion {
    cursor: pointer;
    transition: 0.4s;
}

.accordionStart {
    cursor: pointer;
    transition: 0.4s;
}


.accordion:after {
    content: '\2228';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/*.activeFirst:after {
    content: "\2227";
}*/

.accordionStart:after {
    content: '\2227';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activeStart:after {
    content: "\2228";
}

/*.modal-title {
    font-size: 1em;
}*/

.modalHeader {
    display: flex;
    justify-content: space-between
}

#OnCloseModal {
    display: flex;
    align-items: center;
}

.checkboxSelectionLabel {
    font-size: 0.9em;
    font-weight: 600;
}

.PayBoxCenter {
    text-align: center;
}

.PayBoxTitle {
    background-color: #c7e4f7;
    padding: 10px;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 1.2em;
}

#myModalCart {
    position: absolute;
    top: -10px;
    right: -20px;
    bottom: auto;
    left: auto;
    width: 380px;
    z-index: 500000;
    padding-right: 0;
    text-align: left;
    box-shadow: 0 4px 7px rgba(0,0,0,.15);
}

.contentCart {
    border-radius: 0;
    position: unset;
    padding: 10px;
}

.footerCart {
    border: none;
}

.headerCart {
    border: none;
    padding: 0;
}

.modal-openCart {
    padding-right: 0 !important;
}

.AvailableFormat {
    padding: 3px 30px;
}

.RemoveFromCart {
    cursor: pointer;
}

.SuppProduct {
    padding: 5px;
}

#PrixEntier {
    display: inline;
    padding-right: 5px;
}

.closeBtnModal {
    font-size: 1.7em;
}

button.modalClose {
    padding-right: 15px;
    padding-top: 5px;
}

#CartMessage {
    padding-left: 15px;
    display: flex;
    position: relative;
    top: 10px;
}


@media only screen and (min-width : 344px) {
    #myModalCart {
        width: 370px;
    }
}

@media only screen and (min-width : 370px) {
    #myModalCart {
        width: 380px;
    }
}

@media only screen and (min-width : 414px) {
    #myModalCart {
        width: 420px;
        right: -25px;
    }


}

@media only screen and (min-width : 768px) {
    #myModalCart {
        width: 380px;
        right: -22px;
    }
}

#blocCommentaireLibraire {
    overflow: hidden;
}

.BanniereEdito {
    max-height: none !important;
    max-width: none !important;
    width: 100%;
    background-position: center center;
    position: relative;
}

.banniereMobileEdito {
    width: 100%;
}

/*.rating-block {
    height: 36px;
}*/


.p-0{padding:0;}

.m-0 {
    margin: 0;
}
.shadow {
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

/* Smartphones (portrait and landscape) */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
   .lblbuy {
        display: none;
    }
    .displaymobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .visible-xs {
        display: inline-block !important;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 1024px) {
    .LivreDuThemeDetail svg, .lblbuy {
        display: none;
    }

    a.btn-Numilog2 {
        font-size: 1.1em !important;
    
    }
}

.pr-0 {
    padding-right:0;
}







#ModalDRMChoice footer:not(:empty) {
    padding: 1em;
}

#ModalDRMChoice footer {
    position: relative;
    text-align: right;
    display: flex;
    flex-direction: var(--axis-reverse, row-reverse);
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    background: rgba(0, 0, 0, 0.05);
}
#ModalDRMChoice .forward-actions {
    justify-content: flex-end;
}

#ModalDRMChoice .forward-actions, #ModalDRMChoice .back-actions {
    flex: 1;
    display: flex;
    flex-direction: var(--axis, row);
}
.step-dots {
    display: flex;
    flex-direction: var(--axis, row);
}
.step-dot {
    cursor: pointer;
    width: 1em;
    height: 1em;
    margin: 0.5ch;
    border-radius: 1em;
    background: red;
    opacity: 0.2;
    transition: transform 100ms ease-out, opacity 150ms linear;
}
    .step-dot.active {
        opacity: 0.7;
        box-shadow: 0 0 1em -0.25em;
    }
.back-actions {
    justify-content: flex-start;
}

.forward-actions, .back-actions {
    flex: 1;
    display: flex;
    flex-direction: var(--axis, row);
}
.boardal__wrapper {
    display: flex;
    flex-direction: var(--cross, column);
}
.boardal__wrapper section {
    width: 100%;
    visibility: hidden;
    flex: 0 0 100%;
    padding: 2em;
    overflow: auto;
    will-change: transform;
    transform: translate(var(--x, 0%), var(--y, 0%));
    transition: transform 300ms ease-out;
    position: relative;
}
.boardal__wrapper section.current {
    visibility: visible;
}


.DrmOption {

    margin-bottom:5px;
}

.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;
                }




.intl-tel-input .selected-flag:focus {
    outline: none;
}

li.breadcrumb-item a::first-letter {
    color: red !important;
    display:block!important;

}
li.breadcrumb-item a:first-child::first-letter {
    color: #FE5F55;
    font-weight: bold;
    font-size: 70px;
    float: left;
    line-height: 60px;
    padding-right: 8px;
    margin-top: -3px;
    display:block
}

/*************************************/
/****   boutique choix          *****/
/***********************************/
#ModalBootique .modal {
    text-align: center;
    padding: 0 !important;
}

    #ModalBootique .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

#ModalBootique .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/**/


.modal-body .w-100:nth-child(8) {
    width: 100%;
    height: 500px;
    /*background-color: red;*/
}

/*************************************/
/***        modal pub             ***/
/************************************/
.modal {
    display: none;
}

.modal-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba( 0, 0, 0, .25 );
}

.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 25px;
    background: white;
    transform: translate(-50%, -50%)
}
.btn-closead {
    background-color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 50%;
}

    .btn-closead:hover {
        transform: rotate(360deg);
    }

.SpanMajTimes {
    color: #585757;
    text-decoration: none;
    font-size: 1.3rem;
    display: block;
    text-align: center;
}
    #accordion .panel-heading a:before {
        content: '<';
        font-size: 24px;
        position: absolute;
        font-family: 'Material Icons';
        right: 5px;
        top: 10px;
        transform: rotate(180deg);
        transition: all 0.5s;
    }

    #accordion .panel-heading.active a:before {
        transform: rotate(0deg);
        transition: all 0.5s;
    }

/*readzis*/
#headerwrap {
    background: url(Images/ImgUK/women.jpg) no-repeat center top;
    margin-top: -50px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
    #headerwrap h1 {
        color: #ffffff;
        margin-top: 90px;
        padding-bottom: 30px;
        letter-spacing: 8px;
        font-size: 100px;
        font-weight: bold;
        text-shadow: 2px 2px 2px #000;
    }
    #headerwrap p {
        color: #ffffff;
        font-size: 40px;
        font-weight: 400;
        text-align: center;
        line-height: 40px;
        letter-spacing: 3px;
        margin-left: 15px;
        text-shadow: 1px 1px 1px #000;
    }
.content-wrapper {
margin-left:15%;
}
/*****************************/
/*       livre lié associé  */
/***************************/

.matchbox {
    border: 1px solid #bababa;
    padding: 5px;
}
.matchingBooks {
    text-align: left;
    max-width:300px;


}
.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: #dfdfdf;
    padding: 5px 0 5px 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.HplBoxMatch{display:inline-block}


#HyperLinkFicheLivreCouv img{display:ruby;}
/*******************************************/
/*              wish list*/
/******************************************/
.PosImg .wishlist-button {
    position: absolute;
    opacity: 1;
    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.3em;*/
    top: 10px;
    right: 5px;
}
@media only screen and (max-width: 500px) {
    .ButtonWish {
        display: inline;
        margin-bottom: 0!important;margin-right:1em;
    }
 
}

        .ButtonWish {
    display: inline-block;
    margin-bottom: 2em;
}



.LtlStreamingText {
    margin-bottom: 0.5em;
   display:inline-block;
    color: gray;text-decoration:underline;
    
}
.JSLblWishListText {
    font-size:0.9em;
     cursor: pointer;

}

.PosImg .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;
}
/*.productPriceBlk .JSAddWishList, .productPriceBlk .JSRemoveWishList {
    opacity: 1;
    transition: opacity 0.3s ease; 
    background: none;
    border: none;
    cursor: pointer;
    display:inline-block;
    text-align:center;

}*/
.PosImg .LblAddWishListText, .PosImg .LblDeleteWishListText, .LivreDuThemeDetail .LblDeleteWishListText, .LivreDuThemeDetail .LblAddWishListText {
    display: none;
}
.productPriceBlk .grow {
  border:1px solid #bfbfbf; height:48px; display: flex; align-items: center; justify-content: center;
}

.productPriceBlk .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="18px" height="18px" 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;
}
.productPriceBlk .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;
}
.ButtonWish .JSRemoveWishList::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    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;
}

/* Rendre le bouton visible lors du survol */
.PosImg:hover .wishlist-button {
    opacity: 1;
    pointer-events: auto;
}


.JSCTARemoveWishlist {
    cursor: pointer;
    color: var(--color-gray);
    display: inline-flex;
    margin-bottom: 10px;
}

.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;
}

    #WishListPage .book-product .product-img:hover {
        box-shadow: none !important;
    }

#WishListPage .Bookitemslist .btnPandR {
    background-color: transparent !important;
    color: var(--bg-price);
    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.9em;
}
a.rubrique-link {
text-decoration:none;

}
a.rubrique-link:hover {
 background-color:#f9f9f9;color:#000;
}

/*#WishListPage .BlockPromo {
    background-color: transparent !important;
    color: #d60000;
}*/
/*#WishListPage .BlockPromo span {
        color: red;
        font-weight: normal;
    }*/
.LivreDuThemeDetail .JSCTARemoveWishlist {
    color: #337ab7;
}

.emptyList {
    cursor: pointer;
}


button.JsProductRemove {
    background-color: transparent;
    border: none;
    color: #8b8b8b;
    font-size: small;
}



.LnkWishlist::before {
    color: #000;
    content: '';
    display: inline-block;
    margin-right: 33px;
    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 */
}

/*les themes*/
.flex-container {
    display: flex; /* Activer Flexbox */
    flex-wrap: wrap; /* Permet de faire un retour à la ligne */
    align-content: flex-end; /* Aligne les éléments en bas */
 
}
.PnlWishlistEmptyCTA{
    padding:2em;
    text-align:center;
    background-color:#f9f9f9;
    min-height:20em;
}
/********************************** fin ***********************/
.lnkCommandes, .LnkReadzisPage, .LnkToMyLibrary, .lnkSignIn, .LnkWishlist {
    color: #222;
}
    .lnkCommandes::before {
        color: #000;
        content: '';
        display: inline-block;
        margin-right: 33px;
        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 height="25" viewBox="-35 0 512 512.00102" width="25" xmlns="http://www.w3.org/2000/svg"> <path d="m443.054688 495.171875-38.914063-370.574219c-.816406-7.757812-7.355469-13.648437-15.15625-13.648437h-73.140625v-16.675781c0-51.980469-42.292969-94.273438-94.273438-94.273438-51.984374 0-94.277343 42.292969-94.277343 94.273438v16.675781h-73.140625c-7.800782 0-14.339844 5.890625-15.15625 13.648437l-38.9140628 370.574219c-.4492192 4.292969.9453128 8.578125 3.8320308 11.789063 2.890626 3.207031 7.007813 5.039062 11.324219 5.039062h412.65625c4.320313 0 8.4375-1.832031 11.324219-5.039062 2.894531-3.210938 4.285156-7.496094 3.835938-11.789063zm-285.285157-400.898437c0-35.175782 28.621094-63.796876 63.800781-63.796876 35.175782 0 63.796876 28.621094 63.796876 63.796876v16.675781h-127.597657zm-125.609375 387.25 35.714844-340.097657h59.417969v33.582031c0 8.414063 6.824219 15.238282 15.238281 15.238282s15.238281-6.824219 15.238281-15.238282v-33.582031h127.597657v33.582031c0 8.414063 6.824218 15.238282 15.238281 15.238282 8.414062 0 15.238281-6.824219 15.238281-15.238282v-33.582031h59.417969l35.714843 340.097657zm0 0" /> </svg>') no-repeat center;
        -webkit-mask: url('data:image/svg+xml;utf8,<svg height="25" viewBox="-35 0 512 512.00102" width="25" xmlns="http://www.w3.org/2000/svg"> <path d="m443.054688 495.171875-38.914063-370.574219c-.816406-7.757812-7.355469-13.648437-15.15625-13.648437h-73.140625v-16.675781c0-51.980469-42.292969-94.273438-94.273438-94.273438-51.984374 0-94.277343 42.292969-94.277343 94.273438v16.675781h-73.140625c-7.800782 0-14.339844 5.890625-15.15625 13.648437l-38.9140628 370.574219c-.4492192 4.292969.9453128 8.578125 3.8320308 11.789063 2.890626 3.207031 7.007813 5.039062 11.324219 5.039062h412.65625c4.320313 0 8.4375-1.832031 11.324219-5.039062 2.894531-3.210938 4.285156-7.496094 3.835938-11.789063zm-285.285157-400.898437c0-35.175782 28.621094-63.796876 63.800781-63.796876 35.175782 0 63.796876 28.621094 63.796876 63.796876v16.675781h-127.597657zm-125.609375 387.25 35.714844-340.097657h59.417969v33.582031c0 8.414063 6.824219 15.238282 15.238281 15.238282s15.238281-6.824219 15.238281-15.238282v-33.582031h127.597657v33.582031c0 8.414063 6.824218 15.238282 15.238281 15.238282 8.414062 0 15.238281-6.824219 15.238281-15.238282v-33.582031h59.417969l35.714843 340.097657zm0 0" /> </svg>') no-repeat center;
        background-color: currentColor; /* Utiliser la couleur du texte actuel */
    }

    .LnkReadzisPage::before {
        color: #000;
        content: '';
        display: inline-block;
        margin-right: 26px;
        width: 1.8em; /* Ajustez la taille selon vos besoins */
        height: 1.4em; /* Ajustez la taille selon vos besoins */
        mask: url('data:image/svg+xml;utf8,           <svg version="1.1" height="35" width="30" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480.835 480.835" style="enable-background: new 0 0 480.835 480.835;" xml:space="preserve"> <g> <path d="M436.324,68.813c-18.289,0-33.994,12.478-40.841,30.311c-6.847-17.833-22.552-30.311-40.841-30.311 c-24.583,0-44.511,22.535-44.511,50.334c0,47.988,85.352,83.69,85.352,83.69s85.352-35.371,85.352-83.69 C480.835,91.349,460.907,68.813,436.324,68.813z" /> <path d="M421,367.691c0,2.357-0.422,4.506-1.4,6.487L314.19,268.642l52.195-52.135c-7.709-4.106-16.926-9.465-26.29-15.895 L230.156,310.565c-2.463,2.463-6.741,2.607-9.206,0.144L57.134,147.021h233.84c-3.881-9-5.842-18.35-5.842-27.66 c0-0.759,0.029-1.34,0.05-2.34H44.576C19.884,117.021,0,136.968,0,161.661v206.03c0,24.693,19.884,44.33,44.576,44.33h361.976 c24.694,0,44.448-19.637,44.448-44.33V200.395c-10,7.434-21,13.442-30,17.761V367.691z M31.457,374.179 c-0.971-1.981-1.457-4.131-1.457-6.487v-206.03c0-0.058-0.145-0.102-0.145-0.159l107.141,107.14L31.457,374.179z M65.058,383.022 l92.871-93.07l41.922,41.823c6.874,6.872,16.007,10.604,25.714,10.604c9.71,0,18.841-3.807,25.715-10.679l41.924-41.735 l92.86,93.058H65.058z" /> </g> </svg>') no-repeat center;
        -webkit-mask: url('data:image/svg+xml;utf8,           <svg version="1.1" height="35" width="30" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480.835 480.835" style="enable-background: new 0 0 480.835 480.835;" xml:space="preserve"> <g> <path d="M436.324,68.813c-18.289,0-33.994,12.478-40.841,30.311c-6.847-17.833-22.552-30.311-40.841-30.311 c-24.583,0-44.511,22.535-44.511,50.334c0,47.988,85.352,83.69,85.352,83.69s85.352-35.371,85.352-83.69 C480.835,91.349,460.907,68.813,436.324,68.813z" /> <path d="M421,367.691c0,2.357-0.422,4.506-1.4,6.487L314.19,268.642l52.195-52.135c-7.709-4.106-16.926-9.465-26.29-15.895 L230.156,310.565c-2.463,2.463-6.741,2.607-9.206,0.144L57.134,147.021h233.84c-3.881-9-5.842-18.35-5.842-27.66 c0-0.759,0.029-1.34,0.05-2.34H44.576C19.884,117.021,0,136.968,0,161.661v206.03c0,24.693,19.884,44.33,44.576,44.33h361.976 c24.694,0,44.448-19.637,44.448-44.33V200.395c-10,7.434-21,13.442-30,17.761V367.691z M31.457,374.179 c-0.971-1.981-1.457-4.131-1.457-6.487v-206.03c0-0.058-0.145-0.102-0.145-0.159l107.141,107.14L31.457,374.179z M65.058,383.022 l92.871-93.07l41.922,41.823c6.874,6.872,16.007,10.604,25.714,10.604c9.71,0,18.841-3.807,25.715-10.679l41.924-41.735 l92.86,93.058H65.058z" /> </g> </svg>') no-repeat center;
        background-color: currentColor; /* Utiliser la couleur du texte actuel */
    }
    .LnkToMyLibrary::before {
        color: #000;
        content: '';
        display: inline-block;
        margin-right: 26px;
        width: 1.8em; /* Ajustez la taille selon vos besoins */
        height: 1.4em; /* Ajustez la taille selon vos besoins */
        mask: url('data:image/svg+xml;utf8,        <svg height="35" width="30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 412.72 412.72" style="enable-background: new 0 0 412.72 412.72;" xml:space="preserve"> <g> <g> <path d="M404.72,82.944c-0.027,0-0.054,0-0.08,0h0h-27.12v-9.28c0.146-3.673-2.23-6.974-5.76-8 c-18.828-4.934-38.216-7.408-57.68-7.36c-32,0-75.6,7.2-107.84,40c-32-33.12-75.92-40-107.84-40 c-19.464-0.048-38.852,2.426-57.68,7.36c-3.53,1.026-5.906,4.327-5.76,8v9.2H8c-4.418,0-8,3.582-8,8v255.52c0,4.418,3.582,8,8,8 c1.374-0.004,2.724-0.362,3.92-1.04c0.8-0.4,80.8-44.16,192.48-16h1.2h0.72c0.638,0.077,1.282,0.077,1.92,0 c112-28.4,192,15.28,192.48,16c2.475,1.429,5.525,1.429,8,0c2.46-1.42,3.983-4.039,4-6.88V90.944 C412.72,86.526,409.139,82.944,404.72,82.944z M16,333.664V98.944h19.12v200.64c-0.05,4.418,3.491,8.04,7.909,8.09 c0.432,0.005,0.864-0.025,1.291-0.09c16.55-2.527,33.259-3.864,50-4c23.19-0.402,46.283,3.086,68.32,10.32 C112.875,307.886,62.397,314.688,16,333.664z M94.32,287.664c-14.551,0.033-29.085,0.968-43.52,2.8V79.984 c15.576-3.47,31.482-5.241,47.44-5.28c29.92,0,71.2,6.88,99.84,39.2l0.24,199.28C181.68,302.304,149.2,287.664,94.32,287.664z M214.32,113.904c28.64-32,69.92-39.2,99.84-39.2c15.957,0.047,31.863,1.817,47.44,5.28v210.48 c-14.354-1.849-28.808-2.811-43.28-2.88c-54.56,0-87.12,14.64-104,25.52V113.904z M396.64,333.664 c-46.496-19.028-97.09-25.831-146.96-19.76c22.141-7.26,45.344-10.749,68.64-10.32c16.846,0.094,33.663,1.404,50.32,3.92 c4.368,0.663,8.447-2.341,9.11-6.709c0.065-0.427,0.095-0.859,0.09-1.291V98.944h19.12L396.64,333.664z" /> </g> </g> </svg>') no-repeat center;
        -webkit-mask: url('data:image/svg+xml;utf8,        <svg height="35" width="30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 412.72 412.72" style="enable-background: new 0 0 412.72 412.72;" xml:space="preserve"> <g> <g> <path d="M404.72,82.944c-0.027,0-0.054,0-0.08,0h0h-27.12v-9.28c0.146-3.673-2.23-6.974-5.76-8 c-18.828-4.934-38.216-7.408-57.68-7.36c-32,0-75.6,7.2-107.84,40c-32-33.12-75.92-40-107.84-40 c-19.464-0.048-38.852,2.426-57.68,7.36c-3.53,1.026-5.906,4.327-5.76,8v9.2H8c-4.418,0-8,3.582-8,8v255.52c0,4.418,3.582,8,8,8 c1.374-0.004,2.724-0.362,3.92-1.04c0.8-0.4,80.8-44.16,192.48-16h1.2h0.72c0.638,0.077,1.282,0.077,1.92,0 c112-28.4,192,15.28,192.48,16c2.475,1.429,5.525,1.429,8,0c2.46-1.42,3.983-4.039,4-6.88V90.944 C412.72,86.526,409.139,82.944,404.72,82.944z M16,333.664V98.944h19.12v200.64c-0.05,4.418,3.491,8.04,7.909,8.09 c0.432,0.005,0.864-0.025,1.291-0.09c16.55-2.527,33.259-3.864,50-4c23.19-0.402,46.283,3.086,68.32,10.32 C112.875,307.886,62.397,314.688,16,333.664z M94.32,287.664c-14.551,0.033-29.085,0.968-43.52,2.8V79.984 c15.576-3.47,31.482-5.241,47.44-5.28c29.92,0,71.2,6.88,99.84,39.2l0.24,199.28C181.68,302.304,149.2,287.664,94.32,287.664z M214.32,113.904c28.64-32,69.92-39.2,99.84-39.2c15.957,0.047,31.863,1.817,47.44,5.28v210.48 c-14.354-1.849-28.808-2.811-43.28-2.88c-54.56,0-87.12,14.64-104,25.52V113.904z M396.64,333.664 c-46.496-19.028-97.09-25.831-146.96-19.76c22.141-7.26,45.344-10.749,68.64-10.32c16.846,0.094,33.663,1.404,50.32,3.92 c4.368,0.663,8.447-2.341,9.11-6.709c0.065-0.427,0.095-0.859,0.09-1.291V98.944h19.12L396.64,333.664z" /> </g> </g> </svg>') no-repeat center;
        background-color: currentColor; /* Utiliser la couleur du texte actuel */
    }

.lnkSignIn::before {
    content: '';
    color:#000;
    display: inline-block;
    margin-right: 33px;
    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 height="25" viewBox="-77 -19 629 629.33435" width="25" xmlns="http://www.w3.org/2000/svg"> <path d="m233.371094 294.5c81.328125 0 147.25-65.925781 147.25-147.25 0-81.320312-65.921875-147.25-147.25-147.25-81.320313 0-147.25 65.929688-147.25 147.25.0625 81.296875 65.953125 147.1875 147.25 147.25zm0-269.542969c67.542968 0 122.292968 54.75 122.292968 122.292969s-54.75 122.292969-122.292968 122.292969c-67.535156 0-122.292969-54.75-122.292969-122.292969.113281-67.492188 54.800781-122.183594 122.292969-122.292969zm0 0" /> <path d="m233.371094 331.3125c-64.011719 0-123.539063 24.832031-167.710938 70.007812-44.800781 45.796876-69.386718 108.3125-69.386718 176.203126.019531 6.882812 5.597656 12.457031 12.480468 12.476562h449.238282c6.886718-.019531 12.457031-5.59375 12.476562-12.476562 0-67.761719-24.582031-130.40625-69.378906-176.078126-44.175782-45.175781-103.699219-70.132812-167.71875-70.132812zm-211.886719 233.730469c2.746094-56.402344 24.582031-107.941407 61.894531-146.128907 39.433594-40.308593 92.71875-62.515624 149.871094-62.515624s110.4375 22.207031 149.867188 62.515624c37.4375 38.1875 59.152343 89.726563 61.898437 146.128907zm0 0" /> </svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,  <svg height="25" viewBox="-77 -19 629 629.33435" width="25" xmlns="http://www.w3.org/2000/svg"> <path d="m233.371094 294.5c81.328125 0 147.25-65.925781 147.25-147.25 0-81.320312-65.921875-147.25-147.25-147.25-81.320313 0-147.25 65.929688-147.25 147.25.0625 81.296875 65.953125 147.1875 147.25 147.25zm0-269.542969c67.542968 0 122.292968 54.75 122.292968 122.292969s-54.75 122.292969-122.292968 122.292969c-67.535156 0-122.292969-54.75-122.292969-122.292969.113281-67.492188 54.800781-122.183594 122.292969-122.292969zm0 0" /> <path d="m233.371094 331.3125c-64.011719 0-123.539063 24.832031-167.710938 70.007812-44.800781 45.796876-69.386718 108.3125-69.386718 176.203126.019531 6.882812 5.597656 12.457031 12.480468 12.476562h449.238282c6.886718-.019531 12.457031-5.59375 12.476562-12.476562 0-67.761719-24.582031-130.40625-69.378906-176.078126-44.175782-45.175781-103.699219-70.132812-167.71875-70.132812zm-211.886719 233.730469c2.746094-56.402344 24.582031-107.941407 61.894531-146.128907 39.433594-40.308593 92.71875-62.515624 149.871094-62.515624s110.4375 22.207031 149.867188 62.515624c37.4375 38.1875 59.152343 89.726563 61.898437 146.128907zm0 0" /> </svg>') no-repeat center; background-color: currentColor; /* Utiliser la couleur du texte actuel */
}
#Authenticated a {
    color: #337ab7;
}

.Author-picture  {

    max-width: 350px;
    width: 100%;
    margin: auto;
    display: block;

}
.BioTitle, .LastParutionTitle {
    font-size: 3rem;
    font-weight: 600;
}
.LtlPresentationbio {
color:#6e1565;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;

}
/**************************************/
/**         switch btn wishlist     ***/
/*************************************/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        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;
}
/*.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        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;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}*/

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        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;
}
.BlockWish {
    background-color: #f9f9f9;
    height: 100%;
    padding: 1em 2em;
    margin-top: 2em;
    border-left: 2px solid purple;
    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;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.col {
    flex: 1 0 0%;
    max-width: 100%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: inline-block !important;
    }
}
.align-items-center {
    align-items: center !important;
}
.gap-2 {
    gap: 0.5rem !important; /* 8px */
}
#pnlLocation .nav-link {
    font-size: 0.8rem;
    padding: .5rem 1rem;
    width: 100%;
}

.DisponibilityTerritorialite {
    border-width: 1px;
    border-style: Solid;
    border-color: #D00000;
    padding: 0.625rem 1.5rem 0.625rem 2rem;
    margin-bottom: 1.125rem;
    border-width: 2px 2px 2px 8px;
    border-style: solid;
    color: inherit;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: block;
}
.btn.btn-inverse.active {
    background: var(--bg-color-item);
    color: #fff
}

.btn.btn-inverse {
    color: var(--color-night);
    background: var(--bg-color);
    border: 1px solid #243844;
}

.pnlLocation {
    border-color: #D00000;
    padding: 0.9rem;
    margin-bottom: 1.125rem;
    border-width: 2px 2px 2px 8px;
    border-style: solid;
    color: inherit;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align:left!important;

}

.panel-body input{max-width:404px;}
.panel-body select {
    max-width: 202px;
}
.TitleAccess {
    background-color: #333333;
    color: #fff;
    padding: 8px;
    font-weight: normal;
    font-size: 1.2em;
}