
body {
    font-family: Calibri, sans-serif;
    overflow: hidden;
    color: #FFFFFF;
}

tspan {
    font-size : 26px !important;
    font-weight: bold !important;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto #FFFFFF;
    outline-offset: -2px;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #FFFFFF;
    box-shadow: inset 0 -2px 0 #FFFFFF;
    background-color: transparent !important;
    padding-left: 5px !important;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select {
    background-color: rgba(179, 179, 179, 0.2) !important;
    padding-left: 5px !important;
}

input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
    position: relative;
    top: -3px;
    border: 2px solid #bbbbbb;
}

input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
    border-color: #666666;
}

.hasError{
    color: #ff4d4d !important;
}

#formGrpErrorSendShare {
    display: none;
    margin-bottom: 0;
}


footer {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1001;
}

#wrapperLoader {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100000;
    background-color: #0E0E0E;
}

#wrapper {
    padding: 0;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
}

#checkboxGroup div, #checkboxGroup label {
    padding-left: 0;
}

#checkboxGroup #formGrpCnilShare {
    text-align:justify;
}

#wrapperCatalog.blur {
    /*-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);*/
}

#wrapperCatalog.opacity {
    /*filter: alpha(opacity=60);
    opacity: 0.6;*/
}

.animated{
    -webkit-transition:margin-left 0.5s;
    -moz-transition:margin-left 0.5s;
    -ms-transition:margin-left 0.5s;
    -o-transition:margin-left 0.5s;
    transition:margin-left 0.5s;
}

#wrapperCatalog.zoom-in {
    height: 100%;
}

#flipbook.zoom-in .gradient{
    display:none;
}

#flipbook.zoom-in.grab {
    cursor: grab;
    cursor: -webkit-grab;
}

#progressLoader {
    height: 5px;
    border-radius: 3px;
    background-color: #0E0E0E;
    margin-bottom: 5px;
    margin-top: 5px;
}

#textProgress {
    height: 30px;
    border-radius: 0;
    background-color: #0E0E0E;
    width: 137px;
}

#spanPourcentLoader {
    width: 137px;
    display: block;
    text-align: center;
    color: #f5f5ff;
}

#navBar {
    border-radius: 0;
    height: 45px;
    min-height: 45px;
    margin-bottom: 10px;
    border-color: transparent;
    background-color: transparent;
    z-index: 9999;
}

#navBar.customSize {
    height: 55px;
    min-height: 55px;
    background-size: 100%;
}

#navBarMiddle {
    margin-top: 10px;
}

#linkLogo{
    display: block;
}

#logo {
    max-width: 300px;
    min-height: 38px;
    margin: 3px 2px;
    position: absolute;
}

#imgSign {
    max-width: 500px;
}

#linkSign {
    height: auto;
}

.page, .double {
    background-size: 100% 100%;
    background-color: white;
    image-rendering: -webkit-optimize-contrast;
}

.loading-page {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: #2D2D2D;
}

#flipbook {
    overflow: visible;
    z-index: 990;
}

.arrows-left-portrait {
    float: left;
    top: 45%;
    left: 1%;
    position: absolute;
    z-index: 999;
}

.arrows-left-portrait svg,
.arrows-left-portrait img {
    height: 28px;
    width: 30px;
}

.arrows-left-landscape {
    margin-top: 12px;
}

.arrows-left-landscape svg,
.arrows-left-landscape img {
    height: 30px;
}

.arrows-left-portrait div:hover, .arrows-right-portrait div:hover,
.arrows-left-landscape div:hover, .arrows-right-landscape div:hover,
#navBarLeft div:hover,
.btn-close-panel-left:hover,
.btn-close-panel-top:hover,
.btn-close-panel-bottom:hover {
    cursor: pointer;
}

.arrows-right-portrait {
    float: right;
    top: 45%;
    right: 1%;
    position: absolute;
    z-index: 999;
}

.arrows-right-portrait svg,
.arrows-right-portrait img {
    height: 28px;
    width: 30px;
}

.arrows-right-landscape {
    margin-top: 12px;
}

.arrows-right-landscape svg,
.arrows-right-landscape img {
    height: 30px;
}

#followCursor {
    position: absolute;
    z-index: 9999;
    font-size: 20px;
    color: black;
}

#zoomMenu {
    position: absolute;
    z-index: 9998;
    width: 300px;
    height: 45px;
    top: 10px;
    right: 10px;
    background-size: 100% 100%;
}

