/*------------------------------------------------*/
/*-----------[NASTEOLINK]-------------------------*/
/*-----------[Basique : Black]--------------------*/
/*-----------[Couleur dominante : #000000]--------*/
/*-----------[Couleur secondaire : #808080]-------*/
/*-----------[Couleur boutons : .ui-button]-------*/
/*-----------[Couleur texte :  #4d4d4d]-----------*/
/*-----------[Couleur liens texte :   #000000]----*/
/*-----------[Couleur liens boutons :  #000000]---*/
/*-ligne 879-[Couleur bkListeReplay :  #626262]---*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, header, hgroup, nav, section { display: block; }

br{margin-bottom: 10px;}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

.btn-primary {
	background:#C51718;
	border:1px solid #C51718;
	color:white!important;
}
.btn-primary:hover {
	background:#C51718;
	border:1px solid #C51718;
}

.btn-secondary {
	background:#ffffff;
	color: #6a737b!important;
	border:2px solid #6a737b;
}

body { line-height: 20px; font-family: 'Raleway', 'Arial', sans-serif; font-size: 14px; color: #000000; background-color: #505365; }
#header {text-align: left; margin: 0 auto; position: relative; margin-bottom:10px; }
a { text-decoration: none; color:black;}
a:hover { text-decoration: underline; color:#000000;}
a:visited {  color: #000000;}
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', 'Arial', sans-serif; color: #000000; letter-spacing: -1px; line-height: 1em; font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#808080; }
h1 { font-size: 28px;  text-transform:uppercase;}
h2 { font-size: 24px; text-transform:uppercase; font-weight:bold; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }
p { padding-bottom: 10px; /*line-height: 24px;*/ }
strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
blockquote p { padding-bottom: 0px; }

input[type=text],input[type=password],input.text, input.title, textarea, select { font-family: 'Raleway', 'Arial', sans-serif; font-size:13px; background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; border-radius: 0px; }
input[type=password]:focus, input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=password], input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; border-radius: 0px; }

button a { font-size:12px; }

img#about-image { float: left; margin: 3px 8px 8px 0px; }

/* .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }*/
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.spacer {
	clear:both;
	height: 0; overflow: hidden; /* Précaution pour IE 7 */
}

.center{
	text-align: center;
}

/* JQUERY UI REDEF */

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: none;
	background-color:#e1e1e1;
	font-weight:normal;
	border:0px;
	padding:3px;
}
a.ui-widget {
	color:#ffffff;
}
a.ui-widget:visited {
	color:#ffffff; /* #4f5466; */
}
a.ui-widget:hover {
	color:#ffffff;
}
.ui-widget {
	text-align:left;
	font-size:1em;
}

.ui-menu-item {
	font-family: 'Raleway', 'Arial', sans-serif;
}
.ui-menu-item a {
	color:#4e5366;
}
.ui-menu-item a:visited {
	color:#4f5466;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	/*Couleur bg boutons*/
	background:#db031d;
}
.ui-button {
	font-family: 'Raleway', 'Arial', sans-serif;
	/*font-weight:bold;*/
	font-weight:300;
	/*Couleur texte boutons*/
	color:#ffffff;
	/*
	background: #f1f1f1; // Old browsers 
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #f1f1f1 45%, #e9e9e9 49%, #fefefe 100%); // FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(45%,#f1f1f1), color-stop(49%,#e9e9e9), color-stop(100%,#fefefe)); // Chrome,Safari4+
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#f1f1f1 45%,#e9e9e9 49%,#fefefe 100%); // Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  #f1f1f1 0%,#f1f1f1 45%,#e9e9e9 49%,#fefefe 100%); // Opera 11.10+ 
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#f1f1f1 45%,#e9e9e9 49%,#fefefe 100%); // IE10+ 
	background: linear-gradient(to bottom,  #f1f1f1 0%,#f1f1f1 45%,#e9e9e9 49%,#fefefe 100%); // W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=0 ); // IE6-9 
	border-color:#999999;;
	*/
	border-radius: 0px;
	border:1px solid white;
	/*border:0px;*/
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 
{
	/*Couleur secondaire*/
	background:#db031d;	
}
.ui-state-error {
	text-align:left;
	margin-bottom:5px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	/*Couleur texte boutons*/
	/*color:#414353;	*/
	color:#ffffff;
	font-weight:normal;
}
.ui-corner,.ui-corner-all,.ui-corner-top,.ui-corner-bottom {
	border-radius:0.5em;
}
.ui-button:hover {
	opacity:0.7;
}


.ui-widget-header {
	border: 1px solid #000000;
	background: #000000 repeat-x;
	color: white;
	font-weight: bold;
	
}

.ui-widget-content {
	border: 1px solid #DDD;
	background: white;
	color: #000000;
}

.ui-widget-content a {
	color: #000000;
}

input[type="text"].placeholder , input[type="password"].placeholder  , textarea.placeholder   { color:#999999; }/*compat IE*/
input.placeholder   { color:#999999; }/*compat IE*/


/*------------------------------------------------*/
/*-----------------[TOOLTIP]-----------------------*/
/*------------------------------------------------*/

	.ui-tooltip, .tooltip-arrow:after {
        background: black;
        border: 2px solid white;
    }
    .ui-tooltip {
        padding: 10px 20px;
        color: white;
        border-radius: 5px;
        font: bold 12px "Raleway", "Helvetica Neue", Sans-Serif;
        text-transform: uppercase;
        box-shadow: 0 0 7px black;
    }
    /*
    .tooltip-arrow {
        width: 70px;
        height: 16px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        bottom: -16px;
    }
    .tooltip-arrow.top {
        top: -16px;
        bottom: auto;
    }
    .tooltip-arrow.left {
        left: 20%;
    }
    .tooltip-arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }
    .tooltip-arrow.top:after {
        bottom: -20px;
        top: auto;
    }
    */
/*------------------------------------------------*/
/*-----------------[HEADER]-----------------------*/
/*------------------------------------------------*/

header {
	
}

#header_menu {
	position:absolute;
	margin-top:-20px;
	z-index:1000;
	display:block;
	width:197px;
	display:none;
}

.header-menu-conteneur {
	width:100%;
}

.header-container {
	max-width:1520px;
}

.header-menu-conteneur .ui-button{
	width:100%;
/*	padding:3px;	*/
}

.header-boutique-expo {
	font-size:.875rem;
}

.header-boutique-expo .float-right {
	padding-right:80px;
	margin: 0 1.25rem;
}

.header-boutique-expo span {
	margin-left:20px;
	margin-right:20px;
}

.header-menu-public {
	background-color:#E0E0E0;
	height:30px;
	max-width:450px!important;
	width:100%;
	float:right;
	font-size:.875rem;
}


/* blog info du header  */
.top-info{
	text-align: center;
	margin-left : auto;
	margin-right : auto;  
	position: relative;
}

/* css du logo site  */
.logook {
	display:block;
	/*
	min-width:167px;
	float:left;
	*/
	margin-right: 5px;
}

/* css du baseline site  */
.baseline{
	font-size:17px;
	color:#000000; /*#f08700;*/
	float:left;
	display:block;
	padding-top:25px;
	background:#fff;
}

/* css login header site  */
.top-info .login{ 
	float: left;
	height: 35px;
	margin-left:15px;
	margin-top: 25px;
}

#top_banner {
	margin-left:10px;
	margin-bottom:10px;
}

#creacompte{
	float: left;
	height: 35px;
	margin-top: 45px;
}

