﻿body,
html {
    -webkit-font-smoothing: antialiased;
	    height: 100%
}
#tpa_middle,
#tpa_player,
.defileParent {
    table-layout: fixed
}


@font-face {
    font-family: "fjord";
    font-style: normal;
    font-weight: 400;
    src: url(fjord/fjord-font.ttf) format('truetype'), url(fjord/fjord-font.otf) format('opentype')
}


.align-center {
    text-align: center!important;
    clear: both
}
.fa-play-circle:before {

    border: 5px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;}
.titre-description {
font-weight: 500;
    font-size: 13px;
    display: inline-block;
    width: 76%;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;}
.colonnes-titres {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-gap:0;
    -o-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule-width: 0px;
    -moz-column-rule-width: 0px;
    -o-column-rule-width: 0px;
    column-rule-width: 0px;
    width: 100%;
	list-style: none;
}
.align-left {
    text-align: left!important
}
.align-right {
    text-align: right!important
}
.relative {
    position: relative
}
.stick-fixed {
position: absolute!important;
    top: 0;
    right: 180px;
}
.body-masked,
.page-loader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
}
.clearlist,
.clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: 0 0
}
html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
.page {
    overflow: hidden;
    background-color: #e5e5e5;
}
.body-masked {
    display: none;
    height: 100%;
    background: url(../images/loader.gif) center center no-repeat #fff;
    z-index: 100000
}
.mask-delay {
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
    animation-delay: .75s
}
.mask-speed {
    -webkit-animation-duration: .25s!important;
    -moz-animation-duration: .25s!important;
    animation-duration: .25s!important
}
iframe {
    border: none;
	max-width: 100% !important;
	     max-height: 249px;
}
.col-sm-album {width: 31.3333% !important;
    position: relative;
	
    height: 301px !important;
float: left !important;
}
embed,
img:not([draggable]),
object,
video {
    height: auto
}
.text a:hover {
    text-decoration: none!important;
    -moz-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .2s cubic-bezier(0, 0, .58, 1);
    transition: all .2s cubic-bezier(0, 0, .58, 1)
}
.btn-icon>span,
.btn-mod,
a.btn-mod {
    -moz-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .2s cubic-bezier(0, 0, .58, 1)
}
.page-loader {
    display: block;
    height: 100%;
    background: #000000;
    z-index: 99999999999999999999
}
.loader,
.loading {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 45%;
    font-size: 10px;
    text-indent: -12345px;
	position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 110px;
}
.loading {
    background: url(../images/loader.png) center center no-repeat;
    z-index: 100002;
	    background-size: contain;
}
.loader {
      border-top: 4px solid rgba(0, 0, 0, .08);
    border-right: 4px solid rgba(0, 0, 0, .08);
    border-bottom: 4px solid rgba(0, 0, 0, .08);
    border-left: 4px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner .7s infinite linear;
    -moz-animation: spinner .7s infinite linear;
    -ms-animation: spinner .7s infinite linear;
    -o-animation: spinner .7s infinite linear;
    animation: spinner .7s infinite linear;
    z-index: 100001
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
body {
    font-size: 13px;
font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    background-color: #e5e5e5;
	font-weight: 500;
    margin: 0
}
logo a:hover {
    opacity: 0
}
.top-links li a:hover {
    opacity: .5
}
.video-toggle dl dt {
    border: none;
    font-size: 16px;
    letter-spacing: .1em;
    text-align: center;
    border-radius: 30px
}
dl dt {
    letter-spacing: .1em;
    text-align: center
}
dl dd {
    margin-bottom: 15px
}
.font-altbis {
    font-size: 23px;
    color: #f8f8f8!important;
    margin-top: -13px;
    background: #171717;
    display: inline
}
.bg-orange{     background: #6ddcc1;   width: 100%;
    float: right;}
	.bg-orange-sidebar{      background: #6cdcc1;   width: 100%;
    float: right;}
.playlist {
    border-right: 1px dashed #ccc
}
.logo-item{-webkit-filter: grayscale(100%);
filter: grayscale(100%);}
.font-alttitle {
      position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #0e1217;
    z-index: 0;
    max-width: 90%;
    font-weight: 700;
    margin-top: 55px;
    padding: 6px 20px;
    padding: 0 20px;
}
.font-alttitle span {
    position: relative;
    margin-bottom: 10px;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 0 10px
}
.border-bottom2 {
    border-bottom: 2px dotted #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px
}
.btn-mod.btn-color {
    color: #fff;
    background: #e41919
}
.btn-mod.btn-color:focus,
.btn-mod.btn-color:hover {
    color: #fff;
    background: #e41919;
    opacity: .85
}
.form input[type=number],
.form input[type=url],
.form input[type=search],
.form input[type=tel],
.form input[type=password],
.form input[type=date],
.form input[type=color],
.form input[type=text],
.form input[type=email],
.form select {
    display: inline-block;
    height: 27px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    border: 1px solid #0e1217;
    padding-left: 7px;
    padding-right: 7px;
    background: #f8f8f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .2s cubic-bezier(0, 0, .58, 1);
    transition: all .2s cubic-bezier(0, 0, .58, 1)
}
.form select[multiple] {
    height: auto
}
.form input[type=number]:focus,
.form input[type=url]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=password]:focus,
.form input[type=date]:focus,
.form input[type=color]:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form select:focus {
    color: #0e1217;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    outline: 0
}
.form input[type=number].input-lg,
.form input[type=url].input-lg,
.form input[type=search].input-lg,
.form input[type=tel].input-lg,
.form input[type=password].input-lg,
.form input[type=date].input-lg,
.form input[type=color].input-lg,
.form input[type=text].input-lg,
.form input[type=email].input-lg,
.form select.input-lg {
    height: 46px;
    padding-left: 15px;
    padding-right: 15px
}
.form input[type=number].input-md,
.form input[type=url].input-md,
.form input[type=search].input-md,
.form input[type=tel].input-md,
.form input[type=password].input-md,
.form input[type=date].input-md,
.form input[type=color].input-md,
.form input[type=text].input-md,
.form input[type=email].input-md,
.form select.input-md {
    height: 37px;
    padding-left: 13px;
    padding-right: 13px;
    width: 47%;
    float: left;
    border-top: none;
    border-left: none;
    border-right: none;
    background: 0 0;
	margin-bottom: 50px;
}
.float-right,
.sidebar {
    float: right!important
}
.float-left{float:left !important;}
.form input[type=number].input-sm,
.form input[type=url].input-sm,
.form input[type=search].input-sm,
.form input[type=tel].input-sm,
.form input[type=password].input-sm,
.form input[type=date].input-sm,
.form input[type=color].input-sm,
.form input[type=text].input-sm,
.form input[type=email].input-sm,
.form select.input-sm {
    height: 31px;
    padding-left: 10px;
    padding-right: 10px
}
.form textarea {
	height: 110px !important;
    font-weight: 400;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    border-color: rgba(0, 0, 0, .1);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #0e1217;
    background: 0 0
}
.form textarea:hover {
    border-color: rgba(0, 0, 0, .2)
}
.form textarea:focus {
    color: #111;
    border-color: rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 3px rgba(21, 21, 21, .3);
    -moz-box-shadow: 0 0 3px rgba(21, 21, 21, .3);
    box-shadow: 0 0 3px rgba(21, 21, 21, .3)
}
.form div.error,
.form div.success {
    padding: 13px 20px;
    color: #fff;
    text-align: center
}
.form input.error {
    border-color: #e41919
}
.form div.error {
    margin-top: 50px;
    background: #0e1217
}
.form div.success {
    margin-top: 20px;
    background: rgba(50, 178, 95, .75)
}
.form-tip {
    color: #aaa
}
.fullwidth-galley-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25
}
.top-links {
    padding: 0
}
.top-links li .fa {
    font-size: 35px;
    position: relative;
    vertical-align: middle;
    padding-bottom: 3px
}
.top-links li a {
    font-size: 13px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .1s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .1s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .1s cubic-bezier(0, 0, .58, 1);
    transition: all .1s cubic-bezier(0, 0, .58, 1)
}
.inner-nav ul li a,
.nav-logo-wrap .logo {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.playlist2 {
    width: 250px;
    float: right;
    height: 50px;
    text-align: right;
    background: #242424;
    padding: 12px 0 12px 20px;
    height: 70px;
}
.black {
    background: #0e1217
}
.post-prev-img a:hover,
.post-prev-img2 a:hover {
    opacity: .85
}
.nav-logo-wrap {
    float: left;
    margin-right: 20px
}
.nav-logo-wrap .logo {
    display: table-cell;
    vertical-align: middle;
    max-width: 138px;
    height: 75px;
    transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.nav-logo-wrap .logo img {
    max-height: 100%
}
.nav-logo-wrap .logo:after,
.nav-logo-wrap .logo:before {
    display: none
}
.logo,
a.logo:hover {
    font-size: 18px;
    font-weight: 400!important;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: rgba(0, 0, 0, .9)
}
@media (min-width: 850px) {
.col-sm-4 {
        width: 33.33333333% !important;
    }
 
    .small-height {
        height: 55px!important;
        border: none
    }
    .main-nav {
        z-index: 999
    }
}

#tpa_volume_wrapper {
    position: absolute;
    width: 106px;
    height: 20px;
    top: -50px;
}
.volume-container-center {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
}


.visibility span{
display:none;
}  
    .menu ul li a,
    .small-height .menu ul li a {
        line-height: 55px;
        height: 80px!important
    }
    .small-height {
        height: 80px!important;
        border: none
    }
    .menu ul li a {
        display: inline-block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
        -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
        -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
        -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
        transition: all .27s cubic-bezier(0, 0, .58, 1)
    }
    .full-wrapper {
        margin-left: auto;
        max-width: 1500px;
        position: relative;
        margin-right: auto;
        padding-left: 150px
    }
    .main-nav {
        width: 100%;
        height: 80px!important;
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        background: rgba(0, 0, 0, .9);
        z-index: 999;
        -webkit-transition: height .27s cubic-bezier(0, 0, .58, 1);
        -moz-transition: height .27s cubic-bezier(0, 0, .58, 1);
        -o-transition: height .27s cubic-bezier(0, 0, .58, 1);
        -ms-transition: height .27s cubic-bezier(0, 0, .58, 1);
        transition: height .27s cubic-bezier(0, 0, .58, 1)
    }
   
    .album {
        margin-bottom: 0!important
    }
    #tpa_player,
    #tpa_wrapper {
        width: 100%!important
    }
}
.inner-nav ul li a,
.menu ul li a {
    -webkit-box-sizing: border-box;
    text-decoration: none
}