.btnZoomToolbar {
    display: inline-block;
    padding: 0;
    height: 44px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.btnZoomToolbar:hover {
    cursor: pointer;
}

#dragMenuZoom div {
    visibility: hidden;
    height: 44px;
    width: 15px;
}

#firstZoomToolbarPart, #secondZoomToolbarPart {
    display: inline-block;
}

#firstZoomToolbarPart {
    width: 148px;
}

#secondZoomToolbarPart {
    width: 110px;
}

#dragMenuZoom {
    width: 20px;
    padding: 0;
    display: inline-block;
}

#btnZoomMore {
    margin-right: 15px;
}

#btnZoomLess {
    margin-right: 15px;
}

#divCurrentPageZoom {
    height: 44px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
}

.shadow {
    box-shadow: 1px 5px 10px #333333;
}

.even .gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
    background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

.odd .gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
    background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.hidePortrait {
    display: none;
}

.hideLandscape {
    display: none !important;
}

#inputGrpGotoPage {
    width: 125px;
    margin-left: 2px;
    margin-right: 2px;
}

#inputGrpGotoPage .input-group-addon {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#inputGotoPage {
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    height: 27px;
    width: 45px;
    padding-left: 0px !important;
}

#inputSearch {
    font-size: 13px;
    color: #FFFFFF;
    height: 27px;
    width: 120px;
    display: inline-block;
}

#btnSearch {
    margin-right: 5px;
    height: 27px;
    padding-top: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    outline-style: none;
}

.input-group-addon {
    color: #FFFFFF;
}

#btnGoToPage {
    margin-left: 10px;
    height: 27px;
    padding-top: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    outline-style: none;
}

.btn-default {
    color: #FFFFFF;
    background-color: #5E5E5E;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.btn-default:focus {
    color: #FFFFFF;
    background-color: #2D2D2D;
}

.btn-default:not(#btnSearch, #btnGoToPage):active:hover,
.btn-default:not(#btnSearch, #btnGoToPage).active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:not(#btnSearch, #btnGoToPage):active:focus,
.btn-default:not(#btnSearch, #btnGoToPage).active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:not(#btnSearch, #btnGoToPage):active.focus,
.btn-default:not(#btnSearch, #btnGoToPage).active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #FFFFFF;
    background-color: #2D2D2D;
    border-color: rgba(0,0,0,0);
}

#btnSearch:active:hover,
#btnGoToPage:active:hover,
#btnSearch.active:hover,
#btnGoToPage.active:hover,
#btnSearch:active:focus,
#btnGoToPage:active:focus,
#btnSearch.active:focus,
#btnGoToPage.active:focus,
#btnSearch:active.focus,
#btnGoToPage:active.focus,
#btnSearch.active.focus,
#btnGoToPage.active.focus {
    background-color: #2d2d2d2e;
    background-image: -webkit-radial-gradient(circle, #2d2d2d2e 10%, #5e5e5e57 11%);
    background-image: -o-radial-gradient(circle, #2d2d2d2e 10%, #5e5e5e57 11%);
    background-image: radial-gradient(circle, #2d2d2d2e 10%, #5e5e5e57 11%);
}

.btn-default:hover {
    color: #FFFFFF;
    background-color: #2D2D2D;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #5E5E5E;
}

.btn-default:not(#btnSearch, #btnGoToPage):active {
    background-color: #5E5E5E;
    background-image: -webkit-radial-gradient(circle, #2D2D2D 10%, #5E5E5E 11%);
    background-image: -o-radial-gradient(circle, #2D2D2D 10%, #5E5E5E 11%);
    background-image: radial-gradient(circle, #2D2D2D 10%, #5E5E5E 11%);
}


#marquee {
    width: 500px;
    overflow: hidden;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#navBarLeft {
    margin-top: 10px;
}

#navBarRight {
    margin-right: 0;
    position: absolute;
    right: 0;
    padding-right: 15px;
}

#navBarRight li {
    margin-top: 8px;
    /* border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF; */
    height: 30px;
}


#navBarRight ul.better-autocomplete {
    width: auto;
    overflow-x: hidden;
}

#navBarRight ul.better-autocomplete li.result {
    margin-top: 0;
}

#navBarLeft svg,
#navBarLeft img,
#navBarRight svg,
#navBarRight img {
    height: 28px;
    width: 30px;
}

.panel-viewer {
    background-color: rgba(45, 45, 45, 0.8);
    float: left;
    z-index: 10000;
    position: absolute;
}

.header-panel-viewer {
    font-size: 25px;
    padding-top: 2px;
    text-align: center;
    /* text-decoration: underline; */
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid;
}

.body-panel-viewer {
    height: 94%;
}

#panelBookmarks, #panelNotes, #panelExternalLinks {
    width: 280px;
    left: -280px;
}

#panelTools, #panelCart, #panelLivechat {
    width: 350px;
    left: -350px;
}