.dialogue{
	text-align: center;
	height: 130px;
	margin-top : 0px;
	margin-left : 240px; 
	width: 1000px;  

}


.header-recherche{
}

#headerRechercheTxt{
	width: 100%;
	padding:3px;
	outline: none;
	font-size: 14px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*------------------------------------------------*/
/*-----------------[CONTENU HP ]------------------*/
/*------------------------------------------------*/

#zone-principale{
 	/*background: url(../images/bck_full.jpg);*/
 	
	margin: 0 auto; /*width: 990px;*/ position: relative;
	margin-bottom:20px;
}

#zone-contenu{
	/*width: 990px;*/
}

/*------------------------------------------------*/
/*---------[CONTENU HP Sidebar ]------------------*/
/*------------------------------------------------*/

#zone-contenu-sidebar{
	/*
	float: right;
	width: 268px;
	padding: 0 15px 30px 15px;
	*/
	text-align: justify;

}

.sidebar-titre{
	width:100%;
	font-size: 28px;
	padding-left:20px;
}

.sidebar-titre_small{
	color: #000000;
	font-size: 18px;
	width: 100%;
	margin-bottom: 20px;
}

.hp-sidebar-apropos {
	text-align:justify;
	color:#4d4d4d; /*#414353;*/
	font-size:0.9em;
}


.blocreplay{
	/*width: 269px;*/
	height: 70px;
	/*background: url(../images/plus.png) bottom right no-repeat;*/
	text-transform: none;
	margin-bottom: 16px;
}

.blocreplay a{
	
	text-decoration: none;
}

.blcrp-image{
	width:114px;
	height:65px;
	display:block;
	float:left;
	margin:0 6px 0 0;
}

.blcrp-titre {
	font-size:13px;
	color:#000;
	text-decoration:none!important;
	line-height:14px;
	font-weight:300;
	display:block;
}

.blcrp-soustitre{
	/*text-align: justify;*/
	font-size: 10px;
	font-weight:100;
	line-height: 12px;
	display: block;
	color: #4d4d4d; /* #686E82;*/
	text-decoration: none!important;
}

.tout {
	color: white;
	background-color: #db031d;
	padding: 2px 13px 3px 13px;
	float: right;
	margin-right: 3px;
}

.zone-contenu-liens-buttons {
	margin-bottom:10px;
	clear:both;
}
.zone-contenu-liens-buttons a span {
	/*width:240px;*/
	text-align:center;
}


/*------------------------------------------------*/
/*---------[CONTENU HP Contenu principale ]-------*/
/*------------------------------------------------*/

#zone-contenu-principale{
	margin: 0;
	padding : 0px;
	padding-left: 10px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/*width:680px;*/
	/*float:left;*/
	/*border-right: solid 1px #B4BACE;*/
}

