@media only screen {
	@media (max-width: 39.99em) {
		@media (prefers-color-scheme: light) {
			#body header.wrapper{
				background:#fefefe url(/img/Logo_star1.svg) 110% 12.5em/12.5em no-repeat;
			}
		}
		@media (prefers-color-scheme: dark) {
			#body header.wrapper{
				background:#222 url(/img/Logo_star1.svg) 110% 12.5em/12.5em no-repeat;
			}
		}
		#floss_q .txt1:nth-of-type(1){
			padding-right:10%;
			background:url(/img/stock_check-filled.svg) 95% top/14em no-repeat;
		}
		#floss_q .txt2:nth-of-type(2){
			background:url(/img/certificates.svg) 5% top/6em no-repeat;
		}
		#floss_q .txt2:nth-of-type(2) h3{
			padding-left:2em;
		}
		#floss_q .txt2:nth-of-type(3){
			background:url(/img/changes-prevent.svg) 105% 1em/4em no-repeat,url(/img/user-home.svg) 98% top/5em no-repeat;
		}
		#floss_q .txt2:nth-of-type(4){
			background:url(/img/starred.svg) 3% 1em/6em no-repeat;
		}
		#floss_q .txt2:nth-of-type(4) h3{
			padding-left:2em;
		}
		#complete .txt2:nth-of-type(2){
			background:url(/img/security-high.svg) 3% 1em/6em no-repeat;
		}
		#complete .txt2:nth-of-type(2) h3{
			padding-left:2em;
		}
		#complete .txt2:nth-of-type(3){
			background:url(/img/applications-office.png) 100% top/6em no-repeat,url(/img/applications-internet.svg) 100% top/4em no-repeat;
		}
		#complete .txt2:nth-of-type(4){
			background:url(/img/accessories-paint.svg) 0% 3em/4em no-repeat,url(/img/audio-headphones.svg) 25% 3em/4em no-repeat,url(/img/blue-folder-video.svg) 10% 1em/6em no-repeat;
		}
		#complete .txt2:nth-of-type(4) h3{
			padding-left:3.5em;
		}
	}
	/*
	 * 
	 * Pour tailles écrans supérieurs à smartphones.
	 * 
	 */
	@media (min-width: 40em) {
	/* For tablets: */
		@media (prefers-color-scheme: light) {
			#body header.wrapper{
				background:#fefefe url(/img/Logo_star1.svg) 110% 8.75em/22.5em no-repeat;
			}
		}
		@media (prefers-color-scheme: dark) {
			#body header.wrapper{
				background:#222 url(/img/Logo_star1.svg) 110% 8.75em/22.5em no-repeat;
			}
		}
		#floss_q .txt1:nth-of-type(1){
			padding-right:33%;
			background:url(/img/stock_check-filled.svg) 95% center/14em no-repeat;
		}
		#floss_q .txt2:nth-of-type(2){
			background:url(/img/certificates.svg) 5% center/14em no-repeat;
		}
		#floss_q .txt2:nth-of-type(3){
			background:url(/img/changes-prevent.svg) 95% 100%/8em no-repeat,url(/img/user-home.svg) 90% center/12em no-repeat;
		}
		#floss_q .txt2:nth-of-type(4){
			background:url(/img/starred.svg) 5% center/16em no-repeat;
		}
		#complete .txt2:nth-of-type(2){
			background:url(/img/security-high.svg) 5% center/16em no-repeat;
		}
		#complete .txt2:nth-of-type(3){
			background:url(/img/applications-office.png) 95% 100%/14em no-repeat,url(/img/applications-internet.svg) 100% center/12em no-repeat;
		}
		#complete .txt2:nth-of-type(4){
			background:url(/img/accessories-paint.svg) 2% 90%/8em no-repeat,url(/img/audio-headphones.svg) 25% 90%/8em no-repeat,url(/img/blue-folder-video.svg) 10% center/12em no-repeat;
		}
	}
}