#panelSummary, #panelVideos, #panelForm{
    width: 400px;
    left: -400px;
}

#panelFormContent{
    margin: 30px 0;
}

#panelFormContent p {
    text-align: justify;
    margin: 15px 0;
}
#panelFormContent textarea, #panelDlCenter textarea{
    resize: vertical;
}

#panelFormContent #introPanelForm{
    margin-bottom: 25px;
    text-align: justify;
    padding-right: 10px;
}

#panelFormContent div[data-type="cnil"] > div {
    padding-right: 26px;
    text-align: justify;
}

.btn-close-panel-left,
.btn-close-panel-top,
.btn-close-panel-bottom {
    float: right;
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.btn-close-panel-left i,
.btn-close-panel-top i,
.btn-close-panel-bottom i {
    vertical-align: middle;
}

.btn-close-panel-left:hover,
.btn-close-panel-top:hover,
.btn-close-panel-bottom:hover,
#closeContainerImgHp:hover, #closeContainerTextHp:hover,
#closeContainerGalHp:hover, #closeContainerHighlightHp:hover,
#closeContainerVideoHp:hover, #closeContainerDoubleChoiceHp:hover {
    background-color: #5E5E5E;
    cursor: pointer;
}

#panelDlCenter {
    background-color: rgba(45, 45, 45, 0.95);
}

#panelPrint, #panelText {
    background-color: rgba(45, 45, 45, 0.8);
    height: 150px;
    max-height: 150px;
    width: 100%;
    top: -150px;

}

#panelVoice {
    background-color: rgba(45, 45, 45, 0.95);
    height: 80px;
    max-height: 80px;
    width: 100%;
    top: -80px;
}

#panelPodcast {
    background-color: rgba(45, 45, 45, 0.95);
    height: 80px;
    max-height: 80px;
    width: 100%;
    top: -80px;
}
#panelPodcast .mejs-audio {
    margin: 20px auto 0;
}

#panelDlCenter, #panelHelp, #panelSearch {
    width: 100%;
    overflow: hidden;
}

#printChoices, #textChoices {
    width: 330px;
    margin-top: 30px;
}

#textChoices {
    width: 230px;
    margin-top: 30px;
}

#printChoices li, #textChoices li {
    margin-left: 48px;
}

#panelLibrary {
    background-color: rgba(45, 45, 45, 0.95);
    width: 100%;
    height: 270px;
    top: -270px;
}

#panelLibrary #libraryList{
    text-align: center;
}

#panelLibrary #libraryList li {
    display: inline-block;
    width: 100px;
    margin-top: 30px;
    margin-left: 30px;
}

#panelLibrary #libraryBody li a{
    text-decoration:none;
}

#shareNoteContainer {
    display: none;
}

#listBookmarks > li,
#listNotes > li {
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    height: 47px;
    padding: 5px;
}

#listBookmarks .labelBookmark,
#listNotes .labelNotes {
    display: inline-block;
    font-size: 16px;
    margin-top: 2px;
}

#listNotes #listNotesExample {
    display: none;
}

#listNotes .labelNotes {
    margin-top: 3px;
    margin-left: 5px;
    cursor: pointer;
}

#listNotes .removePageNotes {
    float: right;
    margin-right: 5px;
}

#listNotes .confirmRemovePageNoteContainer {
    display: none;
    font-size: 16px;
    margin-top: 2px;
    margin-left: 5px;
}

#listNotes .confirmRemovePageNoteContainer .btn {
    float: right;
    height: 32px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
}

#listNotes .iconNote {
    display: inline-block;
    margin-left: 5px;
}

#listBookmarks input,
#listNotes input {
    color: #FFFFFF;
    width: 90px;
    display: inline-block;
}

#listBookmarks > li:hover,
#listNotes > li:hover {
    background-color: #5E5E5E;
    cursor: pointer;
}

#listBookmarks > li:hover button,
#listNotes > li:hover button:not(.btn-danger) {
    background-color: #2D2D2D;
}

