/*
Theme Name: Menarini campus
Description: Theme enfant yootheme
Author: Cedric -  Image-c
Author URI: https://www.image-c.be
Template: yootheme 
Version: 0.1.0
*/

#overlay{
	position: absolute;
	left: 0;
	width: 100px;
	background-color: transparent;
    color: #004289;
    border: 1px solid #004289;
    padding: 0 30px;
    font-size: 12px;
    line-height: 38px;
}

.page-template-webinar-template .tm-main .uk-container,.page-template-documents-template .tm-main .uk-container, .single-documents .tm-main .uk-container{
	max-width: 1920px !important;
	padding:  0;
}
.tax-documents_category .tm-main .uk-section-primary h1{
	font-size: 40px;
	font-weight: 400;
}

#docs-grid, .docs-container{
	max-width: 1400px;
    margin: 60px auto !important;
}
.docs-cat{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.cat-name{
	color: #004289;
	font-size: 24px;
}
.return a, .cta{
	display: inline-block;
	padding: 10px 20px;
	background-color: #004289;
	border:  1px solid #004289;
	color:  #fff;
	text-align: center;
	transition: all ease 0.5s;
}
.return a:hover, .cta:hover{
	color:  #004289;
	background-color: transparent;
	border:  1px solid #004289;
	text-decoration: none;
	transition: all ease 0.5s;
}
.doc-cta{
	display: block;
	margin-top: 20px;
}

figcaption{
	text-align: center;
	padding: 20px;
}
.card-document figcaption h2{
	font-size: 18px;
}
.cat-description, .docs{
	max-width: 1200px;
	margin:  0 auto;
}
.docs-item{
	margin:  20px;
	padding:  20px;
	border-bottom: 1px solid #ccc;
}
.file_icon{
	color:  #004289;
	display: flex;
	align-items: center;
}
.file_icon:hover{
	text-decoration: none;
}
.file_icon h2, .card-document h2{
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 0 !important;
	color:  #004289;
}
.card-document a:hover{
	text-decoration: none;
}
.file_icon p{
	font-size: 16px;
	line-height: 21px;
	color:  #868686;
	margin:  10px 0 !important;
}
.file_icon::before{
	content: "";
	display: block;
	background-image: url('./pictos/pdf.svg');
	height: 80px;
	width: 60px;
	background-size: contain;
	background-position: left center;
	margin-right: 20px;
	background-repeat: no-repeat;
}
.file_icon-pdf::before{
	background-image: url('./pictos/pdf.svg');
}
.file_icon-image::before{
	background-image: url('./pictos/img.svg');
}
.file_icon-word::before{
	background-image: url('./pictos/word.svg');
}
.file_icon-excel::before{
	background-image: url('./pictos/excel.svg');
}
.file_icon-other::before{
	background-image: url('./pictos/other.svg');
}

.filters{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
}
.filters select{
	padding: 13px 20px;
	color:  #848484;
	border:  1px solid #848484;
	font-size: 16px;
	margin-right: 10px;
}

#cards-docs{
	min-height: 600px;
}
.webinar-player{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	opacity: 0;
	transition: all ease 0.5s;
}
.webinar-player.lightbox{
	display: block;
	opacity: 1;
	transition: all ease 0.5s;
}
.video-container{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
  	overflow: hidden;
  	width: 100%;
  	padding-top: 56.25%;
}

.video-container iframe{
	 position: absolute;
	  top: 15%;
	  left: 15%;
	  bottom: 0;
	  right: 0;
	  width: 70%;
	  height: 70%;
	  background-color: #000;
}

.close-lightbox{
	position: absolute;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	mask-image: url('./pictos/Close.svg');
	-webkit-mask-image: url('./pictos/Close.svg');
	mask-size : contain;
	-webkit-mask-size : contain;
	mask-position:  center;
	-webkit-mask-position:  center;
	mask-repeat:  no-repeat;
	-webkit-mask-repeat:  no-repeat;

}
.video-figure{
	position: relative;
}
.video-figure::before{
	display: block;
	content: '';
	background-image: url('./pictos/play.svg');
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-size: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 80%;
}