@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 2000px)
{
}
	
	


/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.pics{
		padding: 5% 0 0;
		text-align: center;
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	footer{
		padding: 1% 0 0;
		text-align: center;
	}
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.pics{
		padding: 15% 0 0;
		text-align: center;
	}
	footer{
		padding: 5% 0 0;
		text-align: center;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
	

}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	.formulaire{
		margin-bottom: 50px;
	}

	.formulaire .container .frm form{
		padding: 30px;
	}

	.formulaire .container .frm form h1{
		font-size: 20px;
		text-transform: uppercase;
		font-weight: bold;
		font-family: arial;
		border-bottom: 1px solid #fff;
		margin-top: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	.formulaire .container .frm form .form-group.conn .text-left{
		text-align: center !important;
		display: block;
		margin-bottom: 20px;
		
	}

	footer{
		text-align: center;
	}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.pics{
		padding: 20% 0 0;
		text-align: center;
	}
	footer{
		padding: 5% 0 0;
		text-align: center;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{

}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}

