/* HTML */
html, body, form, fieldset, div, p, ul, li {
	margin: 0;
	padding: 0;
	overflow: hidden;
    box-sizing: border-box;
}
html {
	overflow-y: scroll;
    max-height: 100%;
}
html.noscroll {
    height: 100%;
	overflow: hidden;
}
body {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,1);
	overflow-x: hidden;
	font: 12px/14px 'ProdigySansSemiBold', Arial, sans-serif;
	background-attachment: fixed;
}
h1, h2, h3, h4 {
	font-weight: normal;
	-webkit-margin-before: 2px;
	-webkit-margin-after: 2px;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
}
li {
	margin: 0;
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
.transition {
    transition:	all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition:	all 0.25s linear;
}
#container {
    position: relative;
}
.loading {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0px 0px -15px;
}
.loader {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0px 0px -15px;
}
#pagination_loading,
#playlist_pagination_loading {
    position: relative;
    height: 50px;
}

/* FIRST-TIME */
#first_time {
    z-index: 11;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 40px;
    background: rgba(0,0,0,.9);
}
#first_time #ft_container {
    position: absolute;
    width: 600px;
    height: 700px;
    left: 50%;
    margin: 160px 0px 0px -300px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,.5);
}
#first_time #ft_container #step_container {
    width: 1800px;
    height: 100%;
    overflow: visible;
}
#first_time #ft_container .step {
    float: left;
    position: relative;
    width: 600px;
    padding: 40px 80px;
    overflow: visible;
}
#first_time #ft_container .step .step_indicator {
    margin: 0px 0px 40px 0px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: rgba(0,0,0,.8);
    font: 12px/14px 'ProdigySansExtraBold', Arial, sans-serif;
}
#first_time #ft_container .step video {
    width: 600px;
    margin: 0px 0px 0px -80px;
}
#first_time #ft_container .step .ft_title {
    text-align: center;
    margin: 10px 0px 0px 0px;
    font: 24px/28px 'ProdigySansBlack', Arial, sans-serif;
}
#first_time #ft_container .step .ft_title_small {
    text-align: center;
    margin: 10px 0px 0px 0px;
    font: 18px/22px 'ProdigySansBlack', Arial, sans-serif;
}
#first_time #ft_container .step .ft_subtitle {
    width: 80%;
    margin: 5px 0px 0px 10%;
    text-align: center;
    font: 14px/16px 'ProdigySansThin', Arial, sans-serif;
}
#first_time #ft_container .step .button {
    width: 200px;
    margin: 40px auto 0px auto;
    text-align: center;
    background: rgb(234,152,62);
    color: rgba(255,255,2555,1);
    font: 14px/40px 'ProdigySansBold', Arial, sans-serif;
    border-radius: 2px;
    cursor: pointer;
}
#first_time #ft_container .step .button:hover {
    background: rgba(0,0,0,.8);
}
#first_time #ft_container .step .nothanks {
    color: rgba(0,0,0,.3);
    text-align: center;
    font: 12px/30px 'ProdigySansBold', Arial, sans-serif;
    cursor: pointer;
}
#first_time #ft_container .step .the_title_level_1 {
    text-transform: uppercase;
    font: 16px/20px 'ProdigySansBlack', Arial, sans-serif;
}
#first_time #ft_container .step .the_title_level_1 span {
    font: 16px/20px 'ProdigySansThin', Arial, sans-serif;
}
#first_time #ft_container .step .the_title_level_2 {
    margin: 0px 0px 20px 0px;
    font: 14px/18px 'ProdigySansSemiBold', Arial, sans-serif;
}
#first_time #ft_container .step .item {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
}
#first_time #ft_container .presence {
    position: absolute;
    right: 80px;
    margin: 10px 0px 0px 0px;
}
#first_time #ft_container .presence img {
    width: 20px;
}
#first_time #ft_container .presence img.nope {
    opacity: 0.1;
}
#first_time #ft_container .playlist {
    color: rgba(0,0,0,.8);
    text-transform: uppercase;
    font: 14px/40px 'ProdigySansExtraBold', Arial, sans-serif;
}

/* MENU */
.menu_container {
    z-index: 7;
    position: fixed;
    width: 100%;
    height: 140px;
    background: linear-gradient(to top, rgba(0,0,0,0) -200%, rgba(0,0,0,0) 120%);
}
.menu_container.active {
    height: 105px;
    background: linear-gradient(to top, rgba(0,0,0,.1) -50%, rgba(0,0,0,.7) 110%);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,.1);
}
/* MENU LOGO */
.menu_container #logo {
    position: absolute;
    width: 180px;
    left: 50%;
    margin: 40px 0px 0px calc(-27.5% + 10px);
    cursor: pointer;
}
.menu_container #logo img {
    width: 100%;
}
.menu_container #signat {
    position: absolute;
    width: 400px;
    left: 50%;
    margin: 70px 0px 0px calc(-27.5% + 10px);
    text-align: left;
    color: rgba(255,255,255,1);
    font: 14px/20px 'ProdigySansBold', Arial, sans-serif;
}
.menu_container #signat.active {
    opacity: 0;
}
/* MENU ICON */
.menu_container #menu_icon {
    width: 30px;
    margin: 15px 0px 0px 5%;
    display: none;
}
.menu_container #menu_icon img {
    width: 100%;
}
/* MENU ELEMENTS */
#nav_menu {
    position: absolute;
    left: 50%;
    margin: 20px 0px 0px calc(-27.5% + 340px);
    padding: 5px 0px 0px 40px;
    text-align: left;
    border-left: 1px solid rgba(255,255,255,.2);
    overflow: visible;
}
#nav_menu.active {
    margin: 20px 0px 0px calc(-27.5% + 240px);
}
#nav_menu ul {
    overflow: visible;
}
#nav_menu ul .menu {
    float: left;
    width: auto;
    margin: 0px 5px 0px 0px;
    overflow: visible;
}
#nav_menu ul .menu .level_1 {
    color: rgba(255,255,255,.8);
    font: 20px/30px 'ProdigySansThin', Arial, sans-serif;
    cursor: default;
    overflow: visible;
}
#nav_menu ul .menu .level_1.closer {
    display: none;
}
#nav_menu ul .menu .level_2 {
    margin: 0px 0px 15px 0px;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font: 12px/18px 'ProdigySansBold', Arial, sans-serif;
    cursor: pointer;
}
#nav_menu ul .menu .level_2 li {
    float: left;
    margin: 0px 10px 0px 0px;
}
#nav_menu ul .menu .level_2 li:hover {
    color: rgba(255,255,255,1);
}
#nav_menu ul .menu .level_2 li.active {
    color: rgb(234,152,62);
}

/* VIDEO */
#home_video {
    width: 100%;
    position: fixed;
    height: 700px;
}
#home_video img {
    z-index: 2;
    position: absolute;
    width: 30px;
    left: 50%;
    margin: 420px 0px 0px -15px;
}
#home_video.artist .image {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 800px;
    top: -100px;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
}
#home_video.artist .image img {
    position: relative;
    width: 100%;
    left: 0px;
    margin: -400px 0px 0px 0px;
}
#home_video #content_title,
#home_video .video_title {
    z-index: 2;
    position: absolute;
    width: 600px;
    left: 50%;
    margin: 170px 0px 0px -300px;
    color: rgba(255,255,255,1);
    text-align: center;
    font: 15px/65px 'ProdigySansExtraBold', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#home_video #content_title,
#home_video .video_subtitle {
    z-index: 2;
    position: absolute;
    width: 600px;
    left: 50%;
    margin: 150px 0px 0px -300px;
    text-align: center;
    font: 15px/50px 'ProdigySansExtraBold', Arial, sans-serif;
    text-transform: none;
}
#home_video #content_title {
    display: none;
}
#home_video .video_title {
    margin: 340px 0px 0px -300px;
}
#home_video .video_subtitle {
    color: rgba(255,255,255,.5);
    margin: 380px 0px 0px -300px;
    font: 14px/20px 'ProdigySansBold', Arial, sans-serif;
}
#home_video.active img,
#home_video.active .video_title,
#home_video.active .video_subtitle {
    opacity: 0;
}
#home_video.artist.active img {
    opacity: 1;
}
#home_video #background,
#home_video.artist #background {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) -120%, rgba(0,0,0,1) 100%);
}
#home_video video {
    margin: -300px 0px 0px 0px;
}
#home_video .play_thumb {
    cursor: pointer;
}
#home_video #background_image_container {
    display: none;
}
#home_video #background_image {

}

