@font-face {
    font-family: 'Rockwell W02';
    src: url('Rockwell.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaW01-Medium';
    src: url('fm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaW01-Light';
    src: url('fl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    border: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(234,233,230,.05);
    -ms-tap-highlight-color: rgba(234,233,230,.05)
}

::selection {
    background: #6E6E6E
}

::-webkit-scrollbar {
    width: 5px;
    background: #FFF
}

::-webkit-scrollbar-thumb {
    background: #6E6E6E;
    cursor: pointer
}

.disable-hover,.disable-hover * {
    pointer-events: none!important
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #eae9e6;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    perspective: 500
}

body {
    position: relative;
    width: 100%
}

.map,.page-diaporama {
    height: 100%
}

.h1,.h2,.h3,h1,h2,h3 {
    font-family: RockwellW02,"Rockwell W02";
    line-height: 100%;
    text-transform: uppercase
}

.h4,.h5,.h6,h4,h5,h6 {
    font-family: FuturaW01-Medium,"Futura W01 Medium";
    text-transform: uppercase
}

a,em,li,p,strong,ul {
    font-family: FuturaW01-Light,"Futura W01 Light"
}

.h1,.h2,.h3,.h4,.h5,.h6,a,em,h1,h2,h3,h4,h5,h6,li,p,span,strong,ul {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #6E6E6E
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 18px
}

.h4,h4 {
    font-size: 16px;
    margin-bottom: 16px
}

.h5,h5 {
    font-size: 14px
}

strong {
    font-family: FuturaW01-Medium,"Futura W01 Medium"
}

em {
    font-style: italic
}

a {
    color: #6E6E6E
}

p a {
    text-decoration: underline
}

.content .p,.content p {
    margin-bottom: 16px
}

ul {
    list-style: none
}

a:active,a:focus {
    outline: 0
}

a img {
    border: 0
}

button,input,select,textarea {
    font-family: FuturaW01-Light,"Futura W01 Light";
    color: #6E6E6E;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

input[type=text] {
    border-bottom: 1px solid #6E6E6E;
    background: #eae9e6;
    text-transform: uppercase
}

input[type=submit] {
    background: #eae9e6;
    font-family: FuturaW01-Medium,"Futura W01 Medium";
    text-transform: uppercase;
    cursor: pointer
}

button:focus,input:focus {
    outline: 0
}

.cf:after,.cf:before {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom:1}

#menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    filter: alpha(opacity=0);
    zoom:1;opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7);
    cursor: url(imgs/cursor.png) 12 12,crosshair
}

.lt-ie9 #menu {
    background: 0 0
}

#menu>div {
    position: relative;
    right: -400px;
    float: right;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-width: 400px;
    background-color: #eae9e6;
    cursor: default
}

.lt-ie9 #menu>div {
    border-left: 1px solid #6E6E6E;
    background-color: #eae9e6
}

#menu nav {
    display: table;
    width: 300px;
    height: 100%;
    margin: 0 auto;
    text-align: center
}

#menu nav>ul {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0
}

#menu li li {
    margin: 2px 0
}

#menu a {
    position: relative;
    text-transform: uppercase
}

.menu-main a {
    font-family: "Rockwell W02";
    font-size: 26px;
    line-height: 35px
}

.menu-alt a {
    line-height: 21px;
    color: #989898
}

.menu-alt a:after,.menu-main a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 1px;
    -webkit-transition: width 250ms ease-in;
    -moz-transition: width 250ms ease-in;
    transition: width 250ms ease-in;
    background-color: #6E6E6E
}

.menu-alt a:after {
    bottom: 1px;
    background-color: #989898
}

.menu-alt a.hover:after,.menu-alt a:hover:after,.menu-main a.hover:after,.menu-main a:hover:after {
    width: 100%
}

.ligne hr {
    filter: alpha(opacity=50);
    zoom:1;opacity: .5;
    width: 165px;
    height: 1px;
    max-width: 50%;
    margin: 20px auto;
    background-color: #989898
}

.oo>a {
    position: relative;
    display: block;
    width: 35px;
    height: 25px;
    margin: 0 auto;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    background: url(imgs/oo.svg) no-repeat center center;
    background-size: 15px 9px
}

.no-svg .oo>a {
    background: url(imgs/oo.png) no-repeat center center
}

.oo a:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    height: 25px;
    background: transparent url(imgs/oo_hover.svg) no-repeat left center;
    background-size: 15px 9px
}

.oo a:hover:after {
    width: 15px
}

.no-svg .oo a:after {
    background: transparent url(imgs/oo_hover.svg) no-repeat left center
}

.close {
    position: absolute;
    right: 15px;
    top: 15px
}

.close>a {
    display: block;
    width: 39px;
    height: 38px;
    padding: 5px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    background: url(imgs/bouton_croix.svg) no-repeat center center;
    background-size: 29px 28px
}

.close>a:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9)
}

.no-svg .close>a {
    background: url(imgs/bouton_croix.png) no-repeat center center
}

body>header {
    position: relative;
    z-index: 400
}

body>header>a:first-child+a {
    background: url(imgs/picto_menu.svg) no-repeat center 4px;
    background-size: 35px 25px
}

.no-svg body>header>a:first-child+a {
    background: url(imgs/picto_menu.png) no-repeat center 4px
}

body>header>a:first-child+a+a {
    background: url(imgs/picto_billet.svg) no-repeat center top;
    background-size: 35px 30px
}

.no-svg body>header>a:first-child+a+a {
    background: url(imgs/picto_billet.png) no-repeat center top
}


body>header>a:first-child+a+a+a {
background: url(imgs/picto_abo.svg) no-repeat 21px top;
    background-size: 24px auto;
}

body>header>a:first-child+a+a+a+a  {
    background: url(imgs/bouton_croix_blanc.svg) no-repeat center 2px;
    background-size: 28px 27px
}

.no-svg body>header>a:first-child+a+a+a+a  {
    background: url(imgs/bouton_croix_blanc.png) no-repeat center top
}

body>header>a:first-child+a+a+a+a+a  {
    display: none;
    background: url(imgs/picto_tv.svg) no-repeat center top;
    background-size: 33px 24px
}

.no-svg body>header>a:first-child+a+a+a+a+a  {
    background: url(imgs/picto_tv.png) no-repeat center top
}

body>header>a {
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in
}

body>header>a:hover {
    opacity: .7!important
}

.header-top {
    width: 100%;
    height: 100px;
    padding: 25px 10px 0
}

.header-top>a {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #eae9e6
}

.header-top>a:first-child {
    float: left;
    width: 130px;
    height: 38px;
    margin-top: 10px
}

.header-top>a:first-child>img {
    display: block;
    width: 100%;
    height: 100%
}

.header-top>a+a {
    float: right;
    width: 50px;
    padding-top: 36px;
    margin-left: 5px
}

.header-top>a+a+a+a+a {
    visibility: hidden;
    filter: alpha(opacity=0);
    zoom:1;opacity: 0
}

.header-top>aside {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100px
}

.header-top>aside>img {
    width: 100%;
    min-width: 640px
}

.radiant-tv .header-top {
    z-index: 1000
}

.radiant-tv .header-top a:first-child {
    visibility: hidden
}

.header-sticky {
    position: fixed;
    z-index: 990;
    left: 0;
    top: -37px;
    display: none;
    filter: alpha(opacity=0);
    zoom:1;opacity: 0;
    width: 100%;
    height: 36px;
    padding: 3px 10px;
    background-color: #939393;
    background-color: rgba(110,110,110,.5)
}

