*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    min-height: 100vh;
    font-family: 'ProdigySansRegular';
	line-height: 1;
    background: #1e1e1e;
    color: #f5f5f5;
}
html{
    min-height: 100vh;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    color: #f5f5f5;
}
.clearer {
    width: 100px;
    height: 0;
    clear: both;
}
#site {
    font-family: 'ProdigySansThin',Helvetica;
}
header #menu {
    position: fixed;
    right: 50px;
    top: 20%;
    z-index: 100;
    list-style: none;
    margin: 0;
    padding: 0;
}
header ul {
    padding-top: 2.3%;
    text-align: right;
}
header ul li {
    cursor: pointer;
}
header ul li a {
    font: 25px/35px 'ProdigySansThin',Helvetica;
    opacity: 0.6;
}
header ul li a.active {
    font: 25px/35px 'ProdigySansBold',Helvetica;
    opacity: 1;
}
#top_content {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.section {
    min-height: 500px;
}
.section_player_placeholder {
    display: none;
}
.section_player,
.video_player_container,
.video_player_container .video_player,
.video_player_container .ratio_16-9 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
#top_content .video_player_container {
    background-image: url(../images/coverBG.jpg);
    background-size: 100% 100%;
    background-position: center center;
    background-size: contain;
    opacity: 0.6;
}
.section .video_player_container .video_player .preview {
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;  /* Firefox 3.6 */
    background-position: center;  /* Internet Explorer 7/8 */
}
.section .video_player_container .video_player .play {
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
.section .video_player_container .video_player .player_loading {
    top: 45%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}
/*
video::-webkit-media-controls {
  bottom:210px !important;
}
*/
#logo,
#account_link {
    margin-top: 2%;
    z-index: 200;
}
#logo {
    margin-left: 5%;
    float: left;
    position: fixed;
}
#account_link {
    right: 5%;
    font-size: 25px;
    position: fixed;
}
#tagline {
    position: absolute;
    bottom: 10%;
    left: 5%;
    font-size: 55px;
    text-transform: uppercase;
}
#tagline .button {
    cursor: pointer;
    margin: 40px 0 0 0;
    color: #f5f5f5;
    text-align: center;
    line-height: 70px;
    font-size: 32px;
    width: 270px;
    height: 80px;
    border: 5px solid #f5f5f5;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#tagline .button:hover {
    background: #f5f5f5;
    color: #1e1e1e;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content_list,
.channel {
    position: relative;
    text-align: center;
    height: 100%;
    display: block;
}
.content_list h3,
.channel h3 {
    font-size: 30px;
    padding: 20px 0 10px 0;
}
.content_list hr,
.channel hr {
    margin-bottom: 20px;
    width: 100px;
    height: 5px;
    background: #f5f5f5;
    color: #f5f5f5;
    border: none;
}
.contents_scroll_area {
    position: absolute;
    display: none;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: visible;
}
.contents_scroll_area:hover .scroll_left,
.contents_scroll_area:hover .scroll_right {
    display: block;
}
.contents_wrapper {
    position: relative;
    overflow: hidden;
    height: 230px;
    padding-top: 30px;
    margin-top: -33px;
}
.contents_container {
    position: relative;
    width: 2000px;
    height: 100%;
}
.section_player .player_loading {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
.contents_scroll_area .contents_loading {
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
}
.content {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0.5;
    z-index: 1;
    width: 274px;
    cursor: pointer;
}
.content:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
    z-index: 10;
}
.content .preview {
    width: 274px;
    height: 154px;
}
.content .infos {
    color: white;
    font-size: 12px;
    position: absolute;
    z-index: 20;
    left: 13px;
    top: 135px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}
.content:hover .infos {
    top: 112px;
    opacity: 1;
}
.content .infos:before {
    position: absolute;
    z-index: -10;
    left: -13px;
    bottom: -30px;
    content: "";
    width: 274px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
}

.content.first {
    left: 0;
}
.content.first:hover {
    left: 41px;
}
.content.last {
    right: 0;
}
.content.last:hover {
    right: 41px;
}

