@charset "UTF-8";

.bloc-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e4e6;
}

/* ----------------------------------------------------------
   Breadcrumbs
   ------------------------------------------------------- */

.blog-breadcrumbs {
    margin-bottom: 15px;
}

/* ----------------------------------------------------------
   Header Navigation Content
   ------------------------------------------------------- */

.header-nav-content {
    position: relative;
    padding-right: 200px;
    padding-bottom: 20px;
    min-height: 35px;
}

.hnc-title {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e3e4e6;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.hnc-picture {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 5px;
    width: 200px;
    text-align: right;
}

.hnc-picture img {
    max-height: 72px;
}

.hnc-title a{
    color:#0F0F12;
}

.hnc-content {
    overflow: hidden;
}

.hnc-main-nav {
    min-height: 40px;
    line-height: 36px;
}

.hnc-second-nav {
    margin-top: 10px;
    min-height: 15px;
}

.hnc-second-nav li {
    line-height: 15px;
}

.hnc-main-nav li {
    display: inline-block;
    margin-right: 1px;
    font-size: 13px;
    font-weight: bold;
    line-height: 27px;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.hnc-main-nav a {
    display: block;
    height: 27px;
    padding: 0 10px;
    color: #fff;
    background-color: #1d5ea8;
}

.hnc-main-nav .current a,
.hnc-main-nav a:hover {
    background-color: #070f18;
}

.hnc-second-nav li {
    display: inline;
    margin-right: 17px;
    vertical-align: middle;
}

.hnc-second-nav a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #1d5ea8;
}

.hnc-second-nav .current a,
.hnc-second-nav a:hover {
    color: #070f18;
}

/* ----------------------------------------------------------
   Header Podcast
   ------------------------------------------------------- */

.details-podcast-action {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
}

@media(min-width:1492px) {
    .details-podcast p {
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -ms-column-count: 2;
        -ms-column-gap: 20px;
        -o-column-count: 2;
        -o-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
}

.le-button-abonnement-podcast {
    font-size: 14px;
    font-weight: bold;
}

/* ----------------------------------------------------------
   Menu club
   ------------------------------------------------------- */

.menu-club {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e4e6;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -ms-column-count: 3;
    -ms-column-gap: 20px;
    -o-column-count: 3;
    -o-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

@media(min-width:1492px) {
    .post-type-archive .menu-club {
        -webkit-column-count: 6;
        -webkit-column-gap: 20px;
        -moz-column-count: 6;
        -moz-column-gap: 20px;
        -ms-column-count: 6;
        -ms-column-gap: 20px;
        -o-column-count: 6;
        -o-column-gap: 20px;
        column-count: 6;
        column-gap: 20px;
    }
}

.menu-club li {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.menu-club a {
    display: inline-block;
    color: #070f18;
    *display: inline;
    *zoom: 1;
}

.menu-club a.current,
.menu-club a:hover {
    color: #1d5ea8;
}

.menu-club a.current {
    padding-right: 15px;
    background: transparent url(../images/pages/icn-checked.png) no-repeat 100% 2px;
}

/* ----------------------------------------------------------
   Responsive Post list
   ------------------------------------------------------- */

.details-podcast,
.responsive-post-container {
    position: relative;
    padding: 0 230px 15px 0;
}

.details-podcast{
    min-height:40px;
}

.responsive-post-container-no-sidebar {
    padding-right: 0;
}

.responsive-content-sidebar {
    position: absolute;
/*    top: 20px;*/
    top: 0px;
    right: 0;
    width: 210px;
    text-align: left;
}

.responsive-content-sidebar > li + li {
    margin-top: 20px;
}

.right-sidebar.fixme{
    position:fixed;
    top:20px;
    right:77px;
}

/* Illu */

.rpl-push-illu {
    padding: 20px 20px 5px 0 !important;
    text-align: center;
}

.rpl-push-illu .illu {
    background-color: #fff;
}

/* ----------------------------------------------------------
   Loop Short
   ------------------------------------------------------- */

.loop-short {
    padding-right: 20px;
    max-width: 400px;
    color: #383f46;
}

.loop-short + .loop-short .loop-short-container {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #e3e4e6;
}

.responsive-post-list.category-encours .loop-short{
    max-width:100%;
}

.lpsh-illu-container {
    display: block;
    position: relative;
    margin-bottom: 11px;
}

.lpsh-over {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    background: #1d5ea8 url(../images/pages/over-illu.png) no-repeat center center;
    background-color: rgba(29,94,168,.9);
    filter: alpha(opacity=0);
}

.lpsh-illu-container:hover .lpsh-over {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.main-loop-short .lpsh-illu,
.main-loop-short .lpsh-illu img {
    filter: alpha(opacity=99);
    opacity:0.99;
}

.lpsh-illu-container .lpsh-illu:hover,
.lpsh-illu-container .lpsh-illu {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.lptv-illu,
.lpsh-illu {
    display: block;
    width: 100%;
    margin-bottom: 11px;
}

.lptv-cat,
.lpsh-cat {
    display: block;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    color: #1d5ea8;
}

.lptv-title,
.lpsh-title {
    margin-bottom: 2px;
    padding: 4px 0;
    font-size: 18px;
    line-height: 22px;
}

.lpsh-subtitle {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}

.lptv-title,
.lptv-title a,
.lpsh-title,
.lpsh-title a {
    color: #070f18;
}

.main-loop-short:hover .lptv-title a,
.main-loop-short:hover .lpsh-title a,
.lptv-title a:hover,
.lpsh-title a:hover {
    color: #1d5ea8;
}

.lpsh-content p {
    margin-bottom: 15px;
}

.lpsh-content p,
.lptv-content p {
    line-height: 18px;
    word-wrap: break-word;
}

.icn-content-play {
    display: block;
    padding-left: 25px;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    color: #0f0f12;
    background: transparent url(../images/content/icn-play.png) no-repeat left top;
}

/* ----------------------------------------------------------
   Loop club
   ------------------------------------------------------- */

.list-loops-club > li {
    padding-bottom: 30px;
}

.list-loops-club > li + li {
    padding-top: 30px;
    border-top: 1px solid #e3e4e6;
}

/* Header
   ----------------------- */

.lpclu-header {
    position: relative;
    margin-bottom: 15px;
    padding-left: 60px;
    min-height: 50px;
}

/* Avatar */

.lpclu-avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.lpclu-avatar img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-background-clip: border;
    -moz-background-clip: border;
    background-clip: border;
}

/* Title */

.lpclu-title {
    margin-bottom: 2px;
    font-size: 32px;
    line-height: 1;
    color: #070f18;
}

.lpclu-title a {
    color: inherit;
}

.lpclu-title a:hover,
.lpclu-title a:focus {
    color: #1d5ea8;
}

/* Metas */

.lpclu-infos {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #cecfd1;
}

.lpclu-infos time {
    color: #9da0a3;
}

/* Content
   ----------------------- */

.lpclu-content {
    color: #383f46;
}

.lpclu-content p {
    font-size: 12px;
    line-height: 18px;
}

.lpclu-content p.lpclu-illu {
    text-align:center;
}

.lpclu-content .more-link:before {
    content: '';
    display: block;
    height: 18px;
}

.lpclu-content .more-link {
    display: inline-block;
    padding-right: 20px;
    font-weight: bold;
    line-height: 12px;
    background: transparent url(../images/darcel/icn-arrow-right-blue.png) no-repeat 100% 19px;
    *display: inline;
    *zoom: 1;
}

/* ----------------------------------------------------------
   Single
   ------------------------------------------------------- */

.container-main-content-post {
    background-color: #fff;
    border-bottom: 1px solid #e3e4e6;
    padding-top: 35px;
}

.main-content-post {
    padding-bottom: 15px;
}

/* Content
   ----------------------- */

.header-article-post{
    margin:0 0 20px 0;
}

.header-article-post .single-post-cat {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #1d5ea8;
}

.article-post-title {
/*    margin-bottom: 20px;*/
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #070f18;
}

.article-post-subtitle {
/*    margin-bottom: 20px;*/
    margin:7px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #1d5ea8;
    text-transform:uppercase;
}


.post-content {
    margin-bottom: 20px;
    overflow: hidden;
    color: #383f46;
}

.post-content p,
.post-content li {
    font-size: 12px;
    line-height: 18px;
}

.post-content ul {
    padding-left: 18px;
    list-style: disc;
}

.post-content ul ul {
    list-style: circle;
}

.post-content p,
.post-content ul {
    margin-bottom: 18px;
}

.post-content p:last-child,
.post-content ul:last-child {
    margin: 0;
}

/* Tags
   ----------------------- */

.post-tags-list {
    margin: 20px 0;
}

.post-tags-list a {
    font-weight: bold;
}

.post-tags-list a + a {
    margin-left: 15px;
}

/* Share
   ----------------------- */

.share-post {
    clear: both;
    position: relative;
    height: 23px;
    margin: 20px 0;
}

.share-post-label {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 13px;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    color: #070f18;
    background: transparent url(../images/pages/icn-plus.png) no-repeat 0 7px;
}

.share-post li,
.share-post .share-post-label {
    opacity: 0;
    filter: alpha(opacity=0);
}

.share-post li {
    z-index: 1;
    float: left;
    position: relative;
    height: 20px;
    line-height: 20px;
}

.share-post li {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.share-post li + li {
    margin-left: 20px;
}

.share-post-pinterest {
    top: 0;
    left: -27px;
    margin-right: 35px;
}

.share-post-facebook .fb-like, .share-post-facebook .fb-share-button {
    position: relative;
    width: 124px;
    text-align: right;
    margin-left: -25px;
}

/*  Share svg */

.share-post li {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.share-post .fake-a,
.share-post li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.share-post li span {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    fill: #9da0a3;
}

.share-post li a svg {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.share-post .icon-twitter {
    width: 14px;
    height: 12px;
}

.share-post .icon-facebook {
    width: 8px;
    height: 14px;
}

.share-post .icon-googleplus {
    width: 14px;
    height: 14px;
}

.share-post .icon-pinterest {
    width: 12px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.share-post .icon-pinterest svg {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.share-post-pinterest a[class^="PIN"] {
    opacity: 0;
    width: 100% !important;
    height: 100% !important;
    position: relative;
    z-index: 4;
}

.share-post-pinterest {
   top: auto;
   left: auto;
   margin-right: 0;
   position: relative;
}

.share-post .fake-a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.share-post-twitter:hover a span,
.share-post-twitter:hover a {
    border-color: #00aced;
    fill: #00aced;
}

.share-post-facebook:hover a span,
.share-post-facebook:hover a {
    border-color: #3b5998;
    fill: #3b5998;
}

.share-post-pinterest:hover .fake-a span,
.share-post-pinterest:hover .fake-a {
    border-color: #cb2027;
    fill: #cb2027;
}

.share-post-googleplus:hover a span,
.share-post-googleplus:hover a {
    border-color: #dd4b39;
    fill: #dd4b39;
}

/* Pagination Single
   ----------------------- */

.pagination-content {
    clear: both;
    height: 54px;
    padding: 19px 0;
    border: 1px solid #e3e4e6;
    border-width:  0 0 1px 0;
}

.pagination-content .next,
.pagination-content .prev {
    width: 48%;
    overflow: hidden;
}

.pagination-content .next {
    float: right;
    text-align: right;
}

.pagination-content a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    max-width: 100%;
    border: 20px solid #fff;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    color: #070f18;
    opacity: 0.99;
    background: #fff url(../images/darcel/pagi-single.png) no-repeat left center;
    filter: alpha(opacity=99);
    *display: inline;
    *zoom: 1;
}

.pagination-content a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.pagination-content .next a {
    padding: 0 30px 0 0;
    background-position: right center;
}

#prev-top-pagination {
    width: 200px;
    margin: 20px auto 0 auto;
    background-position: center center;
}

.responsive-post-container #prev-top-pagination{
    margin-bottom:20px;
}

.responsive-post-container #prev-top-pagination {
    margin-bottom: 20px;
}

#prev-top-pagination.infinite-scroll-load {
    text-indent: -9999px;
    background: url(../images/pages/loader-bg-blue.gif) no-repeat center center #1D5EA8;
}

/* ----------------------------------------------------------
   Single Music
   ------------------------------------------------------- */

.layout-music {
    padding-bottom: 20px;
    overflow: hidden;
}

.laym-content {
    position: relative;
    padding-left: 345px;
}

.laym-illu {
    float: left;
    width: 325px;
}

.layout-music .tracklist_title{
    font-size:14px;
    color:#070f18;
    line-height:18px;
}


/* ----------------------------------------------------------
   Single Agenda
   ------------------------------------------------------- */

.lsa-gallery {
    float: left;
    width: 43%;
    margin-right: 5%;
}

.lsa-content {
    float: left;
    width: 48%;
}

.article-post-title.lsa-title {
    margin-bottom: 10px;
}

.lsa-date {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #1d5ea8;
}

/* ----------------------------------------------------------
   Widgets
   ------------------------------------------------------- */

/* Menu du jour
   ----------------------- */

.widget_menudujour_inner {
    padding: 8px 10px 10px;
    border: 5px solid #e3e4e6;
    background-color: #fff;
}

.widget_menudujour_title {
    /*background: url(../images/illustrations/menu-jourHK.png) no-repeat center top;*/
    /*padding-top: 95px;*/
    margin: 0 0 6px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #e3e4e6;
    font-size: 18px;
    line-height: 1;
    color: #1d5ea8;
}

.widget_menudujour_content {
    margin-bottom: 13px;
    color: #383f46;
}

.widget_menudujour_content p {
    font-size: 12px;
    line-height: 15px;
}

.widget_menudujour_content strong {
    color: #6b6e76;
}

.btn-link-waterbar {
    display: block;
    text-align: center;
    text-transform: none;
    background-color: #1d5ea8;
}

.info-menudujour {
    padding-top: 170px;
    background: transparent url(../images/illustrations/sleeping-monster.png) no-repeat center top;
    text-align:center;
    color: #1d5ea8;
}

/* Dernier Podcast
   ----------------------- */

.widget_dernierpodcast_link {
    display: block;
    height: 40px;
    padding: 0 20px 0 40px;
    line-height: 40px;
    background-color: #fff;
    background-position: 12px 10px;
}

/* Dernière Galerie
   ----------------------- */

.widg-last-post {
    display: block;
    text-align: center;
    font-size: 12px;
}

.widg-lp-illu {
    position: relative;
    margin-bottom: 7px;
}

.widg-lp-illu img {
    width: 210px;
    height: 120px;
}

.widg-lp-illu .title {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
}

.widg-lp-illu .title em {
    padding: 0 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    background: transparent url(../images/pages/icn-arrow-right-white.png) no-repeat right center;
}

.widg-lp-details strong,
.widg-lp-details time {
    display: block;
}

.widg-lp-details strong {
    font-size: 14px;
    font-weight: bold;
    color: #070f18;
}

.widg-lp-details time {
    color: #6b6d75;
}

/* Widget display
   ----------------------- */

.widget-display {
    display: block;
    position: relative;
}

.widget-display .title-display {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    text-align: center;
}

.widget-display .title-display em {
    padding: 0 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    background: transparent url(../images/pages/icn-arrow-right-white.png) no-repeat right center;
}

.widget-display img {
    width: 210px;
    height: 120px;
}

/* ----------------------------------------------------------
   List Archive TV
   ------------------------------------------------------- */

.list-archive-tv {
    overflow: hidden;
    border-top:1px solid #e3e4e6;
    margin-top:20px;
    padding-top: 20px;
}

.list-archive-tv > li {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

/* ----------------------------------------------------------
   Gallery
   ------------------------------------------------------- */

.clrz-gallery {
    position: relative;
    margin-bottom: 25px;
    padding-top: 395px;
    overflow: hidden;
}
.clrz-gallery.loading{
    background:url(../images/loaders/velofond.gif) no-repeat center #fff;
}


.clrz-gallery-container.galerie .clrz-gallery{
    padding-top:415px;
}

.clrz-gallery.clrz-gallery-one {
    padding: 0;
    text-align: center;
}

.clrz-gallery-one,
.clrz-gallery-one img {
    width: auto;
}

.clrz-gallery.loading{
/*    background:url(../images/pages/ajax-loader.gif) no-repeat center center;*/
/*    text-indent:-9999px;*/
}

.clrz-gallery ul,
.clrz-gallery .cpm-gallery-link,
.clrz-gallery .slide-pagination-gallery{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.clrz-gallery.loading ul,
.clrz-gallery.loading .cpm-gallery-link,
.clrz-gallery.loading .slide-pagination-gallery{
    opacity: 0;
    filter: alpha(opacity=0);
}

.clrz-gallery-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 20000px;
    height: 345px;
    padding: 0;
    overflow: hidden;
    text-align: left;
}

#fulllightbox-container .clrz-gallery{
    height:100%;
    padding:0;
    margin:0;
    min-height:650px;
}

#fulllightbox-container .clrz-gallery-images{
    top:50%;
    margin-top:-250px;
    height:500px;
}

#fulllightbox-container .clrz-gallery-images li{
    max-height:100%;
    height:100%;
}

#fulllightbox-container .clrz-gallery-images .imgbloc img{
    height:500px;
    max-height:500px;
}

#fulllightbox-container .clrz-gallery .bloc-slider-pagination{
    right:132px;
    bottom:20px;
    left:20px;
}

#fulllightbox-container .slide-pagination-gallery{
    bottom:20px;
    right:41px;
}

