html, body, #desktop{
  height: 100%;
  margin: 0;
}
#desktop{
	background-image: url(images/01-2020.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
    background-attachment: fixed;
    position: relative;
    background-color: #F5F4F4;
}
@media (min-width: 1366px) { 
	#desktop{
		background-image: url(images/01-2020.jpg);
		background-size: cover;
	}
}
.full{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9
}
.footer-right{
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 10px;
	padding-left: 40px;
	z-index: 99
}
.footer-right .mag img{
	max-width: 105px;
}
.nous{
	text-align: center;
}
.nous-img{
	margin: 25px 0;
    max-width: 120px;
}
.nous a img{
	height: 32px;
    width: auto;
}
.space{
	margin-right: 15px;
}
@media (max-width: 1366px) { 
	.footer-right .mag img{
		max-width: 80px;
	}
}
@media (min-width: 1200px) { 
	div#desktop{
		display: block;
	}
	div#mobile{
		display: none;
	}
}

@media (max-width: 1199px) { 
	div#desktop{
		display: none;
	}
	div#mobile{
		display: block;
	}
	.img{
		max-width: 100%;
    	height: auto;
	}
	.mag{
		text-align: center;
	}
	.mag img{
		max-width: 150px;
	}
	.nous{
		margin-bottom: 20px;
	}
}