/* WHATSUP */
#whatsup {
    z-index: 9;
    position: fixed;
    width: 140px;
    bottom: 0px;
    right: 40px;
    padding: 0px 20px 0px 20px;
    background: rgb(12,12,12);
    text-align: center;
    color: rgba(255,255,255,1);
    font: 14px/70px 'ProdigySansBold', Arial, sans-serif;
    box-shadow: inset 0px -2px 0px 0px rgb(234,152,62);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    cursor: pointer;
}
#whatsup:hover {
    background: rgba(40,40,40,1);
}
#whatsup_container {
    z-index: 9;
    position: fixed;
    width: 500px;
    height: 800px;
    bottom: -900px;
    right: 200px;
    padding: 40px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,.5);
    overflow: scroll;
}
#whatsup_container.active {
    bottom: 0px;
}
#whatsup_container #whatup_title {
    margin: 0px 0px 20px 0px;
    color: rgba(0,0,0,.8);
    font: 16px/24px 'ProdigySansBlack', Arial, sans-serif;
}
#whatsup_container .content {
    position: relative;
    width: 100%;
    margin: 0px 0px 10px 0px;
}
#whatsup_container .content .thumbnail {
    position: relative;
    width: 420px;
    height: 236px;
    cursor: pointer;
}
#whatsup_container .content .thumbnail img {
    position: absolute;
    width: 100%;
    display: block;
}
#whatsup_container .content .thumbnail img.play {
    z-index: 1;
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0px 0px -15px;
}
#whatsup_container .content .thumbnail video.teaser {
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
}
#whatsup_container .content .title {
    margin: 10px 0px 0px 0px;
    color: rgba(0,0,0,.8);
    font: 16px/24px 'ProdigySansBlack', Arial, sans-serif;
}
#whatsup_container .content .title span {
    color: rgba(0,0,0,.8);
    font: 16px/24px 'ProdigySansBlack', Arial, sans-serif;
}
#whatsup_container .content .artist {
    width: 350px;
    margin: 0px 0px 40px 0px;
    color: rgba(0,0,0,.5);
    font: 16px/18px 'ProdigySansThin', Arial, sans-serif;
    cursor: pointer;
}

/* OPTION BUTTON PANEL */
#option_button_panel {
    z-index: 8;
    position: fixed;
    width: 140px;
    height: 30px;
    top: 50px;
    right: 22.5%;
}
#option_button_panel div {
    float: left;
    position: relative;
    width: 20px;
    margin: 0px 20px 0px 0px;
    font: 12px/30px 'ProdigySansThin', Arial, sans-serif;
    cursor: pointer;
}
#option_button_panel div span {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 1px;
    left: 8px;
    background: rgba(241,13,56,1);
    border-radius: 200px;
    display: block;
}
#option_button_panel div:last-child {
    margin: 0px;
}
#option_button_panel div img {
    width: 15px;
}

/* RIGHT PANEL */
.right_panel {
    z-index: 10;
    position: fixed;
    height: 100%;
    width: 600px;
    top: 0px;
    right: -640px;
    padding: 200px 0px 100px 100px;
    text-transform: uppercase;
    background: rgba(255,255,255,1);
    box-shadow: -5px 0px 0px 0px rgba(255,255,255,.2);
    overflow: scroll;
}
.right_panel .title_panel {
    z-index: 1;
    position: fixed;
    width: 100%;
    margin: -200px 0px 0px 0px;
    padding: 100px 0px 20px 0px;
    background: rgba(255,255,255,1);
    font: 50px/54px 'ProdigySansBlack', Arial, sans-serif;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.right_panel .title_panel img {
    float: left;
    height: 34px;
    margin: 10px 20px 0px 0px;
}
.right_panel .section {
    padding: 40px 0px 40px 0px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.right_panel .section .no_content {
    padding: 0px 0px 20px 0px;
    font: 14px/16px 'ProdigySansBlack', Arial, sans-serif;
}
.right_panel.history .section:nth-child(5),
.right_panel.notifs .section:nth-child(3) {
    margin: 0px;
    border-bottom: 0px;
}
.right_panel .section .title_section {
    margin: 0px 0px 10px 0px;
    font: 30px/34px 'ProdigySansBlack', Arial, sans-serif;
}
.right_panel .section .bloc {
    position: relative;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
}
.right_panel .section .bloc .device {
    position: absolute;
    right: 60px;
}
.right_panel .section .bloc .device img {
    height: 30px;
}
.right_panel .section .bloc .check {
    position: absolute;
    right: 40px;
    overflow: visible;
}
.right_panel .section .bloc .check img {
    width: 20px;
    top: 5px;
}
.right_panel .section .bloc .option {
    position: absolute;
    right: 20px;
    overflow: visible;
}
.right_panel .section .bloc .option .point_option {
    position: absolute;
    width: 20px;
    right: 20px;
    height: 50px;
    margin: 0px 0px 0px 0px;
    opacity: .2;
    cursor: pointer;
}
.right_panel .section .bloc .option .point_option {
    opacity: .5;
}
.right_panel .section .bloc .option .point_option:hover {
    opacity: 1;
}
.right_panel .section .bloc .option .point_option div {
    width: 8px;
    height: 8px;
    margin: 0px 0px 2px 10px;
    box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,.5), 0px 0px 0px 1px rgba(255,255,255,1);
    border-radius: 200px;
}
.right_panel .section .bloc .date {
    color: rgba(0,0,0,.4);
    font: 10px/10px 'ProdigySansBold', Arial, sans-serif;
}
.right_panel .section .bloc .label {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0,0,0,.8);
    font: 14px/20px 'ProdigySansThin', Arial, sans-serif;
}
.right_panel .section .bloc .label .artist_link {
    color: rgba(0,0,0,.8);
    font: 14px/20px 'ProdigySansBlack', Arial, sans-serif;
    display: inline;
}
.right_panel .section .bloc .label.unread,
.right_panel .section .bloc .label.unread .artist_link {
    color: rgba(241,13,56,1);
}
.right_panel .section .bloc .label span {
    color: rgba(0,0,0,.5);
    font: 14px/20px 'ProdigySansThin', Arial, sans-serif;
}
.right_panel .delete {
    z-index: 1;
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px 40px 0px;
    background: rgba(255,255,255,1);
    color: rgba(0,0,0,.4);
    font: 10px/20px 'ProdigySansBold', Arial, sans-serif;
    border-top: 1px solid rgba(0,0,0,.2);
    cursor: pointer;
}
.right_panel .delete:hover {
    color: rgba(0,0,0,.8);
}
.right_panel.search input {
    width: 400px;
    margin: 0px 0px 20px 0px;
    padding: 20px;
    font: 16px/20px 'ProdigySansExtraBold', Arial, sans-serif;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.1);
    border: 0px;
    border-radius: 2px;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.right_panel.search input::placeholder {
    font: 14px/20px 'ProdigySansBold', Arial, sans-serif;
}
.right_panel.search input:focus {
    border: 0px;
    outline: 0px;
}
.right_panel.search #search_loading {
    display: none;
    float: right;
    width: 32px;
    height: 32px;
    margin-top: 12px;
    margin-right: 30px;
}
.right_panel.search #search_filters {
    margin: -10px 0px 20px 0px;
    display: none;
}
.right_panel.search #search_filters .tab {
    float: left;
    margin: 0px 5px 0px 0px;
    color: rgba(0,0,0,.5);
    font: 12px/20px 'ProdigySansBold', Arial, sans-serif;
    cursor: pointer;
}
.right_panel.search #search_filters .tab.active {
    color: rgba(0,0,0,.8);
}
.right_panel.search #search_no_results {
    display: none;
}
.right_panel.search .content {
    float: left;
    position: relative;
    width: 400px;
    margin: 0px 0px 10px 0px;
    background: rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.1);
    display: inline-block;
}
.right_panel.search .content .thumbnail {
    float: left;
    position: relative;
    width: 150px;
    cursor: pointer;
}
.right_panel.search .content .thumbnail img {
    width: 100%;
    display: block;
}
.right_panel.search .content .thumbnail img.play_thumb {
    z-index: 1;
    position: absolute;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
    opacity: 0;
}
.right_panel.search .content .title {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    color: rgba(0,0,0,.8);
    font: 14px/18px 'ProdigySansBlack', Arial, sans-serif;
    border-left: 2px solid rgba(255,255,255,1);
}
.right_panel.search .content .artist {
    margin: 3px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
    font: 10px/10px 'ProdigySansBold', Arial, sans-serif;
    cursor: pointer;
}
.right_panel.search .content .artist:hover {
    color: rgba(255,255,255,1);
}
.right_panel.search .content .created {
    margin: 0px 0px -15px 20px;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font: 12px/12px 'ProdigySansBold', Arial, sans-serif;
}
.background {
    z-index: 8;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,.8);
    cursor: zoom-out;
    opacity: 0;
    display: none;
}