.scroll_left,
.scroll_right {
    position: absolute;
    display: none;
	width: 5%;
	height: 30%;
    margin-top: 40px;
	background-repeat: repeat;
	background-position: center center;
	z-index: 30;
}
.scroll_left.visible,
.scroll_right.visible {
    background-repeat: no-repeat;
    opacity: 0.65;
    zoom: 1;
}
.scroll_left {
	left: 0;
	cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur), w-resize;
}
.scroll_left.visible {
	background-image: url(../images/arrow_left.png);
}
.scroll_right {
    right: 0;
    cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur), e-resize;
}
.scroll_right.visible {
	background-image: url(../images/arrow_right.png);
}
@media screen and (max-width:1000px) {
    .content_list .content_list_player img {
        width: 100%;
        margin: 0;
        left: 0;
        top: 25%;
    }
    .content_list h3 {
        position: relative;
        z-index: 10;
    }
    .content_list hr {
        position: relative;
        z-index: 10;
    }
}
@media screen and (max-width: 768px) and (orientation: portrait), screen and (max-device-width: 1024px) and (orientation: landscape), screen and (max-width: 768px) {
    header #menu {
        display: none;
        position: fixed;
        top: 60px;
        right: 0px;
        left: 5%;
    }
    header ul {
        padding-top: 0%;
    }
    header ul li {
        float: left;
        margin-right: 20px;
    }
    header ul li a {
        font: 15px/15px 'ProdigySansThin',Helvetica;
    }
    header ul li a.active {
        font: 15px/15px 'ProdigySansBold',Helvetica;
    }
    #teaser {
        display: none;
    }
    #logo,
    #account_link {
        margin-top: 20px;
    }
    #top_content {
        background-image: url(../images/BGCover2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 30%;
    }
    #tagline {
        font-size: 40px;
    }
    .section {
        min-height: 200px;
    }
    .content_list,
    .channel {
    }
    .content_list h3,
    .channel h3 {
        font-size: 20px;
        padding: 10px 0 5px 0;
    }
    .content_list hr,
    .channel hr {
        margin-bottom: 10px;
        width: 50px;
        height: 3px;
    }
    .contents_scroll_area {
        height: 0px;
    }
    .contents_wrapper {
        height: 145px;
        overflow-x: visible;
    }
    .content .preview {
        width: 150px;
    }
    .content {
        width: 150px;
        opacity: 0.8;
    }
    .content:hover {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        z-index: 10;
    }
    .content.first:hover {
        left: 0;
    }
    .content.last:hover {
        right: 0;
    }

    .visible {
        display: none !important;
    }
    .content .infos {
        color: white;
        font-size: 12px;
        position: absolute;
        left: 13px;
        top: 56px;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        opacity: 1;
    }
    .content:hover .infos {
        top: 56px;
        opacity: 1;
    }
    .content .infos:before {
        position: absolute;
        z-index: -10;
        left: -13px;
        bottom: -17px;
        content: "";
        width: 150px;
        height: 35px;
        background: rgba(0, 0, 0, 0.6);
    }
    .contents_scroll_area:hover .scroll_left,
    .contents_scroll_area:hover .scroll_right {
        display: none;
    }
    .contents_scroll_area .contents_loading {
        top: 0px;
    }

    #billing_dialog {
        margin-left: -165px;
    }
    .section_player,
    .video_player_container,
    .video_player_container .video_player,
    .video_player_container .ratio_16-9 {
        overflow: initial;
    }
}
@media screen and (max-width:435px) {
    #account_link {
        margin-top: 25px;
        font-size: 15px;
    }
}

/* VIDEO PLAYER OVERLAY */

#video_player_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#video_player_panel {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 100% 0px 80px 0px;
}
.section .video_player_container .video_player .play {
    width: 100px;
    height: 106px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
/*
#video_player_overlay:hover #video_player_panel {
    background: rgba(0,0,0,.5);
}
*/
@media only screen and (max-width: 1199px) {
    #video_player_panel {
        bottom: -10px;
        padding: 100% 0px 40px 0px;
    }
}
@media screen and (max-width: 768px) and (orientation: portrait), screen and (max-device-width: 1024px) and (orientation: landscape), screen and (max-width: 768px) {
    #video_player_panel {
        bottom: -40px;
        padding: 395px 0px 40px 0px;
    }
    .channel #video_player_panel {
        bottom: 40px;
        padding: 395px 0px 0px 0px;
    }
    #video_player_overlay:hover #video_player_panel {
        background: none;
    }
    .section .video_player_container .video_player .play {
    width: 50px;
    height: 56px;
    top: 59%;
    left: 54%;
    margin-left: -50px;
    margin-top: -50px;
}
}
/*
#video_player_overlay.fullscreen {
    z-index: 2147483647;
}
video::-webkit-media-controls-enclosure {
  display: none !important;
}
#video_player_overlay.fullscreen #video_player_panel,
#video_player_overlay.fullscreen #video_player_panel:hover {
    background: none;
}
*/

