public void ouvrirSon() { StartCoroutine(FadeAudioS.StartFade(0.5f, 1)); }
public void couperSon() { StartCoroutine(FadeAudioS.StartFade(0.5f, 0)); }