/* PLAYER */
#player {
    z-index: 10;
    position: fixed;
    width: 500px;
    height: auto;
    left: 40px;
    bottom: 40px;
    padding: 40px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 7px -3px rgba(0,0,0,.3);
    border-radius: 2px;
    display: block;
    overflow: visible;
}
#player.hidden {
    bottom: -410px;
    left: 40px;
}
#player.hidden.big {
    bottom: -565px;
}
#player.big {
    width: 800px;
}
#player.small {
    left: -380px;
}
#player.closed {
    left: -540px;
    display: none;
}
#player.big.closed {
    left: -830px;
}
#player .big {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 120px;
    background: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
}
#player .big img {
    width: 80%;
    margin: 10%;
}
#player .push {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 80px;
    background: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    text-align: center;
    border-radius: 100px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
}
#player .push.rotate {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#player .push img {
    width: 80%;
    margin: 10%;
}
#player #clip_infos {
    margin-left: 40px;
}
#player .title {
    width: 65%;
    text-transform: uppercase;
    font: 20px/24px 'ProdigySansBlack', Arial, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#player .artist {
    width: 65%;
    font: 14px/20px 'ProdigySansSemiBold', Arial, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
#player #playlist_player_duration {
    margin: 0px 0px 20px 0px;
    font: 12px/18px 'ProdigySansBold', Arial, sans-serif;
}
#player #player_container {
    width: calc(100% + 80px);
    margin: 0px 0px 0px -40px;
    height: 413px;
}
#player.big #player_container {
    height: 548px;
}
#player #player_container #video_container {
    width: 500px;
    height: 281px;
}
#player.big #player_container #video_container {
    width: 800px;
    height: 450px;
}
#player #choice {
    position: relative;
    width: 160px;
    left: 50%;
    margin: 0px 0px 0px -80px;
    text-align: center;
    color: rgba(0,0,0,.3);
    text-transform: uppercase;
    font: 12px/36px 'ProdigySansBold', Arial, sans-serif;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.1);
    border-radius: 2px;
}
#player.big #choice {
    margin: 20px 0px 0px -80px;
}
#player #choice:hover {
    background: rgba(0,0,0,.05);
}
#player #choice span {
    color: rgba(0,0,0,.5);
    cursor: pointer;
}
#player #choice span:hover,
#player #choice span.active {
    color: rgb(234,152,62);
}
#player #choice span.trois {
    margin: 0px 0px 0px 3px;
    display: none;
}

/* FOLLOW */
#follow {
    z-index: 9;
    position: fixed;
    width: 350px;
    height: 529px;
    left: -540px;
    bottom: 40px;
    padding: 40px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 7px -3px rgba(0,0,0,.3);
    border-radius: 2px;
    overflow: scroll;
    opacity: 0;
}
#follow.playlist_big {
    width: 400px;
    height: 685px;
}
#follow.playlist_big.active {
    left: 860px;
}
#follow.active {
    left: 550px;
    opacity: 1;
}
#follow.active.hidden,
#follow.active.hidden.close {
    left: 40px;
    bottom: calc(-598px + 120px);
}
#follow.active.hidden.playlist_big,
#follow.active.hidden.playalist_big.close {
    left: 40px;
    bottom: calc(-733px + 120px);
}
#follow.hidden {
    left: -400px;
}
#follow #follow_header {
    z-index: 2;
    position: fixed;
    width: 350px;
    height: 124px;
    margin: -40px 0px 0px -40px;
    padding: 40px 40px 0px 40px;
    background: rgba(255,255,255,1);
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,.1);
}
#follow.playlist_big #follow_header {
    width: 400px;
}
#follow .title {
    font: 14px/24px 'ProdigySansBlack', Arial, sans-serif;
}
#follow .artist {
    text-transform: uppercase;
    font: 12px/18px 'ProdigySansThin', Arial, sans-serif;
}
#follow .artist span {
    color: rgb(234,152,62);
    font: 12px/18px 'ProdigySansBlack', Arial, sans-serif;
    display: block;
    cursor: pointer;
}
#follow .artist span:hover {
    color: rgb(20,20,20);
}
#follow #follow_container_wrapper {
    width: calc(100% + 80px);
    margin: 85px 0px 0px -40px;
}
#follow .content {
    position: relative;
    width: 100%;
    margin: 0px 0px 20px 0px;
}
#follow .content .thumbnail {
    position: relative;
    width: 100%;
    cursor: pointer;
}
#follow .content .thumbnail img {
    width: 100%;
    display: block;
}
#follow .content .thumbnail img.play_thumb {
    z-index: 1;
    position: absolute;
    width: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0px 0px -25px;
    opacity: 0;
}
#follow .content .title {
    margin: 20px 0px 0px 20px;
    color: rgba(0,0,0,.8);
    font: 16px/20px 'ProdigySansBlack', Arial, sans-serif;
}
#follow .content .artist {
    margin: 0px 0px 20px 20px;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
    font: 12px/18px 'ProdigySansBold', Arial, sans-serif;
    cursor: pointer;
}
#follow .content .plalist_included {
    margin: 20px 0px 20px 20px;
    color: rgba(0,0,0,.3);
    text-transform: uppercase;
    font: 10px/12px 'ProdigySansBold', Arial, sans-serif;
}
#follow .content .plalist_included span {
    color: rgba(0,0,0,.5);
    cursor: pointer;
}
#follow .content .plalist_included span:hover {
    color: rgba(0,0,0,.8);
}
#follow .content .option {
    position: absolute;
    right: 20px;
    margin: 35px 0px 0px 0px;
    opacity: 0.1;
}
#follow .content .option img {
    float: left;
    width: 22px;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
}

/* TOAST */
#toast {
    z-index: 11;
    position: fixed;
    width: 400px;
    height: 80px;
    top: -200px;
    left: 20px;
    padding: 10px;
    background: rgba(255,255,255,1);
    font: 16px/18px 'ProdigySansThin', Arial, sans-serif;
    border-radius: 2px;
}
#toast .toast_image {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0px 10px 0px 0px;
    background: rgba(255,255,255,1);
    border-radius: 2px;
}
#toast .toast_image img {
    height: 100%;
}
#toast .message {
    color: rgba(0,0,0,.8);
    margin: 20px 0px 0px 0px;
    font: 14px/18px 'ProdigySansBold', Arial, sans-serif;
}