.lt-ie9 .header-sticky {
    display: none!important
}

.header-sticky>a:first-child {
    display: block;
    float: left;
    height: 100%
}

.header-sticky>a>img {
    display: block;
    height: 100%
}

.header-sticky>a+a {
    float: right;
    width: 30px;
    height: 100%
}

.header-sticky a:first-child+a {
    margin-left: 25px;
    background-position: center center;
    background-size: 22px 16px
}

.header-sticky a:first-child+a+a {
    background-size: 26px 22px;
    background-position: center center
}

.header-sticky a:first-child+a+a+a {
    margin-right: 25px;
    background-size: 17px auto;
    background-position: center center
}

.diaporama {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #EAE9E6 url(imgs/logo_R.jpg) no-repeat center center
}

.loading {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    border-bottom: 1px solid #EAE9E6;
    background-color: #FFF
}

.diaporama>div {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.diaporama>div>div:first-child {
    z-index: 100;
    display: block
}

.diaporama>div>div {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.diaporama picture {
    display: block;
    width: 100%;
    height: 100%
}

#saisonvid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: black;
}

#saisonvid.playing {
  object-fit: contain;
}

.diaporama img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.diaporama+div {
    display: none;
    width: 100%;
    height: 100%
}

.diaporama img {
    -webkit-transform-origin: 40% 40%;
    -moz-transform-origin: 40% 40%;
    transform-origin: 40% 40%
}

.diaporama .legendes {
    position: absolute;
    z-index: 1000;
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    height: 50%;
    padding: 0 10px 33px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #FFF
}

.legendes>div {
    position: absolute;
    top: 0
}

.legendes>div>div {
    margin-bottom: 16px
}

.legendes>div>div+div {
    visibility: hidden;
    filter: alpha(opacity=0);
    zoom:1;opacity: 0
}

.legendes>div>div+div+div {
    filter: alpha(opacity=0);
    zoom:1;opacity: 0
}

.legendes * {
    color: #EAE9E6
}

.legendes>div>div>h2 * {
    position: relative;
    height: 100%;
    font-family: RockwellW02,"Rockwell W02";
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(100,100,100,.5)
}

.legendes h2 a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0;
    height: 1px;
    -webkit-transition: width 250ms ease-in;
    -moz-transition: width 250ms ease-in;
    transition: width 250ms ease-in;
    background-color: #eae9e6
}

.lt-ie9 .legendes div+div {
    visibility: hidden
}

.legendes>div>div>h2+p {
    font-family: RockwellW02,"Rockwell W02";
    font-size: 14px
}

.legendes>div>div>.date {
    font-family: FuturaW01-Light,"Futura W01 Light";
    font-size: 20px
}

#controles {
    z-index: 1010;
    top: auto;
    bottom: 40px;
    visibility: hidden;
    filter: alpha(opacity=0);
    zoom:1;opacity: 0;
    display: block;
    width: 100%;
    height: 83px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    text-align: center;
    pointer-events: none
}

#controles>div {
    position: absolute;
    display: block;
    width: 116px;
    pointer-events: auto
}

#controles>.diapo_controles {
    right: 50%;
    top: 0;
    margin-right: -58px
}

#controles>.video_controles {
    left: 50%;
    top: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    zoom:1;opacity: 0
}

#controles>div>* {
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

#controles.diaporama_controles .video_controles,
#controles.diaporama_controles {
  pointer-events: auto !important;
}

#controles.diaporama_controles>.video_controles .next,
#controles.diaporama_controles>.video_controles .prev,
#controles.diaporama_controles>.diapo_controles {
  display: none !important;
}

#controles.diaporama_controles>.video_controles {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}

#controles .prev {
    width: 13px;
    height: 26px;
    margin: 29px 0;
    background: url(imgs/prev.svg) no-repeat center center;
    background-size: 13px 26px
}

.no-svg #controles .prev {
    background: url(imgs/prev.png) no-repeat center center
}

#controles .prev+div {
    width: 82px;
    height: 82px;
    margin: 0;
    background: url(imgs/losange.svg) no-repeat center center;
    background-size: 82px 82px
}

.diaporama_controles + #video {
  display: none !important;
}

.no-svg #controles .prev+div {
    background: url(imgs/losange.png) no-repeat center center
}

#controles .next {
    width: 13px;
    height: 26px;
    margin: 29px 0;
    background: url(imgs/next.svg) no-repeat center center;
    background-size: 13px 26px
}

.no-svg #controles .next {
    background: url(imgs/next.png) no-repeat center center
}

#controles>.video_controles>.next,#controles>.video_controles>.prev {
    visibility: hidden;
    filter: alpha(opacity=0);
    zoom:1;opacity: 0
}

#controles .playPause {
    width: 82px;
    height: 82px;
    background: url(imgs/losange.svg) no-repeat center center,url(imgs/play.svg) no-repeat 34px center;
    background-size: 82px 82px,23px 45px
}

.no-svg #controles .playPause {
    background: url(imgs/play.png) no-repeat center center
}

#controles .playPause.pause {
    background: url(imgs/losange.svg) no-repeat center center,url(imgs/pause.svg) no-repeat 34px center;
    background-size: 82px 82px,15px 44px
}

.no-svg #controles .playPause.pause {
    background: url(imgs/pause.png) no-repeat center center
}

#controles span {
    display: block;
    height: 41px;
    font-size: 20px;
    color: #CECCC4;
    font-family: FuturaW01-Medium,"Futura W01 Medium"
}

#controles span:first-child {
    line-height: 53px
}

#controles hr {
    width: 30px;
    height: 1px;
    margin: 0 auto;
    background: #ceccc4
}

#controles hr+span {
    line-height: 32px
}

.only-video>.diapo_controles,.only-video>.video_controles .next,.only-video>.video_controles .prev {
    display: none!important
}

.only-video>.video_controles {
    margin-left: -59px!important
}

#video {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #6E6E6E
}

#video>* {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#video>*+div {
    position: absolute;
    z-index: 1000000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    display: none
}

#video>*+div>div {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #EAE9E6
}

.content {
    position: relative;
    z-index: 500;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #EAE9E6
}

.content>div {
    max-width: 1500px;
    margin: 0 auto
}

.presentation .content>div {
    max-width: 1400px
}

.page-diaporama .content {
    margin-top: -30px
}

.home .content {
    display: none;
    margin-top: 0
}

.content>footer {
    position: relative;
    margin-top: 30px
}

.content>footer>a,.page-diaporama .content>a {
    display: block;
    height: 30px;
    overflow: hidden;
    font-size: 12px
}

.content>footer>a.hidden,.page-diaporama .content>a.hidden {
    visibility: hidden;
    opacity: 0
}

.content>footer>a:first-child,.page-diaporama .content>a:first-child {
    width: 24px;
    margin: 0 auto
}

.page-diaporama .content>a:first-child {
    background: url(imgs/fleche_bas.svg) no-repeat center center;
    -webkit-transition: -webkit-transform 300ms ease-in;
    transition: transform 200ms ease-in;
    background-size: 24px auto
}

.no-svg .page-diaporama .content>a:first-child {
    height: 20px;
    background: url(imgs/fleche_bas.png) no-repeat center top
}

.page-diaporama .content>a:first-child:hover {
    -webkit-transform: scaleX(1.1) scaleY(0.9)
}

.content>footer>a:first-child {
    background: url(imgs/fleche_haut.svg) no-repeat center center;
    background-size: 24px auto;
    -webkit-transform: scaleX(1);
    -webkit-transition: -webkit-transform 300ms ease-in;
    transition: transform 200ms ease-in
}

