@CHARSET "ISO-8859-1";

#marketing1 {
	background-image:
			url('https://storage.googleapis.com/poolavie-bucket/image_hockey_accueil.png');
	background-repeat: no-repeat;
	background-size: cover ;
	background-position: center;

}

.logoPicker {
	width: 80%;
	height: 80%;
}


@media only screen and (min-width:1600px) {
	.logoPicker {
		width: 80%;
		height: 80%;
	}
}

@media only screen and (min-width:1023px) {
	.logoPicker {
		width: 80%;
		height: 80%;
	}
	
	
}

@media only screen and (max-width:1399px) {
	.w3-half{
	width:99.99999%;
	}
	
	
}