@media only screen and (max-device-width:768px)
{
body
{
font-size:0.7rem;
}
p
{
text-indent:1px;
}
.titre1
{
font-size:1rem;
word-spacing:0.1rem;
letter-spacing:1px;
}
.texte1
{
font-size:1rem;
}
#bloc
{
margin-top:3%;
padding:1%;
}
#fp
{
width:100px;
height:50px;
}
}

@media all and (max-width:768px)
{
body
{
font-size:0.7rem;
}
p
{
text-indent:1px;
}
.titre1
{
font-size:1rem;
word-spacing:0.1rem;
letter-spacing:1px;
}
.texte1
{
font-size:1rem;
}
#bloc
{
margin-top:3%;
padding:1%;
}
#fp
{
width:100px;
height:50px;
}
}
