/* ADD ALEX   */

.news-contenu-post a {
    color:#1d5e95;
    font-weight:bold;
}
.news-contenu-post a.btn-primary {
    color:#fff;
    font-weight:bold;
}

.news-contenu-post a:hover {
    color:#971b18;
    font-weight:bold;
}

.img_lazyload {
    display: block;
    /* optional way, set loading as background */
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.div_lazyload {
    display: block;
}

.img_lazyload_select {
    display: block;
    /* optional way, set loading as background */
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.div_lazyload_select {
    display: block;
}


.background_mdcu {
    background-image: url(../img/background-mdcu.jpg);
    background-attachment:fixed;
    background-position: center top;
    background-repeat: repeat-x;
    background-size:auto;
}

#header .logo {
    float: left;
    height: 62px;
    margin-right: 25px;
    padding: 5px 0;
}

.lightbox .lightbox-overlay {
    top: 0;
    left: 0;
}

.lightbox .lightbox-close{
    color:#b30202;
    font-size:35px;
    z-index: 9999999999;
}


@media (max-width: 576px) {
    #header .logo {
        margin: 10px auto;
    }
}

.owl-meme-serie-dots, .owl-extensions-dots {
    position:static;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
}

.owl-meme-serie-dots .owl-meme-serie-dot.active,
.owl-extensions-dots .owl-extensions-dot.active  {
    opacity: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.owl-meme-serie-dot, .owl-extensions-dot  {
    background-color: #25669a;
    width: 16px;
    height: 16px;
    opacity: .5;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

.card-video .card-img:after {
    background-color: #aa2c2b;
}

.progress-lg {
    height: 15px;
}

.rating-xs {
    font-size: 1.1em;
}

.notification {
    z-index: 999999999999;
}

.toolbar ul.toolbar-nav li:hover a {
    color: #a94442;
    -webkit-box-shadow: 0 3px 0 0 #a94442;
    box-shadow: 0 3px 0 0 #a94442;
}

.post-carousel .post-block .post-caption {
    background-color: rgba(33, 33, 33, 0.75);
}

.img_v6_galerie_2 {
    width:48%;
}

.img_v6_galerie_3 {
    width:31%;
}

@media (max-width: 1024px) {
    #header .dropdown-profile a:after, #header .dropdown-profile a>span {
        display: initial;
    }
}

blockquote {
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #696969;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #e4e4e4;
    padding: 25px 30px;
    font-weight: 400;
    font-size: 17px;
    color: #5d5d5d;
}

.comments>ul li>ul {
    padding-left: 30px;
}

/* position */

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed;
}
.position-bottom {
    bottom: 0;
}
.position-top {
    top: 0;
}
.position-right {
    right: 0;
    left: auto;
}
.position-left {
    left: 0;
    right: auto;
}

/* Reset */