.alaune_video_conteneur	{							        	    			
	/*float:left;*/
	padding-right:2px;
	padding-left:2px;
	margin-bottom:4px;
	/*
	width:210px;
	height:120px;
	border: solid 1px #000000; 
	-moz-box-shadow: 5px 5px 10px 1px #cfcfcf;
	-webkit-box-shadow: 5px 5px 10px 1px #CFCFCF;
	-o-box-shadow: 5px 5px 10px 1px #cfcfcf;
	box-shadow: 5px 5px 10px 1px #CFCFCF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=10);
	*/
}
.alaune_video_conteneur_img	{
}
.alaune_video_conteneur .alaune_video_titre {
	background-color:#000000;
	padding:3px;
	position:absolute;
	margin-top:-120px;
	/*width:204px;*/
	color: #ffffff;
}

.vdo_viewer_video {
	overflow:hidden;
	width:100%;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.vdo_viewer_pub_controller {
	background-color:black;
	display:block;
	color:#ffffff;
	padding: 5px;
}

/** class spécifique au css black - S'applique au "Passer" lors de l'affiche d'une pub **/
.skip {
	color: white;
	text-decoration: none;
}

a.skip:visited {
	color: white;
	text-decoration: none;
}


.skip:hover{
	color: white; text-decoration: none;
}

.ui-notify a{
	color:white;
	text-decoration: none;
}
/** class spécifique au css black - S'applique au "Passer" lors de l'affiche d'une pub **/

.vdo_viewer_blocage_acctype {
	background-color:#000000;
	color:white;
	display: table-cell;
	vertical-align: middle;
}

.vdo_viewer_blocage_acctype p{
	margin-top:10px;
	margin-bottom:10px;
	line-height:20px;
}


.vdo_viewer_blocage_acctype h3 {
	color: #000000; /*#dd521a;*/
}

.vdo_viewer_soustitre{
	height: 21px;	
}

.vdo_viewer_soustitre span {
	padding: 0 0 0 0px;
	font-family: 'Raleway',Trebuchet MS!important;
	text-transform: none;
	font-weight:normal;
	font-size: 18px;
	float: left;
}

.chapeau {
	margin: 7px 20px 0 25px;
	font-family:Trebuchet MS;
	text-transform:none;
	/*width:620px;*/
	text-align:justify; 
	font-size:12px;
	line-height:19px;
}


.chapeau .read-more-link { 
	color:black;
	font-weight:bold;
}

.v_detail_vdo_texte {
}


.v_detail_vdo_texte .read-more-link{
	width:620px;
	text-align:justify; 
	font-size:12px;
	line-height:19px;	
	color:black;
	font-weight:bold;
}

.suite {
	color: #000000; /*#FDA723;*/
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.vdo_viewer_like {
	/*background: url(../images/reso.png) no-repeat right;*/
	width: 100%;
	height: 25px;
	margin-top:5px;
	margin-bottom: 10px;
}

.vdo_viewer_like .facebook {
	float:right;
	padding-top:0px;
	margin-right:5px;
}
.vdo_viewer_like .twitter {
	float:right;
	padding-top:0px;
}

.programme{
	margin: 10px 20px 10px 0px;
	
	font-size: 30px;
	color: #808080; /*#A1A9C2;*/
	height: 25px;
	background: url(../images/line_orange.jpg) repeat-x;
	width: 640px;
}

.programme span {
	background: white;
}

.progresume {
	width: 620px;
	margin: 0 20px 0 0px;
	font-family: Trebuchet MS;
	text-transform: none;
	height: 70px;
}

#date{
	background: url(../images/date.png) no-repeat;
	width: 48px;
	height: 54px;
	float: left;
	text-align: center;
}

.mois{
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
}

.jour{
	color: #808080; /*#686E82;*/
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 3px 0 0 0;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
}

#contenuprogramme{
	float: right;
	width: 560px;
}

.progtitre{
	font-size: 22px;
}

.progteaser{
	text-align: justify;
	font-size: 12px;
	margin-top:2px;
	line-height: 18px;
	display: block;
}

.hp_liste-replays {
	/*width:648px;*/
}

.hp_liste-replays-title{

	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../images/line_grey.jpg) repeat-x;
	color: #808080; /*#A1A9C2;*/
	font-size: 24px;
	font-weight:100;
}

.hp_liste-replays-title span{
	background: white;
	margin-bottom: 1Opx;padding-right:10px;
}


/*------------------------------------------------*/
/*-----------------[FOOTER ]----------------------*/
/*------------------------------------------------*/


#main-footer { margin-top: 10px; border-top: 1px solid #e9e9e9; background-color:#000000; text-align: center; width: 100%; color:#fff;font-family:'Raleway';font-size:12px;text-transform:none;height:100px;padding-top:10px;}
.containerfoot {position:relative; padding:10px 0 35px 0; margin: 0 auto; width: 100%; }	
	#footer-top-shadow { position: absolute; width:100%; height:5px; left:0; top:-1px; }
		p#copyright { color:#2b2b2b; font-size:12px; float:right; padding-top:19px; border-top: 1px solid #e9e9e9; margin:22px 13px 13px 0; }
		p#copyright a { color:#ab8cb2; font-family: Georgia, serif; font-style: italic;  }
			



/*------------------------------------------------*/
/*---------[CONTENU LISTE VIDEO ]-----------------*/
/*------------------------------------------------*/

.v_liste_titre {
	 color: #000000; /* orange; */
	 font-size:1.5em; 
	 
}

.v_liste_titre a{
	text-decoration:none;
}

.v_liste_bloc{


}

