@media only screen and (min-width: 1000px) {
	.slogan{
		font-size: 52px;
		margin: 25px 0 0 0;
	}

	.search{
		width: 450px;
		height: 29px;
		margin-right: 20px;
	}

	.language{
		width: 250px;
		height: 35px;
		margin-right: 20px;
	}

	.nbResearch{
		font-size: 20px;
		display: inline-block;
		color: #fff200;
		margin: 0;
	}

	.selectPages{
		margin-top: 25px;
		display: flex;
		justify-content: space-between;
	}

	.pages{
		display: flex;
		justify-content: center;
	}

	.page{
		color: #fff200;
		font-size: 20px;
		margin: 0 7px;
	}

	.responsivePageSmall{
		position: absolute;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden;
	}

	.previousNext{
		width: 25%;
		color: #fff200;
		font-size: 20px;
	}
}

@media only screen and (max-width: 1000px) {
	.slogan{
		font-size: 5.2vw;
		margin: 25px 0 0 0;
	}

	.search{
		width: 95%;
		height: 29px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.language{
		width: 98%;
		height: 35px;
		display: block;
		margin-top: 13px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5px;
		color: black;
	}

	.nbResearch{
		font-size: 15px;
		display: inline-block;
		color: #fff200;
		margin: 13px 0 0 10px;
	}

	.selectPages{
		margin-top: 25px;
	}

	.responsivePageBig{
		position: absolute;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden;
	}

	.pages{
		display: flex;
		justify-content: center;
		margin-bottom: 25px;
	}

	.page{
		color: #fff200;
		font-size: 20px;
		margin: 0 5px;
	}

	.previousNext{
		display: inline-block;
		width: 50%;
		color: #fff200;
		font-size: 20px;
	}
}

.logo{
	width: 50%;
}

.current{
	color: #a52717;
	font-weight: bold;
}

.array{
	width: 100%;
	margin-top: 25px;
	border-collapse: collapse;
}

th, td{
	border: 1px solid #ffffff;
	padding: 0 10px;
}

th{
	color: #fff200;
	height: 50px;
	font-size: 20px;
}

td{
	color: #c4c4c4;
	height: 40px;
	text-align: center;
}

.reference{
	width: 10%;
}

.title{
	width: 50%;
}

.author{
	width: 40%;
}

.link{
	text-decoration: none;
	font-size: 30px;
}

.linkBlack:link, .linkBlack:visited{
	color: #c4c4c4;
}

.linkWhite:link, .linkWhite:visited{
	color: #222222;
}

.link:hover, .link:active{
	color: #a52717;
}

.contactBlock{
	display: flex;
	justify-content: center;
}

.contactLine{
	border-top-width: 1px;
	border-top-color: #919191;
	border-top-style: solid;
	width: 100%;
	height: 0;
	margin: auto;
}

.contactText{
	font-size: 35px;
	margin: 0 25px;
	color: #a52717;
}

.contactInfos{
	font-size: 25px;
	line-height: 1.5;
	margin: auto 0;
}