for ligne in data:
    if 'bigarnauddesmers' in ligne or 'bigarnaudofsea@gmail.com' in ligne:
        print('Informations présentes.')