/* Images
   ----------------------- */

.clrz-gallery-images li {
    display: block;
    float:left;
    height: 345px;
    vertical-align: top;
/*    *display: inline;
    *zoom: 1;*/
/*    min-width:500px;*/
    position:relative;
    background-color:#fff;
}


.clrz-gallery-images li.imgbloc{
    line-height:345px;
}

.clrz-gallery-images li .filter{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    display:block;
    cursor:pointer;
    z-index:2000;
}

.clrz-gallery-images li.current .filter{
    display:none;
}

.clrz-gallery-images li .legend{
    position:absolute;
    left:10px;
    bottom:10px;
/*    background-color:#fff;*/
    padding:5px;
    z-index:5;
    margin:0;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.clrz-gallery-images li.current .legend{
    opacity: 1;
    filter: alpha(opacity=100);
    left:10px;
}

.clrz-gallery-images iframe,
.clrz-gallery-images .video-pour-mamax {
    height: 345px;
}

.clrz-gallery-images img,
.clrz-gallery-images .video-js{
    width: auto;
/*    max-height: 345px;*/
    opacity: 0.20;
    cursor: pointer;
    filter: alpha(opacity=20);
    max-height:100%;
    max-width:900px;
    height:100%;
}

.clrz-gallery-images img{
    vertical-align:middle;
    display:inline-block;
}

.clrz-gallery-images .imgvideo img{
    height:100%;
}

.clrz-gallery-images .current img,
.clrz-gallery-images .current .video-js{
    opacity: 0.999;
/*    cursor: default;*/
    filter: alpha(opacity=99);
}

@media(min-width:1492px) {
    .clrz-gallery-images img,
    .clrz-gallery-images .video-js {
/*        max-height: 500px;*/
    }

    .clrz-gallery-images li,
    .clrz-gallery-images {
        height: 500px;
    }


    .clrz-gallery-images li.imgbloc{
        line-height: 500px;
    }

    .clrz-gallery {
        padding-top: 550px;
    }

    .clrz-gallery-container.galerie .clrz-gallery{
        padding-top:570px;
    }


}

/* Pagination
   ----------------------- */

.clrz-gallery  .cpm-gallery-link{
    bottom:0;
    left:0;
    text-indent:-9999px;
}

.clrz-gallery .bloc-slider-pagination{
    position:absolute;
    bottom:0;
    right:102px;
    left:45px;
    height:40px;
}

.galerie.clrz-gallery .bloc-slider-pagination{
    height:60px;
}

.clrz-gallery-container.galerie .clrz-gallery .bloc-slider-pagination{
    height:60px;
}

.clrz-gallery .slider-pagination{
    position:relative;
    overflow:hidden;
    height:100%;
    width:100%;
}

.clrz-gallery .clrz-gallery-pagination {
    margin: 0;
    padding-left: 0;
    list-style: none;
    position:absolute;
    left:0;
    top:0;
}

.clrz-gallery-pagination li {
    float: left;
    margin-right: 5px;
    background-color: #1d5ea8;
}

.clrz-gallery-pagination li,
.clrz-gallery-pagination img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.clrz-gallery-pagination li,
.clrz-gallery-pagination img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.clrz-gallery.galerie .clrz-gallery-pagination li,
.clrz-gallery.galerie .clrz-gallery-pagination img {
    width: 90px;
    height: 60px;
}



.clrz-gallery-pagination .current img {
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.slide-pagination-gallery{
    position:absolute;
    right:0;
    bottom:0;
    float:right;
/*    padding:0 0 9px 0;*/
    border-left:solid #e3e4e6 1px;
    height:40px;
    line-height:40px;
    width:91px;
}

.clrz-gallery-container.galerie .slide-pagination-gallery{
    height:60px;
}

.clrz-gallery-container.galerie .slide-pagination-gallery .counterbloc{
    float:none;
    width:100%;
    text-align:center;
    height:30px;
}

.clrz-gallery-container.galerie .slide-pagination-gallery .navibloc{
    margin:0 auto;
    width:50px;
    float:none;
}

.slide-pagination-gallery.hide{
    display:none;
}

.slide-pagination-gallery .counterbloc{
    float:left;
    width:35px;
    text-align:right;
    font-size:12px;
    color:#6b6e76;
/*    font-weight:bold;*/
}

.slide-pagination-gallery .navibloc{
    float:right;
    margin:10px 0 10px 6px;
}

.slide-pagination-gallery .navibloc .btn-slide-pagi{
    display:block;
    width:21px;
    height:21px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float:left;
    margin:0 0 0 4px;
    text-indent:-9999px;
    cursor:pointer;
    background:url(../images/darcel/slide-single.png) #e3e4e6 no-repeat 0 0;
}

.slide-pagination-gallery .navibloc .btn-slide-pagi.prev{
    background-position:0 -21px;
}

/* ARCHIVE PAGE */

.loop-archive{
    min-width:132px;
    height:207px;
/*    padding:11px 10px 0 10px;*/
/*    float:left;*/
/*    margin:0 20px 0 0;*/
    overflow:visible;
}

.loop-archive .loop-item{
    padding:10px 10px 0 10px;
    background-color:#fff;
    overflow:hidden;
    height:197px;
}

.loop-archive .li-link{
    text-align:left;
}

.loop-archive .li-illu{
    width:131px;
    height:131px;
    background-color:#F9F9F9;
    display:block;
    text-align:center;
}

.loop-archive .li-name{
    margin:0 0 2px 0;
}

.loop-archive .date{
    text-align:left;
    margin:0 0 4px 0;
}

/* ----------------------------------------------------------
   Category TV
   ------------------------------------------------------- */

.loop-category-tv .loop-tv {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.loop-category-tv .loop-tv .loop-tv-container {
    padding: 0 10px 0 0;
}

.loop-category-tv .loop-tv:nth-child(even)> .loop-tv-container {
    padding: 0 0 0 10px;
}

.loop-category-tv .loop-tv + .loop-tv + .loop-tv .lptv-header {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e4e6;
}

/* ----------------------------------------------------------
   Page Water-Bar
   ------------------------------------------------------- */

/* Title
   ----------------------- */

.title-diary,
.title-water-bar {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #070f18;
}

.title-diary:before,
.title-water-bar:before {
    content: '/ ';
    color: #1d5ea8;
}

/*  Evenement HK */

/*.page-id-90139 .title-water-bar {*/
    /*background: url(../images/illustrations/menu-jourHK.png) no-repeat left top;*/
    /*padding-top: 88px;*/
/*}*/

/*.page-id-31172 .title-water-bar {*/
    /*background: url(../images/illustrations/boissons-waterbarHK.png) no-repeat left top;*/
    /*padding-top: 70px;*/
/*}*/

/*.title-water-bar:before {*/
    /*display: none*/
/*}*/

/* Menu
   ----------------------- */

.content-inner-water-bar {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

.water-bar-illu {
    display: none;
}

/*.water-bar-illu {
    position: absolute;
    right: 20px;
    bottom: 100%;
    width: 150px;
    height: 0;
    opacity: 0.0;
    background: transparent url(../images/illustrations/oui-colette.png) no-repeat top left;
    filter: alpha(opacity=0);
}

.content-inner-water-bar:hover .water-bar-illu {
    height: 60px;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.content-inner-water-bar:hover .water-bar-illu:hover {
    height: 115px;
}

.menu-water-bar h3 {
    margin-bottom: 5;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #9d9fa3;
}*/

.menu-water-bar * + h3 {
    margin-top: 25px;
}

.menu-water-bar ul {
    padding-bottom: 25px;
}

.menu-water-bar li {
    position: relative;
    padding: 3px 150px 3px 0;
    border-bottom: 1px dashed #e3e4e6;
    font-size: 12px;
    line-height: 19px;
    color: #383f46;
}

.menu-water-bar li strong {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.menu-water-bar li em {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #6b6e76;
}

.menu-water-bar li span {
    display: block;
    text-decoration: none!important;
    font-size: 11px;
    color: #888;
}

.menu-water-bar em {
    font-style: normal;
}

.menu-water-bar p em {
    color: #9da0a3;
}

/* ----------------------------------------------------------
   Archive water-bar
   ------------------------------------------------------- */

.list-water-bar {
    margin-right: 230px;
}

.list-water-bar > li + li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e3e4e6;
}

.list-water-bar .lwb-illu{
    text-align:center;
}

.list-water-bar .lwb-illu img{
    display:inline-block;
    max-width:100%;
    height:auto;
}

.waterbar-sidebar {
    float: right;
    width: 220px;
}

/* Loop water bar
   ----------------------- */

.lwb-title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    color: #070f18;
}

.lwb-title a {
    color: #070f18;
}

.lwb-title a:focus,
.lwb-title a:hover {
    color: #1d5ea8;
}

/* ----------------------------------------------------------
   Archive diary
   ------------------------------------------------------- */

/* Header
   ----------------------- */

.header-diary {
    padding-bottom: 13px;
    min-height: 40px;
    background: transparent url(../images/darcel/agenda.png) no-repeat 99% 0;
    background-size: auto 58px;
}

.header-diary-links {
    padding-top: 6px;
    min-height: 40px;
    overflow: hidden;
    line-height: 30px;
}

.header-diary-archives {
    float: right;
    padding-right: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    color: #070f18;
    background: transparent url(../images/darcel/icn-arrow-right-blue.png) no-repeat right center;
}

.header-diary-links li,
.header-diary-links li a {
    display: inline-block;
    line-height: 27px;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.header-diary-links li {
    margin-right: 3px;
}

.header-diary-links li a {
    padding: 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #1D5EAD;
}

.header-diary-links a:hover,
.header-diary-links a:focus,
.header-diary-links .current a {
    background-color: #070f18;
}

/* Loops
   ----------------------- */

* + .title-diary {
    margin-top: 20px;
}

/* Layout */

.cont-diary-list .loop-diary {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.loop-diary-container {
    padding: 0 10px 20px;
}

.loop-diary-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e4e6;
}

.list-diary-loops {
    position: relative;
    margin: 0 -10px;
}

@media(min-width:1492px) {
    .cont-diary-list .loop-diary {
        width: 33.3%;
    }
}

/* Content */

.ldia-link {
    display: block;
    margin-bottom: 7px;
}

.ldia-title {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    color: #070f18;
}

.ldia-title a {
    color:inherit;
}

.ldia-title a:hover {
    color:#1d5ea8;
}

.ldia-time {
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #1d5ea8;
}

.ldia-content p {
    font-size: 12px;
    line-height: 18px;
    color: #383f46;
}

.sm2-object-box {
    width: 2px;
    height: 10px;
}

/* ----------------------------------------------------------
   Grille edito
   ------------------------------------------------------- */

.grid-edito {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    position: relative;
    height: 1535px;
    margin-bottom: 40px;
}

.list-isotop-grids.loading{
    position:relative;
    width:100%;
}

.list-isotop-grids.loading .list-blocs{
    position:absolute;
    top:0;
    left:0;
    right:0;
    overflow:hidden;
    opacity:0;
}

.list-isotop-grids.loading .loader{
    height:500px;
    width:100%;
    content:'';
    position: relative;
    background: #fff url("../images/loaders/velofond.gif") no-repeat scroll center center;
}


.isotope-grid .push {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    position: absolute;
    /*padding-bottom:20px;*/
}

.isotope-grid .push .container-push {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    overflow: hidden;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
}

.isotope-grid .container-push:hover span.credit{
    opacity:1;
}
.isotope-grid .container-push span.credit{
    text-align: right;
    -webkit-transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -ms-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    position: absolute;
    bottom: 0;
    opacity: 0;
    display: inline-block;
    padding: 10px;
    left: 0;
    right:0;
    color: #d9dadc;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.isotope-grid{
    margin-bottom:20px;
}

.isotope-grid .videobloc,
.isotope-grid .videobloc .video-js{
    max-width:100%;
    max-height:100%;
}

.isotope-grid .push .container-push img{
    display:none;
}

.isotope-grid .push.push-big .container-push img,
.isotope-grid .push.push-little-1 .container-push img,
.isotope-grid .push.push-little-2 .container-push img,{
    width:auto;
    height: 100%;
    position: absolute;
    max-height: 10000px;
    max-width: 10000px;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.isotope-grid .push-big {
    width: 747px;
    height: 498px;
}

.isotope-grid .push-little-1 {
    width: 363px;
    height: 241px;
    max-width: 50%;
    box-sizing: border-box;

}

.isotope-grid .push-little-2 {
    width: 363px;
    height: 236px;
}

.isotope-grid .push-portrait {
    width: 363px;
    height: 498px;
    max-width: 50%;
    box-sizing: border-box;
}

.grid-edito .push-one {
    top: 0;
    left: 0;
}

.grid-edito .push-two {
    top: 0;
    right: 0;
}

.grid-edito .push-three {
    top: 261px;
    right: 0;
}

.grid-edito .push-four {
    top: 518px;
    left: 383px;
}

.grid-edito .push-five {
    top: 518px;
    left: 0;
}

.grid-edito .push-six {
    bottom: 256px;
    right: 0;
}

.grid-edito .push-seven {
    bottom: 0;
    left: 0;
}

.grid-edito .push-eight {
    bottom: 0;
    left: 383px;
}

.grid-edito .push-nine {
    bottom: 0;
    right: 0;
}


@media screen and (min-width: 200px) and (max-width: 1490px){
    .isotope-grid .push-big {
        width: 100%;
        height: 425px;
    }
    .isotope-grid .push-little-1, .isotope-grid .push-portrait,  .isotope-grid .push-little-2{
        width: 325px;
    }

}