/* HTML */
/* HTML */
html, body, form, fieldset, div, p {
	margin: 0;
	padding: 0;
    /*background: rgba(255,255,255,1)*/;
}
html {
	overflow-y: visible;
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}
body {
	width: 100%;
	height: auto;
	/*background: rgba(240,240,240,1);*/
	font: 12px/16px 'ProdigySansExtraBold', Arial, sans-serif;
	color: rgba(0,0,0,.5);
	overflow-x: hidden;
}
img {
	border: 0;
}
li {
	margin: 0;
	list-style: none;
}
a {
	color: #BC1A2B;
	text-decoration: none;
	cursor: pointer;
}
a {
	color: rgba(0,0,0,.8);
	text-decoration: none;
	cursor: pointer;
}
h1 {
	font: 27px/27px 'ProdigySansExtraBold', Arial, sans-serif;
}
h2 {
	font: 20px/20px 'ProdigySansExtraBold', Arial, sans-serif;
}
li {
	margin: 0;
	list-style: none;
}
a img {
	text-decoration: none;
	border: none;
}
.rtl {
	direction: rtl;
	text-align: right;
}

/* SITE */
#site {
	width: 100%;
	height: 100%;
    overflow: inherit;
}

/* HEADER */
#price {
	background: #eaeaea;
	height: 20px;
	padding-top: 2px;
	line-height: 15px;
	text-align: center;
	font-size: 11px;
	font: 12px/20px "ProdigySansThin",Arial,sans-serif;
	color: #000000;
	font-weight:bold;
}
#price span {
	color: #000000;
	opacity: .8;

}
header {
	width: 100%;
	height: auto;
	padding: 10px 0px;
    margin: 0 0 10px 0;
    background: #da3832;
}
header #logo {
	width: 175px;
	height: auto;
	margin: 0px auto;
}
header #logo img {
	width: 100%;
}

