@charset "utf-8";
/* CSS Document */

/* SMARTPHONES */
@media only screen and (min-width: 320px) {
.tab_pourcentage{width: 100%}
.tab_pourcentage p {text-align: center;}
}
@media only screen and (min-width: 581px) {
.tab_pourcentage{width: 525px}
.tab_pourcentage p {text-align: left;}
}
/* TABLETTES */
@media only screen and (min-width: 768px) {
.tab_pourcentage{width: 525px}
.tab_pourcentage p {text-align: left;}
}

/* ORDINATEURS */
@media only screen and (min-width: 1024px) {
.tab_pourcentage{width: 525px}
.tab_pourcentage p {text-align: left;}
}
