
.dcuments-list{
	padding: 0 30px !important;
}
.one-doc{
	width: 100%;
	position: relative;
	/*margin: 0px 15px;*/
}
.doc-btns {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*justify-items: center;
	display: flex;*/
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	z-index: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.doc-btns div {
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}
.doc-btns a{
	display: inline-block;
    /* width: 50%; */
    min-width: 60%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    /*max-width: 60%;*/
    /*width: 46px;
    height: 46px;*/
    background-color: #484848e3;
    /*border-radius: 50px;*/
    padding: 8px 10px 5px 10px;
	/*background-repeat: no-repeat;
	background-size: cover;*/
	font-weight: 700;
	text-transform: uppercase;
}
.doc-fr{
	/*background-image: url('flag-fr.png');*/
}
.doc-en{
	/*background-image: url('flag-en.png');*/
	/*margin-left: 5px;*/
}
.one-doc:hover .doc-btns {
	opacity: 1;
}
.img-doc{
	background-repeat: no-repeat;
	background-size: contain;
	min-width: 246.5px;
	min-height: 320px;
	background-position: center;
}
.slick-initialized .slick-slide{
	padding: 0 10px;
}
@media screen and (max-width: 769px) {
	.img-doc{
		min-width: 150px;
		min-height: 180px;
	}
	.slick-prev{
		left: 0px;
	}
	.slick-next {
    	right: 40px;
	}
@media screen and (max-width: 480px) {
	.img-doc{
		min-width: 300px;
		min-height: 380px;
	}
	.slick-prev{
		left: 5px;
	}
	.slick-next {
    	right: 25px;
	}
	.slick-initialized .slick-slide{
		padding: 0 15px;
	}
}
@media screen and (max-width: 376px) {
	.img-doc{
		min-width: 220px;
		min-height: 300px;
	}
}
