body[data-jsactive] #cookie-policy.epjs_cookiepolicy{
				position: 						fixed;
				display: 						block;
				z-index: 						5000;
				overflow: 						hidden;
				bottom: 						0;
				left: 							0;
				width: 							100%;
				height: 						auto;
				margin: 						0;
				padding: 						5px 0 0 0;
				font-family: 					Helvetica, Arial, sans-serif;
				font-size: 						1em;
				text-align: 					center;
				letter-spacing: 				normal;
				white-space: 					normal;
				color: 							inherit;
			}

			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div{
				position: 						relative;
				display: 						block;
				bottom: 						0;
				left: 							0;
				width: 							100%;
				margin: 						0;
				padding: 						20px 0 10px 0;
				transform:						translate(0, 110%);
				-webkit-transform:				translate(0, 110%);
				transition:						transform 1s ease-out 0s;
				background-color: 				rgba(51, 51, 51, 0.95);
				color: 							#fff;
			}
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy.epjs_displayed > div{
				transform:						translate(0, 0);
				-webkit-transform:				translate(0, 0);
				transition:						transform 1s ease-out 0s;
				-webkit-transition:				-webkit-transform 1s ease-out 0s;
			}

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
		/* STYLE GENERIQUES : Textes */

			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_title{
				position: 						static;
				display: 						block;
				margin: 						0;
				padding: 						0 10px 14px 10px;
				font-family: 					Georgia, Garamond, serif, Palatino;
				font-size: 						1.6em;
				font-weight: 					lighter;
				color: 							inherit;
			}
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_text{
				position: 						static;
				display: 						block;
				margin: 						0;
				padding: 						0 10px 14px 10px;
				font-size: 						1.2em;
				font-weight: 					lighter;
				color: 							inherit;
			}

		/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
		/* STYLE GENERIQUES : Liens */

			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons{
				position: 						static;
				display: 						block;
				margin: 						0;
				padding: 						0;
				text-align: 					center;
				letter-spacing: 				-0.3em;
				color: 							inherit;
			}
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a:link,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a:visited,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button{
				position: 						static;
				display: 						inline-block;
				width: 							auto;
				margin: 						0 10px 10px 10px;
				padding: 						0 10px;
				background: 					#fff;
				border:							1px solid #fff;
				outline: 						none;
				cursor: 						pointer;
				font-family: 					Helvetica, Arial, sans-serif;
				font-size: 						1.2em;
				text-align: 					center;
				letter-spacing: 				-0.3em;
				white-space: 					nowrap;
				vertical-align: 				middle;
				color: 							#505154;
			}
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a:before,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button:before,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a 		span,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button span{
				position: 						static;
				display: 						inline-block;
				width: 							auto;
				margin: 						0;
				padding: 						0;
				cursor: 						pointer;
				font-size: 						1em;
				text-align: 					center;
				letter-spacing: 				normal;
				vertical-align: 				middle;
				color: 							inherit;
			}
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a:before,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button:before{
				overflow: 						hidden;
				width: 							0;
				height: 						25px;
				text-indent: 					10px;
				content: 						" ";
			}
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a:hover,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a:focus,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons a:active,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button:hover,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button:focus,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button:active{
				background: 					#1093CF;
				border-color:					#1093CF;
				color: 							#fff;
			}
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button.epjs_agree{
				background: 					#326AAB;
				border-color:					#326AAB;
				color: 							#fff;
			}
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button.epjs_agree:hover,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button.epjs_agree:focus,
			body[data-jsactive] #cookie-policy.epjs_cookiepolicy > div .epjs_buttons button.epjs_agree:active{
				background: 					#fff;
				border-color:					#b1b3b5;
				color: 							#1093CF;
			}