/* VIDEO PLAYER CONTROLS */

#video_player_controls {
    width: 70%;
    width: auto;
    height: 40px;
    margin: -190px 0px 0px 80px;
}
.channel #video_player_controls {
    margin: -10px 0px 0px 70px;
}
@media only screen and (max-width: 1199px) {
    #video_player_controls {
        margin: -35px 0px 0px 40px;
    }
}
@media screen and (max-width: 768px) and (orientation: portrait), screen and (max-device-width: 1024px) and (orientation: landscape), screen and (max-width: 768px) {
    #video_player_controls {
        margin: -70px 0px 0px 40px;
    }
    .channel #video_player_controls {
        margin: -10px 0px 0px 50px;
    }
}
.video_player_button {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0px 2px 0px 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
}
#video_player_play {
    background: url(../images/player/play.png) center center no-repeat;
}
#video_player_play:hover {
    background: rgba(255,255,255,.1) url(../images/player/play.png) center center no-repeat;
}
#video_player_pause {
    background: url(../images/player/pause.png) center center no-repeat;
    display: none;
}
#video_player_pause:hover {
    background: rgba(255,255,255,.1) url(../images/player/pause.png) center center no-repeat;
}
#video_player_stop {
    background: url(../images/player/stop.png) center center no-repeat;
    display: none;
}
#video_player_stop:hover {
    background: rgba(255,255,255,.1) url(../images/player/stop.png) center center no-repeat;
}
#video_player_prev {
    background: url(../images/player/prev.png) center center no-repeat;
}
#video_player_prev:hover {
    background: rgba(255,255,255,.1) url(../images/player/prev.png) center center no-repeat;
}
#video_player_next {
    background: url(../images/player/next.png) center center no-repeat;
}
#video_player_next:hover {
    background: rgba(255,255,255,.1) url(../images/player/next.png) center center no-repeat;
}
#video_player_fullscreen_enter {
    background: url(../images/player/enter_fullscreen.png) center center no-repeat;
}
#video_player_fullscreen_enter:hover {
    background: rgba(255,255,255,.1) url(../images/player/enter_fullscreen.png) center center no-repeat;
}
#video_player_fullscreen_exit {
    background: url(../images/player/exit_fullscreen.png) center center no-repeat;
    display: none;
}
#video_player_fullscreen_exit:hover {
    background: rgba(255,255,255,.1) url(../images/player/exit_fullscreen.png) center center no-repeat;
}
#video_player_volume {
    background: url(../images/player/volume.png) center center no-repeat;
}
#video_player_volume:hover {
    background: rgba(255,255,255,.1) url(../images/player/volume.png) center center no-repeat;
}
#video_player_volume_muted {
    background: url(../images/player/volume_muted.png) center center no-repeat;
    display: none;
}
#video_player_volume_muted:hover {
    background: rgba(255,255,255,.1) url(../images/player/volume_muted.png) center center no-repeat;
}
@media screen and (max-width: 768px) and (orientation: portrait), screen and (max-device-width: 1024px) and (orientation: landscape), screen and (max-width: 768px) {
    .video_player_button {
        margin: -20px 2px 0px 0px;
    }
    #video_player_play {
        background: url(../images/player/play.png) center center no-repeat;
    }
    #video_player_play:hover {
        background: rgba(255,255,255,.1) url(../images/player/play.png) center center no-repeat;
    }
    #video_player_pause {
        background: url(../images/player/pause.png) center center no-repeat;
        display: none;
    }
    #video_player_pause:hover {
        background: rgba(255,255,255,.1) url(../images/player/pause.png) center center no-repeat;
    }
    #video_player_stop {
        background: url(../images/player/stop.png) center center no-repeat;
        display: none;
    }
    #video_player_stop:hover {
        background: rgba(255,255,255,.1) url(../images/player/stop.png) center center no-repeat;
    }
    #video_player_prev {
        background: url(../images/player/prev.png) center center no-repeat;
    }
    #video_player_prev:hover {
        background: rgba(255,255,255,.1) url(../images/player/prev.png) center center no-repeat;
    }
    #video_player_next {
        background: url(../images/player/next.png) center center no-repeat;
    }
    #video_player_next:hover {
        background: rgba(255,255,255,.1) url(../images/player/next.png) center center no-repeat;
    }
    #video_player_fullscreen_enter {
        background: url(../images/player/enter_fullscreen.png) center center no-repeat;
    }
    #video_player_fullscreen_enter:hover {
        background: rgba(255,255,255,.1) url(../images/player/enter_fullscreen.png) center center no-repeat;
    }
    #video_player_fullscreen_exit {
        background: url(../images/player/exit_fullscreen.png) center center no-repeat;
        display: none;
    }
    #video_player_fullscreen_exit:hover {
        background: rgba(255,255,255,.1) url(../images/player/exit_fullscreen.png) center center no-repeat;
    }
    #video_player_volume {
        background: url(../images/player/volume.png) center center no-repeat;
    }
    #video_player_volume:hover {
        background: rgba(255,255,255,.1) url(../images/player/volume.png) center center no-repeat;
    }
    #video_player_volume_muted {
        background: url(../images/player/volume_muted.png) center center no-repeat;
        display: none;
    }
    #video_player_volume_muted:hover {
        background: rgba(255,255,255,.1) url(../images/player/volume_muted.png) center center no-repeat;
    }
}
#video_player_volume_container {
    float: left;
    height: 60px;
}
@media screen and (max-width: 768px) and (orientation: portrait), screen and (max-device-width: 1024px) and (orientation: landscape), screen and (max-width: 768px) {
    #video_player_volume_container {
        display: none;
    }
}
#video_player_volume_slider {
    position: absolute;
    width: 50px;
    height: 20px;
    margin: 10px 0px 0px 50px;
    cursor: pointer;
}
.ui-widget-content {
    border: none;
}
#video_player_volume_slider.ui-widget-content {
    background: url(/images/player/progress_bar.png) repeat-x;
}
#video_player_volume_slider .ui-slider-range {
    background: url(/images/player/progress_bar.png) repeat-x;
}
#video_player_volume_slider .ui-slider-handle {
    border-color: rgba(223,110,73,1);
    margin-top: 5px;
    cursor: pointer;
}
#video_player_volume_slider .ui-slider-handle {
    width: 7px;
    height: 7px;
    top: 2px;
    border: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