/* NEWS */
.buzz_title {
	position: relative;
	width: 1280px;
	margin: 20px auto;
	background: #BC1A2B;
	text-align: center;
	color: rgba(255,255,255,1);
	font: 14px/70px 'ProdigySansBold', Arial, sans-serif;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.buzz_title.tv {
	width: 100%;
	margin: 0px auto 2px auto;
	font: 30px/70px 'ProdigySansBold', Arial, sans-serif;
}
#buzz {
	position: relative;
	width: 100%;
	height: auto;
}
.buzz,
.buzz.pair,
.buzz_tv {
	width: 100%;
	height: 720px;
}
.container {
	position: relative;
	width: 1290px;
	margin: 0px auto 10px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.buzz {
	width: 400px;
	height: 290px;
	margin: 0px 5px 5px 0px;
	background: rgba(255,255,255,1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	cursor: pointer;
	display: inline-block;
}
.buzz_tv {
	/*background: rgba(20,20,20,1);*/
	height: auto;
}
.buzz_tv.article {
	width: 1120px;
	height: auto;
	margin: 0px auto;
	padding: 80px;
	background: rgba(255,255,255,1);
	font: 18px/22px 'ProdigySansBold', Arial, sans-serif;
}
.buzz_tv.article img {
	width: 100%;
	margin: 0px 0px 80px 0px;
}
.buzz_tv .content-player-head {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 10px 0;
}
.buzz_tv .content-player-head .title {
	padding: 40px 0 20px 0;
    text-align: center;
	font: 24px/24px 'ProdigySansSemiBold', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
}
.buzz_tv .content-player-head .date {
	padding: 10px;
	font: 18px/18px 'ProdigySansSemiBold', Arial, sans-serif;
}
.buzz_tv .content-player-head .description {
	padding: 10px;
	font: 18px/18px 'ProdigySansSemiBold', Arial, sans-serif;
}
.description {
	font-size: 16px;
	visibility: visible;
}

@media screen and (max-width: 1340px) {
.buzz_tv.article {
	width: 854px;
	padding: 80px;
	font: 16px/20px 'ProdigySansBold', Arial, sans-serif;
}
.buzz_tv.article img {
	margin: 0px 0px 40px 0px;
}
}
.picture {
	position: relative;
	margin: 0px auto;
	width: 400px;
	height: 225px;
    border-radius: 4px;
    overflow: hidden;
}
.picture img {
	width: 400px;
}
.picture .preview {
	margin-top: -33px;
}
.video_container,
.video_player_container {
	z-index: 2;
	position: relative;
	width: 854px;
	height: 480px;
	margin: 0px auto;
}
.content-player {
	position: relative;
	height: 560px;
}
.video_player_container .video_player,
.video_player_container .ratio_16-9 .preview,
.video_player_container .ratio_16-9 .preview img,
.video_player_container .ratio_4-3 .preview,
.video_player_container .ratio_4-3 .preview img {
	width: 854px;
	height: 480px;
    border-radius: 10px;
}
.video_player .play,
.video_player_container .ratio_16-9 .play,
.video_player_container .ratio_4-3 .play  {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -50px;
}
.video_container video {
	width: 854px;
	height: 480px;
	background: #BC1A2B;
}
.buzz .zone_text {
	position: relative;
	width: 400px;
    overflow: inherit;
}
.buzz .zone_text .video_container,
.buzz .zone_text .video_container video {
	width: 400px;
	height: 240px;
}
.buzz .zone_text .titre {
	padding: 20px;
	text-transform: uppercase;
	color: rgba(0,0,0,.8);
	font: 26px/26px 'ProdigySansExtraBold', Arial, sans-serif;
}
.buzz .zone_text article {
	padding: 10px 0;
	font: 18px/22px 'ProdigySansSemiBold', Arial, sans-serif;
}
.overlay {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: none;
}
.play {
	z-index: 3;
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin: -30px 0px 0px -30px;
	cursor: pointer;
	background-color: rgba(255,255,255,0);
}
.play img {
	width: 60px;
	height: 60px;
}
@media screen and (max-width: 1340px) {
.buzz_title {
	width: 50%;
	font: 14px/50px 'ProdigySansBold', Arial, sans-serif;
}
.buzz,
.buzz.pair,
.buzz_tv {
	height: auto;
}
.buzz_tv .content-player-head {
	width: 100%;
	min-height: 52px;
}
.buzz_tv .content-player-head .title {
	padding: 10px;
	font: 18px/18px 'ProdigySansSemiBold', Arial, sans-serif;
}
.buzz_tv .content-player-head .date {
	padding: 5px;
	font: 15px/15px 'ProdigySansSemiBold', Arial, sans-serif;
}
.buzz_tv .content-player-head .description {
	padding: 5px;
	font: 15px/15px 'ProdigySansSemiBold', Arial, sans-serif;
}
.buzz_tv .video_player_container .ratio_16-9 .play {
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -25px 0px 0px -25px;
}
.container {
	width: 50%;
}
.buzz {
	width: 100%;
	height: auto;
}
.picture {
	position: relative;
	width: 100%;
	height: auto;
    margin: 0;
}

.picture img,
.buzz .zone_text .picture,
.buzz .zone_text .picture img {
	width: 100%;
	height: auto;
}
.video_container,
.video_player_container,
.video_player_container .video_player,
.video_player_container .ratio_16-9 .preview,
.video_player_container .ratio_16-9 .preview img,
.video_player_container .ratio_4-3 .preview,
.video_player_container .ratio_4-3 .preview img {
	width: 720px;
	height: 405px;
}
.content-player {
	height: 463px;
}
.video_player_container .video_player,
.video_player_container .ratio_16-9 .preview {
	width: 720px;
	height: 405px;
}
.video_player .play {
	width: 50px;
	height: 50px;
	margin: -25px 0px 0px -25px;
}
.video_container video {
	background-color: black;
	width: 720px;
	height: 405px;
}
.buzz .zone_text {
	width: 100%;
}
.buzz .zone_text .video_container,
.buzz .zone_text .video_container video {
	width: 720px;
	height: 405px;
}
.buzz .zone_text .titre {
	font: 16px/16px 'ProdigySansExtraBold', Arial, sans-serif;
}
.buzz .zone_text article {
	font: 16px/16px 'ProdigySansSemiBold', Arial, sans-serif;
}
.play {
	width: 60px;
	height: 60px;
	top: 50%;
	margin: -30px 0px 0px -30px;
	cursor: pointer;
}
.play img {
	width: 60px;
	height: 60px;
}
    .buzz_tv .billing {
        margin-top: 120px !important;
    }
}


@media screen and (max-width: 800px) {
header {
		padding: 10px 0px;
}
header #logo {
    width: 150px;
}
header #logo img {
    width: 150px;
}
.container {
	width: 90%;
}
.video_container,
.video_player_container,
.video_player_container .video_player,
.video_player_container .ratio_16-9 .preview,
.video_player_container .ratio_16-9 .preview img,
.video_player_container .ratio_4-3 .preview,
.video_player_container .ratio_4-3 .preview img {
	width: 500px;
	height: 240px;
}
.content-player {
	height: 293px;
}
.buzz .zone_text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.picture img, .buzz .zone_text .picture, .buzz .zone_text .picture img {
    width: 140px;
    height: auto;
    border-radius: 4px;
}
.buzz .zone_text article {
    font: 16px/16px 'ProdigySansSemiBold', Arial, sans-serif;
    padding: 0 0 0 10px !important;
}
.buzz_title {
    width: 90%;
}
.buzz_tv.article {
	width: 80%;
	padding: 20px 5%;
	font: 14px/16px 'ProdigySansBold', Arial, sans-serif;
}
.overlay {
    background-color: rgba(0,0,0,.0);
    display: block;
}
.buzz,
.buzz.pair,
.buzz_tv {
	height: auto;
}
.buzz_tv .video_player_container .ratio_16-9 .play {
	width: 30px;
	height: 30px;
	margin: -15px 0px 0px -15px;
}
.play {
	z-index: 3;
	position: absolute;
	width: 30px !important;
	height: 30px !important;
	left: 50%;
	top: 50%;
	margin: -15px 0px 0px -15px;
	cursor: pointer;
	background-color: rgba(255,255,255,0);
}
.play img {
	width: 30px !important;
	height: 30px !important;
}
}
@media screen and (max-width: 500px) {
.picture {
	display: inline-table !important;
}
.video_container,
.video_player_container,
.video_player_container .video_player,
.video_player_container .ratio_16-9 .preview,
.video_player_container .ratio_16-9 .preview img,
.video_player_container .ratio_4-3 .preview,
.video_player_container .ratio_4-3 .preview img {
	width: 400px;
	height: 189px;
}
.content-player {
	height: 241px;
}
.video_player .play,
.video_player_container .ratio_16-9 .play,
.video_player_container .ratio_4-3 .play  {
	width: 50px;
	height: 50px;
	margin: -25px 0px 0px -25px;
}
}