/* OPTION PANEL */
.option_panel {
    z-index: 20;
    position: fixed;
    width: 320px;
    height: 320px;
    left: 50%;
    bottom: -500px;
    margin: 0px 0px 0px -160px;
    background: rgba(255,255,255,1);
    overflow: visible;
}
.option_panel .close {
    z-index: 9;
    position: fixed;
    width: 20px;
    top: -100px;
    left: 50%;
    margin: 0px 0px 0px -10px;
    color: rgba(255,255,255,1);
    cursor: pointer;
}
.option_panel .close img {
    width: 100%;
}
.option_panel .title {
    position: absolute;
    width: 100%;
    height: 70px;
    margin: -75px 0px 0px 0px;
    background: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    text-align: center;
    font: 20px/70px 'ProdigySansBlack', Arial, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.option_panel .subtitle {
    position: absolute;
    width: 100%;
    margin: -30px 0px 20px 0px;
    color: rgba(255,255,255,1);
    text-align: center;
    text-transform: uppercase;
    font: 14px/18px 'ProdigySansThin', Arial, sans-serif;
    cursor: pointer;
}
.option_panel .option {
    padding: 40px 0px 0px 0px;
    overflow: visible;
}
.option_panel .option div {
    width: 100%;
    padding: 0px 0px 9px 80px;
    color: rgba(0,0,0,.5);
    font: 10px/20px 'ProdigySansBold', Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
}
.option_panel .option div:hover {
    color: rgba(0,0,0,.8);
}
.option_panel .option div.nope {
    cursor: default;
    opacity: .2;
}
.option_panel .option div .button {
    float: left;
    width: auto;
    margin: 2px 5px 0px 0px;
    padding: 3px 10px;
    text-transform: uppercase;
    box-shadow: inset 0px 0px 0px 1.5px rgba(0,0,0,.2);
    border-radius: 2px;
    cursor: pointer;
}
.option_panel .option div .button.active {
    box-shadow: inset 0px 0px 0px 1.5px rgba(0,0,0,.1);
}
.option_panel .option div .button.active.genre {
    background: rgb(234,152,62);
    color: rgba(255,255,255,1);
}
.option_panel .option div .button.active.artist {
    background: rgb(94,170,228);
    color: rgba(255,255,255,1);
}
.option_panel .option div .button.active.clip,
.option_panel .option div .button.active.playlist {
    background: rgb(241,13,56);
    color: rgba(255,255,255,1);
}
.option_panel .option div .button.active:hover {
    background: rgba(0,0,0,.2);
}
.option_panel .option div .button.public.active,
.option_panel .option div .button.private.active {
    background: rgb(234,152,62);
    color: rgba(255,255,255,1);
}
.option_panel .option div.nope .button {
    cursor: default;
}
.option_panel .option div img {
    position: absolute;
    width: 30px;
    left: 40px;
    cursor: default;
}

.option_panel.artist,
.option_panel.genre {
    height: 200px;
}

.option_panel .plalist_included {
    position: absolute;
    bottom: 0px;
}
#last_playlist {
    display: none;
}
#last_playlist_loader {
    float: right;
    width: 16px;
    display: none;
}

/* OPTIONS */
#content_add_form {
    z-index: 25;
    position: fixed;
    width: 500px;
    height: 322px;
    bottom: -500px;
    left: 50%;
    margin: -155px 0px 0px -250px;
    padding: 40px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,.5);
    overflow: scroll;
    display: none;
}
#content_add_form .the_title_level_1 {
    text-transform: uppercase;
    font: 16px/20px 'ProdigySansBlack', Arial, sans-serif;
}
#content_add_form .the_title_level_1 span {
    font: 16px/20px 'ProdigySansThin', Arial, sans-serif;
}
#content_add_form .the_title_level_2 {
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    font: 12px/16px 'ProdigySansSemiBold', Arial, sans-serif;
}
#content_add_form .item {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#content_add_form .choice:last-child {
    border: 0px;
}
#content_add_form .item.input {
    margin: 10px 0px 0px 0px;
    border-bottom: 0px;
}
#content_add_form .item .presence {
    position: absolute;
    right: 40px;
    margin: 15px 0px 0px 0px;
}
#content_add_form .item.input .presence {
    right: 45px;
    margin: 0px;
}
#content_add_form .item .presence .button {
    margin: 5px 0px 0px 0px;
    padding: 0px 10px;
    background: rgba(0,0,0,.9);
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    font: 14px/30px 'ProdigySansExtraBold', Arial, sans-serif;
    border-radius: 2px;
    cursor: pointer;
}
#content_add_form .item .presence .button:hover {
    background: rgba(0,0,0,.7);
}
#content_add_form .item .presence img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#content_add_form .item .presence img.nope {
    opacity: 0.1;
}
#content_add_form .item .presence img.playlist_loader {
    display: none;
}
#content_add_form .item input {
    width: 330px;
    padding: 0px 10px;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.1);
    font: 14px/40px 'ProdigySansExtraBold', Arial, sans-serif;
    border-radius: 2px;
    -webkit-appearance: none;
}
#content_add_form .item input,
#content_add_form .item input:focus {
    border: 0px;
    outline: 0px;
}
#content_add_form .item input::placeholder {
    color: rgba(0,0,0,.5);
    font: 14px/40px 'ProdigySansThin', Arial, sans-serif;
}
#content_add_form .item input.error {
    border: 1px solid red;
}
#content_add_form .item #new_playlist_error {
    color: red;
    float: left;
}
#content_add_form .item .playlist {
    color: rgba(0,0,0,.8);
    text-transform: uppercase;
    font: 14px/50px 'ProdigySansExtraBold', Arial, sans-serif;
    cursor: pointer;
}
#content_add_form .item .playlist span {
    position: absolute;
    right: 80px;
    text-align: right;
    color: rgba(0,0,0,.5);
    font: 10px/50px 'ProdigySansBold', Arial, sans-serif;
}

/* MODIDY */
#modify {
    z-index: 9;
    position: fixed;
    width: 600px;
    height: calc(100% - 200px - 200px);
    left: 50%;
    top: 200px;
    margin: -1500px 0px 0px -300px;
    padding: 120px 0px 30px 0px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 2000px rgba(0,0,0,.2), 0px 10px 50px 0px rgba(0,0,0,.5);
    opacity: 0;
    overflow: scroll;
    display: none;
    border-radius: 4px;
}
#modify #playlist_edit_loader {
    position: absolute;
    width: 40px;
    left: 50%;
    margin: 20px 0px 0px -20px;
}
#modify .container {
    position: relative;
    width: 520px;
    height: auto;
    left: 50%;
    margin: 0px 0px 0px -260px;
}
#modify .container #close_modify {
    z-index: 1;
    position: fixed;
    width: 600px;
    margin: -120px 0px 0px -40px;
    padding: 40px 0px;
    text-align: center;
    text-transform: uppercase;
    background: rgba(255,255,255,1);
    font: 12px/20px 'ProdigySansBold', Arial, sans-serif;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
}
#modify .container #close_modify:hover {
    color: rgba(0,0,0,.5);
}
#modify .container input {
    width: 500px;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.1);
    font: 14px/40px 'ProdigySansExtraBold', Arial, sans-serif;
    border-radius: 2px;
    -webkit-appearance: none;
}
#modify .container input,
#modify .container input:focus {
    border: 0px;
    outline: 0px;
}
#modify .container input::placeholder {
    color: rgba(0,0,0,.5);
    font: 14px/40px 'ProdigySansBold', Arial, sans-serif;
}
#modify .container .button {
    position: absolute;
    right: 5px;
    margin: 5px 0px 0px 0px;
    padding: 0px 10px;
    background: rgba(0,0,0,.9);
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    font: 14px/30px 'ProdigySansExtraBold', Arial, sans-serif;
    border-radius: 2px;
    cursor: pointer;
}
#modify .container .content {
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: move;
}
#modify .container .content .thumbnail {
    float: left;
    width: 100px;
}
#modify .container .content .thumbnail img {
    width: 100%;
}
#modify .container .content .title {
    width: 170px;
    margin: 10px 0px 0px 120px;
    color: rgba(0,0,0,.8);
    text-transform: uppercase;
    font: 14px/18px 'ProdigySansExtraBold', Arial, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#modify .container .content .artist {
    width: 170px;
    margin: 0px 0px 0px 120px;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
    font: 10px/12px 'ProdigySansBold', Arial, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#modify .container .content .delete {
    position: absolute;
    width: 20px;
    top: 17.5px;
    right: 0px;
}
#modify .container .content .move {
    position: absolute;
    width: 20px;
    top: 20px;
    right: 30px;
}
#modify .container .content .delete img,
#modify .container .content .move img {
    width: 100%;
    opacity: .5;
}
#modify .container .content .delete:hover img,
#modify .container .content .move:hover img {
    opacity: .8;
}

/* GENERIC CONTAINER */
#generic_container {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
/*    background: rgba(10, 10, 10, 1);*/
    display: none;
    overflow: auto;
}
#generic_container_background {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
/*    background: rgba(10, 10, 10, 0.95);*/
    cursor: pointer;
    display: none;
}
#generic_container_close {
    z-index: 101;
    position: fixed;
    right: 40px;
    top: 40px;
    color: white;
    font-size: 50px;
    cursor: pointer;
    display: none;
}
#generic_container_close img {
    width: 20px;
}

/* CONTAINER */
#container {
    z-index: 3;
    position: relative;
    width: 55%;
    margin: 600px auto 180px auto;
}
#container .separator {
    position: relative;
    width: 200px;
    height: 3px;
    left: 50%;
    margin: 0px 0px 60px -100px;
    background: rgba(255,255,255,.1);
}