.v_liste_overlay_infos {
	z-index:1000;
	
	position:absolute;
	width:670px;
	height:135px;
	background-color:#000000; /*#ea4e1d;*/

	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90);
	
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.9;
	color:white;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	
}

.v_liste_overlay_infos p {
	padding-top:50px;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);	
}

.v_liste_bloc_texte{
	
	float:left; 
	width: 99%; 
	margin: 0px 20px 0px 0px;
	/*font-family:Trebuchet MS;*/
	text-transform:none;
	text-align:justify; 
	font-size:12px;
	line-height:19px;
}

.v_liste_bloc_texte_span{
	
	width:180px;
	height:100px;
	display:block;
	border:solid 1px  #000000; /*#fbbf7c;*/
	float:left;
	margin:0px 10px 0px 0px;
	
	/* effet ombrage */
	-moz-box-shadow: 5px 5px 10px 1px #cfcfcf;
	-webkit-box-shadow: 5px 5px 10px 1px #cfcfcf;
	-o-box-shadow: 5px 5px 10px 1px #cfcfcf;
	box-shadow: 5px 5px 10px 1px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=10);

	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.v_liste_bloc_texte_span_chaine{
	
	height:100px;
	display:block;
	border:solid 1px  #000000; /*#fbbf7c;*/
	float:left;
	margin:0px 10px 0px 0px;
	
	/* effet ombrage */
	-moz-box-shadow: 5px 5px 10px 1px #cfcfcf;
	-webkit-box-shadow: 5px 5px 10px 1px #cfcfcf;
	-o-box-shadow: 5px 5px 10px 1px #cfcfcf;
	box-shadow: 5px 5px 10px 1px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=10);

	-webkit-border-radius: 3px;
	border-radius: 3px;	

}

.v_liste_bloc_texte_span img{

	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.admin_replay_v_liste_bloc_texte{
	
	float:left;
	width:80%;
}


.v_liste_bloc_info{

	font-size:0.8em;
}

.v_liste_tiret{
	
	background-color:rgba(180,180,180,0.88);
	height: 1px;
	width: 60%;
	margin-left: 50px;
}

.v_liste_bloc_buttons{
	
	float: left;
}


.v_liste_bloc_buttons a{
	
	width:90px
}


.v_liste_abonnement_btn{
	width:100%;
	text-align:center;
}

.v_liste_abonnement_btn span{
}

.v_liste_vdo_duree {
	position:absolute;
	background-color:#000000;
	margin-top:-25px;
	height:20px;
	width:40px;
	text-align:center;
	font-size:0.8em;
	color:#ffffff;
	filter : alpha(opacity=80);
    opacity : 0.8;	
}

.v_liste_vdo_duree_chaine{
	
	position:absolute;
	background-color:#000000;
	margin-top:-20px;
	height:20px;
	width:70px;
	text-align:center;
	font-size:0.8em;
	color:#ffffff;
	filter : alpha(opacity=80);
    opacity : 0.8;
}

a.v_liste_bloc_liste_cat_vdo  {
	font-size:0.8em;
	margin-bottom:2px;
}

.main_contentb:hover{
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	background-color: #bfbfbf;
	-webkit-box-shadow: 1px 1px 1px 1px #CCCCCC;
	box-shadow: 1px 1px 1px 1px #CCCCCC;	
}

.main_contentb{
	
	padding:5px;
	margin-bottom:10px;
}

.pagination{
	
	margin-bottom: 10px;
	
}

.paginationActuel{
	
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	
	
	display:block;
	float:left;
	
	width:20px;
	height: 20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	margin-left:2px;
	margin-right:2px;
	
	color:black;	
	background-color: #000000; /*#ea4e08;*/
}

.paginationLien{
	
	
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	
	display:block;
	float:left;
	
	width:20px;
	height: 20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	margin-left:2px;
	margin-right:2px;
	
	color:black;
	background-color: #414353;

}

.pagination a{	
	text-decoration: none;
}



/*------------------------------------------------*/
/*---------[CONTENU LISTE VIDEO CATEGORIE ]-------*/
/*------------------------------------------------*/

.categorie{
	margin-top: 10px;
}

.categorieBloc {
	float: left;
	width: 120px;
	height: 115px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	cursor: pointer;
	font-weight:normal;	
	
	color:#ffffff;
	
	/* effet ombrage */
	-moz-box-shadow: 5px 5px 10px 1px #cfcfcf;
	-webkit-box-shadow: 5px 5px 10px 1px #cfcfcf;
	-o-box-shadow: 5px 5px 10px 1px #cfcfcf;
	box-shadow: 5px 5px 10px 1px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=10);
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	
}

.categorieBloc img {
	z-index:1;
}

.categorieBloc:hover {
	border-color:#f17400;
	color:#f17400;
	font-weight:bold;
	
}

.categorieInfo{
	z-index:10;
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	color: inherit;
	font-weight:inherit;
	font-size: 10px;
	text-align: center;
	margin-top: -20px;
	height:20px;
	width:120px;
	text-transform: uppercase;
	
}

.categorieNbre{
	z-index:5;
	position: absolute;
	font-weight:inherit;	
	width:30px;
	height:30px;
	padding-left:20px;
	margin-left:91px;
	margin-top:-1px;
	font-size:0.8em;
	background-repeat: no-repeat;
	background: url(../images/triangle-gris.png) no-repeat;
	color: inherit;

}