.no-display {
    display: none !important;
}
.pull-none {
    float: none !important;
}
.no-float {
    float: none !important;
}
.no-border {
    border: 0 !important;
}
.no-border-top {
    border-top: 0 !important;
}
.no-border-bottom {
    border-bottom: 0 !important;
}
.no-border-left {
    border-left: 0 !important;
}
.no-border-right {
    border-right: 0 !important;
}
.no-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.no-radius {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin-left {
    margin-left: 0 !important;
}
.no-margin-right {
    margin-right: 0 !important;
}
.nowrap {
    white-space: nowrap !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-initial {
    text-transform: initial !important;
}
.text-underline {
    text-decoration: underline !important;
}
.text-light {
    color: rgba(0,0,0, 0.5) !important;
}
.text-white {
    color: #FFF !important;
}
.italic {
    font-style: italic !important;
}
.normal{
    font-weight: normal !important;
}
.bold {
    font-weight: bold !important;
}
.padding-xs {
    padding: 5px !important;
}
.padding-sm {
    padding: 10px !important;
}
.padding-md {
    padding: 20px !important;
}
.padding-lg {
    padding: 30px !important;
}
.xs-size {
    font-size: 12px !important;
}
.sm-size {
    font-size: 14px !important;
}
.md-size {
    font-size: 16px !important;
}
.lg-size {
    font-size: 18px !important;
}
.extra-lg-size {
    font-size: 80px !important;
}
.xs-width {
    width: 10% !important;
}
.sm-width {
    width: 25% !important;
}
.md-width {
    width: 50% !important;
}
.lg-width {
    width: 75% !important;
}
.fl-width {
    width: 100% !important;
}
.full-width {
    width: 100% !important;
}
.max-width-100 {
    max-width: 100% !important;
}
.max-width-initial {
    max-width: initial !important;
}
.min-height-initial {
    min-height: initial !important;
}

/* border */

.border-1 {
    border-width: 1px !important;
    border-style: solid !important;
}
.border-2 {
    border-width: 2px !important;
    border-style: solid !important;
}
.border-3 {
    border-width: 3px !important;
    border-style: solid !important;
}
.border-4 {
    border-width: 4px !important;
    border-style: solid !important;
}
.border-5 {
    border-width: 5px !important;
    border-style: solid !important;
}

.border-left-1 {
    border-left: 1px solid transparent;
}
.border-left-2 {
    border-left: 2px solid transparent;
}
.border-left-3 {
    border-left: 3px solid transparent;
}
.border-left-4 {
    border-left: 4px solid transparent;
}
.border-left-5 {
    border-left: 5px solid transparent;
}

.border-right-1 {
    border-right: 1px solid transparent;
}
.border-right-2 {
    border-right: 2px solid transparent;
}
.border-right-3 {
    border-right: 3px solid transparent;
}
.border-right-4 {
    border-right: 4px solid transparent;
}
.border-right-5 {
    border-right: 5px solid transparent;
}

.border-bottom-1 {
    border-bottom: 1px solid transparent;
}
.border-bottom-2 {
    border-bottom: 2px solid transparent;
}
.border-bottom-3 {
    border-bottom: 3px solid transparent;
}
.border-bottom-4 {
    border-bottom: 4px solid transparent;
}

.border-bottom-5 {
    border-bottom: 5px solid transparent;
}


.border-top-1 {
    border-top: 1px solid transparent;
}
.border-top-2 {
    border-top: 2px solid transparent;
}
.border-top-3 {
    border-top: 3px solid transparent;
}
.border-top-4 {
    border-top: 4px solid transparent;
}
.border-top-5 {
    border-top: 5px solid transparent;
}

.border-dotted {
    border-style: dotted !important;
}

.border-dashed {
    border-style: dashed !important;
}

/* pre-defined colors */

.bg-grey-50 {
    background-color: #fafafa !important;
}
.border-grey-50 {
    border-color: #fafafa !important;
}
.color-grey-100 {
    color: #f5f5f5 !important;
}
.bg-grey-100 {
    background-color: #f5f5f5 !important;
}
.border-grey-100 {
    border-color: #f5f5f5 !important;
}
.color-grey-200 {
    color: #eeeeee !important;
}
.bg-grey-200 {
    background-color: #eeeeee !important;
}
.border-grey-200 {
    border-color: #eeeeee !important;
}
.color-grey-300 {
    color: #e0e0e0 !important;
}
.bg-grey-300 {
    background-color: #e0e0e0 !important;
}
.border-grey-300 {
    border-color: #e0e0e0 !important;
}
.color-grey-400 {
    color: #bdbdbd !important;
}
.bg-grey-400 {
    background-color: #bdbdbd !important;
}
.border-grey-400 {
    border-color: #bdbdbd !important;
}
.color-grey-500 {
    color: #9e9e9e !important;
}
.bg-grey-500 {
    background-color: #9e9e9e !important;
}
.border-grey-500 {
    border-color: #9e9e9e !important;
}
.color-grey-600 {
    color: #757575 !important;
}
.bg-grey-600 {
    background-color: #757575 !important;
}
.border-grey-600 {
    border-color: #757575 !important;
}
.color-grey-700 {
    color: #616161 !important;
}
.bg-grey-700 {
    background-color: #616161 !important;
}
.border-grey-700 {
    border-color: #616161 !important;
}
.color-grey-800 {
    color: #424242 !important;
}
.bg-grey-800 {
    background-color: #424242 !important;
}
.border-grey-800 {
    border-color: #424242 !important;
}
.color-grey-900 {
    color: #212121 !important;
}
.bg-grey-900 {
    background-color: #212121 !important;
}
.border-grey-900 {
    border-color: #212121 !important;
}
.color-white {
    color: #ffffff !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.border-white {
    border-color: #ffffff !important;
}
.color-black {
    color: #000000 !important;
}
.bg-black {
    background-color: #000000 !important;
}
.border-black {
    border-color: #000000 !important;
}

.opacity-1 {
    opacity: 1 !important;
}


/* ADD DIVERS THEME */

.card .comment-card-news {
    position: absolute;
    bottom: 17px;
    right: 20px;
    color: #FFF;
    font-size: 12px;
    background: rgba(0,0,0, 0.8);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 5px;
}

.card-post ul li {
    font-size: 12px;
}

.card-post .card-title {
    min-height: 32px;
}

.card .category {
    position: absolute;
    bottom: 20px;
    left: 25px;
    color: #FFF;
    font-size: 14px;
}
.card .category i {
    margin-right: 8px;
}
.card .category .label {
    font-size: 11px;
    text-transform: uppercase;
    padding: 7px 10px;
    font-weight: 400;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

.post .post-caption {
    background-color: #141619;
    padding: 12px 20px;
    color: #FFF;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* 6. Label
 ================================================================ */
.label {
    display: inline-block;
    padding: 7px;
    font-weight: 500;
    border-radius: 3px;
    font-size: 11px;
    text-shadow: none;
    border: 0;
    color:#fff;
}
.label-default {
    background-color: #2b2b2b;
}
.label-primary {
    background-color: #2776dc;
}
.label-success {
    background-color: #0E9A49;
}
.label-danger {
    background-color: #e74c3c;
}
.label-warning {
    background-color: #FF8E2B;
}
.label-info {
    background-color: #52BAFF;
}
.label span {
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 11px;
}
.label-sm {
    font-size: 12px !important;
}
.label-xs {
    font-size: 11px !important;
}
.label-lg {
    font-size: 24px !important;
}


/*---------- 11. Page Header ----------*/
.page-header .btn-group {
    margin-top: -10px;
}
.page-header {
    border: 0;
    text-align: left;
    margin: 25px 0 25px 0;
    font-size: 18px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: rgba(0,0,0, 0.7);
}
.page-header > i {
    margin-right: 10px;
}


/* VIDEO FIT */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ================ EFFECTS IMAGES =================== */
.covers:hover {
    border:#CCC 1px solid;
    -moz-box-shadow: 0px 0px 10px 0px #656565;
    -webkit-box-shadow: 0px 0px 10px 0px #656565;
    -o-box-shadow: 0px 0px 10px 0px #656565;
    box-shadow: 0px 0px 10px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
}


/***
 *  Review temporaires
 ***/
 .post-review.stars {
     padding: 20px;
     margin: 0;
     background-color: #474747;
     color: #fff;
 }

 .post-review.stars h2, .post-review.stars h3, .post-review.stars h4 {
     font-weight: 500;
     display: block;
 }

 .post-review.stars .product-name, .post-review.stars .product-desc, .post-review.stars .total-score {
     display: block;
 }

 .post-review.stars .product-name h2, .post-review.stars .product-desc h3, .post-review.stars .total-score h4 {
     color: #fff;
 }

 .post-review.stars .total-score .result {
     display: table-cell;
     background-color: #222;
     color: #fff;
     text-align: center;
     vertical-align: middle;
     padding: 15px 20px;
     width: 20%;
 }

 .post-review.stars .total-score .summary {
     display: table-cell;
     width: 100%;
     padding: 15px 20px;
     vertical-align: middle;
     background-color: rgba(0, 0, 0, 0.3);
     color: #fff;
     width: 80%;
 }

 .total-score {
     margin-top: 30px;
 }

 .post-review.stars .total-score .result .summation {
     font-size: 35px;
     line-height: 25px;
     font-weight: bolder;
 }
 .post-review.stars .total-score .rating {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

 .rating .stars.retina i:before {
     content: "\f005";
 }

 .rating .stars.retina.x-3, .rating .stars.retina.x-3 .gray, .rating .stars.retina.x-3 .fill .light {
     width: 120px;
 }

 .rating .stars.retina.x-3 {
     font-size: 21px;
     line-height: 21px;
 }

 .rating .stars.retina .gray {
     color: #c2c2c2;
 }

 .rating .stars.retina.x-3 i {
    margin-left: 3px;
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    top: 0px;
    margin-right: 0px;
    -webkit-font-smoothing: antialiased;
  }

 .rating .stars.retina .fill {
     position: absolute;
     z-index: 3;
     max-width: 100%;
     top: 0;
     color: #ffba00;
     overflow: hidden;
 }

 .post-review.stars .total-score .summary .author-desc > p strong {
     color: #fff;
 }

 .product-desc>p {
    margin: 0;
}

.modal-dialog {
    min-width: 350px;
}

.clearfix{
    clear:both;
}

/* ================ BOX FB =================== */

#fbox-background {
    display: none;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

#fbox-close {
    width: 100%;
    height: 100%;
}

#fbox-display {
    background: #eaeaea;
    border: 5px solid #828282;
    width: 420px;
    height: 510px;
    position: absolute;
    top: 32%;
    left: 37%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#fbox-button {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: -2px;
    z-index: 99999;
}

#fbox-button:before {
    content: "FERMER";
    padding: 5px 8px;
    background: #828282;
    color: #eaeaea;
    font-weight: bold;
    font-size: 10px;
    font-family: Tahoma;
}

#fbox-link,#fbox-link a.visited,#fbox-link a,#fbox-link a:hover {
    color: #aaaaaa;
    font-size: 9px;
    text-decoration: none;
    text-align: center;
    padding: 5px;
}


/* ================ RECOMMANDE BOX =================== */

#recommandeBox.out {
    position: fixed;
    bottom: 0;
    right: 40px;
    width: 330px;
    z-index: 999;
    animation: an 0.5s;
}