/* CONTAINER FILTER */
#container #filter {
    position: relative;
    width: 50%;
    margin: 0px 0px 10px 10px;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    font: 10px/14px 'ProdigySansBold', Arial, sans-serif;
}
#container #filter span {
    margin: 0px 3px;
    color: rgba(255,255,255,.5);
    cursor: pointer;
}
#container #filter .active {
    color: rgb(234,152,62);
}
#container #filter_right {
    position: absolute;
    right: 5px;
    color: rgba(255,255,255,.8);
    text-transform: uppercase;
    font: 10px/14px 'ProdigySansBold', Arial, sans-serif;
    cursor: pointer;
}
#container #filter_right.nope {
    opacity: .2;
}
#container #filter_right span {
    margin: 0px 3px;
    color: rgba(255,255,255,.5);
    cursor: pointer;
}
#container #filter_right .active {
    color: rgb(234,152,62);
}
#container #filter span:hover,
#container #filter_right span:hover{
    color: rgba(255,255,255,1);
}

/* CONTAINER TITLE */
#container .title_container {
    position: relative;
    width: 100%;
    margin: 20px 0px 20px 9px;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font: 18px/30px 'ProdigySansBlack', Arial, sans-serif;
}
#container .title_container span {
    color: rgba(255,255,255,1);
    cursor: pointer;
}
#container .title_container .active {
    color: rgb(234,152,62);
    cursor: auto;
}
#container #container_b {
    display: none;
}

/* CONTAINER CONTENT */
#container .content {
    float: left;
    position: relative;
    width: calc(100% / 3 - 20px);
    margin: 0px 10px 20px 10px;
    background: rgba(255,255,255,.025);
    display: inline-block;
}
#container .content.artist {
    width: calc(100% / 3 - 20px);
}
#container .content.playlist {
    width: calc(100% / 3 - 20px);
}
#container .content.home_playlist {
    width: calc(100% / 4 - 20px);
}
#container .content.single,
#container .content.artist.single,
#container .content.playlist.single {
    float: none;
    left: 50%;
    margin-left: calc((100% / 3 - 20px) / -2);
}
#container .content.home_playlist.single {
    float: none;
    left: 50%;
    margin-left: -50%;
}
#container .content .thumbnail {
    position: relative;
    cursor: pointer;
}
#container .content .thumbnail .access {
    z-index: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    padding: 5px;
    background: rgba(0,0,0,.5);
    border-radius: 200px;
}
#container .content .thumbnail .access img {
    width: 100%;
}
#container .content .thumbnail img {
    width: 100%;
    display: block;
}
#container .content .thumbnail img.play_thumb {
    z-index: 1;
    position: absolute;
    width: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0px 0px -15px;
    opacity: 0;
}
#container .content .thumbnail .production_type {
    z-index: 1;
    position: absolute;
    top: 0px;
    margin: 0px 0px 0px 20px;
    padding: 6px 15px;
    background: rgba(255,255,255,1);
    color: rgb(234,152,62);
    text-transform: uppercase;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font: 10px/16px 'ProdigySansBold', Arial, sans-serif;
}
#container .content .thumbnail .production_type.playzer_original {
    background: rgb(234,152,62);
    color: rgba(255,255,255,1);
}
#container .content .point_option,
#follow_container .content .point_option {
    position: absolute;
    width: 20px;
    right: 20px;
    height: 50px;
    margin: 20px 0px 0px 0px;
    opacity: .2;
    cursor: pointer;
}
#container .content:hover .point_option,
#follow_container .content:hover .point_option {
    opacity: .5;
}
#container .content .point_option:hover,
#follow_container .content .point_option:hover {
    opacity: 1;
}
#container .content .point_option div,
#follow_container .content .point_option div {
    width: 10px;
    height: 10px;
    margin: 0px 0px 2px 10px;
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,.8), 0px 0px 0px 1px rgba(12,12,12,1);
    border-radius: 200px;
}
#follow_container .content .point_option div {
    box-shadow: inset 0px 0px 0px 2px rgba(12,12,12,1), 0px 0px 0px 1px rgba(255,255,255,.8);
}
#container .content .title {
    width: 90%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 18px;
    color: rgba(255,255,255,1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 16px/20px 'ProdigySansBlack', Arial, sans-serif;
    border-left: 2px solid rgba(255,255,255,1);
}
#container .content .artist {
    margin: 3px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font: 12px/12px 'ProdigySansBold', Arial, sans-serif;
    cursor: pointer;
}
#container .content .artist:hover {
    color: rgba(255,255,255,1);
}
#container .content .artist a {
    color: rgba(255, 255, 255, .5);
}
#container .content .artist a:hover {
    color: rgba(255, 255, 255, 1);
}
#container .content .included {
    margin: 20px 0px 15px 20px;
    color: rgba(255,255,255,.3);
    text-transform: uppercase;
    font: 10px/20px 'ProdigySansBold', Arial, sans-serif;
}
#container .content .included div {
    width: 90%;
    margin: 0px 0px 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#container .content .included div span {
    color: rgba(255,255,255,.5);
    cursor: pointer;
}
#container .content .included div span:hover {
    color: rgba(255,255,255,1);
}
#container .content .included img {
    float: left;
    width: 20px;
    margin: 0px 5px 0px 0px;
    opacity: 1;
    box-shadow: 0px 0px 0px 1px rgba(12,12,12,1);
}
#container .content .included div.nope img {
    opacity: .2;
}
#container .content .genre {
    margin: 3px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font: 12px/12px 'ProdigySansBold', Arial, sans-serif;
}
#container .content .fame {
    margin: 3px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font: 12px/12px 'ProdigySansBold', Arial, sans-serif;
}

/* RUNNING ACTIVE */
.running.active {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.running.active:before {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: rgba(255,255,255,.8);
    text-align: center;
    text-transform: uppercase;
    font: 10px/50px 'ProdigySansSemiBold', Arial, sans-serif;
    content: 'Lecture en cours'
}

/* NO SUSCRIBER */
#no_subscriber {
    z-index: 20;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,.8);
    cursor: zoom-out;
    opacity: 0;
    display: none;
}
#no_subscriber_later {
    z-index: 21;
    position: fixed;
    width: 500px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin: 190px 0px 0px -250px;
    color: rgba(255,255,255,.5);
    text-align: center;
    text-transform: uppercase;
    font: 12px/12px 'ProdigySansBold', Arial, sans-serif;
    opacity: 0;
    display: none;
}
#no_subscriber_popup {
    z-index: 21;
    position: fixed;
    width: 500px;
    height: 320px;
    top: 50%;
    left: 50%;
    margin: -260px 0px 0px -250px;
    background: rgba(0,0,0,1);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,.1);
    border-radius: 5px;
    opacity: 0;
    display: none;
}
#no_subscriber_popup .title {
    position: relative;
    width: 100%;
    margin: -1px 0px 40px 0px;
    padding: 12px 0px;
    background: rgba(255,255,255,1);
    color: rgba(0,0,0,.8);
    text-align: center;
    text-transform: uppercase;
    font: 12px/12px 'ProdigySansBold', Arial, sans-serif;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.1);
}
#no_subscriber_popup img {
    position: relative;
    width: 160px;
    left: 50%;
    margin: 0px 0px 20px -80px;
}
#no_subscriber_popup .content {
    margin: 0px 0px 10px 0px;
    padding: 0px 40px;
    color: rgba(255,255,255,1);
    text-align: center;
    font: 18px/22px 'ProdigySansBold', Arial, sans-serif;
}
#no_subscriber_popup .text {
    position: relative;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px;
    color: rgb(234,152,62);
    text-align: center;
    font: 12px/18px 'ProdigySansBold', Arial, sans-serif;
    border-radius: 2px;
    cursor: pointer;
}
#no_subscriber_popup .button {
    position: relative;
    width: 240px;
    left: 50%;
    margin: 0px 0px 0px -120px;
    padding: 0px;
    background: rgb(234,152,62);
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    text-align: center;
    font: 20px/70px 'ProdigySansBlack', Arial, sans-serif;
    border-radius: 2px;
    cursor: pointer;
}

/* CLOSE */
#player .close,
#follow .close,
#whatsup_container .close {
    position: absolute;
    width: 30px;
    right: 40px;
    background: rgba(12,12,12,1);
    color: rgba(255,255,255,1);
    font: 12px/30px 'ProdigySansSemiBold', Arial, sans-serif;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
}
#whatsup_container .close {
    z-index: 2;
    position: fixed;
    right: inherit;
    margin: -76px 0px 0px 0px;
    background: rgba(255,255,255,1);
    color: rgba(0,0,0,.8);
    border-radius: 0px;
}
#whatsup_container .close:hover {
    background: rgba(255,255,255,.8);
}