/*------------------------------------------------*/
/*---------[CONTENU VIDEO Viewer ]----------------*/
/*------------------------------------------------*/

#v_viewer_partager{
	
	border: 1px solid #000000; /*orange;*/
	/*height: 100px;*/
	display:none;
	padding: 10px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.v_viewer_bloc_info {
	font-size:0.8em;
}

#v_viewer_partage_input_lien{
	
	width:650px;
	height:20px;
	float:left;
}

.v_viewer_partage_button{
	
	float:left;
	padding-left:10px;
	margin-left:30px;
}

.v_viewer_partage_button-btns{
	
	font-size: 0.9em;
	text-align: center;
	width: 70px;
}

.v_viewer_partage_button_share{
	
	float:right;
	padding-left:10px;
}

#v_viewer_partage_bloc_embed{

	clear:both;
	margin-top:20px;
	text-transform: none;
	display: none;
}

.v_viewer_partage_taille_perso{

	border: 1px solid #BBB;
	padding: 5px;
	margin-top: 5px;
	margin-left: 1px;
	margin-bottom:10px;
}

.v_viewer_partage_taille_perso label {
	margin-right:10px;
}

.v_viewer_partage_taille_perso label input{
	margin-top:5px;
}

.v_viewer_partage_tiret{
	
	background-color:rgba(180,180,180,0.88);
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.v_viewer_partager_ajouter_btns {
	font-size:0.8em;
}

.v_viewer_partage_bloc_embed_radio{
	
	text-align: center;
	margin-bottom: 10px;
}

#v_viewer_partage_bloc_embed_textarea{
	
	float: left;
	width: 650px;
	height: 60px;
}

/*------------------------------------------------*/
/*---------[CONTENU VIDEO Detail ]----------------*/
/*------------------------------------------------*/


#v_detail_conteneur {
	/*
	margin-left:20px;
	width:652px;	
	*/
}


.v_detail_new_comment_notlogged{
	border: 1px solid #000000; /*orange;*/
	height: 100px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	padding:5px;
}

.v_detail_new_comment {
	
}

.v_detail_new_comment div{
	float:left;
	text-align:center;
	margin-top:5px;
}

.v_detail_new_comment textarea{
	float:right;
	/*width:555px;*/
	width:75%;
	height:70px;
}

.v_detail_new_comment .ui-widget {
	float:right;
}

.v_detail_new_comment button{
	float:right;
}

#v_detail_comment {
	margin-top:30px;
}

#v_detail_comment h1 {
	
}

.v_detail_comment_bloc {
	margin-top:15px;
	
}

.v_detail_comment_bloc img {
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#v_detail_comment h1 .texte {
	float:left;
	margin: 0 20px 0 25px;
	font-family: Trebuchet MS;
	text-transform: none;
	height: 70px;
}

.v_detail_comment_bloc h2{
}

.v_detail_comment_bloc .date{
	background: url(../images/date.png) no-repeat;
	width: 48px;
	height: 54px;
	float: right;
	text-align: center;
}

.v_detail_comment_bloc .mois{
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
}

.v_detail_comment_bloc .jour{
	color: #808080; /*#686E82;*/
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 3px 0 0 0;
	display: block;
}

.v_detail_comment_bloc .contenu {
	float: left;
	width: 510px;
	text-align:justify;
	color:  #4d4d4d; /*#686E82;*/
}

.v_detail_comment_btn_supp{
	width:  70px;
}

.v_detail_comment_btn_supp span{
	font-size: 0.5em;
}

.v_detail_vdo_liste_categorie{
	margin-top: 5px;
	margin-bottom: 5px;
}


/*------------------------------------------------*/
/*---------[CONTENU Login Page]-------------------*/
/*------------------------------------------------*/

.login_conteneur{
		margin-top: 50px;
}

.login_conteneur h1{
	
	text-align: center;
	margin-bottom: 30px;
 
}

.login_social_btn{
	
	text-align: center; 
}

.login_button_facebook{
	
	background: url(../images/connexionFacebook.gif) no-repeat;
}

login_button_twitter{
	
	background: url(../images/connexionTwitter.gif) no-repeat;
}

.login_tirer{
	
	background-color:rgba(180,180,180,0.88);
	height: 1px;
	width: 50%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 247px;
}

.login_log{
	
	text-align: center;
	margin-bottom: 50px;
}

.login_input{
	
	width: 320px;
	height: 30px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #AD9C9C;
	font-size: 1.1em;
	padding-left: 10px;
	color: black;
	box-shadow: inset 0 1px rgba(34, 25, 25, 0.15),0 1px white;
	
}

.login_button{

	min-width: 200px;
	height: 37px;
	border-radius: 5px;
}

.login_connect_btn{
	width: 330px;
	margin-left:auto;
	margin-right:auto;
}

.login_remember_me {
	width:170px;
	display:inline-block;
	text-align:left;
}

.login_connect_btn a{	
	width:150px;
	text-align:center;
}

.login_connect_btn #login_connect_error{
	width:320px;	
	margin-left: 130px;
	margin-bottom:5px;
}

.login_forget_mdp{	
	margin-left:228px;
	font-size:0.8em;
	margin-top:5px;
}

.login_lost_pwd_btn a{
	
	margin-left:78px;
	width:250px;
	text-align:center;
}