#video_player_volume_slider .ui-slider-handle:focus {
    outline: 0;
}

/* VIDEO PLAYER PROGRESS TIME */

#video_player_progress_time {
    position: absolute;
    width: 100px;
    right: 80px;
    margin: 0;
    margin-top: 30px;
    color: rgba(255,255,255,.8);
    text-align: right;
    font: 20px/30px 'ProdigySansThin',Arial,sans-serif;
}
@media only screen and (max-width: 1199px) {
    #video_player_progress_time {
        right: 40px;
        font: 20px/30px 'ProdigySansThin',Arial,sans-serif;
        margin-top: 13px;
    }
}
#video_player_infos {
    position: absolute;
    width: 600px;
    left: 100px;
    margin: 8px 0px 0px 60px;
}
@media only screen and (max-width: 1199px) {
    #video_player_infos {
        left: 85px;
        margin: 10px 0px 0px 0px;
    }
}
@media screen and (max-width: 768px) and (orientation: portrait), screen and (max-device-width: 1024px) and (orientation: landscape), screen and (max-width: 768px) {
    #video_player_infos {
        display: none;
    }
}

/* VIDEO PLAYER PROGRESS BAR */

#video_player_progress_slider {
    z-index: 10;
    position: absolute;
    width: 80%;
    height: 30px;
    left: 80px;
    bottom: 200px;
    background: url(/images/player/progress_bar.png) repeat-x;
    cursor: pointer;
}
.channel #video_player_progress_slider {
    bottom: 30px;
}
@media only screen and (max-width: 1199px) {
    #video_player_progress_slider {
        width: 90%;
        left: 40px;
        bottom: 20px;
    }
}
@media screen and (max-width: 768px) and (orientation: portrait), screen and (max-device-width: 1024px) and (orientation: landscape), screen and (max-width: 768px) {
    #video_player_progress_slider {
        width: 60%;
        left: 40px;
        bottom: 20px;
    }
    .content_list,
    .channel {
        position: relative;
        text-align: center;
        height: 100%;
        display: block;
        margin-top: 200px;
    }
    .content_list_section {
        margin-top: 200px;
    }
    .content_list_section.first{
        margin-top: 100px;
    }
    .content_list_section.last{
        margin-bottom: 90px;
    }

    .content_list_section .content_list,
    .channel {
        margin-top: 0px;
    }
    .contents_wrapper {
        margin-top: -30px;
        -webkit-overflow-scrolling: touch;
    }
    .content .infos {
        display: none;
    }
    .content_list>div:first-child {
    position: absolute;
    left: 43%;
    top: -70px;
    }
}
#video_player_progress_slider .ui-slider-range {
    background: url(/images/player/progress_bar_active.png) repeat-x;
}
#video_player_progress_slider .ui-slider-handle {
    border-color: rgba(223,110,73,1);
    margin: 5px 0px 0px 0px;
    cursor: pointer;
}
#video_player_progress_slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    top: -1px;
    border: 0px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}