/* FOOTER */
#menu_bottom,
footer {
    z-index: 3;
    text-align: center;
    bottom: 20px;
    left: 40px;
    font: 12px/16px 'ProdigySansSemiBold', Arial, sans-serif;
}
#menu_bottom a,
footer .footer-link {
    color:rgba(255,255,255,.5);
    margin: 0px 10px 0px 0px;
    cursor: pointer;
    display: inline-block;
}
#menu_bottom a:hover,
footer .footer-link:hover {
    color:rgba(255,255,255,1);
}
footer .footer-iplus {
    display: inline-block;
}

#prebilling_message {
    font: 14px/16px 'ProdigySansRegular';
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    color:rgba(255,255,255,.5);
}
@media screen and (max-width:800px) {
    #prebilling_message {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

/* INTER */
.main_inter {
    width: 900px;
    padding: 4% 0 0 0;
    margin: auto;
    position: relative;
}
.secound_inter {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 900px;
    margin: 0 auto 100px auto;
    padding: 25px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    border-top: 5px solid rgba(234, 152, 62, 1);
}
#logo_inter {
    width: 250px;
    margin: 0 auto 50px auto;
}
.secound_inter button.orange_style {
    font: 35px/75px 'Arial', sans-serif;
    height: 75px;
    font-weight: bold;
    text-transform: uppercase;
    outline: 0;
    background: rgba(234, 152, 62, 1);
    width: 300px;
    border: 0;
    border-radius: 10px;
    margin: 15px 0 10px 0;
    color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
    cursor: pointer;
    letter-spacing: 4px;
}
.secound_inter button.orange_style:hover {
    background: rgba(227, 136, 44, 1);
    transition: all ease .5s;
}
p.inter_big {
    font: 25px/25px "ProdigySansExtraBold", sans-serif;
    padding: 30px 0 10px 0;
    color: rgba(0, 0, 0, 1);
}
p.inter_big_light {
    font: 25px/25px "ProdigySansThin", sans-serif;
    padding: 10px 0 10px 0;
    color: rgba(0, 0, 0, 1);
}
p.inter_big_light_little {
    font: 20px/20px "ProdigySansThin", sans-serif;
    padding: 0 0 5px 0;
    color: rgba(0, 0, 0, 1);
}
p.inter_big_orange {
    font: 45px/45px "ProdigySansExtraBold", sans-serif;
    padding: 10px 0 10px 0;
    color: rgba(234, 152, 62, 1);
}
@media screen and (max-width: 1060px) {
    p.inter_big {
        padding: 15px 0 10px 0;
        display: block;
    }
    p.inter_big_light {
        font: 20px/20px "ProdigySansThin", sans-serif;
    }
    p.inter_big_light_little {
        font: 16px/16px "ProdigySansThin", sans-serif;
    }
    p.inter_big_orange {
        font: 25px/25px "ProdigySansExtraBold", sans-serif;
    }
}
p.offerPrice {
    font: 25px/25px 'Arial', sans-serif;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #000;
}

p.inter_little_price {
    font: 12px/12px 'Calibri', sans-serif;
    padding: 0 0 15px 0;
    color: #585858;
    font-weight: bold;
}
.secound_inter p.inter_big:first-child {
    padding: 0 0 10px 0;
}
.secound_inter ul {
    padding: 20px 0 0 0;
}
.secound_inter ul li {
    font: 12px/16px "ProdigySansThin", sans-serif;
    color: rgba(70, 70, 70, 1);
}
.secound_inter ul li a {
    font: 12px/16px "ProdigySansThin", sans-serif;
    padding: 0;
    color: rgba(70, 70, 70, 1);
}
.secound_inter ul li img {
    margin: 0 auto;
    width: 50px;
}
#cgv_prebilling {
    font: 14px/14px "ProdigySansSemiBold", sans-serif;
    padding: 30px 0 10px 0;
    color: rgba(0, 0, 0, 1);
}
#cgv_prebilling a {
    font: 14px/14px "ProdigySansSemiBold", sans-serif;
    color: rgba(234, 152, 62, 1);
}
@media screen and (max-width: 1260px) {
    .main_inter {
        width: 850px;
    }
}
@media screen and (max-width: 1060px) {
    .main_inter {
        width: 90%;
        margin: auto;
    }
    .secound_inter {
        max-width: 800px;
        margin: 0 auto 50px 0;
        padding: 15px;
    }
}

/* DESABO */
.main_title {
    font: 20px/20px "ProdigySansExtraBold", sans-serif;
    padding: 0 0 20px 0;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}
.second_title {
    font: 20px/20px "ProdigySansThin", sans-serif;
    padding: 0 0 10px 0;
    color: #fff;
}
.main_section {
    width: 400px;
    padding: 80px 0 0 0;
    margin: auto;
    overflow: visible;
}
.secound_section {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 400px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.14);
    border-radius: 2px;
    border-top: 5px solid rgba(223,116,73,1);
}
p.text_big {
    font: 15px/15px "ProdigySansExtraBold", sans-serif;
    padding: 0 0 15px 0;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}
p.text_big_error {
    font: 15px/15px "ProdigySansExtraBold", sans-serif;
    padding: 0 0 15px 0;
    color: rgba(226, 73, 73, 1);
    text-align: left;
}
a.text_big_blue {
    font: 15px/15px "ProdigySansExtraBold", sans-serif;
    padding: 0 0 15px 0;
    color: rgba(223,116,73,1);
    text-align: left;
}
p.text_little {
    font: 12px/12px "ProdigySansThin", sans-serif;
    padding: 0 0 15px 0;
    color: rgba(70, 70, 70, 1);
    text-align: left;
}
.secound_section button.blue_style {
    font: 16px/16px "ProdigySansExtraBold", sans-serif;
    text-transform: uppercase;
    outline: 0;
/*    background: rgba(90, 200, 16, 1);*/
    background: rgba(223,116,73,1);
    width: 100%;
    border: 0;
    border-radius: 2px;
    margin: 10px 0 15px 0;
    padding: 15px;
    color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
    cursor: pointer;
}
.secound_section button.blue_style:hover {
    background: rgba(188, 96, 59, 1);
    transition: all ease .5s;
}
.secound_section button.grey_style {
    font: 16px/16px "ProdigySansExtraBold", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: rgba(28, 101, 173, 1);
    width: 100%;
    border: 0;
    border-radius: 2px;
    margin: 10px 0 15px 0;
    padding: 15px;
    color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
    cursor: pointer;
}
.secound_section button.grey_style:hover {
    background: rgba(120, 120, 120, 1);
    transition: all ease .5s;
}
.secound_section button.dark_style {
    font: 16px/16px "ProdigySansExtraBold", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: rgba(30, 30, 30, 1);
    width: 100%;
    border: 0;
    border-radius: 2px;
    margin: 10px 0 15px 0;
    padding: 15px;
    color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
    cursor: pointer;
}
.secound_section button.dark_style:hover {
    background: rgba(20, 20, 20, 1);
    transition: all ease .5s;
}
.basic_form input[type="text"] {
    font: 16px/16px "ProdigySansSemiBold", sans-serif;
    outline: 0;
    background: none;
    border: 1px solid grey;
    width: 100%;
    margin: 15px 0 35px 0;
    padding: 15px 15px 15px 10px;
    box-sizing: border-box;
    transition: all ease .3s;
    border-radius: 4px;
}
.basic_form input[type="text"]:focus {
    border: 1px solid rgba(223,116,73,1);
}
@media screen and (max-width: 1200px) {
    .main_title {
        font: 20px/20px "ProdigySansExtraBold", sans-serif;
        padding: 0 0 20px 0;
        position: relative;
        text-transform: uppercase;
        color: #fff !important;
    }
    .second_title {
        font: 20px/20px "ProdigySansThin", sans-serif;
        padding: 0 0 10px 0;
        color: #fff !important;
    }
}
@media screen and (max-width: 535px) {
    #main_content.for_inter_new_chart {

    }
    .main_inter {
        width: 100%;
        margin: auto;
    }
}
@media screen and (max-width: 400px) {
    .main_section {
        width: 90%;
        margin: auto;
    }
    .secound_section {
        max-width: 400px;
        margin: 0 auto 50px 0;
        padding: 15px;
    }
}


/* == Operator Choice New == */

