/*
  pour les images en background
  tu peux les héberger directement dans le dossier de la CSS : squelettes/css/webtv/
  puisqu'elles ne serviront qu'à ça
 */
* {
	color: #ffffff;
	font-family: "Quicksand", sans-serif;
}
body {
	background-color: #0f0e0e;
	margin: 0;
}
h2 {
	font-size: 80px;
	text-transform: uppercase;
	max-width: 550px;
	position: relative;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container-fluid {
	max-width: 1280px;
	margin: 0 auto 0;
}
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.webtv-container section {
	margin-top: 150px !important;
	margin-bottom: 150px !important;
}
.page_webtv .ajouter_alerte,
.page_webtv .retirer_alerte {
	width: 240px;
	min-width: 240px;
	margin: 0 auto;
}
.page_webtv .webtv-header .ajouter_alerte,
.page_webtv .webtv-header .retirer_alerte {
	margin: 14px auto;
}
.page_webtv .ajouter_alerte span,
.page_webtv .retirer_alerte span {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	width: 200px;
	display: block;
	background-color: #f0e059;
	padding: 20px;
	transition: all 0.2s ease-in-out;
}
.page_webtv .webtv-header .ajouter_alerte span,
.page_webtv .webtv-header .retirer_alerte span {
	padding: 10px 20px;
}
.page_webtv .webtv-container .formulaire_alerte {
	float: none;
}
.page_webtv .ajouter_alerte span:hover,
.page_webtv .retirer_alerte span:hover {
	color: #d20020;
	text-decoration: none;
	text-indent: -10px;
}
.page_webtv .ajouter_alerte span:after,
.page_webtv .retirer_alerte span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	width: 6px;
	height: 6px;
	display: inline-block;
	transform: translateY(-50%) rotate(135deg);
	transition: all 0.2s ease-in-out;
	margin-left: 5px;
	opacity: 0;
}
.page_webtv .ajouter_alerte span:hover:after,
.page_webtv .retirer_alerte span:hover:after {
	opacity: 1;
	margin-left: 0;
	border-color: #d20020;
}
.page_webtv:before {
	content: "";
	position: absolute;
	background: url("ImgLandingPage_v3.png") no-repeat top center;
	background-size: cover;
	top: -70px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.webtv {
	margin-top: 200px;
}
.webtv-header {
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 100;
}
.webtv-header .webtv-page-logo img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}
.webtv-intro-container .spip_logo {
	max-width: 90%;
	height: auto;
}
.webtv-intro-container .webtv-intro-logo {
	text-align: center;
	position: relative;
}
.webtv-intro-container .webtv-intro-logo:before {
	content: "";
	position: absolute;
	background: url("empreinte.png") no-repeat center center;
	width: 400px;
	height: 400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -40%);
	z-index: -1;
}
.webtv-intro-container .webtv-title {
	text-indent: -9999px;
	position: absolute;
}
.webtv-intro-container .webtv-intro-description {
	position: relative;
	text-align: center;
	letter-spacing: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 25px;
}
.webtv-intro-description p {
	margin: 0 0 40px 0;
}
.webtv-intro-container .webtv-page-description {
	margin-top: 140px;
}
.webtv-video-container {
	position: relative;
	text-align: center;
}
.webtv-video-surimpress .webtv-video-trace {
	display: block;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 177px;
	box-shadow: 0px 3px 6px #d20020;
	border: 3px solid #d20020;
	opacity: 1;
	z-index: 3;
}
.webtv-video-surimpress .webtv-video-trace:before {
	content: "";
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 4px;
	box-shadow: 0px 3px 6px #d20020;
	border: 3px solid #d20020;
	opacity: 1;
}
.webtv-video-surimpress .webtv-video-trace:after {
	content: "";
	display: block;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 9px;
	box-shadow: 0px 3px 6px #d20020;
	border: 3px solid #d20020;
	opacity: 1;
}
.webtv-video-surimpress .webtv-video-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #f0e059;
	font-size: 43px;
	line-height: 48px;
	font-weight: 700;
	margin: 0 auto;
	z-index: 3;
}
.webtv-video-surimpress .webtv-video-bg {
	background: url("photo-equipe.jpg") no-repeat center center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 844px;
	max-width: 100%;
	height: 476px;
	z-index: 2;
}
.webtv-video-surimpress .webtv-video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 844px;
	max-width: 100%;
	height: 476px;
	cursor: pointer;
	z-index: 3;
}
.webtv-video-surimpress .webtv-video-button .webtv-video-button-text {
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	font-size: 23px;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
}
.webtv-video-surimpress .webtv-video-button .webtv-video-button-text:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -37px;
	transform: translateY(-50%);
	background: url("icon_material-play-circle-outline.svg") no-repeat center center;
	width: 60px;
	height: 60px;
	transition: all 0.6s ease-in-out;
	z-index: -1;
}
.webtv-video-surimpress .webtv-video-button .webtv-video-button-text span {
	transition: all 0.6s ease-in-out;
	opacity: 1;
}
.webtv-video-surimpress .webtv-video-button:hover .webtv-video-button-text span {
	opacity: 0;
}
.webtv-video-surimpress .webtv-video-button:hover .webtv-video-button-text:after {
	right: 50%;
	transform: translate(50%, -50%);
	opacity: 1;
}
#webtvteaser_video,
#webtvteaser_video iframe {
	max-width: 100%;
}
.webtv-actualites-section {
	position: relative;
	margin: 20px 0;
}
.webtv-actualites-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -60%);
	width: 240px;
	height: 267px;
	box-shadow: 0px 0px 15px #d20020;
	border: 8px solid #d20020;
}
.webtv-actualites-container .webtv-actualites {
	display: flex;
	align-items: center;
	justify-content: center;
}
.webtv-liste-actualite {
	margin: 0 auto;
	padding: 35px 0;
}
.webtv-actualites-block-title {
	width: 30%;
}
.webtv-liste-actualite-block {
	width: 70%;
}
.webtv-actualites-container .webtv-actualites-title {
	display: block;
	width: 307px;
	margin: 0 0 0 200px;
	font-weight: 300;
	font-size: 81px;
	line-height: 86px;
	color: #f0e059;
}
.webtv-actualites-container .webtv-actualites-title strong {
	color: #f0e059;
}
.webtv-programme-container {
	position: relative;
}
/* .webtv-programme-container:before {
	content:"";
	position:absolute;
	width:520px;
	height:720px;
	display:block;
	bottom:-360px;
	right:0;
	background:url('bg-webtv.png') no-repeat;
} */
.webtv-programme-container .webtv-programme-title {
	font-size: 140px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: -136px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	z-index: 1;
	max-width: unset;
	color: #ffffff;
}
.webtv-programme-container .webtv-programme .webtv-programme-inner {
	background-color: #ffffff;
}
.webtv-programme-container .webtv-programme-dates,
.webtv-programme-container .webtv-programme {
	position: relative;
	z-index: 20;
}
.webtv-programme-content {
	margin: 2rem 0;
}
.webtv-programme-dates-col {
	padding: 0;
}
.webtv-programme-dates-col:first-child {
	padding-left: 0.5rem;
}
.webtv-programme-dates-col:last-child {
	padding-right: 0.5rem;
}
.webtv-programme-date-btn {
	position: relative;
	background-color: #ffffff;
	display: flex;
	width: 100%;
	height: 100px;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #000000;
	transition: all 0.2s linear;
}
.webtv-programme-date-btn.active {
	background-color: #600412;
}
.webtv-programme-date-btn.active a {
	color: #ffffff;
}
.webtv-programme-date-btn:before {
	content: "";
	position: absolute;
	display: block;
	height: 10px;
	width: 100%;
	background-color: #000000;
	bottom: 0;
	transition: all 0.2s linear;
}
.webtv-programme-date-btn.active:before {
	background-color: #f0e059;
}
.webtv-programme-date-btn a {
	color: #000000;
	font-size: 37px;
	text-transform: uppercase;
	line-height: 40px;
	display: inline-block;
	width: 100%;
}
.webtv-programme-date-btn.active a {
	font-weight: 700;
}
.webtv-programme-auteur * {
	color: #000000;
}
.webtv-programme-auteur {
	padding: 1rem 5rem 2rem;
}
.webtv-programme-auteur .webtv-programme-auteur-eventtype {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}
.webtv-programme-auteur .webtv-programme-auteur-name {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	margin-top: 0.5rem;
}
.webtv-programme-auteur .webtv-programme-auteur-name:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}
.webtv-programme-auteur.type-evenement15049 .webtv-programme-auteur-name:before {
	width: 30px;
	height: 37px;
	left: -47px;
	background: url("picto-auteur.png") center center no-repeat;
}
.webtv-programme-auteur.type-evenement15050 .webtv-programme-auteur-name:before {
	width: 39px;
	height: 38px;
	left: -50px;
	background: url("picto-tableronde.png") center center no-repeat;
}
.webtv-programme-auteur-date {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	color: #800020;
}
.dl-programme {
	text-align: center;
	margin: 20px 0 40px;
}
.dl-programme a {
	position: relative;
	display: inline-block;
	background-color: #6c0d17;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	padding: 12px 35px;
}
.event-descriptif,
.event-descriptif span,
.event-descriptif p {
	display: inline;
}
.webtv-programme-auteur-link {
	margin: 0.5rem 0;
}
.webtv-programme-auteur-link a {
	font-size: 18px;
	text-transform: uppercase;
}
.webtv-programme-auteur-link a:after {
	content: "";
	border-style: solid;
	transform: rotate(45deg);
	border-width: 2px 2px 0 0;
	width: 12px;
	height: 12px;
	margin-left: 0.5rem;
	display: inline-block;
	color: #000000;
	line-height: 14px;
	line-height: 1.4rem;
}
.webtv-programme-content {
	display: none;
}
.webtv-programme-content.visible {
	display: flex;
}
.webtv-infos {
	position: relative;
	max-width: 830px;
	margin: 10rem auto;
}
.webtv-infos:before {
	content: "";
	display: block;
	position: absolute;
	width: 636px;
	height: 354px;
	background: url("bg-infos-pratiques.png") no-repeat;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.webtv-infos-title {
	position: relative;
	text-align: center;
	color: #f0e059;
	font-size: 43px;
	line-height: 48px;
	font-weight: 700;
	margin: 70px auto;
	max-width: 400px;
}
.webtv-infos-title:before {
	content: "";
	position: absolute;
	background: url("empreinte.png") no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.webtv-infos .webtv-infos-list {
	list-style: none;
	position: relative;
	padding-left: 4rem;
}
.webtv-infos .webtv-infos-list:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	left: 15px;
	top: 0;
	background-color: #ff0000;
	box-shadow: 0 0 40px 4px #ff0000;
}
.webtv-infos .webtv-infos-list li {
	font-size: 22px;
	line-height: 48px;
	margin: 1rem 0;
	padding-left: 70px;
	vertical-align: middle;
	position: relative;
}
.webtv-infos .webtv-infos-list .picto-infos:before {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 43px;
	left: 0;
}
.webtv-infos .webtv-infos-list .picto-calendar:before {
	background: url("picto-calendar.png") no-repeat;
}
.webtv-infos .webtv-infos-list .picto-fb:before {
	background: url("picto-fb.png") no-repeat;
}
.webtv-infos .webtv-infos-list .picto-place:before {
	background: url("picto-place.png") no-repeat;
}
.slick-slide {
	padding: 20px;
}
.webtv-actualite-date {
	color: #cccccc;
	text-transform: uppercase;
}
.webtv-actualite-titre {
	font-size: 18px;
	font-weight: bold;
}
.slick-arrow {
	text-indent: -9999px;
	background: none;
	border: none;
	outline: 0;
}
.slick-arrow:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #272727;
	border: 0;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.slick-arrow:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: url("arrow.svg") no-repeat center center transparent;
	border: 0;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.slick-prev:after {
	transform: translateX(-100%);
}
.slick-next:after {
	transform: translateX(100%) rotate(180deg);
}
.slick-prev:before {
	transform: translateX(-100%);
}
.slick-next:before {
	transform: translateX(100%);
}
.slick-arrow:hover:before {
	background-color: #f0e059;
}
.slick-arrow:hover:after {
	filter: invert(12%) sepia(92%) saturate(6976%) hue-rotate(347deg) brightness(81%) contrast(105%);
}
.webtv-partenaires-container {
	margin-bottom: 8rem;
}
.webtv-partenaires {
	text-align: center;
}
.webtv-partenaires-title {
	position: relative;
	text-align: center;
	color: #f0e059;
	font-size: 43px;
	line-height: 48px;
	font-weight: 700;
	margin: 70px auto;
	max-width: 400px;
}
.webtv-partenaires-title:before {
	content: "";
	position: absolute;
	background: url("empreinte.png") no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.webtv-partenaires img {
	max-height: 140px;
	max-width:220px;
	width: auto;
	height:auto;
}
#webtv-mailjet-section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.webtv-mailjet-container {
	background-color: #600412;
}
.webtv-mailjet-container .webtv-mailjet {
	max-width: 830px;
	margin: 0 auto;
}
.webtv-mailjet-container .webtv-mailjet iframe {
	overflow: hidden;
	height: 330px;
}
.webtv-footer-container {
	background-color: #353535;
	overflow: hidden;
}
.webtv-socials-list {
	margin: 0;
	list-style: none;
	float: left;
	padding: 1rem 3rem;
}
.webtv-socials-list li {
	display: inline-block;
}
.webtv-copyright {
	float: right;
	line-height: 43px;
	padding: 1rem 3rem;
}

@media screen and (max-width: 1680px) {
	.webtv-actualites-block-title {
		width: 40%;
	}
	.webtv-liste-actualite-block {
		width: 60%;
	}
}

@media screen and (max-width: 1024px) {
	.webtv-actualites-container:before {
		top: 0;
		left: 50%;
		transform: translate(-150%, -20%);
	}
	.webtv-actualites-container .webtv-actualites-title {
		display: block;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.webtv-actualites-container .webtv-actualites-title strong {
		width: 100%;
	}
	.webtv-actualites-container .webtv-actualites {
		display: block;
	}
	.webtv-actualites-block-title {
		width: 100%;
	}
	.webtv-liste-actualite-block {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.webtv {
		margin-top: 140px;
	}
	.webtv-intro-container .webtv-intro-description {
		font-size: 20px;
	}
	.webtv-intro-container {
		margin-bottom: 80px;
	}
	.webtv-programme-container .webtv-programme-title {
		font-size: 72px;
		top: -70px;
	}
	.webtv-programme-date-btn a {
		font-size: 28px;
		line-height: 29px;
		text-decoration: none !important;
	}
	.webtv-video-surimpress .webtv-video-title {
		font-size: 30px;
		line-height: 36px;
	}
	.webtv-video-surimpress .webtv-video-bg {
		height: 404px;
	}
	.webtv-video-surimpress .webtv-video-button {
		height: 404px;
	}
	.webtv-video-surimpress .webtv-video-button .webtv-video-button-text {
		bottom: 50px;
	}
	#webtvteaser_video iframe {
		height: 400px;
	}
	.webtv-actualites-container .webtv-actualites-title {
		font-size: 46px;
		line-height: 52px;
	}
	.webtv-infos {
		margin: 5rem auto;
	}
	.webtv-partenaires-container {
		margin-bottom: 4rem;
	}
	.webtv-partenaires-container div {
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 767px) {
	.webtv {
		margin-top: 240px;
	}
	.webtv-header {
		height: 120px;
	}
	.webtv-page-logo .logo {
		text-align: center;
	}
	.webtv-header .webtv-page-logo img {
		margin-bottom:0;
	}
	.webtv-page-social {
		text-align:center;
	}
	.formulaire_alerte {
		float: none;
	}
}
@media screen and (max-width: 540px) {
	h2 {
		font-size: 48px;
	}
	.webtv-programme-container .webtv-programme-title {
		font-size: 48px;
		top: -43px;
	}
	.webtv-programme-date-btn a {
		font-size: 18px;
	}
	.webtv-programme-auteur {
		padding: 1rem 1.5rem 2rem 3rem;
	}
	.webtv-programme-auteur .webtv-programme-auteur-name {
		font-size: 28px;
	}
	.webtv-video-surimpress .webtv-video-trace {
		top: -70px;
		height: 90px;
	}
	.webtv-video-surimpress .webtv-video-bg {
		height: 320px;
	}
	.webtv-video-surimpress .webtv-video-button {
		height: 320px;
	}
	.webtv-video-surimpress .webtv-video-button .webtv-video-button-text {
		bottom: 30px;
	}
	#webtvteaser_video iframe {
		height: 265px;
	}
	.webtv-container .webtv-actualites-section {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.webtv-container .webtv-infos-container {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.webtv-infos-title {
		margin-top:20px;
	}
	.webtv-mailjet-container .webtv-mailjet iframe {
		height: 380px;
	}
}
@media screen and (max-width: 480px) {
	#webtvteaser_video iframe {
		height: 235px;
	}
}
