<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------------
	
	LIVE
	
-------------------------------------------------- */


.cp-live {
	position: relative;
	min-height: 200px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #d8d8d8;
}
.cp-live .cp-cover &gt; .slide {
	padding-bottom: 20% !important;
}

.cp-live__wrap {
	padding: 30px;
	margin: 0 auto;
	max-width: 1314px;
	/* margin-top: -20%; */
	margin-top: calc(-20% - 70px);

	position: relative;
	z-index: 1;
}

/* -------------------------
	GLOBAL LAYOUT
------------------------- */

.cp-live__watching {
	margin: -10px;
	overflow: hidden;
	transition: padding-right 400ms ease-in-out;
}
.cp-live__watching::after {
	content: '';
	display: block;
	clear: both;
}
.cp-live__watching .video,
.cp-live__watching .infos {
	width: 100%;
	float: left;
	padding: 10px;
}
.cp-live__watching .video {
	min-width: 874px;
	max-width: calc(160vh - 80px)
}
.cp-live.\-has-questions .cp-live__watching .video {
	min-width: 80%;
}

.cp-live__watching .questions {
	display: none;
}
.cp-live.\-has-questions .cp-live__watching {
	padding-right: 400px;
}
.cp-live.\-has-questions .cp-live__watching .questions {
	width: 400px;
	display: block;
	margin-right: -400px;
	float: right;
	padding: 10px;
}


/* --------------------------------------------------
	HEAD
-------------------------------------------------- */

.cp-live__head {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}
.cp-live__head .title {
	font-size: 22px;
    font-weight: 700;
    display: block;
	font-family: 'Oswald', sans-serif;
}
.cp-live__head .count {
	font-size: 60px;
	font-weight: 300;
	display: inline-block;
	margin-right: 20px;
	font-family: 'Oswald', sans-serif;
}
.cp-live__head a {
	color: inherit;
	display: inline-block;
	text-decoration: underline;
}

/* --------------------------------------------------
	QUESTIONS TOGGLE
-------------------------------------------------- */

.cp-live__watching .questions__toggle {
	padding: 14px 15px 17px;
	display: block;
	
	color: #fff;
	font-size: 15px;
	line-height: 1.1;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-transform: uppercase;

	background: #9E1B34;
	border: 1px solid #9E1B34;
}
.cp-live__watching .questions__toggle::before,
.cp-live__watching .questions__toggle::after {
	display: inline-block;
	font-size: 1.06666em;
	font-family: 'fa5';
}
.cp-live__watching .questions__toggle::before {
	content: '\f075';
	font-size: 1.33333em;
	margin-right: 5px;
}
.cp-live__watching .questions__toggle::after {
	content: '\f078';
	margin-left: 5px;
}
.cp-live__watching .questions__toggle__label::after {
	content: attr(data-closed-label);
}


.cp-live__watching .questions.\-opened .questions__toggle {
	color: #9E1B34;
	background: #fff;
}
.cp-live__watching .questions.\-opened .questions__toggle::before {
	content: '\f4b3';
}
.cp-live__watching .questions.\-opened .questions__toggle::after {
	content: '\f077';
}
.cp-live__watching .questions.\-opened .questions__toggle .questions__toggle__label::after {
	content: attr(data-opened-label);
}

/* --------------------------------------------------
	MEDIA QUERIES
-------------------------------------------------- */

@media (max-width: 1200px) {

	.cp-live .cp-cover &gt; .slide {
		padding-bottom: 30% !important;
	}
	.cp-live__wrap {
		margin-top: -30%;
	}

	.cp-live.\-has-questions .cp-live__watching {
		padding-right: 360px;
	}
	.cp-live.\-has-questions .cp-live__watching .questions {
		width: 360px;
		margin-right: -360px;
	}
}

