@media only screen and (max-width: 576px)
{
	header .header
	{
		border-bottom:  none;
	}

	.landing-header
	{
		text-align: center;
	}

	.landing-header.bgc3
	{
		background-color: #ffffff !important;
	}

	.landing-header h1, .landing-header p
	{
		color: #0f1941 !important;
	}

	#filedrag .v, #filedrag .drag-n-drop, #filedrag #cv-match-divider
	{
		display: none;
	}

	#lp-cv-match-file-upload
	{
		padding-top: 70px;
		padding-bottom: 50px;
	}

	#lp-cv-match-file-upload, .file-upload-container
	{
		background: #6BA5B4;
	}

	#cv-match-file-upload .file-upload-container
	{
		border: none;
		padding: 0;
	}

	p.cnil, p.cnil a
	{
		color: #ffffff;
	}

	p.cnil a
	{
		text-decoration: underline;
	}

	#lp-cv-match-file-upload .bt-color4
	{
		background: #0F1941;
		border-color: #0F1941;
		color: #ffffff;
	}
}

.separator-arrow-down .v
{
	margin-top: 0;
}