#operator_choice #connexion {
    position: fixed;
    margin: 0;
    top: 15px;
    right: 15px;
    border-radius: 2px;
    border: 1px solid #6f6f6f;
    color: #6f6f6f;
    font: 18px/20px 'ProdigySansSemiBold', sans-serif;
    padding: 10px 0px;
    width: 150px;
    text-align: center;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    cursor: pointer;
}
#operator_choice #connexion:hover {
    border-radius: 2px;
    border: 1px solid #6f6f6f;
    background: #6f6f6f;
    color: #F5F5F5;
    letter-spacing: 2px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
#operator_choice .operators_text.playzer_state {
    text-align: center;
    font: 14px/16px 'Verdana', sans-serif;
    font-weight: bold;
    padding: 0 0 20px 0;
    color: #000;
}
#operator_choice .service_description {
    text-align: center;
    font: 16px/18px 'Verdana', sans-serif;
    padding: 0 2% 20px 2%;
    margin: 20px 0 0 0;
}
#operator_choice .wrap {
    margin: 20px 0 0 0;
    font-size: 14px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#operator_choice #mentionsF2 {
    font: 16px/25px 'Arial', sans-serif;
    color: #1E1E1E;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 10px 0;
}
#operator_choice #cgv {
    color: #2b9ef2;
}
#operator_choice .devices {
    text-align: center;
    margin: 20px auto;
}
#operator_choice .devices img {
    width: 200px;
}
#operator_choice .footer-link img {
    width: 75px;
    vertical-align: middle;
}
#operator_choice #choice_carrier {
    background: #F5F5F5;
    margin: 0 auto 10px auto;
    width: 320px;
    padding: 1% 0;
    border-radius: 4px;
    position: relative;
}
#operator_choice #choice_carrier .operators {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-grow: 1;
    width: 320px;
    margin: 0 auto 15px;
}
#operator_choice #choice_carrier .operator {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 10px;
    width: calc(100% * (1/3) - 24px);
    cursor: pointer;
    height: 90px;
}
#operator_choice #choice_carrier .operator.active {
    border-radius: 5px;
    border: 2px solid #439670;
}
#operator_choice #choice_carrier .operator:hover img {
    transform: scale(1.1);
    border-radius: 4px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    transition: all ease .3s;
}
#operator_choice #choice_carrier .operator.active img {
    transform: scale(1.1);
    border-radius: 4px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
}
#operator_choice #choice_carrier .operator {
    position: relative;
}
#operator_choice #choice_carrier .operator img {
    width: 60px;
    vertical-align: middle;
    transition: all ease .3s;
    cursor: pointer;
}
#operator_choice #choice_carrier h3 {
    text-align: center;
    font: 16px/28px 'Verdana', sans-serif;
    width: 50px;
    padding: 10px 0;
    border-radius: 100px;
    background: #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -25px;
    font-weight: bold;
    z-index: 100;
    text-transform: uppercase;
}
#operator_choice #choice_paiement {
    background: #F5F5F5;
    margin: 10px auto 0 auto;
    width: 320px;
    padding: 1% 0;
    border-radius: 4px;
    position: relative;
}
#operator_choice #choice_paiement .billingtypes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 10px 0;
    flex-grow: 1;
    width: 320px;
    margin: 0 auto;
}
#operator_choice #choice_paiement .billingtype {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 10px;
    width: calc(100% * (1/2) - 24px);
    cursor: pointer;
    height: 60px;
}
#operator_choice #choice_paiement .billingtypes .billingtype.active {
    border-radius: 5px;
    border: 2px solid #439670;
}
#operator_choice #choice_paiement .billingtype:hover img {
    transform: scale(1.1);
    border-radius: 4px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    transition: all ease .3s;
}
#operator_choice #choice_paiement .billingtype.active img {
    transform: scale(1.1);
    border-radius: 4px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
}
#operator_choice #choice_paiement .billingtype {
    position: relative;
}
#operator_choice #choice_paiement .billingtype img {
    width: 100px;
    vertical-align: middle;
    margin: 0 10px;
    transition: all ease .3s;
    cursor: pointer;
}
#operator_choice #paiement_section {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    z-index: 200;
}
#operator_choice #paiement_section.fixed {
    position: fixed;
    bottom: 0;
}
#operator_choice .alert {
    color: red;
    padding: 10px 0;
    display: none;
}

#operator_choice #paiement_section button {
    font: 35px/60px 'Arial', sans-serif;
    height: 65px;
    width: 340px;
    background: #1657AC;
    border: 1px solid #5fa3dd;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    cursor: pointer;
}
#operator_choice #paiement_section button.disabled {
    background: #656565;
    color: #ccc;
}
#operator_choice #product_price_text {
    font: 15px/15px 'Arial', sans-serif;
    font-weight: bold;
    margin: 10px 0 20px 0;
    letter-spacing: 1px;
}
#operator_choice .choice {
    font-weight: normal;
}
@media screen and (max-width: 700px) {
    #operator_choice #connexion {
        font: 16px/16px 'ProdigySansExtraBold', sans-serif;
        top: 5px;
        right: 5px;
    }
    #operator_choice .wrap {
        margin: 20px 0 0 0;
        font-size: 14px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    #operator_choice #mentionsF2 {
        font: 14px/14px 'Arial', sans-serif;
        color: #1E1E1E;
        padding: 0 0 5px 0;
    }
}





/* ===== Operator choice ===== */

#operator_choice {
    color: black;
}

#operator_choice a {
    text-align: center;
    text-decoration: none;
    color: black;
}

#operator_choice .operators_text {
    width: 100%;
    padding: 0 5px;
    text-align: center;
    margin: 20px auto;
}

#operator_choice .operators {
    width: 400px;
    margin: 30px auto;
    text-align: center;
}

#operator_choice .credit_card {
    width: 400px;
    margin: 20px auto;
    text-align: center;
}

#operator_choice .credit_card img {
    width: 250px;
}

#operator_choice .credit_card a {
    text-decoration: underline;
}

@media screen and (max-width: 250px) {
    #operator_choice .credit_card img {
        width: 95%;
    }
}

@media screen and (max-width: 400px) {
    #operator_choice .operators,
    #operator_choice .credit_card {
        width: 100%;
        margin: 20px auto 20px -5px;
    }
}

#operator_choice .operator {
    width: 27%;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0px 5px;
}

@media screen and (max-width: 400px) {
    #operator_choice .operator {
        width: 25%;
    }
}

#operator_choice .operator .image {
    overflow: visible !important;
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
    text-align: center;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

#operator_choice .operator .image img {
    width: 100%;
    display: unset !important;
}

#operator_choice .operator .name {
    margin: -2px 0px 1px 0px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 1);
    font: 12px/16px 'ProdigySansBold', Arial, sans-serif;
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, .0), inset 0px -1px 0px 0px rgba(0, 0, 0, .0);
}

@media screen and (max-width: 700px) {
    #operator_choice .operator .name {
        padding: 5px 0px;
    }
}

#operator_choice .operator .name.orange {
    background: rgba(252, 101, 33, 1)
}

#operator_choice .operator .name.sfr,
#operator_choice .operator .name.red {
    background: rgba(160, 0, 4, 1)
}

#operator_choice .operator .name.bouygues {
    background: rgba(10, 81, 157, 1)
}

#operator_choice .operator .name.sosh {
    background: rgba(1, 161, 171, 1)
}

#operator_choice .operator .name.byou {
    background: rgba(59, 131, 95, 1)
}

#operator_choice .operator .name.free {
    color: black;
}

#operator_choice .operator .ok {
    padding: 10px 10px;
    background: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .8);
    text-transform: uppercase;
    font: 12px/16px 'ProdigySansBold', Arial, sans-serif;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

@media screen and (max-width: 700px) {
    #operator_choice .operator .ok {
        padding: 5px 10px;
    }
}

#operator_choice .operator:hover .ok {
    background: rgba(0, 0, 0, .2);
}

#operator_choice .operator:hover .name {
    color: rgba(0, 0, 0, .8)
}

#operator_choice .operators_mvno_text,
#operator_choice .credit_card_text {
    width: 90%;
    text-align: center;
    margin: 20px auto;
    color: rgba(0, 0, 0, 0.8);
    font: 16px/20px 'ProdigySansBold', Arial, sans-serif;
}

#operator_choice .operators_mvno {
    width: 90%;
    max-width: 1000px;
    margin: 10px auto;
    text-align: center;
}

