/* CSS POUR MOBILE */
@media only screen and (max-width: 768px){
	
	header{
		padding:0;
		width:100%;
		height:100%;
		left:0;
		
	}
	.content{
		width:100%;
	}
	.logo {
		top:0;
		max-width: 70%;
	}
	header .content{
		padding:20px 0;
		text-align:center;
	}
	header .title{
		font-size:20px;
		display:inline-block;
		position:initial;
		
	
	}
	header .title .part-1{
		font-size:35px;
	}

	header .title .part-2{
		
	}

	header .title .part-3{
		font-size:36px;
	}

	header .title .part-4{
		font-size:29px;
	}
	header .plane{
		width:initial;
		height:22%;
		bottom: initial;
		position: fixed;
		margin-left: 90px;
		display:none;
	}
	footer{
		padding:10px 0;
	}
	footer .content div {
		margin-left:0;
	}
	footer .logo-rs{
		max-width:35px;
	}
}