.inner-nav,
.inner-nav ul,
.menu ul {
    float: right;
    margin: auto;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3
}
.inner-nav ul {
    letter-spacing: 1px
}
.inner-nav ul li,
.menu ul li {
    float: left;
    position: relative
}
.inner-nav ul li a {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 4px!important;
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    height: 55px!important
}
.menu ul li a,
.mobile-nav {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.menu ul li a {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .27s cubic-bezier(0, 0, .58, 1);
	color: white !important; 
}
.mn-sub {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background: rgba(30, 30, 30, .97)
}
.mn-sub li {
    display: block;
    width: 100%;
    margin: 0!important
}
.inner-nav ul li .mn-sub li a,
.menu ul li .mn-sub li a {
    display: block;
    width: 100%;
    height: auto!important;
    line-height: 1.2!important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 11px 15px;
    text-align: left;
    text-transform: none;
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    color: #b0b0b0!important;
    cursor: pointer
}
.mobile-on .mn-has-multi>li:last-child>a {
    border-bottom: 1px solid rgba(255, 255, 255, .065)!important
}
.inner-nav ul li .mn-sub li a:hover,
.menu ul li .mn-sub li a:hover,
.mn-sub li a.active,
.mn-sub li a:hover {
    background: rgba(255, 255, 255, .09);
    color: #f5f5f5!important
}
.mn-sub li ul {
    left: 100%;
    right: auto;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, .07)
}
.inner-nav li .mn-sub.to-left,
.inner-nav>ul>li:last-child .mn-sub,
.menu li .mn-sub.to-left,
.menu>ul>li:last-child .mn-sub {
    left: auto;
    right: 0
}
.inner-nav li .mn-sub li ul.to-left,
.inner-nav li:last-child .mn-sub li ul,
.menu li .mn-sub li ul.to-left,
.menu li:last-child .mn-sub li ul {
    left: auto;
    right: 100%;
    top: 0;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, .07)
}
.mn-wrap {
    padding: 8px;
    margin-top: 5px
}
.mn-has-multi {
    width: auto!important;
    padding: 15px;
    text-align: left;
    white-space: nowrap
}
.mn-sub-multi {
    width: 190px!important;
    overflow: hidden;
    white-space: normal;
    float: none!important;
    display: inline-block!important;
    vertical-align: top
}
.btn,
.defile:after {
    white-space: nowrap
}
.mn-sub-multi>ul {
    width: auto;
    margin: 0;
    padding: 0;
    float: none
}
.mn-group-title {
    text-transform: uppercase;
    color: #fff!important
}
.mn-group-title:hover {
    background: 0 0!important
}
.mobile-on .mn-sub-multi>ul {
    left: auto;
    right: auto;
    border: none
}
.mobile-on .mn-sub-multi {
    display: block;
    width: 100%!important
}
.mobile-on .mn-sub-multi>ul>li:last-child>a,
.mobile-on .mn-sub>li:last-child>a {
    border: none!important
}
.mobile-on .mn-sub-multi:last-child>ul {
    border-bottom: none!important
}
.mobile-on .mn-has-sub>.fa {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.mobile-on .js-opened>.mn-has-sub>.fa {
    border-color: rgba(255, 255, 255, .4);
    line-height: 14px
}
.mobile-nav {
    display: none;
    float: right;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
   
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property: background, color
}
.mobile-nav.active,
.mobile-nav:hover {
   
}
.mobile-nav:active {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset;
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset
}
.no-js .mobile-nav {
    width: 20%;
    height: 55px
}
.alt-features-icon img,
.page-section,
.post-prev-img img,
.post-prev-img2 img,
.small-section {
    width: 100%
}
.mobile-on .mobile-nav {
    display: table
}
.mobile-nav .fa {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 21px
}
.main-nav.transparent {
    background: 0 0!important
}
.main-nav.js-transparent {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
    transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.main-nav .tooltip {
    text-transform: none;
    letter-spacing: 0
}
.page-section,
.small-section {
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 140px 0
}
.small-section {
    padding: 0;
}
.small-title {
    padding: 0;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .3em
}
.alt-features-title,
.section-title {
    font-weight: 400;
    text-transform: uppercase
}
.section-icon {
    margin-bottom: 7px;
    text-align: center;
    font-size: 32px
}
.form-group,
.section-title {
    margin-bottom: 15px
}
.small-title .serif {
    text-transform: none;
    font-weight: 400
}
.small-title.white {
    color: #fff
}
.bg-scroll {
    background-attachment: scroll!important
}
.bg-pattern {
    background-repeat: repeat;
    background-size: auto
}
.bg-pattern-over .YTPOverlay:after,
.bg-pattern-over:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: url(../images/pattern-bg-2.png)
}
.contact-item,
.post-prev-img,
.post-prev-img2 {
    position: relative
}
.widget{max-height:300px !important;}
.bg-black {    height: 295px;
 
    padding: 0!important;
	left: 0px;
    max-height: 295px;
}
.ci-icon:before,
.google-map {
    background: #111
}
.section-title {
    font-size: 18px;
    text-align: center;
    letter-spacing: .5em;
    line-height: 1.4
}
.section-text {
    font-size: 15px;
    color: #0e1217;
    line-height: 1em
}
.section-bot-image {
    margin: 140px 0 -140px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}
.post-prev-title {
    margin-bottom: 6px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .2em
}

.mt-text {
    letter-spacing: .3em;
    text-transform: uppercase
}
.post-prev-title a {
    color: #777;
    transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.post-prev-title a:hover {
    color: #111
}
.post-prev-info,
.post-prev-info a {
font-size: 10px;

color: #0e1217;
transition: all .27s cubic-bezier(.3, .1, .58, 1);
text-transform: uppercase;
text-align: left;
float: left;
}
.post-prev-info a:hover,
.post-prev-info2 a {
    -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -ms-transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.post-prev-info a:hover {
    opacity: .5;
    transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.post-prev-info2 a {
font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    transition: all .27s cubic-bezier(.3, .1, .58, 1);
}
.contact-item,
.mt-icon {
    -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -ms-transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.post-prev-info2 a:hover {
    opacity: .5
}
.actu {
    padding-left: 10px;
    margin-right: 1.5%
}
.backcategorie3 {
    display: inline-block;
    margin-left: 3%;
    margin-right: 3%
}
.border-dashed {
    border-bottom: 1px dashed #ccc
}
.post-prev-text3 {
       margin-bottom: 22px;
    color: #232935;
    font-weight: 500;
    line-height: 1.4em;
    padding-right: 50px;
    text-align: left;
}
.ci-icon,
.footer,
.pagination a {
    text-align: center
}
.post-prev-text2 {
    margin-bottom: 22px;
    color: #606060;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 22px;
    border-bottom: 1px dashed #f9f9f9
}
.contact-item {
	float: left;
    margin-bottom: 10px;
    color: #a5a5a5;
    transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.contact-item a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none
}
.contact-item a:hover {
    color: #0e1217;
    text-decoration: none
}
.ci-icon {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 3px;
    color: #fff;
    line-height: 23px
}
.ci-icon:before,
.mt-icon:before {
    top: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
.ci-icon:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.cf-left-col,
.cf-right-col {
    width: 49.4%;
    float: left
}
#map-canvas,
.ci-icon i,
.ci-icon span,
.google-map,
.mt-icon {
    position: relative
}
.footer-social-links a:before,
.mt-icon:before {
    left: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.ci-text {
    font-size: 15px;
    font-weight: 300
}
.cf-left-col {
    margin-right: 1.2%
}
.contact-form .form-group {
    margin-bottom: 10px
}
#map-canvas {
    height: 410px;
    background-color: #111!important;
    z-index: 1
}
.gm-style-cc {
    display: none!important
}
.gm-style-iw div {
    color: #777
}
.mt-icon {
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin: 6px auto 25px;
    color: #111;
    transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.footer a,
.footer-social-links a {
    -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -ms-transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.mt-icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    border-radius: 2px;
    transform: rotate(45deg)
}
.footer-social-links a:before,
.owl-next:before,
.owl-prev:before {
    content: "";
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
.mt-icon i,
.mt-icon span {
    position: relative
}
.mt-text {
    margin-left: 12px;
    font-size: 16px;
    color: rgba(255, 255, 255, .75)
}
.mt-close {
    display: none
}

.footer a {
    color: #a5a5a5;
    text-decoration: none;
    transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.footer {
    background: #000000;
	    padding: 25px 0;
}
.footer-copy {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .5em
}
.footer-made {
    color: #999
}
.footer-social-links {
    font-size: 17px;
    position: absolute;
    width: 100%
}
.footer-social-links a {
    width: 30px;
    height: 30px;
    line-height: 25px!important;
    position: relative;
    margin: 10px 9px;
    text-align: center;
    display: inline-block;
    color: #111;
    transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.footer-social-links a i,
.footer-social-links a span {
    font-size: 19px;
    position: relative;
    top: 1px;
    left: 0;    color: black;
}
.footer-social-links a:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
background: #989eac;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transform: rotate(45deg);
    -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -ms-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    transition: all .27s cubic-bezier(.3, .1, .58, 1)
}
.owl-next,
.owl-prev,
.pagination a {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.footer-social-links a:hover {
    color: #0e1217;
    opacity: 1
}
.footer-social-links a:hover:before {
    background: #f9f9f9;
    opacity: 1
}
.pagination {
    text-align: left;    margin-bottom: 20px;
}
.pagination a {
  display: inline-block;
    min-width: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    color: #606060;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    font-size: 16px;    padding: 7px 15px;    font-weight: 800;
}
.search-field,
.side-panel {
    -moz-box-sizing: border-box
}
.widget-title,
.widget-title2 {
    text-transform: uppercase
}
.pagination .fa {
    margin-top: 1px;
    font-size: 16px
}
.pagination a:hover {
    text-decoration: none;
    border-color: #bbb;
    color: rgba(51, 51, 51, 1);
}
.pagination a.active,
.pagination a.active:hover {
    color: #ffffff;
    cursor: default;
    background: #c5c5c5;
    font-weight: 800;
    border-radius: 200px;
}
.pagination a.no-active,
.pagination a.no-active:hover {
    border-color: #efefef;
    color: #bbb;
    cursor: default
}
.p-0 {
    padding: 0!important;
    margin-top: -12px
}
.sidebar {
    margin-top: 25px
}

.album,
.recherche,
.video,
.widget-title {
    text-align: center
}

.la-grille {
    position: absolute;
    right: 306px;
    line-height: 55px;
    font-size: 13px;
    color: #f9f9f9;
    top: 0;
    text-align: center;
}
.btn-play-container {
    float: left;
    padding: 15px;
    text-align: right;
    background: #6ddcc1;
    border-radius: 200px;
    height: 47px;
    width: 47px;
}
    .absolute-right {
        position: absolute!important;
        top: 0;
        right: 0;
        width: 32.5%;
        margin-left: auto!important;
        margin-right: auto!important
    }

.widget .img-left {
    margin: 0 10px 10px 0
}
.widget .img-right {
    margin: 0 0 10px 10px
}
.widget-title {
    margin-bottom: 0;
    font-size: 19px;
    background: #0e1217
}
.widget-title2 {
    margin-bottom: 35px;
    display: inline;
    font-size: 13px;
    color: #0e1217;
    background-color: #f8f8f8!important;
    padding: 8px 20px
}
.widget-body {
color: #cbc9c9;
    line-height: initial;
    text-align: left;  

}

.album {
    padding: 0;
    display: inline-block;
    width: 108%;
    right: 0;
    margin-left: -8%;
	margin-top:20px;
}
.recherche2 {
    padding: 47px 0 0 30px;
    margin-left: 13%;
    margin-top: -40px;
    height: 85px
}
.search-wrap {
    position: relative;
    margin-right: 10%
}
.search-field {
    width: 100%!important;
    height: 40px!important;
    box-sizing: border-box
}
.side-panel,
.sp-social-links {
    -webkit-box-sizing: border-box;
    text-align: center
}
.search-button {
    width: 42px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    right: 1px;
    overflow: hidden;
    background: 0 0;
    border: none;
    outline: 0;
    color: #f9f9f9;
    font-size: 17px
}
.search-button:hover {
    color: #111
}
.search-button:hover+.search-field {
    border-color: #ccc
}
.widget-menu {
    text-transform: uppercase
}
.widget-menu li {
    padding: 5px 0
}
.widget-menu li a {
    color: #f9f9f9;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .17s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .17s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .17s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .17s cubic-bezier(0, 0, .58, 1);
    transition: all .17s cubic-bezier(0, 0, .58, 1)
}
.widget-menu li a.active,
.widget-menu li a:hover {
    color: #5beaae
}
.widget-menu li small {
    color: #aaa
}
.widget-posts {
    width: 100%;
		 
}
.retrouver-titre{    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    background: #242424;
    padding: 3px 12px;
    margin-left: 57px;
    text-transform: none;
    letter-spacing: 0;
    display: inline;
    float: left;
    border-radius: 3px;}
.ecoute-div {

	font-weight: 800;
    color: white;
    font-size: 15px;
margin-left: 60px;}

.slider-background-grey
{position:absolute;
height:430px;
width:100%;
background: #606060;
top:0
}
.widget-posts li {
    color: #0e1217;
    padding: 0;
    font-weight: 400;
    text-align: left;
    line-height: 45px;
}
.widget-posts li:first-child {
    color: #green
}

.suivez {
    color: white !important;
}
.hour {
     font-size: 13px!important;
    font-weight: 500 !important;
    width: 16%;
    float: left;
    line-height: 45px;
    color: #a5a5a5;
    white-space: nowrap;
    color: #a5a5a5;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #a5a5a5;
	    font-family: monospace;

}
.line-height-titles
{       border-bottom: 1px dotted #ccc;
    width: 90%;
    overflow: hidden;
    line-height: 45px;
    vertical-align: middle;
    max-height: 45px;}

.widget-posts li a {
    display: block;
    color: #cbc9c9;
    text-decoration: none;
    -webkit-transition: all .17s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .17s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .17s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .17s cubic-bezier(0, 0, .58, 1);
    transition: all .17s cubic-bezier(0, 0, .58, 1);
}
.widget-posts li a:hover {
    opacity: .5
}
.widget-posts-img {
    float: left;
    margin: 0 7px 0 0
}
.widget-posts-descr {
overflow: hidden;
    padding: 0 12px;
    width: 75%;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2em;
    color: #a5a5a5;
    font-weight: 500;
    max-height: 45px;
}
.margin-block {
    margin-bottom: 30px
}
.owl-carousel {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto
}
.owl-buttons {
    position: static
}
.owl-next,
.owl-prev {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 105px;
    height: 105px;
    line-height: 101px;
font-size: 30px;
    text-align: center;
    color: #c4c5c4;
    z-index: 6;
    transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.owl-prev {
    left: -50px
}
.owl-next {
    right: -50px
}

.owl-next:before {
    left: auto;
    right: 0
}
.owl-next .fa,
.owl-prev .fa {
    position: relative
}
.owl-next:hover,
.owl-prev:hover {
    -webkit-transition: 0 none!important;
    -moz-transition: 0 none!important;
    -ms-transition: 0 none!important;
    -o-transition: 0 none!important;
    transition: 0 none!important
}
.owl-page span,
.sp-menu-links a {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.owl-next:hover:before,
.owl-prev:hover:before {
    opacity: .87
}
.owl-next:active:before,
.owl-prev:active:before {
    opacity: .6
}
.owl-carousel:hover .owl-prev {
    opacity: 1;
    left: -35px
}
.owl-carousel:hover .owl-next {
    opacity: 1;
    right: -35px
}
.owl-pagination {
	    display: none;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center
}
.owl-page {
    display: inline-block;
    padding: 6px 4px;
    position: relative
}
.owl-page span {
    width: 9px;
    height: 9px;
    display: block;
    background: rgba(255, 255, 255, .4);
    position: relative;
    z-index: 7!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.sp-button,
.sp-overlay {
    z-index: 1030;
    display: none
}
.owl-page:hover span {
    background: rgba(255, 255, 255, 1)
}
.owl-page.active span {
    background: white
}
.item-carousel .owl-prev {
    left: -125px
}
.item-carousel .owl-next {
    right: -125px
}
section:hover .item-carousel.owl-carousel .owl-prev {
    opacity: 1;
    left: -80px
}
section:hover .item-carousel.owl-carousel .owl-next {
    opacity: 1;
    right: -80px
}
.item-carousel {
    margin-bottom: -50px;
    padding-bottom: 50px
}
.item-carousel .owl-pagination {
    bottom: 0
}
.content-slider .owl-pagination,
.work-full-slider .owl-pagination {
    bottom: 15px
}
.single-carousel,
.small-item-carousel {
    margin-bottom: 30px;
    padding-top: 50px
}
.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination {
    position: relative;
    left: 0;
    top: 35px;
    margin: 0
}
.side-panel,
.sp-overlay {
    position: fixed;
    height: 100%
}
.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span {
    background: rgba(0, 0, 0, .15);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.single-carousel.black .owl-page.active span,
.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page:hover span {
    background: rgba(0, 0, 0, .4)
}
.single-carousel.black .owl-next:hover,
.single-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover {
    color: rgba(0, 0, 0, .35)
}
.single-carousel .owl-prev,
.small-item-carousel .owl-prev {
    left: -125px
}
.single-carousel .owl-next,
.small-item-carousel .owl-next {
    right: -125px
}
section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev {
    opacity: 1;
    left: -80px
}
section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next {
    opacity: 1;
    right: -80px
}
.tpl-tabs {
    border-color: #e5e5e5;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}
.tpl-tabs>li>a {
    text-decoration: none;
    color: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.tpl-tabs>li>a:hover {
    background-color: #f5f5f5
}
.tpl-tabs li.active a {
    color: #0e1217
}
.tpl-tabs-cont {
    padding: 30px 0;
    color: #777;
    line-height: 1.8
}
.tpl-minimal-tabs>li>a {
    padding: 5px 12px;
    border: none!important
}
.tpl-minimal-tabs>li>a:hover {
    border: none!important;
    color: #777
}
.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover {
    border: none!important
}
.highlight pre {
    border-color: #eaeaea;
    background: #fcfcfc;
    color: #555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}


@media only screen and (min-width: 970px) {
#tpa_timerange {
height: 20px !important;
    cursor: pointer !important;
    left: 0;
    max-width: 970px !important;
    position: fixed !important;
    left: 50% !important;
    margin-left: -485px !important;
    width: 100%;
    margin-top: 68px !important;
    width: 970px !important;
}
}
@media only screen and (max-width: 970px) {

#tpa_timerange {
visibility: visible ;
    position: fixed !important;
    left: 0 !important;
    height: 20px !important;
    cursor: pointer !important;
    display: block !important;

    margin-top: 67px !important;

}
}

@media only screen and (max-width: 1024px) {
	#logo {
    margin-left: 4%;
	}
	#navy {

    padding: 0 4%;
}
	
	 .max-container-padding-l   {padding: 0 3%;}
	
    .et-examples .box1 {
        width: 50%
    }
	.container-max-width {

    width: 100%;
}

}
#logo {
    width: 150px;
}
.majax a {
    color: #444444!important;
}
@media only screen and (max-width: 480px) {
	
#sous-titre {
    margin-top: 21px  !important;
    font-size: 10px  !important;
    margin-left: 100px  !important;
}

	.art-img {
    width: 100% !important;

}
.art-txt {
width: 95% !important;
    margin-top: 20px;}
	.ecoutez {
    font-size: 11px !important;
    letter-spacing: 0 !important;

    text-align: right !important;
}
    .et-examples .box1 {
        width: 100% !important;
    }


img.logo {
    max-width: 100px !important;
}
#logo {
padding: 0 0 0 3% !important;}




}



.et-examples .box1:hover {
    background: #f8f8f8;
    color: #111
}
.et-examples .box1>span {
    display: inline-block;
    margin-right: 5px;
    min-width: 70px;
    min-height: 70px;
    border-right: 1px solid #f1f1f1;
    line-height: 70px;
    text-align: center;
    font-size: 32px
}
.sp-overlay {
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(10, 10, 10, .85);
    cursor: crosshair;    z-index: 999999;
}
.side-panel {
z-index: 999999;
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 250px;
    height: 40%;
    top: 30%;
}
.btn-direct {
margin: 0px; !important;}

.sp-button {
  
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: opacity .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: opacity .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: opacity .27s cubic-bezier(0, 0, .58, 1);
    transition: opacity .27s cubic-bezier(0, 0, .58, 1);
    height: 55px;
    color: white;

}
.sp-button:hover {
      opacity: 0.7;
}
.sp-button span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    -webkit-transition: all 70ms cubic-bezier(0, 0, .58, 1);
    -moz-transition: all 70ms cubic-bezier(0, 0, .58, 1);
    -o-transition: all 70ms cubic-bezier(0, 0, .58, 1);
    -ms-transition: all 70ms cubic-bezier(0, 0, .58, 1);
    transition: all 70ms cubic-bezier(0, 0, .58, 1)
}
.sp-button span:after,
.sp-button span:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;
    -webkit-transition: top 70ms cubic-bezier(0, 0, .58, 1), bottom 70ms cubic-bezier(0, 0, .58, 1), -webkit-transform .2s cubic-bezier(0, 0, .58, 1) 70ms;
    -moz-transition: top 70ms cubic-bezier(0, 0, .58, 1), bottom 70ms cubic-bezier(0, 0, .58, 1), -moz-transform .2s cubic-bezier(0, 0, .58, 1) 70ms;
    -o-transition: top 70ms cubic-bezier(0, 0, .58, 1), bottom 70ms cubic-bezier(0, 0, .58, 1), -o-transform .2s cubic-bezier(0, 0, .58, 1) 70ms;
    -ms-transition: top 70ms cubic-bezier(0, 0, .58, 1), bottom 70ms cubic-bezier(0, 0, .58, 1), -ms-transform .2s cubic-bezier(0, 0, .58, 1) 70ms;
    transition: top 70ms cubic-bezier(0, 0, .58, 1), bottom 70ms cubic-bezier(0, 0, .58, 1), transform .2s cubic-bezier(0, 0, .58, 1) 70ms
}
.sp-button span:after {
    top: auto;
    bottom: -6px
}
.sp-menu-links,
.sp-menu-links ul {
    margin: 0;
    padding: 10px 0;
    line-height: 1.3;
    text-align: center
}
.sp-menu-links ul.sp-sub {
    padding: 0
}
.sp-menu-links a {
    display: block;
    position: relative;
    margin: 0;
    padding: 15px 20px;
    color: #f8f8f8;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, .1);
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    z-index: 11
}
.sp-menu-links li.js-opened:before,
.sp-sub {
    display: none
}
.oInput a:hover,
.oInput2 a:hover,
.sp-social-links>a {
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.no-touch .sp-menu-links a:hover,
.sp-menu-links a:active,
.sp-menu-links li.js-opened>a {
    color: #d5d5d5;
    text-decoration: none
}
.no-touch .sp-menu-links a:hover {
    background-color: rgba(255, 255, 255, .3)
}
.sp-menu-links li {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden
}
.sp-menu-links li a.active,
.sp-menu-links li>a:active {
    color: #f8f8f8
}
.js-opened>.sp-has-sub>.fa,
.no-touch .sp-menu-links li.js-opened>a:hover,
.sp-menu-links li.js-opened>a:active {
    color: #fff
}
.sp-sub {
    opacity: 0;
    position: relative
}
.sp-sub>li>a {
    font-weight: 400;
    background-color: rgba(255, 255, 255, .05);
    border-top: 1px dashed #404040;
    padding: 5px 20px
}
.sp-menu-links li.js-opened .sp-sub {
    opacity: 1
}
.sp-search {
    width: 100%
}
.sp-search input.search-field {
    background: 0 0;
    color: #555;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}
.sp-search input.search-field:hover {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}
.sp-search input.search-field:focus {
    color: #999;
    border-color: rgba(255, 255, 255, .7)
}
.sp-search .search-button:hover {
    color: #fff
}
.sp-social-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: inherit;
    padding: 10px 10px 30px;
    background: 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1032
}
.sp-social-links>a {
    display: inline-block;
    margin: 0 2px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
    text-decoration: none;
    color: #555;
    -webkir-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.sp-social-links>a:hover {
    border-color: rgba(255, 255, 255, .3);
    color: #999
}
.slidertext {
font-size: 13px;
    line-height: 1.5em;
    color: #a5a5a5;
	max-width: 260px;
}
.font-alt{    border-bottom: 1px solid #6ddcc1;
display: inline;}
.slidertext2 {
    color: #4d4d4d;
    padding: 7px 24px;
    border-bottom: 1px solid#373737;
    line-height: 1.2em;
	background: black !important;
}
.article-title a {
    line-height: 1em;
    padding: 2px 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    color: #f8f8f8;
}
.mt-5 {
    margin-top: 5px
}
.article-portfolio {
    padding-bottom: 40px;
    margin: 30% 5%
}
.black-back h2,
.green-back h2,
.grey-back h2 {
    margin-bottom: 10px;
    letter-spacing: .1em;
    line-height: 1.2em;
}
.column3 {
       -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule-width: 0px;
    -moz-column-rule-width: 0px;
    -o-column-rule-width: 0px;
    column-rule-width: 0px;
    width: 70%;
}
.columnfolio,
.columnfooter {
    -moz-column-rule-style: solid
}
.columnfooter {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule-width: 0;
    -webkit-column-rule-color: transparent;
    -moz-column-rule-width: 0;
    -moz-column-rule-color: transparent;
    -o-column-rule-width: 0;
    -o-column-rule-color: transparent;
    column-rule-width: 0;
    column-rule-color: transparent;
    column-rule-style: solid;
    width: 100%;
    display: table
}
.columnart,
.columnfolio {
    -webkit-column-rule-style: solid;
    -o-column-rule-style: solid;
    width: 100%
}
.black-back {
    float: left;
    width: 25%;
}
.tpa_volumerange_value:after {
	height:10px;
	width:10px;
	background:white;
	border-radius:50px;
}
.tpa_volume_value:after {
	height:10px;
	width:10px;
	background:white;
	border-radius:50px;
}
.black-back {
    padding: 20px 10px;
    text-align: left;
    font-size: 12px;
}

.black-back h2 {
    color: #e5e5e5;
}
.black-back h2>span {
    color: #e5e5e5;
}
.max-height {
     max-height: 209px!important;
    max-width: 280px !important;
    max-width: 100%;
	padding: 0.5px;
}.max-height3 {
    max-height: 313px!important;
    max-width: 380px;
    max-width: 100%;
	padding: 0.5px;
}.max-height2 {
max-height: 167px!important;
    max-width: 380px;
    max-width: 100%;
	padding: 0.5px;
}
@media(max-width:700px) {
	nav a {
	padding: 5px 18px !important;}
	.l-display{display:none !important;}
	.col-md-offset-k {
    padding: 0 !important;

}
.partenaire {display:none;}
	.black-back-both {	clear: both; }
	.black-back {
    float: left;
    width: 50%;
}
.col-md-offset-k {
  
    width: 100% !important;
}
	.col-sm-8 {
    width: 100%;
}
    .column3 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -o-column-count: 2;
        column-count: 2
    }
}
@media(max-width:390px) {
	nav ul {
    left: 16px !important;}
	.black-back {
		
    float: left;
    width: 100%;
}
 
}

.columnfolio {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -moz-column-gap: 45px;
    -webkit-column-gap: 45px;
    -o-column-gap: 45px;
    column-gap: 45px;
    -webkit-column-rule-width: 0;
    -moz-column-rule-width: 0;
    -moz-column-rule-color: #ccc;
    -o-column-rule-width: 0;
    column-rule-width: 0;
    column-rule-color: #ccc;
    column-rule-style: solid;
    padding: 0 4%
}
.columnart,
.tab-pane .inline-block {
    -webkit-column-rule-color: #ccc;
    -moz-column-rule-width: 1px;
    -moz-column-rule-color: #ccc;
    -moz-column-rule-style: solid;
    -o-column-rule-width: 1px;
    -o-column-rule-color: #ccc
}
.columnart {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule-width: 1px;
    column-rule-width: 1px;
    column-rule-color: #ccc;
    column-rule-style: solid;
    padding: 0 3% 0 2%;
    margin-top: 15px
}

.tpa_volumerange {
position: absolute;
    top: 4px;
    right: -9px;
    width: 110px;
    height: 7px;
    cursor: pointer;
}
#tpa_volume_wrapper {
position: absolute;
    width: 138px;
    top: -3px;
    right: 0;
}
.volume-container-center{
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 115px;
}

.top-bar {
    max-height: 25px;
    letter-spacing: 1px;
position: absolute;
    width: 100%;
    top: 55px;
    z-index: 998;
    color: #0e1217;
    height: 25px;
    -webkit-box-shadow: 0 0 3px #0e1217;
    box-shadow: 0 0 3px #0e1217;
    padding-left: 34px;
	background: #6ddcc1; 

}
.top-bar2 {
    max-height: 55px;
    letter-spacing: 1px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    color: #0e1217;
    height: 100px;
    -webkit-box-shadow: 0 0 3px #0e1217;
    box-shadow: 0 0 3px #0e1217;
    padding-left: 34px;
    background: #232323;
}
.padding-direct {
width: 50%;
float: right;
padding: 0;
}
    .play-pause {
      display: block;
width: 20%;
height: 55px;
text-decoration: none;
color: #f8f8f8;
margin-left: 0;
    }
    #tpa_wrapper {
        position: absolute;
        width: 460px;
        height: 70px;
        margin: 0;
        padding: 0;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        top: 57px
    }

.owl-controls,
.tab-pane .no-select,
h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none
}
.info-post-accueil{
width: 76%;
    float: right;
}
.article-title {
position: relative;
    z-index: 10;
    font-size: 13px !important;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #101011;
    font-weight: bold;
    line-height: 16px;
    display: block;

}
    .archives,
    .retrouver {
        text-transform: uppercase
    }
    .archives {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: .2em;
        color: #0e1217;
        text-align: center;
        margin: 5px 0 0
    }
    .video-list {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 170px;
        position: relative;
    }
    .retrouver {
        white-space: nowrap;
        color: #f8f8f8!important;
        display: inline!important;
		font-size: 13px;
		    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    }
	    .retrouver:hover{
		opacity:0.8;
		}
    .menu ul li {
        float: left;
        position: relative;
		    width: 40%;
    }
.slider {
    padding: 56px 0 65px;
    min-height: 360px
}

.oInput-grille {
    width: 100%!important;
    padding: 1%;
    opacity: 1;
	margin-bottom: 5px;
}
.oInput-grille {
    display: table;
    margin: 0 auto
}

    .oInput2 {
     width: auto!important;
    display: table;
    margin: 0 auto;
    opacity: 1;
    padding: 1%;
    -webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
    -ms-filter: grayscale(30%);
    -o-filter: grayscale(30%);
    margin-bottom: -2px;
    }
	    .oInput {
			    height: 160px;
    line-height: 160px;
        width: auto!important;
        display: table;
        margin: 0 auto;
        opacity: 1;
        padding: 1%
    }


.categorie,
.white2 {
    margin-bottom: -10px
}
@media (max-width: 380px) {
    .column-responsive {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -o-column-count: 1;
        column-count: 1
    }
}

    .slider-img, .slider-text {
        display: inline-block;
        vertical-align: middle;
        text-align: left
    }
    .slider-text {
    width: 49%;
    color: #f8f8f8!important;
     vertical-align: middle;
    line-height: 1.2;
    }
	.vertical-center-div{
	height: 245px;
    padding: 10px;
    text-align: center;
    line-height: 245px;}
    .slider-img {
        width: 50%;
		height: 300px;
    }

.max-height-disc {
    max-height: 300px!important
}
.max-height-grille {
    max-height: 130px!important
}
.oInput3 {
    width: 100%!important;
    opacity: 1;
	-webkit-filter: grayscale(30%);
-moz-filter: grayscale(30%);
-ms-filter: grayscale(30%);
-o-filter: grayscale(30%);
}
.oInput a {
    filter: grayscale(0);
	-webkit-filter: grayscale(30%);
-moz-filter: grayscale(30%);
-ms-filter: grayscale(30%);
-o-filter: grayscale(30%);
} 
.oInput a:hover,
.oInput2 a:hover {
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    opacity: .7;
}
.articles {
    width: 100%
}
.maxwidth {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}
.categorie {
    z-index: 10;
    margin-left: 30%
}
.bg-marron {
    background: #0e1217;
    padding: 10px 25px
}
@media(min-width:700px) {
    .absolute-right {
     position: absolute!important;
    top: 0;
    right: 0;
    width: 300px !important;
    margin-left: auto!important;
    margin-right: auto!important;
    }
    .reecouter {
        width: 50%!important;
        height: 55px!important;
        white-space: nowrap;
        padding: 19px 10px !important;
    }
}
.white2 {
    color: #0e1217;
    background: #f8f8f8;
    padding: 0 10px;
    display: inline;
    text-align: center;
    font-size: 14px;
    line-height: 1.7em
}
.antenne2,
.footer-autor {
    background-repeat: no-repeat
}
.underline {
    text-decoration: underline!important
}



.logo img:hover {
    opacity: .3
}
.antenne2 {
    padding: 0 10% 0 8%;
    background-image: url(../images/vynile.png);
    background-size: 200px;
    height: 120px;
    background-position: 35% 0
}
#menu p,
.btn,
.form-control-feedback,
.tooltip-inner,
.tpl-minimal-tabs {
    text-align: center
}
.defile:after {
    content: attr(data-text);
    position: absolute;
    padding-left: 10px
}
.footer-autor a {
    color: #ccc!important
}
.footer-autor {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 9px
}
.video-list {
   overflow-y: scroll;
    overflow-x: hidden;

    position: absolute;
    text-align: center;
    height: 205px;
    bottom: 0;
}
.recherche {
    font-family: 'fjord';

letter-spacing: 2px;}
.album-link a {
   display: block;
    position: relative;
    margin-bottom: 14px;
    font-size: 15px;
    color: white;
    text-align: center;
    font-weight: 500;
    padding: 0 30px;
    text-transform: initial;
    letter-spacing: 0;
}
.album-link a:hover {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
    transition: all .27s cubic-bezier(0, 0, .58, 1);
opacity: 0.5;
}
.grand-titre {
    font-size: 40px
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}
.owl-carousel {
width: 100%;
    -ms-touch-action: pan-y;
      margin-top: -15px;
}
.top-100 {
    top: 92px
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5;

    position: relative;

}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
#accordion li,
.art-rec a:hover {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}
.owl-controls {
    user-select: none
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}
.tpl-minimal-tabs {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none
}
.tpl-minimal-tabs>li {
    background: 0 0!important
}
.tpl-minimal-tabs>li>a {
text-decoration: none;
    color: #222222;
background: #e5e5e5;
}
.tpl-minimal-tabs li.active a {
    background: #242424!important;
    color: #f9f9f9!important;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 10px 15px;
}

    .cols {
        -moz-column-count: 3;
        -moz-column-gap: 3%;
        -moz-column-width: 30%;
        -webkit-column-count: 3;
        -webkit-column-gap: 3%;
        -webkit-column-width: 30%;
        column-count: 3;
        column-gap: 3%;
        column-width: 30%
    }

@media (min-width: 500px) {
	.tpa_playpause_toggle {
	margin: 0 !important;}
    .cols2 {
        -moz-column-count: 2;
        -moz-column-gap: 3%;
        -moz-column-width: 45%;
        -webkit-column-count: 2;
        -webkit-column-gap: 3%;
        -webkit-column-width: 45%;
        column-count: 2;
        column-gap: 3%;
        column-width: 45%
    }
	}
	@media (min-width: 500px) {
		
		.reprendre-direct {
    top: -70px;
    position: absolute;
    right: 250px;
    color: #ccc;
    font-weight: 500;
    padding: 4px 10px;
    font-size: 12px;
    width: 94px;
    height: 69px;
    line-height: 1em;
    border-radius: 100px;
}
		
	.retour-direct
	{
display: block;
    /* float: right; */
    font-size: 26px;
    margin: 5px 0 3px 0;}
	}
	
@media (max-width: 500px) {
	.tpa_pause {
	margin: -12px 0px 1px -5px !important;}
	.tpa_play {

    margin: -13px 0 0 -5px !important;
    -webkit-animation: rotateButtonOut .6s cubic-bezier(.785, .135, .15, .86) forwards;
    -o-animation: rotateButtonOut .6s cubic-bezier(.785, .135, .15, .86) forwards;
    animation: rotateButtonOut .6s cubic-bezier(.785, .135, .15, .86) forwards;
    border-width: 10px 0 10px 20px !important;}
	.reprendre-direct {
    top: -69px;
    position: absolute;
    right: 127px;
    color: #ccc;
    font-weight: 500;
    background: #000000;
    padding: 4px 10px;
    font-size: 12px;
border-radius: 0px;
    width: 70px;
    height: 69px;
    line-height: 1em;
}
.retour-direct{display: block;
    font-size: 17px;
margin: 3px 0 5px 0;}
	
	.btn-play-container {
    height: 35px  !important;
    width: 35px  !important;
}
.playlist2 {
    width: 126px  !important;
}
.playlist2 {
     padding: 7px 0 12px 13px !important;
}
	#maindiv {
      top: 44px !important;
    width: 96px !important;}
	#tpa_volume_wrapper {
    width: 33px;}
	.tpa_volumerange {
    display: none;
}
	.playlist2 {
    width: 162px;}
	.max-height2 {

    max-width: 210px;}
	.home-tvguide-grid-hours {

    display: none;}
	.col-sm-4 {
  
    width: 100% !important;
}
.home-tvguide-day {
 
    margin-left: 2% !important;
}
    .cols2 {
        -moz-column-count: 1;
        -moz-column-gap: 3%;
        -moz-column-width: 90%;
        -webkit-column-count: 1;
        -webkit-column-gap: 3%;
        -webkit-column-width: 90%;
        column-count: 1;
        column-gap: 3%;
        column-width: 90%
    }
	.column3 {width:100%;
	    padding: 0 5%;}
}
.art-rec a {
    display: inline-block;
	text-align: left;

	    vertical-align: middle;
    display: inline-block;
}
.art-rec a:hover {
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    opacity: .8
}
.font-alttitle p {
   font-size: 14px;
    letter-spacing: .1em;
    margin: 10px 0;
    font-weight: 500;
}
.border-bottom-article {
    border-bottom: 7px solid #0e1217;
    margin-bottom: 10px
}
.border-bottom3 {
    padding: 5px 0 8px;
	width: 100%;
}
.post-prev-text {
margin: 6px 0 12px;
color: #7b7b7b;
line-height: 1.3em;
font-size: 13px;

}
.description,
.heure {
    float: left;
    margin: auto
}

.slidertext2 a {
    color: #ccc;
    font-size: 13px;
}
img.logo {
    max-width: 140px;
}
.ecoute,
.ecoutez {
    position: absolute;
    display: inline-block;
    color: white;
    bottom: -42px;
    right: 0;
	font-weight:700;
  }
.slidertext2 a:hover {
    opacity: .5
}
.ecoute {
    padding: 4px 13px
}
.ecoutez>span {
    text-transform: none!important;
	font-weight: 400;
}
.ecoutez {
    font-size: 13px;
    letter-spacing: 1px
}
.grille,
.grille li {
    color: #909090;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.3em;
}
.partage {
    background: #3b5998;
    color: #f8f8f8;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px 8px 10px 16px
}

.partage:hover{
transition: all .25s ease-in-out;
opacity:0.8}
.centrage,
.description,
.heure {
    display: inline-block
}
.grille li {
    border-top: 2px dotted #ccc
}
.heure {
    width: 20%;
    border-right: 1px solid #ccc;
    line-height: 45px;
	    font-family: monospace;

}
.image-emission {
    width: 30%;
    float: left;
    position: relative;
    min-height: 1px
}
.grille {
    color: #606060;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2
}
.grille-title {
    margin-top: -10px;
    line-height: .8em
}
.centrage {
    vertical-align: middle
}
#canvas,
#menu,
#stats {
    vertical-align: top
}
.tab-pane .flipIn,
.tab-pane ul li,
h1 {
    animation: flipdown .5s ease both
}
.tab-pane .no-select,
h2 {
    -webkit-touch-callout: none;
    user-select: none
}
.tab-pane .inline-block {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -moz-column-gap: 45px;
    -webkit-column-gap: 45px;
    -o-column-gap: 45px;
    column-gap: 45px;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-style: solid;
    -o-column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #ccc;
    column-rule-style: solid;
    width: 100%;
    padding: 0 2%
}
.tab-pane ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0
}
.tab-pane ul li {
    position: relative;
    padding: 0;
    margin: 0;
    border-top: 1px dotted #ccc
}
.tab-pane ul li:nth-of-type(1) {
    animation-delay: .5s
}
.tab-pane ul li:nth-of-type(2) {
    animation-delay: .75s
}
.tab-pane ul li:nth-of-type(3) {
    animation-delay: 1s
}
.tab-pane ul li:nth-of-type(4) {
    animation-delay: 1.25s
}
.tab-pane ul li:nth-of-type(5) {
    animation-delay: 1.5s
}
.tab-pane ul li:nth-of-type(6) {
    animation-delay: 1.75s
}
.tab-pane ul li:nth-of-type(7) {
    animation-delay: 2s
}
.tab-pane ul li:nth-of-type(8) {
    animation-delay: 2.25s
}
.tab-pane ul li:nth-of-type(9) {
    animation-delay: 2.5s
}
.tab-pane ul li:nth-of-type(10) {
    animation-delay: 2.75s
}
.tab-pane ul li:nth-of-type(11) {
    animation-delay: 3s
}
.tab-pane ul li:nth-of-type(12) {
    animation-delay: 3.25s
}
.tab-pane ul li:last-of-type {
    padding-bottom: 0
}
.tab-pane ul li i:before {
    transform: translate(-2px, 0) rotate(45deg)
}
.tab-pane ul li i:after {
    transform: translate(2px, 0) rotate(-45deg)
}
.tab-pane ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    left: 0;
    top: 0
}
.tab-pane ul li input[type=checkbox]:checked~.inline-block {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%)
}
.tab-pane ul li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg)
}
.tab-pane ul li input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg)
}