.no-svg .content>footer>a {
    height: 20px;
    background: url(imgs/fleche_haut.png) no-repeat center top
}

.content>footer>a:first-child:hover {
    -webkit-transform: scaleX(1.1) scaleY(0.9)
}

.content>a+a,.content>footer>a+a {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 0 20px;
    margin: 0 10px;
    background: url(imgs/fleche_gauche.svg) no-repeat left center;
    background-size: 12px 24px;
    line-height: 30px
}

.no-svg .content>a+a,.no-svg .content>footer>a+a {
    background: url(imgs/fleche_gauche.png) no-repeat left center
}

.content>a+a+a,.content>footer>a+a+a {
    left: auto;
    right: 0;
    padding: 0 20px 0 0;
    background: url(imgs/fleche_droite.svg) no-repeat right center;
    background-size: 12px 24px
}

.no-svg .content>a+a+a,.no-svg .content>footer>a+a+a {
    background: url(imgs/fleche_droite.png) no-repeat right center
}

.content>a>span,.content>footer>a>span {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 0;
    -webkit-transition: max-width 250ms ease-in
}

.content>a+a+a>span,.content>footer>a+a+a>span {
    float: right
}

.content>a:hover span,.content>footer>a:hover>span {
    max-width: 100%
}

.grid {
    width: 100%;
    max-width: 1500px;
    padding: 0 10px;
    margin: 0 auto
}

.content>.grid-2 {
    max-width: 1100px
}

.grid>div {
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity 350ms linear 100ms
}

.grid>.grille {
    opacity: 1;
    min-height: 300px
}

.item {
    display: block;
    max-width: 100%;
    float: left
}

.grille .item {
    float: none
}

.grid-2 .item {
    width: 450px
}

.grid-3 .item {
    width: 370px
}

.grid-4 .item {
    width: 300px;
    margin-bottom: 60px
}

.grid-5 .item {
    width: 320px;
    margin-bottom: 20px
}

.item.top {
    width: 1920px;
    max-width: 100%;
    margin-bottom: 0
}

.item hr {
    display: block;
    width: 60px;
    height: 1px;
    margin: 32px 0 28px;
    background-color: #CECCC4
}

.item :last-child {
    margin-bottom: 0
}

.item p span {
    font-family: FuturaW01-Medium,"Futura W01 Medium";
    text-transform: uppercase
}

.item.billeterie a {
    max-width: 185px;
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 45px;
    background: #EAE9E6 url(imgs/picto_billet_fonce.svg) no-repeat left center;
    background-size: 35px 30px
}

.content .item a.h4 {
    text-decoration: underline
}

.no-svg .item.billeterie a {
    background: #EAE9E6 url(imgs/picto_billet_fonce.png) no-repeat left center
}

.no-svg .item.billeterie a:hover {
    background: #EAE9E6 url(imgs/picto_billet_fonce_hover.png) no-repeat left center
}

.item.billeterie a span {
    position: relative
}

.item.billeterie a span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #6E6E6E;
    width: 0;
    -webkit-transition: width 350ms ease-in;
    -moz-transition: width 350ms ease-in;
    transition: width 350ms ease-in
}

.item.billeterie a:hover span:after {
    width: 100%
}

.item .lien,.item cite {
    display: block;
    font-style: italic
}

.item .lien {
    font-style: normal
}

.item .lien a,.item cite a {
    position: relative;
    display: block;
    font-style: italic;
    text-decoration: none
}

.item .lien a {
    font-style: normal
}

.item .lien a:after,.item cite a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 17px;
    height: 10px;
    background: url(imgs/lien.png) right bottom no-repeat;
    background-size: 17px 10px;
    transition: right 150ms linear
}

.item .lien a:hover:after,.item cite a:hover:after {
    right: -5px
}

.item .lien span {
    display: block
}

.item.logo img {
    -webkit-animation: rotation 6s infinite cubic-bezier(0.445,.050,.55,.95);
    -moz-animation: rotation 6s infinite cubic-bezier(0.445,.050,.55,.95);
    -o-animation: rotation 6s infinite cubic-bezier(0.445,.050,.55,.95);
    animation: rotation 6s infinite cubic-bezier(0.445,.050,.55,.95)
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotateY(0)
    }

    100%,33% {
        -webkit-transform: rotateY(360deg)
    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotateY(0)
    }

    100%,33% {
        -moz-transform: rotateY(360deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100%,33% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.grid header {
    padding: 32px 0 0
}

.grid header h1 {
    max-width: 960px
}

.grid header h1+p {
    font-size: 20px;
    text-transform: uppercase
}

.sharelinks>div>a,.sharelinks>div>form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px
}

.sharelinks .fb {
    width: 11px;
    height: 23px;
    margin-right: 25px;
    background: url(imgs/share_fb.svg) no-repeat left top;
    background-size: 11px 23px
}

.no-svg .sharelinks .fb {
    background: url(imgs/share_fb.png) no-repeat left top
}

.no-svg .fb:hover {
    background: transparent url(imgs/share_fb_hover.png) no-repeat left center
}

.fb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 23px;
    background: transparent url(imgs/share_fb_hover.svg) no-repeat left center;
    background-size: 11px 23px;
    -webkit-transition: width 350ms ease-in;
    -moz-transition: width 350ms ease-in;
    transition: width 350ms ease-in
}

.fb:hover:after {
    width: 11px
}

.sharelinks .tw {
    width: 25px;
    height: 20px;
    margin-right: 22px;
    background: url(imgs/share_twitter.svg) no-repeat left top;
    background-size: 25px 20px
}

.tw:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 20px;
    background: transparent url(imgs/share_twitter_hover.svg) no-repeat left center;
    background-size: 25px 20px;
    -webkit-transition: width 350ms ease-in;
    -moz-transition: width 350ms ease-in;
    transition: width 350ms ease-in
}

.tw:hover:after {
    width: 25px
}

.no-svg .sharelinks .tw {
    background: url(imgs/share_twitter.png) no-repeat left top
}

.no-svg .sharelinks .tw:hover {
    background: url(imgs/share_twitter_hover.png) no-repeat left top
}

.sharelinks .em {
    width: 27px;
    height: 22px;
    margin-right: 10px;
    background: url(imgs/picto_info_email.svg) no-repeat left top;
    background-size: 27px 22px
}

.no-svg .sharelinks .em {
    background: url(imgs/picto_info_email_hover.png) no-repeat left top
}

.em:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 22px;
    background: transparent url(imgs/picto_info_email_hover.svg) no-repeat left center;
    background-size: 27px 22px;
    -webkit-transition: width 350ms ease-in;
    -moz-transition: width 350ms ease-in;
    transition: width 350ms ease-in
}

.em:hover:after {
    width: 27px
}

.lt-ie9 .sharelinks .em {
    display: none
}

#shareform {
    position: relative;
    vertical-align: top;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    height: 41px
}

#shareform input[type=text] {
    width: 150px;
    height: 18px
}

#shareform input[type=submit] {
    position: absolute;
    top: 19px;
    left: 131px;
    font-size: 14px
}

.vignette>img {
    display: block;
    width: 100%
}

.vignette>img+div {
    width: 100%;
    overflow: hidden;
    padding-top: 5px
}

.vignette>img+div>p {
    margin-bottom: 0;
    text-transform: uppercase
}

.vignette>img+div>p:first-child {
    font-family: RockwellW02,"Rockwell W02";
    font-size: 18px;
    line-height: 22px
}

.vignette>img+div>p:first-child+p {
    font-size: 14px;
    line-height: 18px
}

