@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: 100%;
}

.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 0;
    text-align: center;
}

/* ----------------------------------------------------------
Â Â Â 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;
}

.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;
}

.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: 25px;
    font-weight: bold;
    line-height: 12px;
    background: transparent url(../images/pages/icn-arrow-right-blue.png) no-repeat 100% 19px;
    *display: inline;
    *zoom: 1;
}

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

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

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

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

.article-post-title {
/*    margin-bottom: 20px;*/
    margin: 0;
    font-size: 28px;
    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 + 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:hover .share-post-label {
    opacity: 0;
    filter: alpha(opacity=0);
}

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

.share-post:hover 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 {
    position: relative;
    margin-right: 6px;
    margin-left: -25px;
}

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

.pagination-content {
    clear: both;
    height: 54px;
    padding: 19px 0;
    border: 1px solid #e3e4e6;
    border-width: 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/pages/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: 50%;
    margin-right: 20px;
}

.layout-single-agenda {
    overflow: auto;
}

.lsa-content {
    overflow: hidden;
}

.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 {
    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/mouth.gif) no-repeat center 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 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/pages/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;
}

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

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

.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;
}

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

.header-diary-archives {
    float: right;
    padding-right: 25px;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    color: #070f18;
    background: transparent url(../images/pages/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;
}