.cp-live__watching .questions__toggle {
	display: none;
}
@media (max-width: 1000px) {

	/* .cp-live .cp-cover &gt; .slide {
		padding-bottom: 30% !important;
	}
	.cp-live__wrap {
		margin-top: -30%;
	} */


	.cp-live__head {
		font-size: 16px;
		margin-top: -20px;
	}
	.cp-live__head .title {
		font-size: 16px;
	}
	.cp-live__head .count {
		font-size: 30px;
		margin-right: 10px;
	}

	.cp-live__watching .video {
		min-width: 0;
	}
	.cp-live.\-has-questions .cp-live__watching {
		padding-right: 0;
	}
	.cp-live.\-has-questions .cp-live__watching .questions {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
		padding-top: 0;
		padding-bottom: 0;
		float: left;
		clear: left;
		width: 100%;

		min-width: 80%;
		max-width: calc(160vh - 80px);
	}
	.cp-live.\-has-questions .cp-live__watching .questions__iframe {
		height: 500px;
		padding-bottom: 0;
	}
	.cp-live .cp-live__watching .questions__iframe {
		display: none !important;
	}
	.cp-live .cp-live__watching .questions.\-opened .questions__iframe {
		display: block !important;
	}
	.cp-live__watching .questions__toggle {
		display: block;
	}
}

@media (max-width: 700px) {
	.cp-live__watching .video {
		max-width: none;
	}
	.cp-live.\-has-questions .cp-live__watching .questions {
		max-width: none;
	}
}

@media (max-width: 650px) {

	.cp-live .cp-cover &gt; .slide {
		padding-bottom: 40% !important;
	}
	.cp-live__wrap {
		margin-top: -40%;
	}

	.cp-live__watching .questions__toggle {
		font-size: 13px;
	}
}