.listButtonBookmark > li {
    border-top: none;
    border-bottom: none;
    height: 25px;
}

.listButtonBookmark {
    float: right;
}

.input-group-bookmark {
    display: inline-block;
    width: 150px;
    margin-top: -4px;
}

.input-group-addon-bookmark {
    padding: 0;
}

.starBookmark {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    width: 20px;
    display: inline-block;
}
.commentNote {
    float: left;
    margin-right: 5px;
    margin-left: 20px;
    width: 20px;
    display: inline-block;
    font-size : 20px;
}

#panelDiapo {
    width: 100%;
    top: -50px;
}

#panelSocial {
    width: 100%;
    top: -640px;
    min-height: 100px;
    max-height: 640px;

}

#panelSocial input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.70) !important}
#panelSocial input:-moz-placeholder {color: rgba(255, 255, 255, 0.70) !important}
#panelSocial input::-moz-placeholder {color: rgba(255, 255, 255, 0.70) !important}
#panelSocial input:-ms-input-placeholder {color: rgba(255, 255, 255, 0.70) !important }

#panelSummary .body-panel-viewer,
#panelTools .body-panel-viewer,
#panelVideos .body-panel-viewer,
#panelForm .body-panel-viewer,
#panelExternalLinks .body-panel-viewer {
    overflow: auto;
}

#btnSubmitForm {
    margin-bottom: 25px;
}

#summary, #tools, #externalLinks {
    padding: 30px 20px 0 20px;
    font-size: 16px;
    overflow-x: hidden;
}

#externalLinks {
    font-size: 12px;
}

.link:hover {
    background-color: #696969;
    cursor: pointer;
}

.chapPos1{
    /* text-transform: uppercase; */
}

/*.chapPos2{
    padding-left: 30px !important;
}*/

/*.chapPos3{
    padding-left: 48px !important;
}*/

.chapter, .tool, .link {
    background-clip: content-box;
    min-height: 45px;
    line-height: 45px;
    padding: 0;
}

.chapterPage, .chapterArrow, .chapterHeadling {
    padding: 0;
}

.chapterArrow{
    font-size: 1.5em;
    float: left;
}

.chapterPage {
    padding: 0;
    float: left;
    position: absolute;
    bottom: 0;
}

.chapter:hover{
    background-color: #696969;
}

.chapter div{
    display: inline-block;
}

#videos{
    padding: 30px 20px 0 20px;
    font-size: 16px;
}

#videos .video{
    padding: 10px 0;
}

#videos img{
    padding: 0;
}

#videos .videoTitle{
    padding-right: 0;
    text-align: justify;
}

.video:hover, .tool:hover, .chapter:hover{
    cursor: pointer;
    background-color: #696969;
}

.videoTitle {
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video:hover{
    opacity: 0.5;
}

.hiddenControls {
    visibility : hidden !important;
}

#livechat, #cart{
    height: 93%;
}

#caddie{
    width: 90%;
}

#thumbs{
    position: absolute;
    width: auto;
}

#subThumbs{
    -webkit-transition:top 0.5s ease-in-out, margin-left 0.5s ease-in-out;
    -moz-transition:top 0.5s ease-in-out, margin-left 0.5s ease-in-out;
    -o-transition:top 0.5s ease-in-out, margin-left 0.5s ease-in-out;
    transition:top 0.5s ease-in-out, margin-left 0.5s ease-in-out;
    display:none;
    position: absolute;
    width: 250px;
    min-height:150px;
    z-index: 1000;
    background-color: white;
    -o-box-shadow: -5px 0px 18px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -5px 0px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 0px 18px 0px rgba(0,0,0,0.75);
    box-shadow: -5px 0px 18px 0px rgba(0,0,0,0.75);
    overflow: auto;
}

#wrapperSubThumbs {
    width: 100%;
    height: 100%
 }

.subThumbContainer {
    width: 100%;
    top: 24px;
    display: none;
    padding: 8px;
 }

.subThumbContainerPos3 {
    width: 100%;
    height: 100%;
    display: none;
 }

#headerSubThumb {
    min-height: 24px;
    text-align: center;
}

#titleSubThumb {
    font-size: 14px;
    display: inline-block;
    color: black;
    font-weight: bold;
    width: calc(100% - 75px);
    border-bottom: 2px solid;
    line-height: 1.2;
    padding: 8px 0 4px 0;
}