/* CONTENT */
.buzz.content {
	width: 315px;
	height: 250px;
}
.buzz.content .zone_text {
	width: 317px;
}
.buzz.content .zone_text .picture,
.buzz.content .zone_text .video_container,
.buzz.content .zone_text .video_container video {
	width: 317px;
	height: 200px;
}
.buzz.content .zone_text .titre {
	font: 16px/16px 'ProdigySansBold', Arial, sans-serif;
}
.buzz.content .zone_text article {
	padding: 10px 20px;
	font: 16px/16px 'ProdigySansSemiBold', Arial, sans-serif;
}
.buzz.content .play {
	margin: -30px 0px 0px -30px;
}
@media screen and (max-width: 1340px) {
.buzz.content {
	width: 100%;
	height: auto;
}
.buzz.content .zone_text {
	width: 100%;
}
.buzz.content .zone_text .picture,
.buzz.content .zone_text .picture img,
.buzz.content .zone_text .video_container,
.buzz.content .zone_text .video_container video {
	width: 100%;
	height: auto;
}
.buzz.content .play {
	margin: -15px 0px 0px -25px;
}

}

/* MORE */
#more {
	position: relative;
	width: 100%;
	margin: 40px 0px;
	cursor: pointer;
}
#more img {
	position: absolute;
	width: 20px;
	margin-top: 25px;
	margin-left: 145px;
	border-top-left-radius: 200px;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
	border-bottom-left-radius: 200px;
	display: none;
}
#more .text_more
 {
	position: relative;
	width: 280px;
	left: 50%;
	margin-left: -140px;
	text-align: center;
	background: #BC1A2B;
	color: #ffffff;
	text-transform: uppercase;
	font: 18px/70px 'ProdigySansExtraBold', Arial, sans-serif;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
#more .text_more:hover {
	background: #AAAAAA;
}

/* TABS */
#tabs {
	text-align: center;
	margin-bottom: 20px;
    overflow-x: scroll;
    height: 60px;
    -webkit-overflow-scrolling: touch;

}
#tabs #tabs_container {
	width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    overflow: initial;
    display: inline-table;
}
#tabs .tab {
	cursor: pointer;
    position: relative;
    padding: 5px 40px;
    border-radius: 30px;
    float: left;
    margin-left: 20px;
    text-align: center;
    background: #fff;
    color: #000;
    font: 15px/30px 'ProdigySansExtraBold', Arial, sans-serif;
    border: 1px solid #f4f4f4;
    text-align: left;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,.3);
    transition: all ease .3s;
}
#tabs .tab.active {
	border: 2px solid #da3832;
}
#tabs .tab:hover {
	transition: all ease .3s;
    transform: scale(1.1);
}