.vignette>div+div {
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 102px;
    height: 45px;
    overflow: hidden
}

.vignette>div>button {
    position: relative;
    display: block;
    left: 100%;
    width: 100%;
    height: 100%;
    padding-left: 45px;
    background: #EAE9E6 url(imgs/picto_billet_fonce.svg) no-repeat 8px center;
    background-size: 35px 30px;
    font-size: 12px;
    line-height: 45px;
    color: #6E6E6E;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
    cursor: pointer
}

.no-svg .vignette>div>button {
    background: #EAE9E6 url(imgs/picto_billet_fonce.png) no-repeat 8px center
}

.vignette>div:first-child {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 45px;
    filter: alpha(opacity=0);
    zoom:1;opacity: 0;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
    background-color: #FFF
}

.vignette.hover>div:first-child {
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    filter: alpha(opacity=100);
    zoom:1;opacity: 1
}

.vignette.hover>div>button {
    left: 0
}

.vignette.hover {
    cursor: pointer
}

.grid-5 .vignette {
    padding: 10px;
    background: #fff
}

.grid-5 header>hr {
    display: block;
    width: 60px;
    height: 1px;
    background-color: #CECCC4;
    margin-top: 28px
}

.grid-5 article {
    padding-top: 5px
}

.grid-5 article:first-child {
    padding-top: 0
}

.grid-5 .tweet {
    word-break: break-word;
    background: url(imgs/twitter.png) no-repeat right top
}

.grid-5 .vignette>.ytp:first-child {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1
}

.grid-5 .vignette iframe {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

.grid-5 .vignette .ytp img {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 100%
}

.content .picto {
    position: relative;
    padding-left: 35px
}

.content .picto:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 27px;
    height: 26px;
    margin-top: -13px
}

.content .billet1:before {
    background: url(imgs/picto_billet_fonce.svg) no-repeat center center;
    background-size: contain
}

.content .billet2:before {
    background: url(imgs/picto_info_tel.svg) no-repeat center center;
    background-size: contain
}

.content .billet3:before {
    background: url(imgs/picto_info_radiant.svg) no-repeat center center;
    background-size: contain
}

.content .jeu:before {
    background: url(imgs/picto_jeu.svg) no-repeat center center;
    background-size: contain
}

.no-svg .content .billet1:before {
    background: url(imgs/picto_billet_fonce.png) no-repeat center center
}

.no-svg .content .billet2:before {
    background: url(imgs/picto_info_tel.png) no-repeat center center
}

.no-svg .content .billet3:before {
    background: url(imgs/picto_info_radiant.png) no-repeat center center
}

.no-svg .content .jeu:before {
    background: url(imgs/picto_jeu.png) no-repeat center center
}

.compteur * {
    font-family: FuturaW01-Medium,"Futura W01 Medium";
    text-transform: uppercase;
    color: #6e6e6e
}

.compteur>* {
    display: inline-block;
    vertical-align: middle
}

.compteur>*+* {
    margin-left: 10px
}

.compteur>div {
    width: 95px;
    height: 95px;
    background: url(imgs/losange_gris.svg) no-repeat center center;
    background-size: 95px 95px;
    text-align: center;
    line-height: 95px;
    font-size: 20px;
    -webkit-transform: rotateY(0deg)
}

.no-svg .compteur>div {
    background: url(imgs/losange_gris.png) no-repeat center center
}

.presentation .compteur>div {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.presentation .item a {
    text-decoration: underline
}

.compteur.club>div {
    margin-left: 0
}

.compteur.club>hr {
    height: 0;
    opacity: 0;
    margin: 15px 0
}

.drink>* {
    display: inline-block;
    vertical-align: middle;
    font-family: FuturaW01-Medium,"Futura W01 Medium";
    text-transform: uppercase;
    color: #6e6e6e
}

.drink>div {
    position: relative;
    width: 53px;
    height: 77px;
    margin: 0 10px
}

.drink>div>div:first-child {
    position: relative;
    z-index: 100;
    width: 53px;
    height: 77px;
    background: url(imgs/drink.svg) no-repeat center center;
    background-size: 53px 77px
}

.no-svg .drink>div>div:first-child {
    background: url(imgs/drink.png) no-repeat center center
}

.drink>div>div+div {
    position: absolute;
    z-index: 10;
    bottom: 1px;
    left: 1px;
    width: 34px;
    height: 1px;
    background: rgba(255,255,255,.75)
}

.item.header-saison {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0
}

.header-saison .soustitre {
    font-size: 30px;
    text-transform: uppercase
}

.header-saison a {
    font-size: 12px
}

.header-saison>.categories+hr {
    margin-top: 0
}

.lt-ie9 .header-saison>.categories,.lt-ie9 .header-saison>.categories+hr {
    display: none
}

.header-saison>div+ul a {
    text-decoration: underline
}

.header-saison>hr {
    display: block;
    width: 60px;
    height: 1px;
    background-color: #CECCC4
}

.header-saison>.categories+hr,.header-saison>ul+hr {
    margin-bottom: 30px
}

.categories {
    display: block;
    width: 100%;
    margin-bottom: -21px;
    text-align: justify
}

.categories:before {
    content: '';
    display: block;
    width: 100%
}

.categories:after {
    content: '';
    display: inline-block;
    width: 100%
}

.categories>li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 28px;
    cursor: pointer
}

.categories>.disabled {
    cursor: default
}

.archives>a,.categories a {
    position: relative;
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    text-align: center
}

.archives>.disabled a,.categories .disabled a {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed
}

.archives object,.categories object {
    position: relative;
    z-index: -1;
    width: 30px;
    height: 30px;
    pointer-events: none;
    cursor: pointer
}

.archives>a span,.categories a span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%
}

.archives>a.active span,.categories a.active span {
    text-decoration: underline
}

.archives>.disabled span,.categories .disabled span {
    text-decoration: line-through
}

.picto-im span {
  margin-left: -7px;
}

.picto-im object {
  top: 2px;
}

div.archives {
    position: absolute;
    z-index: 1010;
    display: block;
    top: 170px;
    left: -1%;
    width: 102%;
    padding: 0 1%;
    min-height: 100%;
    background: #EAE9E6;
    opacity: 0;
    visibility: hidden
}

.archives>hr {
    display: block;
    width: 60px;
    height: 1px;
    margin: 0 0 30px;
    background-color: #CECCC4
}

.archives>a {
    font-size: 12px;
    margin: 0 0 26px
}

.archives>h2 {
    line-height: inherit;
    text-align: center
}

.archives>h2>span {
    border-bottom: 2px solid #ceccc4;
    cursor: pointer
}

.archives>div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    border-right: 1px solid #ceccc4;
    margin: 0;
    text-align: center;
    max-height: 0;
    overflow: hidden
}

.archives>div+h2 {
    margin-top: 1px
}

.archives>div+div {
    border-right: 0 solid #ceccc4;
    border-left: 1px solid #ceccc4;
    position: relative;
    left: -1px
}