@media (max-width: 500px) {

	.cp-live .cp-cover &gt; .slide {
		padding-bottom: 60% !important;
	}
	.cp-live__wrap {
		margin-top: -60%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* -------------------------
	MISC
------------------------- */

.cp-live hr {
	margin: 30px 0;
	background-color: #d8d8d8;
}





/* --------------------------------------------------
	
	EVENT INFOS (DANS WATCHING + LIST ITEM)
	
-------------------------------------------------- */


.cp-live .\-event-infos {
	color: #3A3637;
	font-size: 14px;
	line-height: 1.1;
	font-family: 'Source Sans Pro', sans-serif;
}

.cp-live .\-event-infos .type {
	display: block;
	color: #939495;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.cp-live .\-event-infos .title {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 4px;
}
.cp-live .\-event-infos .title a {
	color: inherit;
	font-family: 'Source Sans Pro', sans-serif;
}
.cp-live .\-event-infos .title a::before {
	content: '';
	z-index: 1;
	position: absolute;
	margin: 10px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cp-live .\-event-infos .title a {
	display: inline;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3A3637), to(#3A3637));
	background-image: linear-gradient(#3A3637, #3A3637);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: left 1em;
}
.cp-live .\-event-infos .title a:hover {
	background-size: 100% 1px;
	-webkit-transition: background-size 300ms;
	transition: background-size 300ms;
}


.cp-live .\-event-infos .geoloc {
	display: inline-block;
	margin-right: 20px;
}
.cp-live .\-event-infos .geoloc:before {
	content: "\f3c5";
	display: inline-block;
	font-size: 16px;
	font-family: 'fa5';
}


.cp-live .\-event-infos .heure {
	display: inline-block;
}
.cp-live .\-event-infos .heure::before {
	content: "\f017";
	display: inline-block;
	font-size: 16px;
	font-family: 'fa5';
	margin-right: 5px;
}

.cp-live .\-event-infos .descr {
	margin-top: 20px;
	font-size: 15px;
}
.cp-live .\-event-infos .descr a {
	text-decoration: underline;
	color: inherit;
}
.cp-live .\-event-infos .descr a::after {
	content: "\f35d";
	display: inline-block;
	font-size: 14px;
	font-family: 'fa5';
	margin-left: 5px;
}



/* --------------------------------------------------
	
	WATCHING (vidÃ©o en cours)
	
-------------------------------------------------- */

/* --------------------------------------------------
	VIDEO
-------------------------------------------------- */

.cp-live__watching .video__iframe {
	padding-bottom: 56.25%;
	position: relative;
	background: #333;
}
.cp-live__watching .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------------------------------------------
	QUESTIONS
-------------------------------------------------- */

.cp-live__watching .questions__iframe {
	padding-bottom: 160%;
	position: relative;
	background: #d8d8d8;
	border: 1px solid #d8d8d8;
}
.cp-live__watching .questions__iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 0 !important;
}

/* --------------------------------------------------
	INFOS
-------------------------------------------------- */

.cp-live__watching .infos.\-event-infos .type {
	font-size: 14px;
}
.cp-live__watching .infos.\-event-infos .title {
	font-size: 20px;
}





/* --------------------------------------------------
	
	CURRENTS
	
-------------------------------------------------- */

.cp-live.\-only-one-live .cp-live__currents {
	display: none;
}


/* --------------------------------------------------
	ITEM
-------------------------------------------------- */

.cp-live__currents__title {
	font-size: 16px;
	line-height: 1.1;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 20px;
}


/* --------------------------------------------------
	ITEMS (layout + specif)
-------------------------------------------------- */

.cp-live__currents .items {
	margin: -10px;
	display: flex;
	flex-flow: row wrap;
}

.cp-live__currents .item {
	width: 230px;

	padding: 10px;
	float: left;
	display: block;

	z-index: 1;
	position: relative;
}

.cp-live__currents .item.\-event-infos .heure,
.cp-live__currents .item.\-event-infos .descr {
	display: none;
}


/* --------------------------------------------------
	COMPOSITION THUMBNAIL
-------------------------------------------------- */

.cp-compthumb {
	display: block;
	position: relative;
	background: #333;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 10px;
}


/* -------------------------
	MESSAGE
------------------------- */

.cp-compthumb__message {
	color: #fff;
	padding: 30px 10px 10px;

	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;

	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 70%);
}
.cp-compthumb__message::before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: -2px 2px 0 0;
	vertical-align: middle;
	
	background-color: #f00;
	border-radius: 50%;
	border: 2px solid #fff;
}
.cp-compthumb__message::after {
	content: attr(data-default-label);
}

.cp-live__currents .item.\-watching .cp-compthumb__message {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	top: 0;
	padding: 0;
	background: rgba(0,0,0,0.6);
}
.cp-live__currents .item.\-watching .cp-compthumb__message::before {
	display: none;
}
.cp-live__currents .item.\-watching .cp-compthumb__message::after {
	content: attr(data-watching-label);
}


/* -------------------------
	SCROLLER
------------------------- */

.cp-compthumb__scroller {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;

	display: flex;
	flex-flow: row nowrap;

	animation: compthumb__scroller 2s infinite;
}
.\-no-compthumb-anim .cp-compthumb__scroller {
	animation: none !important;
}
.cp-compthumb__part {
	display: block;
	height: 100%;
	width: 33.33333%;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center center;
	flex-shrink: 0;
}
.cp-compthumb__scroller.\-has-1 .cp-compthumb__part {
	width: 100%;
	background-position: center 30%;
}
.cp-compthumb__scroller.\-has-2 .cp-compthumb__part {
	width: 50%;
}


/* -------------------------
	ANIMATIONS
------------------------- */

.cp-compthumb__scroller.\-anim.\-has-1,
.cp-compthumb__scroller.\-anim.\-has-2,
.cp-compthumb__scroller.\-anim.\-has-3 { animation: compthumb-for-3 30s linear infinite; }
@keyframes compthumb-for-3 { 100% { transform: translateX(-100%); } }
.cp-compthumb__scroller.\-anim.\-has-4 { animation: compthumb-for-4 40s linear infinite; }
@keyframes compthumb-for-4 { 100% { transform: translateX(-133.33333%); } }
.cp-compthumb__scroller.\-anim.\-has-5 { animation: compthumb-for-5 50s linear infinite; }
@keyframes compthumb-for-5 { 100% { transform: translateX(-166.66666%); } }

.cp-compthumb__scroller.\-anim.\-has-6 { animation: compthumb-for-6 60s linear infinite; }
@keyframes compthumb-for-6 { 100% { transform: translateX(-200%); } }
.cp-compthumb__scroller.\-anim.\-has-7 { animation: compthumb-for-7 70s linear infinite; }
@keyframes compthumb-for-7 { 100% { transform: translateX(-233.33333%); } }
.cp-compthumb__scroller.\-anim.\-has-8 { animation: compthumb-for-8 80s linear infinite; }
@keyframes compthumb-for-8 { 100% { transform: translateX(-266.66666%); } }

.cp-compthumb__scroller.\-anim.\-has-9 { animation: compthumb-for-9 90s linear infinite; }
@keyframes compthumb-for-9 { 100% { transform: translateX(-300%); } }
.cp-compthumb__scroller.\-anim.\-has-10 { animation: compthumb-for-10 100s linear infinite; }
@keyframes compthumb-for-10 { 100% { transform: translateX(-333.33333%); } }
.cp-compthumb__scroller.\-anim.\-has-11 { animation: compthumb-for-11 110s linear infinite; }
@keyframes compthumb-for-11 { 100% { transform: translateX(-366.66666%); } }

.cp-compthumb__scroller.\-anim.\-has-12 { animation: compthumb-for-12 120s linear infinite; }
@keyframes compthumb-for-12 { 100% { transform: translateX(-400%); } }
.cp-compthumb__scroller.\-anim.\-has-13 { animation: compthumb-for-13 130s linear infinite; }
@keyframes compthumb-for-13 { 100% { transform: translateX(-433.33333%); } }
.cp-compthumb__scroller.\-anim.\-has-14 { animation: compthumb-for-14 140s linear infinite; }
@keyframes compthumb-for-14 { 100% { transform: translateX(-466.66666%); } }

.cp-compthumb__scroller.\-anim.\-has-15 { animation: compthumb-for-15 150s linear infinite; }
@keyframes compthumb-for-15 { 100% { transform: translateX(-500%); } }
.cp-compthumb__scroller.\-anim.\-has-16 { animation: compthumb-for-16 160s linear infinite; }
@keyframes compthumb-for-16 { 100% { transform: translateX(-533.33333%); } }
.cp-compthumb__scroller.\-anim.\-has-17 { animation: compthumb-for-17 170s linear infinite; }
@keyframes compthumb-for-17 { 100% { transform: translateX(-566.66666%); } }

.cp-compthumb__scroller.\-anim.\-has-18 { animation: compthumb-for-18 180s linear infinite; }
@keyframes compthumb-for-18 { 100% { transform: translateX(-600%); } }
.cp-compthumb__scroller.\-anim.\-has-19 { animation: compthumb-for-19 190s linear infinite; }
@keyframes compthumb-for-19 { 100% { transform: translateX(-633.33333%); } }
.cp-compthumb__scroller.\-anim.\-has-20 { animation: compthumb-for-20 200s linear infinite; }
@keyframes compthumb-for-20 { 100% { transform: translateX(-666.66666%); } }








/* --------------------------------------------------
	
	COMPTEURS 
	
-------------------------------------------------- */

.cp-live-countdown {
	padding: 20px;
	border: 1px solid #C2C2C2;
	background: #F6F6F6;
	display: flex;
	flex-flow: row nowrap;
	position: relative;
}

.cp-live-countdown .thumb {
	width: 40%;
	max-width: 300px;
	flex-grow: 0;
	flex-shrink: 0;
}
.cp-live-countdown .thumb .cp-compthumb {
	margin-bottom: 0;
}

.cp-live-countdown .text {
	flex-grow: 1;
	flex-shrink: 1;
	align-self: center;
	margin-left: 10%;
	padding: 1em 0;
	color: #3A3637;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}
.cp-live-countdown .text .line + .line {
	margin-top: 5px;
}
.cp-live-countdown .text .line.\-big {
	font-size: 2em;
}
.cp-live-countdown .text .line.\-link {
	font-size: 1.5em;
}

.cp-live-countdown .text .line.\-link a {
	color: inherit;
}
.cp-live-countdown .text .line.\-link a::before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cp-live-countdown .text .line.\-link a:hover {
	text-decoration: underline;
}
.cp-live-countdown .text .line.\-link a::after {
	content: '\f30b';
	display: inline-block;
	font-family: 'fa5';
	font-size: 0.8em;
	margin-left: 0.6em;
}

@media (max-width: 700px) {
	.cp-live-countdown {
		padding: 10px;
	}
	.cp-live-countdown .text {
		font-size: 16px;
		margin-left: 5%;
	}
}

@media (max-width: 600px) {
	.cp-live-countdown {
		flex-flow: column-reverse;
		max-width: 300px;
		margin: 0 auto;
	}
	.cp-live-countdown .thumb {
		width: 100%;
	}
	.cp-live-countdown .text {
		align-self: stretch;
		font-size: 14px;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: center;
	}
}</pre></body></html>