@media screen and (max-width: 900px) {
	#tabs #tabs_container {
		width: 560px;
		margin-left: auto;
		margin-top: auto;
	}
	#tabs .tab {
		float: left;
		margin: 5px 5px;
		font: 15px/30px 'ProdigySansExtraBold', Arial, sans-serif;
	}
}

/* LOADING */
.loading {
	z-index: 20;
	position: absolute;
	width: 120px;
	height: 90px;
	background: #1a1918;
	display: none;
}
.loading img {
	margin-top: 15px;
	margin-left: 25px;
}

/* GENERIC */
#infiniweb_generic,
#infiniweb_generic #price_inter,
#infiniweb_generic .message a {
	color: #585858;
	font: 12px/12px 'Calibri', sans-serif;
    width: 100% !important;
    margin: 0 auto !important;
    font-weight: bold;
}
#infiniweb_generic .message a {
	text-decoration: underline;
	border: none;
}
#infiniweb_generic #inter #bouton_vierge {
    background: none repeat scroll 0 0 #eee;
    font: 18px/65px "ProdigySansThin",Arial,sans-serif;
    text-align: center;
}
#customer .bouton_orange_text,
#customer .bouton_gris_text {
	font: 16px/22px 'ProdigySansSemiBold', Arial, sans-serif;
}
#customer .bouton_orange,
#customer .bouton_gris {
	margin-left: 11px;
}
@media screen and (max-width: 1340px) {
#customer .bouton_orange,
#customer .bouton_gris {
	margin-left: 40px;
}
}
#infiniweb_generic #customer .bouton,
#infiniweb_generic #inter #bouton_vierge {
    border-radius: 2px;
    color: black;
    height: 65px;
    left: 0;
    margin: 10px auto 0;
    width: 230px;
}
#infiniweb_generic #inter #bouton_vierge a {
	color: black;
	text-decoration: none;
}
#header-logo {
	width: 100%;
    background: #da3832;
    padding: 15px 0;
    margin-top: 0 !important;
}
#header-logo img {
	width: 120px;
}
#infiniweb_generic #customer .bouton,
#infiniweb_generic #inter #bouton_vierge {
	margin: 10px auto 10px auto;
}
#accroche_inter_1 {
	color: rgba(0,0,0,.5);
	font: 40px/46px "ProdigySansThin",Arial,sans-serif;
}
#accroche_inter_2 {
	margin: -10px auto 20px auto;
	padding: 0px 0px;
	color: rgba(0,0,0,.8);
	font: 24px/28px "ProdigySansBlack",Arial,sans-serif;
}
#button.goon {
	position: relative;
	width: 300px;
    height: 75px;
	margin: 10px auto;
	text-align: center;
	background: #BC1A2B;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font: 35px/75px 'Arial', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
	border-radius: 10px;
	cursor: pointer;
}
#button.goon:hover {
	background: rgba(20,20,20,1);
}
#inter {
	position: relative;
	color: rgba(0,0,0,.5);
	margin: 0px 0px 20px 0px;
}
#landing_action {
	position: relative;
	margin: 0px 0px 40px 0px;
}

/* Billing */

.buzz_tv .billing {
	z-index: 100;
	position: absolute;
	width: 320px;
	height: 140px;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: 150px;
}
.buzz_tv .billing #price_inter {
	font: 12px/12px Calibri, sans-serif;
    background: none !important;
    text-transform: none;
    width: 100% !important;
    text-align: center;
    margin: 10px auto;
    color: #585858;
    letter-spacing: 0px !important;
}
.buzz_tv .billing #button {
	font: 35px/75px Arial, sans-serif;
	width: 300px;
    height: 75px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: bold;
}
.buzz_tv .billing #button .button_play {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	margin-left: 10px;
	margin-right: 10px;
}
.buzz_tv.non_subscriber .play {
	display: none;
}
.buzz_tv.non_subscriber .video_player_container {
	cursor: auto;
}


