h3
{
color : red;
 

 }
 .einstein
{
    position: absolute;
    right: 20px;
    bottom: 2px;
}
	
.accueil
{
    position: absolute;
    right: 70px;
    bottom: 2px;
}	
	
.para2 {
  position: fixed;
  border:solid 0px;
  width:47%;
  top:40px;
  left:10px;
  bottom:20px;
}
.para2v{
  position: fixed;
  border: solid 0px;
  top: 40px;
  left: 50%;
  bottom: 20px;
  right: 20px;
}	
@media screen and (min-width: 480px) and (max-width: 1343px){
p
{
font-weight: bold;
 font-size:10.5px
 }
 .para2 {
  position: fixed;
  border:solid 0px;
  width:47%;
  top:0px;
  left:10px;
  bottom:20px;
}
}