*{
            margin: 0;
            padding: 0;
        }
        body {
            background-color: #000;;
            background: url('background.png') no-repeat center center ;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            -o-background-size: cover;
            
            }
           
.im{width:30px;}

.ban{margin:5px 5px 0 5px;}

.texte{
	 font-size:25px;
	 font-weight: 500;
}



@media (max-width: 767.98px)  {
	.texte{	
	 font-size:20px;
	 font-weight: 400;
	}
	.im{width:25px;}
	.ban{margin:10px 0 0 0;}
    }
	
@media (max-device-width:768px) and (orientation: landscape) {
  .texte{
	 font-size:20px;
	 font-weight: 400;
	}
	.im{width:25px;}
	.ban{margin:10px 5px 0 5px;}
}