/* FOOTER */
footer {
	width: 100%;
	margin-top: 40px;
    margin-bottom: 60px;
}
#footer_2 {
	margin-top: -10px;
}
#footer_3 {
	margin-top: -1px;
}
footer .footer-link {
	height: 25px;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #666;
	cursor: pointer;
	font-size: 12px;
	border-bottom: 0px solid #cacaca;
}
footer .footer-link .footer-text {
	position: relative;
	width: auto;
}
footer .footer-link .footer-link-home {
	z-index: 2;
	background-color: white;
	padding-left: 10px;
}
footer .footer-link .footer-link-home a {
	z-index: 1;
	color: #666;
	margin-left: -10px;
}
footer .footer-link .disclosure {
	float: right;
	margin-right: 10px;
}
footer .footer-bouton {
	margin-top: 20px;
}
footer .footer-iplus img {
	margin-bottom: 5px;
}
footer .footer-iplus {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 10px;
	text-align: center;
}

/** google ads */
.google_ad{
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float:left;
}
#ad_under_player{
	text-align: center;
}
#ad_underlist{
	text-align: center;
}


/* AUTOPROMO */
.infiniweb-ad {
	max-width: 100%;
	margin: 0px auto;
	height: auto;
}
.infiniweb-ad img {
	width: 300px;
}
.infiniweb-ad {
    z-index: 1000;
    position: fixed;
    width: 100%;
    bottom: 0px;
    text-align: center;
    background: rgba(0,0,0,.5);
    color: rgba(255,255,255,.8);
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
/* NEW MENTION CGV */

.buzz_tv.non_subscriber {
	overflow: inherit;
}
.content-player {
    overflow: inherit;
}
#cgv_prebilling {
	margin-top: 40px;
    font-size: 16px;
	color: rgba(0,0,0,.5);
    text-align: center;
    font-family: 'ProdigySansSemibold', sans-serif;
}
#cgv_prebilling a {
    color: #bc1a28;
}
#inter #cgv_prebilling {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
  	#cgv_prebilling {
    	font-size: 16px;
	}
}
@media screen and (max-width: 800px) {
  	article {
    	width: 52%;
	}
    .buzz_tv .billing {
        margin-top: 40px !important;
    }
}
@media screen and (max-width: 500px) {
	.buzz_tv .billing {
		width: 100%;
        height: 210px;
        margin-left: inherit;
        margin-top: -115px;
        padding-top: 50px;
        top: 30%;
        box-sizing: border-box;
        left: inherit;
	}
	.buzz_tv .billing #button .button_play {
		width: 25px;
		height: 25px;
		margin-top: -11px;
		margin-left: 15px;
		margin-right: 15px;
	}
    .buzz_tv .billing {
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 410px) {
  	.video_container,
    .video_player_container,
    .video_player_container .video_player,
    .video_player_container .ratio_16-9 .preview,
    .video_player_container .ratio_16-9 .preview img,
    .video_player_container .ratio_4-3 .preview,
    .video_player_container .ratio_4-3 .preview img {
        width: 310px;
        height: 169px;
    }
    .buzz_tv .billing {
        margin-top: -10px !important;
    }
    .buzz_tv .billing #button {
        font: 35px/75px Arial, sans-serif;
        width: 270px;
        height: 75px;
        font-weight: bold;
    }
}
@media screen and (max-width: 360px) {
  	article {
    	width: 52%;
	}
}
@media screen and (max-width: 340px) {
  	article {
    	width: 47%;
	}
}
.acces_illimited {
    text-align: center;
    margin: 20px auto;
    font: 18px/18px 'ProdigySansBold', sans-serif;
}
#pictoDevices {
                width: 100%;
                }
            #pictoDevices img {
                width: 200px;
                margin: 0 auto 20px auto;
                display: block;
            }


#operator_choice .operator .image {
    overflow: visible !important;
}
#operator_choice h3 {
    background: #fff !important;
}


/* COOKIE */


#cookie_dialog {
    z-index: 9999!important;
    position: fixed;
    width: 100%!important;
    bottom: 0;
    padding: 5px 15px!important;
    background: #fff!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(0, 0, 0, .2);
    box-sizing: border-box;
}
#cookie_dialog .text {
    margin: 0!important;
}
#cookie_dialog p {
    width: 80%}
#cookie_dialog p a {
    text-decoration: underline;
    cursor: pointer;
    color: #555555!important;
}
#cookie_dialog_close {
    width: 40px;
    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;
}
@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);
}

/* SURCHARGE PRIVACY */

#generique {
	box-sizing: content-box !important;
	background: #fff;
	line-height: 20px;
}
#generique .detail {
	padding: 0 5%;
}
#generique .titre {
	background: #fff !important;
	border: none;
	font: 25px/25px 'ProdigySansblack', Arial, sans-serif!important;
}
#generique .titre h1 {
	color: #585858;
}

#prebilling_message a {
	color: #bc1a28;
}