#video_player_progress_slider .ui-slider-handle:focus {
    outline: 0;
}

/* PAGES GENERIQUES */

#customer {
    background: none;
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
    min-height: 650px;
}
#customer .titre {
    font-size: 30px;
    padding: 30px 0 0 0;
    color: rgba(245, 245, 245,1);
}
#header-logo img {
    margin: 45px 0 45px 0;
}
#customer .zone_text .text {
    background: none;
}
#customer .zone_text .text p {
    color: rgba(245, 245, 245,1);
}
#customer .label {
    border: none;
    background: none;
    padding: 10px 0px 0px 0px;
    width: 250px;
}
#customer .label input,
#customer .label select {
    width: 250px;
    font-size: 17px;
    color: rgba(245, 245, 245,1);
    border: none;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #f5f5f5;
    background: none;
}
#customer .label input:placeholder {
    color: rgba(245, 245, 245,0.6);
}
#customer .label input:focus {
    border-bottom: 2px solid rgba(9, 187, 238,1);
    outline:none;
}
#customer .form-error .label input:focus {
    border-bottom: 2px solid rgba(9, 187, 238,1);
    outline:none;
}
#customer .form-error .label {
    border:none;
}
#customer .form-error .label input {
    border-bottom: 3px solid #b94a48;
}
.bouton_orange {
    width: 320px;
    height: 85px;
    background: rgba(9, 187, 238,1);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.bouton:hover .bouton_orange {
    background: #007b9f;
}
.bouton_orange img {
    display: none;
}
.bouton_gris img {
    display: none;
}
#customer .bouton_orange_text, #customer .bouton_gris_text {
    text-transform: uppercase;
    -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-shadow: none;
}
#customer .bouton_gris_text {
    color: rgba(9, 187, 238,1);
}
footer .footer-link{
    border-bottom:none;
    font-size: 14px;
    padding-top: 14px;
}
footer .footer-iplus {
    margin-top: 14px;
    max-width: 100%;
}

.playzer_levelTwo {
    margin: 0 auto;
}
#generique .playzer_levelTwo {
    margin: 0px 0px 0px 0px;
    font: 20px/24px 'ProdigySansExtraBold', Arial, sans-serif;
    width: 100%;
    text-align: center;
}
#generique .playzer_mentions {
    margin: 20px 0px 20px 0px;
    font: 16px/18px 'ProdigySansSemiBold', Arial, sans-serif;
    width: 100%;
    text-align: center;
}
#generique .playzer_mentions a {
    color: #09BBEE;
}


