/* PAGE VIDEOS *//* PAGE VIDEOS *//* PAGE VIDEOS *//* PAGE VIDEOS */
/* PAGE VIDEOS *//* PAGE VIDEOS *//* PAGE VIDEOS *//* PAGE VIDEOS */
/* PAGE VIDEOS *//* PAGE VIDEOS *//* PAGE VIDEOS *//* PAGE VIDEOS */

.go_more_content {
	display: inline-block;
	background: #c18400;
	clear: both;
	padding: 6px 20px;
	border-radius: 30px;
	margin-top: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.go_more_content:hover {
	background: #8c006e;
	color: #fff;
}

#wrap_list_video .list-item-video {
	width: 32%;
	margin: 0 1% 5% 0;
}

#wrap_list_video .list-item-video .img_titre_video{
	position: relative;
}

#wrap_list_video .list-item-video .img_titre_video a.lien_fancy_video::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/play-button.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: auto;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 20;
}

.video_en_avant .inside_titre_video{
	position: relative;
}

.video_en_avant .inside_titre_video .lien_fancy_video::after {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background: url(../img/play-button-or.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: auto;
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.video_en_avant .inside_titre_video .lien_fancy_video:hover::after{
	width: 70px;
	height: 70px;
}

.video_en_avant .inside_titre_video .lien_fancy_video::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.video_en_avant .inside_titre_video .lien_fancy_video:hover::before{
	opacity: 0;
}

.video_en_avant .inside_titre_video .lien_fancy_video{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

#wrap_list_video .list-item-video .img_titre_video::after {
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	border-bottom: 60px solid #fff;
	border-left: 80px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 20;
}

.inside_titre_video{
	overflow: hidden;
}

#wrap_list_video .list-item-video .inside_titre_video img{
	object-fit:cover;
	object-position:center;
	max-height: 280px;
	height: 250px;
	opacity: 1;
	box-sizing: border-box;
	padding: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

#wrap_list_video .list-item-video .inside_titre_video a:hover img{
	opacity: 1;
	padding: 15px 30px;
}

#wrap_list_video ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

#wrap_list_video .list-item-video h2 {
	background: #8c006e;
	padding: 5px 15px;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	max-width: 100%;
	margin-bottom: 10px;
}

.wrap_texte_video {
	margin-top: 20px;
}

.wrap_texte_video p{
	font-size: 1em;
}

.wrap_top_videotheque {
	background: #8c006e;
	padding: 30px 10px;
	text-align: center;
	margin: 0 auto 50px auto;
}

.wrap_top_videotheque h1{
	color: #fff !important;
}

.wrap_top_videotheque .breadcrumb {
	color: #fff;
}

.wrap_top_content_video {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 60px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.contenu_top_videotheque{
	width: 49%;
	float: right;
}

.left_top_videotheque{
	width: 49%;
	float: left;
	padding: 10px 3%;
	border-left: 5px solid #c18400;
}

.left_top_videotheque p{
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
}

.left_top_videotheque p:not(:last-of-type){
	margin-bottom: 20px;
}

.retour{
	display: block;
	clear: both;
}

.video_en_avant{
	position: relative;
	z-index: 10;
}

.video_en_avant::after{
	content: '';
	display: block;
	position: absolute;
	z-index: 4;
	right: -10%;
	bottom: -10%;
	width: 100%;
	height: 100%;
	border: 2px solid #c18400;
	z-index: -1;
}

.content_more {
	max-width: 1500px;
	padding: 5% !important;
	width: 90%;
	margin: auto;
}

.content_more h2{
	margin-bottom: 20px;
}

.content_more p{
	font-size: 1em;
	line-height: 1.5em;
}

.content_more p:not(:last-of-type){
	margin-bottom: 20px;
}

.left_content_more{
	width: 49%;
	float: left;
	padding-right: 40px;
}

.right_content_more{
	width: 49%;
	float: left;
}

.left_content_more .lien_fancy_video{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #c18400;
}

.left_content_more .lien_fancy_video::after {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background: url(../img/play-button-or.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: auto;
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.left_content_more .lien_fancy_video::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.left_content_more .lien_fancy_video:hover::after{
	width: 70px;
	height: 70px;
}

.left_content_more .lien_fancy_video:hover::before{
	opacity: 0;
}

.ResponsiveYTPlayer iframe {
	width: 100%;
	height: 280px;
}

/* ISOTOPE */


/* ---- button ---- */

.button {
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 10px;
  border: none;
  border-radius: none;
  font-family: sans-serif;
  font-size: 1em;
  cursor: pointer;
  font-family: 'Open Sans',sans-serif;
  background: #460438;
  color: #fff;
}

.button:hover {
  background-color: #fff;
  color: #460438;
}

.button:active,
.button.is-checked {
  background-color: #c18400;
}

.button.is-checked {
  color: white;
  background: #c18400;
  color: #fff;
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group {
	display: table;
	margin: auto;
}

.list-item-video {
	list-style: none;
}


button[data-filter=".mise-en-avant"]{
	display: none !important;
}



/* RESPONSIVE VIDEOS */

	@media screen and (max-width: 1000px){
		.left_top_videotheque {
			width: 100%;
			float: none;
			padding: 0;
			border-left: none;
			margin-bottom: 20px;
		}
		.left_top_videotheque p {
			font-size: 1em;
			text-align: center;
		}
		.left_top_videotheque .wp-block-buttons{
			justify-content: center;
			margin-bottom: 30px;
		}
		.contenu_top_videotheque {
			width: 100%;
			float: none;
			max-width: 420px;
			margin: auto;
		}
		.video_en_avant .inside_titre_video .lien_fancy_video::after {
			width: 60px;
			height: 60px;
		}
		.button-group {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.video_en_avant::after {
			right: -6%;
			bottom: -8%;
		}
		#wrap_list_video .list-item-video{
			text-align: center;
			margin: 0 auto 30px auto;
		}
/* iframe */
		.left_content_more {
			width: 100%;
			float: none;
			padding-right: 0;
		}
		.right_content_more {
			width: 100%;
			float: none;
			margin-top: 20px;
		}
	}

	@media screen and (max-width: 500px){
		.ResponsiveYTPlayer iframe {
			height: 200px;
		}
		.content_more {
			font-size: .9rem;
		}
		.fancybox-slide--video .fancybox-content {
			width: 90% !important;
			height: auto !important;
		}
	}