#operator_choice .operator_mvno {
    display: inline-block;
    width: 200px;
    text-align: left;
    margin: 0px auto 1px auto;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 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 a {
    display: block;
    padding: 15px 10px;
}

#operator_choice .operator_mvno.long {
    letter-spacing: -1px;
    color: rgba(0, 0, 0, .5);
}

#operator_choice .operator_mvno.long span {
    letter-spacing: 0px;
}

#operator_choice .operator_mvno span {
    position: relative;
    float: left;
    padding: 5px 4px;
    margin: -4px 10px 0px 0px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
    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;
}

#operator_choice .operator_mvno:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* OPERATOR CHOICE LAST */

#operator_choice h3 {
text-shadow: none;
}
#operator_choice h3 {
text-align: center;
font: 16px/28px 'Verdana', sans-serif;
width: 50px;
padding: 10px 0;
border-radius: 100px;
background: #000;
position: absolute;
margin-top: -25px;
left: 50%;
margin-left: -25px;
font-weight: bold;
z-index: 1;
text-transform: uppercase;
}
/* OPERATOR CHOICE LAST */

@media screen and (max-width:375px) {
    #operator_choice #connexion {
        display: none;
    }
    #operator_choice #choice_carrier .operators .operator {
        margin: 0 10px;
    }
    #operator_choice #choice_paiement .billingtypes .billingtype {
        margin: 0 10px;
    }
    #operator_choice #paiement_section button {
        font: 35px/60px 'Arial', sans-serif;
        height: 65px;
        width: 300px;
        background: #1657AC;
        border: 1px solid #5fa3dd;
        color: #fff;
        border-radius: 10px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
    }
}

/* EMBED */
#embed_share {
    display: none;
    position: fixed;
    width: 700px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top:-50px;
    background: rgba(50,50,50,.75);
    z-index: 100;
}
#embed_share .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#embed_share .close img {
    width: 20px;
    height: 20px;
}
#embed_code {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: border linear .2s, box-shadow linear .2s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    width: 600px;
    margin: 35px;
}


/* 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%;
    color: #f5f5f5 !important;
}
#cookie_dialog p a {
    text-decoration: underline;
    cursor: pointer;
    color: #f5f5f5 !important;
}
#cookie_dialog_close,
#cookie_settings_dialog_cloe {
    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_label input {
    -webkit-appearance: auto;
}
#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);
}

/* HIDE ENFANT */

#menu_category_7 {
    display: none;
}

#video_csa {
    margin-top: 50px !important;
}

#video_csa video::-webkit-media-controls-enclosure {
    display: block !important;
    overflow:hidden;
    position: absolute;
    bottom:0px
}

#video_csa video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}

.text_little a {
    color: rgba(234, 152, 62, 1);
}
.text_little a:hover {
    color: rgb(234, 116, 20);
}

.second_title a {
    color: rgba(234, 152, 62, 1);
}
.second_title a:hover {
    color: rgb(234, 116, 20);
}

.flow_dialog .bloc {
    font-size: 12px;
    width: 285px;
    margin: 0 auto;
}
.flow_dialog .bloc .title {
    font-weight: bold;
}

.dialog-footer .footer-iplus {
    margin: 0 auto;
    width: 60px;
}





/*==== CSS GENERIC FOR FORGET ID ====*/





.form-error input {
    border: 1px solid #b94a48
}

.form-error-message {
    color: #b94a48;
    text-align: center;
    font-size: 15px;
}

.form-error-message a,
#customer .playzer_state a {
    color: blue;
}

.credential_form {
    width: 250px;
    margin: 30px auto;
}

.credential_form .form_description {
    margin-bottom: 10px;
}

.credential_form .credential_form_input {
    margin-top: 5px;
    line-height: 20px;
}

.credential_form .credential_form_input input {
    float: right;
}

.credential_form .submit_button {
    clear: both;
    float: right;
    margin-top: 20px;
}

#customer {
    z-index: 99999;
    width: 90%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5%;
    background: rgba(255, 255, 255, .95);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1), 0px 5px 9px 0px rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1), 0px 5px 9px 0px rgba(0, 0, 0, .25);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1), 0px 5px 9px 0px rgba(0, 0, 0, .25);
}

#customer .trait.deux {
    margin: 0px 0px 20px 0px;
}

#customer .zone_text {
    position: relative;
    width: 100%;
}

#customer .zone_text .text {
    padding: 30px 10%;
    background: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

#customer .zone_text .text.deux {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

#customer .zone_text .text p {
    color: #444444;
    text-align: center;
    font: 18px/24px 'ProdigySansSemiBold', Arial, sans-serif;
}

#customer p.social_account {
    width: 280px;
    margin: 10px auto;

}

#customer p.social_account span {
    line-height: 40px;
}

#customer img.social_account_logo {
    width: 40px;
    height: 40px;
    float: left
}

#customer .error {
    text-align: center;
    color: #b94a48;
    font-size: 15px;
}

#customer .titre {
    position: relative;
    width: 100%;
    text-align: center;
    color: #444444;
    margin: 20px 0px 20px 0px;
    text-transform: uppercase;
    font: 16px/20px 'ProdigySansSemiBold', Arial, sans-serif;
}

#customer .label {
    position: relative;
    width: 200px;
    left: 50%;
    margin: 10px 0px 10px -110px;
    padding: 10px 0px 10px 20px;
    text-align: left;
    font: 14px/16px 'ProdigySansSemiBold', Arial, sans-serif;
    background: #ffffff;
    border: 2px solid #ddd;
}

#customer .label input,
#customer .label select {
    border: 1px solid white;
    width: 180px;
}

#customer .form-error .label {
    border: 2px solid #B94A48;
}

#customer .bouton {
    position: relative;
    width: 208px;
    height: 65px;
    left: 50%;
    margin: 30px 0px 20px -104px;
    cursor: pointer;
}

#customer .bouton_orange,
#customer .bouton_gris {
    position: absolute;
    width: 208px;
    height: 65px;
}

#customer .bouton_orange_text,
#customer .bouton_gris_text {
    position: absolute;
    width: 208px;
    left: 50%;
    margin: 20px 0px 20px -104px;
    color: #ffffff;
    font: 20px/22px 'ProdigySansSemiBold', Arial, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    -moz-text-shadow: 0px -1px 1px rgba(0, 0, 0, .5);
    -webkit-text-shadow: 0px -1px 1px rgba(0, 0, 0, .5);
    text-shadow: 0px -1px 1px rgba(0, 0, 0, .5);
}

#customer .bouton_gris_text {
    color: #444444;
    -moz-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(255, 255, 255, .8);
    -webkit-text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(255, 255, 255, .8);
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(255, 255, 255, .8);
}

#customer .bouton_gris_text.forgot_password {
    font-size: 16px;
}

#customer #social {
    position: relative;
    width: 184px;
    /*height: 82px;*/
    left: 50%;
    margin: 20px 0px 0px -92px;
}

#customer #social div {
    float: left;
    height: 82px;
}

#customer #social #facebook {
    margin: 0px 20px 0px 0px;
}


@media screen and (max-width: 1200px) {
    #customer .zone_text .text {
        padding: 10px 10%;
    }

    #customer .zone_text .text p {
        color: #444444;
        text-align: center;
        font: 14px/19px 'ProdigySansSemiBold', Arial, sans-serif;
    }

    #customer .bouton {
        width: 150px;
        height: 47px;
        margin: 20px 0px 20px -75px;
    }

    #customer .bouton_orange,
    #customer .bouton_gris {
        position: absolute;
        width: 150px;
        height: 47px;
    }

    #customer .bouton_orange img,
    #customer .bouton_gris img {
        width: 150px;
        height: 47px;
    }

    #customer .bouton_orange_text,
    #customer .bouton_gris_text {
        width: 150px;
        margin: 12px 0px 0px -75px;
        font: 14px/20px 'ProdigySansSemiBold', Arial, sans-serif;
    }

    #customer .bouton_gris_text.forgot_password {
        font-size: 12px;
    }

    #customer #social {
        width: 120px;
        /*height: 50px;*/
        margin: 20px 0px 0px -60px;
    }

    #customer #social img {
        width: 50px;
        height: 50px;
    }

    #customer #social div {
        height: 50px;
    }

    #customer #social #facebook {
        margin: 0px 20px 0px 0px;
    }

    #customer p.social_account {
        width: 220px;
    }

}