#closeSubThumb {
    float: right;
    font-size: 12px;
    height: 24px;
    width: 24px;
    text-align: center;
}

#closeSubThumb, #previousSubThumb {
    background-color: transparent;
    cursor: pointer;
}

#previousSubThumb {
    float: left;
    font-size: 12px;
    height: 24px;
    width: 24px;
    text-align: center;
    display: none;
}

.thumbPos2, .thumbPos3 {
    background-clip: content-box;
    padding: 0;
    width: 100%;
    background-color: transparent;
    color: black;
    cursor: pointer;
}

.headlingSubThumb {
    display: inline-block;
    width: 80%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1;
}

.pageSubThumb {
    float: right;
    margin-right: 20px;
    width: 0;
    height: 0;
    text-align: right;
    top: 50%;
}

.thumb{
    color: black;
    background-color: white;
    border: 1px solid;
    height: auto;
    width: auto;
}

.thumbOverflow .thumb.shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0 12px 15px 0 inset;
}

.thumbOverflow_h .thumb.shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 12px 0 15px 0 inset;
}

.thumb:hover{
    cursor: pointer;
}

.thumbOverflow .thumb .pageThumb{
    display: inline-block;
    height: 100%;
}

.thumbOverflow {
    width: auto;
}

.thumbOverflow .thumb {
    border-left: 0;
}

.thumbOverflow_h {
    display: inline-block;
    vertical-align: bottom;
    height: auto;
}

.pageThumb{
    width: 0;
    height: 0;
    text-align: left;
    top: 50%;
}

.pageThumb span{
    padding-left: 5px;
}

.headlingThumb{
    display: inline-block;
    width: auto;
    height: 45px;
}

.headlingThumb span, .pageThumb span{
    position: relative;
}

#summarySlideshow, #imageSlideshow, #previewSlideshow {
    display: none;
    float: left;
}

#summarySlideshow {
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: auto;
}

#listChapSlideshow {
    word-wrap: break-word;
}

#listChapSlideshow .list-group-item {
    padding: 5px;
    background-color: transparent;
    border-left: none;
    border-right: none;
}

#listChapSlideshow .list-group-item:hover {
    background-color: #5E5E5E;
    cursor: pointer;
}

#listChapSlideshow .list-group-item a {
    color: #FFFFFF;
}

#listChapSlideshow .list-group-item a:hover {
    text-decoration: none;
}

#listChapSlideshow .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#listChapSlideshow .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#imageSlideshow {
    overflow-y: scroll;
}

.thumbnailSlideshow {
    display: inline-block;
    padding: 3px;
    border: 1px solid transparent;
    position: relative;
}

.thumbnailSlideshow .img-thumbnail {
    padding: 1px;
    border-radius: 1px;
}

.thumbnailSlideshow:hover {
    cursor: pointer;
}

.addBookmark, .removeBookmark {
    position: absolute;
    right: 5px;
    bottom: 26px;
}
.actionBookmark.fa-square {
    color: #777777;;
}
.actionBookmark.fa-check-square {
    color: #2e9228;
}

#addNotes, #editNotes {
    text-align: center;
}
#editNotes {
    height: 100%;
}

#listNotes {
    margin-top: 20px;
}

#editNotes {
    display: none;
}

#editNotes textarea {
    color: white;
    width: 250px;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 50%;
}

.thumbnailSlideshow div {
    text-align: center;
}

.thumbnailSlideshow.loading {
    text-align: center;
    vertical-align: middle;
    min-height: 50px;
    font-size: 18px;
}

#listSocial {
    margin-top: 15px;
    text-align: center;
}

#listSocial li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
}

#listSocial li.active {
    border-radius: 4px;
    background-color: #5E5E5E;
}

#listSocial li:hover {
    border-radius: 4px;
    background-color: #5E5E5E;
    cursor: pointer;
}

#formShare {
    max-width: 600px;
    top : -590px;
    min-height: 100px;
    max-height: 590px;

}


input[type="checkbox"]:checked:after,.checkbox input[type="checkbox"]:checked:after,.checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #5E5E5E;
    border-color: #2D2D2D;
}

input[type="checkbox"]:focus:after,.checkbox input[type="checkbox"]:focus:after,.checkbox-inline input[type="checkbox"]:focus:after {
    border-color: #5E5E5E;
}

.form-control {
    color: #FFFFFF;
}

.alert {
    text-align: center;
}