.archives>div>div {
    position: relative;
    z-index: 1000;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.archives>div>div>a {
    position: relative;
    z-index: 10000;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 28px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.archives>div>div>a.show {
    -webkit-transform: rotateX(0deg)
}

.archives>div+div>div>a+a,.archives>h2+div>div>a:first-child {
    display: none
}

.archives>div>div>a>img {
    width: 100px;
    max-width: 150px
}

.archives>div>div:nth-child(2n)>a>img {
    left: 2%
}

.archives>div>div:nth-child(3n)>a>img {
    left: -2%
}

.archives>div>div:nth-child(4n)>a>img {
    left: 4%
}

.archives>div>div:nth-child(5n)>a>img {
    left: -4%
}

.archives>div+div>div:first-child>a>img {
    left: 3%
}

.archives>div+div>div:nth-child(5n)>a>img {
    left: -2%
}

.archives>div+div>div:nth-child(4n)>a>img {
    left: 2%
}

.archives>div+div>div:nth-child(3n)>a>img {
    left: 4%
}

.archives>div+div>div:nth-child(2n)>a>img {
    left: -4%
}

.archives>div>div>hr {
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 50%;
    max-width: 0;
    height: 1px;
    margin-top: 14px;
    background: #ceccc4
}

.archives>h2+div>div>hr {
    right: 0
}

.archives>div+div>div>hr {
    left: 0
}

.archives>div+div>div:first-child>a {
    margin-top: 94px
}

.archives>div+div>div:first-child>hr {
    margin-top: 48px
}

.iphone .radiant-tv,.wp .radiant-tv {
    height: auto
}

.radiant-tv>header>a:first-child+a+a+a+a+a {
    display: none!important
}

.radiant-tv .diaporama {
    position: fixed;
    top: 0;
    left: 0
}

.radiant-tv #controles {
    bottom: 20px
}

.radiant-tv .video_controles {
    margin-left: -59px!important
}

.radiant-tv #controles .video_controles a {
    overflow: visible;
    filter: alpha(opacity=0)!important;
    opacity: 1!important;
    visibility: !important
}

.radiant-tv #controles .next,.radiant-tv #controles .prev {
    position: relative;
    background: 0 0
}

.radiant-tv #controles .video_controles a>span {
    position: absolute;
    top: 0;
    display: block;
    overflow: hidden;
    width: auto;
    height: 26px;
    line-height: 26px;
    max-width: 16px;
    -webkit-transition: max-width 250ms ease-in
}

.radiant-tv #controles .prev>span {
    right: 0;
    background: url(imgs/prev.svg) no-repeat left center;
    background-size: 13px 26px
}

.radiant-tv #controles .next>span {
    left: 0;
    background: url(imgs/next.svg) no-repeat right center;
    background-size: 13px 26px
}

.no-svg .radiant-tv #controles .prev>span {
    background: url(imgs/prev.png) no-repeat left center
}

.no-svg .radiant-tv #controles .next>span {
    background: url(imgs/next.png) no-repeat right center
}

.radiant-tv #controles .video_controles a>span span {
    display: block;
    overflow: hidden;
    width: auto;
    height: 26px;
    line-height: 26px;
    max-width: 0;
    margin: 0 20px;
    -webkit-transition: max-width 500ms ease-in;
    font-family: FuturaW01-Medium,"Futura W01 Medium";
    font-size: 16px;
    white-space: nowrap
}

.radiant-tv #controles .video_controles a:hover span {
    max-width: 500px
}

.radiant-tv #controles .video_controles.block a:hover span {
    max-width: 16px
}

.radiant-tv #controles .video_controles.block a:hover span span {
    max-width: 0
}

.radiant-tv #controles .prev span span {
    margin-left: 13px
}

.radiant-tv #controles .next span span {
    margin-right: 13px
}

#menu-tv {
    position: relative;
    z-index: 990;
    width: 100%
}

.page-diaporama .header-top {
    position: absolute
}

#menu-tv .diaporama {
    margin-top: 0
}

#menu-tv>div {
    position: relative;
    width: 100%;
    max-width: 400px;
    min-height: 100%;
    background-color: #EAE9E6
}

#menu-tv>div>div:first-child {
    padding: 30px 20px;
    height: 100px;
    background-color: #6F6F6F
}

#menu-tv>div>div:first-child+div {
    padding: 30px 20px;
    height: 180px
}

#menu-tv>div>div>h1 {
    font-size: 60px
}

#menu-tv>div>div>h1+p {
    font-size: 50px
}

#menu-tv li {
    position: relative;
    display: block;
    height: 140px;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 500
}

#menu-tv li img {
    width: 100%;
    -webkit-transition: -webkit-transform 2000ms linear;
    -moz-transition: -moz-transform 2000ms linear;
    transition: transform 2000ms linear;
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    -moz-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -transform-origin: center top
}

#menu-tv li>span {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    background: rgba(0,0,0,.35);
    font-family: FuturaW01-Medium,"Futura W01 Medium";
    font-size: 16px;
    text-transform: uppercase;
    color: #EAE9E6
}

#menu-tv li span>span {
    font-family: FuturaW01-Light,"Futura W01 Light";
    font-size: 12px;
    white-space: nowrap;
    color: #EAE9E6
}

#menu-tv li span+a {
    position: absolute;
    z-index: 100;
    top: 29px;
    left: auto;
    right: 29px;
    right: -129px;
    width: 82px;
    height: 82px;
    background: url(imgs/losange.svg) no-repeat center center,url(imgs/play.svg) no-repeat 34px center;
    background-size: 82px 82px,23px 45px;
    -webkit-transition: right 200ms linear;
    -moz-transition: right 200ms linear;
    transition: right 200ms linear
}

.no-svg #menu-tv li a span+a {
    background: url(imgs/play.png) no-repeat 34px center
}

#menu-tv li.hover img {
    -webkit-transform: scale(1.05) translateX(6px) translateY(-30px);
    -moz-transform: scale(1.05) translateX(6px) translateY(-30px);
    transform: scale(1.05) translateX(6px) translateY(-30px)
}

#menu-tv li:nth-child(2n).hover img {
    -webkit-transform: scale(1.12) translateX(10px) translateY(-25px);
    -moz-transform: scale(1.12) translateX(10px) translateY(-25px);
    transform: scale(1.12) translateX(10px) translateY(-25px)
}

#menu-tv li:nth-child(2n) img {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -transform-origin: right center
}

#menu-tv li:nth-child(3n).hover img {
    -webkit-transform: scale(1.06) translateX(5px) translateY(-5px);
    -moz-transform: scale(1.06) translateX(5px) translateY(-5px);
    transform: scale(1.06) translateX(5px) translateY(-5px)
}

#menu-tv li:nth-child(4n) img {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -transform-origin: left center
}

#menu-tv li:nth-child(4n).hover img {
    -webkit-transform: scale(1.07) translateX(-20px) translateY(-10px);
    -moz-transform: scale(1.07) translateX(-20px) translateY(-10px);
    transform: scale(1.07) translateX(-20px) translateY(-10px)
}

#menu-tv li.hover>span {
    opacity: 0
}

#menu-tv li.hover>span+a {
    opacity: 1;
    right: 29px
}

#menu-tv {
    background: url(bg.png) repeat;
    background: rgba(255,255,255,.7);
    cursor: url(imgs/cursor.png) 12 12,crosshair
}

#menu-tv>div {
    cursor: auto
}

#menu-tv li a span {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    background: url(bg2.png) repeat;
    background: rgba(0,0,0,.35);
    font-family: FuturaW01-Medium,"Futura W01 Medium";
    font-size: 16px;
    text-transform: uppercase;
    color: #EAE9E6
}

.map .content {
    position: relative;
    top: -100px;
    z-index: 300;
    width: 100%;
    height: 100%;
    margin: 0
}

.content>.infos {
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 10px;
    margin-top: 100px;
    background-color: #eae9e6
}

.content>.infos hr {
    display: block;
    width: 60px;
    height: 1px;
    background-color: #CECCC4;
    margin: 28px 0
}

.content>.infos h1 {
    font-size: 50px
}