.cols-podcast {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -moz-column-gap: 41px;
    -webkit-column-gap: 41px;
    -o-column-gap: 41px;
    column-gap: 41px;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-color: #ccc;
    -webkit-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -moz-column-rule-color: #ccc;
    -moz-column-rule-style: solid;
    -o-column-rule-width: 1px;
    -o-column-rule-color: #ccc;
    -o-column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #ccc;
    column-rule-style: solid
}
ul.share-buttons {
    list-style: none;
    padding: 0
}
ul.share-buttons li {
    display: inline;
    margin: 0 5px
}
#canvas,
#menu,
#stats,
.direct,
.display-inline-block {
    display: inline-block
}
.direct {
    cursor: pointer;
line-height: 37px;
    font-weight: 800;
    text-transform: capitalize;
}
#accordion,
#accordion ul {
    padding: 0;
    list-style: none
}
.absolute {
    position: absolute;
    left: 0
}

#accordion,
#accordion li,
#menu,
.checkbox,
.height-container,
.radio,
sub,
sup {
    position: relative
}

.height-container {
 height: 100%;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#accordion {
width: 250px;
    margin: 0;
    height: 100%;
}
#accordion li {
    text-transform: uppercase;
  text-align: left;
    cursor: pointer;
    height: 25%;
    color: white;
    transition: all .27s cubic-bezier(0, 0, .58, 1)
}
#accordion ul li,
.toggle>dt>a {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1)
}
#accordion li:active,
#accordion li:hover {
    color: #ccc
}
#accordion ul {
    display: none
}
#accordion ul li {
    font-weight: 400;
    cursor: auto;
    font-size: 11px;
    line-height: 1.8em;
    color: #b0b0b0;
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    padding: 2px 5px;
    border-top: 1px dotted #757575
}
#accordion ul li:hover {
   
    color: #f9f9f9
}
#accordion a {
    color: #ccc
}
.display-inline-block {
    width: 100%
}
.submit_btn {
    float: right!important;
    color: #f9f9f9
}
.lire {
    border-radius: 0!important;
    border-color: rgba(55, 55, 55, .1)!important;
    border: 11px solid;
	text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
	text-decoration: none;
	color:#262626;
	font-weight: 700;
}
.lire2 {
  
     background: 0 0!important;
	color: #dfe4f0 !important;
font-size: 16px;
text-align:left;
}
img,
legend {
    border: 0
}
.mr-30 {
    margin-right: 40px
}
.mr-200 {
    margin-right: 200px
}
.mt-0 {
    margin-top: 0!important
}
.mt-10 {
    margin-top: 10px
}
.mt-20 {
    margin-top: 20px!important
}
.mt-30 {
    margin-top: 30px
}
.mt-40 {
    margin-top: 40px
}
.mt-50 {
    margin-top: 50px
}
.mt-60 {
    margin-top: 60px
}
.mt-70 {
    margin-top: 70px
}
.mt-80 {
    margin-top: 80px
}
.mt-90 {
    margin-top: 90px
}
.mt-100 {
    margin-top: 100px
}
.mt-110 {
    margin-top: 110px
}
.mt-120 {
    margin-top: 120px
}
.mt-130 {
    margin-top: 130px
}
.mt-140 {
    margin-top: 140px
}
.mb-0 {
    margin-bottom: 0!important
}
.mb-10 {
    margin-bottom: 10px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-50 {
    margin-bottom: 50px
}
.mb-60 {
    margin-bottom: 60px
}
.mb-70 {
    margin-bottom: 70px
}
.mb-80 {
    margin-bottom: 80px
}
.mb-90 {
    margin-bottom: 90px
}
.mb-100 {
    margin-bottom: 100px
}
.mb-110 {
    margin-bottom: 110px
}
.mb-120 {
    margin-bottom: 120px
}
.mb-130 {
    margin-bottom: 130px
}
.mb-140 {
    margin-bottom: 140px
}
figure,
p {
    margin: 0
}
dl,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
address,
hr {
    margin-bottom: 20px
}
.pt-0 {
    padding-top: 0!important
}
.pt-10 {
    padding-top: 10px
}
.pt-20 {
    padding-top: 20px
}
.pt-30 {
    padding-top: 30px
}
.pt-40 {
    padding-top: 40px
}
.pb-0 {
    padding-bottom: 0!important
}
.pb-10 {
    padding-bottom: 10px
}
.pb-20 {
    padding-bottom: 20px
}
a {
    background-color: transparent;
	text-decoration: none;
	color: #0e1217;
	    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
    transition: all .27s cubic-bezier(0, 0, .58, 1);
	cursor: pointer;
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
optgroup,
strong {
    font-weight: 700
}
h1 {
    font-size: 2em
}
h3 {
    font-size: 1.6em
}
h4 {
    font-size: 1.4em
}
h5 {
    font-size: 1.2em
}
h6 {
    font-size: 1em
}
.btn,
.vertical-align--middle,
img {
    vertical-align: middle
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
svg:not(:root) {
    overflow: hidden
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
textarea {
    overflow: auto
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

.btn,
.form-control {
    background-image: none
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 50px
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
hr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.h2,
h2 {
    font-size: 15px;
    text-transform: uppercase
}
ol,
ul {
    margin-bottom: 10px
}
dd {
    margin-left: 0
}
.row {
    width: 100%;
}

    .col-sm-4 {
        width: 33.33333333%
    }
	.col-sm-9 {
        width: 100%
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-md-3
{
        float: left
    }
 

.form-control,
input[type=range] {
    width: 100%;
    display: block
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}
input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}
input[type=file] {
    display: block
}
select[multiple],
select[size] {
    height: auto
}
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=file]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
.col-md-offset-k {
padding: 0 25% 0 0 !important;
    float: right;
}
.form-control {
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.antenne,
.header-block a {
    -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
    text-transform: uppercase
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}
textarea.form-control {
    height: auto
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 34px
    }
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}
.checkbox,
.radio {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}
.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}
select.form-group-sm .form-control,
select.input-sm {
    height: 30px;
    line-height: 30px
}
select[multiple].form-group-sm .form-control,
select[multiple].input-sm,
textarea.form-group-sm .form-control,
textarea.input-sm {
    height: auto
}
select.form-group-lg .form-control,
select.input-lg {
    height: 46px;
    line-height: 46px
}
select[multiple].form-group-lg .form-control,
select[multiple].input-lg,
textarea.form-group-lg .form-control,
textarea.input-lg {
    height: auto
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    pointer-events: none
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 100%;
    text-transform: uppercase
}
.nav>li,
.nav>li>a {
    position: relative;
    display: block
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
	    width: 100%;
}
.nav>li>a {
    padding: 10px 15px;
	transition: all .25s ease-in-out;
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}
.nav-tabs {
    margin-top: -20px
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
	    width: 14.2857%;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #6ddcc1;
    border-bottom-color: transparent;
    cursor: default
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 650px) {
	ul.mt-30 li:first-child .antenne-full-display {
    display: initial;
    position: absolute;
    color: black !important;
    font-size: 19px;
    bottom: -70px;
}
.link--takiri {
max-width: 245px;}
}
@media (min-width: 700px) {
	
	
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}
.tab-content>.active,
.tooltip {
    display: block;
    visibility: visible
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #0e1217;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.close:focus,
.close:hover {
    color: #0e1217;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}
.tooltip {
    position: absolute;
    z-index: 1070;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}
.font-admin span::before,
ol.sortable li div {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6ddcc1', endColorstr='#2fe4d9', GradientType=1)
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0e1217
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hidden {
    display: none!important;
    visibility: hidden!important
}
.art-rec,
.art-rec3 {
    display: inline-block
}
    .col-md-3 {
        width: 30%
    }
    .col-sm-8 {
         width: 70%;
    }
	.ml-disc {margin-left: 2%;}
	
@media(min-width:700px) {.h-display{display:none;} }



@media(max-width:650px) {
	ul.mt-30 li:first-child .antenne-full-display {
    display: initial;
    position: absolute;
    color: black !important;
    font-size: 17px;
    bottom: -101px;
}
	.colonnes-titres {
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
    -o-column-count: 1 !important;
    column-count: 1 !important;
    -moz-column-gap: 30px !important;
    -webkit-column-gap:0 !important;
    -o-column-gap: 0 !important;
    column-gap:0 !important;
    -webkit-column-rule-width: 0px !important;
    -moz-column-rule-width: 0px !important;
    -o-column-rule-width: 0px !important;
    column-rule-width: 0px !important;
    width: 100% !important;
    list-style: none !important;
}
	.vertical-align-responsive {
vertical-align: top !important;
}
	.slidertext {display:none;}
	.slider-text {
    width: 100% !important;
     text-align: center !important;

}
.slider-img {
    width: 100% !important;
    height: 200px !important;
}

.bg-slider-black-fullwidth {
	
height: 550px !important;
}

.prochainement {

margin-top: 20px !important;
}

.bg-black {
max-height: 405px !important;
height: 405px !important;
}
}

	
	.h-display{
color: white !important;
    font-size: 25px;}
  
	

}
@media(max-width:1750px) {
   
    .responsive-slider {
        width: 100%!important;
    }
}
@media(max-width:1450px) {
    .recherche {
        margin-top: 0!important
    }
}
.art-rec {
    width: 100%;
    max-height: 310px;
    margin-bottom: 12px;
    min-height: 240px;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.art-rec3 {
    width: 100%;
    margin-bottom: 55px
}
.folio {
    width: 100%;
    margin-bottom: 60px;
    display: inline-block
}
.nav-tabs span {

	    font-size: 11px;
}
@media (min-width: 850px) {
		
		.nav-tabs span {
    display: none;
}}
i.fas.fa-bars {
    font-size: 25px;
}
@media (min-width: 500px) {

.col-sm-4 {
    width: 49%;
}}
@media (max-width: 850px) {
.social-display {
    font-size: 18px;
    text-align: left !important;
}
	.g-display{
	display:none !important;}
	.colonnes-titres {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 2%;
    -o-column-gap: 2%;
    column-gap: 2%;
    -webkit-column-rule-width: 0px;
    -moz-column-rule-width: 0px;
    -o-column-rule-width: 0px;
    column-rule-width: 0px;
    width: 100%;
    list-style: none;
}
	
	.sidebar {
 
    display: none;
}
	.home-tvguide-grid-hour {
 
    font-size: 10px;}
	.column3 {    padding: 0 8%;
		    width: 100%;
    padding: 0;
    display: inline-block;
   
}
.max-height {
max-height: 180px!important;}
	  .col-sm-8 {
        width: 100%
    }
		.responsive-display{display:none;}
		.menu-display{display:none;}
		.nav-tabs span {
    display: block;
}
    .art-rec2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 100%;
        padding-bottom: 20px;
        border-right: 1px solid #ccc
    }
	.home-tvguide-grid-hour {

    font-size: 10px;}
}
@media (min-width: 1300px) {
    .full-wrapper {
        margin-left: auto;
        position: relative;
        margin-right: auto
    }
}

@media (min-width: 1000px) {
    .categorie2 {
        margin-left: 40%;
        margin-top: -100px;
        margin-bottom: 0;
        width: 59%;
        max-width: 240px
    }
    .art-rec2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 50%;
        padding-bottom: 20px;
        border-right: 1px solid #ccc
    }
}
@media (max-width: 1000px) {
    .art-rec2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 50%;
        padding-bottom: 20px;
        border-right: 1px solid #ccc
    }
    .categorie2 {
        margin-left: 45%;
        margin-top: -12%;
        margin-bottom: 0;
        width: 30%
    }
    .text {
        margin-top: 20px!important;
        bottom: 40px
    }
    .font-altbis {
        text-transform: uppercase;
        font-size: 33px;
        color: #f8f8f8!important;
        margin-top: -12px;
        background: #171717;
        display: inline
    }
}
.antenne {
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    -moz-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .2s cubic-bezier(0, 0, .58, 1);
    transition: all .2s cubic-bezier(0, 0, .58, 1);
    padding: 18px
}
.header-block a,
.vertical-align-wrap {
    width: 100%;
    -moz-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .2s cubic-bezier(0, 0, .58, 1)
}
.height {
    height: 100%
}
.header-block,
.header-block2 {
    height: 14%;
    text-decoration: none;
    cursor: pointer
}
.header-block {
    position: relative
}
.header-block a {
    text-decoration: none;
    color: white;
    display: block;
    transition: all .2s cubic-bezier(0, 0, .58, 1);
}
.link--takiri,
.recherche a,
.vertical-align-wrap {
    -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1)
}
.header-block a:hover {
    opacity: 1!important
}
.link--takiri:hover,
.recherche a:hover {
    opacity: .5
}
.header-block2 {
    padding: 15px 0;
    display: block;
    width: 100%;
    overflow: hidden
}
.header-block2 a,
.link {
    display: inline-block
}
.vertical-align-wrap {
    position: absolute;
    height: 100%;
    display: table;
    transition: all .2s cubic-bezier(0, 0, .58, 1)
}
.link--takiri,
.recherche a {
    -moz-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .2s cubic-bezier(0, 0, .58, 1)
}
.vertical-align-wrap:hover {
   
    color: #f8f8f8
}
.vertical-align {

    display: table-cell;
}
.retrouver-titre a {
	color: #e5e5e5 !important;
    font-size: 12px;
	font-weight: 700;
}
@media (min-height: 600px) {
    .vertical-align span {
font-size: 35px;
line-height: 47px;
    }
  
}
@media (max-height: 600px) {
    .vertical-align span {
        font-size: 25px
    }
}

.vertical-align--middle {
    font-size: 32px;
    text-align: center;
}
.link {
    outline: 0;
    text-decoration: none;
    position: relative;
    line-height: 1.1;
    color: #f9f9f9
}
.link--takiri {
    font-size: 18px;
    padding: 0 10px 2px 0;
    z-index: 0;
    display: block;
    transition: all .2s cubic-bezier(0, 0, .58, 1);
	font-weight: 800;
}
.recherche a {
    text-decoration: none;
    transition: all .2s cubic-bezier(0, 0, .58, 1)
}
.antenne a {
    -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .2s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .2s cubic-bezier(0, 0, .58, 1);
    transition: all .2s cubic-bezier(0, 0, .58, 1)
}
.podcast-list {
    overflow-y: scroll;
    overflow-x: scroll;
    height: 500px;
    position: fixed;
    top: 50px;
    width: 28%
}
.bg-dark {
    background: #000000;
}
.col-dark {
    color: #0e1217!important
}
.toggle>dt>a {
    display: block;
    position: relative;
    color: #f8f8f8;
    text-decoration: none;
    padding: 15px 13px;
    transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.toggle>dt>a:hover {
    text-decoration: none;
    opacity: .5
}
.toggle>dt>a.active {
    color: #ccc;
    border-color: #ddd
}
.toggle>dt>a:after {
    width: 15px;
    height: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'FontAwesome';
    speak: none;
    font-variant: normal;
    text-transform: none;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #f8f8f8;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
    transition: all .27s cubic-bezier(0, 0, .58, 1)
}
#tpa_cover,
#tpa_left {
    height: 70px;
    padding: 0
}
.toggle>dd,
.toggle>dt>a:hover:after {
    color: rgba(51, 51, 51, 1)
}
.toggle>dd {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.8
}
.col-white {
    color: #f9f9f9!important
}
.icon-menu {
    max-height: 44px;
    width: 20%;
    margin-bottom: 5%
}

.bg-orange {
height: 321px;}
ol.sortable,
ol.sortable ol {
    display: block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    list-style-type: none;
      color: #373737;
    font-size: 21px;
    padding: 11px 0 11px 0;
}
ol.sortable li div {
    font-size: 21px;
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
}
ol.sortable li div span i {
    vertical-align: middle;
    font-size: 35px;
    margin-right: 5px
}
#tpa_cover,
#tpa_left,
#tpa_player,
#tpa_wrapper {
    margin: 0;
    position: relative
}
#tpa_wrapper {
    width: 100%;
    height: 0;
    padding: 0;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    top: 2px;
    z-index: 999;
}
#tpa_player {
    width: 100%;
}
#tpa_playlist,
.tpa_playpause_toggle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
#tpa_volume,
.tpa_next,
.tpa_playlist_toggle,
.tpa_playpause_toggle,
.tpa_prev,
.tpa_repeat,
.tpa_share,
.tpa_shuffle {
position: relative;
width: 16px;
height: 16px;
cursor: pointer;
vertical-align: middle;
line-height: 16px;
	   
}
#tpa_volume:before,
.tpa_next:before,
.tpa_one_item_buy:before,
.tpa_one_item_dwn:before,
.tpa_playlist_toggle:after,
.tpa_playlist_toggle:before,
.tpa_prev:before,
.tpa_repeat:before,
.tpa_share:before,
.tpa_shuffle:before {
 position: absolute;
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 19px;
}
.tpa_playpause_toggle {
    box-sizing: border-box;
    border: solid transparent
}
@media (min-width: 500px) {
.tpa_play {
    -webkit-animation: rotateButtonOut .6s cubic-bezier(.785, .135, .15, .86) forwards;
    -o-animation: rotateButtonOut .6s cubic-bezier(.785, .135, .15, .86) forwards;
    animation: rotateButtonOut .6s cubic-bezier(.785, .135, .15, .86) forwards;
    border-width: 10px 0 10px 20px;
    margin: -3px 0 0 0;
}
}
.tpa_pause {
    -webkit-animation: rotateButtonIn .6s cubic-bezier(.785, .135, .15, .86) forwards;
    -o-animation: rotateButtonIn .6s cubic-bezier(.785, .135, .15, .86) forwards;
    animation: rotateButtonIn .6s cubic-bezier(.785, .135, .15, .86) forwards;
    border-width: 0 6px
}

