presence = False
for ligne in data:
    for col in ligne:
        if col.lower() == 'bigarnauddesmers' or col.lower() == 'bigarnaudofsea@gmail.com':
            presence = True
if presence == True:
    print('Informations présentes.')
