Okay.
Au fait
==>
Au fait
if(`pas_restant` < '600' AND `pas_restant`+'1' < '600', `pas_restant`+'1', '600')
==>
LEAST(`pas_restant`+1, '600')