#tpa_bottom,
#tpa_timerange {
    width: 100%;
}
.tpa_one_item_buy:before {
    content: "\f218";
    top: -2px;
    left: 0
}
.tpa_one_item_dwn:before {
    content: "\f063";
    top: -2px;
    left: 0
}


#tpa_current,
#tpa_duration {
    position: absolute;
    top: 0;
    font-size: 15px;
    line-height: 18px;
    z-index: 5
}
#tpa_current {
    left: 5px
}
#tpa_duration {
    right: 5px
}
#tpa_progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 20px
}
#tpa_bottom {
    height: 21px;
    top: 51px;
text-transform: initial;
    color: #0e1217;
}

#tpa_volume:before {
 top: 2px;
    border: 0;
    border-right: 10px solid transparent;
}
.tpa_volume_up:before {
    content: '\f028'
}
.tpa_volume_low:before {
    content: '\f027'
}
.tpa_volume_muted:before {
    content: '\f026'
}
.tpa_volumerange_value {
    position: relative;
    width: 75%;
    height: 100%
}
.tpa_volume_value {
    position: absolute;
    right: 0;
    top: -25px;
    padding: 1px 6px;
    font-size: 11px;
    display: none
}
.tpa_volume_value:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border: 0;
    border-left: 10px solid transparent;