#loaderSharing {
    margin-left: 10px;
    font-size: 15px;
}

.hotspot {
    position: absolute;
}

.hotspot:hover {
    cursor: pointer;
}

.hotspot.search:hover {
    cursor: initial;
}

.corner {
    border-radius: 9px;
}

.svg-container {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#btnPrintLeftPage:hover ,#btnPrintCat:hover, #btnPrintRightPage:hover {
    cursor: pointer;
}

#printMessageBox {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -60px 0 0 -155px;
    width: 310px;
    height: 120px;
    font-size: 20px;
    padding: 10px;
    color: #FFFFFF;
    background-color: rgba(45, 45, 45, 0.8);
}

#printMessageBox i {
    display: block;
    margin-top: 10px;
}

#coverPage {
    position: absolute;
}

#endPage {
    position: absolute;
    right: 0;
    top: 0;
}

#navBarLeft .btn-viewer {
    margin-top: 2px;
}

#navBarRight .btn-viewer {
    margin-top: 4px;
}

.tooltipster-sidetip .tooltipster-box {
    background: rgba(45, 45, 45, 0.8);
    border: 1px solid #5E5E5E;
    border-radius: 0;
}

.tooltipster-sidetip .tooltipster-content {
    padding: 0;
}

.tooltipster-content {
    font-family: Calibri, sans-serif;
    padding: 0;
}

.tooltipster-base .tooltipster-box .tooltipster-content {
    padding: 5px;
}

.tooltipster-content .panel {
    margin-bottom: 0;
    background: transparent;
}

.tooltipster-content .panel .panel-body {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tooltipster-content .panel .panel-body .panel-text-tooltip {
    margin-top: 5px;
}

.tooltipster-content .panel .panel-heading {
    background: transparent;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: rgba(45, 45, 45, 0.8);
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: rgba(45, 45, 45, 0.8);
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-bottom-color: rgba(45, 45, 45, 0.8);
}

.tooltip {
    overflow: hidden;
}

.tooltip-inner {
    max-width: 350px;
}

.btn-second-action {
    width: 34px;
    height: 34px;
    text-align: center;
    position: absolute;
    top: -34px;
    background-color: #0769AD;
}

.btn-second-action i, .btn-multiple-action i {
    margin-top: 8px;
    font-size: 17px;
}

.btn-multiple-action {
    width: 34px;
    height: 34px;
    text-align: center;
    position: absolute;
}

.containerHp {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10000;
    background-color: rgba(45, 45, 45, 0.8);
    padding: 0;
}

.closeContainerHp {
    float: right;
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
}

#loaderImgHp {
    left: 50%;
    top: 50%;
    position: absolute;
    font-size: 30px;
}

#btnOpenFullScreen:hover, #btnCloseFullScreen:hover,
#btnHelp:hover{
    cursor: pointer;
}

#helpBody img:not(#helpMouse) {
    width: 40px;
}

#containerText{
    background-color: rgba(94, 94, 94, 0.8);
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40%;
    margin-top: 15%;
    overflow-y: auto;
    position: relative;
    float: none;
}

#containerDoubleChoice{
    background-color: rgba(94, 94, 94, 0.8);
    width: 560px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 15%;
    overflow-y: auto;
    position: relative;
    float: none;
}

#contentTextHp, #contentDoubleChoiceHp {
    font-size: 16px;
    display: block;
    width: 100%;
    height: auto;
    overflow-y: auto;
    padding: 5px 20px;
}

#carouselGalHp {
    margin-top: 40px;
    width: 100%;
    position: fixed;
}

#carouselGalHp .item img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#loaderGalHp, #loaderHighlightHp {
    font-size: 40px;
    position: absolute;
    top: 45%;
    left: 50%;
}

#formDlCenter {
    font-size: 15px;
    margin-top: 25px;
}

#formDlCenter .checkbox {
    display: inline-block;
    margin-right: 40px;
}

#btnSubmitCustomForm {
    margin-bottom: 15px;
}

.center-text {
    text-align: center;
}

#listDlCenterChoice {
    margin-left: -30px;
}

#customFormRequiredFields,
#integrateHpDlCenter {
    margin-left: -30px;
}

.requiredFields {
    font-size: 13px;
    padding-left: 10px;
}

#formDlCenter #formGrpEmailDlCenter, #formGrpCnilDlCenter {
    padding-left: 65px;
}

#formGrpEmailDlCenter label {
    padding-top: 0;
}

