.Lexique
	{
	position:fixed;
	z-index:1000;
	align-self:center;
	/**/
	top:calc( 50vh - (450px / 2) ); 

	width:45%;
	height:450px;

	background-color: #f0f0f0;
	box-shadow: 2px 2px 10px black;
	}

.LexiqueTitle
	{
	margin : 6px;
	font : 24px Arial,serif;

	color : #38761d;
	cursor : pointer;
	}

.Abcder
	{
	display:flex;
	flex-direction:row;

	flex-wrap:wrap;
	}

.Abcder a
	{
	margin:4px;

	text-decoration: none;
	}

.Apartirde
	{
	cursor : pointer;
	}

.Apartirde input
	{
	}



/* Desktop */
@media only screen and (min-width:801px)
	{
	.Lexique
		{
		min-width:800px;
		}
	}


/* Tablet	*/
@media only screen and (min-width:481px) and (max-width:800px)
	{
	.Abcder a
		{
		margin:2px;
		}

	.Lexique
		{
		width:98%;
		min-width:400px;
		}
	}

/* Smartphone */
@media only screen and (max-width:480px)
	{
	.Abcder a
		{
		margin:2px;
		}

	.Lexique
		{
		width:100%;
		margin: 0 auto;
		}
	}
