/*////////////////////////////////////////
// Moins de 1680px
////////////////////////////////////////*/

@media (max-width: 1679px)
{
	/*////////////////////////////
	// Header
	////////////////////////////*/

	.site .pageHeader .productsMenuContainer
	{
		right: 210px;
	}


	/*////////////////////////////
	// Bottom bar
	////////////////////////////*/

	.site .bottomBar .column1
	{
		display: none;
	}

	.site .bottomBar.moreThan3BottomBarItems .bottomBarItem .columnL2-4
	{
		display: none;
	}

	/*.site .bottomBar .bottomBarItem18
	{
		display: none;
	}*/

	.site .bottomBar.moreThan3BottomBarItems .column3
	{
		display: none;
	}


	/*////////////////////////////
	// Float links
	////////////////////////////*/

	#page-project-products-showEtendoirs .site .floatLinks,
	#page-project-products-showFixationMultisports .site .floatLinks,
	#page-project-products-showFixationsNiches .site .floatLinks,
	#page-project-products-showFixationsArroseurs .site .floatLinks,
	#page-project-products-showFixationsDrapeaux .site .floatLinks,
	#page-project-products-showFixationsParasolsDeportes .site .floatLinks,
	#page-project-products-showFixationsParasolsDroits .site .floatLinks,
	#page-project-products-showFixationsParasolsInclines .site .floatLinks,
	#page-project-products-showFixationsSupportsVelo .site .floatLinks,
	#page-project-products-showPlotsSolaires .site .floatLinks,
	#page-project-products-showPoteauxMultisports .site .floatLinks,
	#page-project-products-showTonnelles .site .floatLinks,
	#page-project-products-showVoiles .site .floatLinks,
	#page-project-products-showHamacs .site .floatLinks
	{
		display: block;
		margin-top: -160px;
		/*margin-top: -203px;*/
		left: 0;
		right: auto;
	}


	/*////////////////////////////
	// Pages
	////////////////////////////*/

	/*//////////////////
	// Page : home
	//////////////////*/

	.site .content-project-showHome .productsSlideshow
	{
		width: 550px;
		right: 53px;
	}

	.site .content-project-showHome .productsSlideshow .slideshowWindow
	{
		width: 513px;
	}

	.site .content-project-showHome .productsSlideshow .titleL3
	{
		font-size: 13px;
	}

	.site .content-project-showHome .productsSlideshow .introduction
	{
		font-size: 1.1rem;
	}

	.site .content-project-showHome .articlesSlideshow .publishedAt
	{
		font-size: 1.1rem;
	}

	.site .content-project-showHome .articlesSlideshow .articleTitle
	{
		font-size: 13px;
	}




	/*//////////////////
	// Page : products list
	//////////////////*/

	.site .content-project-products-list .block2 .mainColumns
	{
		display: block;
	}

	.site .content-project-products-list .block2 .mainColumn
	{
		display: block;
	}

	.site .content-project-products-list .block2 .mainColumn1
	{
		width: auto;
		margin-bottom: 40px;
		padding-right: 0;
	}

	.site .content-project-products-list .block2 .secondaryColumns
	{
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.site .content-project-products-list .block2 .secondaryColumn
	{
		display: table-cell;
		vertical-align: top;
	}

	.site .content-project-products-list .block2 .secondaryColumn1
	{
		width: 40%;
		padding-right: 40px;
		padding-bottom: 0;
		text-align: right;
	}

	.site .content-project-products-list .grid.productUses
	{
		margin: -10px 0 0 -10px;
	}

	.site .content-project-products-list .productUses .gridItem
	{
		float: left;
		width: 33.33%;
		padding: 10px 0 0 10px;
	}
}