
/* =============== ================= =============== */
/* =============== BIG SREEN DESKTOP =============== */
/* =============== ================= =============== */

	/* Fonts */
	div.container-introduction div.content-introduction h3.punch-line {bottom: 10%; text-transform: uppercase; color:#fff; position:absolute; width:90%; left:5%;}
	div.container-description hr { margin:30px 0; }
	div.voir-le-site { background:#fff; }
	section.grid { background-color:#fff; padding-bottom:80px; }
	

/* =============== ============== =============== */
/* =============== LAPTOP DESKTOP =============== */
/* =============== ============== =============== */

@media (max-width: 1499px ){

	/* Fonts */
	div.container-introduction div.content-introduction h3.punch-line { font-size:22px; }
    
}


/* =============== =============== =============== */
/* =============== TABLET PORTRAIT =============== */
/* =============== =============== =============== */

@media (max-width: 1199px ){
    
	/* Fonts */
	div.container-introduction div.content-introduction h3.punch-line { font-size:22px; }
	section.grid {padding-bottom:60px; }

}


/* =============== ================ =============== */
/* =============== TABLET LANDSCAPE =============== */
/* =============== ================ =============== */

@media (max-width: 999px ){
    
	/* Fonts */
	div.container-introduction div.content-introduction h3.punch-line { font-size:19px; display:none; }
	div.container-description hr { margin:20px 0; }
	
}


/* =============== =============== =============== */
/* =============== TABLET PORTRAIT =============== */
/* =============== =============== =============== */

@media (max-width: 699px ){
    
	/* Fonts */
	div.container-introduction div.content-introduction h3.punch-line { font-size:16px; }
	section.grid {padding-bottom:35px; }

}


/* =============== =============== =============== */
/* =============== MOBILE PORTRAIT =============== */
/* =============== =============== =============== */

@media (max-width: 339px ){
    

	/* Fonts */
	div.container-introduction div.content-introduction h3.punch-line { font-size:14px; }
	div.container-description hr { margin:15px 0; }

}