.content>.infos h1+p {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0
}

.content>.infos li {
    position: relative;
    padding-left: 35px;
    font-size: 12px
}

.content>.infos li .souligne,.content>.infos li a {
    text-decoration: underline
}

.content>.infos li hr {
    margin-left: -35px
}

.content>.infos ul>li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    width: 27px;
    height: 26px;
    margin-top: -13px
}

.content>.infos hr+ul>li:first-child,.content>.infos hr+ul>li:first-child+li+li,.content>.infos hr+ul>li:first-child+li+li+li+li {
    cursor: pointer
}

.content>.infos hr+ul>li:first-child:before {
    display: block;
    background: url(imgs/picto_info_parking.svg) no-repeat center center;
    background-size: contain
}

.content>.infos hr+ul>li:first-child+li+li:before {
    display: block;
    background: url(imgs/picto_info_metro.svg) no-repeat center center;
    background-size: contain
}

.content>.infos hr+ul>li:first-child+li+li+li+li:before {
    display: block;
    background: url(imgs/picto_info_bus.svg) no-repeat center center;
    background-size: contain
}

.no-svg .content>.infos hr+ul>li:first-child:before {
    background: url(imgs/picto_info_parking.png) no-repeat center center
}

.no-svg .content>.infos hr+ul>li:first-child+li+li:before {
    background: url(imgs/picto_info_metro.png) no-repeat center center
}

.no-svg .content>.infos hr+ul>li:first-child+li+li+li+li:before {
    background: url(imgs/picto_info_bus.png) no-repeat center center
}

.content>.infos div+ul>li:before {
    height: 30px;
    margin-top: -15px
}

.content>.infos div+ul>li:first-child+li:before {
    display: block;
    background: url(imgs/picto_info_radiant.svg) no-repeat center center;
    background-size: contain
}

.content>.infos div+ul>li:first-child+li+li+li+li+li:before,.content>.infos div+ul>li:first-child+li+li+li:before {
    display: block;
    background: url(imgs/picto_info_tel.svg) no-repeat center center;
    background-size: contain
}

.content>.infos div+ul>li:first-child+li+li+li+li+li+li+li+li+li:before,.content>.infos div+ul>li:first-child+li+li+li+li+li+li+li:before {
    display: block;
    background: url(imgs/picto_info_email.svg) no-repeat center center;
    background-size: contain
}

.no-svg .content>.infos div+ul>li:first-child+li:before {
    background: url(imgs/picto_info_radiant.png) no-repeat center center
}

.no-svg .content>.infos div+ul>li:first-child+li+li+li+li+li:before,.no-svg .content>.infos div+ul>li:first-child+li+li+li:before {
    background: url(imgs/picto_info_tel.png) no-repeat center center
}

.no-svg .content>.infos div+ul>li:first-child+li+li+li+li+li+li+li+li+li:before,.no-svg .content>.infos div+ul>li:first-child+li+li+li+li+li+li+li:before {
    background: url(imgs/picto_info_email.png) no-repeat center center
}

.content>.infos div+ul {
    padding-bottom: 35px
}

.content>.infos>a {
    position: absolute;
    top: 35px;
    right: 0;
    width: 35px;
    height: 48px;
    background: #6e6e6e url(imgs/fleche_gauche_blanc.svg) no-repeat center center;
    background-size: 12px 24px
}

.content>.infos>a.out {
    background: #6e6e6e url(imgs/fleche_droite_blanc.svg) no-repeat center center;
    background-size: 12px 24px
}

.no-svg .content>.infos>a {
    background: #6e6e6e url(imgs/fleche_gauche_blanc.png) no-repeat center center
}

.no-svg .content>.infos>a.out {
    background: #6e6e6e url(imgs/fleche_droite_blanc.png) no-repeat center center
}

#map {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%
}

#map>div,#map>div>div {
    width: 100%;
    height: 100%
}

.map .content>div:first-child::before {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: -moz-linear-gradient(top,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.3)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
    background: -o-linear-gradient(top,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0)
}

.newsletter .item {
    width: 100%
}

.newsletter form {
    position: relative;
    width: 100%
}

.newsletter .item p {
    max-width: 380px;
    margin-bottom: 50px
}

.newsletter .item p.succes {
    max-width: 640px;
    font-size: 22px;
    margin-bottom: 50px
}

.newsletter input[type=text] {
    width: 100%;
    margin-bottom: 22px;
    font-size: 20px
}

.newsletter .content input[type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    line-height: 20px
}

#fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.jeu .content {
    background: rgba(230,230,230,.7)
}

.content .bandeau-form,.content>.bandeau-jeu {
    position: relative;
    max-width: 9999px;
    background-color: #EAE9E6
}

.bandeau-jeu>div {
    padding: 25px 10px
}

.bandeau-jeu .item {
    float: none;
    z-index: -1
}

.bandeau-jeu>div+a {
    display: block;
    width: 100%;
    height: 100px;
    background: #6E6E6E;
    font-size: 50px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: FuturaW01-Medium,"Futura W01 Medium";
    overflow: hidden
}

.content>.vignettes-jeu {
    display: none;
    width: 300px;
    margin: 30px auto;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0
}

.vignettes-jeu>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 130px;
    height: 130px;
    margin: 10px;
    -webkit-perspective: 500px;
    -webkit-perspective-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    cursor: default
}

.jouer a {
    cursor: pointer
}

.vignettes-jeu>a>div>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.vignettes-jeu>a>div>img:first-child {
    z-index: 2
}

.vignettes-jeu>a>div>img+img {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.bandeau-jeu .e2,.bandeau-jeu .e3,.bandeau-jeu .e5 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 150px;
    height: 150px;
    margin-left: -150px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    text-align: center
}

.bandeau-jeu .e3 {
    top: 30px;
    padding-right: 10px;
    width: 170px
}

.bandeau-jeu .e2>img {
    width: 100%
}

.bandeau-jeu .e2>.compteur {
    margin: 22px auto;
    width: 105px
}

.bandeau-jeu .e4 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 180px;
    height: 150px;
    margin-left: -180px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    text-align: center;
    padding: 30px 10px 0 0
}

.bandeau-jeu .e5 {
    padding: 30px 10px 0 0;
    text-align: right;
    display: none
}

.bandeau-jeu .e5 h1 {
    cursor: pointer
}

.e5 hr {
    float: right;
    display: block;
    width: 60px;
    height: 1px;
    margin: 32px 0 28px;
    background-color: #CECCC4
}

.jeu form {
    display: none;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0
}

.content .bandeau-form {
    margin-top: 40px;
    overflow: hidden;
    padding: 30px
}

.content .bandeau-form input {
    margin: 0!important
}

.content form .valid {
    text-align: center
}

.content form input[type=submit] {
    position: static;
    font-size: 24px;
    line-height: 26px;
    text-align: center
}

#cookie {
  position: fixed;
  z-index: 100000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  display: none;
  background-color: rgba(110,110,110,0.9)
}

#cookie > div {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto
}

#cookie > div > p {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  font-size: 14px;
  font-weight: 300;
  color: white;
}

#cookie > div > p > a {
  color: white;
}


#cookie > div > button {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  color: white;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  padding: 5px;
  cursor: pointer;
}

#cookie > div > button + button {
  background-color: #eae9e6;
  color: rgba(110,110,110,1);
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {

  #cookie p {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

}