border-top: 10px solid #e5e5e5;
}
 // Анимация списка плейлиста при открытие @-webkit-keyframes itemShow{from{-webkit-transform:translateY(50%);
 -moz-opacity:0;-khtml-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);filter:alpha(opacity=0)}to{-webkit-transform:translateX(0);
 -moz-opacity:1;-khtml-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);filter:alpha(opacity=100)}}
 @-o-keyframes itemShow{from{-o-transform:translateY(50%);-moz-opacity:0;-khtml-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);filter:alpha(opacity=0)}to{-o-transform:translateX(0);-moz-opacity:1;-khtml-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);filter:alpha(opacity=100)}}
 @-moz-keyframes itemShow{from{-moz-transform:translateY(50%);-moz-opacity:0;-khtml-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);filter:alpha(opacity=0)}to{-moz-transform:translateX(0);-moz-opacity:1;-khtml-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);filter:alpha(opacity=100)}}@keyframes itemShow{from{transform:translateY(50%);-moz-opacity:0;-khtml-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);filter:alpha(opacity=0)}to{transform:translateX(0);-moz-opacity:1;-khtml-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);filter:alpha(opacity=100)}}
 .tpa_item{font-size:14px;padding:0 50px 0 10px;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block}
 .tpa_buy:before,.tpa_dwn:before,.tpa_playlist_item:before{font-family:'FontAwesome';font-style:normal;top:0;position:absolute}
 .tpa_playlist_item:before{content:'\f111';font-size:6px;left:-23px}.tpa_current_item:before{content:'\f001';font-size:20px;left:-30px}
 .tpa_buy,.tpa_dwn{position:absolute;top:0;right:0;width:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
 .tpa_buy:before,.tpa_dwn:before{opacity:.5;left:10px;font-size:20px}.diffusion,.home-tvguide-day-title{text-transform:uppercase;}
 .tpa_buy:before{content:'\f218'}.tpa_dwn:before{content:'\f063'}
 .tpa_current_item .tpa_buy:before,.tpa_current_item .tpa_dwn:before,.tpa_playlist_item:hover .tpa_buy:before,.tpa_playlist_item:hover .tpa_dwn:before{opacity:1}
 .tpa_buy:hover:before,.tpa_dwn:hover:before{opacity:1;-webkit-animation:rubberBand 1s both;-o-animation:rubberBand 1s both;animation:rubberBand 1s both}
 @media screen and (max-width:600px){#tpa_cover,#tpa_left,#tpa_right{display:block;width:100%}
#tpa_cover{height:200px}}
 @media screen and (max-width:500px){
	 
	    .column3 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
		    max-width: 250px;
    }
	 
	 
	 #tpa_middle{height:50px;text-align:center;border-spacing:0}

 #tpa_bottom{width:100%;height:60px}.tpa_playlist_toggle{left:10px}}
 .tpa_loading{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;font-size:60px;color:#fff;width:60px;height:60px;display:none}
 #tpa_cover,#tpa_player{background-color:transparent}#tpa_top{color:#05c8da}#tpa_volume:before,.tpa_next:before,.tpa_one_item_buy:before,
 .tpa_one_item_dwn:before,.tpa_prev:before,.tpa_repeat:before,.tpa_share:before,.tpa_shuffle:before,.tpa_social_button{color:#f8f8f8}
 .tpa_playlist_close:after,.tpa_playlist_close:before,.tpa_playlist_toggle .wpta_playlist_toggle_middle_line{background: #989eac}
 .tpa_playpause_toggle{    border-left-color: #ffffff;   
    border-right-color: #ffffff;}#tpa_volume:hover:before,.tpa_next:hover:before,
 .tpa_one_item_buy:hover:before,.tpa_one_item_dwn:hover:before,.tpa_pause:hover:before,.tpa_play:hover:before,
 .tpa_playpause_toggle:hover,.tpa_prev:hover:before,.tpa_repeat:hover:before,.tpa_share:hover:before,.tpa_shuffle:hover:before,.tpa_social_button:hover{opacity:.5}
 #tpa_timerange,.tpa_volumerange{    background: #4c4c4c;   color: white;font-size: 16px;}#tpa_progress, .tpa_volume_value, .tpa_volumerange_value {
    background: #6cdcc1;
}#tpa_current, #tpa_duration, .tpa_volume_value {
    color: white;
}
 #tpa_playlist,.tpa_buy:before,.tpa_current_item:before,.tpa_dwn:before,.tpa_playlist_item:before,.tpa_playlist_item:hover:before{color:#fff}
 #tpa_playlist{background:#2fefbc}.tpa_current_item,.tpa_playlist_item:hover{background:#42cfe2;color:#fff}.tpa_buy,.tpa_dwn{background:#42cfe2}
 .diffusion{display: inline;
    font-size: 13px;
       color: #a5a5a5;}
 .home-tvguide-grid-hour,.home-tvguide-grid-hour span{position:relative;display:inline-block;vertical-align:top}.home-tvguide-grid{width:100%}
 .home-tvguide-grid-hours{overflow:hidden;white-space:nowrap;padding:0;border:0}
 .home-tvguide-grid-hour{    height: 28px;
    width: 10%;
    font-size: 13px;
    color: #b8b8b8;
    margin: 0;
    padding: 0;
    border: 0;}
 .home-tvguide-grid-hour span{height:100%}.home-tvguide-grid-hour span::after{    position: absolute;
    width: 1px;
    height: 5px;
    background-color: #b8b8b8;
    left: 50%;
    bottom: 0;
    content: '';}
 .home-tvguide{    position: relative;
    background: #232323;
   }.home-tvguide-content{position:relative;width:90%;margin:0 auto;z-index:1;    padding: 0 0 20px 0;}
 .home-tvguide-line{width:100%;height:1px;    border-bottom: 1px solid #222222;}
 
 
 .home-tvguide-day
 {position:relative;display:block;min-width:100px;height:55px;        background-color: #373737!important;
     transition: all .25s ease-in-out;}
	 
	 .home-tvguide-day-start, .home-tvguide-day-start-movies {
  background-color: #6ddcc1;
    color: #ffffff;
}
 
 
 .home-tvguide-day-img{display:inline-block;vertical-align:top;max-height:100%;min-height:100%}
 .home-tvguide-day-info{vertical-align:top;top:0;opacity:1;-moz-transition:all .8s cubic-bezier(.165,.84,.44,1);-o-transition:all .8s cubic-bezier(.165,.84,.44,1);
 -webkit-transition:all .8s cubic-bezier(.165,.84,.44,1);transition:all .8s cubic-bezier(.165,.84,.44,1);max-width:64%;max-width:550px;    text-align: left;
 padding: 2px 0;}
 
 .home-tvguide-day-start{display:inline;vertical-align:top;line-height:17px;padding:0 5px;left:-15px;top:5px;position:absolute;font-size:13px}
.home-tvguide-day-start:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #6ddcc1!important;
    top: -7px;
    left: 16px;
}.home-tvguide-day-title {
    font-weight: 700;
    line-height: 50px;
    font-size: 11px;
    color: #f9f9f9;
letter-spacing:1px;
    margin-left: -8px;
    text-align: left;
}.home-tvguide-day-duration{position:relative;top:0;right:0;line-height:16px;color:#ccc}.home-tvguide-day-ml-18h00{margin-left:45%}.home-tvguide-day-ml-20h00{margin-left: 55%;}.home-tvguide-day-ml-17h00 {margin-left:39%}.home-tvguide-day-w-150{width:5%}.home-tvguide-day-ml-10h00{margin-left:4%}.home-tvguide-day-ml-10h30{margin-left:5%}
 .home-tvguide-day-ml-11h00{margin-left:8%}.home-tvguide-day-ml-12h00{margin-left:12%}.home-tvguide-day-ml-12h30{margin-left:14%}.home-tvguide-day-ml-14h00{margin-left:20%}
 .home-tvguide-day-ml-15h00 {
    margin-left: 30%;
}.home-tvguide-day-ml-16h00{margin-left:28%}.home-tvguide-day-ml-17h30{margin-left:42%}.home-tvguide-day-ml-18h30{margin-left:45%}.home-tvguide-day-ml-18h15{margin-left:43%}
 .home-tvguide-day-ml-19h00{margin-left:51%}.home-tvguide-day-ml-19h30{margin-left:49%}.home-tvguide-day-ml-20h30{margin-left:55%}   .home-tvguide-day-ml-21h00{ margin-left: 59%;}.home-tvguide-day-w-100{width:3%}
 .mt-40i{margin-top:20px}.big-grid .home-tvguide-day{position:relative;display:block;min-width:100px;height:90px;background-color:#151a21;margin-bottom:0!important}
 .home-tvguide-day-channel{color:#fff;margin-top:5px;max-width:300px;display:none}.big-grid .home-tvguide-day-channel{color: #b3b3b3;
    margin-top: 5px;
    display: unset;
    line-height: 1.3;
    font-size: 12px;}
 .big-grid .home-tvguide-grid-hour{width:13%!important}.hour-display{display:none}.big-grid .grid-display-none{display:none!important}.grid-display-none{display:inline-block}
 .big-grid .hour-display{display:inline-block!important}.big-grid .home-tvguide-day-ml-10h00{margin-left:1%}.big-grid .home-tvguide-day-ml-10h30{margin-left:3%}
 .big-grid .home-tvguide-day-ml-11h00{margin-left:5%}.big-grid .home-tvguide-day-start::before{border-left:10px solid transparent!important;border-right:10px solid transparent!important;   
 border-bottom: 8px solid #6ddcc1!important;top:-8px!important;left:18px}
 .big-grid .home-tvguide-day-start{line-height: 22px!important;
    font-size: 15px!important;
    position: absolute;
    color: white;}.big-grid .home-tvguide-day-ml-12h00{margin-left:8%}.big-grid .home-tvguide-day-ml-12h30{margin-left:9%}.big-grid .home-tvguide-day-ml-14h00{margin-left:14%;}.big-grid .home-tvguide-day-ml-16h00{margin-left:20%}.big-grid .home-tvguide-day-ml-17h30{margin-left:30%}.big-grid .home-tvguide-day-ml-18h15{margin-left:28%}.big-grid .home-tvguide-day-ml-18h30{margin-left:29%}.big-grid .home-tvguide-day-ml-19h00{margin-left:36%}.big-grid .home-tvguide-day-ml-19h30{margin-left:32%}.big-grid .home-tvguide-day-ml-20h30{margin-left:37%}
 .big-grid .home-tvguide-day-title{line-height: 13px;
    font-size: 14px!important;
    margin-top: 9px!important;
    margin-left: 0!important;
    margin-bottom: 6px!important;}.big-grid .img-max-height{height:90px!important}.oInput4{width:auto!important;display:table;opacity:1;float:left;margin-right:15px;	-webkit-filter: grayscale(30%);
-moz-filter: grayscale(30%);
-ms-filter: grayscale(30%);
-o-filter: grayscale(30%);}.img-max-height{height:55px!important}.big-grid .home-tvguide-day-ml-00h30{margin-left:47%}.home-tvguide-day-ml-00h30{margin-left:73%}.donner{float:left;margin-top:129px;right:-17px;font-size:22px!important;z-index:-1;line-height: normal !important}.fjord{font-family:'fjord';color:#6ddcc1;font-size:135px;font-style:italic;float:right;top:0;margin-top:0;margin-left:-107px;z-index:1}.donner-right{float:right!important;margin-top:-151px;margin-right:4%;width:390px;z-index:1;margin-bottom:-50px}
 
 ul.clearlist li:first-child{   height: 70px !important;
    margin-bottom: 32px;
    line-height: 70px !important; }
  ul.clearlist li:first-child .hour{    
    width: 16%;
    font-size: 13px !important;
    line-height: 70px !important;
    color: white;
    border-right: 1px solid #ffffff;}

 ul.clearlist li:first-child .antenne-display{display:initial !important;}
 ul.clearlist li:first-child .widget-posts-descr{
	     width: 62%;
    font-size: 13px !important;
    color: white;
    font-weight: 500;
    max-height: 72px;
}
   ul.clearlist li:first-child .widget-posts-descr::after{
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e8e8e8;
    clear: both;
}
.btn-play-container:before{
border: 3px solid rgba(0, 0, 0, 0.05);
border-radius: 200px;}


 .bar-c{    display: none;overflow:hidden;height:19px;width:40px;position:relative;cursor:pointer;}
 .bar{height:0;width:4px;background-color:white;bottom:0;position:absolute}
 #bar-1{right:0;-webkit-animation-name:danceHeight1;-webkit-animation-delay:0s}
 #bar-2{right:8px;-webkit-animation-name:danceHeight2;-webkit-animation-delay:.6s}
 #bar-3{right:16px;-webkit-animation-name:danceHeight3;-webkit-animation-delay:.3s}
 #bar-1,#bar-2,#bar-3{-webkit-animation-duration:.5s;-webkit-animation-play-state:running;-webkit-animation-direction:alternate;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite}
 @-webkit-keyframes danceHeight1{from{height:7px}to{height:19px}}@-webkit-keyframes danceHeight2{from{height:7px}to{height:16px}}@-webkit-keyframes danceHeight3{from{height:5px}to{height:19px}}
 .green-back h2>span{color:#f8f8f8}.img-album{position:absolute;top:0;left:0;height:100%;width:100%;z-index:8}.img-oinput3{top:0;left:0;z-index:7}.post-oinput3{position:relative;width:100%}.diffusion>span{font-size:18px}
 .rotate-180{-moz-transform: scale(-1, 1);-webkit-transform: scale(-1, 1);-o-transform: scale(-1, 1);-ms-transform: scale(-1, 1);transform: scale(-1, 1);}
 .art-img{
	 width: 40%;
    float: left;
	}
	 .gauche{
	 width: 50%;
    float: left;
	}
 .art-txt  {
	 width: 57%;
 float: right;}
 .droite  {
	 margin-right: -2%;
	 width: 50%;
 float: right;}
}.home-tvguide-day:hover{opacity:0.5;    left: 20px;
    background-color: transparent !important;}
.la-grille .fa{
    font-size: 40px;
    position: relative;
    vertical-align: middle;
    padding-bottom: 3px;
}
.la-grille a{
   color:#f9f9f9 !important;
}
.la-grille a:hover{
 opacity:0.5
}
.volume-container{
    position: absolute;
    right: 18px;
    width: 133px;
    top: 18px;
}
.le-doc{
transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-khtml-transform: rotate(-10deg);
font-family: 'fjord';
font-style: italic;
color: #2fe4ba !important;
    font-size: 54px;
text-transform: none !important;
font-weight: 400 !important;
margin-left: -3px;
line-height: 0 !important;
white-space: nowrap;
line-height: 30px !important;
}
#tpa_volume_wrapper:hover .tpa_volume_value {
    display: block
}
.col-sm-4
{
    position: relative;
    min-height: 1px
}
.heure-minute-row{
width:100%}
.heure-minute-cms{
width:75%;}

.container-max-width
{max-width: 970px;
    width: 100%;
    display: inline-block;}
	.side-panel-is-left{
	text-align:center;}
	.video{margin-top: 45px;}
	
	.player-accueil{
    position: relative;
    float: left;
    width: 20%;
	}
	.art-rec 
	.player-accueil i { 
    font-size: 34px;
    cursor: pointer;
       color: #6ddcc1;
}
.col-slider{width: 100%;
float: left;}

.bg-orangeok {
background: #242424!important;
}

.partenaire{
    line-height: 14px;
    margin-top: 50px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-align: center;
}


.letters > a > span {
  float: left;
}
.rotate {
       font-family: 'fjord';
    font-size: 29px;
    font-weight: normal;
    margin-top: -5px;
    transform: rotate(35deg);
    margin-left: 2px;
}
.glitch {
font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 58%;
    transform: translate(-50%, -50%);
    margin-top: -4px;
    color: #fff;
    letter-spacing: 5px;
left: 82px;

}

.margin-top-page{margin-top: 100px !important;}


.bg-slider-black-fullwidth {
	width:100%;
	position:absolute;
	top:0;
    height: 485px;
    background-color: #373737;}

.widget-posts ul li:first-child {
background:orange}

.antenne-display {    display: none !important;}



















.player-antenne-alt2 {
    font-size: 9px;
    color: #a5a5a5 !important;
    line-height: 45px;
    width: 2%;
    float: left;
    margin-left: -2px;
}



.big-grid .home-tvguide-day-ml-20h00 {
    margin-left: 39%;
}
.big-grid .home-tvguide-day-ml-18h00 {
    margin-left: 31%;
}
.big-grid .home-tvguide-day-ml-21h00 {
    margin-left: 44%;
}
.big-grid .home-tvguide-day-ml-15h00 {
    margin-left: 22%;
}


.video-list-sidebar {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    text-align: center;
    height: 205px;
 
}




.green{color: #6ddcc1 !important;}
.grey {color: #4c4c4c !important;}








.absolute-left {
    position: fixed !important;
    width: 100%;
    padding: 0 4%;  color: #e5e5e5;
 
}
.absolute-right {
    position: fixed !important;
 right:0
}
.logo-div{
padding: 0px 20px;
line-height: 39px;
}
.logo-div-first{
font-size: 11px;
    line-height: 28px;
    text-align: right;
    float: right;
	    display: none;
}
.logo-right-div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

.logo-right-div li {
    float: left;
    line-height: 28px;
    font-size: 12px;
}

.logo-right-div li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
}
.art-rec:hover {
    webkit-transform: translateY(-10px) translateZ(0);
    -moz-transform: translateY(-10px) translateZ(0);
    -ms-transform: translateY(-10px) translateZ(0);
    -o-transform: translateY(-10px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}
.logo-right-div{
    line-height: 25px;
    color: #e5e5e5;
    cursor: pointer;
    text-align: left;}
.footer i {
	    font-size: 17px;
    color: white;
    margin-right: 10px;
margin-top: 10px;}
.logo-right-div-first{
padding: 0px 20px;
    float: right;
    line-height: 25px;
}

.position-menu-viewer{position: absolute;
    top: 38px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    left: 50%;
    transform: translate(-50%, -50%);}

.position-menu-viewer-button{
margin: 0;
padding: 0;
float: left;
}
.search-form-top{
border-top:none !important; border-bottom:none !important; width:104% !important;}
.responsive-visibility-2{
display:initial;
    margin-left: 10px;}
.bg-white{background:white;}
.bg-top-bar{    background: #6cdcc1;
position:absolute;
top:28px;
height:28px;
width:100%}
.border-bottom-top-bar{border-bottom: 1px solid #676767;
position:absolute;height: 28px;
width:100%;
top:0;background: #000 !important;}
.mb-15{margin-bottom:15px}
.logo-right-div a{color: #787878;}

.logo-right-div i {

}
.logo-right-div-first a {
   color: #e5e5e5;
	    text-decoration: none;
}
.logo-right-div a{
color: #e5e5e5;   text-decoration: none;
}
.color-white{
color: #e5e5e5 !important;}
.back-dark{
background:rgba(0,0,0,0.7);
padding:5%;}

.separateur{
border: 0;
padding: 0;
margin: 0;
border-bottom: 2px solid #e1e1e1;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(225, 225, 225);
padding-top: 10px;
margin-bottom: 10px;}


  .facebook-share-button {
background: grey;
    padding: 7px 10px;
    border-radius: 200px;
    color: #e5e5e5;
  font-size: 14px;}



#container {
	padding-top:140px;
	margin: 0 auto;
	max-width: 890px;
}


.content_top-menu {
	width : 100%;
	margin: 0 auto;
	background-color : #FFF;
}

#top-bar {
	position:fixed;
	height:25px; 
	width:100%;
	z-index: 99990;
}

#navy { 
	margin:0;
	padding: 0;

	position: fixed;
	width: 100%;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	top:28px;
	height:70px;
	z-index: 100000;
}
#logo {
	display: block;
	padding: 10px 30px;
	float: left;
	font-size:20px;
	line-height: 80px;
}
#title {
	z-index:100000;
	float: left;
}
#title .logo {
	width: 125px;

}
#sous-titre {
  visibility: visible;
    margin-top: 17px;
    line-height: 0;
    font-size: 11px;
    color: #a0a0a0;
    margin-left: 127px;
    position: absolute;
    font-style: italic;
}
.anchor-bullet-container a:hover span {
    opacity: 1;
}
#logo {
display: block;
    padding: 0px;

    font-size: 20px;
    line-height: 70px;
}
nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	left: 15px;
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	width:100%;
}

nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	    line-height: 70px;
}

nav a {
 display: block;
padding: 0 18px;
color: white;
text-decoration: none;
letter-spacing: 0.3px;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
}



#top-bar a:hover{opacity:0.5 !important}

nav ul li ul li a {
	color: #FFF;
background-color: rgba(0,0,0,0.95);
text-align: left;
font-size: 13px;
border-top: 1px solid rgba(255,255,255,0.07);
padding: 10px 18px !important;
} 


nav ul ul {
	display: none;
	position: absolute; 

	top: 72px;
}
	

nav ul li:hover > ul {
	display:inherit;
}
nav ul ul li {
	width:220px;
	float:none;
	display:list-item;
	position: relative;
}


nav ul ul ul li {
	position: relative;
	top:-80px;

	left:170px; 
}


	nav {
    margin: 0;
    padding: 0;
    float: left;
  	}
		nav {
margin-bottom: -22px;
    display: inline-block;
	
}
			.active-link {
	font-weight: bold;
	color: white;
	}
	.offset-top {		
		height: 163px;		
		width: 100%;
	}
			nav {
margin-bottom: 0px;
 }
		.position-menu{
			  width: 365px;
  
	}
	
#navy{
	      background: black;
}
.player-article-container li {
	width:50%;
	float:left;    list-style: none;
}
.player-article-container ul {
	width:100%;
padding:0 10%;}


.player-article-container i {
    font-size: 34px;
    cursor: pointer;
    color: #b8b8b8;
margin-left: 9px;}

.bottom .home-tvguide-grid-hour span::after {
    top: 0 !important;

}



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.content img {
    display: block;
}
/*
.content:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,0,0,0.65) 100%);
}*/

.player-antenne-alt{
  font-size: 12px;
    color: #a5a5a5 !important;
    line-height: 45px;
    width: 2%;
    float: left;
    margin-left: -1px;}

 ul.clearlist li:first-child .player-antenne-alt{    
font-size: 12px;
    color: #ffffff!important;
    line-height: 70px;
    width: 2%;
 float: left;}

.prochainement {
	margin-bottom: -1px;
    z-index: 999;
    color: white;
    font-weight: 800;
    font-size: 16px;
}

.logo-div-first a{
    color: white !important;
font-weight: 800;}
.player-antenne:hover {opacity:0.7 !important;}
.player-antenne {font-size: 36px;
    color: #6ddcc1!important;
    line-height: 70px;
    width: 12%;
    float: left;
    margin: 0 10px;}
	.btn-play-container::before {
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

	
	
	.play-shadow1:before {
	border: 5px solid rgba(0, 0, 0, 0.1);
	    border-radius: 200px;
	}
		.play-shadow2:before {
	border: 3px solid rgba(0, 0, 0, 0.05);
	    border-radius: 200px;
		}
	
	#maindiv{
overflow: hidden;
    white-space: nowrap;
    width: 150px;
    position: absolute;
    right: 20px;
    top: 39px;
}

#div1 {
color: white;
  display: inline-block;
  animation: marquee 18s linear infinite;
}

#div2 {  color: white;
  display: inline-block;
  animation: marquee2 18s linear infinite;
  animation-delay: 9s;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

.absolute-left li {
    width: 16.6666%;
	white-space:nowrap;
}

 .categorie-article {
             font-size: 41px!important;
    display: inline-block;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    font-family: 'fjord';
    padding-right: 84px;
    text-transform: uppercase;
    text-align: right;
    margin-top: -33px;
    width: 100%;
    line-height: 20px;
    color: #6ddcc1!important;
    z-index: 99999999999999;
    letter-spacing: 3px;
		
    }
	.album-link a {
    font-size: 13px;
	    font-family: 'Montserrat', sans-serif;
	}
	.social-display
	{display: initial !important;}
	
	.majax li {
    margin-left: 20px;
    float: right;
}
.central-div-contact{
	    max-width: 600px;
    width: 100%;
display: inline-block;}

span.antenne-full-display {
    display: none;
}

