.banner {
    width: 100%;
    background-color: RGB(0, 112, 192);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 0;
 }
 
.logo {
    width: 150px;
    margin-left: 20px;
 }
 
.footerLogo {
     width: 50px;
     margin-left: 20px;
  }
 
.imgAppTv {
     width: 28%;
  }
 
.banner-text {
     flex: 0.9;
     text-align: center;
  }
  
.title {
     font-size: 36px;
     margin-bottom: 10px;
  }
  
.title2 {
     font-size: 30px;
     color: RGB(255, 217, 102);
  }

.bouton {
   padding: 18px;
   margin: 38px;
}

.btn {
	border-radius: 35px;   
   font-weight: bold;
   font-size: 25px;
} 

button {
   margin-top: 40px;
   width: 500px;
   height: 100px;
}

#validerBouton {
   font-size: 18px;
}

#boutonAccueil {
   font-weight: normal;
   font-size: 18px;
}

#boutonAccueil2 {
   font-weight: normal;
   font-size: 18px;
   margin-top: 500px;
}

 