@charset "utf-8";
/* CSS Document */

.bglogin {
	background-image: url("../img/groupesnef_bg_home_header.jpg");
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: center;
}

img#bygroupsnef {
	width: 150px;
}

h1 {
	font-family: 'century_gothicbold';
	font-size: 4.5rem;
}

h2 {
	font-family: 'century_gothicbold';
}

@media only screen and (max-width:576px) {
	
	h1 { font-size: 3.5rem;}
	img#bygroupsnef { width: 100px; }
	
}

@media only screen and (max-width:425px) {
	
	h1 { font-size: 2.5rem;}
	img#bygroupsnef { width: 100px; }
	
}