.login_creation{
	
	margin-left:65px;
	margin-top: 30px;
}

/*------------------------------------------------*/
/*---------[CONTENU Création Compte]--------------*/
/*------------------------------------------------*/

.user_creation_conteneur{
	text-align:center;
	margin-bottom:50px;
}

.user_creation_conteneur h1{
	margin-bottom:30px;
}

.user_creation_photo{
	border:1px solid #bbbbbb;float: left;padding: 1px;position:relative;width: 211px;margin-left:200px;margin-top:7px;
}

.user_creation_bloc_input{
	float:left;margin-left:90px;
}

.user_creation_input{
	width: 320px;height: 30px;font-size: 1.1em;
}

.user_creation_input2{
	width: 220px;height: 30px;font-size: 1.1em;
}

.user_creation_tiret{
	background-color: rgba(180, 180, 180, 0.88);height: 1px;width: 80%;margin-top: 40px;margin-bottom: 40px; margin-left:20px;
}

.user_creation_cgu{
	width:330px;text-align:justify;margin-bottom:30px;
}




/*------------------------------------------------*/
/*---------[Live Interface ]----------------------*/
/*------------------------------------------------*/


.fo-live-interface-live-gauche{
	float: left;
}

.fo-live-interface-ligne-zero {
	border-left:1px solid #000000; /*#fda529;*/
	border-right:1px solid #000000; /*#fda529;*/
	border-bottom:1px solid #000000; /*#fda529;*/
	width:640px;
	padding:5px;
	
}

.fo-live-interface-ligne-zero-contenu {
	padding:3px;
	background-color:#000000;
	color:#ffffff;	
}

.fo-live-interface-live-droite{
	
	float: left;
	margin-left: 20px;
	width: 300px;
}

.fo-live-interface-live-bloc{
		
	padding: 10px;
}

.fo-live-under-video-viewer-conteneur{
	
	margin-top: 20px;
	width: 652px;
	margin-bottom: 20px;
}

.fo-live-interface-bloc-question-tabs-cadre{
	
	border: 1px solid #bbbbbb;
	padding: 5px;
	margin: 10px;
	font: 1.1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fo-live-interface-bloc-question-tabs-cadre span{
	
	font-style: italic;
	font-weight: 500;
}

.fo-live-interface-bloc-question_tabs-3-btn{
	
	margin-top:40px;
	margin-left:450px;
}

.fo-live-tabs-document-bloc{
	
	position: relative;
	display: block;
	margin-top: 30px;

}

.fo-live-tabs-document-bloc-cadre{
	border: 1px solid #bbbbbb;
	width: 60%;
	padding: 10px;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 100px;

}

.fo-live-tabs-document-bloc_titre{
	
	float: left;
	margin-left: 10px;
}

.fo-live-tabs-document-bloc_icone{
	
	float: left;
	margin-top: -5px;
	margin-left: 10px;

}


#fo-live-interface-bloc-question_tabs-1 .fo-live-interface-bloc-question-tabs-cadre:nth-child(2n+1), #fo-live-interface-bloc-question_tabs-2 .fo-live-interface-bloc-question-tabs-cadre:nth-child(2n+1){
	background-color: #e7e7e7;
}

.fo-live-interface-bloc-question-internaute{
	
	/**width: 102%;**/
	border:1px solid #DDD; 
	height:50px; 
	padding:10px; 
	margin-top:10px;
	margin-bottom: 10px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;

}

.fo-live-interface-bloc-question-internaute-input{
	
	float: left;
	margin-left: 20px;
}

.fo-live-interface-bloc-question-internaute-input-text{
	
	width: 470px; 
	height: 30px;
	font-size: 1.1em;
}

.fo-live-interface-bloc-question-internaute-btn{
	
	float:left;
	margin-left:40px; 
	margin-top:10px;
}

.fo-live-interface-live-droite-invite-photo{
	
	float:left;
}

.fo-live-interface-live-droite-invite-detail{
	margin-left: 5px;
	float: left;
	width: 200px;
}

.fo-live-interface-live-droite-invite-presentation{
	margin-left: 10px;
	float: left;
	width:90%;
}

.fo-live-interface-live-droite-invite-detail-nom_prenom {

}

.fo-live-interface-live-droite-invite-detail_presentation {
	font-size: 0.8em;
}

.fo-live-interface-live-droite-invite-detail_detail{
	font-size: 0.8em;
	margin-left: 6px;
}

.fo-live-interface-live-droite-bloc-social-link{
}

.fo-live-interface-live-droite-bloc-social-link-logo{
	text-align: center;
}