@media only screen and (min-width: 640px) {
    .h1,h1 {
        font-size:50px
    }

    div.archives>h2 {
        font-size: 40px
    }

    .grid header h1 {
        max-width: 450px
    }

    .grid header h1+p {
        font-size: 30px
    }

    body>header>a:first-child+a+a+a+a {
        display: block
    }

    .picto.billet2 a {
        text-decoration: none
    }

    .grid,.header-sticky,.header-top {
        padding-left: 30px;
        padding-right: 30px
    }

    .content>a+a,.content>footer>a+a {
        margin: 0 30px
    }

    .compteur>*+* {
        margin-left: 30px
    }

    .compteur>div {
        width: 105px;
        height: 105px;
        background-size: 105px 105px;
        line-height: 105px
    }

    .page-diaporama>header:first-child {
        position: fixed;
        top: 0;
        width: 100%
    }

    body>header {
        position: fixed;
        z-index: 400;
        left: 0;
        top: 0;
        width: 100%
    }

    .header-top>a:first-child {
        width: 162px;
        height: 44px;
        margin-top: 3px
    }

    .header-top>a+a {
        margin-left: 10px
    }

    .radiant-tv.page-diaporama .header-top {
        width: 50%;
        right: 0;
        left: auto
    }

    .diaporama {
        position: fixed;
        z-index: 10;
        top: 0;
        margin: 0
    }

    .diaporama+div {
        display: block
    }

    .diaporama .legendes {
        padding: 0 30px 33px
    }

    .legendes>div>div>h2 * {
        font-size: 50px
    }

    .legendes h2 a:hover:after {
        width: 100%
    }

    .legendes>div>div>h2+p {
        font-size: 25px
    }

    .legendes>div>div>.date {
        font-size: 35px
    }

    .legendes>div>div+div {
        visibility: visible;
        filter: alpha(opacity=20);
        zoom:1;opacity: .2
    }

    #controles {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }

    .content {
        margin-top: 100px
    }

    div.archives {
        top: 235px
    }

    #menu-tv>div>div:first-child {
        padding: 30px
    }

    #menu-tv>div>div:first-child+div {
        padding: 30px;
        height: 200px
    }

    #menu-tv>div>div>h1 {
        font-size: 78px
    }

    #menu-tv>div>div>h1+p {
        font-size: 60px
    }

    .map .content {
        top: 0
    }

    .content .infos {
        padding: 30px
    }

    .sharelinks .fb {
        margin-right: 35px
    }

    .sharelinks .tw {
        margin-right: 30px
    }

    .sharelinks .em {
        margin-right: 20px
    }

    .newsletter .item p {
        margin-bottom: 80px
    }

    .newsletter input[type=text] {
        margin-bottom: 42px;
        font-size: 40px
    }

    .newsletter input[type=submit] {
        font-size: 40px;
        line-height: 40px
    }

    .bandeau-jeu>div {
        padding: 30px 30px 35px
    }

    .content>.vignettes-jeu {
        width: 600px;
        margin: 10px auto 50px
    }

    .jeu .content {
        background: 0 0
    }
}

@media only screen and (min-width: 750px) {
    .grid header h1 {
        max-width:450px
    }

    div.archives {
        top: 220px
    }

    .map .content {
        height: 100%
    }

    .map .content>div {
        max-width: 99999px
    }

    #map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0
    }

    .content .infos {
        position: relative;
        left: -380px;
        width: 380px;
        height: 485px;
        margin-left: 0;
        opacity: .9
    }

    .content .infos>div {
        position: absolute;
        z-index: 100;
        top: 30px;
        left: 30px;
        width: 320px;
        height: 455px;
        background-color: #eae9e6
    }

    .content .infos>div>h1 {
        font-size: 65px
    }

    .content .infos>div>h1+p {
        font-size: 46px
    }

    .content .infos>div+ul {
        position: absolute;
        z-index: 10;
        top: 30px;
        right: 30px;
        width: 320px;
        height: 455px;
        background-color: #eae9e6
    }

    .map .content>div:first-child::before {
        content: "";
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        height: 150px;
        background: -moz-linear-gradient(top,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.3)),color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
        background: -o-linear-gradient(top,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
        background: linear-gradient(to bottom,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0)
    }

    .map .content>div:first-child::after {
        content: "";
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        pointer-events: none;
        background: -moz-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,.3)100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.3)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,.3)100%);
        background: -o-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,.3)100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,.3)100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgba(0,0,0,.3)100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0)
    }

    .map .content>div:first-child>div::before {
        content: "";
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 150px;
        height: 100%;
        pointer-events: none;
        background: -moz-linear-gradient(left,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,.3)),color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(left,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
        background: -o-linear-gradient(left,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
        background: -ms-linear-gradient(left,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
        background: linear-gradient(to right,rgba(0,0,0,.3)0,rgba(0,0,0,0)100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1)
    }

    .map .content>div:first-child>div::after {
        content: "";
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        width: 150px;
        height: 100%;
        pointer-events: none;
        background: -moz-linear-gradient(left,rgba(0,0,0,0)0,rgba(0,0,0,.3)100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.3)));
        background: -webkit-linear-gradient(left,rgba(0,0,0,0)0,rgba(0,0,0,.3)100%);
        background: -o-linear-gradient(left,rgba(0,0,0,0)0,rgba(0,0,0,.3)100%);
        background: -ms-linear-gradient(left,rgba(0,0,0,0)0,rgba(0,0,0,.3)100%);
        background: linear-gradient(to right,rgba(0,0,0,0)0,rgba(0,0,0,.3)100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1)
    }

    .content>.infos>a {
        position: absolute;
        top: 50%;
        right: -35px;
        width: 35px;
        height: 48px;
        margin-top: -24px;
        background: #6e6e6e url(imgs/fleche_droite_blanc.svg) no-repeat center center;
        background-size: 12px 24px
    }

    .content>.infos>a.out {
        background: #6e6e6e url(imgs/fleche_gauche_blanc.svg) no-repeat center center;
        background-size: 12px 24px
    }

    .no-svg .content>.infos>a {
        background: #6e6e6e url(imgs/fleche_droite_blanc.png) no-repeat center center
    }

    .no-svg .content>.infos>a.out {
        background: #6e6e6e url(imgs/fleche_gauche_blanc.png) no-repeat center center
    }

    .content>.infos ul li:first-child>hr {
        margin-top: 5px
    }

    .bandeau-jeu .e2,.bandeau-jeu .e3 {
        left: 50%;
        margin-left: -75px
    }

    .bandeau-jeu .e3 {
        top: 38px;
        width: 150px;
        padding: 0
    }

    .bandeau-jeu .e4 {
        width: 300px;
        left: 50%;
        margin-left: -150px;
        padding: 36px 0 0
    }

    .bandeau-jeu .e5 {
        padding: 30px 30px 0 0;
        display: block
    }

    .vignette a:hover {
        transform: none!important
    }

    .content form .valid {
        visibility: hidden
    }
}

