.modal-backdrop.fade.in {
     opacity: 0.7;
     filter: alpha(opacity=70);
}
 .modal-header {
     color: #fff;
     border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
     -webkit-border-top-left-radius: 4px;
     -khtml-border-top-left-radius: 4px;
     border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
     -webkit-border-top-right-radius: 4px;
     -khtml-border-top-right-radius: 4px;
     border-bottom: none;
}
 #modaleNumero .modal-header {
     background: #A9CE43;
}
/*#modaleModule .modal-header {
     background: #bd9ae6;
}
*/
 .modaleFabriqueHistoire .modal-header, .lireModule, .modalHeaderFabriqueHistoire {
     background: #e94389;
}
 .modaleMiniBD .modal-header {
     background: #68a7f9 !important;
}
 #modaleAlerte .modal-header, .modaleGaspard .modal-header {
     background: #fdab4b !important;
}
 #modaleAlerte .modal-body {
     padding: 15px;
}
 .lireModule {
     border-color: #e94389;
}
 .lireModule:hover {
     background: #ca3976;
}
 .containerItemNbLike, .containerItemBtnLike, .containerItemLectureModule {
     text-align: center;
}
 button.close {
     font-size: 30px;
}
 .modal-title {
     -webkit-font-smoothing: subpixel-antialiased;
     font-family: 'Quicksand', sans-serif;
     font-weight: 400 !important;
     font-size: 1.5em;
    /* 24 / 16px */
     color: #fff;
}
 .modal-body {
     padding: 0;
}
/* #modaleModule .modal-body {
     background: #bd9ae6;
}
 */
 .imageUneModale {
     width: 200px;
     height: 200px;
     float: left;
     margin-right: 10px;
}
 .modal-body h1 {
     margin-top: 0;
}
 .modal-body .rating {
     margin-bottom: 10px;
}
 .modal-body img {
     height: auto;
     max-width: 100%;
}
 p.tags {
     margin-bottom: 10px;
}
 #informationNumero, #navTabContainer, #carouselContainer, #descriptionContainer, #sommaireContainer {
     padding: 10px;
}
 #informationNumero {
     padding-bottom: 0;
}
 #informationNumero h1 {
     padding-right: 40px;
}
 #avis {
     padding: 0 20px 10px 20px;
}
 .modal-body .iconePartage {
     color: #428bca;
     position: absolute;
     top: 10px;
     right: 10px;
     font-size: 30px;
     cursor: pointer;
}
/* ========== NAV TABS ========== */
 #navTabContainer {
     position: relative;
     z-index: 9999;
     text-align: center;
     border-bottom: 1px solid #ccc;
}
 #navTabContainer .nav-tabs {
     border-bottom: none;
}
 #navTabContainer li {
     border-color: #428BC9;
     padding: 0;
}
 #navTabContainer a {
     display: block;
     font-size: 16px;
     margin-right: 0;
     line-height: 24px;
     border: none;
     border-radius: 2px;
     padding: 5px 15px;
}
 #navTabContainer a:hover {
     background: #c5e2fb;
}
 #navTabContainer li.active a, #navTabContainer li.active a:hover {
     background: #428bca;
     color: #fff;
}
 #navTabContainer li:not(:first-child):not(:last-child) a {
     border-radius: 0;
}
 #navTabContainer li:first-child a {
     border-top-right-radius: 0 !important;
     border-bottom-right-radius: 0 !important;
}
 #navTabContainer li:last-child a {
     border-top-left-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
}
/* ========== ONGLET DETAILS ========== */
 #carouselContainer {
     background: #F3F3F3;
}
 .modal-body h2 {
     font-size: 1.6em;
     margin: 0;
}
 #descriptionContainer {
     border-bottom: 1px solid #f5f5f5;
}
 #details {
     min-height: 600px;
    /* overflow: auto;
     */
}
 #sommaireContainer h3 {
     font-size: 1.2em;
     margin: 3px 0 0 0;
     color: #00b1e6;
}
 #sommaireContainer h3 span {
     color: #a9ce46;
     text-transform: uppercase;
}
 #sommaireContainer p {
     margin-bottom: 10px;
}
/* ========== ONGLET DEMO ========== */
 #demo img {
     width: 100%;
     height: auto;
}
 #moduleContent, #moduleContainer {
     padding: 0;
     margin: 0;
}
 #moduleContainer object {
     margin: 0 auto;
}
 #moduleNoFlash {
     padding: 10px;
}
 #moduleNoFlash p.lead {
     position: relative;
     text-align: center;
}
/* #moduleNoFlash {
     width: 100%;
     height: 600px;
     background: url('../img/imageNoFlash.png') no-repeat;
}
 */
/* #moduleContent p.lead a {
     color: #ff6600;
}
 */
/* ========== ONGLET AVIS ========== */
 #avis {
     min-height: 600px;
    /* overflow: auto;
     */
}
/* ========== ONGLET PARTICIPANT ========== */
 #participant {
     min-height: 440px;
}
 #loaderParticipant {
     min-height: 440px;
     text-align: center;
}
 #loaderParticipant img {
     margin-top: 150px;
}
 #loaderHutnet {
     min-height: 440px;
     text-align: center;
}
 #loaderHutnet img {
     margin-top: 150px;
}
/* ========== MEDIA QUERIES ========== */
/* Large desktop */
 @media (min-width: 1200px) {
     .modal-dialog {
         width: 800px;
    }
}
/* Desktop */
 @media (min-width: 992px) and (max-width: 1199px) {
     .modal-dialog {
         width: 800px;
    }
}
/* Portrait tablet to landscape and desktop */
 @media (min-width: 768px) and (max-width: 991px) {
     .modal-dialog {
         width: 748px;
    }
}
/* Landscape phone to portrait tablet */
 @media (max-width: 767px) {
     .modal-dialog {
         z-index: 1050;
         border: none;
    }
}
/* Landscape phone to portrait tablet */
 @media (max-width: 520px) {
     .imageUneModale {
         width: 100%;
         height: auto;
         float: none;
         margin: 0 0 10px 0;
    }
}