/* ==== WIDTH BLOCS ==== */	

.blocs_100
{
	width: 100%;
}

	.blocs_100_auto
	{
		width: 100%;
	}
	@media (min-width:992px)
	{
		.blocs_100_auto
		{
			width: 50%;
		}
	}
	
	.blocs_100_auto_40
	{
		width: 100%;
	}

	@media (min-width:992px)
	{
		.blocs_100_auto_40
		{
			width: 40%;
		}
	}
	
	
	.blocs_100_auto_50
	{
		width: 100%;
	}

	@media (min-width:992px)
	{
		.blocs_100_auto_50
		{
			width: 50%;
		}
	}
	
	
	.blocs_100_auto_60
	{
		width: 100%;
	}

	@media (min-width:992px)
	{
		.blocs_100_auto_60
		{
			width: 60%;
		}
	}
	
	.blocs_100_auto_70
	{
		width: 100%;
	}

	@media (min-width:992px)
	{
		.blocs_100_auto_70
		{
			width: 70%;
		}
	}

	.blocs_100_auto_300
	{
		width: 100%;
	}
	@media (min-width:992px)
	{
		.blocs_100_auto_300
		{
			width: 300px;
		}
	}

	.blocs_100_auto_100-300
	{
		width: 100%;
	}
	@media (min-width:992px)
	{
		.blocs_100_auto_100-300
		{
			width: calc(100% - 300px);
		}
	}





.blocs_60
{
	width: 60%;
}

	.blocs_60_auto
	{
		width: 60%;
	}
	
	@media (min-width:992px)
	{
		.blocs_60_auto
		{
			width: 100%;
		}
	}

.blocs_70
{
	width: 70%;
}

	.blocs_70_auto
	{
		width: 70%;
	}
	
	@media (min-width:992px)
	{
		.blocs_70_auto
		{
			width: 100%;
		}
	}

	
.blocs_50
{
	width: 50%;
}

	.blocs_50_auto
	{
		width: 50%;
	}
	
	@media (min-width:992px)
	{
		.blocs_50_auto
		{
			width: 100%;
		}
	}


.blocs_100-100
{
	width: calc(100% - 100px);
}


.blocs_max_100-200
{
	max-width: calc(100% - 200px);
}
.blocs_max_100-120_auto_100-220
{
	max-width: calc(100% - 120px);
}
	@media (min-width:992px)
	{
		.blocs_max_100-120_auto_100-220
		{
			max-width: calc(100% - 220px);
		}
	}

.blocs_max_100
{
	max-width: 100px;
}
.blocs_max_200
{
	max-width: 200px;
}
.blocs_max_300
{
	max-width: 300px;
}
.blocs_max_400
{
	max-width: 400px;
}
.blocs_max_500
{
	max-width: 500px;
}	
	
/* _____ WIDTH BLOCS _____ */	
/* ==== WIDTH / HEIGHT ==== */
.width_10
{
	width: 10px;
}
	.width_20
	{
		width: 20px;
	}
	.width_30
	{
		width: 30px;
	}
	.width_35
	{
		width: 35px;
	}
	.width_40
	{
		width: 40px;
	}
	.width_50
	{
		width: 50px;
	}
	.width_60
	{
		width: 60px;
	}
	.width_70
	{
		width: 70px;
	}
	.width_80
	{
		width: 80px;
	}
	.width_90
	{
		width: 90px;
	}
	.width_100
	{
		width: 100px;
	}
		.width_100_auto_200
		{
			width: 100px;
		}
			@media (min-width:992px)
			{
				.width_100_auto_200
				{
					width: 200px;
				}
			}
	
	
	
	.width_150
	{
		width: 150px;
	}
	.width_160
	{
		width: 160px;
	}
	.width_170
	{
		width: 170px;
	}
	.width_180
	{
		width: 180px;
	}
	.width_200
	{
		width: 200px;
	}
	.width_250
	{
		width: 250px;
	}
	.width_300
	{
		width: 300px;
	}
	
	.width_500
	{
		width: 500px;
	}



.height_10
{
	height: 10px;
}
	.height_20
	{
		height: 20px;
	}
	.height_30
	{
		height: 30px;
	}
	.height_40
	{
		height: 40px;
	}
	.height_50
	{
		height: 50px;
	}
	.height_60
	{
		height: 60px;
	}
	.height_70
	{
		height: 70px;
	}
	.height_80
	{
		height: 80px;
	}
	.height_90
	{
		height: 90px;
	}
	.height_100
	{
		height: 100px;
	}
	.height_150
	{
		height: 150px;
	}
	.height_160
	{
		height: 160px;
	}
	.height_200
	{
		height: 200px;
	}
	.height_250
	{
		height: 250px;
	}
	.height_300
	{
		height: 300px;
	}
	
	
	
	
	
/* _____ WIDTH / HEIGHT _____ */	



/* _____ TEXTE _____ */

.font_resize_01
{
	font-size: 0.1em;
}
.font_resize_02
{
	font-size: 0.2em;
}
.font_resize_03
{
	font-size: 0.3em;
}
.font_resize_04
{
	font-size: 0.4em;
}
.font_resize_05
{
	font-size: 0.5em;
}
.font_resize_06
{
	font-size: 0.6em;
}
.font_resize_07
{
	font-size: 0.7em;
}
.font_resize_08
{
	font-size: 0.8em;
}
.font_resize_09
{
	font-size: 0.9em;
}
.font_resize_1
{
	font-size: 1em;
}
.font_resize_1_1
{
	font-size: 1.1em;
}
.font_resize_1_2
{
	font-size: 1.2em;
}
.font_resize_1_3
{
	font-size: 1.3em;
}
.font_resize_1_4
{
	font-size: 1.4em;
}
.font_resize_1_5
{
	font-size: 1.5em;
}

