div.cybersecurite h3
{
	text-align: center;
}

	div.cybersecurite div.anti-virus, div.sauvegarde, div.firewall
	{
		width: 600px;
	}

	div.cybersecurite div.intro, div.anti-virus, div.sauvegarde, div.firewall
	{
		padding: 20px;
		padding-top: 0px;
		text-align: justify;
		margin-bottom: 50px;
		border-bottom: 1px solid #4c4e4d;
		box-shadow: 0 0 5px #7f7f7f, 0 -1px 0 #c1c1c1;
		border-radius: 1em;
		background-color: #A1A1A1;
		color: #FFFFFF;
	}
	div.anti-virus, div.sauvegarde, div.firewall
	{
		width: 50%;
	}

	div.cybersecurite div.intro
	{
		float: left;
		width: 90%;
	}

	div.anti-virus, div.firewall
	{
		margin-top: 0px;
		float: right;
		margin-right: 7.5%;
	}

	div.sauvegarde
	{
		margin-top: 50px;
		float: left;
	}

	div.firewall
	{
		margin-bottom: 100px;
	}
	
@media only screen and (max-width: 1796px)
{
	div.cybersecurite img
	{
		display: none;
	}
}

@media only screen and (min-width: 1797px)
{
	div.cybersecurite img
	{
		display: block;
	}
	img.anti-virus
	{
		float: left;
		position: relative;
		border-radius: 1em;
		width: 300px;
		margin: 0px;
		margin-top: -30px;
		margin-left: 0%;
		z-index: -1;
	}

	img.sauvegarde
	{
		float: right;
		position: relative;
		border-radius: 1em;
		width: 300px;
		margin: 0px;
		margin-top: -70px;
		margin-left: 0px;
		margin-right: 7.5%;
		z-index: -1;
	}

	img.firewall
	{
		position: relative;
		float: left;
		border-radius: 1em;
		width: 300px;
		margin: 0px;
		margin-top: -30px;
		margin-left: 0px;
		z-index: -1;
	}
}
