
 
 .accueil
{
    position: absolute;
    right: 20px;
    bottom: 2px;
}

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

}