#formGrpCnilDlCenter label {
    text-align: justify;
    font-size: 0.8em;
}

#formDlCenter #inputEmailDlCenter {
    display: inline-block;
    width: 70%;
}
#customForm #inputEmailDlCenter {
    width: 75%;
}

label[for=inputCnilDlCenter]
{
    text-align: justify;
}

#sliderInterPageDlCenter {
    margin-left: 40px;
    margin-top: 10px;
    width: 257px;
}

#btnSendDlCenter {
    margin-left: 10px;
}


.noUi-horizontal .noUi-handle {
    width: 23px;
    height: 23px;
    left: -17px;
    top: -4px;
}

.noUi-handle:after, .noUi-handle:before {
    background: #5E5E5E;
    left: 4px;
    top: 4px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-connect {
    background: #5E5E5E;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
}

#wrapperLeftDlCenter {
    border-right: 1px solid #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
}

#formShare{
    overflow: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

#wrapperRightDlCenter {
    border-left: 1px solid #FFFFFF;
}

.better-autocomplete {
    z-index: 9999;
}

#inputSearchAdvanced {
    width: 150px;
}

#searchBody {
    height: calc(100% - 100px);
}

#searchExactWord {
    margin-left: 25px;
}

#searchSection {
    padding: 25px 0 30px 0;
    text-align: center;
}

#searchResults {
    border-top: 2px solid;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 120px);
    padding-top: 10px;
}

#searchHover {
    border-top: 2px solid;
    padding-top: 10px;
    display: none;
}

#searchRangeBegin , #searchRangeEnd {
    width: 50px;
    display: inline-block;
    text-align: center;
}

#searchType,
#searchChapters,
#searchSubChapters {
    display: inline-block;
    width: 150px;
    margin-left: 5px;
}

#searchSection option {
    background-color: #5E5E5E;
}

#toolsAdvanced {
    height: 0;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 20px;
}

.listResults .wordResult {
    margin-bottom: 15px;
}

.listResults .wordResult img {
    max-width: 150px;
    max-height: 150px;
    float: left;
    cursor: pointer;
}

.listResults .wordResult .wordResume {
    background-color: rgba(145, 145, 145, 0.4);
    min-height: 100px;
    height: auto;
}

.listResults .wordResult .wordExtract {
    padding-left: 0;
    font-size: 16px;
    float: left;
    font-style: italic;
}

.listResults .wordResult .wordCount {
    padding-left: 0;
    font-size: 13px;
    float: left;
}

.listResults .wordResult .wordPage {
    padding-left: 0;
    font-size: 18px;
}

.wordExtract {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#partialPdfFirst, #partialPdfSecond{
    width: 60px;
    height: 30px;
    display: inline-block;
}

.div-thumbnail-dlcenter {
    background-color: #FFFFFF;
    height: 200px;
    width: auto;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 3px solid transparent;
}

.div-thumbnail-dlcenter-landscape {
    background-color: #FFFFFF;
    width: 160px;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 3px solid transparent;
}

.img-thumbnail-dlcenter {
    height: 190px;
}

.img-thumbnail-dlcenter-landscape {
    width: 150px;
}

#divMultiPage {
    overflow-y: auto;
}

.div-thumbnail-dlcenter.chapter:hover, .div-thumbnail-dlcenter-landscape.chapter:hover,
.div-thumbnail-dlcenter.thumbs:hover, .div-thumbnail-dlcenter-landscape.thumbs:hover {
    cursor: pointer;
}

.div-thumbnail-dlcenter.chapter.selected, .div-thumbnail-dlcenter-landscape.chapter.selected,
.div-thumbnail-dlcenter.thumbs.selected, .div-thumbnail-dlcenter-landscape.thumbs.selected {
    border: 3px solid #2196F3;
}

#notification {
    position: absolute;
    left: 35%;
    top: 25%;
    width: 500px;
    height: 150px;
    background-color: rgba(45, 45, 45, 0.8);
    border-radius: 2px;
    padding: 50px 10px 50px 10px;
    z-index: 9999;
}

#notification > p {
    text-align: center;
    font-size: 18px;
}

#panelFormContent option, 
#customForm option,
#formProductsList option {
    background-color: #5E5E5E;
}

#introCustomForm {
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: justify;
    padding-left: 60px;
}

#customForm select, #customForm input[type=text], #customForm textarea {
    width: 75%
}