@media only screen and (min-width: 1000px) {
    .jeu .item:first-child+.item h4+p {
        padding-right:20px
    }

    .h1,h1 {
        font-size: 58px
    }

    .grid header h1 {
        max-width: 960px
    }

    div.archives>h2 {
        font-size: 58px
    }

    .content .p,.content p,.h4,.item .h4:before,h4 {
        margin-bottom: 30px
    }

    .grid header h1+p {
        font-size: 40px
    }

    .sharelinks>div {
        height: 300px
    }

    .phone {
        text-decoration: none!important
    }

    .header-saison .soustitre {
        font-size: 48px
    }

    .header-saison>div {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }

    .header-saison>div+ul {
        display: inline-block;
        vertical-align: bottom;
        width: 50%;
        padding-bottom: 8px;
        text-align: right
    }

    .header-top>a+a {
        margin-left: 20px
    }

    div.archives {
        top: 183px
    }

    div.archives>div>div>a {
        width: 50%
    }

    div.archives>div>div>a>img {
        width: 150px;
        position: static
    }

    div.archives>div+div>div>a:first-child,div.archives>h2+div>div>a+a {
        width: 150px
    }

    div.archives>div+div>div>a+a,div.archives>h2+div>div>a:first-child {
        display: inline-block;
        text-align: right;
        padding-right: 10px
    }

    div.archives>div+div>div>a+a {
        text-align: left;
        padding: 0 0 0 10px
    }

    div.archives>div>div>a {
        font-size: 14px;
        text-transform: uppercase
    }

    div.archives>div>div>a>span {
        display: block;
        font-family: RockwellW02,"Rockwell W02";
        font-size: 18px
    }

    .newsletter .content input[type=text] {
        margin-bottom: 67px;
        font-size: 60px
    }

    .newsletter .content input[type=submit] {
        font-size: 60px;
        line-height: 60px
    }

    .bandeau-jeu>div>div {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        max-width: 450px
    }

    .bandeau-jeu>div>div+div {
        width: 35%
    }

    .content>.vignettes-jeu {
        width: 880px
    }

    .vignettes-jeu>a {
        width: 200px;
        height: 200px
    }
}

@media only screen and (min-width: 1200px) {
    .diaporama .legendes {
        min-height:0;
        max-height: 500px
    }

    .legendes>div>div>h2 * {
        font-size: 80px
    }

    .legendes>div>div>h2+p {
        font-size: 30px
    }

    .legendes>div>div>.date {
        font-size: 50px
    }

    .legendes h2 a:after {
        bottom: 15px
    }

    .header-top>a+a {
        margin-left: 30px
    }
}

@media only screen and (min-height: 700px) {
    .menu-main a {
        font-size:30px;
        line-height: 40px
    }

    .menu-alt a {
        font-size: 20px;
        line-height: 30px
    }

    .ligne hr {
        margin: 30px auto
    }
}

@media only screen and (min-height: 800px) {
    .menu-main a {
        line-height:45px
    }

    .menu-alt a {
        line-height: 35px
    }

    .ligne hr {
        margin: 45px auto
    }
}

.lt-ie9 .diaporama img {
    width: 100%;
    height: auto
}

@media only screen and (orientation: landscape) {
    .diaporama img {
        width:100%;
        height: auto
    }
}

@media only screen and (orientation: portrait) {
    .diaporama img {
        width:auto;
        height: 100%
    }
}

@media only screen and (min-aspect-ratio: 1920/1080) and (orientation:landscape) {
    .diaporama img {
        width:100%;
        height: auto
    }
}

@media only screen and (max-aspect-ratio: 1920/1080) and (orientation:landscape) {
    .diaporama img {
        width:auto;
        height: 100%
    }
}

@media only screen and (min-aspect-ratio: 1080/1920) and (orientation:portrait) {
    .diaporama img {
        width:100%;
        height: auto
    }
}

@media only screen and (max-aspect-ratio: 1080/1920) and (orientation:portrait) {
    .diaporama img {
        width:auto;
        height: 100%
    }
}

.iphone #video {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 1px;
    height: 1px
}

.iphone #progress {
    display: none!important
}

.iphone .radiant-tv .diaporama,.mobile .radiant-tv .diaporama {
    position: absolute;
    top: 0;
    bottom: 0
}

.iphone #controles .diapo_controles {
    pointer-events: auto
}

.mobile .page-diaporama.home #controles .video_controles {
    pointer-events: none
}

.mobile .page-diaporama #video {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 51%;
    width: 150px;
    height: 110px;
    pointer-events: auto;
    cursor: pointer;
    padding: 0
}

.mobile #menu-tv,.mobile #menu-tv>div>div:first-child>a,.mobile .page-diaporama .diaporama>div>div {
    pointer-events: none
}

.mobile .radiant-tv {
    height: auto
}

.mobile .radiant-tv #video {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 140px;
    padding: 0
}

.mobile .page-diaporama.radiant-tv #menu-tv li {
    pointer-events: auto
}

.mobile .page-diaporama.radiant-tv #menu-tv li.hover {
    pointer-events: none
}

.bb * {
    -webkit-transform: none!important
}

@media only screen and (max-width: 640px) {

  body>header>a:first-child+a+a+a {
    display: none !important;
  }

  .categories {
    text-align: left;
  }

  .archives>a, .categories a {
    width: 66px;
  }

  .picto-im span {
    margin-left: -1px;
}
}

@media only screen and (max-width: 340px) {



}

@media only screen and (min-width: 640px) {
    .mobile .page-diaporama #video {
        width:250px;
        margin-left: 0
    }

    .mobile .page-diaporama #video>div {
        display: block;
        width: 70px;
        height: 100%;
        right: 0;
        left: auto;
        pointer-events: auto
    }

    .mobile .page-diaporama.home #controles .video_controles {
        pointer-events: none
    }

    .mobile .radiant-tv #video {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: auto;
        cursor: pointer;
        padding: 0
    }

    .mobile .radiant-tv #video>div {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        right: auto;
        left: auto;
        pointer-events: auto
    }

    .mobile .radiant-tv .diaporama {
        position: fixed
    }
}

@media only screen and (max-height: 280px) {
    html {
        min-height:280px
    }

    #controles {
        bottom: 5px;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }

    .page-diaporama .content {
        margin-top: 0!important
    }

    .diapo_controles {
        margin-right: -58px!important
    }

    .page-diaporama .legendes h2 a {
        font-size: 20px
    }

    .page-diaporama .legendes p {
        font-size: 14px
    }
}

#controles a {
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in
}

#controles a:hover,.radiant-tv #controles .video_controles a:hover {
    opacity: .7!important
}

.item p {
    word-wrap: break-word;
}

/* covoiturage-simple.com */
a.covoituragesimple {
    background-color: transparent;
    -webkit-appearance: none;
}

a.covoituragesimple .covtext {
    color: #6e6e6e;
    font-family: FuturaW01-Light,"Futura W01 Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

a.covoituragesimple .covicon {
    left: -2px;
}

a.covoituragesimple .covicon {
    background-image: url('http://radiant-bellevue.fr/styles/imgs/minilogocovoituragesimple_radiant.png');
}

.vignette-video {
    display: none;
}

.lecteur > div {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.lecteur > div > div {
    position: absolute;
    z-index: 10;
    top: 2%;
    left: 2%;
}

#lecteur2 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.bouton.bouton-lecture {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 41px;
    height: 41px;
    margin-left: -20px;
    margin-top: -20px;
    background: url(imgs/losange.svg) no-repeat center center,url(imgs/play.svg) no-repeat 17px center;
    background-size: 41px 41px, auto 20px;
    cursor: pointer;
}

.bouton.bouton-fermer {
    width: 20px;
    height: 20px;
    background: url(imgs/bouton_croix_blanc.svg) no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
}

#controles>.mute_controles {
    position: absolute;
    display: block;
    left: 0%;
    bottom: 0;
    margin-left: 0 !important;
    opacity: 0;
    visibility: hidden;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

#controles>.mute_controles > .mute {
    width: 26px;
    height: 26px;
    background: url(imgs/son_off_radiant.svg) no-repeat center center;
    background-size: 100% 100%;
}

#controles>.mute_controles > .unmute {
    background: url(imgs/son_on_radiant.svg) no-repeat center center;
    background-size: 100% 100%;
}