.fo-live-interface-live-droite-bloc-social-link-logo .facebook{
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

.fo-live-interface-live-droite-bloc-social-link-logo .twitter{
	float: left;
	margin-left: 5px;
}

.fo-live-interface-live-droite-bloc-social-link-bloc-connect{
	
	border:1px solid #DDD; 
	margin-left:30px; 
	border-radius:4px;
	margin-top:10px;
	height:20px;
	font-size:1.1em;
	padding:10px;
	text-align:center;
	
	margin-left: auto;
	margin-right: auto;
}

.fo-live-interface-live-droite-bloc-social-link-bloc-facebook{
	
	border:1px solid #DDD; 
	border-radius:4px;
	margin-top:10px;
	height:185px;
	font-size:1.1em;
	padding:10px;
	text-align:left;
	
	margin-left: auto;
	margin-right: auto;
}

.fo-live-interface-live-droite-bloc-social-link-bloc-twitter{
	
	margin-right: auto;
	margin-left: auto;
	
	text-align: center;
	margin-top: 20px;
}

.vdo_viewer_like .alerte span{
	font-size: 0.8em;
}

.fo_live_internaute_invite_presentation_bloc{
	text-align: justify;
}

.fo_live_internaute_sondage_tiret{
	background-color: rgba(180, 180, 180, 0.88);
	height: 1px;
	width: 80%;
	text-align: center;

	margin-bottom: 10px; 
	margin-left: 100px;
}

.fo_live_internaute_sondage_prog_border {
	width: 300px;
	height: 20px;
	background: #FFF;
	border: 1px solid #DDD;
	float: left;
	margin-right: 5px;
	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;

}

.fo_live_internaute_sondage_prog_bar {
	height: 20px;
	background-color: #000000; /*#ff6600;*/
	padding-left: 2px;
	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	/* utilisez une couleur ou une image de fond */
	color: white;
	
}

.radio_vertical .ui-state-hover{
	color:#000000; /*#fd9a27;*/
}

.radio_vertical .ui-state-active {
	color:#000000; /*#fd9a27;*/
}


.fo_live_internaute_sondage_bloc_btn{
	text-align:center;
	margin-top:30px;
}

.fo_live_internaute_sondage_reponse_bloc{
	margin-top:9px;
	margin-bottom:9px;
}

.fo_live_internaute_sondage_reponse_bloc_reponse_titre{
	/*margin-left:100px;*/
	float:left;
	width:300px;
}

.vdopollPrctContainer {
	font-weight:bold;
}

.fo_live_internaute_sondage_resultat_nbparticipant{
	text-align:right; 
	margin-right:35px;
	margin-top: 20px;
}

#fo_live_internaute_sondage_reponse_radio{
	
	width: 400px;
	/*margin-left: 150px;*/
}

#fo_live_internaute_sondage_reponse_radio li{
	
	margin-bottom: 10px;
	text-align: justify;
}


/*------------------------------------------------*/
/*---------[Live Interface Teaser ]---------------*/
/*------------------------------------------------*/

.fo-live-interface-teaser-bloc-question-internaute{
	
	border:1px solid #DDD; 
	padding:10px; 
	margin-top:10px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
}

.fo-live-interface-teaser-bloc-question-internaute-input{
	float: left;
}

.fo-live-interface-teaser-bloc-question-internaute-input-left{
	
	float: left;
	margin-left: 23px;
}

.fo-live-interface-teaser-bloc-question-internaute-deja-pose{
	
	border: 1px solid #DDD;
	height: 400px;
	overflow: auto;
	padding: 10px;
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;

}

.fo-live-interface-teaser-bloc-question-internaute-deja-pose .fo-live-interface-teaser-bloc-question-internaute-deja-pose_bloc:nth-child(2n+2){
	background: #e7e7e7;
	
	
}

.fo-live-interface-teaser-bloc-question-internaute-deja-pose .auteur{
	display:block;
	text-align:right;
	font-weight: 600;
}

.fo-live-interface-teaser-bloc-question-internaute-deja-pose_bloc{
	border: 1px solid #DDD;
	padding: 5px;
	
	border-radius: 4px;
	margin-bottom: 5px;
}

.fo-live-internaute-teaser-alerte-conteneur{
	margin-left: 100px;
	margin-top: 50px;
}

.fo-live-internaute-teaser-alerte-conteneur-btn{
	
	float:right;
	margin-top: 10px;
	margin-right: 5px;
}

.fo-live-interface-ligne-zero-horiscroller {
  width: 640px;
}
.fo-live-interface-ligne-zero-horiscroller .scroll-text {
}

/*
#fo-live-interface-live-moderateur-liste a {
	display:block;
	border-bottom:1px #e1e1e1 dotted;
	color:#464358;
}

#fo-live-interface-live-moderateur-liste a:hover {
	background-color:#e1e1e1;
	text-decoration:none;
}
*/
#fo-live-interface-live-moderateur-contact {
	float:right;
	display:block;
	margin-bottom:5px;
}
#fo-live-interface-live-moderateur-contact a{
	font-size:0.9em;	
}

.countdownHolder{
    ...
    font: 40px/1.5 'Open Sans Condensed',sans-serif;
    ...
}

.digit.static {
    // Permet d'ajouter une ombre portée sur n'importe quel élément HTML 
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
     
    // La valeur linear-gradient de la propriété background-image permet de générer
    // des arrière-plans de couleur dégradée, d'une couleur à l'autre ou via plusieurs
    // couleurs intermédiaires
    // La notation est la suivante : (orientation du dégradé (top/right/bottom/left), 
    //                                                              couleurs (position en %))
    background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
     
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #3A3A3A),
        color-stop(0.5, #444444)
    );
}
 
.digit{
    position:absolute;
    display:block;
    width:1em;
    background-color:#444;
    border-radius:0.2em;
    text-align:center;
    // couleur des chiffres
    color:#fff;
    letter-spacing:-1px;
}

/*------------------------------------------------*/
/*------ UTILISATEUR SUPPRESSION PROFIL ----------*/
/*------------------------------------------------*/

