@media screen and (min-width: 1024px)
{
	h1
	{	text-align:center;
		font-size:3em;
		color:#fff;
	}
	h2
	{	text-align:center;
		font-size:1.5em;
		color:#fff;
		padding:0vh 0vw 2vh 0vw;
	}
	hr{
		text-align:center;
		width:50vw;
	}
	#Background div
	{
		display:inline-block;
		vertical-align:top;
		width:25vw;
		height:82vh;
		padding: 2vh .9vw;
	}
	#Background div
	{
		margin-right:2.5vw;
	}
	#Background div:nth-child(7), #Background div:nth-child(10), #Background div:nth-child(13)
	{
		margin-right:0;
	}
	#PlongeTortues, #BaladeEnQuad, #VisiteTahiti, #Croisiere, #Corail, #Gift, #Nuit, #JetSki
	{
		display:block;
		width: 100%;
	}
	#PlongeTortuesMobile img, #BaladeEnQuadMobile img, #VisiteTahitiMobile img, #CroisiereMobile img, #CorailMobile img,
	#NuitMobile img, #JetSkiMobile img
	{
		display:none;
	}
	.prix
	{
		font-size: 1.25em;
		margin:0;
	}
	.description
	{
		display:block;
		margin:2vh 0vw;
		height: 26vh;
	}
	.DonIndex
	{
		display: block;
		width: 25vw;
		text-align: center;
		margin: 1vh 0 0 0;
	}
	.DonIndex a
	{
		text-decoration:none;
		color:#fff;
		font-style: italic;
		border: 2mm ridge rgb(180 180 180 / 60%)
	}
	#textIntro
	{
		height: 4vh;
		width: 86vw;
		text-align: center;
		margin: 2vh 0vw;
	}
	#Background div hr
	{
		width: 20vw;
		margin: 0 2.5vw 3vh 2.5vw;
	}
}