#generique {
    background: none;
    border:none;
}
#generique .titre {
    text-align: center;
    border: none;
}
#generique .titre h1 {
    font-size: 30px;
    text-align: center;
    font-family: 'ProdigySansSemiBold';
}
#generique .textecentre {
    width: 80%;
    margin: 0 auto;
    font-family: 'ProdigySansRegular';
    background: none;
    color: rgba(245, 245, 245,1);
}
#generique .textecentre ul li{
    color: rgba(245, 245, 245,1);
    font-size: 20px;
}
@media screen and (max-width:435px) {
    #header-logo img {
    margin: 15px 0 15px 0;
    }
}

#customer .zone_text {
    text-align: center;
}

.form-error-message {
    color: red;
}

#price {
    color: black;
}
.operators_text.playzer_state {
    color: white;
}
#operator_choice .operator .ok {
    color: white;
    background: rgba(255, 255, 255, .2);
}
#operator_choice .operator .name.free {
    background: rgba(255, 255, 255, .7);
}
#operator_choice .operators_mvno_text,
#operator_choice .credit_card_text {
    color: white;
}
#operator_choice a {
    color: white;
}
#operator_choice .operator_mvno {
    display: inline-block;
    width: 200px;
    text-align: left;
    margin: 0px auto 1px auto;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
#operator_choice .operator_mvno span {
    position: relative;
    float: left;
    padding: 5px 4px;
    margin: -4px 10px 0px 0px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2);
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
border-bottom-left-radius: 200px;
}
.conditions {
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
}
.conditions>a {
    text-decoration: underline;
    color: rgba(75, 190, 238, 1);
}
/* ANDROID TV */

.webview #generique .titre {
    text-align: left;
}
.webview #generique .titre h1 {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    font: 30px/30px 'ProdigySansThin', Arial, sans-serif;
}
.webview #generique .playzer_levelTwo {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    font: 19px/23px 'ProdigySansExtraBold', Arial, sans-serif;
    padding: 30px 0;
}
.webview #generique .playzer_mentions {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    font: 16px/20px 'ProdigySansSemiBold', Arial, sans-serif;
}
.webview #generique .titre {
    text-align: left;
    font: 16px/20px 'ProdigySansSemiBold', Arial, sans-serif;
}
.webview #generique .titre h3{
    width: 80%;
    margin: 0 auto;
}
.webview #generique .textecentre {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    font: 16px/20px 'ProdigySansSemiBold', Arial, sans-serif;
}
/* NEW MENTION CGV */

#cgv_mention_new {
    font-size: 16px;
    color: #F5F5F5;
    text-align: center;
}
#cgv_mention_new a{
    color: rgba(9, 187, 238, 1);
}
@media screen and (max-width: 768px) {
  #cgv_mention_new {
    font-size: 13px;
}
}
.message {
    width: inherit !important;
}
#bouton_vierge {
    width: 300px;
    height: 75px;
    background: #077897;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font: 35px/75px Arial, sans-serif;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
#bouton_vierge:hover {
    background: #05617b;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#bouton_vierge img {
    display: none;
}
#price_inter {
    color: #fff;
    font: 12px/12px 'Calibri', sans-serif;
    color: #fff;
    margin: 10px auto 20px auto;
    font-weight: bold;
}
#cgv_prebilling {
    color: #F5F5F5;
    font-size: 12px !important;
}
#msisdn_fullpage #cgv_prebilling {
    color: #101010 !important;
}
#cgv_prebilling a {
    color: rgba(9, 187, 238, 1) !important;
}

#infiniweb_generic #site {
    min-height: 490px;
}

/* Plusmo History */

#page_liscence {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}
#page_liscence #zone_episodes_container {
    font: 25px/35px 'ProdigySansThin',Helvetica;
}
#page_liscence #zone_episodes {

}
#page_liscence #zone_episodes .episode {

}

/* == My Account == */