#user_del_link {
	margin-top:20px;
	text-align:right;
	font-size:0.8em;
}
#user_del_link a {
	font-size:inherit;
}

/*----------------------------------*/
/*------ VIDEOS CHAPITRES ----------*/
/*----------------------------------*/

.v_viewer_bloc_chapitres {
	display:block;
	width:100%;
	margin-bottom:10px;	
}

.v_viewer_bloc_chapitres .chapitre_btn {
	display:block;
	float:left;
	width:100px;
	padding:4px;
	border-radius:3px;
	background-color:#000000;
	margin-right:10px;
	color:#ffffff;
	text-align:center;
	font-family: 'Roboto', 'Arial', sans-serif; 
	font-size:10px;	
	cursor:pointer;
	line-height: 1em;
}

.v_viewer_bloc_chapitres .chapitre_btn:hover{
	opacity:0.5;
}

.v_viewer_bloc_chapitres .chapitre_btn .timecode {
	font-size:9px;
	position:absolute;
}

/*Special mods responsive*/
#video-liste-grid-conteneur .video-liste-grid-item {
	width:215px;
	min-height:370px;
}

.vdo_viewer_blocage_acctype {
	display:block;
	width:100%;
	height:100%;
	min-height:360px;
}

.tooltip * , .fancybox-skin *  {
	box-sizing: content-box;	
	-webkit-box-sizing: content-box;	
	-moz-box-sizing: content-box;	
}

/*FILDARIANE*/
.fil-ariane {
	font-size:1em;
	margin-top:5px;
	margin-bottom:5px;
}

/*AJOUTS SPE GRIMALDI FORUM*/

.header-top-menu {
	font-weight:bold;
}
.header-top-menu span {
	font-weight:normal;
}
.header-top-menu-bg-pro {
	background-image:url('../images/header-top-menu-bg-left-pro.png');
	background-repeat:no-repeat;
	background-position-x: -50px;
	color:#FFFFFF;
	background-size:cover;
	height:30px;
}

.header-top-menu-bg-public {
	background-image:url('../images/header-top-menu-bg-left-public.png');
	background-repeat:no-repeat;
	background-position-x: -20px;
	color:#FFFFFF;
	background-size:cover;
	height:30px;
}

.header-top-menu-bg-public a {
	color:#ffffff;
}

.header-language-separator {
	padding-left:14px;
	padding-right:14px;
}

.navbar.bg-light {
	background-color:transparent!important;
	font-weight:bold;
}

.navbar-light .navbar-nav .nav-item {
	display:inline-block;
	padding:0.6rem 0;
}

.navbar-light .navbar-nav .nav-link {
	color:#000000;
	font-size:16px;
	line-height:24px;
}

.navbar-nav {
	width:90%;
}

.grimaldi-red {
	color:#be1a1a!important;
}

h2 span {
	color:#be1a1a;
}

/*Module Home Générique */
.sidebar-titre {
	border-left:5px solid #be1a1a;
	text-transform:uppercase;
	font-family: 'Raleway', 'Arial', sans-serif;
	color: #000000;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: bold;
	font-size:24px;
}

.sidebar-cat-container {
	margin-bottom:30px;
	display:block;
}

.sidebar-cat-container .cat-name {
	position:absolute;
	text-transform:uppercase;
	margin-top:15px;
	margin-left:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	color:#ffffff;
	font-weight:bold;
	background:rgb(255,255,255,0.2);
}

.sidebar-cat-container .cat-infos-nb {
	position:absolute;
	text-transform:uppercase;
	margin-top:-30px;
	margin-left:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	color:#ffffff;
	font-weight:bold;
	background:rgb(255,255,255,0.2);
}

.sidebar-media-container {
	margin-bottom:30px;
	display:block;
}

.sidebar-media-container .media-name {
	position:absolute;
	text-transform:uppercase;
	margin-top:15px;
	margin-left:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	color:#ffffff;
	font-weight:normal;
	background:rgb(255,255,255,0.2);
}

.media-player-image {
	width: 100%;
	border: 1px solid black;
}
.media-player-wrapper{
	display:table;
	width:auto;
	position:relative;
	width:100%;
}
.media-player-playpause {
	background-image:url('../images/icone-play.png');
	background-repeat:no-repeat;
	width:30%;
	height:30%;
	position:absolute;
	left:0%;
	right:0%;
	top:0%;
	bottom:0%;
	margin:auto;
	background-size:contain;
	background-position: center;
}

/*Module Home Specifique*/
.container-media-title h3 {
	text-transform:uppercase;
	font-weight: bold;
}

.container-list-cat-vignette img {
	border-radius:10px;
	margin-bottom:30px;
}

#video-liste-info-chaines {
	display:none;
}

.badge.badge-info {
	background-color:#be1a1a!important;
	padding:4px;
	padding-right:15px;
	padding-left:15px;
	margin-top:5px;
	text-transform:uppercase;
	font-family: 'Raleway';
}

.video-liste-item.card-group .card {
	background-color:transparent;
	border:0px;
}
.video-liste-item.card-group .card h3 {
	text-transform: uppercase;
}

.footerLine {
	display:block;
	padding-bottom:50px;
	height:10px;
	border-top:10px solid #be1a1a;
	background-color:#eff0f0;
}