#customForm p {
    text-align: justify;
    padding-left: 60px;
}

#externalLinks a, #externalLinks a:hover {
    color: white;
}

#cropButtons {
    position: absolute;
    z-index: 10000;
}

#textCatIframe {
    height: 90%;
    width: 70%;
    display: block;
    margin: 40px auto 0;
}

#wrapperBanner {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

#wrapperBanner img {
    height: 100px;
}

#wrapperSubThumbs {
    z-index: 1000;
}

.page svg {
    overflow: visible !important;
}

#productsList {
    padding: 15px;
    overflow-y: auto;
    height: 100%;
}

#productsList,
#formProductsList {
    display: none;
}

#productsList .btn,
#formProductsList .btn,
#panelForm .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

#productsList .btn:hover,
#formProductsList .btn:hover,
#panelForm .btn:hover {
    color: #ffffff;
}

.updateQuantityModele,
.removeFromBasketModele {
    display: none;
}

#infoEmptyBasket {
    text-align: center;
}

#basket {
    margin-bottom: 15px;
    max-height: calc(100% - 100px);
    overflow-y: auto;
    display: table;
}

#totalPrice,
#totalPriceTTC {
    margin-bottom: 15px;
    text-align: right;
    padding-right: 9px;
    font-size: 15px;
}

#basket.displayTable {
    display: table;
}

#basket th, #basket tr {
    text-align: center;
}

#basket input[type="number"] {
    width: 50px;
    font-size: 13px;
    height: 28px;
}

#clearProductsList {
    float: left;
}

#formProductsList > div {
    padding: 5px;
    margin: 0;
}

#formProductsList .col-md-9 {
    padding-right: 0;
}

.paragraphTextContent {
    white-space: break-spaces;
}

#formProductsList p {
    text-align: justify;
    margin: 15px 0;
}

#validateOrder {
    float: right;
    margin: 20px 5px;
}

#validateOrder i,
#orderProductsList i.fa-spinner {
    margin-right: 6px;
    display: none;
}

#orderProductsList i.fa-arrow-left {
    margin-right: 10px;
}

.floatRight {
    float: right;
}
.floatLeft {
    float: left;
    margin: 20px 5px;
}

label[for="productsListEmailCheckbox"] {
    display: inline;
}

.priceTd {
    height: 45px;
    max-height: 45px;
    padding: 8px 0 !important;
}


th.header:not([data-type="delete"]):not([data-type="quantity"]) {
    cursor: pointer;
    font-weight: bold;
}

th.headerSortUp:not([data-type="delete"]):not([data-type="quantity"]):after,
th.headerSortDown:not([data-type="delete"]):not([data-type="quantity"]):after,
th.header:not([data-type="delete"]):not([data-type="quantity"]):after {
    font-family: FontAwesome;
}
th.header:not([data-type="delete"]):not([data-type="quantity"]):after {
    content: "\f0dc";
    margin-left: 10px;
}
th.headerSortUp:not([data-type="delete"]):not([data-type="quantity"]):after {
    content: "\f0de";
    margin-left: 10px;
}
th.headerSortDown:not([data-type="delete"]):not([data-type="quantity"]):after {
    content: "\f0dd";
    margin-left: 10px;
}

#searchLibraryContainer,
#searchPagesContainer {
    border-left: 1px solid #ffffff;
}

#searchChaptersContainer > .col-sm-6:nth-child(1) {
    margin-top: 5px;
    padding-right: 0;
    text-align: right;
}

#searchChaptersContainer > .col-sm-6:nth-child(2) {
    text-align: left;
}

#searchChaptersContainer #searchSubChapters {
    display: none;
    margin-top: 5px;
}

.btnCartButton {
  display: inline-block;
}

.btnCartButton .cartCountBadge {
    position: absolute;
    top: -10px;
    right: -7px;
    border-radius: 50%;
    vertical-align: middle;
    border: solid 1px;
}

#inputGotoPageHidden {
    display: none;
}

#inputGotoPage::-webkit-inner-spin-button, 
#inputGotoPage::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

#inputGotoPage {
    -moz-appearance:textfield;
}

.chapterText {
    line-height: 15px;
}


#panelSwitchToMobile {
    z-index: 1000;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(45, 45, 45, 0.8);
}

#panelSwitchToMobileContent {
    padding: 30px;
    text-align: center;
}

#panelSwitchToMobile button i {
    margin-right: 5px;
    vertical-align: text-top;
}