#infiniweb_generic #header-logo img {
    width: 120px;
    margin: 10px;
}
#myaccount .bloc {
    border-top: 3px solid rgba(255,255,255,.2) !important;
}
#myaccount .bloc .title {
    color: rgba(255,255,255,1) !important;
}
#myaccount .bloc .text {
    color: rgba(255,255,255,.7) !important;
}
#myaccount .bloc .text span {
    color: rgba(255,255,255,1) !important;
}
#myaccount .bloc p {
    color: rgba(255,255,255,.7) !important;
}
#myaccount .bloc button {
    color: rgba(255,255,255,1) !important;
}
#myaccount .bloc button:hover {
    background: rgba(255,255,255,.7) !important;
}
#myaccount .bloc .alert .alert-text {
    color: rgba(255,255,255,1) !important;
}
#myaccount .bloc .alert .alert-text span {
    color: rgba(255,255,255,1) !important;
}
#myaccount .bloc .alert .info {
    color: rgba(255,255,255,.5) !important;
}
#myaccount .bloc .links .lign {
    color: rgba(255,255,255,.5) !important;
    border-top: 1px solid rgba(255,255,255,.1)
}
#myaccount .bloc .links .lign:hover {
    color: rgba(255,255,255,1) !important;
}

/* == Operator Choice New == */

#operator_choice #product_price_text,
#operator_choice .service_description,
#operator_choice #cgv_prebilling,
#operator_choice .operators_text.playzer_state {
    color: white;
}
#operator_choice #connexion {
    border: 1px solid white;
    color: white;
}

.operators_text.playzer_state {
    color: #000 !important;
}
#operator_choice .operator .image {
    overflow: visible !important;
}
#operator_choice h3 {
    background: #1e1e1e !important;
    color: #fff !important;
}

/* COOKIE */


#cookie_dialog {
    z-index: 999!important;
    position: fixed;
    width: 100%!important;
    bottom: 0;
    padding: 5px 15px!important;
    background: #000!important;
    font: 14px/14px ProdigySansRegular, Arial, sans-serif!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-top: 1.5px solid rgba(255, 255, 255, .2);
}
#cookie_dialog .text {
    margin: 0!important;
}
#cookie_dialog p {
    width: 80%}
#cookie_dialog p a {
    text-decoration: underline;
    cursor: pointer;
}
#cookie_dialog_close {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .05)!important;
    border: .5px solid rgba(255, 255, 255, .1)!important;
    font: 14px/40px ProdigySansRegular, Arial, sans-serif!important;
    color: #fff!important;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
@media screen and (max-width:480px) {
    #cookie_dialog {
    font: 10px/10px ProdigySansRegular, Arial, sans-serif!important;
}
}

#cookie_dialog.advanced {
    display: block;
    padding-bottom: 20px;
}
#cookie_dialog.advanced p {
    width: 60%;
    margin: 20px 20%;
}
#cookie_buttons {
    clear: both;
    width: 310px;
    margin: 0 auto;
}
#cookie_buttons .cookie_button {
    width: 300px;
    height: 40px;
    background: rgba(0, 0, 0, .01)!important;
    border: .5px solid rgba(0, 0, 0, .1)!important;
    font: 14px/40px ProdigySansRegular, Arial, sans-serif!important;
    color: #555555!important;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

#cookie_settings_dialog {
    left: 0;
    display: none;
    z-index: 999!important;
    position: fixed;
    width: 100%!important;
    bottom: 0;
    padding: 5px 15px!important;
    background: #000!important;
    font: 14px/14px ProdigySansRegular, Arial, sans-serif!important;
    border-top: 1.5px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
    color: #f5f5f5 !important;
}
#cookie_settings_dialog p {
    width: 60%;
    margin: 20px 20%;
    text-align: center;
}
#cookie_settings_dialog .cookie_type {

}
#cookie_settings_dialog .cookie_type_details {
    display: none;
}
#cookie_settings_dialog .cookie_type_label {
    cursor: pointer;
    font-weight: bold;
    margin: 20px 0;
}
#cookie_settings_dialog .cookie_type_description {
    margin: 20px 0;
}
#cookie_settings_dialog .cookie_table {
    width: 320px;
}
#cookie_settings_dialog .cookie_table tr td,
#cookie_settings_dialog .cookie_table tr th {
    text-align: left;
    border: 1px solid #ccc;
    margin: 0;
    padding: 5px;
}

.cookie_type_chevron {
    cursor: pointer;
    float: right;
}
.cookie_type_chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
}
.cookie_type_chevron.right:before {
    left: 0;
    transform: rotate(45deg);
}
.cookie_type_chevron.bottom:before {
    top: 0;
    transform: rotate(135deg);
}

#prebilling_message a {
    color: rgba(9, 187, 238, 1) !important;
}