#recommandeBox.in { animation: ac 1s; }

/* ================ AJOUTS =================== */

.dot_blue {
    height: 6px;
    width: 6px;
    background-color: #2575dc;
    border-radius: 50%;
    display: inline-block;
}

.dot_green {
    height: 6px;
    width: 6px;
    background-color: #0E9A49;
    border-radius: 50%;
    display: inline-block;
}

#header .nav>ul>li.dropdown-notification>.dropdown-menu .dropdown-block, #header .nav>ul>li.dropdown-notification>.dropdown-menu .dropdown-block {
    max-height: 400px;
    overflow-y: scroll;
}

/* ================ LISTES =================== */

.checkboxListes{cursor:pointer;}
.checkboxListes div.checkboxListes-overlay{position:relative;overflow:hidden;}
.checkboxListes input{opacity:0;position: absolute;cursor:pointer;left: 0;margin: 0;top: 0;z-index:1;width: 100%;height: 100%;}
.checkboxListes label{float:left;line-height:initial;}
.checkboxListes.ch-align-right label{float:right;line-height:initial;}
.checkboxListes div.checkboxListes-container{float:left;}
.checkboxListes.ch-align-right div.checkboxListes-container{float:right;}
.checkboxListes div.checkboxListes-container .checkboxListes-checkmark{position:relative;background-color:#eee;border:1px #ddd solid;}
.checkboxListes div.checkboxListes-checkmark::after{display:none;position: absolute;content: "";border: solid white;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.checkboxListes input:checked ~ .checkboxListes-container > .checkboxListes-checkmark{background-color:#2ba6cb;border:0;}
.checkboxListes input:checked ~ .checkboxListes-container > .checkboxListes-checkmark:after{display:initial;}
.checkboxListes input:checked:hover ~ .checkboxListes-container > .checkboxListes-checkmark{background-color:#2ba6cb;border:0;}
.checkboxListes input:checked:hover ~ .checkboxListes-container > .checkboxListes-checkmark:after{border-color:white;}
.checkboxListes input:hover ~ .checkboxListes-container > .checkboxListes-checkmark{background-color:#ddd;border:1px #ccc solid;}
.checkboxListes input:hover ~ .checkboxListes-container > .checkboxListes-checkmark:after{display:initial;border-color:rgba(190, 190, 190, 1);border-top:0px;border-left:0px;}
.checkboxListes.tiny label{font-size:0.9em;padding:0.14em 1em;}
.checkboxListes.small label{font-size:1em;padding:0.25em 1em;}
.checkboxListes.medium label{font-size:1.25em;padding:0.28em 0.8em;}
.checkboxListes.large label{font-size: 1.5em;padding: 0.26em 0.8em;}
.checkboxListes.tiny .checkboxListes-container .checkboxListes-checkmark{width:20px;height:20px;}
.checkboxListes.small .checkboxListes-container .checkboxListes-checkmark{width:26px;height:26px;}
.checkboxListes.medium .checkboxListes-container .checkboxListes-checkmark{width:34px;height:34px;}
.checkboxListes.large .checkboxListes-container .checkboxListes-checkmark{width:40px;height:40px;}
.checkboxListes.tiny .checkboxListes-container .checkboxListes-checkmark:after{height:12px;width:6px;left:7px;top:3px;border-width:0 2px 3px 0;}
.checkboxListes.small .checkboxListes-container .checkboxListes-checkmark:after{height:15.6px;width:7.8px;left:9.1px;top:3px;border-width: 0 2px 4px 0;}
.checkboxListes.medium .checkboxListes-container .checkboxListes-checkmark:after{height:20.4px;width:10.2px;left:11.9px;top:4px;border-width: 0 3px 5px 0;}
.checkboxListes.large .checkboxListes-container .checkboxListes-checkmark:after{height:24px;width:12px;left:14px;top:5px;border-width: 0 3px 6px 0;}
.checkboxListes.disabled input{display:none;}
.checkboxListes.disabled input:checked ~ .checkboxListes-container > .checkboxListes-checkmark{opacity: .25;cursor: not-allowed;border:0;}
.checkboxListes.disabled .checkboxListes-container > .checkboxListes-checkmark{opacity: .25;cursor: not-allowed;border:1px #666 solid;}
.checkboxListes.disabled label{opacity: .25;cursor: not-allowed;}
.checkboxListes.rounded-3 .checkboxListes-container .checkboxListes-checkmark{border-radius:3px;}
.checkboxListes.rounded-6 .checkboxListes-container .checkboxListes-checkmark{border-radius:6px;}
.checkboxListes.rounded-8 .checkboxListes-container .checkboxListes-checkmark{border-radius:8px;}
.checkboxListes.rounded-10 .checkboxListes-container .checkboxListes-checkmark{border-radius:10px;}
.checkboxListes.rounded-16 .checkboxListes-container .checkboxListes-checkmark{border-radius:16px;}

.ui-sortable-placeholder {
    border: 3px dashed #042038;
    height: 100px;
    background: #0f65a4;
}

.widget-games .liste-rangee {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 100px;
    width: 100%;
    padding: 10px 20px;
    position: relative;
}
.widget-games .liste-rangee a {
    background-repeat: inherit;
    background-size: inherit;
    background-position: inherit;
    display: inherit;
    height: inherit;
    width: inherit;
    padding: inherit;
    position: inherit;
}

.widget-games .liste-rangee:hover .overlay {
    opacity: .80;
}

.widget-games .liste-rangee .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #232323 0%, #232323 26%, rgba(37, 37, 37, 0.14) 100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.widget-games .liste-rangee .widget-block {
    position: relative;
    z-index: 3;
    display: table;
    width: 100%;
    height: 100%;
}

.widget-games .liste-rangee .widget-block .count {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    float: left;
    font-size: 27px;
    color: rgba(255, 255, 255, 0.5);
}

.widget-games .liste-rangee .widget-block .description {
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
    text-align: left;
    width: 95%;
}

.widget-games .liste-rangee .widget-block h5 {
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0;
    margin-top: -5px;
}

.widget-games .liste-rangee .widget-block .date {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
